@font-face {
    font-family: 'CooperBlackStd';
    src: url('fonts/CooperBlackStd.eot');
    src: url('fonts/CooperBlackStd.eot') format('embedded-opentype'),
         url('fonts/CooperBlackStd.woff2') format('woff2'),
         url('fonts/CooperBlackStd.woff') format('woff'),
         url('fonts/CooperBlackStd.ttf') format('truetype'),
         url('ssfonts/CooperBlackStd.svg#CooperBlackStd') format('svg');
}
@font-face{
	font-family:'Glyphicons Halflings';
	src:url(../fonts/glyphicons-halflings-regular.eot);
	src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
		url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),
		url(../fonts/glyphicons-halflings-regular.woff) format('woff'),
		url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),
		url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
*{
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	box-sizing: border-box !important;	
}
html, body{
	font-size:14px;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	border:0;
	padding:0;
	margin:0;
	background-color:#eff1f5;
}
.form-group label {
    font-size:16px;
}
.form-group input {
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-shadow:#fff 0 0 5px, #fff 0 0 5px, #ccc 1px 3px 3px;
	padding-right:32px;
	padding-left:32px;
	color:#174b61;
}
@media (max-width: 992px){
	h1, h2, h3, h4, h5, h6{
		padding-right:15px;
		padding-left:15px;
	}
}
img{
	border:0;
	border:none;
	outline: none;
	box-shadow:none;
}
h1 {
	font-size: 23px;
	line-height: 25.3px;
}
h2 {
	font-size: 21px;
	line-height: 22.3px;
}
h3 {
	font-size: 17px;
	line-height: 18.7px;
}
p {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
	padding:0;
}
p + p{
	margin-top:15px;
}
blockquote {
	font-family: Calibri;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24.2857px;
}
pre {
	font-family: Calibri;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 15.7143px;
}
u {
    text-decoration: underline;
}
em,i { 
    font-style: italic;
}
q{
	font-size:42px;
	font-weight:400;
	color:#174b61;
	text-shadow:#FFF 1px 3px 3px,#FFF 1px 3px 5px;
	line-height:45px;
}
.form-control {
    height: 49px;
	font-size: 16px;
	font-weight:400;
}
@media all and (max-width:768px){
	q{
		font-size:32px;
		line-height:35px;
	}
}
.nopadding{
	padding:0;
	margin:0;
}
.box-shaddow{
	background-image:url(../images/section-shaddow.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-origin:content-box;
	background-size:contain;
}
.devider{
	height:32px;
	width:100%;
	di
	splay:block;
}
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.img-center{
	margin-left:auto;
	margin-right:auto;
}
.canada-flag{
	position:absolute;
	width:50px;
	margin:0;
	top:3%;
	right:1.5%;
}
@media (max-width: 1144px){
	.canada-flag{display:none;}
}
@media (max-width: 992px){
	.nopadding{
		padding-left:15px;
		padding-right:15px;
	}
	.box-shaddow{
		padding-left:0;
		padding-right:0;
	}
}
/* TITLES AND METAS
=====================*/
.blue-title{
	background-image:url(../images/blue-title.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-origin:content-box;
	background-size:contain;
	
	color:#0064b9;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	display:block;
	width: 100%;
	height: 60px !important;
    margin: 15px 0 5px 0;
    padding: 0 0 0 0;
    height: 47px;
}
.blue-title{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:600;
	text-shadow: #fff 0 0 5px, #fff 0 0 5px, #ccc 1px 3px 3px;
	color:#333;
}
@media (max-width: 450px){
	.blue-title{
		font-size: 17px !important;
	}
}
@media (max-width: 375px){
	.blue-title{
		height: 65px;
	}
}
.black-title{
	background-image:url(../images/blue-title.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-origin:content-box;
	background-size:contain;
	
	color:#333;
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	display:block;
	width: 100%;
    margin: 15px 0 5px 0;
    padding: 0 7%;
    min-height: 100px;
}
@media (max-width: 768px){
	.black-title{
		padding: 0 1%;
	}
}
@media (max-width: 620px){
	.black-title{
		font-size:30px;
		line-height:30px;
	}
}
@media (max-width: 400px){
	.black-title{
		font-size:26px;
		line-height:26px;
	}
}
/* BODY WRAPPER
=====================*/
#body-wrapper{
	box-shadow:#333 0px -21px 30px;
	-webkit-box-shadow:#333 0px -21px 30px;
	-moz-box-shadow:#333 0px -21px 30px;
	-ms-box-shadow:#333 0px -21px 30px;
	-o-box-shadow:#333 0px -21px 30px;
	background:#FFF;
}
@media (min-width: 1200px){
	#body-wrapper {
		width: 928px;
	}
}
/* HEADER
=====================*/
#header{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cddae3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cddae3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cddae3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddae3',GradientType=0 );
	padding: 29px 15px 13px 20px;
}
#header-funnel{
	padding: 15px 15px 13px 20px;
}
#header>#logo{}
#header-funnel>#logo>#__image img,
#header>#logo>#__image img{
	margin:0 auto;
}
#header-funnel>#logo>#__text,
#header>#logo>#__text{
	color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
	text-shadow:#FFF 1px 1px 1px,;
}
#header>#cars>img{margin:-23px auto 0 auto;}
#header>#phone{

}
#header>#phone .glyphicon{
	font-size: 64px;
    transform: scale(0.9,1);
    -webkit-transform: scale(0.9,1);
	-moz-transform: scale(0.9,1);
	-ms-transform: scale(0.9,1);
	-o-transform: scale(0.9,1);
    display: inline-block;
    margin-top: 2px;
}
#header>#phone .col-xs-10{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left: -15px;
}
#header>#phone .col-xs-10 *{
/*	transform:scale(0.85,1); 
	-s:scale(0.85,1);*/
	font-weight:bold;
	width: 100%;
	min-width: 221px;
    margin-left: -17px;
    display: block;
}
#header>#phone .col-xs-10 a{
	font-size: 25px;
	color:#617c8b;
}
#header>#phone .col-xs-10 a:hover{
	color:#617c8b;
}
#header>#phone .col-xs-10 small{
}
#header>#phone .col-xs-10 h5{
	margin: 0;
    font-size: 19px;
}
#header-funnel #steps img{
	margin:0 0 0 auto;
}
#header-funnel #steps p{
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	float: right;
	width: 83%;
}
@media all and (max-width:992px){
	#header>#cars{
		display:none;
	}
	#header-funnel #steps img{
		margin:4% auto;
		padding:0;
	}
	#header-funnel #steps p{
		float:none;
		width:100%;
	  margin-top: -10px;
	}
	#header>#phone{ display:none }
}
.header-line{
	background: #adcde9;
	background: -moz-linear-gradient(left,  #adcde9 0%, #6aa7d8 40%, #6aa7d8 60%, #adcde9 100%);
	background: -webkit-linear-gradient(left,  #adcde9 0%,#6aa7d8 40%,#6aa7d8 60%,#adcde9 100%);
	background: linear-gradient(to right,  #adcde9 0%,#6aa7d8 40%,#6aa7d8 60%,#adcde9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adcde9', endColorstr='#adcde9',GradientType=1 );

	padding:0;
	margin:0;
	width:100%;
	height:auto;
	display:block;
}
.header-line-inner{
	width:100%;
	height:6px;
	margin:1px 0;
	padding:0;
	border-top:1px solid #b4d1eb;
	border-bottom:1px solid #b4d1eb;
	background:none;
	display:block;
}
/* CONTENT
=====================*/
#content{
	background-color:#fff;
	padding:0;
}
.page-content{
	padding:15px;
}
/* FOOTER
=====================*/
.footer-line{
	background:#174b61;
	height:3px;
	width:100%;
	margin-bottom:3px;
	display:block;
}
#footer{
	background: #174b61;
	padding-bottom:32px;
}
#footer *{
	color:#fff;
	font-weight:bold;
}
#footer #_links{ text-align:left; }
#footer #_copyright{ text-align:right; }
#footer #_copyright,
#footer #logo{
	padding-left:30px;
	padding-right:30px;
}
@media all and (max-width:768px){
	#footer #_copyright,
	#footer #_links{
		text-align:center;
		padding-left:15px;
		padding-right:15px;
	}
}
/* LANDING PAGE
=====================*/
.choose-buttons{
}
@media all and (max-width:768px){
	.choose-buttons .col-sm-6{
		display:block;
	}
	.choose-buttons .col-sm-6 + .col-sm-6{
		margin-top:5px !important;
	}
}

