﻿/***** 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;
}

footer{
    font-family: "Figtree", sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

button, .submit-button, .send-btn{
    background-color: #005EFF;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
    transition: .25s;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
}

input.submit-button{
    background-color: #005EFF;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 25px !important;
    transition: .25s;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    width: 100px !important;
    font-weight: 300;
}

input.submit-button:hover{
    background-color: #0046BE;
}

button a{
    color:#fff;
}

button:hover, a:hover .fa-pen{
    background-color: #0046BE;
}

.right-nav > li:first-child a:hover {
	color: #005EFF;
}

.send-btn-container{
width: 155px;
}

.fa-pen{
    background-color: #005EFF;
    padding: 5px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 3px;
    transition: .25s;
}

.main-section{
padding: 75px 40px;
}

.half-col{
    width: 50%;
}

.three-fourth-section{
    gap: 50px;
    align-items: center;
}

.three-fourth-col{
    width: 80%;
}

.flex{
    display: flex;
}

.title-flex{
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.title-flex i{
font-size: 12px !important;
line-height: 22px;
color: #005EFF;
}

.title-flex a{
    color: black;
    transition: .25s;
}

.title-flex a:hover{
color: #004ED4;
}

.blue-bck{
background-color: #004ED4;
}

.drk-blue-bck{
    background-color:#002360;
}

h1{
    font-size: 52px;
}

h2{
font-size:40px ;
font-weight: 600 ;
}

h4{
    font-size: 26px;
    font-weight:600 ;
}


/*--- HEADER STYLES ---------------------*/
.primary {
    font-family: "Figtree", sans-serif !important;
}

.left-menu{
    display:flex;
    justify-content: space-around;
    gap: 25px;
}

.logo-container{
    width: 125px;
    position: relative;
    z-index: 9999;

}

.logo-container img{
    width: 100%;
    position: absolute;
    top: 12px;
}



/*---Home--------------------------------*/


.search-inventory h2{
    text-align: center;
}

.discover-section{
    color: #fff;
    text-align: center;
}

.discover-section button{
    margin-top: 50px;
}

.contact-section{
    color: #fff;
    gap: 50px;
}

.contact-section .title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.contact-section h4{
    color: #fff;
}

.contact-section i{
 font-size: 12px;
 color: #fff;
}

.contact-section button{
    margin-top: 50px;
}

.contact-section a{
    color: #fff;
}

.contact-section .image{
    border-radius: 25px;
    background-image: url('/siteart/InterstateTruck.png');
    background-size:cover;
    width: 80%;
    height: 300px;
}

.scrolling-wrap{
    display: flex;
    width:100%;
    height: 90px;
    flex-direction: column; 
    overflow: hidden;
}

/*---Interanl Pages--------------------------------*/

.internal-cover{
    padding: 150px 40px;
    color: #fff;
    border-bottom-right-radius: 75px;
}

.grey-bck{
    background: #F2F2F2;
}

.call-out{
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
}

.icons-section{
    gap: 25px;
}

.icon-blurb{
    background: #005EFF;
    border-radius: 25px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center;
    padding: 50px 30px;
}

.icon-blurb i{
    color: #fff;
    font-size: 24px;
}

/*--------SEARCH BAR--------------------*/
.search-bar-outer{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 25px !important;
	margin-top: 50px;
}

.search-bar-outer select{
    border: none;
    border-bottom: 1px solid #BCBCBC !important;
    margin-right: 30px;
    padding: 10px 25px 10px 0px;
    font-family: "Figtree", sans-serif !important;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(/siteart/caret-down-solid.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px;
	color: #000;
}

.search-bar-outer select:after{
    -moz-appearance:radio; /* Firefox */
    -webkit-appearance:radio; /* Safari and Chrome */
    appearance: radio;
    content:'\f0d7'; 
}

.search-bar-outer select option{
    font-size: 14px;
}

/*--------CONTACT US--------------------*/
.form-container{
    align-items: flex-start;
    gap: 100px;
    margin-top:
}

/*--------FORM STYLES--------------------*/
#formpage{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

#formpage input{
    border:none;
    border-bottom: 1px solid #BCBCBC;
    padding: 15px 0px;
    width: 50%;
}

.form-field-flex{
    display: flex;
    gap: 50px;
}

#formpage textarea{
    border:none;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 50px;
    padding-top: 25px;
}

