@media screen and (max-width: 1200px) {

#container {
	width: 100%;
}
#header {
	width: calc(100% - 40px);
	margin: 0 auto 0;
	padding: 20px 20px 40px;
	text-align: center;
}
#logo {
	left:auto;
	width: 242px;
	display: inline-block;
	margin: auto;
	vertical-align: middle;
}
#header p {
	font-size: 20px;
	position: relative;
	display: inline-block;
	right: auto;
	vertical-align: middle;
	padding: 20px 0 20px 40px;
	margin: 0;
}
#headline {
	text-align: center;
	margin: 0 auto 40px;
}
#headline div {
	width:50px;
	height: 3px;
	background:#3385ff;
	display: inline-block;
	margin-bottom: 8px;
}
#headline h2 {
	font-size:26px;
	margin: 0 10px;
	line-height: 1.5em;
}
#headline h1 {
	font-size: 46px;
	line-height: 1.5em;
}
#headline h3 {
	font-size: 20px;
	line-height: 1.5em;
}
#quote {
	padding:20px;
}
#quote input[type=text] {
	width: calc(50% - 40px);
}
#quote .long,
#quote .long-mobile-only {
	width: 100% !important;
}
#quote input[type=submit] {
	margin: 10px auto;
}
#hurry p {
	text-align: center;
}
#bigpipe {
	display:none;
}
#inforow {
	width: calc(100% - 40px);
}
#inforow h1 span {
	color: #3385ff;
	font-weight: bold;
}
#inforow p {
	text-align: center;
	width: 100%;
}
#bullets {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	flex-wrap: wrap;
}
#bullets div {
	display: inline-block;
	width: calc(50% - 40px);
	padding: 0 20px 20px;
}
#bullets img {
	display: block;
	margin: auto;
}
#bullets ul {
	padding: 0 0 0 40px;
}
#enhanced {
	padding:40px 20px 20px;
}
#enhanced img {
	display: block;
	margin:0;
	width: 100%;
	max-width: 400px;
	margin: auto;
}
#enhanced div {
	width: 100%;
}
#nobotsd p {
	width: calc(100% - 40px);
}
#nobotsd div {
	width: 100px;
}
#cta {
	padding: 30px 20px;
}
#cta div {
	display: inline-block;
	vertical-align: middle;
}
#ctaleft {
	width: 100%;
}
#ctaleft h1 {
	text-align:center;
}
#ctaleft input[type=text] {
	width: calc(50% - 30px) ;
}
#ctaleft textarea {
	width: 100%;
	height: 22px;
}
#ctaleft input[type=submit] {
	margin: 5px auto;
}
#ctaright {
	width: 100%;
	padding: 0;
}
#ctaright h1 {
	margin: 20px 0 0;
	font-weight: normal;
}
#thankyou #headline h1 {
	margin-bottom:0px;
	line-height:1em;
}
}
@media screen and (max-width: 768px) {
#header {
	padding: 20px;
}

#header p {
	padding: 20px 0;
}
#headline {
	padding: 0 20px;
}
#headline div {
	display: none;
}
#headline h2 {
	font-size:30px;
}
#headline h1 {
	font-size:36px;
}
#headline h3 {
	font-size:18px;
}
#cta {
	background-position: center top;
}
#thankyou #headline h1 {
	margin-bottom:20px;
}
}
@media screen and (max-width: 425px) {

#headline h2 {
	font-size:37px;
	line-height: 1em !important;
}
#headline h1 {
	font-size:37px;
	line-height: 1em !important;
	margin:10px 0;
}
#headline h3 {
	font-size:18px;
	line-height: 1em !important;
}
#quote input {
	width: calc(100% - 20px) !important;
}
#hurry p {
	font-size:24px;
}
#timer {
	width: 100%;
}
#timer h2 {
	font-size:3em;
}
#timer div {
	width: calc(25% - 15px) !important;
	margin:5px;
	height: 95px;
}
#timer h3 {
	font-size: .75em;
}
#bullets div {
	width: 100%;
}
#nobotsh {
	font-size:24px;
}
#nobotsh span {
	white-space: nowrap;
}
#nobotsd div {
	display: none;
}
#ctaleft input {
	width: 100% !important;
}
#thankyou #headline h1 {
	font-size:60px;
}
#thankyou #cta {
	padding:100px 20px ;
}
}
@media screen and (max-width: 320px) {
#headline h2 {
	font-size:30px;
}
#headline h1 {
	font-size:30px;
	margin:10px 0;
}
#inforow h1 {
	font-size:30px;
}
#hurry p {
	font-size:18px;
}
#timer h2 {
	font-size: 2em;
}
#timer h3 {
	font-size:.5em;
}
#timer div {
	height: 65px;
}
#thankyou #headline h1 {
	font-size:50px;
}
}