﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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;
}

/*-------- BODY STYLES --------*/

body, p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
h1, h2, h3, h4, h5 {font-family: 'Roboto', sans-serif;letter-spacing: 1px;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
.white-text {color:#fff;}
.gray-text {color:#ccc;}
.blue-text {color:#1b3665; font-style: italic;}

/*--- HEADER STYLES ---------------------*/
.header-flex {display: flex; flex-direction: row; align-items: center; align-content: stretch; background: #1b3665;}
.logo {background: #f1f1f1; width: 30%; text-align: center; margin: 0 auto; padding: 10px 0;}
.logo img {width: 70%; text-align: center; margin: 0 auto;}
.header-contact {width: 25%; padding-left: 2%;}
.header-contact .contact, .header-contact .contact a {color:#fff;font-family: 'Roboto', sans-serif; text-transform: uppercase; font-size: 14px; transition: .3s ease;}
.header-contact .contact {margin: 2px 0;}
.header-contact .contact a:hover {color:#7D8DAF; transition: .3s ease;}
.header-contact .fas {background: #415785; padding: 8px 0; width: 28px; text-align: center;}
.header-nav {width: 100%;padding-left: 2%; padding-right: 3%;}


/*---BODY--------------------------------*/
.subhero img {width: 100%;}
.width-70 {width: 70%; margin: 0 auto;}
#padding50 {padding: 50px 0;}
.width-90 {width: 90%; margin: 0 auto;}
.hero {background: url(/siteart/Hero.png); background-size: cover; background-position: center center; min-height: 600px; }
.hero-text {width: 70%; margin: 0 auto; padding-top:100px;}
.hero-text h1 {font-size: 60px; font-style: italic; line-height: 61px; text-shadow: 2px 3px 4px #212121;}
.ql-flex {display: flex; flex-direction: row; align-items: bottom; align-content: stretch; position: relative; width: 70%; margin:-250px auto 0 auto;}
.ql {width: 33%; margin: 0 2%;background: #fff; box-shadow: 2px 3px 4px #333;}
.ql img {width: 100%;}
.ql h4 {font-style: italic; padding: 20px 0;  line-height: 25px;}
.blue-btn {background: #1b3665; text-align: center; color:#fff; padding: 15px 0; width: 100%; font-weight: 700; transition: .3s ease;}
.blue-btn:hover {background:#415785; }
.lt-blue-btn {background: #415785;text-align: center; color:#fff; padding: 15px 0; width: 100%; font-weight: 700;}
.lt-blue-btn:hover {background:#677AA2 }
.flex-container {display: flex; flex-direction: row; align-items: center; align-content: stretch; margin-top: 50px;background: #f1f1f1;}
.image-left {width: 40%; }
.image-left img {width: 100%;}
.text-right {width: 60%;}
.text-right h2 {font-size: 40px; line-height: 45px; font-style: italic; color:#1b3665}
.text-right h5 {font-size: 16px;  }

.white-bg h2 {font-size: 18px; letter-spacing: 1px; text-transform: uppercase; padding: 10px 0; border-bottom: 1px solid #f1f1f1;}
.white-bg p { padding: 10px 0;}

.contact-flex {display: flex; flex-direction: row; align-items: center; align-content: stretch;}
.contact-left {width: 50%; padding: 35px 0}
.contact-right {width: 50%; background: #f1f1f1;padding: 35px 0}
.contact-left a, .contact-right a {color:#1b3665; font-weight: 600;}

.contact-left a:hover, .contact-right a:hover {color:#425785;}
.contact-left .fa, .contact-right .fas {color:#425785}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background: #ccc;
	padding: 10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}
/*--------FORM STYLES--------------------*/
.gray-bg {background: #ddd;}
#formpage { vertical-align:top; margin: 0 auto;  text-align:center;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px; text-align: left;

}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px 5px;
	margin-top:4px;
	width:100%;
}

.formfield {
	width:47.2%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98.5%;
    height:85px;
	font-family: 'Roboto Condensed', sans-serif;}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage a {color:#000; font-style: italic; font-weight: bold; letter-spacing: 1px;}
#formpage a:hover {color:#000; font-style: italic; font-weight: bold; letter-spacing: 1px; text-decoration: underline}
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#F4F4F4; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:115px;
    margin:0;
    background: #00164d; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	padding: 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}
#formpage input.button:hover {
	width:115px;
    margin:0;
    padding:10px 0px;
    background: #000; /* For browsers that do not support gradients */
    line-height:14px;
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label{
	color:#212121;
    font-size:16px;
    text-align:left;font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 

/*control the CaDobbs Peterbiltha */

.CaDobbs PeterbilthaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:center;}

.CaDobbs PeterbilthaImagePanel {
text-align: center	;
margin-top: 10px;
padding:0 0 0 0;
}

.CaDobbs PeterbilthaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center !important;
}

.CaDobbs PeterbilthaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaDobbs PeterbilthaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;text-align: center !important;
}
.CaDobbs PeterbilthaWhatsThisPanel a {color:#000;}
.CaDobbs PeterbilthaWhatsThisPanel a:hover {text-decoration:none;} 

.CaDobbs PeterbilthaImagePanel {text-align: center !important; margin: 0 auto !important;}




/*-------- FOOTER STYLES ----------------*/
footer{background: #1b3665; display: inline-block;width: 100%; padding: 20px 0;}
.copyright {background: #415785; padding: 5px 0; text-align: center;}
.copyright h5 {color:#fff; font-style: italic; font-weight: 400;}
.footer-col {width: 30%; float: left;}
.footer-col p.column-count {column-count: 2; column-gap: 25px; color:#fff;}
.footer-col p a {color:#fff;  text-transform: uppercase;}
.footer-logo {float: right; width: 70%; text-align: right;}
.footer-logo img {text-align: right; max-width: 250px; width: 100%;}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.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, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#1b3665 !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: #1b3665 !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;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1700px) {
	.logo {width: 30%;}
	.header-contact {width: 37%;}
}
@media only screen and (max-width: 1500px) {
	.logo {width: 30%;}
	.header-contact {width: 37%;}
	.header-nav {width: 100%;}
	
	.header-contact .contact, .header-contact .contact a {font-size: 12px;}	
	.ql-flex{width: 90%;}
	.ql h4 {font-size: 13px; line-height: 20px;}
	.text-right h2 {font-size: 35px; line-height: 42px;}
	.footer-col {width: 50%;}
	.footer-logo {width: 48%;}
}

@media only screen and (max-width: 1200px) {
	.logo {width: 40%;}
	.header-contact {width: 45%;}
	.header-nav {width: 20%;}
	.formfield { width:45%;}
	.flex-container {display: block;}
	.image-left {display: none;}
	.text-right {width: 100%; padding: 50px 0;}

}



@media only screen and (max-width: 900px) {
	.ql-flex {display: block; max-width: 500px;}
	.ql {width: 100%; margin: 0 auto; margin: 15px 0;}
	.contact-flex {display: block}
	.contact-left, .contact-right {width: 100%;}
	.formfield { width: 95%;}
	.footer-col {width: 100%; text-align: center;} 
	.footer-logo {width: 100%; text-align: center;}
	
}

@media only screen and (max-width: 767px) {
	.hero {min-height: 500px;}
	.hero-text {width: 90%; margin: 0 auto; padding-top:50px;}
	.hero-text h1 {font-size: 40px; line-height: 50px;}
	.header-flex {display: block; padding: 0; margin: 0 auto;}
	.logo {width: 40%; float: left;background: transparent;}
	.header-contact {width: 58%; float: right;}
	.header-nav {width: 100%; margin: 0 auto; padding: 0;}
	.width-70 {width: 90%; margin: 0 auto;}
	
	
}
@media only screen and (max-width: 400px) {
	.footer-col p.column-count {column-count: 1; padding: 15px 0;}
		.hero-text h1 {font-size: 35px; line-height: 42px;}

	
}