#submit-btn{
    margin-top: 40px;
}

.include-captcha{
    display: none;
}

.CaptchaPanel{
    text-align: left !important;
}

.clear{
 visibility: hidden;
}

.left-cover{
    padding: 150px 40px;
    width: 50%;
	display: flex;
	flex-direction: column;
	gap: 50px;
}


/*-------------SLIDER----------------------*/
.hero{
	display: flex;
	align-items: stretch;
}

.cover-left{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	padding: 0px 50px;
	background: #004ED4;
	color: #fff;
}

.cover-right{
	width: 50%;
}

.slider{
	display: flex;
	margin-bottom: -4px;
}

.slider-image-container{
align-items: stretch;
}

.slider-image-container img{
width:100%; 
height: 100%;
margin: auto;
displaty: block;
object-fit: cover;
}

/*-------- FOOTER STYLES ----------------*/
.top-footer{
    background: #001F54;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 50px;
}

.footer-logo{
    width: 150px;
}

.footer-logo img{
    width:100%;
}

.quick-links{
    display: flex;
    justify-content:space-between;
    gap: 25px;
    width: 60%;
}

.quick-links a{
    color: #fff;
    transition: .25s;
}

.quick-links a:hover{
    color: #004ED4;
}

.top-footer h3{
    color: #fff;
}

.bottom-footer{
    background: #001C4A;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
    font-size: 12px;
    align-items: center;
    gap: 25px;
}

.bottom-footer ul{
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.bottom-footer i{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .25s;
    border: 1px solid #ffffff90;
    width: 12px;
    height: 10px;
    padding: 12px;
    border-radius: 22px;
    font-size: 12px;
}

.bottom-footer li:hover i{
    color:#005EFF;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.body-wrapper{
    padding: 75px 25px;
}

p.disclaimer{
    font-size: 12px;
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1100px) {
    .quick-links{
        width: 70%;
        gap: 10px;
    }
	
	.hero h1{
		font-size: 36px;
		line-height: 32px;
	}
	
	.cover-left{
		gap: 25px !important;
	}
}

@media only screen and (max-width: 1060px) {
.no-break{
 display: none !important;
}

}

@media only screen and (max-width: 1000px) {

    h1{
        font-size: 42px;
    }

    h2{
        font-size: 36px;
    }
	
	.hero h1{
		font-size: 28px;
		line-height: 27px;
	}
	
}

@media only screen and (max-width: 920px){
    .top-footer{
        flex-direction: column;
    }

    .quick-links{
        width: 100%;
        gap: 15px;
    }
}

@media only screen and (max-width: 850px) {
    .left-cover{
        padding: 100px 40px;
    }

    h1{
        font-size: 36px;
    }

    h2{
        font-size: 30px;
    }
}

@media only screen and (max-width: 780px){
    .discover-section p br{
        display: none;
    }

    .search-bar-form{
        flex-direction: row !important;
    }

    .flex{
        flex-direction: column;
    }

    .half-col{
        width: 100% !important;
    }

    .three-fourth-section{
        align-items: flex-start !important;
		width: 100%;
    }

    .three-fourth-col{
        width: inherit;
    }

    .form-container{
        gap: 50px;
    }

	.hero{
		display: block;
	}
.cover-left{
	width: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	padding: 100px 50px;

}
	
	.cover-right{
		display: none;
	}
}


@media only screen and (max-width: 680px){
    .quick-links{
        flex-direction: column;
        gap: 25px;
    }
}

@media only screen and (max-width: 650px) {


    h1{
        font-size: 42px;
    }

    h2{
        font-size: 36px;
    }

    .left-cover h1, .left-cover p{
        width: 63%;
    }

    .contact-section .image{
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .left-cover h1, .left-cover p{
        width: 100%;
    }

    h1{
        font-size: 36px;
    }

    h2{
        font-size: 28px;
    }

    .search-bar-form{
        flex-direction: column !important;
        gap: 25px;
        justify-content: center;
    }

    .column4.last-row{
        margin-left: 12px;
    }
.form-field-flex{
    flex-direction: column;
    gap: 10px;
}

#formpage input{
    width: inherit;
}
	



}


@media only screen and (max-width: 400px){
    .quick-links p{
        font-size: 12px;
    }

    .bottom-footer{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}