.btn-select{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   
	margin:0;
	padding:5px;
	cursor:pointer;
	position:relative;
	display:table;
	border:none;
}
button.btn-select{
	padding:0px;
}
.btn-select, .btn-select .btn-inner{
	font-family:Tahoma, Geneva, sans-serif;
	display: table !important;
	width:100%;
	height:auto;
	background: #f8cf83;
	background: -moz-linear-gradient(top,  #f8cf83 0%, #f8b86b 100%);
	background: -webkit-linear-gradient(top,  #f8cf83 0%,#f8b86b 100%);
	background: linear-gradient(to bottom,  #f8cf83 0%,#f8b86b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8cf83', endColorstr='#f8b86b',GradientType=0 );
	color:#460000;
	text-align:center;
}
.btn-select:hover{
	text-decoration:none !important;
}
.btn-select:hover .btn-inner{
	background: #f8b86b;
	background: -moz-linear-gradient(top,  #f8b86b 0%, #f8cf83 100%);
	background: -webkit-linear-gradient(top,  #f8b86b 0%,#f8cf83 100%);
	background: linear-gradient(to bottom,  #f8b86b 0%,#f8cf83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b86b', endColorstr='#f8cf83',GradientType=0 );
}
a.btn-select .btn-inner,button.btn-select .btn-inner{
	display: table-cell !important;
	vertical-align:middle;
	width:auto;
	margin:5px;
	border:#FFF 2px solid;
	padding:15px;
	font-size:23px;
	line-height:23px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
button.btn-select .btn-inner {
    display: block !important;
}
.btn-select .btn-flag{
	position:absolute;
	left: -184px;
	top: -37%;
}
.btn-select small{
	font-size:60%;
}
@media all and (max-width:768px){
	.btn-select .btn-flag{
		display:none;
	}
}
@media all and (max-width:480px){
	.btn-select .btn-inner{
		padding:13px;
		font-size:18px;
		line-height:18px;
	}
}
#afterButtons small{
	display:block;
	width:100%;
}
#afterButtons small+small{
	margin-top:10px;
}
/* REFERENCES
======================*/
.references{
	border: #174b61 solid 10px;
	background:#174b61;
	color:#fff;
	width:100%;
}
.references th{
	width:28px;
}
.references th img{
	border-right: #174b61 solid 10px;
}
.references th, .references td{
	vertical-align:middle;
}
.references td{
	background:#FFF;
	color:#111;
	text-align:center;
}
.references td img{
	display:block;
	width:100%;
	height:auto;
}
@media all and (max-width:768px){
	.references{
		border: #ccc solid 1px;
	}
	.references th{
		display:none;
	}
	.references td{
		padding:5px;
	}
}
@media all and (max-width:400px){
	.references{
		display:none;
	}
}
/* TESTIMONIALS
======================*/
.testimonials{
	border: #174b61 solid 10px;
	background:#174b61;
	color:#fff;
	width:100%;
	max-width:596px;
	margin:0 auto;
}
.testimonials th{
	width:106px;
}
.testimonials th img{
	border-right: #174b61 solid 10px;
}
.testimonials th, .testimonials td{
	vertical-align:middle;
}
.testimonials td{
	background:#FFF;
	color:#111;
	text-align:center;
}
.testimonials td img{
	display:block;
	width:100%;
	height:auto;
}
@media all and (max-width:768px){
	.testimonials{
		border: #ccc solid 1px;
		max-width:476px;
	}
	.testimonials th{
		display:none;
	}
	.testimonials td{
		padding:5px;
	}
}
@media all and (max-width:476px){
	.testimonials{ display:none; }
}
/* SPECIAL SETUP
======================*/
#above{
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 54%, #eaeaea 100%);
background: -webkit-linear-gradient(top,  #ffffff 54%,#eaeaea 100%);
background: linear-gradient(to bottom,  #ffffff 54%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}
#tables{
	background:none;
	background-color: #ffffff;
}
#tables .box-shaddow{
	background:none;
}
/* DESKTOP / MOBILE
======================*/
.desktop{ display:block; }
.mobile{ display:none; }
@media all and (max-width:768px){
	.desktop{ display:none; }
	.mobile{ display:block; }
}
/* HOME TABLE
======================*/
@media all and (max-width:768px){
	#tables .col-sm-4+.col-sm-4{
		margin-top:15px;
	}
}
.home-table{
	margin:0 auto;
	padding:0;
	list-style:none;
	display:block;
	width:100%;
	height:auto;
}
.home-table li{
	border: #174b61 solid 3px;
	padding:10px 10px 10px 48px;
	background:url(../images/checkmark.png) no-repeat 15px center;
	font-size:14px;
	font-weight:700;
	color:#174b61;
	text-transform:uppercase;
}
.home-table li+li{
	border-top: none;
}
.home-table li.title{
	background:none;
	padding:10px 15px;
	background:#174b61;
	color:#FFF;
	font-size:17px;
	text-align:center;
	border:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	transform: scale(1,1.3);
    -webkit-transform: scale(1,1.3);
	-moz-transform: scale(1,1.3);
	-ms-transform: scale(1,1.3);
	-o-transform: scale(1,1.3);
}
.home-table li.arrow{
	position:relative;
	border:none;
	background:none;
	border-bottom: #174b61 solid 3px;
	text-align:center;
	padding:0 0 5px 0;
}
.home-table li.arrow span{
	display:block;
	width:30px;
	height:15px;
	margin:0 auto;
	border-style: solid;
	border-width: 15px 30px 0 30px;
	border-color: #174b61 transparent transparent transparent;
	line-height: 0px;
	_border-color: #174b61 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/* VAHICLE SELECTOR
********************************/
#vahicle-selector{
	
}
#vahicle-selector .vahicle{
	position:relative;
	min-height:110px;
}
#vahicle-selector .vahicle label{
	width:100%;
	display:block;
	
	bottom: 98px;
    left: 44%;
    z-index: -1;
}
#vahicle-selector .vahicle label .placeholder{
    display: table;
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 34%;
    font-size: 22px;
}
#vahicle-selector .vahicle label > input + img,
#vahicle-selector .vahicle label > input + img + img{
	position:absolute;
	bottom:38px;
	left:17%;
	z-index:5;
}
@media all and (max-width:992px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img{
		left:4%;
	}
}
@media all and (max-width:768px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img {
		left: 37%;
	}
	#vahicle-selector .vahicle label .placeholder{
		left: 44%;
	}
}
@media all and (max-width:580px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img {
		left: 35%;
	}
}
@media all and (max-width:475px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img {
		left: 33%;
	}
}
@media all and (max-width:400px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img {
		left: 25%;
	}
	#vahicle-selector .vahicle label .placeholder{
		left: 38%;
	}
}
@media all and (max-width:400px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img {
		left: 21%;
	}
	#vahicle-selector .vahicle label .placeholder{
		left: 34%;
	}
}
@media all and (max-width:300px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img {
		left: 15%;
	}
	#vahicle-selector .vahicle label .placeholder{
		left: 31%;
	}
}
@media all and (max-width:260px){
	#vahicle-selector .vahicle label > input + img,
	#vahicle-selector .vahicle label > input + img + img {
		left: 9%;
	}
	#vahicle-selector .vahicle label .placeholder{
		left: 29%;
	}
}
#vahicle-selector .vahicle label > input{
	position: absolute;
    z-index: -1;
    bottom: 11px;
    left: 36%;
}
#vahicle-selector .vahicle .checked{
	display:none;
}
#vahicle-selector .vahicle label > input:checked + img.unchecked,
#vahicle-selector .vahicle label > input:checked + img + img + .placeholder > img.unchecked{
	display:none;
}
#vahicle-selector .vahicle label > input:checked + img + img.checked,
#vahicle-selector .vahicle label > input:checked + img + img + .placeholder > img + img.checked{
	display:inline;
}
/* FORM INLINE
********************************/
#form-inline{}
#form-inline .form-inline{
	font-weight:bold;
}
#text-container{
	font-size:18px;
	text-align:center;
	margin-top:23px;
}
@media (min-width: 768px){
	#form-inline .form-group{
		width: 100%;
	}
	#form-inline .form-inline .form-control {
		width: 75%;
	}
	#form-inline+#form-inline{
		margin-top:15px;
	}
	#button-container{
		margin-top:32px;
	}
	#text-container .col-sm-12{
		padding: 0 14%;
	}
}
@media (max-width: 768px){
	select.form-control{
		padding: 9px 12px !important;
		-webkit-appearance:none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
	}
	#form-inline .form-inline .form-control{
		width: 83%;
		display: inline-block;
		font-size: 18px;
		height: 45px !important;
		padding: 9px 12px;
	}
}
@media (max-width: 520px){
	#form-inline .form-inline .form-control{
		width: 80%;
		padding: 9px 12px;
	}
}
@media (max-width: 364px){
	#form-inline .form-inline .form-control{
		width: 75%;
	}
}
@media (max-width: 300px){
	#form-inline .form-inline .form-control{
		font-size: 16px;
	}
}
.arrow-required{	
	-webkit-animation-name: arrow;
    -webkit-animation-duration: 800ms;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: arrow;
    -moz-animation-duration: 800ms;
	-moz-animation-iteration-count: infinite;
	
	-ms-animation-name: arrow;
    -ms-animation-duration: 800ms;
	-ms-animation-iteration-count: infinite;
	
	-o-animation-name: arrow;
    -o-animation-duration: 800ms;
	-o-animation-iteration-count: infinite;
	
	animation-name: arrow;
    animation-duration: 800ms;
	animation-iteration-count: infinite;
}
@keyframes arrow {
    0% {padding-left:0;}
    50% {padding-left:5px;}
	100% {padding-left:0;}
}
@-webkit-keyframes arrow {
    0% {padding-left:0;}
    50% {padding-left:5px;}
	100% {padding-left:0;}
}
@-moz-keyframes arrow {
    0% {padding-left:0;}
    50% {padding-left:5px;}
	100% {padding-left:0;}
}
@-ms-keyframes arrow {
    0% {padding-left:0;}
    50% {padding-left:5px;}
	100% {padding-left:0;}
}
@-o-keyframes arrow {
    0% {padding-left:0;}
    50% {padding-left:5px;}
	100% {padding-left:0;}
}

