﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




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;
}

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 65px 40px;
}

button{
    border: none;
    background-color: #0092FF;
    transition:.25s;
}

button:hover{
    background-color: #000000;
    color: #fff;
}

button a{
    font-size: 18px;
    font-family: 'Figtree', sans-serif;
    color: #fff;
    padding: 15px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    transition:.25s;
}

button i{
    font-size: 12px;
}

button:hover a{
    color: #fff;
}

button:hover i{
    color: #0092FF;
}

.secondary-btn{
    border: none;
    background-color: #fff;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn:hover a{
    color: #fff;
}

.info-btn{
    background-color: transparent;
}

.info-btn i{
    color: #0092FF;
}

.drk-background{
    background-color: #004274;
    color: white;
}

.lgt-background{
    background-color: gray;
}

.span{
    font-weight: 700;
}

/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}


/*-------------SLIDER----------------------*/

.slider{

}

.slider-link-contain{
    width: 100%;
    overflow: hidden;
}

.slider-link-contain img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-track{
	display: block;
	padding: 0px;
	margin: 0px;
}

/*-------- BODY STYLES --------*/

body {
    font-family: "Manrope", sans-serif;
	overflow-x: hidden;
}

h1,h2,h3{
    font-family: "Barlow Condensed", system-ui;
}

h1{
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: .75px;
}

h2{
    font-size: 46px;
    text-transform: uppercase;
}

.blck a{
    color: #000;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.sub-title{
    text-transform: uppercase;
    font-weight: 700;
    color: #004274;
    letter-spacing: 1px;
}

.extra-margin{
    margin-top: 50px;
}

/*          HEADER           */
.logo {
	width: 250px;
}

.logo img {
	width: 100%;
}

.top-nav {
	background-color: #0061AA;
	padding: 0px;
    display: flex;
    justify-content: flex-end;
}

.top-links{
    display: flex;
	justify-content: flex-end;
    align-items: center;
	gap: 10px;
    color: #fff;
    background-color: #004274;
    padding: 10px 40px 10px 45px;
    font-size: 14px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 99%);
    transition: .5s !important;
}

.top-links i{
    color: #0092FF
}

.top-links:hover{
    background-color: #000;
}

.left-menu {}

.right-menu {}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 40px;
	gap: 25px;
	background-color: #ECECEC;
    position: relative;
    z-index: 99999;
}

/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 0px;
    display: flex;
    align-items: stretch;
    position: relative;
    height: 70vh;
}

.home-cover button{
    margin-top: 50px;
}

.cover{
    background-color: #004274;
    color:#fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 100px 40px;
}

