﻿/***** 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;
}

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 75px 65px;
}

button{
    border: none;
    background-color: #0035B1;
    color: #fff;
    transition:.25s;
    font-family: "Exo", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

button:hover{
    background-color: #153277;
    color: black;
}

button a{
    color: #fff !important;
	    padding: 16px 20px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    transition:.25s;
}

button:hover a i{
    color: #0077FF;
}

.secondary-btn{
    border: none;
    color: #000;
    transition:.25s;
    background-color: transparent !important;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn a{
    color: #000 !important;
}

.secondary-btn a i{
    color: #0035B1 !important;
}

.secondary-btn:hover a{
    color: #fff;
}

.blue-btn{
    background-color: #0049F2;
}

.inner-pg-cover{
    background-color: #0035B1;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cta{
    background-color: #0035B1;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    gap:25px;
}

.cta .col-2:last-of-type{
    justify-content: flex-end;
}

/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3{
    width: 33.33%;
}

.col-4{
    width: 25%;
}


/*-------- BODY STYLES --------*/

body {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1{
    font-size: 52px;
}

h2{
    color: #0035B1;
    font-size: 32px;
    font-weight: 500;
}

.category-item h2{
    font-weight: 500;
    color:#0035B1;
    font-size: 24px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{
    border:#000 1px solid;
}

p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*--------HOME STYLES--------------------*/
.hero{
    justify-content: space-around;
    align-items: stretch;
    background-color: #FBFBFB;
    padding: 0px;
}

.hero-left{
    padding:150px 65px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero img{
    width: 100%;
}

.hero-image{
background-image: url("/siteart/live-floor-linedup.jpg");
background-position: center;
background-size: cover;
width: 65%;
}


.hero-internal{
}

.section-2 h1{
		font-size: 32px;
		color: #0035B1;
		font-weight: 500;
	}


.section-2-1{
	gap: 100px;
	margin-bottom: 50px;
	align-items: baseline;
}

.section-2-1 .col-2-lrg{
	width: 60%;
}

.section-2-1 .col-2-lrg button{
	margin-top: 50px;
}

.section-2-1 .col-2-sml{
	width: 40%;
}


.category-item-container{
    gap: 50px;
    padding: 50px 0px;
}

.category-item{
    border: 1px #D6D6D6 solid;
    padding: 40px 25px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.category-item img{
    width: 100%;
}

.category-item button a{
    justify-content: space-between;
    padding: 16px 15px;
}

.section-3{
    align-items: center;
    background-color: #0035B1;
    color: #fff;
    gap: 75px;
}

.section-3 h2{
    color: #fff;
}

.section-3 .col-2:first-of-type{
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0px;
}

.dump-truck{

}

.dump-truck img{
    width: 100%;
}


/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

.CaptchaPanel{
    text-align: left !important;
}

#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: 5px;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
}

input.submit-button{
    background-color: #0035B1;
    border: none;
    padding: 16px 20px;
    border: none;
    gap: 15px;
    align-items: center;
	font-family: "Exo", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
    font-weight: 500;
    transition: .25s;
    font-size: 16px;
    color: #fff;
	cursor: pointer;
}

input.submit-button:hover{
    background-color: #153277;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    color: #fff;
    display:  flex;
    justify-content: space-around;
    gap: 15px;
    align-items: center;
    transition: .25s;
	padding: 16px 20px;
	cursor: pointer;
}



/*-------- CONTACT STYLES --------*/
.section-1-contact{
gap: 50px;
align-items: center;
}

.section-1-contact ul{
    display: flex;
    gap: 25px;
    flex-direction: column;
    
    }

.section-1-contact ul li a{
    display: flex;
gap: 10px;
align-items: baseline;
color: #000;
}

.section-1-contact ul li a i{
    color: #0035B1;
    }

.google-maps{
    
}

/*-------- FOOTER STYLES ----------------*/
footer{

}

.top-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 50px 40px;
}

.left-footer{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.left-footer ul{
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: 5px;

}


.left-footer ul li a{
    color: #000;
    }

.right-footer{
    display: flex;
    gap: 25px;
}

.bottom-footer{
    text-align: right;
    padding: 20px 0px;
    border-top:#00000025 1px solid;
    margin: 0px 40px;
    justify-content: space-between;
    font-size: 12px;
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.bottom-footer a{
    color: #000;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper button{
    border-radius:0px !important;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

button.selected-facet.ts-button{
	background-color: #0035B1 !important;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #0035B1;
	border-radius: 0px;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
		border-radius: 0px;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
  	border-radius: 0px;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {

	
}

@media only screen and (max-width: 1150px) {
    .category-item-container{
        gap: 25px;
    }

    .cta{
        flex-direction: column;
        align-items: flex-start;
    }

    .cta > div{
        width: inherit;
    }

    .cta .col-2:last-of-type{
        justify-content: flex-start !important;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1000px) {

}

@media only screen and (max-width: 950px) {
	.section-2-1{
		gap: 25px;
	}
}

@media only screen and (max-width: 880px) {
	.section-2 h1{
		font-size: 28px !important;
	}
	
    h2{
        font-size: 28px !important;
    }

    .category-item h2{
        font-size: 20px !important;
    }

    .category-item-container{
        gap: 10px;
    }

    .category-item button a{
        padding: 16px 20px !important;
    }

    .category-item{
        padding:25px 17px;
    }
}

@media only screen and (max-width: 825px) {
	
	.section-2-1{
		flex-direction: column;
		gap: 50px;
	}
	
	.section-2-1 .col-2-lrg{
		width: 100%;
	}
	
		.section-2-1 .col-2-sml{
		width: 100%;
	}
	
	    .flexy{
        flex-direction: column !important;
    }
    
    .col-2{
        width: inherit !important;
    }
    
    .col-3{
        width: inherit !important;
    }
    
    .col-4{
        width: inherit !important;
    }

    .no-break{
        display: none;
    }

    .category-item{
        padding:50px 25px;
    }

    .right-footer{
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .section-1-contact{
        align-items: flex-start;
        }

        .section-1-contact > div{
            width: inherit !important;
            }

    .section-1-contact .col-2{
            width: 100% !important;
        }
}

@media only screen and (max-width: 545px) {
    .top-footer{
        flex-direction: column;
        align-items: flex-start;
    }
   }

@media only screen and (max-width: 500px) {
 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .cta{
        padding: 45px 35px;
    }

    section{
        padding: 50px 40px;
    }

    .hero-left{
        padding: 50px 40px;
    }
}

@media only screen and (max-width: 390px) {
	.cta {
    padding: 35px 25px;
}
        .cta button a{
        padding: 16px 15px !important;
    }
}



@media only screen and (max-width: 375px) {
    section{
        padding: 50px 25px;
    }

    .hero-left{
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 330px) {
	.cta {
    padding: 25px 20px;
}
        .cta button a{
        padding: 16px 10px !important;
			font-size: 15px;
    }
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



