﻿/***** 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 --------*/
h1{
    font-size: 62px;
    font-weight: 400;
}

h2{
    font-size: 48px;
    font-weight: 400;
}

section{
    padding: 50px 40px;
}

button{
    border: none;
    background-color: #FDB813;
    transition:.25s;
}

button:hover{
    background-color: #FE9900;
}

button a{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 15px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
}

.blue-btn{
    background-color: #042B4D;
}

.category-btn{
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: -5px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px !important;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.category-btn i{
    background-color: #FDB813;
    border-radius: 15px;;
}

i{
	background-color: #042B4D;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
    font-size: 12px;
}

/*-------- 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{
	display: flex;
	justify-content: center;
	gap: 50px !important;
}

  .slick-slide {
      margin: 0 27px;
  }

  /* 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%;
}


/*-------- BODY STYLES --------*/

body {
    font-family: "Outfit", sans-serif;
}



a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{
    border: 4px solid #FE9900;
    margin: 0px;
}

/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 150px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-color: #000;
    color: #fff;
    background: linear-gradient(135deg, rgba(0,0,0,0.35075280112044815) 27%, rgba(0,0,0,0.0762429971988795) 88%), url("/siteart/construction-worker-on-site.jpeg");
    background-size: cover;
    background-position: top;
    margin-top: -4px;
   /* position: relative; */
   /* z-index: -1; */
}

.home-cover button{
    margin-top: 50px;
}

.cover{
    background-color: #042B4D;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -4px;
}

.section-1{

}


.section-1 h2{
    text-align: center;
}

.category-blurb-container{
    width: 95%;
    margin: 50px auto;
    margin-bottom: 0px !important;
}

.category-blurb:hover button{
    background-color: #FE9900;
    color: #fff !important;
}

.category-blurb{
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.1); 
    box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.1);
}

.section-1 img{
    width: 100%;
}

.section-1 .col-4{
    position: relative;
}

.category-blurb span{
    color: #fff;
    padding: 5px 15px;
    background-color: #042B4D;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 16px;
}

.section-2{
    padding-top: 0px;
    margin-bottom: -100px;
    position: relative;
    z-index: 999;
}

.section-2 h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
}

.section-3{
    background-color: #FDB813;
    color: #fff;
    padding-top: 100px;
    gap: 100px;
    align-items: center;
}

.section-3 button{
    margin-top: 50px;
}

.section-3 img{
    width: 100%;
}

.section-3 .col-2-sml{
    border-radius: 30px;
    overflow: hidden;
}


/*--------Search Form--------------*/

.search-back{
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    color: #fff;
    bottom: 50px;
    left:0;
    right:0;
}

.search-back:after {
    position: absolute;
    content: "";
    bottom: -40px;
    height: 40px;
    width: 1px;
}

.search-back p{
    margin-bottom: 25px;
}

.search-row{
    display:flex; 
    flex-direction: row; 
    justify-content: space-between;
    gap: 25px;
    -webkit-box-shadow: 1px -4px 31px -9px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px -4px 31px -9px rgba(0, 0, 0, 0.10);
    box-shadow: 1px -4px 31px -9px rgba(0, 0, 0, 0.10);
    padding: 25px;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
}

.search-row button{
    transition:.3s ease;  
    background:#FDB813; 
    color:#fff; 
    transition: .25s;
}

.search-row .formfield:first-of-type{
    width:45%;
  }

.search-row .formfield{
  width:30%;
}

.search-row input[type="text"], .search-row select{
    padding:14px; 
    border:solid 1px #fff; 
    border-radius: 25px;
    box-shadow:none!important; 
    color:#828282 !important; 
    background:#F2F2F2 !important;
   width: 100%;
   font-family: "Outfit", sans-serif;
   box-sizing: border-box;
}

.search-row input::placeholder{
    color:#828282 !important;
}
.search-row button:hover{
    background:#FE9900; 
    cursor:pointer;
}
.search-row select option{
    background:#fff; 
    color:#000; 
    padding:10px!important; 
    box-sizing:border-box;
}
.search-row select option:hover{
    background:#32356d;
}

/*--------SEARCH STYLES--------------------*/

.search-outer-container{
    max-width: 80%;
    margin: 0 auto;
    background-color: #FFDE00;
}

.search-container{
    display: flex;
}

.search-bar-form{
    width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}


