/* red: #630b11
green: #1c8100 */
*{
	margin:0;
	padding:0;
	border:0;
}
ol, ul{
	list-style-type:none;
}
progress[value]{
    appearance: none;
	-webkit-appearance: none;
	height: 10px;
	width: 100%;
}
progress[value]::-webkit-progress-bar{
	background-color: #ededed;
	border: 1px solid #ddd;
	border-radius: 5px;
}
progress[value]::-webkit-progress-value{
	background-color: #00a6eb;
	border-radius: 5px 0 0 5px;
}

/* 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-bottom: 72px;
	padding-top: 72px;
}
@media (max-width: 939px) {
.container{
	padding-bottom: 36px;
	padding-top: 36px;
}
}
.page{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
@media (max-width: 939px) {
.page{
	width: 620px;
	padding-right: 30px;
	padding-left: 30px;
}
}
@media (max-width: 619px) {
.page{
	width: auto;
}
}
.half{
	width: 460px;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}
.clear{
	clear:both;
}
.flex{
	display: flex;
}
@media (max-width: 939px) {
.flex{
	display: block;
}
}
.justify{
	display: flex;
	justify-content: space-between;
}
.belt{
	padding-top: 24px;
	padding-bottom: 18px;
}
.charcoal{
	background-color: #333;
}
.grey{
	background-color: #f9f9f9;
}
.gutter{
	margin-right: 20px;
}
.hide {
	display: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rule{
	border-top: 1px solid #999;	
	height: 18px;
}
.third{
	width: 300px;
}
@media (max-width: 939px) {
.half, .third{
	width: 100%;
}
}

/* CONTENT
-------------------------------------------------------------- */
.code{
	background-color:#eee;
	border-radius: 10px;
	font-family: "Andale Mono";
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.content a{
	color: #799202;
}
.content h1{
	color: #333;
	font-size: 48px;
	font-family: helvetica;
	letter-spacing: -2px;
	line-height: 48px;
	margin-bottom: 24px;
}
.content h1 a{
	color: #1c8100;
	text-decoration: none;
}
.content h2{
	color: #333;
	font-size: 36px;
	font-family: helvetica;
	letter-spacing: -1px;
	line-height: 33px;
	margin-bottom: 18px;
}
.content h2 a{
	color: #333;
	text-decoration: none;
}
.content h3{
	color: #333;
	font-family: helvetica;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 18px;
	text-transform: none;
}
.content img{
//	max-width: 620px;
}
@media (max-width: 619px) {
.content img{
	width: 100%;
}
}
.content li{
	color: #666;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
}
.content li:before{
	color: #666;
	content: "\2794";
	display: inline-block;
/*	margin-left: -11px;*/
	margin-right: 10px;
}
.content p{
	color: #666;
	font-family: arial;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.content ul{
	margin-bottom: 18px;
}
.disclaimer p{
	color: #666; 
	font-family: arial;
	font-size: 12px;	
	line-height: 18px;
	margin-bottom: 18px;
}
.phone h2{
	color: #666; 
	font-family: arial;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 22px;
	margin-bottom: 18px;
}
.phone h2 a{
	color: #1c8100;
	font-size: 24px;
	letter-spacing: -1px;
}
.phone h2 span{
	color: #1c8100; 
	font-size: 24px;
}
.phone h2 sup{
	font-size: 12px;
	color: #666;
}

/* [  ] HEADER
-------------------------------------------------------------- */
.header{
	height: 50px;
	padding-top: 20px;
}

/* [  ] HERO
-------------------------------------------------------------- */
.hero{
	background-image: url(img/hero.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}
@media (max-width: 619px) {
.hero{
	background-image: url(img/hero-720.jpg);
	background-position: -300px -110px;
}
}
.hero .headline{
	font-size: 60px;
	line-height: 52px;
	text-transform: uppercase;
	width: 540px;
}
@media (max-width: 619px) {
.hero .headline{
	font-size: 42px;
	line-height: 36px;
	width: auto;
}
}
.hero small{
	color: #222;
	font-size: 12px;
	margin: 0;
}
.hero p{
	color: #222;
	font-size: 24px;
	font-weight: bold;
	width: 480px;
}
@media (max-width: 619px) {
.hero p{
	width: auto;
}
}
@media (max-width: 619px) {
.partners img{
	width: 100%;
}
}


/* [  ] NAV
-------------------------------------------------------------- */
.nav{
	background-color: #666;
	height: 50px;
}
.primary-navigation{
}
@media(max-width: 619px){
.primary-navigation{
	width: 100%;
}
}
.primary-navigation a{
	font-family: arial;
	line-height: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.primary-navigation a:hover{
	color: #ccc;
}
.primary-navigation li{
	border-left: 1px solid #964248;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	width: 160px;
}
@media (max-width: 939px) {
.primary-navigation li{
	width: 130px;
}
}
.primary-navigation ul{
	font-size: 0;
}
.primary-navigation .menu-item-home a{
	color: #ccc;
}
.primary-navigation .menu-item-home{
	border: 0;
}

/* [  ] FOOTER
-------------------------------------------------------------- */
.footer{
	padding-bottom: 12px;
	padding-top: 12px;
}
.footer p{
	color: #222;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.footer p a{
	color: #799202;
}
.dashicons{
	font-family: dashicons;
}
.social a{
	font-size: 18px;
	text-decoration: none;
}

/* OUIBOUNCE
-------------------------------------------------------------- */
.modal-footer{
	text-transform: none;
}
#ouibounce-modal {
	z-index: 2;
}
#ouibounce-modal .ouibounce-modal {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 3px 3px 20px #666;
	width: 360px;
	height: 360px;
}
#ouibounce-modal .modal-title {
	background: none;
	border-radius: 5px 5px 0 0;
	padding: 0;
	padding-top: 24px;
}
#ouibounce-modal .modal-body {
	padding: 0 30px;
}
#ouibounce-modal h3 {
	color: #333;
	font-family: helvetica;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 48px;
	margin: 0;
	margin-bottom: 24x;
	text-transform: none;
}
#ouibounce-modal p {
	color: #333;
	font-family: arial;
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 24px;
}
#ouibounce-modal small {
	font-size: 12px;
}
#ouibounce-modal form input[type=submit] {
	-webkit-appearance: none;
	background-color: #f38031;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica;
	font-size: 18px;
	font-weight: normal;
	max-width: 300px;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	-webkit-font-smoothing: none;
}


