/* -------------------------------------------------- */
/* Reset - http://purecss.io/base
/* -------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, main{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}.hide{display:none;}html{box-sizing: border-box;}*,*:before,*:after{box-sizing:inherit;}.clear{font-size:0px;clear: both;height: 0px;}*:focus{outline: none;}strong{font-weight:bold;}em{font-style:italic;}input:invalid{box-shadow: none;}button{border:none;background:none;padding:0;margin: 0;}button::-moz-focus-inner{border:0;}input,button{border-radius:0;border-radius:none;}html{scroll-behavior: smooth;}

/* -------------------------------------------------- */
/* Common
/* -------------------------------------------------- */
body{
	background-color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4{
	line-height: 1.2em; 
	font-weight: 900;
	padding: 15px 0;
}
h1{ font-size: 48px; }
h2{ font-size: 33px; }
h3{ 
	font-size: 21px; 
	padding: 24px 0;
}
h4{ font-size: 18px; }

a{
	color: #47a442;
}
a:hover{
	text-decoration: none;
}
.dark-bg a,
.dark-bg{
	color: #fff;
}
strong{
	font-weight: 700;
}
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
p{
	line-height: 1.6em;
	padding: 12px 0;
}
.center{
	text-align: center;
}
.field-help.center{
	justify-content: center;
}

/* -------------------------------------------------- */
/* Containers
/* -------------------------------------------------- */
.container,
.container-max,
.container-min{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}
.container-min{
	max-width: 860px;
}
.container-max{
	max-width: 1600px;
}

/* -------------------------------------------------- */
/* Buttons
/* -------------------------------------------------- */
a.btn,
button.btn{
	font-family: 'Nunito Sans', sans-serif;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	height: 60px;
	border-radius: 30px;
	background-color: rgba(80,184,74,1);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background-color .25s, color .25s; /* Safari */
	transition: background-color .25s, color .25s;
}
a.btn:hover,
button.btn:hover{
	cursor: pointer;
	background-color: rgba(20,25,73,1);
}
.dark-bg a.btn:hover,
.dark-bg button.btn:hover{
	background-color: rgba(255,255,255,1);
	color: #141949;
}

/* -------------------------------------------------- */
/* Header / Hero
/* -------------------------------------------------- */
.hero{
	background-color: #141949;
	background-image: linear-gradient(to bottom right, #141949, #262f89);
}
.hero-bg{
	background: url('/assets/images/check-bg.webp') no-repeat 60% bottom;
	padding: 12px 0 0 0;
}
.hero-logos{
	display: flex;
	align-items: center;
	justify-content: center;	
	margin: 0 -24px;
}
.hero-logos img{
	margin: 9px 24px;
}
.hero-prehd{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 3px;
}
.hero-txt{
	padding: 48px 0;
	font-size: 18px;
	text-align: center;
}

/* -------------------------------------------------- */
/* Main, Shared
/* -------------------------------------------------- */
section{
	padding: 72px 0;
}
main section:nth-child(even){
	background-color: #efefef;
}

/* -------------------------------------------------- */
/* Testimony	
/* -------------------------------------------------- */
blockquote{
	border-left: 6px solid #ccc;
	padding-left: 27px;
}
blockquote svg{
	float: left;
	fill: #50b84a;
	margin: 6px 12px 0 0;
}
blockquote p{
	padding: 0 0 12px 0;
}
cite{
	display: block;
	padding: 12px 0 0 0;
}
.cite-name{
	color: #141949;
	color: #50b84a;
	font-weight: 900;
	text-transform: uppercase;
}
.cite-title{
	font-style: italic;
}
.cite-co{
	display: block;
	padding: 9px 0 0 0;
}

/* -------------------------------------------------- */
/* Summary
/* -------------------------------------------------- */
.txt-img{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -24px;
}
.txt-img .img,
.txt-img .txt{
	width: 50%;
	padding: 24px;
}
.txt-img .img img{
	width: 100%;
	height: auto;
}
.txt ul{
	padding: 9px 0;
}
.txt ul li{
	background: url('/assets/images/check.svg') no-repeat left 6px;
	padding: 3px 0 3px 27px;
	line-height: 1.6em;
}
.txt ul li p{
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------- */
/* Video	
/* -------------------------------------------------- */
.video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
} 
.video iframe, .video object, .video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------- */
/* Form
/* -------------------------------------------------- */
main section.form-sec{
	background-color: #141949;
}
.form-row{
	padding-bottom: 12px;
}
.form-cols-2, 
.form-cols-3,
.form-cols-4{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -6px;
}
.form-cols-2 .form-col{
	padding: 6px;
	width: 50%;
}
.form-cols-3 .form-col{
	padding: 6px;
	width: 33.33%;
}
.form-cols-4 .form-col{
	padding: 6px;
	flex: 0 0 100px;
}
.form-cols-4 .form-col-card{
	flex-grow: 1;
}
.form-row label{
	display: block;
	padding-bottom: 6px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2em;
}
input, select, textarea, select option{
	background: #d3d4e5;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	color: #000;
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 6px;
}
.form-row iframe{
	height: 72px !important;
}
.pc-fields{
	display: flex;
}
.pc-fields input{
	flex-grow: 1;
	margin-right: 6px;
}
.field-help{
	display: flex;
	align-items: center;
	padding: 9px 0 0 0;
	font-size: 13px;
	opacity: .75;
}
.field-help.plan-help{
	opacity: 1;
	font-weight: 800;
	color: #50b84a;
}
.clover-footer{
	display: none !important;
}
.user2{
	display: none;
	padding: 24px 0;
}
#ucaptcha{
	background: #d3d4e5 no-repeat 9px center;
	padding-left: 154px;
	font-weight: 700;
}
p.alert{
	display: inline-block;
	color: #fff;
	padding: 12px 18px 12px 45px;
	font-weight: 600;
	background: red url('/assets/images/alert.svg') no-repeat 12px center;
}

/* -------------------------------------------------- */
/* Disclaimer	
/* -------------------------------------------------- */
.disclaimer{
	padding: 48px 0 42px 0;
}
.disclaimer h3{ padding: 0 0 12px 0; }
.disclaimer-txt{
	font-size: 14px;
}
.disclaimer-txt p{
	padding: 6px 0;
}

/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */
footer{
	background-color: #fff;
	font-size: 12px;
	padding: 24px 0;
	text-align: center;
	color: #666;
}
footer p{
	padding: 0;
}

/* -------------------------------------------------- */
/* Breakpoints
/* -------------------------------------------------- */
@media screen and (max-width: 900px) {
	.txt-img .img, .txt-img .txt{
		width: 100%;
	}
	header, .hero, footer{
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.form-cols-2 .form-col{
		width: 100%;
	}
	.form-cols-4 .form-col{
		flex: 0 0 33.33%;
	}
	.form-cols-4 .form-col.form-col-card{
		flex: 0 0 100%;
	}
	h1{ font-size: 39px; }
	h2{ font-size: 30px; }
	.hero-logos{
		flex-direction: column;
		align-items: center;
	}
	.hero-logos img.fv{ margin: 24px 0 0 0 !important; }
	.hero-txt{ padding:  48px 0; }
}