﻿/***** 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: 50px 40px;
}

button{
    border: none;
    background-color: transparent;
    transition: .25s;
    font-family: "Manrope", sans-serif;
    padding: 0px;
    font-weight: 400;
}

button:hover{
    background-color: white;
    color: black;
}

button a{
    color: #fff !important;
    padding: 15px 15px !important;
    transition: .25s;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    background-color: #0C5EE2;
}

button a:hover {
    color: black;
    background-color: #0250CC;
}

.secondary-btn{
    border: none;
    padding: 5px 15px;
    background-color: #fff;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn a{
    color: #000;
}

.secondary-btn:hover a{
    color: #fff;
}

.black-btn a{
	background-color: #000;
}


/*-------- 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%;
}




/*-------- BODY STYLES --------*/

body {
    font-family: "Manrope", sans-serif;
}

h1{
    font-size: 62px;
}

h2{
    font-size: 48px;
    font-weight: 500;
}

h3{
    font-size: 28px;
}

p{
    font-family: "Outfit", sans-serif;

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}





/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 75px 40px;
    align-items: center;
    gap: 50px;
}

.home-cover h1{
    color: #00235B;
}

.home-cover p{
    width: 70%;
}

.home-cover img{
    width: 100%;
}

.home-cover button, .section-3 button, .section-4 .black-btn{ 
    margin-top: 50px;
}

