@charset "UTF-8";
/* CSS Document */

/************* CSS RESET *************/

/*** Mike's CSS 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; list-style: none}  img  {border-style: none;} * {margin: 0; padding: 0;} html  {	width: 100%;}  table {border-collapse: collapse;border-spacing: 0;} a{color: inherit;text-decoration: none;}a:link {color:inherit;text-decoration:none;}
a:visited {color:inherit;text-decoration:none;}
a:hover {color: #a4aab0;text-decoration:none;}
a:active {color:inherit;text-decoration:none;}

*, div  {
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
}

/* 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;}


body  {background-color: #4272b6;}

#page  {
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
	font-family: 'Francois One', sans-serif;
}

#hero_container  {
	width: 100%;
	height: auto;
}

#hero_container img  {
	width: 100%;
	height: auto;
}

#sub_hero  {
	width: 100%;
	height: auto;
	background-color: #3fb149;
	color: #ffffff;
	font-size: 54px;
	padding: 70px 20px;
	text-align: center;
}

#steps_container  {
	width: 100%;
	height: auto;
	padding: 70px 20px;
}

.step  {
	width: 100%;
	height: auto;
}

#step_1  {padding-bottom: 70px;}

#step_2  {}

.step_header  {
	width: 100%;
	height: auto;
	font-size: 40px;
	text-align: center;
	padding-bottom: 50px;
	color: #ffffff;
}

.step_body  {
	width: 100%;
	height: auto;
	text-align: center;
}

.step_body img  {
	width: auto;
	height: auto;
}

#mc_embed_signup  {
	width: 100%;
	height: auto;
	padding: 0 16%;
}

.mc-field-group  {
	width: 50%;
	height: auto;
	float: left;
	padding: 0 2%;
	text-align: left;
	margin-bottom: 38px;
}

.mc-field-group label  {width: 100%; color: #ffffff;}

.mc-field-group input[type=text],
.mc-field-group input[type=email],
.mc-field-group input[type=number]  {
	width: 100%;
	height: auto;
	padding: 14px;
	font-size: 16px;
	border-radius: 6px;
	border: none;
	margin-top: 12px;
}

.mc-field-group input[type=radio]  {
	width: 30px;
	height: 17px;
}

.full_width  {
	width: 100% !important;
	text-align: left;
}

.submit_container  {
	text-align: center;
	padding-top: 28px;
}

#mc_embed_signup .mc-field-group input[type=submit]  {
	width: auto;
	height: auto;
	margin: 0 auto;
	background-color: #e88c07;
	color: #ffffff;
	text-align: center;
	padding: 20px 50px;	
	border: none;
	border-radius: 6px;
	font-size: 16px;
	letter-spacing: 1px;
}

#mce-responses  {
	padding-top: 20px;
	color: #ffffff;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
}