.left-home{
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*
.left-home{
    background-color: #004274;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 60px 150px 50px;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
*/

.left-home-shape{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004274;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.left-home-details{
    position: absolute;
    left: 50px;
    right: 50px;
    width: 75%;
    margin-right: 50px;
}

.left-home .sub-title{
    color:#0092FF;
}

.right-home{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.right-home img{
    width: 100%;
    height: 100%;
    scale: 1.75;
    object-fit: cover;
    object-position: center left;
}

.section-1{
    align-items: center;
    background: linear-gradient(0deg, rgba(255,255,255,0.95) 0%, rgba(246,246,246,0.95) 100%), url("/siteart/semi-truck-background.jpeg");
    background-size: cover;
    background-position: center;
    gap: 75px;
}

.section-2{
 gap: 50px;
 align-items: center;
}

.contact-container{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.section-3{
    text-align: center;
    border-bottom: 1px solid #ffffff08;
}

.lgt-blue-text{
    color: #0092FF;
}

.brands-blurb{
    align-items: center;
    margin-top: 50px;
}

.brand-container{
    background-color: #fff;
    width: 20%;
    padding: 25px 15px;
    transition: .30s;
}

.brand-container:hover img{
    scale: 1.10;
}

.brand-container img{
    width: 100%;
    height: 15vh;
    object-fit: contain;
    transition: .30s;
}

.button-container{
    display: flex;
    gap: 15px;
}

/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input{
    border: none !important;
    background-color: #FBFBFB;
    width: 50%;
    padding: 22px 20px;
    border-radius: 0px;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: none !important;
    background-color: #FBFBFB;
    border-radius: 5px;
    padding: 22px 20px;
    font-family: 'Figtree', sans-serif;
}

input.submit-button{
    background-color: #0092FF;
    border: none;
    color: #fff !important;
    padding: 15px 25px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: "Manrope", sans-serif;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 15px 25px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    gap: 15px;
    align-items: center;
}


.captcha-button i{
    font-size: 12px;
    color: #fff;
}

/*-------- CONTACT STYLES --------*/

.google-maps{
    
}

.parts-blurb{
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url("/siteart/row-of-trucks.jpeg");
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 125px 50px;
}

/*-------- FOOTER STYLES ----------------*/
footer{
    background-color: #004274;
    font-size: 18px;
}

footer a{
    color: #fff;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 75px 40px;
}

.footer-logo{
    width: 250px;
    margin-bottom: 50px;
}

.footer-logo img{
    width: 100%;
}

footer ul{
    list-style-type: none;
    line-height: 36px;
}

.left-footer{

}

.right-footer{
    display: flex;
    gap: 50px;
}

.ft-phone{
    font-size: 14px;
}

.right-footer i{
    color: #0092FF;
}

.bottom-footer{
    text-align: right;
    padding: 10px 40px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

span.listing-widget__text{
    text-align: center;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
    border-radius: 0px !important;
    background-color: #0092FF !important;
    font-family: 'Figtree', sans-serif !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 5px;
}

/*  INVENTORY BUTTONS  */
a.view-listing-details-link.des-view-listingDetails, a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 0px;
    padding: 15px 25px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #0092FF;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #0061AA;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #ECECEC;
    color: #000;
}

a.video-chat.des-video-chat.collapsible-contact-list-item:hover{
    color: #fff;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1320px) {
h1{
    font-size: 56px;
}

.home-cover{
    height: 65vh;
}
}

@media only screen and (max-width: 1200px){
    .brand-container img{
        height: 10vh;
    }
}

@media only screen and (max-width: 1100px) {
    h1{
        font-size: 48px;
    }

    .home-cover{
        height: 55vh;
    }

    .brand-container{
        padding: 15px;
    }
}

/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
   h1{
    font-size: 42px;
   }

   h2{
    font-size: 36px;
   }

   .home-cover{
    height: 45vh !important; 
    }

    .home-cover .col-2-lrg{
        width: 65% !important;
    }

    .home-cover .col-2-sml{
        width: 35% !important;
    }

    nav.mobile .logo {
        width: 175px;
    }

    .section-1{
        flex-direction: column;
    }

    .section-1 .col-2{
        width: 100% !important;
    }

    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }

    .section-2 .col-2{
        width: 100% !important;
    }
    
    .no-break{
        display: none;
    }

    .top-footer{
        flex-direction: column;
    }

    .right-footer{
        flex-direction: column;
        gap: 25px;
    }

    .brand-container{
        width: 100%;
        box-sizing: border-box;
        padding: 25px 15px;
    }

    .brand-container img{
        height: 15vh;
    }

}

@media only screen and (max-width: 800px) {

    h1{
        font-size: 36px;
    }

    h2{
        font-size: 32px;
       }

    .home-cover .col-2-lrg{
        width: 100% !important;
    }

    .left-home-shape{
        clip-path: none;
    }

    .button-container{
        margin-top: 25px;
    }

    .home-cover button{
        margin: 0px;
    }
}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 32px;
    }

    h2{
        font-size: 28px;
       }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }
    .button-container{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 50px;
    }

    button a{
        font-size: 16px;
    }
	
}

@media only screen and (max-width: 375px) {
    h1{
        font-size: 27px;
    }

    h2{
        font-size: 24px;
       }

    section{
        padding: 50px 25px;
    }

    .footer-logo{
        width: 200px;
    }

    .left-home-details{
        left: 30px;
    }

    .sub-title{
        font-size: 14px;
    }
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



