/*-------------------------------- RESET CSS ---------------------------------------*/
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}
/*============================ END RESET CSS =======================================*/

html, body{
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', sans-serif;
	color: #1D1D1D;
	position: relative;
}
.hide {
	display: none;
}
.red {
	color: #FF1424;
}
.blue {
	color: #001233;
}
.olive_3m {
	color: #645e41;
}
.yellow {
	color: #58c96c;
}
.red {
	color: #ff0033;
}
.black {
	color: #1D1D1D;
}
.gray {
	color: #555555;
}
.gray_light {
	color: #888888;
}
.white {
	color: #ffffff;
}
.green {
	color: #009c3e;
}
.georgia {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}
.helvetica {
	font-family: Helvetica, sans-serif;
}
.tahoma {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.impact {
	/* font-family: Impacto, Impact, 'Helvetica', sans-serif; */
	font-family: Impact, 'Helvetica', sans-serif;
}
sub {
	font-size: xx-large;
    vertical-align: super;
}
strong {
	font-weight: bold;
}
ul li {
	position: relative;
	/* margin-bottom: 15px;
	padding-left: 20px;	 */
}
/* ul li:before {
	content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 9px;
    height: 9px;
    border-radius: 250px;
	background-color: #1D1D1D;
} */
.lineup-article-content ul {
    list-style: disc;
}

.lineup-article-content ol {
    list-style: decimal;
}

.lineup-article-content ul,
.lineup-article-content ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
	font-size: 19px;
    line-height: 23px;
}
.section_form_hero ul li:before { 
	background-color: #fff;
}
  
