body {
	background:#ffffff;
	font-family: Lato, Arial, Helvetica, sans-serif;
	margin: 0;
}
input {
	font-family: Lato, Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
#header {
	width: 1140px;
	margin: 20px auto 40px;
	position: relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#logo {
	left:0;
	width: 242px;
}
#header p {
	right:0; 
	display: inline;
	position: absolute;
	color:#666666;
	font-size: 25px;
}
#header p a {
	color: #3385ff;
	text-decoration: underline;
	font-family: 'Lato Semibold'
}
#headline {
	text-align: center;
	margin: 0 auto 40px;
}
#headline div {
	width:125px;
	height: 5px;
	background:#3385ff;
	display: inline-block;
	margin-bottom: 10px;
}
#headline h2 {
	color: #636363;
	font-size:38.37px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 10px;
	display: inline;
	line-height: 45.84px;
	letter-spacing: 0.052em;
}
#headline h1 {
	color: #3385ff;
	font-size: 65.02px;
	line-height: 65.02px;
	text-transform: uppercase;
	margin: 0;
	font-weight:normal;
	letter-spacing: 0.132em;
}
#headline h3 {
	color:#636363;
	font-size: 28.78px;
	line-height: 38.37px;
	font-weight:normal;
	margin: 0;
	letter-spacing: 0.012em;

}
#quote {
	background: linear-gradient(rgba(51, 133, 255, .85),rgba(51, 133, 255, .85)),
		url('images/buildings.jpg');
	background-position: center center;
	background-repeat: repeat-x;
	padding:30px calc((100% - 1180px) / 2);
	text-align: center;
}
#quote h1 {
	font-family: 'Lato Semibold', Lato;
	color:#ffffff;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: .132em;
	margin: 20px auto;
}
#quote input[type=text] {
	color:#242f5d;
	font-size: 17.8px;
	padding: 10px;
	border: 0;
	border-radius: 10px;
	margin: 10px;
	width: 245px;
}
#quote form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#quote .long  {
	width: 543px !important;
}
#ctaleft .long  {
	width: 100% !important;
}
#quote input[type=submit] {
	color:#ffffff;
	font-size: 23.74px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	margin: 10px;
	width: 265px;
	background:#2de358;
	font-weight: bold;
	cursor: pointer;
}
#quote input[type=text].error {
	border: 2px solid #c6262e;
}
#quote input[type=submit]:hover {
	background:#33ff63;
	transition: background .25s;
}
#hurry * {
	vertical-align: middle;
}
#hurry p {
	font-size: 34.75px;
	text-align: right;
	display: inline-block;
	color: #ffffff;
	margin: 0;
	letter-spacing: .012em;
	text-transform: uppercase;
}
#bigpipe {
	width:5px;
	height: 115px;
	background:#ffffff;
	display: inline-block;
	margin: 10px 20px 0;
}
#timer {
	display: inline-block;
	margin-top: 10px;
}
#timer div {
	display: inline-block;
	background:#ffffff;
	border-radius: 10px;
	width: 115px;
	height: 105px;
	margin: 15px;
	text-align: center;
	text-transform:uppercase;
}
#timer h2 {
	color:#3385ff;
	font-size:56px;
	font-weight: normal;
	margin: 3px 0 0 ;
}
#timer h3 {
	color:#242f5d;
	font-size:16px;
	font-weight: normal;
	margin: 0;
}
#inforow {
	width: 1180px;
	margin: auto;
}
#inforow h1 {
	color:#3b3b3b;
	text-align: center;
	text-transform: uppercase;
	font-size: 37px;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 40px 0 10px;
}
#inforow h1 span {
	color: #3385ff;
	font-weight: bold;
}
#inforow p {
	margin: 0 auto;
	color:#535353;
	font-size: 18px;
	text-align: center;
	width: 700px;
	line-height: 28px;
}
#bullets {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
#bullets div {
	display: inline-block;
	width: 250px;
}
#bullets img {
	display: block;
	margin: auto;
}
#bullets h2 {
	margin: 10px 0;
	text-align: center;
	font-family: 'Lato Heavy', Lato;
	font-size:24px;
	color: #3385ff;
	text-transform: uppercase;
	font-weight: normal;
}
#bullets ul {
	color:#242f5d;
	font-size:16.64px;
	line-height: 22.19px;
	padding: 0;
	margin: 0;
}
#enhanced {
	background:#f0f0f0;
	padding:30px calc((100% - 1180px) / 2);	
}
#enhanced img {
	display: inline-block;
	margin:0 30px 0 0;
	width: 540px;
	height: auto;
	vertical-align: middle;
}
#enhanced div {
	display: inline-block;
	width: 600px;
	vertical-align: middle;
}
#enhanced h1 {
	font-size: 34px;
	color:#507dbf;
	text-transform: uppercase;
	letter-spacing: .130em;
	margin: 0;
}
#enhanced ul {
	font-size: 14px;
	color: #507dbf;
	line-height: 23.84px;
	padding: 0 0 0 20px;
}
#enhanced ul li {
	color: #2e2e2e;
	margin: 0 0 10px;
}
#nobotsh {
	background:#3385ff;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-size:36px;
}
#nobotsd {
	background:#1f2b92;
	font-size:16px;
	color:#ffffff;
	text-align: center;
	padding: 0 0 20px;
}
#nobotsd p {
	margin:0 auto;
	width: 900px;
	line-height: 2em;
	padding: 20px;
}
#nobotsd img {
	display: inline-block;
}
#nobotsd div {
	display: inline-block;
	background:#3385ff;
	width: 200px;
	height: 1px;
	margin: 0 20px 35px;
}
#cta {
	background: linear-gradient(rgba(57, 57, 57, .85),rgba(57, 57, 57, .85)),
		url('images/buildings.jpg'),
		rgba(57, 57, 57, 1);
	background-position: center center;
	background-repeat: repeat-x;
	padding:30px calc((100% - 1140px) / 2);
	vertical-align: middle;
}
#cta div {
	display: inline-block;
	vertical-align: middle;
}
#ctaleft {
	width: 450px;
}
#ctaleft h1 {
	margin: 0 0 10px;
	font-family: 'Lato Semibold', Lato;
	color:#ffffff;
	font-size: 32px;
	letter-spacing: .132em;
	text-transform: uppercase;
	font-weight: normal;
}
#ctaleft form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ctaleft input[type=text] {
	color:#242f5d;
	font-size: 17.8px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	margin: 5px 0;
	width: 200px;
}
#ctaleft input[type=text].error {
	border: 2px solid #c6262e;
}
#ctaleft textarea {
	color:#242f5d;
	font-size: 17.8px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	margin: 5px 0;
	width: 100%;
	font-family: Lato;
	height: 130px;
}
#ctaleft input[type=submit] {
	color:#ffffff;
	font-size: 23.74px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	margin: 5px 0;
	width: 220px;
	background:#2de358;
	font-weight: bold;
	cursor: pointer;
}
#ctaleft input[type=submit]:hover {
	background:#33ff63;
	transition: background .25s;
}
#ctaright {
	width: 640px;
	padding: 0 0 0 40px;
}
#ctaright h1 {
	font-family: 'Lato Semibold', Lato;
	font-size:32px;
	letter-spacing: .132em;
	color:#ffffff;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}
