/* =============================================================================
   Responsive Structure
   ========================================================================== */
@media (max-width: 1024px) {
.menu-left, .menu-right {
	display:none;
}
	
}
@media (max-width: 950px) {
#access ul {
  font-size: 16px;
}
	
}
@media (max-width: 900px) {
#access ul {
  font-size: 15px;
}
#access a {
  line-height: 3.5em;
  padding: 0 0.7em;
}
	
}
@media (max-width: 850px) {
#access ul {
  font-size: 14px;
}
#access a {
  line-height: 3.5em;
  padding: 0 0.7em;
}

}
@media (max-width: 800px) {
/* Simplify the basic layout */
#main #content {
	margin: 0 3%;
	width: auto;
}
#nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
#main #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
.employ-form .fifth,
.employ-form .twofifths	{
	width:50% !important;
}

/* No need to float footer widgets at this size */
#supplementary #first {
  border-bottom: 1px dotted #000000;
  float: none;
  margin: 0 0 20px;
  width: auto;
}
#supplementary #second {
	float: left;
	margin-right: 4%;
	width: 48%;
}
#supplementary #third {
	float: left;
	margin-right: 0;
	width: 48%;
}
#menu-quick-links li {
  width: 20%;
}
/* No need to float 404 widgets at this size */
	.error404 #main .widget {
	float: none;
	margin-right: 0;
	width: auto;
}
#access ul {
  font-size: 13px;
}
#access a {
  line-height: 3.5em;
  padding: 0 0.7em;
}

}
@media (max-width: 750px) {
#access ul {
  font-size: 12px;
}
#access a {
  line-height: 3.9em;
  padding: 0 0.65em;
}

.re-open {display:none;}

}
@media (max-width: 680px) {
#access ul {
  font-size: 12px;
}
#access a {
  line-height: 3.9em;
  padding: 0 0.5em;
}
#supplementary #first {
  border-bottom: 1px dotted #000000;
  float: none;
  margin: 0 0 20px;
  width: auto;
  text-align:center;
}
#supplementary #second {
  border-bottom: 1px dotted #000000;
  float: none;
  margin: 0 0 20px;
  width: auto;
  text-align:center;
}
#supplementary #third {
  float: none;
  width: auto;
  text-align:center;
}	
#menu-quick-links li {
  width: 25%;
  text-align:left;
}	
.employ-form .third	{
	width:50% !important;
}
	
}
@media (max-width: 650px) {
/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
	font-size: 13px;
}
#access ul {
	display: none;
}
#access select {
	display: inline-block !important;
	margin:7px 0 0 3%;
	width: 94%;
	background:#1c4096;
	color:#fff;
	font-family: centuryoriginalbq;
	font-size:1.2em;
	font-weight:bold;
	height:30px;
}
#access option {
	height:30px;
	padding:3px 0 0 4px;
	border-bottom:1px dotted #446fd5;
}
#site-title a {
	font-size: 24px;
}
#site-description {
	font-size: 12px;
}
#access ul {
	font-size: 12px;
}
article.intro .entry-content {
	font-size: 12px;
}
.entry-title {
	font-size: 21px;
}
.featured-post .entry-title {
	font-size: 14px;
}
.singular .entry-title {
	font-size: 28px;
}
.entry-meta {
	font-size: 12px;
}

/* Floated content doesn't work well at this size */
	.alignleft, .alignright {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
	display: block;
	position: static;
}
.singular .hentry {
	padding: 1.625em 0 0;
}
.singular.page .hentry {
	padding: .5em 0 0;
}
.home-main	{
	display:block;
	float:none;
	width:100%;
}
.home-side	{
	display:block;
	float:none;
	width:100%;
	text-align:center;
}
.home-flags	{
	display:none;
}
.social-header {
  display: block;
  float: right;
  margin: 35px 0 0;
  padding: 0;
  width: 14%;
}
.logo {
  width: 60%;
}

}
@media (max-width: 575px) {
.bottom-menu {
	margin: 0 auto 20px;
	width: 94%;
}
.menu-buttons li {
	color: #FFFFFF;
	display: block;
	float: none;
	font-size: 1.3em;
	height: 28px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin: 5px 0 0;
	padding: 10px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.triangle{
	display:none;
}
.kids-carryout {
	display:none;
}

}
@media (max-width: 520px) {
#menu-quick-links li {
	display:block;
	background: #1c4096;
	color:#fff;
	padding: 6px 3%;
	margin:.5% .5%;
	width: 42%;
	text-align:center;
}	

#menu-quick-links li:hover, #menu-quick-links li:focus {
	background: #446fd5 !important;
	text-decoration:none;
	cursor:pointer;
}
#menu-quick-links a {
	display:block;
	margin:0;
	padding:0;
	color:#fff;
}	
#menu-quick-links a:hover, #menu-quick-links a:focus  {
	text-decoration:none;
}	
#execphp-6 h2 {
  font-size: 1.8em;
}
#execphp-6 h4 {
  font-size: 1.2em;
}
#execphp-6	{
	padding:24px 0 0;
}
.employ-form .third,
.employ-form .fifth,
.employ-form .twofifths,
.employ-form .half{
	width:100% !important;
}

}
@media (max-width: 450px) {
#content .gallery-columns-2 .gallery-item {
	width: 45%;
	padding-right: 4%;
}
#content .gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}
.header-copy {
	display:none;
}
.logo {
  width: 100%;
  clear:both;
}
.social-header {
  width: 100%;
  clear:both;
  margin:0;
}	
#execphp-6 h2 {
  font-size: 1.6em;
}
#execphp-6 h4 {
  font-size: 1.1em;
}
#execphp-6	{
	padding:28px 0 0;
}

}
@media (max-width: 400px) {
#menu-quick-links li {
	width: 93%;
}		
#execphp-6 h2 {
  font-size: 1.2em;
}
#execphp-6 h4 {
  font-size: 1em;
}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
body {
	padding: 0;
}
#page {
	margin-top: 0;
}
#branding {
	border-top: none;
}
#menu-quick-links li {
	width: 100%;
}	
}