﻿/***** 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;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*-------- VARIABLES --------*/
:root {
        --color-primary: #050F24;
        --color-secondary: #F8B019;
        --color-dark-background: #050F24;
        --color-light-background: #D0D0D0;
        --color-primary-button: #F8B019;
        --color-secondary-button: transparent;
        --color-white: #fff;
        --color-black: #000;
        --color-button-hover: #E09900;
        --font-header: "Anton", sans-serif;
        --font-secondary: "Manrope", sans-serif;
        --font-body: "Manrope", sans-serif;
        --font-header-size: 72px;
        --font-header-size-medium: 48px;
        --font-header-size-sml: 32px;
        --font-header-span-size: 21px;
        --font-secondary-header-size: 42px;
        --font-secondary-header-size-medium: 36px;
        --font-secondary-header-size-sml: 22px;
        --font-body-size: 16px;
        --padding-button: 12px 30px;
}


/*-------- UNIVERSAL STYLES & START OF NESTING CSS--------*/


.site-content{

}

   section{
        padding: 80px 40px;
    }

/**************** END OF NESTING CSS ****************/



 /*-------- BODY STYLES --------*/

    body {
    font-family: var(--font-body);
    }

    h1, h2, h3{
        font-family: var(--font-header);
        
        font-weight: 400;
        text-transform: uppercase;
    }

    h1, h2{
        letter-spacing: 3px;
        span{
            font-size: var(--font-header-span-size);
        }
    }

    h1{
        font-size: var(--font-header-size);
        margin-bottom: 16px;
    }

    h2{
        font-size: var(--font-secondary-header-size);
        margin-bottom: 10px;
        text-decoration: underline;
    }

    a:link, a:visited, a:active {text-decoration:none;}
    a:hover {text-decoration:none;}


    hr{border:#000 1px solid;}

    button{
        border: none;
        background-color: var(--color-primary-button);
        transition:.25s;

        a{
        font-family: var(--font-body);
        font-size: var(--font-body-size);
        color: var(--color-white);
        padding: var(--padding-button);
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 5px;
        transition:.25s;
        }
    }

    .butn{
        font-family: var(--font-header);
        font-size: var(--font-body-size);
        background-color: var(--color-primary-button);
        color: var(--color-black);
        padding: var(--padding-button);
        display: flex;
        align-items: center;
        gap: 5px;
        transition:.25s;
        text-transform: uppercase;
    }

    button:hover{
        background-color: var(--color-button-hover);
        color: var(--color-primary);

        a{
        color: var(--color-primary);
        }
    }

    .butn:hover{
        background-color: var(--color-button-hover);
        color: var(--color-primary);

        a{
        color: var(--color-primary);
        }
    }


    .secondary-btn{
        border: none;
        background-color: var(--color-secondary-button);
        transition:.25s;
        padding-left: 0px !important;

        i{
            color: var(--color-secondary);
        }
    }

    .secondary-btn:hover{
        background-color: transparent;

        i{
            transform: rotate(360deg);
        }
    }

    .drk-background{
        background-color: var(--color-primary);
        color: white;

            .secondary-btn{
        color: var(--color-white);
    }

    }

    .lgt-background{
        background-color: var(--color-light-background);
    }

    .accent-background{
        background-color: var(--color-primary);
    }

    .span{
        font-weight: 700;
    }

    .button-container{
        display: flex;
        gap: 35px;
        align-items: center;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .maxi{
        max-width: 1400px;
        margin: 0 auto;
    }

    .maxi-2{
        max-width: 1200px;
        margin: 0 auto; 
    }

    .bready{
        border-bottom: 1px solid var(--color-primary);
        padding: 10px 15px;
        font-family: var(--font-body);
        font-size: var(--font-body-size);

        a{
            color: var(--color-primary);
        }

        .maxi{
            display: flex;
            gap: 10px;
        }
    }


    .card{
        padding: 24px;
    }


    /*-------- FLEX STYLES --------*/
    .flexy{
        display: flex;
        gap: 25px;
    }

    .flexy2{
        display: flex;
        gap: 50px;
    }

    .grid-4{
        display: grid;
        gap: 5px;
        margin-top: 50px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-4  > * {
        border: 1px solid #D0D0D0;
        padding: 60px 25px 25px;
        background: #F9F7F2;
    }

    .card{

    }

    .grid-3{
        display: grid;
        gap: 10px;
        margin-top: 50px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-3  > * {
        border: 1px solid #000;
        padding: 25px;
    }

    .col-2{
        width: 50%;
    }

    .col-2-lrg{
        width: 60%;
    }

    .col-2-sml{
        width: 40%;
    }

    .col-3 {
        width: 33.33%;
    }

    .col-4{
        width: 25%;
    }

    .image-container{

        img{
            width: 100%;
        }
    }





/*          HEADER           */
.logo {
	max-width: 150px;
}

.logo img {
	max-width: 100%;
}


.top-nav {
	background-color: #fff;
	color: #000;
	padding: 5px 40px;
	display: flex;
	justify-content: space-between;

    a{
        text-decoration: none;
    }
}

.top-links{
    display: flex;
	gap: 25px;
    list-style: none;
}

.top-links a{
	color: #000;
}

.bottom-links{
	gap: 25px;
}

.bottom-links a{
	color: #FFFFFF;
    font-family: var(--font-secondary-header-size);
    font-size: 18px;
    display: flex;
    align-items: center;

    i{
        color: var(--color-secondary);
        font-size: 12px;
        padding-left: 5px;
    }
}



.left-menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

.right-menu {
    display: flex;
    align-items: center;
    gap: 10px;

    .link{
        color: var(--color-white);

        i{
            color: var(--color-secondary);
            padding-right: 5px;
        }
    }

    a{
        font-family: var(--font-header) !important;
    }

}



.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 40px;
	gap: 25px;
	background-color: var(--color-primary);
}


.error-cover{
    text-align: center;
        padding: 275px 40px 250px 40px !important;

    p{
        margin: 0 auto;
    }
    h1{
        font-size: 72px;
        line-height: 80px;

        span{
            font-size: 150px;
        }
    }

    .button-container{
        justify-content: center;
    }
}


/* Search Header */
/*---INVENTORY SEARCH IN HEADER---*/


#search {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--black);
	z-index: 999999999999;
	  position: absolute;
	display: flex;
	  align-items: center;
	  justify-content: center;
	height: 45px;
  }
  
  form.search-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  
  .search-bg {
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
  }
  .search-btn {
	border: none !important;
	background: transparent !important;

    i{
        color: var(--white);
    }

  }
  .search-btn img {
	width: 35px !important;
  }

  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--white);
	opacity: 1; /* Firefox */
  }
  .searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  .searchTerm::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }
  .search-wrap {
	  margin: 0 auto;
	width: 97%;
  }

  .search-header input[type="text"]:not([class^="Mui"]) {
	width: 90% !important;
	border: none !important;
	font-size: 16px !important;
	color: var(--white) !important;
	font-family: var(--font-body);
	font-weight: 500 !important;
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	  height: auto !important;
	  line-height: 70px !important;
	  background: var(--red);
  }

   .search-header input[type="text"]{
    color: var(--white) !important;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
      color: var(--white);
  }




