/* 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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}div,section,header,nav,footer{display: block; position: relative;}
section,header,footer,div,input,textarea,button { display: block; box-sizing: border-box; position: relative; }
 
html,body { height: 100%; }

body {
	font-size: 16px;
	font-family: 'Lato','Segoe UI','Helvetica',sans-serif;
	color: #555;
}
@-webkit-keyframes load1 {
  0%,80%,100% { box-shadow: 0 0; height: 4em; }
  40% { box-shadow: 0 -2em; height: 5em; }
}
@keyframes load1 {
  0%,80%,100% { box-shadow: 0 0; height: 4em; }
  40% { box-shadow: 0 -2em; height: 5em; }
}
#loader { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 20; opacity: 0; }
/*#loader { display: block; opacity: 1; }*/
.loader, .loader:before, .loader:after { display: block; background: #5badce; -webkit-animation: load1 1s infinite ease-in-out; animation: load1 1s infinite ease-in-out; width: 1em; height: 4em; }
.loader { top: 50%; color: #5badce; text-indent: -9999em; margin: -44px auto 0; position: relative; font-size: 11px; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }
.loader:before, .loader:after { position: absolute; top: 0; content: ''; }
.loader:before { left: -1.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.loader:after { left: 1.5em; }
section { background: #fff;}
#thankYou {
	display: block;
	position: absolute;
	padding: 50px 0;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	background: #fff;
	opacity: 0;
}
/*#thankYou { display: block; opacity: 1; }*/

#thankYou h2 {
	color: #5cadce;
	font-size: 2.5em;
}
#thankYou p {
	max-width: 800px;
	margin: 0 auto;
}
#headerLogo { display: block; z-index:4; width: 80px; height: auto; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

.wrapper {
	max-width: 800px;
	padding: 0 30px;
	margin: 0 auto;
}

.imgBG {
	background-size: cover;
	background-position: center center;
	background-repeat: none;
}

.top {
	height: 66%;
	min-height: 500px;
	background-color: #666;
	color: #fff;
}

h1 {
	display: block;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-weight: 800;
	font-size: 2em;
	width: 90%;
	max-width: 1000px;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-75%);
}

h2 {
	font-weight: bold;
	font-weight: 900;
	font-size: 1.5em;
	text-align: center;
	padding: 30px 0 15px;
}

.desc {
	font-size: .8em;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 20px; 
}

.meta {
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-weight: bold;
	font-weight: 900;
	text-align: center;
}

.meta li {
	display: inline-block;
	position: relative;
	padding: 20px 30px 20px 66px;
	margin: 0 auto 20px;
	border-radius: 100px;
	background: #5cadce;
	background: rgba(92,173,206,.7);
}

.meta img {
	display: block;
	position: absolute;
	top: 50%;
	left: 28px;
	transform: translateY(-50%);
}

.meta a {
	color: #fff;
	text-decoration: none;
}

form {
	padding: 20px 0 60px;
}

.field {
	padding: 0 0 20px;
}

.field.hidden {
	display: none;
}
.error { color: red; font-weight: bold; }
.errorMsg { display: none; }
.error .errorMsg { color: #cc0000; display: block; position: absolute; top: 2px; right: 0; font-size: .7em; text-align: right; }

label {
	display: block;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 5px;
}

input,select,button {
	width: 100%;
	padding: 10px 15px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

textarea {

}

button {
	display: block;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 8px 0;
	height: auto;
	line-height: auto;
	background: #5cadce;
	cursor: pointer;
}
button:hover { background: #428caa; }
button:active { background: #333; }


@media screen and (min-width: 768px) {
	.wrapper {
		padding: 0 60px;
	}
	h1 {
		font-size: 3em;
		transform: translate(-50%,-50%);
	}
	.meta {
		bottom: 100px;
	}
	.meta li {
		position: absolute;
		left: 50%;
	}
	.meta li.date {
		transform: translateX(-100%);
		margin-left: -30px;
	}
	.meta li.location {
		margin-left: 30px;
	}
	form:after {
		content:"";
		display: table;
		clear: both;
	}
	.field {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.field:nth-child(even) {
		margin-right: auto;
		margin-left: 2%;
	}
}

@media screen and (min-width: 1024px) {

}