/* blue: #00a6eb
amazon: #232f3e
green: #1c8100 
yellow: #ffea32;
purple: #4632d8; simply business
*/
*{
	margin:0;
	padding:0;
	border:0;
}
body{
}
hr {
	border-top: 1px solid #ccc;	
	height: 24px;
}
ol, ul{
	list-style-type:none;
}
progress[value]{
    appearance: none;
	-webkit-appearance: none;
	height: 10px;
	width: 100%;
}
progress[value]::-webkit-progress-bar{
	background-color: #333;
	border: 1px solid #666;
	border-radius: 5px;
}
progress[value]::-webkit-progress-value{
	background-color: #ffea32;
	border-radius: 5px 0 0 5px;
	transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;	
	-webkit-transition: width 0.5s;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
td{
	text-align: left;
	vertical-align: middle;
	padding-bottom: 12px;
}
@font-face{
	font-family: "Decima Mono";
	src: url(font/DecimaMono.woff);
}
@font-face{
	font-family: "Decima Mono Bold";
	src: url(font/DecimaMono-Bold.woff2);
}


/* LAYOUT
-------------------------------------------------------------- */
.columns{
	display: flex;
}
@media (max-width: 939px) {
.columns{
	display: block;
}
}
.column{
	margin-bottom: 36px;
	margin-right: 20px;
	width: 300px;
}
@media (max-width: 939px) {
.column{
	width: 100%;
}
}
.container{
	padding-top: 72px;
	padding-bottom: 72px;
}
@media (max-width: 619px) {
.container{
	padding-top: 48px;
	padding-bottom: 48px;
}
}
.page{
	width: 940px;
}
@media (max-width: 939px) {
.page{
	width: 620px;
	padding-right: 30px;
	padding-left: 30px;
}
}
@media (max-width: 619px) {
.page{
	width: auto;
}
}
.grey{
	background-color: #e1e1e1;
}
.half{
	width: 460px;
}
.third{
	width: 300px;
}
@media (max-width: 939px) {
.half, .third{
	width: 100%;
}
}
.gutter{
	margin-right:20px;
}
.hide {
	display: none;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}
.justify-space-between{
	display: flex;
	justify-content: space-between;
}


/* CONTENT
-------------------------------------------------------------- */
.content img{
	max-width: 620px;
}
/*
@media (max-width: 619px) {
.content img{
	width: 100%;
}
}
*/
.content a{
	color: #4632d8;
}
.content h1{
	color: #222;
	font-size: 72px;
/*	font-family: helvetica;*/
	font-family: "Decima Mono Bold";
	letter-spacing: -2px;
	line-height: 60px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
@media (max-width: 939px) {
.content h1{
	font-size: 72px;
	line-height: 60px;
}
}
@media (max-width: 619px) {
.content h1{
	font-size: 40px;
	line-height: 38px;
	margin-bottom: 12px;
}
}
.content h1 a{
	color: #333;
}
.content h1 sup{
	font-size: 24px;
}
.content h2{
	color: #333;
	font-size: 48px;
/*	font-family: helvetica;*/
	font-family: "Decima Mono Bold";
	letter-spacing: -2px;
	line-height: 44px;
	margin-bottom: 36px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 619px) {
.content h2{
	font-size: 36px;
	line-height: 32px;
}
}
.content h2 a{
	color: #333;
	text-decoration: none;
}
.content h3{
	color: #333;
	font-size: 24px;
/*	font-family: helvetica;*/
	font-family: "Decima Mono Bold";
	letter-spacing: -2px;
	line-height: 27px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.content label{
	color: #333;
	text-decoration: none;
}
.content p{
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
p.disclaimer{
	display: none;
/*	font-family: verdana;
	font-size: 10px;
	line-height: 13px;*/
	font-size: 12px;
	line-height: 14px;
}
.tcpa{
	display: none;
}


/* [  ] HEADER
-------------------------------------------------------------- */
.header{
/*	background-color: #232f3e;
	background-color: #1E0E05;
	background-color: #222;*/
	background-color: #e1e1e1;
	padding-top: 18px;
	padding-bottom: 8px;
	text-align: center;
}
.header img{
	width: 180px;
}
@media (max-width: 619px) {
.header img{
	width: 120px;
}
}

/* [  ] MAIN
-------------------------------------------------------------- */
.main{
	background-image: url(img/hero.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}
@media (max-width: 619px) {
.main{
	background-image: url(img/hero-720.jpg);
	background-position: -300px -110px;
}
}
.main .back input{
/*	color: #fff;*/
}
.main fieldset{
	background: none;
}
.main h1{
	width: 540px;
}
@media (max-width: 619px) {
.main h1{
	width: auto;
}
}
.tagline p{
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 36px;
	width: 480px;
}
@media (max-width: 619px) {
.tagline p{
	margin-bottom: 24px;
	width: auto;
}
}
@media (max-width: 619px) {
.tagline{
	width: 240px;
}
}
.main small{
	color: #222;
	font-size: 12px;
	margin: 0;
}
.main p{
	color: #222;
}
.call span, .call a{
	font-size: 24px;
}
.call a{
	color: #00a6eb;
	font-size: 24px;
	font-weight: bold;
}
.call span{
	color: #000;
}


/* [  ] PRIVACY
-------------------------------------------------------------- */
.privacy{
	background-color: #f0f8fd;
	background-image: url(img/shield.svg);
	background-position: 25px 20px;
	background-repeat: no-repeat;
	background-size: 26px 32px;
/*	background-size: initial;*/
	border: 1px solid #ccc;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-bottom: 18px;
}
.privacy h3{
	color: #31A4F3;
	font-family: helvetica;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 6px;	
}
.privacy p{
	color: #666;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.privacy svg{
	vertical-align: middle;
}

/* [  ] ICON
-------------------------------------------------------------- */
.icon i{
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 1px 1px 30px #ddd;
	color: #999;
	font-size: 48px;
	height: 84px;	
	margin-bottom: 12px;
	padding-top: 36px;
	width: 120px;
}

/* [  ] FIGURES
-------------------------------------------------------------- */
.figures small{
	font-size: 24px;
	line-height: 0px;
}
.financial small{
	margin-right: 0;
	vertical-align: super;
}
.percent small{
	margin-right: -12px;
	vertical-align: super;
}
.years::after{
	content: 'Years';
	font-size: 24px;	
}

/* PARTNERS
-------------------------------------------------------------- */
.dark{
	background-color: #333;
}
.partners{
	padding-bottom: 24px;
	padding-top: 24px;
}
@media (max-width: 619px) {
.partners img{
	width: 100%;
}
}

/* PROGRESS
-------------------------------------------------------------- */
.ninth{
	width: 100px;
}
.progress{
	counter-reset: item;
	display: flex;
	margin-bottom: 18px;
}
.progress span::before{
	background-color: #4632d8;
	border: 1px solid #4632d8;
	border-radius: 100%;
	color: #fff;
	content: counter(item);
	counter-increment: item;
	display: inline-block;
	font-family: "Decima Mono";
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	padding-top: 3px;
	text-align: center;
	width: 29px;
}
.progress span.active::before{
	background-color: #fff;
	color: #4632d8;
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
}
.progress p{
	font-size: 12px;
	font-family: helvetica;
	margin-bottom: 0;
	line-height: 24px;
	text-align: center;
}
.one::after, .two::after{
	background-color: #4632d8;
	content: '';
	display: block;
	height: 2px;
	margin-left: 64px;
	margin-top: -14px;
	position: absolute;
	width: 71px;
}
/*
.progress li:after{
	background-color: #999;
	content: '';
	display: block;
	height: 2px;
	margin-top: -10px;
	margin-left: -33px;
	position: absolute;
	transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;	
	-webkit-transition: background-color 0.5s;
	width: 33px;
	z-index: -1;
}
*/
/* STEPS
-------------------------------------------------------------- */
.steps ol{
/*	border-left: 3px solid #232f3e;*/
	border-left: 3px solid #4632d8;
	margin-left: 22px;
	margin-bottom: 36px;
}
.steps li{
	counter-increment: item;
	font-size: 18px;
	font-family: helvetica;
	margin-bottom: 18px;
}
.steps li:before{
/*	background-color: #232f3e;*/
	background-color: #4632d8;
	border-radius: 100%;
	color: #fff;
	content: counter(item);
	display: inline-block;
/*	height: 29px;*/
/*	font-family: helvetica;*/
	font-family: "Decima Mono";
	font-size: 30px;
	line-height: 35px;
	margin-left: -22px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: center;
	width: 40px;
}


/* [  ] FOOTER
-------------------------------------------------------------- */
.footer{
	padding-bottom: 44px;
	padding-top: 10px;
}
.footer a{
	color: #666;
	text-decoration: none;
}
.footer h1{
	color: #666;
	font-size: 24px;
	font-family: arial;
	font-weight: lighter;
	line-height: 22px;
	margin-bottom: 12px;
}
.footer h3{
	color: #666;
	font-size: 24px;
	font-family: arial;
	font-weight: lighter;
	line-height: 22px;
	margin-bottom: 12px;
}
.footer li{
	color:#666;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.footer p{
	color:#666;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}
.footer ul{
	margin-bottom: 12px;
}


/* EXIT INTENT POPUP
-------------------------------------------------------------- */
.popup-overlay{
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.popup-content{
    background-color: white;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
    border-radius: 8px;
    bottom: 0;
//    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 20px #666;
    height: 280px;
    margin: auto;
    left: 0;
    max-width: 90%;
    padding-top: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 360px;
}
.popup-content h3{
	font-family: helvetica;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 33px;
	margin-bottom: 18px;
}
.close-popup button{
	background: none;
	color: #333;
    cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}

/* MODAL
-------------------------------------------------------------- */
.modal{
	padding-top: 36px;
}
.modal h3{
	color: #666;
	font-family: helvetica;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.modal li{
	color: #666;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}
.modal p{
	color: #666;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.modal ul{
	margin-bottom: 18px;
}


/* FORMS
-------------------------------------------------------------- */
.form-container{
	position: relative;
}
.form-quote,
.form-quote-step1,
.form-quote-step2, 
.form-quote-step3{
	height: 300px;
}
.form-verify,
.form-verify-step1,
.form-verify-step2{
	height: 320px;
}
.content label{
	font-size: 24px;
}
.content input{
	border: 2px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px;
	width: 100%;
}
.content input::placeholder{
	color: #666;
	opacity: 1;
}
.content select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(svg-min/expand.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 18px;
	border: 2px solid #ccc;
	color: #333;
	cursor: pointer;
	font-family: arial;
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
}
.submit a,
.submit button,
.submit input{
	-webkit-appearance: none;
/*	background-color: #f38031;*/
	background-color: #4632d8;
	border: 0;
	border-radius: 5px;
/*	color: #fff;*/
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Decima Mono Bold";
/*	font-weight: bold;*/
	font-size: 24px;
/*	letter-spacing: -1px;*/
	max-width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.back button,
.next button{
	background-color: transparent;
	border: 0;
	border-radius: 5px;
	color: #00a6eb;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.form p{
	margin-bottom: 9px;
}
label.warning{
	background-color: #ff3535;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 12px;
	margin-top: 10px;
	line-height: 18px;
	padding: 10px;
	position: relative;
}
.warning::before{
	top: -20px;
	color: #ff3535;
	content: '\f500';
	font-family: Genericons;
	font-size: 36px;
	left: 15px;
	position: absolute;
}
.hidden{
	margin-left: -2000px;
}


/* WIDGET
-------------------------------------------------------------- */
.widget{
	width: 300px;
	padding-bottom: 30px;
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
@media (max-width: 939px) {
.widget{
	width: 100%;
}
}
.widget h1, .widget h3{
	font-family: helvetica;
	font-size: 30px;
/*	font-weight: bold;*/
	color: #333;
	line-height: 30px;
	margin-bottom: 12px;
}
.widget h1 a{
	color: #333;
	text-decoration: none;
}
.widget img{
	width: 300px;
}
@media (max-width: 939px) {
	.widget img{
	width: 100%;
}
}
.widget input {
	width: 160px;
}
.widget p{
	color: #666;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.widget p a{
	color: #38B5D5;
	text-decoration: none;
}
.widget ul{
	padding-bottom: 18px;
}
.widget li{
	background-image: url(img/marker.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	border-bottom: 1px solid #ccc;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.widget li a{
	color:#666;
	text-decoration: none;
}
.widget li a:hover{
	color:#666;
}
.post-date{
	font-weight: bold;
}
.textwidget{
	margin-bottom: 18px;
}
.sidebar{
	margin-top: 18px;
}
.footer-widget-area .textwidget{
	margin-bottom: 18px;
	border: 0;
}
.widget span{
	color: #999;
	
	font-size: 12px;

}


/* [  ] BLOCKQUOTE
-------------------------------------------------------------- */
blockquote, .comment-content{
	background-image:url(img/quote.png);
	background-position: 10px 13px;
	background-repeat: no-repeat;
	background-color:#eee;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	color: #555;
	border-radius: 10px;
}
.blockquote-tail{
	background-image:url(img/blockquote-tail.png);
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	height:20px;
	padding-top: 3px;
 	padding-left: 30px;
}
.comments ol{
	margin: 0;
	padding: 0;
}
.comments ol li{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}

/* [  ] TOP
-------------------------------------------------------------- */
.top{
	bottom: 20px;
	background-color: #4632d8;
	border-radius: 5px;
	color: #fff;
	display: none;
	display: block;
	font-size: 24px;
	line-height: 48px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 48px;
}


/* [  ] JQUERY OVERRIDE
-------------------------------------------------------------- */
.ui-accordion .ui-accordion-header{
	display: none;
}
.ui-accordion .ui-accordion-content{
	padding: 0;
	border: 0;
}
.ui-widget-content{
/*	background: none;*/
}
/* AUTOCOMPLETE */
.ui-autocomplete {
	box-shadow: 0 2px 10px #c8c8c8;
    max-height: 150px; /* Set your desired max height */
    overflow-y: auto;  /* Enable vertical scrolling */
    width: 940px;
}
@media (max-width: 939px) {
	.ui-autocomplete {
    	width: 300px;
	}
}
.ui-menu-item{
	border-top: 1px solid #e6e6e6;
	cursor: default;
	font-family: arial;
	font-size: 12px;
	line-height: 23px;
	padding: 0 20px;
    position: relative;
}
.ui-menu-item::before{
    color: #999;
	content: "\f3c5";
	font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 7px;
    top: 3px;
}
.ui-menu-item:hover{
    background-color: #fafafa;
}
.ui-menu-item .ui-state-hover,
.ui-menu-item .ui-state-active{
	background: none;
	border: 0;
	color: #333;
	font-weight: normal;
}


/* [  ] GOOGLE MAPS OVERRIDE
-------------------------------------------------------------- */
.pac-container:after {
    background-image: none !important;
    height: 0px;
}