﻿/***** 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,
img {
    display: block;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-light-webfont.woff') format('woff'),
        url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-bold-webfont.woff') format('woff'),
        url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 24px;
    -webkit-text-size-adjust: none;
}

h1 {
    font-family: 'montserratbold';
    font-size: 20px;
    line-height: normal;
}

strong {
    font-family: 'montserratbold';
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    font-family: 'montserratbold';
    color: #1c2442;
}

a:hover {
    text-decoration: underline;
    color: #1c2442;
}

.show-menu-for-mobile {
    display: none;
}

ul.breadcrumb {
    list-style: none;
    font-size: 12px;
    padding: 10px 0px;
    text-transform: uppercase;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #00abe2;
}


header {
    background: #1c2442;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
}

.logo {
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: left;
}

.logo img {
    max-width: 100%;
    height: 100px;
	object-fit: contain;
	object-position:center;
}

.new-logo
{display:flex; justify-content: space-between; gap:30px;}

.address {
    display: inline-block;
    float: right;
}

.address a:link,
.address a:visited,
.address a:active {
    text-decoration: none;
    color: #fff;
}

.address a:hover {
    text-decoration: underline;
    color: #fff;
}

.address img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}

.wrapper {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0px;
}

.two-cols {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.two-cols img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.trucks {
    width: 50%;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.trucks img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.info:not(.container.cf *) {
    background: url(../siteart/striped.png) #1c2442 repeat;
    background-attachment: fixed;
    border-top: 5px solid #00abe2;
    border-bottom: 5px solid #00abe2;
}

.three-cols {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
}

.three-cols img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.four-cols {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
}

.four-cols a:link,
.four-cols a:visited,
.four-cols a:active {
    text-decoration: none;
    color: #fff;
}

.four-cols a:hover {
    text-decoration: underline;
    color: #fff;
}

.center {
    text-align: center;
}

.footer {
    background: #1c2442;
    max-width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    color: #999999;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
}

.footertext {
    font-size: 13px;
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    color: #999999;
}

.scrolling-wrap {
    width: 100%;
    height: 92px;
    overflow: hidden;
    padding: 20px 0px;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.divfooter {
    width: 80%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px;
}


/************************************************ Inv Styles **/

#inv {
    padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
    font-family: bahnschrift, urw-din, sans-serif !important;
}

/* Reset font, ignore icons */

.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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin: 8px 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: #1c2442 !important;
}

.view-listing-details-link,
.buy-now-link {
    color: white !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: #1c2442 !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 #1c2442 !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: #fff !important;
    color: #1c2442 !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;
}

 /* Popup box */
  #location-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #1c2442;
    border: 3px solid #00abe2;
    border-radius: 8px;
    padding: 75px 45px 85px 45px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    animation: popIn 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: 'Montserrat', sans-serif;
  }

  /* Gold accent bar at top */
  #location-popup::before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #00abe2;
    margin: 0 auto 20px;
    border-radius: 2px;
  }

  #location-popup .popup-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
  }

  #location-popup h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #008d5a;
    font-size: 26px;
    margin: 0 0 6px;
    line-height: 1.3;
	text-transform: uppercase;
  }

  #location-popup .popup-address {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 14px 0 8px;
    line-height: 1.4;
  }

  #location-popup .popup-sub {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
  }
#location-popup .popup-sub a {
    color: #00abe2;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
  }

  #location-popup .popup-divider {
    border: none;
    border-top: 1px solid #00abe2;
    margin: 20px 0;
  }

  /* Close button */
  #popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    color: #00abe2;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
  }

  #popup-close:hover {
    color: #1c2442;
    background: #fff;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  @keyframes popIn {
    from { opacity: 0; transform: translate(-50%, -48%) scale(0.95); }
    to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  }



/************************************************ Responsive Styles **/
@media screen and (max-width: 1150px) {
    .wrapper {
        width: 89%;
    }

}

@media screen and (max-width: 970px) {
.new-logo{displa:flex; flex-direction: column; justify-content:center; align-items:center;}
.wrapper {display:flex; flex-direction: column; align-items:center;}
.address {float: none;text-align:center;}
.address img {max-width: 100%;height: auto;margin: 0 auto;}
}

@media screen and (max-width: 875px) and (min-width:500px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 18px;
    }

    .three-cols {
        width: 50%;
    }

    .four-cols {
        width: 50%;
    }

    .wrapper {
        width: 96%;
    }
}


@media screen and (max-width: 500px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 18px;
    }

    header {
        text-align: center;
        font-size: 12px;
    }

    .logo {
        width: 100%;
        float: none;
    }

    .logo img {
        display: inline-block;
    }

    .address {
        float: none;
    }

    .address img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .two-cols {
        width: 100%;
    }

    .trucks {
        width: 100%;
    }

    .three-cols {
        width: 100%;
    }

    .four-cols {
        width: 100%;
    }

}