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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}
*{
	box-sizing:border-box;
}
body{
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5{
	font-family: 'Lato', sans-serif;
} 

.container{
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
#hero{
	position: relative;
	height: 870px;
	width: 100%;
	background-size: 100%;
	background:url('img/background.jpg');
}

#hero h1{
	color:#064083;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	font-size: 42px;
}

#hero h2{
	color:#fff;
	font-weight: 700;
	text-align: center;
	font-size: 38px;
	text-shadow:-2px 0px 2px rgba(34, 34, 34, 0.58);
}
#header{
	padding:22px 0 10px 170px;
}
#hero-box{
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	width: 800px;
	color:#064083;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin:20px auto;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2;
}

#hero-button{
	position: absolute;
	left: 200px;
	bottom:200px;
	width: 250px;
	text-transform: uppercase;
	color:#fff;
	border:4px solid #ffc700;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 1.1;
	background: #064083; /* Old browsers */
	background: -moz-linear-gradient(top, #064083 0%, #0b589d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #064083 0%,#0b589d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #064083 0%,#0b589d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064083', endColorstr='#0b589d',GradientType=0 ); /* IE6-9 */
}

#discover-more{
	background: rgba(255, 255, 255, 0.85);
	color:#064083;
	position: absolute;
	bottom: 0;
	width: 800px;
	left:0;
	right: 0;
	margin:0 auto;
	text-align: center;
	padding: 10px 20px;	
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	font-size: 20px;
}
#discover-more a{
	text-decoration: none;
	color:#064083;
	font-weight: 800;
}

.full-width{
	background: #064083;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#064083+0,0b589d+100 */
background: #064083; /* Old browsers */
background: -moz-linear-gradient(top, #064083 0%, #0b589d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #064083 0%,#0b589d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #064083 0%,#0b589d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064083', endColorstr='#0b589d',GradientType=0 ); /* IE6-9 */
}

#form{
	color:#fff;
	padding: 20px;
	width: 650px;
	margin: 0 auto;
}


#form-heading{
	font-size: 34px;
	text-align: center;
	line-height: 1.1;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
}
i{
	font-style: italic;
}
form{
	width: 500px;
	margin:20px auto;
	border-bottom:2px solid #fff;
	padding: 5px 0 20px 0;
}
form a{
	color:#fff;
}
fieldset{
	margin:10px 0;
}
label{
	float: left;
	color:#fff;
	line-height: 30px;
	font-size: 22px;
}
input[type="text"],input[type="email"]{
	font-size: 16px;
	float: right;
	width: 330px;
	height: 30px;
	background: #fff;
	border:none;
	padding: 5px;
}
input::placeholder{
	font-style: italic;
}

input[type="submit"]{
	background: #ffc700;
	color:#064083;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 7px 75px;
	width: auto;
	height: auto;
	font-weight: 700;
	font-size: 26px;
	margin:0 auto;
	border:none;
	cursor: pointer;
}
input[type="submit"]:hover{
	background: #fff;
}
input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  width: 30px;
  height: 30px;
  float: left;
}

#privacyLabel{
	font-size: 18px;
	margin:10px 0;
}

#contact-preferences label{
	/*font-size: 16px;*/
	margin:10px 10px;
}

p{
	margin:0 0 10px 0;
}
@media screen and (max-width: 1024px){
	#hero-box,#hero-button,#discover-more,.container{
		max-width: 100%;
	}
	#hero{
		height: 670px;
	}
}

@media screen and (max-width: 480px){
	#hero-box,#hero-button,#discover-more,.container{
		max-width: 100%;
	}
	#header{
		margin:0 auto;
		text-align: center;
		padding: 0;
	}
	label,input,form,#form{
		width: 100%;
	}
	#hero-button{
		left: 0;
		right: 0;
		margin:0 auto;
		bottom: 90px;
	}
	#hero-box{
		margin:80px auto;
	}
	input[type="text"],input[type="email"]{
		float: left;
		width: 100%;
	}

	#contact-preferences label{
		width: 33%;
		margin:0;
		font-size: 16px;
	}
	#privacyLabel{
		font-size: 16px;
		position: relative;
		padding-left: 45px;
		line-height: 1;
	}
	#privacyLabel input[type=checkbox]{
		position: absolute;
		left: 0;
	}
	#hero{
		height: 720px;
	}
}