#ctaright p {
	font-family: 'Lato Semibold', Lato;
	font-weight: bold;
	margin: 10px 0;
	color:#ffffff;
	font-size:22.06px;
	line-height: 38.44px;
	letter-spacing: .01em;
}
#ctaright ul {
	color:#ffffff;
	font-size:18px;
	line-height: 1.5em;
	letter-spacing: .03em;
	padding: 0 0 0 20px ;
}
#questions {
	background:#3385ff;
	margin: 0;
	padding: 40px 20px;
	color: #ffffff;
	text-align: center;
	font-size:34.37px;
	font-weight: normal;
}
#questions a{
	text-decoration: underline;
	color:#ffffff;
	font-family: 'Lato Semibold', Lato;
}
#thankyou #headline div {
	background:#3385ff;
	margin-bottom:60px;
}
#thankyou #headline{
	margin:auto;
	display:block;
}
#thankyou #headline h1 {
	display:inline-block;
	font-size:96px;
	margin-bottom:40px;
	color:#ffffff;
}
#thankyou #headline h3 {
	color:#ffffff;
}
#thankyou #logo {
	margin:auto;
	left:auto;
	display:block;
}
#thankyou #cta {
	padding: 200px 20px;
}
#privacy-policy {
	background: #1f2b92;
	text-align: center;
	padding: 20px;
}
#privacy-policy a {
	text-decoration: none;
	color: #fff;
}
.theform {
	max-width:1140px;
	margin:auto;
	padding:0 20px
}