.mono {
	font-family: monaco,Consolas,Lucida Console,monospace;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
h1 { 
	font-size: 40px;
	line-height: 50px;
}
.section_form_hero h1 {
	font-size: 40px;
	line-height: 50px;
}
h2 { 
	font-size: 30px;
	line-height: 35px;
}
h3 {
	font-size: 25px;
	line-height: 30px;
}
h3 a {
    display: block;
	text-align: left;
    text-decoration: underline;
    margin: 20px auto;
}
.h3_smaller {
	font-size: 22px;
	line-height: 27px;
}
h3.scroll_to_form:hover {
	text-decoration: underline;
	cursor: pointer;
}
h4 {
	font-size: 19px;
	line-height: 23px;
}
h4 p {
    margin: 10px 0;
}
h5 {
	font-size: 17px;
	line-height: 21px;
}
h6 {
	font-size: 11px;
	line-height: 13px;
}
a {
	text-decoration: none;
	color: inherit;
}
.uppercase {
	text-transform: uppercase;
}
.spacer_10 {
	display: table;
	width: 100%;
	height: 10px;
}
.spacer_25 {
	display: table;
	width: 100%;
	height: 25px;
}
.spacer_50 {
	display: table;
	width: 100%;
	height: 50px;
}
.section {
	display: table;
	width: 100%;
	margin: auto;
	position: relative;
}
.section_gray {
	background: #f7f7f7;
}
.section_blue {
	background: #001233;
}
.section_padding {
	padding: 50px 0;
	border-bottom: 1px solid rgb(29 46 62 / 10%);
}
.inner {
	display: table;
	width: 95%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}
input,
select,
textarea {
	display: table;
	width: 100%;
	padding: 10px 15px;
	font-size: 17px;
	color: #000000;
    background-color: #ECF8FD;
    border: 2px solid #A3BAC6;
	border-radius: 5px;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, sans-serif;
}
textarea {
	display: block;
	resize: vertical;
}
select {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center right 7px;
}
input:hover,
select:hover,
textarea:hover
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus {
	border: 2px solid #001233;
	outline: 0;
}
.field_success {
	border: 2px solid #00d777 !important;
	background-color: rgba(0, 215, 119, 0.1);
}
.field_error {
	border: 2px solid #F50050 !important;
	background-color: rgba(245, 0, 80, 0.1);
}
.button {
	display: table;
	width: 100%;
	padding: 20px;
	margin: 10px auto;
	color: #001233;
	/* background: #58c96c; */
    background: #FFE651;
	text-align: center;
	font-weight: bold;
	/* font-family: Impacto, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
	font-family: 'Tahoma', sans-serif;
	font-size: 21px;
	line-height: 30px;
	border-radius: 5px;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover {
	cursor: pointer;
	/* background: #3ab450; */
    background: #efc32d;
}

/*--- TOP NAV ---*/
.section_top {
	background: #2a693a;
}
.logo_home {
	display: table;
	width: 40%;
	max-width: 350px;
	margin: 0 0 30px 0;
}
.section_top .logo {
	display: table;
	margin: 0;
	padding: 20px 0;
	float: left;
	padding: 10px 0;
}
.logo img {
	display: table;
	width: auto;
	height: 40px;
}
.section_top h4 {
	display: table;
    margin: auto;
    padding: 20px 0;
}
/*--- FORM ---*/
.section_form {
	padding: 0 0 130px 0;
	border-bottom: 1px solid rgb(29 46 62 / 10%);
}
.section_form_hero {
	background-image:url('/assets/img/health-2025836701-ce3f5ccf0f98428e9d14abaeb07ba307.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 30px 0 50px 0;
	position: relative;	
}
.section_form_hero:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: rgb(29 46 62 / 80%);
	background-image: radial-gradient(rgb(29 46 62 / 60%) 15%, rgb(29 46 62 / 0%) 5%);
    /* background: rgb(29 46 62 / 60%); */
    /* background-image: radial-gradient(rgb(29 46 62 / 60%) 15%, rgb(29 46 62 / 30%) 10%); */
    background-position: 0 0;
    background-size: 8px 8px;
}
.section_form_hero .half {
	width: 52%;
}
.hero_title_newline {
	display: none;
}
.attention {
	font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.content h4 {
	margin: 20px 0;
}
.half {
	display: table;
	float: left;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.third {
	display: table;
	float: left;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content_with_img {
	display: table;
	width: 100%;
}
.content_with_img {
	margin: 0;
}
.content_with_img_left {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding-right: 20px;
}
.content_with_img_right {
	width: 59%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.hero_title {
	text-shadow: 0.5px 0.5px #fff;
}
.hero_text {
	/* text-shadow: 0.5px 0.5px #fff; */
	padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
	margin: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hero_text_quotes {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}
.phone_number {	
	display: table;
    margin: 10px auto;    
	font-size: 35px;
}
.phone_number:hover {
	text-decoration: underline;
}
.form {
	display: table;
	max-width: 400px;
	position: absolute;
	z-index: 10;
	/* top: 15px; */
	top: 0;
	right: 0;
	background: #fff;
	border: 2px solid #FF8F51;
	border-radius: 10px 10px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.form_header {
	background: #FF8F51;
	padding: 10px 20px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_header h4 {
	margin-bottom: 5px;
}
.form_body {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_thank_you {
	padding: 20px;
}
.form_thank_you p {
	margin-top: 15px;
}
ul.form_thank_you_list {
	list-style: disc;
	margin: 1em 0;
    padding: 0 0 0 40px;
}
.form_body h5 {
	margin-bottom: 5px;
}
.form_body input,
.form_body select,
.form_body textarea {
	margin-bottom: 15px;
}
.form_trust_badge {
	display: inline-block;
	vertical-align: middle;
	max-width: 47%;
}
.form_trust_badge img {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: auto;
}
.form_trust_badge h6 {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	text-align: left;
}
.secure_badge {
    display: table;
    width: 95%;
    max-width: 310px;
    margin: 20px auto 0 auto;
}
.tcpa {
	display: table;
	text-align: justify;
	margin-top: 10px;
	width: 100%;
}
.tcpa a {
	text-decoration: underline;
}
.tcpa input {
    display: inline-block;
    vertical-align: top;
    max-width: 20px;
	cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
}
.tcpa label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 30px);
}
.as_seen_on {
	display: table;
	width: 100%;
	background: #f7f7f7;
	padding: 20px 0;
	margin: 0 auto 30px auto;	
}
.as_seen_on .half {
	display: table;
	width: calc(100% - 400px);
}
.as_seen_on h5 {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	color: #888;
}
.as_seen_on img {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 75px);
	filter: grayscale(1);
    opacity: 0.5;
}
.as_seen_on_title {
	color: #3ab450;
	font-size: 30px;
    line-height: 37px;
} 
.content_img {
	display: table;
	width: 100%;
	height: auto;
	margin: 20px auto 10px auto;
	border-radius: 5px;
	box-sizing: border-box;	
}
.content_video {
	display: table;
	width: 100%;
	height: auto;
	margin: 20px auto 10px auto;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #58c96c;
}
.section_footer {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_footer h4 {
	margin: 5px 0;
}
.section_footer_copyright {
	background: #001233;
	padding: 70px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_footer_copyright .inner {
	max-width: 700px;
	margin: auto;
}
.section_footer_copyright h5 {
	font-size: 13px;
	line-height: 17px;
}
.footer_terms a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.submit_form_clicked {
	background: #ccc;
}
.submit_form_clicked:hover {
	background: #ccc;
	cursor: wait;
}
.submit_button_loading_text {
	display: none;
}
.submit_form_clicked .submit_button_text {
	display: none;
}
.submit_form_clicked .submit_button_loading_text {
	display: block;
}

.section_faq .inner {
	max-width: 700px;
}

.section_faq h4 {
	margin: 5px 0 20px 0;
}

.submit_form_clicked {
	background: #ccc;
}
.submit_form_clicked:hover {
	background: #ccc;
	cursor: wait;
}
.submit_button_loading_text {
	display: none;
}
.submit_form_clicked .submit_button_text {
	display: none;
}
.submit_form_clicked .submit_button_loading_text {
	display: block;
}

/*--- Thank You Page ---*/
.section_ty {
	padding: 70px 0;
}
.section_ty .inner {
	max-width: 700px;
}
.section_ty_tick {
	display: table;
	width: 70px;
	height: auto;
	margin: 10px auto 20px auto;
}

/*--- Terms Privacy Pages ---*/
.section_terms {
	padding: 50px 0;
}
.section_terms p,
.section_terms li {
	margin: 10px 0;
}


.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}


/*----------------------------*\
  -------- MEDIA QUERIES --------
\*-----------------------------*/
@media only screen and (max-width: 1300px) {
	.hero_title {
		text-shadow: none;
		padding: 10px;
		text-align: center;
		background: rgba(255,255,255,0.7);
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 850px) {
	.half {
		width: 100%;
		float: none;
	}
	.form {
		max-width: 100%;
		position: relative;
		top: initial;
		right: initial;
		margin: 10px auto;
	}
	.section_form_hero {
		background: rgb(19 38 83 / 70%);		
		/* background-position: center center; */

		/* background-image: radial-gradient(#132653 20%, rgb(19 38 83 / 10%) 10%); */
		/* background-position: 0 0; */
		/* background-size: 10px 10px; */
		padding: 10px 0 50px 0;
	}
	.section_form_hero:before {
		/* background-image: radial-gradient(rgb(29 46 62 / 100%) 20%, rgb(19 38 83 / 10%) 10%); */
	}
	/* .hero_title_newline {
		display: block;
	} */
	h1 {
		font-size: 30px;
    	line-height: 40px;
	}
	h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.section_form_hero h1 {
		font-size: 35px;
		line-height: 40px;
		text-align: center;
	}
	.attention {
		font-size: 25px;
		line-height: 30px;
		text-align: center;
		margin: 10px 0 0 0;
	}
	.section_form_hero h3 {
		text-align: left;
	}
	.logo_home {
		max-width: 300px;
		margin: 10px auto 30px auto;
	}
	.logo img {
		height: 30px;
	}
	.section_form {
		background-size: auto 200px;
		background-position: top left;
		padding: 0 0 30px 0;
	}
	.section_padding {
		padding: 30px 0;
	}
	.section_top h4 {
		font-size: 11px;
        line-height: 15px;
        padding: 10px 0;
        text-align: center;
	}
	.hero_text {
		margin: 20px 0 0 0;
	}	
	.as_seen_on .half {
		width: 100%;
	}
	
	.button_mobile_hide {
		display: none;
	}
	.content_with_img_left,
	.content_with_img_right {
		display: table;
		width: 100%;
		padding: 0;
	}
	.section_form_hero .half,
	.half, .third {
        width: 100%;
        float: none;
    }
	sub {
		font-size: x-large;
	}
	.as_seen_on {
		text-align: center;
	}
	/* .as_seen_on_title {
		font-size: 20px;
		line-height: 25px;
	}  */
}