﻿/***** 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;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
    font-family: 'Figtree', sans-serif;
    overflow-x: hidden;
}

p{
    line-height: 22px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

section{
    padding: 75px 40px;
}

.blue{
    background: #00355E;
    color: #fff;
}

.dark-blue{
    background: #00223D;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10%;
}

.flexy{
	display: flex;
		gap: 25px;
}

.flexy img{
		width: 100%;
}

.image-bound img{
	width: 100%;
}

h2{
    font-size: 36px;
    font-weight: 600;
    color: #00355E;
}

h3{
    color: #00355E; 
}

.padding{
    padding: 75px 40px !important;
}

.no-padding{
    padding: 0px;
}

.two-thirds{
    width:80%;
}

.one-thirds{
width: 20%;
}

.grey{
    background: #F6F6F6;
}


.col-2{
    width: 50%;
}

.col-3{
    width: 55%;
}

.col-1{
    width: 45%;
}

div#captcha{
    width: 50%;
}

/*-------- BUTTON STYLES --------*/
button, .submit-button, .send-btn{
    display: flex;
    gap: 15px;
    background: #006D2C;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    border:#006D2C;
    font-family: 'Figtree', sans-serif;
    align-items: center;
    transition: .25s;
    cursor: pointer;
}

.send-btn{
    width: 95px;
    font-size: 13.33px;
}

button:hover, .send-btn:hover, .submit-button:hover{
    background: #08893C;
}

button:hover .fa-arrow-right, .send-btn:hover .fa-arrow-right{
    color: #00E175;
}

button .fa-arrow-right, .send-btn .fa-arrow-right{
    color: #fff;
    transition: .25s;
}

section button{
    margin-top: 40px;
}

.arrow-links{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    transition: .25s;
}

.arrow-links:hover{
    color:#00E175;
}

.arrow-links:hover .fa-arrow-right{
    color:#fff;
}

.fa-arrow-right{
    color: #00E175;
    transform: rotate(325deg);
    transition: .25s;
}


/*--- HEADER STYLES ---------------------*/
header {}

.top-header{
    background: #00223D;
    display: flex;
    justify-content: space-between;
    font-size: 10px !important;
    padding: 0px 40px;
}

.top-header .arrow-links{
    font-size: 12px !important;
}

.bottom-header{
    border-bottom: 1px solid #70707050;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 200px;
    height: auto;
    padding: 10px 0px;
}

.logo img{
    width: 100%;
}

nav.primary .bottom-header ul li a{
color: #00223D;
padding: 10px 25px;
transition: .25s;

}

nav.primary .bottom-header ul li a:hover{
    color: #095691;
}

nav.primary .bottom-header ul li ul li a{
    color: #fff;
    background: #00223D;
    padding: 10px 25px;
border-bottom: none;
    transition: .25s;

}

nav.primary .bottom-header ul li ul li a:hover{
    background:#00355E;
    display: flex;
    gap: 15px;
    transition: .25s;
}

nav.primary .bottom-header ul li ul li a:hover:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f061';
    transform: rotate(325deg);
    visibility: visible;
    display: block;
    color: #FFFFFF;
    transition: .25s;
}

nav.primary .bottom-header ul li a:nth-last-child(1){
    padding-right: 0px;
}

.top-header p{
    line-height: 40px !important;
}

.drk-gray{
    color:#363636;
}



