﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Roboto+Condensed:wght@400;700&display=swap');
/***** 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;
}
.clear:after {clear: both}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

a:link, a:visited, a:active {text-decoration:none; transition: .3s ease;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

h1, h2, h3, h4 {font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px;}
/*--- HEADER STYLES ---------------------*/
header {box-shadow: 2px 3px 4px #333; position: relative; z-index: 9999;}
.header-contact  {background: url(/siteart/diagonal-bg.jpg) repeat; padding: 5px 0;}
.header-contact a {color:#fff; font-weight: 600; letter-spacing: .5px;}
.header-contact a[href^="tel:"] {color:#fff; font-weight: 600; letter-spacing: .5px;}
.header-contact a:hover {color:#ddd;}
.header {padding: 20px 0;}
.logo {width: 25%; display: inline-block;}
.logo img {max-width: 300px; width: 100%; display: inline-block; vertical-align: middle;}
.nav-right {display: inline-block; width:70%; vertical-align: middle; }

/*---BODY--------------------------------*/
#padding50 {padding: 50px 0;}
.contact-hero {background: url(/siteart/contact-us-hero-1.jpg); background-attachment: fixed; height:300px;}
.sub-hero {background: url(/siteart/0X_Reefer.jpg); background-attachment: fixed; height: 200px;}
.programs-hero {background: url(/siteart/programs-pg/05_programs.jpg) no-repeat; background-size: cover; background-position: center center; display: inline-block; width: 100%; position: relative;}
.credit-hero {background: url(/siteart/02_creditapp.jpg) no-repeat; background-size: cover; background-position: center center; display: inline-block; width: 100%; position: relative;}
.width-80 {width: 80%; margin: 0 auto;}
.hero {background: url(/siteart/home-hero-1.jpg) no-repeat; background-size: cover; background-position: center center; display: inline-block; width: 100%; position: relative;}
.hero-form {width: 35%;  float: right; background: #828486; padding:20px 10px; margin-right: 5%;color:#fff;}
.hero-form h3 {text-align: center; font-size: 25px; padding: 5px 0;}
.hp-text {padding: 50px 0; border-bottom: 1px solid #333; margin-bottom: 25px;}
.hp-products {margin: 0 auto; text-align: center;}
.hp-products h2 {text-align: center; font-size: 30px; padding: 15px 0;}

.product-container {display: flex; flex-direction: row; padding: 25px 0;  text-align: center;}
.col-3 {width: 33%;}
.col-3 h3 {font-size: 25px; color:#828486; padding: 10px 0;}
.col-3 p {text-align: left;}
.col-3 .fas {font-size: 6px; color:#333}
.gray-btn {background: #828486; padding: 15px 35px; text-align: center; margin: 0 auto;display: inline; color:#fff; transition: .3s ease;}
.gray-btn:hover {background: #fff;box-shadow: inset 0 0 0 5px #000; color:#000;}
.hp-products {display: inline-block; width: 100%;}
.hp-products img {transition-delay: 6s; transition-timing-function: ease-in;width: 100%; max-width: 1200px}
.col-3 a {display: block; margin: 30px 0;}

.diagonal-bg {background: url(/siteart/diagonal-bg.jpg) repeat; padding:50px 0;}
.white-text {color:#fff; text-align: center;}
.ql-flex {display: flex; flex-direction: row; }
.ql {width: 33%; margin: 4% 2%; text-align: center; color:#fff; }
.ql img {max-height: 100px; width: auto;}
.ql h3 {color:#fff; font-size: 25px; padding: 15px 0;}
.white-btn {background: #fff; padding: 15px 35px; text-align: center; margin: 0 auto;display: inline; color:#000; transition: .3s ease;}
.white-btn:hover {background: #fff; color:#000; box-shadow: inset 0 0 0 5px #000;}
.ql a {display: block; margin-top: 50px;}

.flex-img {display: flex; flex-direction: row; align-items: center;}
.flex-img img {width: 33.3%;}

/*-------PROGRAMS-----------------------*/
.programs-flex {display: flex; flex-direction: row; align-items: center; background: url(/siteart/diagonal-bg.jpg) repeat;}
.p-left {width: 50%; text-align: center; color:#fff;}
.p-right {width: 50%; text-align: center; color:#fff;}
.p-left h2, .p-right h2 {font-size: 30px; padding: 15px 0;}
.p-left p, .p-right p {width: 90%; margin: 0 auto; color:#fff;}
.p-right {width: 50%; text-align: center;}
.p-right img {width: 100%;}
.p-left img {width: 100%;}
.p-left img#leasing, .p-right img#leasing {max-height: 120px; width: auto;}


/*-----CONTACT US---------------------*/

.contact-sect {border-top:1px solid #ddd; padding: 25px 0;}
.flex-form p.contact-pg {padding: 25px 0;}
.contact-left, .contact-right {width: 48%; margin: 5% 0; display: inline-block; text-align: center;vertical-align: top;}
.contact-right a {color:#5CB2F3; text-transform: uppercase;}
.contact-right a:hover {color:rgba(156,156,156,1.00)}
/*-------- FOOTER STYLES ----------------*/
.footer-contact {background: #000; width: 100%; text-align: center; padding: 25px 0;}
.footer-contact h3 {color:#fff; font-size: 22px; }
.footer-btn {background: #fff; display: inline-block; vertical-align: middle; color:#000; padding: 12px 0; width: 200px; margin: 1%;font-family: 'Open Sans', sans-serif; font-weight: 800; transition: .3s ease; border:2px solid #fff;}
.footer-btn:hover {background: #000; color:#fff;}
.footer {background: url(/siteart/diagonal-bg.jpg) repeat; padding: 25px 0; text-align: center;}
.footer a {color:#fff; font-family: 'Open Sans', sans-serif; padding: 10px 10px; display: inline-block; vertical-align: middle;}
.footer a[href^="tel:"]  {color:#fff; font-family: 'Open Sans', sans-serif; padding: 10px 10px; display: inline-block; vertical-align: middle;}
.footer a:hover {color:#DDDDDD}
.copyright {border-top:1px solid #fff; padding: 15px 0;}
.copyright p {color:#fff;}
.copyright p a:hover {color:#000; transition: .3s ease;}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background:#828486 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {;font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #828486 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {
	.hero-form {width: 90%; margin: 0 4%; background:rgba(63,63,63,.80)}
	
}

@media only screen and (max-width: 1050px) {
	.width-80 {width: 90%;}
	.programs-flex{display: block;}
	.p-left, .p-right {width: 100%; padding: 15px 0;}
	.p-right p {border-bottom: 1px solid #fff; padding-bottom: 25px;}
	
}


@media only screen and (max-width: 900px) {
	.logo {width: 50%;}
	.nav-right {width: 48%;}
	.product-container {display: block; text-align: center; }
	.col-3 {width: 80%; text-align: center; margin: 0 auto; border-bottom: 1px solid #ddd; padding: 25px 0;}
	.ql-flex{display: block; text-align: center; }
	.ql {width: 80%; text-align: center; margin: 0 auto; border-bottom: 1px solid #ddd; padding: 35px 0;}
	.contact-left, .contact-right {width: 100%; margin: 2% 0; display: inline-block; text-align: center;vertical-align: top;}

	.footer a {display: block; width: 100%;}
}

@media only screen and (max-width:600px) {
	.header-contact  {width: 100%; display: block; line-height: 11px; padding: 8px 0;}
	.header-contact a {width: 100%; display: block; }
	.hero-form {width: 100%; padding: 25px 0; margin: 0 auto;}
	.flex-form {width: 90%; margin: 0 auto;}
	.footer-btn {width: 100%; margin:2% 0;}
}