.arrow-required-abs{
	-webkit-animation-name: arrow-abs;
    -webkit-animation-duration: 800ms;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: arrow-abs;
    -moz-animation-duration: 800ms;
	-moz-animation-iteration-count: infinite;

	-ms-animation-name: arrow-abs;
    -ms-animation-duration: 800ms;
	-ms-animation-iteration-count: infinite;

	-o-animation-name: arrow-abs;
    -o-animation-duration: 800ms;
	-o-animation-iteration-count: infinite;

	animation-name: arrow-abs;
    animation-duration: 800ms;
	animation-iteration-count: infinite;
}
@keyframes arrow-abs {
	0% {margin-right:0;}
	50% {margin-right:5px;}
	100% {margin-right:0;}
}
@-webkit-keyframes arrow-abs {
	0% {margin-right:0;}
	50% {margin-right:5px;}
	100% {margin-right:0;}
}
@-moz-keyframes arrow-abs {
	0% {margin-right:0;}
	50% {margin-right:5px;}
	100% {margin-right:0;}
}
@-ms-keyframes arrow-abs {
	0% {margin-right:0;}
	50% {margin-right:5px;}
	100% {margin-right:0;}
}
@-o-keyframes arrow-abs {
	0% {margin-right:0;}
	50% {margin-right:5px;}
	100% {margin-right:0;}
}
/* LEAD FORM
********************************/
#additional{ display:none; }
#lead-form{}
#lead-form #day{max-width:20%}
#lead-form #month{max-width:23%}
#lead-form #year{max-width:20%}

