﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

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;
}
a{text-decoration:none;}
/*-------- BODY STYLES --------*/

body {box-sizing:border-box;
	font-family: 'noto sans', sans-serif!important;

}

.yellow-btn{color:#000; background-color:#fed928; display:block; width:150px; text-align:center; padding:14px; border:solid 1px #fed928; border-radius:15px; transition:.3s ease; }
.yellow-btn:hover{background-color:transparent; color:#fed928;}

/*--- HEADER STYLES ---------------------*/
.blue-wrapper-mobile{display:none; width:80%; margin: 0 auto; }
.blue-wrapper-mobile a{color:#fff; font-size:15px; font-weight:400; transition:.3s ease;}
.blue-wrapper-mobile a:hover{color:#fed928;}
.blue-header{width:100%; background-color:#0c2c94; padding:10px 0;}
.blue-wrapper{width:80%; margin: 0 auto; display:flex; flex-direction:row; justify-content:space-between;}
.blue-wrapper a{color:#fff; font-size:15px; font-weight:400; transition:.3s ease;}
.blue-wrapper a:hover{color:#fed928;}
.middle-header{width:80%; margin: 0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.middle-right img{width:180px; padding:45px 10px; transition:.3s ease-in-out; box-sizing:border-box;}
.middle-right img:hover{transform:scale(110%);}
.logo{width:190px; padding:10px 0; }
.logo img{width:100%;}
/*---BODY--------------------------------*/
/*-------------Slideshow------------------*/
.cycle-slideshow{max-width:100%; position:relative;background-color:#000000!important;}
.slider-back{position:relative; width:100%;background-color:#000000!important;}
.slider-back img{ width:100%;z-index:-10;background-color:#000000!important;}

.slide-caption{position:absolute; bottom:40%; left:10%; z-index:400;}
.slide-caption h1{font-size:55px;text-transform:uppercase;font-weight:800;letter-spacing:4px; color:#fff; }
.slide-caption p{font-size:16px;letter-spacing:1px;line-height:24px;font-weight:300;padding: 0 0 70px 0; color:#fff; width:60%;}


.cycle-pager{position:absolute; color:#fff; bottom: 5px; margin: 0 auto; left:0px; right:0px; z-index:200; font-size:50px;width:60px;}
.cycle-pager-active{color:#fed928;}
.cycle-pager:hover{cursor: pointer;color:white !important}


/*--------Quick Links----------------*/
.qls span{display:flex; flex-direction:row;width:100%}
.qls{width:100%; display:flex; flex-direction:row;margin-top:-5px;} 
.qls a{width:50%; box-sizing:border-box; padding:20px; border:solid 1px #0c2c94; }
.ql{display:flex; flex-direction:row; justify-content: space-around}
.ql p{font-size:24px; font-weight:600; color:#000; padding:30px 0;}
.ql img{width:100px; height:80px;}
.white-img{display:none;}
.qls a:hover .blue-img{display:none;}
.qls a:hover .white-img{display:block;}

.qls a{ margin:0 auto; position:relative; display:block; height:130px;  overflow:hidden; z-index:1;transition:         0.08s ease-in;
  -o-transition:      0.1s ease-in;
  -ms-transition:     0.1s ease-in;
  -moz-transition:    0.1s ease-in;
  -webkit-transition: 0.1s ease-in;}
.qls a:hover p{color:#fff;}
.qls a:before{content: ""; position:absolute; background:#0c2c94; bottom:100%; left:0; right:0; top:0; z-index:-1; -webkit-transition:bottom .3s ease-in-out;}
.qls a:hover:before{bottom:0;}


/*------Home Middle---------------*/
.home-middle{width:100%; display:flex; flex-direction:row; height:450px;}
.home-middle-left{width:50%; height:100%; border: solid 1px #0c2c94; box-sizing:border-box;}
.home-middle-left img{width:100%; height:100%; object-fit:cover;}
 
.home-middle-right{width:50%; box-sizing:border-box; padding:50px; height:100%; border: solid 1px #0c2c94;}
.home-middle-right h2{font-size:30px; font-weight:600; padding-bottom:30px;}
.info-left a{transition:.3s ease; font-size:15px; color:#000; line-height:24px;}
.info{width:100%; display:flex; flex-direction:row; justify-content: space-between; padding-bottom:40px;}
.hours{width:300px; display:flex; flex-direction:row; justify-content: space-between;}
.info-right h3{padding-bottom:20px;}
.hours ul li{line-height:24px;}

.home-middle-right .yellow-btn:hover{background-color:transparent; color:#0c2c94; border:solid 1px #0c2c94;}
.info-left a:hover{color:#fed928;}
/*---------Scrolling inventory---------------*/
.browse-inv{width:100%; display:flex; flex-direction:row; box-sizing:border-box; border:solid 1px #0c2c94;}
.browse-inv h4{text-align:center; font-size:24px; font-weight:800; color:#0c2c94; width:20%; padding:24px 0; border-right:solid 1px #0c2c94; line-height:28px;}
.scroll-wrapper{width:80%; background-color:#fed928; box-sizing:border-box; border: solid 1px #0c2c94; padding:10px 0;}
.scrolling-wrap iframe{height:90px; width:97%; margin: 0 auto; display:block;}


/*------Contact Page-------------*/
.contact-links span{display:flex; flex-direction:row; width:100%;}
.contact-links{width:100%; display:flex; flex-direction:row;margin-top:-5px;} 
.contact-links a{width:50%; box-sizing:border-box; padding:20px; border:solid 1px #0c2c94; }
.contact-link{display:flex; flex-direction:row; justify-content: space-around}
.contact-link p{font-size:24px; font-weight:600; color:#000; padding:25px 0;}
.contact-link i{font-size:60px; color:#0c2c94; padding:15px 0; transition:.3s ease;}

.contact-links a{ margin:0 auto; position:relative; display:block; height:130px;  overflow:hidden; z-index:1;transition:         0.08s ease-in;
  -o-transition:      0.1s ease-in;
  -ms-transition:     0.1s ease-in;
  -moz-transition:    0.1s ease-in;
  -webkit-transition: 0.1s ease-in;}
.contact-links a:hover p{color:#fff;}
.contact-links a:before{content: ""; position:absolute; background:#0c2c94; bottom:100%; left:0; right:0; top:0; z-index:-1; -webkit-transition:bottom .3s ease-in-out;}
.contact-links a:hover:before{bottom:0;}

.contact-links a:hover i{color:#fff;}

.contact-bottom-right{width:50%; box-sizing:border-box; padding:0px; height:100%; border: solid 1px #0c2c94;}
.contact-bottom-right h2{font-size:30px; font-weight:600; padding-bottom:30px;}


.contact-top{text-align:center; width:95%; margin: 0 auto; padding:100px 0;}
.contact-top h1{font-size:40px; color:#0c2c94;}
.contact-bottom{width:100%; display:flex; flex-direction:row; height:450px;}

/*---------Parts-----------------*/
.part-form{width:86%; margin: 0 auto;}
.parts-top{width:60%; margin: 0 auto; padding-top:60px;}
.part-row{width:100%; margin: 0 auto; display:flex; flex-direction:row; justify-content:space-between;}
.part-left{width:50%;}
.part-right{width:50%;}
.part-right img{width:70%; margin: 0 auto; display:block;}
.employment-top h1, .parts-top h1, .parts-top h2{font-size:40px; color:#0c2c94;}
.parts-top hr{border:solid 1.5px #0c2c94; }
.parts-top p{padding:20px 0;}
.parts-top a{color:#0c2c94; transition:.3s ease;}
.parts-top a:hover{color:#fed928;}

/*---------Employment-----------------*/
.employment-top{width:60%; margin: 0 auto; padding-top:60px;}
.employment-row{width:100%; margin: 0 auto; display:flex; flex-direction:row; justify-content:space-between;}
.employment-left{width:50%;}
.employment-right{width:50%;}
.employment-right img{width:70%; margin: 0 auto; display:block;}
.employment-top h2, .parts-top h2{font-size:40px; color:#0c2c94;}
.employment-top hr{border:solid 1.5px #0c2c94; }
.employment-top p{padding:20px 0;}
.employment-top a{color:#0c2c94; transition:.3s ease;}
.employment-top a:hover{color:#fed928;}
.employment-top .job-listing {padding: 20px 0;}

/*--------Thank you------------*/
.thankyou{width:95%; margin: 0 auto; text-align:center; padding:160px 0;}
.thankyou h1{font-size:40px; color:#0c2c94; padding-bottom:5px;}
.thankyou p{padding-bottom:40px;}

.thankyou .yellow-btn{display:block; margin: 0 auto; }
.thankyou .yellow-btn:hover{border:solid 1px #0c2c94; color:#0c2c94;}


/*--------FORM STYLES--------------------*/
.form-width{width:70%; margin: 0 auto; padding:40px 0;}
.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
.form-background{width:100%;margin: 0 auto;}
#formpage input, select {padding:14px 7px;border: 1px solid #ccc;color: #777!important;font-size: 14px;margin-top: 5px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:50%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-whole{width:100%;display:block;vertical-align:middle;margin: 0 5px;}
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage textarea {box-sizing:border-box;padding: 6px 5px;border: 1px solid #ccc!important;color: #000;font-size: 16px;background: #fff;width: 100%;height: 100px;border-radius:2px;margin-top:10px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#0c2c94; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 120px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:600; margin: 0 auto;}
#formpage input.submit-button:hover, #submit-btn button:hover{ background-color:#fed928;transition:ease-out .3s;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:120px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}




/*-------- FOOTER STYLES ----------------*/

footer{width:80%; margin: 0 auto; display:flex; flex-direction:row; justify-content: space-between; padding:100px 0;}
.footer-row{display:flex; flex-direction:row; justify-content: space-between; width:50%;}
.footer-logo{width:200px;}
.footer-logo img{width:100%;}
.footer-col2 p, .footer-col p{padding-bottom:10px; font-weight:600;font-family: 'noto sans', sans-serif!important;}
.footer-col2 ul li{line-height:24px;}
.footer-col2 a{color:#000; transition:.3s ease; font-family: 'noto sans', sans-serif!important;}
.footer-col2 a:hover{color:#fed928;}
.footer-col a i{font-size:16px; text-align:center; padding: 10px 12px; border:solid 1px #0c2c94; display:block; box-sizing:border-box; width:40px; margin: 0 auto; color:#0c2c94; transition:.3s ease; }

.footer-col a:hover i{background-color:#0c2c94; color:#fff;}


.bottom-footer{width:100%; background-color:#0c2c94; padding:10px 0; }
.bottom-footer p{text-align:center; color:#fff;}
.bottom-footer a{color:#fff; font-weight:300; }
.bottom-footer a:hover{color:#fed928;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #0c2c94 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #0c2c94!important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #fed928 !important;
    color: #000 !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .employment-top-section .employment-title-and-breadcrumbs .employment-title .employment-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .employment-top-section .employment-title-and-breadcrumbs .employment-title .employment-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}

.list-error-container .info{display:block;}




/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1750px) {
	.slide-caption{bottom:26%;}
}
@media only screen and (max-width: 1450px) {
	.slide-caption h1{font-size:40px;}
	.middle-right img{width:130px; padding:50px 5px;}
	.ql img{width:80px; height:65px; padding:12px 0;}
	.ql p{font-size:20px; }
	.qls a{height:110px; padding:10px 5px;}
	.home-middle{height:420px;}
	.home-middle-right{padding:40px;}
	.parts-top{width:80%;}
	.employment-top{width:80%;}
	.part-form{width:100%;}
	
}
@media only screen and (max-width: 1250px) {
	.slide-caption{bottom:22%; }
	.slide-caption h1{font-size:30px;}
	.slide-caption p{padding: 0 0 40px 0;}
	.middle-header{width:95%;}
	.ql p{font-size:18px;}
	.home-middle{flex-direction:column; height:auto;}
	.home-middle-right, .home-middle-left{width:100%;}
	.home-middle-left{height:350px;}
	.home-middle-right{padding: 50px 150px;}
	.contact-link i{font-size:50px;}
	.contact-link p{font-size:20px;}
	.contact-links a{height:110px; padding:10px 20px;}
	.contact-bottom{flex-direction:column-reverse; height:auto;}
	.contact-bottom-right{width:100%;height:auto;}
	
	
	
}
@media only screen and (max-width: 1000px) {	
	.cycle-slideshow{height:400px;}
	.slider-back{height:400px!important;}
	.slider-back img{height:100%; object-fit:cover;}
	.blue-wrapper-mobile{display:flex; flex-direction:row; justify-content:space-between;}
	.blue-wrapper{display:none;}
	.qls{flex-direction:column;}
	.browse-inv{flex-direction:column;}
	.browse-inv h4{margin: 0 auto; width:100%; border-right:none; border-bottom: solid 1px #0c2c94;}
	.scroll-wrapper{width:100%;}
	footer{width:95%;}
	.contact-links {flex-direction:column;}
	.contact-links a{width:100%;}
}

@media only screen and (max-width: 900px) {	
	.middle-right{display:flex; flex-direction:column;}
	.middle-right img{padding:5px 10px; width:120px; }
	.middle-header{justify-content:space-around;}
	.logo{padding:30px 0;}
	.home-middle-right{padding: 70px 70px;}
	.hours{width:270px;}
	.slide-caption{left:5%; bottom:20%;}
	.slide-caption p{width:95%;}
	.slider-back img{filter:brightness(70%);}
	.form-width{width:95%;}
	.parts-top{width:95%;}
	.employment-top{width:95%;}
	
}

@media only screen and (max-width: 650px) {	
	.home-middle-right h2{font-size:26px;}
	.info-left a{font-size:14px;}
	.info-right ul li{font-size:14px;}
	.home-middle-right{padding:20px;}
	.hours{width:240px;}
	.home-middle-left{height:250px;}
	footer{flex-direction:column;}
	.footer-row, .footer-logo{margin: 0 auto;}
	.footer-row{padding:20px 0; width:85%;}
	.footer-col p{text-align:center;}
	.contact-top h1, .thankyou h1{font-size:30px;}
	.flex-row{flex-direction:column;}
	.form-half, .form-whole{width:98%;}
	.employment-top h1, .parts-top h1, .parts-top h2{font-size:34px;}
	.employment-top h2{font-size:34px;}
	.part-row{flex-direction:column;}
	.employment-row{flex-direction:column;}
	.part-left, .part-right{width:100%;}
	.employment-left, .employment-right{width:100%;}
}
@media only screen and (max-width: 500px) {	
	.qls span{flex-direction:column;}
	.qls a{width:100%!important;}
	.info{flex-direction:column;}
	.info-right{padding-top:15px;}
	.slide-caption h1{font-size:26px;}
	.slide-caption p{font-size:15px;}
	.contact-links span{flex-direction:column;}
	
}
@media only screen and (max-width: 350px) {
	.middle-header{flex-direction:column; justify-content:center;}
	.middle-right img{margin: 0 auto; display:block;}
	.logo{margin:0 auto;}
	.slide-caption{bottom:15%}
	.slide-caption p{padding-bottom:10px;}
	.footer-row{flex-direction:column; text-align:center;}
	.footer-col2{padding-top:20px;}
	.part-right img{width:90%;}
	.employment-right img{width:90%;}
}