/*--------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: 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: #FDB813;
    color: #fff !important;
    padding: 15px 25px;
    border: none;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    transition: .25s;
    font-size: 16px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    color: #fff;
    background-color: #FDB813;
    color: #fff !important;
    padding: 15px 25px;
    border: none;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    transition: .25s;
    font-size: 16px;
}


/*-------- CONTACT STYLES --------*/
.section-1-contact{
    width: 75%;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.05); 
    box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.05);
    margin-bottom: -50px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.section-1-contact h2{
    font-size: 36px;
}

.section-2-contact{
    background-color: #FDB813;
    padding-top: 125px;
}

.contact-blurb{
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.contact-blurb a{
    color: #000;
}

.section-2-contact iframe{
    border-radius: 30px;
}


/*-------- FOOTER STYLES ----------------*/
footer{
    color: #fff;
    font-family: "Outfit", sans-serif;
}

footer ul li{
    line-height: 28px;
    font-weight: 300;
}

footer a{
    color: #fff;
}

footer i{
    background-color: #FDB813;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 50px 40px;
    background-color: #042B4D;
}

.contact-ft{
    display: flex;
    gap: 25px;
    font-size: 14px;
}

.left-footer{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.left-footer p{
    width: 45%; 
}

.logo-footer{
    display: flex;
align-items: center;
gap: 25px;
}

.logo-footer .logo{
	width: 150px;
}

.right-footer{

}

.bottom-footer{
    text-align: right;
    padding: 10px 40px;
    background-color: #02213D;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
    margin: 50px;
padding: 50px 40px;
}

.body-wrapper i{
    background-color: inherit;
    color: inherit;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #FDB813;
    border-radius: 0px;
    font-family: "Outfit", sans-serif !important;
    font-weight: 400 !important;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #042B4D;
    border-radius: 0px;
    font-family: "Outfit", sans-serif !important;
    font-weight: 400 !important;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #042B4D;
    border-radius: 0px;
    font-family: "Outfit", sans-serif !important;
    font-weight: 400 !important;
}

button.selected-facet.ts-button, button.ts-button.faceted-search, button.ts-button.faceted-show-all-btn{
    background-color: #FDB813 !important;
    border-radius: 0px !important;
    font-family: "Outfit", sans-serif !important;
    font-weight: 400 !important;
}

span.list-listings-count {
    color: black !important;
}

button#detail-page-email-seller{
    border-radius: 0px !important;
    font-family: "Outfit", sans-serif !important;
    font-weight: 400 !important;
}

a#detail-page-print-this, button#share{
    border-radius: 0px !important;
    box-shadow: none !important;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width:750px) and (max-width: 880px) {
	.category-blurb-container{
        width: 100%;
    }

    .category-btn{
        font-size: 14px;
    }

    .category-blurb span{
        font-size: 12px;
    }
}

@media only screen and (max-width: 750px) {
    h1{
        font-size: 48px;
    }

    h2{
        font-size: 36px;
    }

    .section-2 h2,.section-1-contact h2{
        font-size: 28px;
    }

    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    .section-1 .flexy{
        align-items: center;
    }

    .search-row{
        flex-direction: column;
    }

    .search-row .formfield{
        width: 100% !important;
    }

    .section-3{
        gap: 50px;
    }

    .left-footer p{
        width: inherit;
    }

    .top-footer{
        flex-direction: column;
    }

    .left-footer{
        width: inherit;
    }
}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 42px;
    }

    h2{
        font-size: 28px;
    }

    
    .section-2 h2, .section-1-contact h2{
        font-size: 24px;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }	

    .logo-footer{
        flex-direction: column;
    }

    .contact-ft{
        flex-direction: column;
    }
	
	.logo{
		width: 210px !important;
	}
	
	.logo-container{
		width: 240px !important;
	}
	
	 .logo-background{
        height: 190px !important;
    }
}

@media only screen and (max-width: 455px){
	.logo{
		width: 170px !important;
	}
	
	.logo-container{
		width: 200px !important;
	}
	
	 .logo-background{
        height: 160px !important;
    }
}

@media only screen and (max-width: 385px){
	.mobile-logo{
		left: 0px !important;
	}
	.logo{
		width: 160px !important;
	}
	
	.logo-container{
		width: 185px !important;
	}
	
}

@media only screen and (max-width: 375px) {
    .home-cover{
        padding: 125px 25px 75px 25px;
    }
    section{
        padding: 50px 25px;
    }

    h1{
        font-size: 28px;
    }

    h2{
        font-size: 22px;
    }
    
    .section-2 h2,.section-1-contact h2{
        font-size: 18px;
    }

}


@media only screen and (min-width: 768px) {
	
}