#lead-form #street-address{max-width:60%}
@media all and (max-width:568px){
	#lead-form #day{max-width:25%}
	#lead-form #month{max-width:25%}
	#lead-form #year{max-width:35%}
}

#lead-form .form-control {
	width: 85%;
	display:inline-block;
}
#lead-form .indicator {
	display:inline-table;
}
#lead-form+#lead-form{
	margin-top:15px;
}

@media (max-width: 768px){
	#mascot{ display:none; }
	#lead-form .form-control{
		width: 90%;
		display: inline-block;
		font-size: 18px;
		height: 45px;
	}
}
@media (max-width: 430px){
	#lead-form #street-address{max-width:50%}
	#lead-form .form-control{
		width: 78%;
		display: inline-block;
		font-size: 18px;
		height: 45px;
	}
	.arrow-required{
		max-width:100px;
	}
}
/* DROPDOWN
********************************/
.canada-autocomplete{display:none;}
.dropdown{
	display:none;
	  text-align: center;
    font-weight: 400;
    background-color: #e3eef4;
    padding: 6px 12px;
    margin-bottom: 0;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #555;
		margin-top: 26px;
	  width: 86%;
}
.dropdown h3 {
    font-size: 1rem;
    color: #555;
		font-weight: 600;
    text-transform: inherit;
    padding: 0;
	  margin: 0 0 5px 0;
}
.dropdown p{
	line-height: 130%;
}
@media all and (max-width:768px){
	.dropdown{
		width: 100%;
		margin-top: 14px;
	}
}
/* SPOOKY PERSON
*****************************/
#wthvideo {
    position: fixed;
    width: 320px;
    height: 320px;
    margin-left: auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0px;
    z-index: 99999;
}
@media all and (max-width:1080px){
	#wthvideo{
	/*	left:0 !important;
		right:auto !important; */
		width: 250px !important;
    height: 320px !important;
	}
	#wthvideo object{
		width: 295px !important;
    height: 320px !important;
	}
}
@media all and (max-width:992px){
	#wthvideo{
		display:none;
	}
}
/* CONGRATULATIONS PAGE
********************************/
#congratulations{}
#congratulations h1{
	color:#339b00;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
}
#congratulations h3{
	color:#075aa1;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	margin-bottom: 22px;
}
#congratulations p{
	font-size:18px;
	
	color:#292929;
}
#congratulations blockquote{
	border:dashed 3px #292929;
	padding:0;
	margin:32px 5% 0 0;
}
#congratulations blockquote .wrapper{
	background:#ced3d8;
	color:#292929;
	padding:15px;
	margin:0;
	font-weight:400;
	text-shadow:#FFF 1px 1px 1px,#FFF 1px 1px 2px;
}
#share{
	margin-top:64px;
	text-align:center;
}
#share+.fb-like{
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-moz-transform: scale(2);
	transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
}
@media (max-width: 320px){
	#share+.fb-like{
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		-moz-transform: scale(1.5);
	}
}

