/* blue: #00a6eb
amazon: #232f3e
green: #1c8100 */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
}
input, textarea{
	padding: 1px 4px;
	color: #333;
	border: 1px solid #a5a5a5;
	line-height:18px;
}
select{
	border: 1px solid #a5a5a5;
	padding: 2px 5px;
	color: #333;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
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;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
td{
	text-align: left;
	vertical-align: middle;
	padding-bottom: 12px;
}


/* LAYOUT
-------------------------------------------------------------- */
#page{
	width: 620px;
}
@media (max-width: 939px) {
#page{
	width: 620px;
	padding-right: 30px;
	padding-left: 30px;
}
}
@media (max-width: 619px) {
#page{
	width: auto;
}
}
#primary-full{
	width: auto;
	margin-bottom: 20px;
}
#primary{
	margin-bottom: 20px;
}
@media (max-width: 619px) {
#primary{
	width: auto;
}
}
#columns{
	column-count: 3;
	vertical-align: top;
	width: 620px;
}
@media (max-width: 619px) {
#columns{
	column-count: 1;
	width: auto;
}
}
#content{
	padding-top: 20px;
	padding-bottom: 10px;
}
#content img{
	max-width: 620px;
}
@media (max-width: 619px) {
#content img{
	width: 100%;
}
}
#content p, #content-widget p, .navigation, .pagination{
	color: #666;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
}
#content .archive-header h1, #content .navigation h1{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
}
#content-widget{
	padding-bottom: 21px;
}
#content a, #content-widget a{
	color: #00a6eb;
}
#content h1, #content h1 a, #content h1 span, #content-widget h3, #content-widget h3 a{
	color: #333;
	font-size: 48px;
	font-family: helvetica;
	font-weight: lighter;
	letter-spacing: -2px;
	line-height: 48px;
	margin-bottom: 18px;
}
#content h1 a{
	color: #1c8100;
}
#content h2, #content h2 a{
	color: #333;
	font-size: 24px;
	font-family: arial;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 18px;
}
#unused{
	font-size:18px;
	margin-bottom:12px;
	color: #333;
	line-height: 22px;
	font-weight:bold;
	text-decoration: none;
	clear: both;
}
#content h3{
	background-color: #232f3e;
	border-radius: 5px;
	color: #fff;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 12px;
	margin-bottom: 6px;
}
#feature{
	background-color: #f7f7f7;
}
#service img{
	margin-left: 20px;
}
.continue-reading{
	font-weight:bold;
	color: #38B5D5 !important;
	text-decoration:none !important;
}
.continue-reading:hover{
	color: #ccc !important;
}
.half{
	width: 460px;
}
.third{
	width: 300px;
}
@media (max-width: 939px) {
.half, .third{
	width: 100%;
}
}
.gutter{
	margin-right:20px;
}
.hide {
	display: none;
}
#rule{
	border-top: 1px solid #ccc;	
	height: 18px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}

/* [  ] HEADER
-------------------------------------------------------------- */
@font-face{
	font-family: Decima Mono;
	src: url(font/DecimaMono.otf);
}
#header{
	background-color: #000;
	height: 70px;
	margin-top: 10px;
}
#header p{
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
	color: #fff;
	font-family: Decima Mono, Arial Narrow;
	font-size: 36px;
	height: 53px;
	padding-top: 17px;
	padding-left: 70px;
	text-transform: uppercase;
}
#header p a{
	color: #333;
	text-decoration: none;
}
@media(max-width: 619px){
#header p{
	font-size: 24px;
	line-height: 22px;
}
}

/* [  ] SQUEEZE
-------------------------------------------------------------- */
#squeeze{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
#squeeze h1{
	color: #333;
	font-family: helvetica;
	font-weight: lighter;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 48px;
	margin-bottom: 18px;
}
#squeeze h2{
	color: #333;
	font-family: helvetica;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 18px;
}
#squeeze p{
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
#squeeze h1 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;
}
#progress 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;
}

/* [  ] PROFILE
-------------------------------------------------------------- */
#button{
	float: right;
	margin-bottom: 18px;
	text-align: right;
}
#button a{
	background-color: #f38031;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
#logo, #profile, #button{
	padding-top: 20px;
	margin-bottom: 18px;
	width: 200px;
}
@media (max-width: 939px) {
#logo, #profile, #button{
	float: none;
	text-align: center;
	width: 100%;
}
}
@media (max-width: 939px) {
#logo img{
	width: 200px;
}
}
#logo, #profile{
	float: left;
	margin-right: 10px;
}


/* [  ] HOW
-------------------------------------------------------------- */
#how{
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 200px;
}
@media (max-width: 939px) {
#how{
	width: 100%;
}
}
#how h1{
	color: #31A4F3;
	font-family: helvetica;
	font-weight: lighter;
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 9px;
}
#how p{
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.carrier{
	background-image: url(img/carrier.svg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
.enclosed{
	background-image: url(img/enclosed.svg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
.carhand{
	background-image: url(img/carhand.svg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}

/* STEPS
-------------------------------------------------------------- */
#steps ol{
	border-left: 3px solid #232f3e;
	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: #232f3e;
	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;
}


/* [  ] FOOTER
-------------------------------------------------------------- */
#footer{
	border-top: 1px solid #ccc;
	padding-bottom: 44px;
	padding-top: 10px;
}
#footer a{
	color: #00a6eb;
	text-decoration: underline;
}
#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;
}

/* FORMS
-------------------------------------------------------------- */
#text p, #radio p, #date p{
	margin-bottom: 9px;
}
#text input, #text textarea, #date input, #captcha input, #text select, #comments input, #comments 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;
}
#text input{
	width: 100%;
}
#text 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: 1px solid #a5a5a5;
	cursor: pointer;
	margin-bottom: 10px;	
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
}
#text textarea{
	width: 100%;
	height: 80px;
}
#text textarea, #text textarea{
	height: 66px;
}
#text span{
	font-weight: normal;
}
#captcha input{
	width:160px;
}
#radio input{
	width: 15px;
}
#submit input, #submit a{
	-webkit-appearance: none;
	background-color: #f38031;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica;
	font-size: 18px;
	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;
}
#field{
	width: 90px;
}
.hidden{
	margin-left: -2000px;
}
#stepForm ul{
	padding-bottom: 18px;
}


/* 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{
	color: transparent !important;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
}

/* [  ] 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;
}