.cover{
    background-color: #00235B;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

.cover h1{
    font-weight: 500;
}

.cover button{
    margin-top: 25px;
}
.section-1{
    position: relative;
    z-index: 1;
    margin-bottom: -100px;
    padding: 0px;
}


.section-2{
    background-color:#00235B ;
    margin-top: -50px;
    padding-top: 140px;
}

.section-2 h2{
    color: #fff;
    text-align: center;
    color: #fff;
}

.section-2 h3{
    color: #00235B;
}

.category-blurb-container{
    align-items: stretch;
    margin-top: 50px;
}

.category-blurb{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-blurb{
    color: #00235B;
}

.category-blurb-info{
    padding: 25px;
    color: #000;
}

.category-blurb-info p{
    color: #000 !important;
    text-decoration: none;
}

.category-blurb img{
    width: 100%;
}

.category-link{
    background-color: #0035B1;
    color: #fff;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .25s;
}

.category-link:hover{
    background-color: #00309F;
}

.category-link i{
    font-size: 13px;
}

.section-3{
    align-items: center;
    gap: 50px;

}

.section-3 h2{
    color: #00235B;
}

.section-3 .col-2:last-of-type{
    position: relative;
}

.section-3 .block{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #0C5EE2;
    width: 25vw;
    height: 35vh;
    z-index: -1;
}

.section-3 img{
    width: 100%;
}


.section-4{
    align-items: center;
    gap: 50px;
	background-color: #0C5EE2;
	color: #fff;
}

.section-4 img{
    width: 100%;
}


/*     CONTACT US   */
.contact-2 {
    padding-top: 50px !important;
    margin-top: 0px;
    background: #0062FF;
}

.contact-2 h3{
    font-size: 18px;
}

.contact-2 .category-blurb-container{
    margin-top: 25px;
}

/*--------Search Form--------------*/
.search-back{
    color: #000;
    background-color: #fff;
    width: 55%;
    margin: 0 auto;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    -webkit-box-shadow: 1px -4px 31px -9px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px -4px 31px -9px rgba(0,0,0,0.26);
    box-shadow: 1px -4px 31px -9px rgba(0,0,0,0.26);
}

.search-back span{
    font-size: 28px;
    font-weight: 600;
    color: #00235B;
}

.search-row{
    display:flex; 
    flex-direction: row; 
    justify-content: space-between;
    gap: 25px;
}

.search-row button{
    transition:.3s ease;  
    background:#0C5EE2; 
    color:#fff; 
    transition: .25s;
}

.search-row button a{
    background:transparent; 
}

.search-row button:hover{ 
    background:#0250CC; 
}

.search-row .formfield{
  width:50%;
}

.search-row input[type="text"], .search-row select{
    padding:14px; 
    border:solid 1px #00000025; 
    border-radius: 0px;
    box-shadow:none!important; 
    color:#000!important; 
    background:transparent!important;
   width: 100%;
   font-family: "Manrope", sans-serif;
   box-sizing: border-box;
}

.search-row input::placeholder{
    color:#fff !important;
}
.search-row button:hover{
    background:#0039CC; 
    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;
    font-family: "Manrope", sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    padding: 10px 10px;
    font-family: "Manrope", sans-serif;
}

input.submit-button{
    padding: 15px;
    background-color: #0C5EE2;
    color: #fff;
    border: none;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: .25s;
    font-size: 13.5px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 15px;
    background-color: #0C5EE2;
    color: #fff;
}


/*-------- CONTACT STYLES --------*/

.google-maps{
    
}


/*-------------SLIDER----------------------*/

.slider{
}

.slider img{
	width: 100%;
}



/*-------- FOOTER STYLES ----------------*/
footer{
    background-color: #000;
    color: #fff;
}

footer a{
    color: #fff;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    padding: 50px 40px;
}

.left-footer {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 50px;
}

.left-footer p{
    width: 70%;
}

.left-footer .contact-info{
    display: flex;
    gap: 25px;
    font-size: 14px;
}

.left-footer .contact-info a{
    display: flex;
    gap: 5px;
    align-items: center;
}

.left-footer .contact-info i{
    background-color: #0C5EE2;
    padding: 5px;
    border-radius: 5px;
}

.right-footer{
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    width: 40%;
}

.right-footer ul li{
    margin: 0px 0px 12px 0px;
}

.bottom-footer{
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 10px 40px;
    font-size: 12px;
    border-top: 1px solid #303030;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #0C5EE2;
    border-radius: 0px;
}

a.view-listing-details-link.des-view-listingDetails:hover{
    background-color: #0250CC;
    border-radius: 0px;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #00235B;
    border-radius: 0px;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #00235B;
    border-radius: 0px;
}

button.selected-facet.ts-button, button.ts-button.faceted-search, button.ts-button.faceted-show-all-btn, .grouped-faceted-header{
    background-color: #0250CC !important;
    border-radius: 0px !important;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 980px) {
    .home-cover{
        flex-direction: column-reverse !important;
    }

    .home-cover .col-2{
        width: inherit;
    }

    .home-cover h1 .no-break{
        display: none;
    }

    .home-cover p{
        width: inherit;
    }
}

@media only screen and (max-width: 910px) {
    .right-footer{
        flex-direction: column;
        gap: 0px;
        width: inherit;
    }
}

@media only screen and (max-width: 750px) {
    .flexy{
        flex-direction: column !important;
    }

    h1{
        font-size: 52px;
    }

    h2{
        font-size: 38px;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
	
	.section-4 .col-2{
		width: 100% !important;
	}
    
    .no-break{
        display: none;
    }

    .home-cover{
        flex-direction: column-reverse !important;
        gap: 25px;
    }

    .home-cover p{
        width: inherit;
    }

    .search-back span{
        font-size: 26px;
    }

    .search-row{
        flex-direction: column;
    }

    .search-row .formfield{
        width: inherit;
    }

    .search-row button{
        padding: 15px;
        width: inherit;
    }

    .section-3 .block{
        width:50vw;
        height: 40vh;
    }

    .top-footer{
        flex-direction: column;
    }

    .left-footer p{
        width: inherit;
    }

    .right-footer{
        justify-content: flex-start;
        gap: 0px;

    }
}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 42px;
    }

    h2{
        font-size: 28px;
    }

    h3{
        font-size: 24px;
    }

    .search-back span{
        font-size: 20px;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

	.contact-info{
        flex-direction: column;
    }

    .section-3 .block{
        height: 30vh;
    }

    .right-footer{
        flex-direction: column;
        gap: 0px;
        }

        .bottom-footer{
            flex-direction: column;
            text-align: left;
        }
}

@media only screen and (max-width: 375px) {
    h1{
        font-size: 30px;
    }

    h2{
        font-size: 28px;
    }

    h3{
        font-size: 24px;
    }

    .search-back span{
        font-size: 16px;
    }

    section{
        padding: 50px 25px;
    }
	
    .section-3 .block{
        height: 25vh;
    }
}




