/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
}

a {color:#fff; text-decoration:underline;}
a:hover {color:#dbac5e;	text-decoration:none;}
p {padding:20px 0; font-family: 'Open Sans', sans-serif;}

select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}
 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}
.ta-right{text-align: right;}
.center-it{text-align: center;}

.flex-wrapper {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}

* {box-sizing:border-box;}

body { 
	overflow-x:hidden;
	line-height: 1.8;	
	font-family: 'Oswald', sans-serif;
    margin: 0;
    background-color: #fff;
    font-size: 16px;
    color: #555555;
}

.wrapped {
	width: 98%;
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inv-wrapped {
	width: 98%;
	max-width: 1300px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-wrapped {
	width:100%;
	max-width:1170px;
	margin:0 auto;
	position:relative;
}

.sub-wrapped {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:60px 20px;
	position:relative;
}
.sub-wrapped h1{
	text-transform: uppercase;
}
.sub-page{background:#fff;}



.map-wrapped{
	padding: 60px;
	margin:0 auto;
	position:relative;
	background:#fff;
	width:100%;
	display: block;
	box-sizing: border-box;
}
img.map{margin: 0 auto; display: block;}
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

.map-title{
	padding:10px;
	width:80%;
	position: relative;
	top:0;
	margin: 0;
}
.title-mobile{display: none}
.map-title h2{
	text-transform: uppercase;
	font-weight: 400;
	font-size:30px;
	line-height: 40px;
	text-align: left;
	letter-spacing: .5px;
	color: #002F5F;
	margin-bottom: 25px;
}


/* HEADER 
----------------------------------------------*/
.hide-mobile{display: none;}
.header{
	width:100%;
	display:flex;
	position: relative;
	flex-wrap: wrap;
	text-align: right;
	margin:0 auto;
	background: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
}
.header .flex-wrapper {margin-top: -20px;}

.header-wrapped{
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.logo {width: 14%;}
.logo img{
	width:100%;
	max-width: 190px;
	display: block;
	height: auto;
}

.nav-container{
	width:86%;
	display: flex;
	align-items: center;
}


/****** side bar *****/

.sidebar-nav h3{
	font-weight: 400;
	margin: 0;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 25px;
	line-height: 28px;
	font-size:26px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.sidebar-nav ul {line-height: 2; font-family: 'Open Sans', sans-serif;}
.sidebar-nav ul li{list-style: none;}
.sidebar-nav ul li a{text-decoration: none;}
.sidebar-nav ul li a span{
	color:#fff;
	font-size:16px;
	padding: 1px .3333em 1px .25em;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.4s ease;
}

.sidebar-nav ul li {position: relative; padding-left:17px;}

.sidebar-nav ul li a span:hover{color:#FCD900; font-weight: semi-bold;}

.sidebar-nav ul ul li {
    float: none; 
	width: 100%;
    position: relative;
    margin:0;
	display: block;
	border-right:none;
}


.sidebar-nav ul li .click-side{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 0;
	top:3px;
	left:0;
	width:auto;
	height:auto;
	padding: 0;
	color:#fff;

}

.click-side .fa{font-size:18px;}

.sidebar-nav ul li li:last-child {border:none;}
.sidebar-nav ul li li a {
	background: #333;
	position: relative;
	display: block;
	padding: 5px 5px 5px 15px;
	border-left:none;
	color: #ccc;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.sidebar-nav ul li li a:hover {background:rgba(65,65,65,0.5);}

/* FONT AWESOME ICONS */
.sidebar-nav ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	color:#ccc;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


.sidebar-nav ul li .fa-chevron-down {color:#999;}
/* accordion */
.accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #444359;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #b63b4d;
 	color: #FFF;
 }


/* end accordion */



/* HOME PAGE STYLES
-----------------------------------------------*/

.slider-text{
	background: rgba(0,0,0,0.4);
    padding: 30px;
    text-align: left;
    color: #fff;
    display: inline-block;
    margin-top: 70px;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 26px;
    font-weight: 300;
	width: 70%;
    max-width: 780px;
    position: absolute;
}
.slider-text h2{
	text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #FCD900;
    font-size: 66px;
    line-height: 68px;
}
.slider-text p{
	margin: 30px 0;
	padding: 0;
    font-size: 42px;
    line-height: 52px;
	color:#fff;
	font-weight: 300;
	font-family:'Oswald', 'Arial', 'sans-serif';
}
.slider-btn{
	font-size: 26px;
    text-decoration: none!important;
    color: #fff!important;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    display: inline-block;
    font-weight: 300;
    background: transparent;
    padding: 8px 24px;
    border: 2px solid #fff;
}
.slider-btn:hover{
	background: #fff;
    color: #004BB9!important;
	transition: all 0.4s ease;
}


.welcome-text a{color:#fff; text-decoration: underline; font-family: 'Open Sans', sans-serif;}
.welcome-text a:hover{text-decoration: none;}


.body-section{display: flex; flex-wrap: wrap; background: #002F5F; width:100%; position: relative; margin:0 auto;}
.sidebar{
	background:#002F5F;
	padding:60px 20px 60px 10vw;
	width:38%;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
}
.right-side{
	width:62%;
	display: inline-block;
	vertical-align: top;
	background:#fff;
}



/* --- call to action section --- */

.cta-section{
	width:100%;
	position: relative;
	margin:0 auto;
	padding:60px 0;
	background:#007CF5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	
}
.cta-section a{text-decoration: none;}
.cta-section a:hover{text-decoration: none;}
.cta-section h2{
	text-transform: uppercase;
	font-weight: 500;
	font-size:26px;
	line-height: 32px;
	text-align: right;
	color:#fff;
	letter-spacing: .5px;
	margin: 0 15px 35px 0;
}
.cta{
	width: calc(33.33% - 2em);
	margin: .9em;
	display: inline-block;
	position: relative;
}
.cta-img{
	width:100%;
	display: block;
}
.cta-img img{
	width:100%;
	display: block;
	transition:ease .3s;
}
.cta-label{
	padding:15px;
	display: block;
	width:100%;
	text-align: left;
	transition:ease .3s;
}
.cta-label span {
	content: ' ';
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    width: 8px;
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
	vertical-align: middle;
}
.cta-label h3{
	color: #fff;
    text-transform: uppercase;
    font-size: 20px;
	line-height: 30px;
    transition: ease .3s;
    font-weight: bold;
}
.cta:hover .cta-img img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	box-shadow:1px 1px 3px rgba(0,0,0,0.75);
	transition: ease .3s;
}
.cta:hover .cta-label{
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	transition: ease .3s;
}
.cta:hover .cta-label h3 {color:#004BB9; transition: ease .3s;}
.cta:hover .cta-label span {border-bottom: 2px solid #004BB9; border-right: 2px solid #004BB9;}



/* SUB PAGES
------------------------------------------------*/

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#004BB9 !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10{width:auto !important;}

.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.inv-pg-btn{
	display: inline-block;
	margin: 15px;
	text-decoration: none;
	transition: ease .3s;	
	-webkit-appearance: none;
    color: #004BB9;
    border: 1px solid #004BB9;
    background: transparent;
    text-transform: uppercase;
    width: 100%;
    max-width: 200px;
    padding: 10px 25px;
	font-size: 18px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
}
.inv-pg-btn:hover{
	background:#004BB9;
	border:1px solid #004BB9;
	color:#fff;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* FOOTER
------------------------------*/
.footer{
	width:100%;
	text-align:center;
	background:#002F5F;
	padding:20px 0;
	font-family: 'Open Sans', sans-serif;
    color: #FFF;
    padding-top: 60px;
}

.footer p {font-family: 'Open Sans', sans-serif; margin-top: 60px; padding: 10px 0;}

.footer a {
	color:#fff;
	text-transform: uppercase;
	font-family:'Oswald', 'Arial', 'sans-serif';
	transition: ease .3s;
}
.footer a:hover, .foot-links a:hover {color:#afafaf;}


.foot-half{
	width:49%;
	display: inline-block;
	vertical-align: top;
	margin:0 auto;
	text-align: left;
}
.foot-half:last-child{
	text-align: right;
}

.footer-logo {text-align: left; display: block;}
.footer-logo img {width:100%; height: auto; max-width: 225px;}

.wabash-copyright{font-size: 12px;}

.foot-links{
	display: inline-block;
	vertical-align: middle;
	margin:0 auto;
	width:100%;
	text-align: right;
	margin-bottom: 5px;
}
.foot-links a:before {
	content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    left: 7px;
    top: 0;
    margin-top: -2px;
}
.foot-links a{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    padding-left: 16px;
    position: relative;
    color: #fff;
	transition: ease .3s;
}

.foot-soc-media {
	display: inline-block;
	vertical-align: middle;
	margin:0 auto;
	padding:0 0 65px 0;
	width:100%;
	text-align: right;
}

.foot-soc-media .fab {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color:#fff;
	padding:4px;
	margin: 0 3px;
	background: transparent;
	border-radius: 5px;
	text-align: center;
	min-width: 35px;
	transition: ease .3s;
}

.foot-soc-media .fab.fa-linkedin-in:hover {background: #0077B5;}
.foot-soc-media .fab.fa-twitter:hover {background: #08A0E9;}
.foot-soc-media .fab.fa-youtube:hover {background: #FF0000;}
.foot-soc-media .fab.fa-facebook-f:hover {background: #3B5998;}
.foot-soc-media .fab.fa-instagram:hover {background: #DD2A7B;}


/*** MEDIA QUERIES ***/

@media screen and (max-width:1400px){
	.sidebar {width: 30%; padding:60px 20px 60px 5vw;}
	.right-side {width: 70%;}
	
	.slider-text {margin-left: 5vw;}
	.slider-text h2 {font-size: 55px; line-height: 58px;}
	.slider-text p {font-size: 32px; line-height: 40px; margin: 25px 0;}
}

@media screen and (max-width:1174px){
	.sidebar, .right-side {width: 100%; padding: 25px;}
	.right-side {background: #002F5F;}
	.sidebar-nav ul li a span{font-size: 15px;}
		
	.logo {width: 30%; margin-top: 10px;}
	
	.cta-label h3 {font-size: 18px; line-height: 26px;}
	.slider-text h2 {font-size: 45px; line-height: 46px;}
	.slider-text p {font-size: 22px; line-height: 32px; margin: 15px 0;}
	.slider-btn {font-size: 20px;}
	
	.footer {padding: 35px 0 30px 0;}
	.footer .flex-wrapper {flex-direction: column-reverse;}
	.footer-logo img {margin: 20px auto; display: block;}
	.foot-links, .footer p {margin-top: 40px; text-align: center; padding: 0;}
	.foot-links a {display: block; margin: 7.5px 0; padding-left: 0;}
	.foot-links a:before {display: none;}
	.foot-soc-media {text-align: center; padding: 0;}
	.foot-soc-media .fa {font-size: 24px;}
}

@media screen and (max-width:930px){
	.sidebar-nav h3{font-size: 22px; margin-top:25px;}
	.sidebar-nav ul{line-height: 1.8;}
	.right-side{width:100%; margin-left:0;}
	.slider-text {display: none;}
	.slider-btn {font-size: 16px; padding: 6px 24px;}
}

@media screen and (max-width:767px){
	.logo {width: 100%; margin: 15px auto; display: block; padding-top: 18px; padding-bottom: 4px;}
	.logo img {margin: 0 auto;}
	.header {text-align: center;}
	.header .flex-wrapper {margin-top: 0;}
	
	.cta {width: calc(100% - 1em); margin: .5em;}	
	.map-wrapped {padding: 40px;}
	
	.inv-pg-btn {display: block; margin: 0 auto; margin-top: 15px; margin-bottom: 15px;}
	
	.slider-text {width: 94%; padding:20px; margin-left:0; margin-top: 40px;}
	.slider-btn {font-size: 14px; padding: 6px 24px;}
}

@media screen and (max-width:600px){	
	.map-title {width:100%; position: relative; left:0;}
	.title-desktop {display: none;}
	.title-mobile {display: block;}
	.map-wrapped {padding: 20px;}
}
