@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: 1200px; padding: 0 12px; margin: 0 auto; }
.copy { margin-bottom: 1.8em; }
.hide { display: none; }
.mobile { display: none; }
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: 36px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
p, li { font-size: 20px; 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: 3; padding-top: 20px; }

header { padding-top: 10px; padding-bottom: 10px; background-color: #84c9e6; }
.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/talc-bg.png") center -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; }

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

/* column boxes */

.three-box-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

.box {
	flex: 1;
	padding: 20px;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Equal heights using flexbox */
.three-box-container > .box {
	display: flex;
	flex-direction: column;
}


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

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


/*--- Breakpoints ---*/

@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; }
	.three-box-container { flex-direction: column; gap: 20px; }
}


@media (max-width: 440px){
	h2 { font-size: 20px; }
	h3 { font-size: 20px; }
	#form h4 { font-size: 20px; }
	p, li { font-size: 14px; }
	.form-cap { top: -5px; }
	ul.column { column-count: 1; }
}
