﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600,700&display=swap');
/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Open Sans', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
h1, h2, h3, h4, h5 {font-family: 'Open Sans', sans-serif;}
h1 {font-size: 40px; letter-spacing: 1px; line-height: 48px;}
h2 {font-size: 35px; line-height: 42px; letter-spacing: 1px; }
h3 {font-size: 28px; line-height: 35px; letter-spacing: 1px; font-weight: 300;}
p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;}
.white-text {color:#fff;}
/*--- HEADER STYLES ---------------------*/
.header-flex {display: flex; flex-direction: row; width: 100%;background: #1E4D80;}
.header-right a {    font-family: 'Open Sans', sans-serif !important;}
.logo {width: 100%; background: #fff; justify-content: flex-start; padding: 0 25px;}
.logo img {width: 100%;}
.header-right {width: 70%; justify-content: flex-start; margin: 0 auto; text-align: center;}
.blue-btn-nav {background: #000; padding: 10px 35px; display: inline-block; margin:25px 1%;font-size: 18px; letter-spacing: 1px;color:#fff; text-align: center; transition: .2s ease;}
.blue-btn-nav:hover {background:#01244E}
.blue-banner {background:#01244E; }
.blue-banner h4 {color:#fff; letter-spacing: 1px; text-align: left; font-size: 20px; padding: 5px 0; font-weight: 400; margin-left: 25px;}
.blue-banner h4 a {color:#fff;transition:.3s all;}
.blue-banner h4 a:hover {color:#ddd;}
/*---BODY--------------------------------*/
#padding50 {padding: 50px 0;}
.width-90 {width: 90%; margin: 0 auto;}
.width-80 {width: 80%; margin: 0 auto;}
.hp-flex {display: flex; align-items: center; width: 100%;background: #F0F0F0; border-bottom: 20px solid #1E4D80;}
.hero-text {max-width: 760px; width: 100%;}
.hero-text h3 {color:#1E4D80; font-weight: 500;}
.hero-text p {padding: 15px 0;}
.med-blue-btn {background: #1E4D80; padding: 10px 5%; width: 90%; margin:10px 0; color:#fff; font-weight: 600; letter-spacing: 2px; transition: .4s ease;}
.med-blue-btn .fas, .drk-blue-btn .fab {text-align: right; float: right; margin-top:5px;}
.med-blue-btn:hover {background: #000}
.drk-blue-btn {background: #01244E; padding: 10px 5%; width: 90%; margin:10px 0; color:#fff; font-weight: 600; letter-spacing: 2px;transition: .4s ease; transition: .3s ease;}
.drk-blue-btn:hover {background: #000}

.blue-btn {background: #1E4D80; padding: 10px 35px; text-align: center; color:#fff; display: inline; font-weight: 600; letter-spacing: 1px;}
.blue-btn:hover {background:#01244E; }
.road-bg .blue-btn .fas { color:#fff; margin-top:5px;}
.road-bg {background: url(/siteart/roadway.png) no-repeat; background-attachment: fixed; background-position: center center; padding: 10% 0; text-align: center;}
.down-arrow .fas {color:#fff; font-size: 30px; padding: 25px 0 0 0;}
.road-bg h1 {font-size: 50px;}
.road-bg p {padding: 25px 0; letter-spacing: 2px;}
.road-bg p a {color:#fff;}
.contact-flex {background:#1D4E80; width: 100%; display: flex; flex-direction: row;  }
.location-left {width: 47%; justify-content: flex-start;}
.location-left p {padding: 50px 0; color:#fff; text-transform: uppercase; letter-spacing: 1px;}
.location-left p a {color:#fff; transition: .3s all;}
.location-left p a:hover {font-weight: 600;letter-spacing: 1.5px;}
.location-header {background: #000; padding: 15px 0;}
.map-right {width: 100%;}
.contact-form {margin: 0 auto;}
.contact-form h4 {margin-top:25px; border-bottom: 1px solid #1D4E80}
/*--------FORM STYLES--------------------*/
#formpage { vertical-align:top; margin: 0 auto;  text-align:left;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px; text-align: left;

}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px 5px;
	margin-top:4px;
	width:100%;
}

.formfield {
	width:31%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.form-left .formfield {
	width:29%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.formfield-half {
	width:48%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	margin-left: 0;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98.5%;
    height:85px;
	font-family: 'Roboto Condensed', sans-serif;}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
.CaptchaAnswerPanel {
    max-width: 250px;
    margin: 20px auto !important;
    display: block;
}
/* focus states of various types of fields */
#formpage a {color:#000; font-weight: bold; letter-spacing: 1px; display: block; text-align: center;}
#formpage a:hover {color:#000;  font-weight: bold; letter-spacing: 1px; text-decoration: underline}
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#F4F4F4; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:115px;
    margin:0;
    background: #1E4D80; /* For browsers that do not support gradients */
    line-height:22px;
    color:#fff;
	padding: 10px 20px;
	font-weight: 500;
	letter-spacing:1px;
}
#formpage input.button:hover {
	width:115px;
    margin:0;
    background: #000; /* For browsers that do not support gradients */
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label{
	color:#212121;
    font-size:16px;
    text-align:left;font-weight: 400;
	
}
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:center;}

.CaptchaImagePanel {
text-align: center	;
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center !important;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;text-align: center !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.CaptchaImagePanel {text-align: center !important; margin: 0 auto !important;}


#formpage textarea,#formpage input {padding: 10px !important;box-sizing: border-box !important;font-weight: normal !important;font-size: 16px !important;}



/*-------- FOOTER STYLES ----------------*/
footer{background: #fff; width: 100%; text-align: center; border-top:1px solid #01244E; }
foooter h4 {padding: 15px 0; text-align: center; font-size: 14px;}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#inv {padding: 3% 0 !important;}

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#1E4D80 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#1E4D80 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #1E4D80 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #01244E !important; color: #fff !important;border-color:#01244E !important;}
/*

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}
*/

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 



/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1700px) {
	.logo {width: 90%;}
	.blue-btn-nav {font-size: 18px; padding: 10px 10px;}
	.hero-img img {width: 100%;}

	
}
@media only screen and (max-width: 1500px) {
	.header-right {width: 85%;}
	.hero-text {width: 100%; max-width: 1500px; padding: 25px 0; background: url(/siteart/hero-text-bg.jpg) no-repeat; background-position: center center;}
	.hp-flex {display: block;}
	.hero-img {display: none;}
	.formfield {width: 30%;}
	
}

@media only screen and (max-width:1200px) {
	.logo {width: 60%;}
	.header-right {width: 100%;}
	.blue-btn-nav {font-size: 18px; margin:25px 0; }
	.location-left {width: 50%;}
	.map-right {width: 50%;}
	
}
@media only screen and (max-width:1000px) {
	.logo {padding: 0 0;}
	.blue-btn-nav {font-size: 14px; margin:15px 0; }
	
}
@media only screen and (max-width:900px) {
	.header-flex {display: block; width: 100%; text-align: center; margin: 0 auto;}
	.logo {width: 100%; background: #fff;}
	.logo img {max-width: 300px; width: 100%;}
	.header-right {width: 100%; margin: 0 auto;}
	.blue-btn-nav {font-size: 15px; margin:15px 0; }
	.blue-banner h4 {text-align: center; font-size: 16px; margin-left: 0;}
	.contact-flex {display: block;}
	.location-left {width: 100%;}
	.map-right {width: 100%;}
	h1 {font-size: 40px; line-height: 45px;}
	h3 {font-size: 25px; line-height: 32px;}
	.road-bg p {font-size: 16px;}
	.formfield {width: 97%;}
}


@media only screen and (max-width: 700px) {
	.logo {padding: 10px 0;}
	.blue-btn-nav {width: 48%; padding: 10px 0; margin: 3px 0;}
	.road-bg h1{font-size: 40px; line-height: 45px;}
	h2 {font-size: 30px; line-height: 37px;}
}

@media only screen and (max-width: 500px) {
	.blue-banner h4 {font-size: 14px; }
	.blue-btn-nav {width: 48%; font-size: 14px;}
	h1 {font-size: 30px; line-height: 37px;}
	h2 {font-size: 25px; line-height: 32px;}	
	h3 {font-size: 20px; line-height: 28px;}
	.drk-blue-btn, .med-blue-btn {font-size: 14px; letter-spacing: 1px;}
	footer h4 {font-size: 12px;}
	.location-left p {font-size: 14px;}
}






