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

* { padding: 0; margin: 0; text-decoration: none; box-sizing: border-box; max-width: 100%; }
html { scroll-behavior: smooth; }
body { font-family: "Poppins", sans-serif; }
.cleared { float: none; display: block; clear: both; }
.centered { text-align: center; }
.wrap { width: 100%; max-width: 1074px; padding: 0 12px; margin: 0 auto; }
.copy { margin-bottom: 1.8em; clear: left; max-width: 700px; }
.hide { display: none; }
.mobile { display: none; }

.left { float: left; width: 40%; }
.right { float: right; width: 54%; }

hr { opacity: .3; }
ul { padding: 0; list-style-position: inside; margin-bottom: 1em; }
h1, h2, h3, h4 { font-family: Oswald; line-height: 1.4em; margin-bottom: 0.8em; font-weight: 600; }
h1 { font-size: 28px; margin-bottom: 0; float: left; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
.justice { font-size: 28px; position: absolute;  width: 100%; text-align: center; top: 10px; left: 0; color: red; pointer-events: none; }
.attention { max-width: 360px; }
p, li { font-size: 18px; line-height: 1.6em; margin-bottom: 1em; color: #2f2f2f; font-weight: 300; }
.white { color: #fff !important; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); }
.white > span { color: red !important; }
.yellow { color: yellow !important; }
ul.column { column-count: 2; padding-top: 20px; }
.green-bullet { padding-left: 16px; column-count: 2; }
.green-bullet li { list-style: none; position: relative; font-size: 18px; font-weight: 600; line-height: 1.4em; }
.green-bullet li::before { content: "•"; font-weight: bold; color: #29863c; font-size: 24px; position: absolute; left: -0.8em; top: 0; }


header { padding-top: 10px; padding-bottom: 10px; background-color: #ffffff; position: relative; }
.do-i-qualify-top {
	font-family: Oswald;
	font-weight: 300;
	color: #fff;
	background-color: #29863c;
	padding: 4px 30px;
	border-radius: 60px;
	font-size: 20px;
	float: right;
}

article {
	background: url("images/bg.jpg") right -60px no-repeat;
	background-size: auto;
	padding-top: 50px;
}
h2.normal { font-weight: normal; }
.qualify-button { background-color: #29853c; color: #fff; font-family: Oswald; font-weight: 500; border-radius: 50px; padding: 16px 80px; font-size: 28px; }
.qualify-button:hover { background-color: #47A32B; }

h3 span { color: red; }

/*--- HERO ---*/
.hero { width: 47%; float: left; }
.box-graphic { padding: 20px 60px; }
p.yellow { font-size: 1.6em; line-height: 1.2em; text-shadow: 0px 0px 6px rgba(0,0,0,0.5); }

/*--- As Seen ---*/
.seen-container {
  display: flex; justify-content: space-between; align-items: center; height: 100px; width: 50%;  background-color: #f7f7f7; padding-left: 20px; padding-right: 20px; }
img.as-seen { max-width: 80px; }

/*--- FORM ---*/
#form { width: 46%; float: right; max-width: 420px; background: #fff; padding: 16px; border: 1px solid #4DC1AE; position: relative; margin-left: 40px; margin-bottom: 40px; }
.form-cap { position: absolute; top: -6px; left: 0; max-width: 100%; z-index: 1; }
#form .light-blue-arrow { position: absolute; top: 440px; z-index: 9999; left: -140px; }
#form h4 { z-index: 999; position: relative; color: #fff; font-weight: 500; margin-top: -4px; }
#form .form { padding: 10px 0; }
#form p { margin: 6px 0 0 0; font-size: 14px; }
#form .question p { margin: 0 0 6px 0; }
#form p.disclaimer { font-size: 10px; margin-bottom: 0; text-align: justify; }
#form .group { position: relative; }
#form .question { margin-top: 16px; }
.yesno { text-align: center; letter-spacing: -0.5px }
.yesno > div { width: 48%; text-align: center; display: inline-block; }
.yesno .yes { color: #2f2f2f; }
.yesno .no { color: #2f2f2f; }
.yesno input[type="radio"] { display: none; }
.yesno label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
	font-size: 25px;
}
.yesno label:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #555;
	box-sizing: border-box;
    border-radius: 50%;
    background-color: white;
    margin-right: 10px;
}
.yesno label:hover:before { border: 4px solid rgba(44, 146, 250, 0.5); }
.yesno input[type="radio"]:checked + label:before {
    background-color: white;
    border-color: #2c92fa;
	border: 4px solid #2c92fa;
}
select, input:not([type=submit]), textarea {
	border: 1px solid #DDF0F7;
    border-radius: 3px;	
	width: 100%;
	padding: 8px 10px;
	color: #2F2F2F;
    background-color: #F3FAFC;
	font-size: 15px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}
input[type=submit]{	background-color: #29853c; color: #fff; font-family: Oswald; font-weight: 500; border-radius: 50px; padding: 11px 10px; font-size: 25px; width: 100%; border: none; }
input[type=submit]:hover{ background-color: #47A32B; cursor: pointer; }


.symptoms { background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); }

/*--- FOOTER  ---*/
footer {
	background: url("images/footer-bg.png") top no-repeat;
	background-size: cover;
	padding-top: 140px;
}
footer p, footer a { font-size: 13px; color: #000; }
.privacy { margin: 0; padding: 10px 0; }


/*--- Breakpoints ---*/
@media (max-width: 1280px){
	.green-bullet { column-count: 2; padding-left: 10px; }
	.green-bullet li { font-size: 15px; }
}

@media (max-width: 945px){
	#form .light-blue-arrow { top: 500px; left: -110px; }
	.seen-container { max-width: 400px; }
	img.as-seen { max-width: 60px; }
	article { background: url("images/bg.jpg") center -60px no-repeat; }
}

@media (max-width: 880px){
	article { background-size: 1300px; }
	ul.column { column-count: 2; }
	.justice { display: none; }
	.yellow.mobile { font-size: 20px; }
}

@media (max-width: 840px){
	.seen-container { max-width: 360px; }
	img.as-seen { max-width: 40px; }
	.hero { text-align: center; }
	.hero h3 { margin-left: auto; margin-right: auto; text-shadow: 1px -1px 2px #fff; }
}
	
@media (max-width: 768px){
	.mobile { display: block; }
	.desktop { display: none; }
	h1 { float: none; font-size: 18px; text-align: center; }
	article { padding-top: 10px; }
	.hero { width: 100%; float: none; padding-top: 0; }
	.attention { max-width: 240px; width: 100%; margin: 0 auto 10px; display: block;}
	h2 { max-width: 100%; font-size: 26px; }
	#form { width: 100%; float: none; margin-left: auto; margin-right: auto; }
	.box-graphic { padding: 0; max-width: 300px; width: 100%; margin-left: auto; margin-right: auto; }
	.seen-container { max-width: 100%; width: 100%; }
	img.as-seen { max-width: 200px; }
	.copy { padding: 16px; }
	.left { float: none; width: 100%; }
	.right { float: none; width: 100%; }
	.green-bullet { column-count: 1; padding-left: 20px; }
}
@media (max-width: 440px){
	h2 { font-size: 20px; }
	h3 { font-size: 20px; }
	#form h4 { font-size: 20px; margin-bottom: 1.4em; }
	p, li { font-size: 14px; }
	.form-cap { top: -5px; }
	ul.column { column-count: 1; }
	img.as-seen { max-width: 60px; }
	article { background: url(images/bg.jpg) left 0px no-repeat; background-size: 540px; }
}