/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 200px 40px;
    background-size: cover;
    background-color: var(--color-primary);
    color: var(--color-white);
    background: linear-gradient(180deg,rgba(0, 26, 80, 0.70) 0%, rgba(0, 26, 80, 0.70) 100%), url(/siteart/Yard-Photo.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    h1{
        color: #fff;
        font-size: 89px;
    }



    .secondary-btn{
        color: var(--color-white);
    }

    .col-2-sml{
        /* max-width: 450px; */

        h2{
            max-width: 350px;
        }
    }

    .flexy{
        justify-content: space-between;
        align-items: start;
    }

    .image-container{
        /* height: 500px; */
        /* background-color: #0048D8; */

        img{
            height: 100%;
            object-fit: contain;
        }
    }

    .button-container{
        margin-top: 50px;
    }

}

.home-title{
    max-width: 650px;
}

.cover{
    padding: 100px 40px;
    background-size: cover;
    text-align: center;

    .button-container{
        justify-content: center;
    }
}

.inner-title{
    max-width: 850px;
    margin: 0 auto;
}

.swiper {
  width: 100%;
}

.welcome-section{
    padding-bottom: 0px !important;
}

.thumbnails{
    padding: 0px !important;
}

.map-section{
    .flexy{
        align-items: stretch;
        gap: 25px;
    }

    .image-container{
        height: 100%;

        img{
            height: 100%;
            object-fit: cover;
        }
    }

    .col-2-lrg{
        width: 90%;
        height: 450px;
        overflow: hidden;
    }


}

