﻿/***** 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;
}

@font-face {
    font-family: 'avenir_next_lt_probold';
    src: url('/fonts/avenir_next_lt_pro_bold-webfont.woff2') format('woff2'),
         url('/fonts/avenir_next_lt_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avenir_regularregular';
    src: url('/fonts/avenir_regular-webfont.woff2') format('woff2'),
         url('/fonts/avenir_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avenirheavy';
    src: url('/fonts/avenir_heavy-webfont.woff2') format('woff2'),
         url('/fonts/avenir_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body,p {
font-family: 'avenir_regularregular' !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'avenir_next_lt_probold' !important;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {background: #144390;padding: 10px 0;width: 100%;}
header .flex-container {justify-content: space-between;}
.logo {padding: 10px;}
.logo img {width: 150px;max-width: 100%;}
.site-wid {max-width: 1440px;width: 90%;margin: 0 auto}

/*---BODY--------------------------------*/

.flex-container {display: flex;align-items: center;}

.center {text-align: center;}

.white-outline {
font-family: 'avenir_regularregular' !important;font-size: 15px;font-weight: 500;text-transform: uppercase;background: transparent;color: #fff;padding: 20px 40px; border: 2px solid #fff;border-radius: 0px 0px 0px 0px;cursor: pointer;
}

.white-outline:hover {color: #fff;background-color: transparent;background-image: radial-gradient(at top left, #56AF34 0%, #144390 100%);
}

.pad-top {padding-top: 50px !important;padding-bottom: 50px !important;}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #56AF34;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
.main-foot {background: linear-gradient(0deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 100%),url("/siteart/foot-bg.png");background-position: 100% 150%;background-repeat: no-repeat;background-size: 24% auto;    border-top: 1px solid #f8f8f8;}
.foot-middle {display: flex;flex-direction: column;gap:10px;padding: 10px 10px 40px 10px;}

.footer-wid {max-width: 1300px;margin: 0 auto;width: 90%;padding-top: 40px;}
.foot-logo img {max-width: 260px;width:100%;}
#foot-border {background: linear-gradient(to right, #56AF34, #144390); height: 3px;max-width: 400px;width: 100%;margin: 0 auto;}

.social-icons {display: flex;gap: 20px;justify-content: center;}
.social-icons a {font-size: 23px;transition: .4s all;color: #144390;
}

.foot-wrap{gap: 20px;align-items: flex-start;padding-bottom: 90px;}
.foot-col {font-size: 20px;flex-basis: 17%;}
.social-icons a:hover,.foot-col ul li a:hover {color:#56AF34;}
.first-col{flex-basis: 40% !important;padding-right: 78px;}
.second-col {flex-basis: 25% !important;}
.foot-title {font-family: "Poppins", Sans-serif !important;font-size: 22px;font-weight: 600 !important;text-transform: capitalize;font-style: normal;text-decoration: none;line-height: 1.2em;margin-bottom: 20px;letter-spacing: 0px;color: #144390;}
.contact-wrap {font-size: 18px;display: flex;flex-direction: column;gap: 10px;margin-top: 35px;}

.contact-wrap a,.contact-wrap p {transition: .3s all;display: flex;gap: 5px;}
.contact-wrap a:hover,.contact-wrap p:hover {color: #56AF34;}
.first-col p {font-weight: 500;
    line-height: 32px !important;}
.foot-col ul li {line-height: 42px !important;font-family: 'avenir_regularregular' !important;}
.foot-col ul li a{font-family: 'avenir_regularregular' !important;font-weight: 500;line-height: 32px}
.foot-col ul li a:hover {transition:.4s all;}
.bottom-foot {background: #144390;text-align: center;padding: 20px 0;color: #fff;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title .list-title-text{font-family: 'avenir_next_lt_probold' !important;}
.faceted-search-content .faceted-section-head .faceted-section-title,.list-content .listing-description,.list-content .spec-value,.list-content .spec-label, .list-content .dealer-data {font-family: 'avenir_regularregular' !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:#144390 !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:#56AF34 !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 #56AF34 !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: #144390 !important; color: #fff !important;border: solid 1px #144390 !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;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1149px) {
	.contact-btn {display: flex;gap: 30px;}
	.nav-wrap {display: none;}
}

@media only screen and (max-width: 1024px) {
	.foot-col {flex-basis: 100% !important;}
	.foot-wrap{flex-wrap:wrap;}
	.second-col {order: 1;}
	.social-icons {justify-content: flex-start;}
	.foot-middle {padding: 0 0 40px;text-align: left !important;}
	.foot-logo img {max-width: 50%;width: 100%;}
	.main-foot {background-position: 150% 65%;background-size: 487px auto;}
	#foot-border {margin: 0;}
}

@media only screen and (max-width: 767px) {
	.main-foot {background-position: 100% 101%;}
	.contact-btn .contact-us {display: none !important;}
}






