/*---------------------------------*/
/*			GENERAL 				*/
/*---------------------------------*/

* { margin: 0; padding: 0; }
html, body { height: 100%; }
*+html{ overflow:auto; }
body {
	background: #ffffff;
	color: #1b2d67;
	font: 21px "mr-eaves-sans", arial, san-serif;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

ul { list-style: none outside none; }
a { outline: none; text-decoration: none; color: #1b2d67;}
img { display: block; }
a img { outline: none; border: none; }
strong { font-weight: bold; }

fieldset { border: none; }
.front .last, .front #content .last, #content .last, #subcontent .last, #content-secondary .last { margin-right: 0; padding-right: 0; border-right: 0; }
.clear, .clear:after { clear: both; }
.clear:before, .clear:after { content: ""; display: table; }

::selection      { background:#1b2d67; color:#ffffff; /* Safari and Opera */ }
::-moz-selection  { background:#1b2d67; color:#ffffff; /* Firefox */ }

#accessibility { display: none; }

/* Drupal Resets */
.block ul { margin: 0; padding: 0; }
.clear { clear: both; }
ul.menu li { margin: 0; }
li.leaf, li.expanded , li.collapsed  { list-style-image: none; list-style-type: none; padding: 0; }
p.listfix, p.list-fix { margin-bottom: 0; }
.breadcrumb { padding: 0; }


.wrapperfull, .wrapper { max-width: 1000px; margin: 0 auto; text-align: left; position: relative; }
.heavy { padding: 0 66px; }
.sprite { display: block; text-indent: -9999px; }




/* STRIP STEAK */


#striptop { background: #ffffff; display: table; height: 48px; position: fixed; top: 0; width: 100%; z-index: 1000;}
	#striptop .inner { display: table-cell; text-align: center; vertical-align: middle; }
		#striptop .inner img { display: inline-block; }



#stripbottom { background: #ffffff; display: table; height: 48px; position: fixed; bottom: 0; left: 0; width: 100%; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 14px; line-height: 14px; z-index: 900; }
	#stripbottom .inner { display: table-cell; text-align: center; vertical-align: middle; }
	#stripbottom a { color: #646464; }

#stripleft { background: #ffffff; position: fixed; top: 0; left: 0; width: 48px; height: 100%; z-index: 800; }
	#stripleft .inner {
		text-align: center; height: 100%; vertical-align: middle; margin: 0;
	}
#stripright { background: #ffffff; position: fixed; top: 0; right: 0; width: 48px; height: 100%; z-index: 800; }
	#stripright .inner {
		text-align: center; height: 100%; vertical-align: middle; margin: 0;
	}
	.tagline { height: 276px; width: 10px; margin-left: 25px;}



/* CONTENT */

#header { background: #ffffff url(../images/bg.png) top center repeat-x; padding-top: 48px; }
	#header .wrapper { text-align: center; }
	#logo { padding: 80px 0 48px; display: inline-block; }
	.mainimage img { display: inline-block; margin-bottom: 30px; }

#sublinks { padding: 40px 0 60px;  }
	#sublinks .wrapper { text-align: center; }
	#sublinks a { font-size: 40px; line-height: 40px; margin-bottom: 32px; display: block; letter-spacing: 0px;}
		#sublinks a span { font-weight: bold; border-bottom: solid 6px #55d7f7; }
	
#signup { background: #1b2d67; color: #ffffff; font-size: 40px; line-height: 44px; padding: 80px 0 180px; }
	#signup .wrapper { text-align: center; }
	#signup .signup1 { color: #55d7f7; }
	#signup .signup2 { margin-bottom: 20px; }
		
	/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
	#mc_embed_signup form {display:block; position:relative; text-align: center; padding:10px 0 10px 3%}
	#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
	#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
	#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
	#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
	#mc_embed_signup input:focus {border-color:#333;}
	
	
	
	#mc_embed_signup .button {clear:both; background-color: #55d7f7; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #1b2d67; cursor: pointer; font-family: "mr-eaves-sans", sans-serif; text-transform: uppercase; display: inline-block; font-size:32px; font-weight: normal;  line-height: 36px; margin: 0 5px 10px 0; padding: 11px 0; letter-spacing: 1px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: 70%;}
	#mc_embed_signup .button:hover {background-color:#b5f0ff;}
	#mc_embed_signup .small-meta {font-size: 11px;}
	#mc_embed_signup .nowrap {white-space:nowrap;}

	#mc_embed_signup .mc-field-group {clear:left; position:relative;}
	#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
	* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
	#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px; font-size: 32px; }
	#mc_embed_signup .mc-field-group input { font-size: 32px; text-align: center; line-height: 32px; display:block; text-indent:2%; padding: 14px 0; margin: 12px auto; width: 70%; }
	#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

	#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
	#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
	#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
	#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
	#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

	#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
	#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
	#mc_embed_signup .clear {clear:both;}

	#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
	#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
	#mc_embed_signup .mc-field-group.input-group label {display:inline;}
	#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

	#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
	#mc_embed_signup div.response {margin:20px auto; padding:10px 0; font-weight:bold; z-index:1; width:100%;}
	#mc_embed_signup #mce-error-response {display:none;}
	#mc_embed_signup #mce-success-response {color:#a8ed76; display:none;}
	#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

	#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
	#mc_embed_signup #num-subscribers {font-size:1.1em;}
	#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

	#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:8px 24px; background-color:rgba(255,255,255,1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:38px; font-weight:normal; z-index:1; color:#e85c41;}
	#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}
	
	
	#mc-embedded-subscribe { background: #55d7f7; }
	

	
	
	
/* RESPONSIVE FRONTPAGE  1024  720  480  320
**********************************************************/




/* General Subpage Styling
**********************************************************/




@media (max-width: 1400px) {

}

@media (max-width: 1200px) {


}

@media (max-width: 1000px) {

	.wrapper { width: 70%; margin: 0 15%; }
	#logo { width: 100%; }
	.mainimage img { width: 100%; }
	

}
@media (max-width: 800px) {

	.about-block { float: left; width: 100%; }
	.about-image { float: right; width: 100%; margin: 20px 0; }

	#content .wrapper { width: 500px; }
	
	.menu { text-align: center; }
	#menuarea { margin-left: 0; }
	#stripleft, #stripright { width: 40px; }
		.tagline {     margin-left: 17px; }
}

@media (max-width: 768px) {

	#content .wrapper { width: 60%; }

	#about p, #menu-set { margin-left: 0; margin-right: 0; width: 100%; }
	.texttitle { display: block; width: 90%; }


	#close .wrapper p { font-size: 30px; line-height: 36px; font-weight: 200; color: #ffffff; width: 72%; margin: 0 auto; }

	.menu-double .menu-item { float: left; width: 100%; margin-right: 0%; }

}

@media (max-width: 700px) {
	
	


}

@media (max-width: 600px) {
}


@media (max-width: 485px) {
	
	.wrapper { width: 80%; margin: 0 10%; }
	#mc_embed_signup .button { font-size: 16px; width: 100%;  }
	#mc_embed_signup .mc-field-group input { font-size: 32px; text-align: center; line-height: 32px; display:block; text-indent:2%; padding: 6px 0; margin: 12px auto; width: 100%; }
	
	#stripleft, #stripright, #stripbottom { display: none; }

}

@media (max-width: 350px) {

}

.last, .wrapper .last, .wrapper .media-box .last { margin-right: 0 !important;  }
