@charset "utf-8";
/* Eric Meyer Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site Styling */
#mc_embed_signup {
	background:#fff;
	width:90% !important;
	margin:15px auto 0 auto;
	padding:0;
}

#mc_embed_signup input.email {
	font-family:'Open Sans', sans-serif !important;
	font-weight:normal !important;
	font-size:20px !important;
	letter-spacing:0.5px !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	color:#424242 !important;
    height:52px !important;
    padding:0 18px !important;
    margin:0 !important;
    border: 1px solid #E5E5E5 !important;
	width:80% !important;
	max-width:500px;	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#E5E5E5 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#E5E5E5 !important;
	opacity:1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#E5E5E5 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#E5E5E5 !important;
	opacity:1 !important;
}

input.button {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	background-color:#004FFF !important;
	font-family:'Open Sans', sans-serif !important;
	font-size:20px !important;
	font-weight:lighter !important;
    color:#fff !important;
    height:52px !important;
    line-height:52px !important;
    padding:0 30px !important;
    margin:0 0 0 -4px !important;
}

#header {
	z-index:998;
	height:50px;
	width:100%;
	position:fixed;
	top:0px;
	background-color:rgba(255,255,255,.8);
}

#headlogo {
	height:40px;
	width:120px;
	background:url(img/headerlogo.svg) no-repeat center;
	float:left;
	margin:3px 20px 7px 10px
}

#navmenu {
	width:20px;
	height:20px;
	background:url(img/menu_open.svg) no-repeat center center;
	display:none;
}

#navwrap {
	float:left;
}

#navwrap ul {
	list-style: none;
	text-align: center;
	margin-top:5px;
}

#navwrap li {
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	letter-spacing:0.75px;
	height:40px;
	line-height:40px;
	display:inline-block;
}

#navwrap a {
 	text-decoration:none;
	color:#424242;
	display:block;
	margin:0px 10px;
}

#navwrap a:hover {
	color:#929497;
	-webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    -o-transition: color 0.6s;
    transition: color 0.6s;
}

#navsoc {
	float:right;
}

#navsoc ul {
	height:50px;
	width:180px;
}

#navsoc li {
	margin:5px 10px 0px 0px;
	float:right;
}

#navsoc a {
	height:40px;
	width:40px;
	display:block;
	background-size:auto 20px;
}

#navsoc a:hover {
	-webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}


.fb {
	background:url(img/socnavfb.svg) no-repeat center center;
}

.tw {
	background:url(img/socnavtw.svg) no-repeat center center;
}

.ig {
	background:url(img/socnavig.svg) no-repeat center center;
}

.fb:hover {
	background:url(img/socnavfb2.svg) no-repeat center center;
}

.tw:hover {
	background:url(img/socnavtw2.svg) no-repeat center center;
}

.ig:hover {
	background:url(img/socnavig2.svg) no-repeat center center;
}

#noblogyet {
	backgound-color:#fff;
	text-align:center;
}

.noblogimage {
	width:90%;
	max-width:700px;
	display:inline-block;
	margin:0 auto;
}

p {
	font-family:'Open Sans', sans-serif;
	font-weight:200;
	font-size:24px;
	line-height:32px;
	letter-spacing:0.8px;
	margin-top:30px;
}

.precache {
	display:none;	
}

@media only screen 
  and (min-device-width: 322px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {
		#header {
			background-color:#FFFFFF;
			height:100px;
		}
		
		#headlogo {
			height:80px;
			width:240px;
			margin:8px 40px 14px 20px
		}
		
		#navwrap {
			display:none;
			background-color:#FFFFFF;
			width:100%;
			margin:-5px 0;
		}
		
		#navwrap.menuactive {
			display:inline-block;	
		}
		
		#navwrap ul {
			width:80%;
			margin:100px auto 0 auto;
		}
		
		#navwrap li {
			width:100%;
			font-size:60px;
			height:80px;
			margin-top:80px;
		}
		
		#navwrap a {
			text-decoration:none;
			color:#424242;
			display:block;
			margin:0px 20px;
		}
				
		#navsoc {
			display:none;
			width:100%;
			background-color:#FFFFFF;
		}
		
		#navsoc.menuactive {
			display:inline-block;	
		}
		
		#navsoc ul {
			height:60px;
			width:80%;
			display:flex;
			justify-content:center;
			margin:200px auto 160px auto;
		}
		
		#navsoc li {
			margin:0 40px;
		}
		
		#navsoc a {
			height:80px;
			width:80px;
			display:inline-block;
			background-size:contain;
		}
		
		#navmenu {
			display:inline-block;
			height:45px;
			width:45px;
			float:right;
			margin:28px 15px 0 0;
			cursor:pointer;
		}
		
		#navmenu.menuactive {
			background:url(img/menu_close.svg) no-repeat center center;
		}
}


@media only screen and (max-width: 770px) {
	#mc_embed_signup input.email {
		width:100% !important;
		max-width:100%;
	}
}

@media only screen and (max-width: 600px) {
		#header {
			background-color:#FFFFFF;	
		}
		
		#navwrap {
			display:none;
			background-color:#FFFFFF;
			width:100%;
		}
		
		#navwrap.menuactive {
			display:inline-block;	
		}
		
		#navwrap ul {
			width:80%;
			margin:0 auto;
		}
		
		#navwrap li {
			width:100%;
			font-size:20px;
			height:60px;
			padding-top:30px;
		}
		
		#navwrap a {
			text-decoration:none;
			color:#424242;
			display:block;
			margin:0px 10px;
		}
		
		#navwrap a:hover {
			color:#929497;
			-webkit-transition: color 0.6s;
			-moz-transition: color 0.6s;
			-o-transition: color 0.6s;
			transition: color 0.6s;
		}
		
		#navsoc {
			display:none;
			width:100%;
			background-color:#FFFFFF;
		}
		
		#navsoc.menuactive {
			display:inline-block;	
		}
		
		#navsoc ul {
			height:60px;
			width:80%;
			display:flex;
			justify-content:center;
			margin:40px auto;
			margin-bottom:40px;
		}
		
		#navsoc li {
			margin:0 20px;
		}
		
		#navsoc a {
			height:30px;
			width:30px;
			display:inline-block;
			background-size:contain;
		}
		
		#navmenu {
			display:inline-block;
			float:right;
			margin:15px 15px 0 0;
			cursor:pointer;
		}
		
		#navmenu.menuactive {
			background:url(img/menu_close.svg) no-repeat center center;
		}
		
		#navmenu.menuactive:hover {
			-webkit-transition: background 0.6s;
			-moz-transition: background 0.6s;
			-o-transition: background 0.6s;
			transition: background 0.6s;
			background:url(img/menu_close2.svg) no-repeat center center;
			cursor:pointer;
		}
		
		p {
			font-size:16px;
			line-height:24px;
			margin-top:15px;
		}
}