.thumbnail-group{
    display: flex;
    align-items: stretch;

    .image-container{
        width: 50%;
        min-height: 450px;
    }
}

.category-links-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1px;
}

.category-card{
    background-color: #0048D8;
    color: #fff;
    padding: 175px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    .button-container{
        margin-top: 10px;
    }

    .butn{
        color: #fff;
    }
    

    h2{
        font-size: 28px;
        letter-spacing: 1px;
        text-decoration: none;
    }
}


.why-buy-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    h2{
        text-align: center;
    }
}


.equipment-needed{
    background: var(--color-primary);

    .image-container{
    position: relative;

    img{
        height: 100%;
        object-fit: cover;
    }

    }

        .image-container:before{
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.48) 85%, rgba(0, 0, 0, 0.73) 100%);     
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }



    .flexy{
        justify-content: space-between;
        align-items: flex-end;
        padding: 50px;
        /* position: absolute;
        top: 50px;
        bottom: 50px;
        left: 50px;
        right: 50px;
        z-index: 3; */
        background: url(/siteart/semi-truck-on-bridge.jpeg);
        background-size: cover;
        background-position: bottom;
        height: 67vh;
    }

    .button-container{
        margin-top: 25px;
    }
}

/* .white-blurb{
    max-width: 270px;
    background-color: var(--color-white);
    padding: 25px;

    h3{
        text-decoration: underline;
    }
} */


.white-text-blurb{
    color: var(--color-white);
    max-width: 450px;

    h2{
        max-width: 360px;
    }
}

.section-1{

}

.section-2{

}

.section-3{

}

/*--------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: 1px solid #8B8B8B25 !important;
    width: 50%;
    padding: 10px 10px;
    border-radius: 0px;
    font-family: var(--font-body);
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 0px;
    padding: 10px 10px;
    font-family: var(--font-body);
}

input.submit-button{
    background-color: var(--color-secondary);
    border: none;
    color: #000 !important;
    padding: var(--padding-button);
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: var(--font-header);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: var(--padding-button);
    color: #fff;
    font-family: var(--font-body);
    cursor: pointer;
    font-size: 16px;
}


/*-------- CONTACT STYLES --------*/

.contact-cover{
 

    span{
        font-family: var(--font-header);
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }

    .flexy2{

    justify-content: space-between;
    }

    .col-2-lrg{
        justify-content: flex-end;
        gap: 100px;
    }

    a:not(.butn){
        color: #000;
        text-decoration: underline;
    }

    .col-2-sml{
        max-width: 400px;
    }
}

.internal-image{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.category-blurb{
    border: 1px solid #D0D0D0;
    padding: 25px;
    background: #F9F7F2;
}

.contact-form-section {

    .flexy2{
    align-items: center;

    }
}

.google-maps{
    
}


/* ABOUT US */
.about-cover{
    padding-top: 0px;
    padding-left: 0px;

    .flexy2{
        align-items: stretch;
    }

    .col-2-lrg{
        padding: 150px 0px;
        max-width: 900px;
        margin: 0 auto;
    }

    .image-container{
        height: 100%;

        img{
            height: 100%;
            object-fit: cover;
        }
    }
}

.keep-your-fleet{
    text-align: center;
    background-color: #F9F7F2;
    margin-bottom: 75px;

    .button-container{
        justify-content: center;
    }

    .maxi{
        max-width: 900px;
    }
}

/* .mosaic-image-containers{
    padding-top: 0px;
    padding-bottom: 0px;

    .image-container{
        height: 100%;

        img{
            height: 100%;
            object-fit: cover;
        }
    }

    .flexy{
        align-items: stretch;
    }
}

.mosaic-group-images{
    display: flex;
    flex-direction: column;
    gap: 25px;

} */



.mosaic-image-containers{
    padding-top: 0px;
    padding-bottom: 0px;

    .image-container{
        max-height: 500px;
        overflow: hidden;
        object-fit: cover;
        object-position: center;

        img{
            height: 100%;

        }
    }
}


.financing-form{
    padding-top: 0px;
    h2,p{
        text-align: center;
        max-width: 770px;
        margin: 0 auto;
    }
}

.col-2-box-sml{
    height: 250px !important;
}

.col-2-box-lrg{
    height: 400px !important;
}


/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: var(--font-body);
    background-color: var(--color-primary);

    ul{
        list-style-type: none;
    }

    a{
        text-decoration: none;
        color: var(--color-white);
    }

}