/* FORMS
-------------------------------------------------------------- */
.content input, 
.content textarea{
	border: 2px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px;
}
.content input[type=text], 
.content input[type=email], 
.content textarea{
	width: 100%;
}
.content select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url(svg-min/expand.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 18px;
	border: 1px solid #a5a5a5;
	cursor: pointer;
	height: 44px;
	margin-bottom: 10px;	
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
}
.content textarea{
	height: 80px;
}
.content input[type=radio]{
	width: 15px;
}
.content button, 
.content input[type=submit], 
.submit a{
	-webkit-appearance: none;
//	background-color: #f38031;
	background-color: #cc0000;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica;
	font-size: 24px;
	font-weight: bold;
	max-width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.back input{
	background-color: transparent;
	border: 0;
	border-radius: 5px;
	color: #00a6eb;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
label.warning{
	background-color: #ff3535;
	color: #fff;
	display: block;
	margin-top: 10px;
	line-height: 18px;
	padding: 10px;
	position: relative;
}
.warning::before{
	bottom: 105%;
	color: #ff3535;
	content: '\f500';
	font-family: Genericons;
	font-size: 36px;
	left: 15px;
	position: absolute;
}


/* [  ] SQUEEZE
-------------------------------------------------------------- */
.squeeze{
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.squeeze p{
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.headline p{
	color: #333;
	font-family: helvetica;
	font-weight: lighter;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 36px;
	margin-bottom: 18px;
}
.headline sup{
	font-size: 24px;
}
.call span, .call a{
	font-size: 24px;
}
.call a{
	color: #00a6eb;
	font-size: 24px;
	font-weight: bold;
}
.call span{
	color: #000;
}


/* PROGRESS
-------------------------------------------------------------- */
.progress ol{
	margin-bottom: 18px;
	width: 297px;
}
.progress li{
	counter-increment: item;
	display: inline-block;
	margin-right: -4px;
	width: 33px;
}
.progress li:after{
	background-color: #999;
	content: '';
	display: block;
	height: 2px;
	margin-top: -10px;
	margin-left: -33px;
	position: absolute;
	width: 33px;
	z-index: -1;
}
.progress li.active:after{
	background-color: #00a6eb;
}
.rogress li:before{
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 50%;
	color: #999;
	content: counter(item);
	display: block;
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	width: 15px;
}
.progress li.active:before{
	background-color: #00a6eb;
	border: 1px solid #00a6eb;
	color: #fff;
}
.progress li:first-child:after{
	content: none;
}


/* STEPS
-------------------------------------------------------------- */
.steps ol{
	border-left: 3px solid #0000cc;
	margin-bottom: 18px;
	margin-left: 22px;
}
.steps li{
	counter-increment: item;
	font-size: 18px;
	font-family: helvetica;
	margin-bottom: 18px;
}
.steps li:before{
	background-color: #0000cc;
	border-radius: 100%;
	color: #fff;
	content: counter(item);
	display: inline-block;
/*	height: 29px;*/
	font-family: helvetica;
	font-size: 30px;
	line-height: 40px;
	margin-left: -22px;
	margin-right: 10px;
/*	padding-top: 11px;*/
	text-align: center;
	width: 40px;
}

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


/* WIDGET
-------------------------------------------------------------- */
.widget{
	width: 300px;
	margin-bottom: 18px;
}
@media (max-width: 939px) {
.widget{
	width: 100%;
}
}
.widget a{
	color: #38B5D5;
	text-decoration: none;
}
.widget h2{
	font-family: helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	margin-bottom: 18px;
}
.widget input {
	width: 160px;
}
.widget p{
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.widget ul{
	margin-bottom: 18px;
}
.widget li{
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.widget li a{
	color:#666;
	text-decoration: none;
}
.widget li a:hover{
	text-decoration: underline;
}
.widget span{
	font-size: 36px;
}
.dark{
	background-color: #666;
}
.dark a, .dark h2, .dark li, .dark li a, .dark p{
	color: #fff;
}


/* [  ] COMMENTS
-------------------------------------------------------------- */
.comment-body{
	display: flex;
	flex-flow: column;
}
.comments img{
	display: none;
}
.comments li{
	margin-bottom: 24px;
}
.comments li:before{
	content: none;
}
.comment-meta{
/*	order: 1;
	-webkit-order: 1;*/
	text-align: right;
}
.comment-meta b::before{
	color: #eee;
	content: '\25E5';
	margin-right: 12px;
	position: relative;
	top: -3px;
}
.comment-content{
	background-image:url(img/quote.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-color:#eee;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 60px;
	padding-bottom: 20px;
/*	order: 0;
	-webkit-order: 0;*/
}
.says{
	display: none;
}

/* [  ] TOP
-------------------------------------------------------------- */
.top{
//	background-color: #1c8100;
	background-color: #00cc00;
	border-radius: 5px;
	bottom: 20px;
	color: #fff;
	display: none;
	font-size: 30px;
	height: 30px;
	padding: 5px 5px;
	position: fixed;
	right: 20px;
	text-decoration: none;
	width: 30px;
}

/* [  ] JQUERY OVERRIDE
-------------------------------------------------------------- */
.ui-accordion-header{
	display: none;
}
.ui-accordion-content{
	background-color: #fff;
	border: 0;
}


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