
html,body{
	margin: 0px;
	height: 100%;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	font-family: 'Raleway', sans-serif;
	background-attachment: fixed;
}

.header{
	height: 65px;
	background: #FFF;
	overflow: hidden;
	padding: 0 calc(50% - 512px);
}

.content{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(back.png) no-repeat center bottom #052E56;
	background-size: cover;
	height: 500px;
}

.disclaimer{
	width: 611px;
	position: relative;
	top: 100px;
	color: #FFF;
	margin: 0 auto;
}

h1{
	color: #FFF;
	margin: 0px;
	font-size: 38px;
}

.disclaimer p{
	color: #FFF;
	margin: 0px;
	font-size: 20px;
	font-weight: 100;
	position: relative;
	top: 15px;
	margin-bottom: 20px;
}

.learnmore{
	padding: 15px 40px 15px 40px;
	border-radius: 2px;
	background: #E1DC34;
	font-size: 17px;
	color: #0062B2;
	text-decoration: none;
	display: inline-block;
}

#mc_embed_signup{
	clear:left; font:14px Helvetica,Arial,sans-serif;
}

#mc_embed_signup_scroll label{
	font-size: 30px;
	color: #7e7e7e;
	display: block;
	margin-bottom: 10px;
}

#mc-embedded-subscribe{
	color: #FFF;
}

.logo{
	background: url(logo.png) no-repeat;
	background-size: cover;
	width: 154px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	float: left;
	left: 30px;
}

.content02{
	width: 100%;
	background: rgba(255,255,255,.65);
	border-top: 2px solid #f89730;
	text-align: center;
}

input[type='email']{
	width: 390px;
	height: 35px;
	margin-right: 10px;
	border: 1px solid #979797;
	padding-left: 10px;
	display: inline-block;
}

input[type='submit']{
	width: 180px!important;
	border-radius: 4px;
	padding: 15px 40px 15px 40px;
	border-radius: 2px;
	background: #0062B2;
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #0062B2;
	padding: 9px 30px 9px 30px;
	color: #FFF;
	position: relative;
	display: inline-block!important;
	height: 40px!important;
}

.how{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.howitem{
	float: left;
	width: 25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.howitem p{
	margin: 0px;
	padding: 0px;
}

.howitem .icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.content02 h1{
	margin: 20px auto;
	color: #666;
}

.register{
	width: 600px;
	margin: 0 auto;
	margin-top: 45px;
	background: #E9E9E9;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.register input{
	width: 380px;
	height: 35px;
	margin-right: 10px;
	border: 1px solid #979797;
	padding-left: 10px;
}

.register a{
	width: 180px;
	border-radius: 4px;
	background: 
	border: 1px solid #BD6D14;
	padding: 9px 30px 9px 30px;
	color: #FFF;
	position: relative;
	top: 2px;
}

.nav{
	float: right;
}

.nav li{
	display: inline;
	margin-left: 30px;
}

.nav li a{
	color: #000000;
	text-decoration: none;
}

.nav li a:hover{
	border-bottom: 2px solid #f89730;
}

.band {
  width: 100%;
  background: rgba(255,255,255,.3);
  height: 65px;
  position: relative;
  top: 150px;
  padding-top: 15px;
}

.band span {
  color: #FFF;
  font-size: 20px;
  display: inline;
  margin-right: 30px;
}

.what {
  width: 100%;
  height: 300px;
  background: #E9E9E9;
	overflow: hidden;
	text-align: center;
}

.subfooter {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.subfooter h1 {
  color:#5C5C5C;
  font-size: 35px;
  margin: 0px;
}

.button {
  padding: 15px 40px 15px 40px;
	border-radius: 2px;
	background: #E1DC34;
	font-size: 17px;
	color: #0062B2;
	text-decoration: none;
	display: inline-block;
}

.footer {
  width: 100%;
  height: 110px;
  background: #3563B2;
/*   padding: 0 calc(50% - 512px); */
  padding-top: 25px;
  overflow: hidden;
  text-align: center;
}

.footerlogo {
  width: 139px;
  height: 45px;
  background: url(logo2.png) no-repeat;
  background-size: cover;
  float: none;
  margin: 0 auto;
}

.footernav {
  float: right;
}

.footer span {
  color: #FFF;
  margin-top: 20px;
  display: block;
}


