﻿@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;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;
}

/*-------- BODY STYLES --------*/

body {
font-family:"DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
h1 {font-family: 'Teko', sans-serif; letter-spacing: 2px; font-weight: 800; color:#D3222A}
h2 {font-family: 'Teko', sans-serif; letter-spacing: 2px; font-weight: 500;color:#D3222A}
h3 {font-family: 'Teko', sans-serif; letter-spacing: 2px; font-weight: 600; font-size: 22px; line-height: 30px;}
/*--- HEADER STYLES ---------------------*/
.header { position: relative;}
.red-bar {background: #D3222A; display: inline-block; width: 100%; position: absolute; top:50px;z-index: 99999; height:73px;box-shadow: 2px 2px 5px #333; left:0; right:0;}
.logo {display: inline-block; vertical-align: middle;}
.freightliner-logo {display: inline-block; vertical-align: middle; margin-left:20px;}
.nav-right {display: inline-block; vertical-align: middle;float: right; margin-top:8px;}

/*---BODY--------------------------------*/
.sub-hero img {width: 100%;}
.width-90 {width: 90%; margin: 0 auto;}
.width-70 {width: 70%; margin: 0 auto;}
.hp-about {background: url(/siteart/line-bg.jpg);display: inline-block; width: 100%; padding: 5% 0;border-top:2px solid #D3222A; margin: 0 auto; text-align: center; }
.hp-about h1 {text-align: center; font-size: 45px; line-height: 50px;}
.hp-about h2 {text-align: center; font-size: 35px; line-height: 40px;}
.hp-about p {padding: 35px 0; line-height: 30px;}
.hp-about p a {color:#D3222A;}
.hp-about h3 a {color:#263561; transition: .3s ease;}
.hp-about h3 a:hover {color:#D3222A}
.red-btn {background:#D3222A; padding: 13px 0; width: 250px; text-align: center; color:#fff; font-family: 'Teko', sans-serif; font-size: 22px; line-height: 26px; font-weight: 800; letter-spacing: 2px; display: inline-block;  margin: 0 1%; box-shadow: 1px 1px 4px #333; transition: .3s ease;}
.red-btn:hover { background: #263561;}
/*--------FORM STYLES--------------------*/

.flex-form{
	width:100%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}

.flex-form h2{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	border-top:2px solid #fff;
	padding:20px 0 20px 0;
	margin-top:40px;
	text-align: center; font-size: 30px;
	letter-spacing: 2px;
}

.flex-form h4{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:40px;
	padding:10px 0;
	font-size: 16px;
}
.flex-form label{font-weight: normal;}

.flex-form span{text-align: left; margin: 0; font-size: 12px;}


.flex-form #formpage input, select{margin-top:5px;}

.flex-form .flex-row{
	display: flex; 
	justify-content: space-between; 
	align-items: flex-end; 
	width: 100%;
}

.flex-border{
	border:2px solid #eee;
	padding:20px;
}

.flex-input{
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}



.check-container {display: inline-block; text-align: left; margin: 0;}
.check-container input[type="checkbox"]{display: inline-block; width:20px !important;}
	



/*form styles*/
.parts-request{
	width:100%;
	padding:40px 0;
	text-align:left;
	margin-top:40px;
	border-top:1px solid #eaeaea;
}

.parts-request h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}
.add-part h4{margin:0 0 10px 10px !important;}


.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
    border-radius: 2px;
	background:#fff;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#005AA6; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 150px;
	border:none;
	font-size: 18px; 
	height:auto;
	letter-spacing: 2px;
	margin: 0 auto;
	font-family: 'Teko', sans-serif; 
}



#formpage input.submit-button:hover{
	background:#0888ca; 
	box-shadow:1px 1px 2px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #fff;
	width: 100%;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:400px;
	width: 100%;
	margin: 0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/


@media screen and (max-width: 1170px)  {
	.form-half{width: 46%;}
}

@media screen and (max-width: 900px)  {
	.flex-form .flex-row{flex-wrap: wrap;}
}

@media screen and (max-width: 700px)  {
	.form-half{width: 98%;}
}

@media screen and (max-width: 450px)  {
	.add-part{padding: 20px;}
}



/*-------- FOOTER STYLES ----------------*/
footer{background: #212121; padding: 25px 0 0 0;}
.col-3 {display: inline-block; vertical-align: top; colo:#fff!important; width: 32%;}
footer a{color:#FFF!important;}

.col-3 a, .col-3 h3, .col-3 p {color:#fff;font-family: 'Teko', sans-serif;}
.col-3 a, .col-3 p {font-size: 18px; line-height: 30px; letter-spacing: 2px; transition: .3s ease;}
.col-3 a:hover {color:#ADADAD!important;}
.copyright {text-align: center; color:#ADADAD; letter-spacing: 2px;font-family: 'Teko', sans-serif; padding: 10px 0; border-top:1px solid #adadad; margin-top:25px;}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.body-wrapper p {line-height: 22px !important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name, .list-content .listing-portion-title, .faceted-search-content .faceted-section-head h5, .list-content .list-title .list-title-text { font-family: 'Teko', sans-serif !important; letter-spacing: 2px; font-size: 16px; text-transform: uppercase;}



/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width:900px) {
	.red-bar {position: relative; top:0;}
	.width-70 {width: 90%;}
	p {font-size: 16px; line-height: 26px;}
	.red-btn {padding: 13px 0; width: 100%; margin: 2% 0;}
	.hp-about h1 {font-size: 33px; line-height: 36px;}
}
@media only screen and (max-width:600px) {
	.red-bar {height: auto; margin: 0 auto; text-align: center;}
	.logo, .freightliner-logo {width: 46%;display: inline-block; padding: 10px 0;}
	.logo img, .freightliner-logo img {width: 100%;}
	.nav-right {width: 100%;border-top:1px solid #fff; }
	.col-3 {width: 100%; padding: 10px 0;}
	h3 {font-size: 18px;}
}