/* TIMELINE
======================*/
.section-header, .steps-header, .steps-name {
	color: #353841;
	font-weight: 400;
	font-size: 1.4em;
}

.steps-header {
	margin-bottom: 20px;
	text-align: center;
}

.steps-timeline {
	border-top: 5px solid #353841;
	padding-top: 23px;
	margin-top: 40px;
	margin-left: 10.65%;
	margin-right: 10.65%;
	outline: 1px dashed rgba(255, 0, 0, 0);
}
.steps-timeline:after {
	content: "";
	display: table;
	clear: both;
}
.steps-one,
.steps-two,
.steps-three {
	outline: 1px dashed rgba(0, 128, 0, 0);
}
.steps-one,
.steps-two,
.steps-three {
	float: left;
	width: 33%;
	margin-top: -50px;
}
.steps-one {
	margin-left: -16.65%;
	margin-right: 16.65%;
}
.steps-three {
	margin-left: 16.65%;
	margin-right: -16.65%;
}
.steps-img {
	display: block;
	margin: auto;
	width: 50px;
	height: 50px;
	padding:10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.steps-name,
.steps-description {
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	-webkit-font-stretch:extra-expanded;
	-moz-font-stretch:extra-expanded;
	-ms-font-stretch:extra-expanded;
	-o-font-stretch:extra-expanded;
	font-size:16px;
	font-weight:600;
	text-align: center;
	margin: 0;
}
.steps-description {
	overflow: hidden;
}
@media (max-width: 768px){
	.steps-description {
		font-size:13px;
	}
}
@media (max-width: 580px){
	.steps-description {
		font-size:10px;
	}
}
@media (max-width: 420px){
	.steps-description {
		font-size:8px;
	}
}
@media (max-width: 320px){
	.steps-description {
		font-size:10px;
	}
}
.glyphicon-halph-star {
   	width: 11px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.button3d-v {
	outline: none;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #538fbe;
	padding: 20px 70px;
	font-size: 24px;
	border: 1px solid #2d6898;
	background-image: linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -o-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);

	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(25,121,216)),
			color-stop(1, rgb(30,140,240))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button3d-v-active {
	background-image: linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -o-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(25,121,216) 0%, rgb(30,140,240) 100%);

	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(30,140,240)),
			color-stop(1, rgb(30,140,240))
	);
	-webkit-box-shadow: 0px 0px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 0px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 0px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button3d-green-v {
	outline: none;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #77df7c;
	padding: 20px 70px;
	font-size: 24px;
	border: 1px solid #4fa753;
	background-image: linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -o-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);

	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(42,196,73)),
			color-stop(1, rgb(119,223,124))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 6px 0px #4fa753, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 6px 0px #4fa753, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 6px 0px #4fa753, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.button3d-green-v-active {
	background-image: linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -o-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(42,196,73) 0%, rgb(50,225,85) 100%);

	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(50,225,85)),
			color-stop(1, rgb(50,225,85))
	);
	-webkit-box-shadow: 0px 2px 0px #4fa753, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #4fa753, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #4fa753, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button3d-orange-v {
	outline: none;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #facf7c;
	padding: 20px 70px;
	font-size: 24px;
	border: 1px solid #c69910;
	background-image: linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);

	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(225,173,23)),
			color-stop(1, rgb(245,191,25))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 6px 0px #c69910, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 6px 0px #c69910, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 6px 0px #c69910, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.button3d-orange-v-active {
	background-image: linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -o-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(225,173,23) 0%, rgb(245,191,25) 100%);

	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(245,191,25)),
			color-stop(1, rgb(245,191,25))
	);
	-webkit-box-shadow: 0px 2px 0px #c69910, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #c69910, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #c69910, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}