/*---HOME--------------------------------*/
.home-cover{
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

h1{
    color:#00223D;
    font-size: 72px;
}

.cover-left{
    padding: 50px 60px 50px 40px;
}

.cover-left p, .high-quality p{
    width: 60%;
}

.cover-right{
    background: #00223D;
    width: 20.5%;
    padding: 250px 40px;
    position: relative;
}

.green-truck{
    position: absolute;
    right:0;
    top:0;
    width: 550px;
    height: auto;
}

.green-truck img{
    width: 100%;
}

.cover-right .text-links{
    position: absolute;
    bottom: 35px;
	left: 40px;
}

.text-links a{
    color: #fff;
    line-height: 40px;
}


.inventory-links a{
    color: white;
}

.inventory-links li:nth-last-child(1){
    border-bottom: none;
}

.inventory-links p{
    line-height: 40px !important;
    border-bottom: 1px solid #ffffff50 !important; 
}

.inventory-links p:last-child{
    border: #000;
}

.high-quality h2{
 color: #fff;
}

.white-semi{
    width: 100% !important;
}

.flex img, .logo-deck img{
    width: 100%;
}

.quality{
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100% !important;
    gap: 25px;
    margin-top: 30px;
}

.quality h3{
    font-weight: 500;
    color: inherit !important;
}

.fa-check{
color: #095691;
}

/*--------INTERNAL PAGES STYLES--------------------*/
.internal-cover{
    background: #002A4A;
    color:#fff;
    padding: 150px 40px;
}

.internal-cover h1{
    color:#fff !important;
    font-weight: 500;
    font-size: 60px;
}

.description{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 0px;
}

.description-content{
    width: 80%;
    padding: 75px 40px !important;
}

.description-content-full{
    width: inherit;
    padding: 75px 40px !important;
}

.menu-list{
    width: 20% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

.menu-list-content{
    color: #fff;
    border-bottom: none !important;
}

.menu-list-content p{
    border-bottom: none !important;
    line-height: 25px !important;
    font-size: 14px ;
}

.half-list{
    display:flex;
    justify-content: space-between;
    gap: 25px;
    border-bottom: 1px solid #8B8B8B25;
}

.half-list:last-of-type{
    border-bottom: none !important;
}

.half-list p{
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    line-height: 50px; 
}

.half-list:last-of-type  p:last-of-type{
    border-bottom: none;
}

.logo-deck{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.logo-deck div{
    width: 25%;
}

.include-captcha{display:none;}

/*--------FORM STYLES--------------------*/
#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.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: 5px;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
}



/*-------------SLIDER----------------------*/

.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;
}

  .slick-slide {
      margin: 0px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }

  .slick-button {
    color: #fff;
    padding: 5px 15px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    bottom: -75px;
}

.slick-prev {
    right: 160px;
}

.slick-next {
    right: 40px;
} 


.slider .slider-link-contain{
	border: 1px solid #FFFFFF50;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 10px;
}

.slider .slider-link-contain div{
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 75px 25px;
	justify-content: space-between;
}

.slider-link-contain p{
	color: #FFFFFF !important;
}

.slider li img{
	width: 100%;
}


/*-------- FOOTER STYLES ----------------*/
footer{
    background: #00223D;
    color: #fff;
    padding: 50px 40px;
}

footer a{
    color: #fff;
    transition: .25s;
}

footer a:hover{
    color:#00E175;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap:10%;
}

.footer-left{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer-right{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-links ul{
    display:flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.quick-links{
    display: flex;
    justify-content: flex-start;
    gap: 100px;
}

.quick-links li{
    line-height: 30px;
    font-size: 14px;
}

.nav-footer{
    display: flex;
    background: #00223D;
    padding: 10px 40px;
    color: #fff;
    justify-content: space-between;
    font-size: 12px;
    border-top: 1px solid #70707050;
}

.nav-footer a{
    color: #fff;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
    margin: 50px 0px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper .disclaimer{
    font-size: 12px;
    line-height: 16px;
}

.body-wrapper img{
    max-width: auto !important;
}

.body-wrapper section button{
    margin-top: inherit !important;
}

.inventory-header{
    font-family: 'Figtree', sans-serif !important;

}

a.view-listing-details-link.des-view-listingDetails{
	background-color: #006D2C !important;
}

.container.cf button, a#detail-page-print-this, a.MuiButtonBase-root{
	border-radius: 5px !important;
	box-shadow: none !important;
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1010px) {
    h1{
        font-size: 68px;
    }

    h2{
        font-size: 32px !important;
    }

    .green-truck{
        width: 500px;
        right: 0;
        top: 50px;
    }

    .one-thirds, .cover-right{
        width: 30%;
    }
}


@media only screen and (max-width: 925px){
	.green-truck{
        width: 450px;
    }
	
    .contact-links ul{
        flex-direction: column;
        align-items: flex-start;
    }

    .half-list{
        flex-direction: column;
        border-bottom: none;
        gap: 0px;
    }

    .half-list p{
        width: 100%;
        border-bottom: 1px solid #8B8B8B25;
    }

    .description{
        flex-direction: column;
        gap: 0px;
    }

    .menu-list{
        width: 100% !important;
        padding: 50px 40px !important;
    }

    .description-content{
        width: inherit;
    }
}

@media only screen and (max-width: 875px){
	.green-truck{
        width: 375px;
    }
}

@media only screen and (max-width: 805px) {
    h1{
        font-size: 58px !important;
    }

    .top-footer{
        flex-direction: column;
        gap: 50px;
    }

    .footer-left{
        width: 100%;
    }

    .contact-links ul{
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 25px;
    }

}

@media only screen and (max-width: 790px) {
.reliable-section br{
    display: none;
}

}

@media only screen and (max-width: 725px) {
    h1{
        font-size: 46px !important;
    }

    h2{
        font-size: 28px !important;
    }

    .cover-left p, .high-quality p{
        width: 100%;
    }

    .flex {
        flex-direction: column !important;
        gap: 50px;
    }
	
	.flexy{
	flex-direction: column;

	}
	
    .col-1{
        width: 100%;
    }
	
	.col-2{
    width: 100%;
}

    .col-3{
        width: 100%;
    }


    h2 br, h1 br{
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .home-cover{
        flex-direction: column !important;
    }

    .cover-right{
        width: 100% !important;
        padding: 220px 40px;
    }

    .green-truck{
        width: 550px;
        top: -75px;
    }

    .cover-right .text-links{
        bottom: 60px;
    }

    .one-thirds, .two-thirds, .cover-right, .menu-list{
        width: inherit !important;
    }

    .logo-deck{
    flex-direction: column;
    gap: 20px;
    }

    .logo-deck div{
       width: 45%;
    }

}

@media only screen and (max-width: 555px){
    .green-truck{
        width: 450px;
    }

    .cover-right{
        padding: 175px 40px;
    }

    .quick-links{
        gap: 50px;
    }

    .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;

    }

    div#captcha{
        width: inherit;
    }

}


@media only screen and (max-width: 460px){
    h1{
        font-size: 42px !important;
    }

    .green-truck{
        width: 350px;
        top: -50px;
    }

    .cover-right{
        padding: 150px 40px;
    }
}

@media only screen and (max-width: 360px){
    h1{
        font-size: 35px !important;
    }

    h2{
        font-size: 24px !important;
    }

    .green-truck{
        width: 250px;
        top: -60px;
    }

    .cover-right{
        padding: 100px 40px;
    }

    .cover-right .text-links{
        bottom: 25px;
    }
    .contact-links ul{
        flex-direction: column;
        gap: 5px;
    }
    .quick-links{
        flex-direction: column;
        gap: 25px;
    }

    .nav-footer{
        flex-direction: column;
    }
}