.top-footer{
    justify-content: space-between;
    padding: 75px 40px;
}

.footer-logo{
    width: 250px;
}

.left-footer{
    max-width: 350px;


    span{
        font-family: var(--font-header);
        text-transform: uppercase;
        font-size: 22px;
    }

}

.right-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.right-footer{

    ul{
    line-height: 36px;

    }

    span{
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
    }
}



.bottom-footer{
    padding: 10px 40px;
    font-size: 12px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;

h1,h2{
    letter-spacing: inherit;
    text-decoration: none;
    text-transform: inherit;
    font-size: inherit;
}


}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
    border-radius: 0px !important;
    background-color: var(--color-primary) !important;
}

.faceted-search-content .selected-facets-container .selected-facet{
    background-color: var(--color-secondary) !important;
    color: #000 !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;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: var(--color-secondary);
    color: var(--color-black);
        font-family: var(--font-header) !important;
    text-transform: uppercase;
    font-weight: 400;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: var(--color-primary);

}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: var(--color-secondary);
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1250px){
    .thumbnails{
        display: block;
    
    .col-2-sml,.col-2-lrg{
        width: 100%;
    }

    .col-2-sml{
        .image-container{
            display: block;
            height: 450px;
        }
    }

    }
}



@media only screen and (max-width: 1090px){
    .equipment-needed{

        .flexy{
            flex-direction: column;
            align-items: flex-start;
            height: inherit;
            gap: 75px;
        }

        .white-text-blurb{
            width: 65%;
        }

    }

    .top-footer{
        flex-direction: column;
    }

    .left-footer{
        width: 100%;
        max-width: max-content;
    }

    .right-footer{
        width: 75%;
    }
}


@media only screen and (max-width: 1000px) {
    .grid-4{
        grid-template-columns: 1fr 1fr;
    }



    .category-links-grid{
        grid-template-columns: 1fr 1fr;
    }
}


@media only screen and (max-width: 975px){

    .home-cover{
        padding: 150px 40px 100px;

        .flexy{
            flex-direction: column-reverse !important;
        }

        .col-2-sml{
            width: 100%;
            max-width: max-content;

            h2{
                max-width: max-content;
            }
        }

        .col-2-lrg{
            width: 100% !important;
        }

    }

}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
    nav.mobile .logo {
        width: 175px;
    }
}

@media only screen and (max-width: 830px){
    .right-footer{
        flex-direction: column;
    }
}


@media only screen and (max-width: 750px) {

    .home-cover{
        h1{
            font-size: 12.75vw;
        }
    }

    .home-cover{
        h1{
            font-size: 66px;
        }
    }


    h1{
        font-size: var(--font-header-size-medium);
    }

    h2{
        font-size: var(--font-secondary-header-size-medium);
    }

    .flexy,.flexy2{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }

    .grid-3, .grid-4{
        grid-template-columns: 1fr;
    }
    
    .no-break{
        display: none;
    }

    .thumbnails{
        img{
            height: 100% !important;
        }
    }
}


@media only screen and (max-width: 650px){


    .thumbnail-group{
        flex-direction: column;
        justify-content: stretch;

        .image-container{
            display: block;
            width: 100%;
            height: 450px;
        }
    }

        .category-blurb{
        padding: 10px;
    }

    .category-links-grid{
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 575px){

    .home-cover{
        h1{
            font-size: 54px;
        }
    }

}



@media only screen and (max-width: 500px) {
    h1{
        font-size: var(--font-header-size-sml);
    }

        .home-cover{
        h1{
            font-size: 42px;
        }
    }

    h2{
        font-size: var(--font-secondary-header-size-sml);
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }


}

@media only screen and (max-width: 375px) {
    section{
        padding: 48px 25px;
    }

    .category-blurb{
        padding: 0px;
    }

    .home-cover{
       padding: 75px 25px;
    }

    .top-footer{
        padding: 15px 25px;
    }

    .bottom-footer{
        padding: 10px 25px;
    }

        .equipment-needed{

        .flexy{
            padding: 35px 25px;
        }
    }

    .contact-cover{
        a:not(.butn){
            font-size: 14.5px;
        }
    }
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



