@charset "utf-8";
/* CSS Document */

a, button, .button-1, a:hover, button:hover, .button-1:hover, button.mobile_btn::after, ul.social li, a img, a.button-1::after, button::after, .button-1::after, .cta a .overlay, .cta a p::after, header, .show-weather, .weather-box, .weather #w-btn {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
    outline: none;
}
a:hover img { opacity: .65 }
body, html { overflow-x: hidden; }
/* =============================================================================
   Foundation Resets                                                               
============================================================================= */
 
.columns.collapse { padding: 0px; }
label { 
	font-size: 13px;
	font-weight: 300;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select { height: 2em; font-size: 14px; font-weight: 200; padding: 0 5px; margin: 0 0 10px; }
select { background-position: right center; background-size: 16px 6px; width: auto; }
option {ont-size: 14px; font-weight: 300;}
.reveal-overlay {
    position: fixed;
    z-index: 9999999;
    height: 100%;
	overflow: hidden;
}

/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */

.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2, .hosted-content .listings-wrapper, .hosted-content .listings-detail-wrapper, .hosted-content .listings-drilldown-wrapper, .hosted-content label, .hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2, .hosted-content input[type=button], .hosted-content input[type=color], .hosted-content input[type=date], .hosted-content input[type=datetime], .hosted-content input[type=datetime-local], .hosted-content input[type=email], .hosted-content input[type=file], .hosted-content input[type=hidden], .hosted-content input[type=image], .hosted-content input[type=month], .hosted-content input[type=number], .hosted-content input[type=password], .hosted-content input[type=range], .hosted-content input[type=reset], .hosted-content input[type=search], .hosted-content input[type=submit], .hosted-content input[type=tel], .hosted-content input[type=text], .hosted-content input[type=time], .hosted-content input[type=url], .hosted-content input[type=week], .hosted-content select, .hosted-content textarea, .hosted-content .listings-wrapper .listings-list .category-banner h3 {
	font-family: 'Montserrat', sans-serif !important;
	line-height: 1.35em !important;
}
.hosted-content textarea, .hosted-content .listings-wrapper .listings-list .category-banner h3 { font-size: 1.75em }
.listings-wrapper .listing-smallcard .listing-smallcard-image a:hover { opacity: .65; }
.hosted-content .listings-wrapper .listings-list .listing-banner h2 { font-size: 2em; }
.hosted-content .pagination>span { margin: 0 5px !important; }

.hosted-content .pagination .next, .hosted-content .pagination .prev { width: auto; }
.hosted-content .pagination>span {
	margin: 0px 5px !important;
}
iframe.financial-calc { width: 100%; height: 450px; }
.listing-details h5 { line-height: 1.25; font-style:normal; font-weight: 600; font-size: 1em; }
.listing-details h5 a { line-height: 1.25; }
.hosted-content h3 { font-size: 1.75em; }
.listings-detail-wrapper h1 { font-size: 2.5em; }

.hosted-content .listings-detail-wrapper .listing-details h3 { font-size: 1em; }
body .full .has-quote-forms #listing-top-information, body .full .has-quote-forms #listing-bottom-information, body .full .has-quote-forms .quote-forms { width: 100%; display: block; float: none; }

/* =============================================================================
   Typeography                                                              
============================================================================= */
body { font-family: 'Montserrat', sans-serif; color: #222; }
h1,h2,h3,h4,h5,h6,p,a,ul,section,span,select,option,input { font-family: 'Montserrat', sans-serif; line-height: 1.4; }

h1 { font-weight: 600; color: #222; line-height: 1.25; }
h2 { font-weight: 700; }
h3 { font-weight: 600; text-transform: uppercase; color: #00529c; }
h4 { font-weight: 800; color: #00529c; }
.title { color: #00529c; line-height: 1.15; font-size: 2.25em; }

h5 { font-weight: 300; font-style: italic; } 

p { font-weight: 300; }

a.button-1, .button-1, a.button-1:visited, button:visited, .button-1:visited {
	color: #fff;
	background: url(../siteart/right.png) no-repeat 85% center #00529c;
	background-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 60px!important;
	position: relative;
}

a, a:visited, a:active {
	color: #00529c;
}
a:hover, a:focus { color: #444 }

a.button-1:hover:after, button:hover:after, .button-1:hover:after { right: 18px; }
a.button-1:hover, button:hover, .button-1:hover, a.button-1:focus, button:focus, .button-1:focus {
	background: url(../siteart/right.png) no-repeat 90% center #444;
	background-size: 20px;
}
button.close-button {
    background: transparent;
    padding: 0;
}
input.input.button-1 {
    background: #00529c;
    padding: 10px 15px !important;
    height: auto;
    font-size: 15px;
    line-height: normal;
	border:none;
}
input.input.button-1:hover {
	background: #444;
}
.button-1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	padding: .85em 1em;
		padding-right: 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: background-color .25s ease-out,color .25s ease-out;
	font-size: .9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	color: #fefefe!important;
	}
/* =============================================================================
   Header                                                              
============================================================================= */
.head { width: 100%; display: table; height: 83px; }
header {
	background: #fff;
	display: table;
	width: 100%;
	padding: 0 25px;
	top: -115px;
	z-index: 9999999;
	border-bottom: 1px solid #eee;
}
header.onPageScroll { top: 0; position: fixed; }
header.onPageScroll ul.social { display:none; }
header.onPageScroll img { top: 0; width: 250px; min-width:250px; }
header.onPageScroll #menu-main a { padding: .95em 1.25em; }
header img {
	position: relative;
	top: 12px;
	width: 100%;
	display: block;
	min-width: 410px;
}

#menu-main {
	
	margin-top: 40px;
	
}
/* Menu Main */
.menu-main-container ul {
	margin: 0px;
	padding:0;
	list-style: none;
	float: right;
}
#menu-main a {
	display:block; 
	color: rgba(0,0,0,.85); 
	padding: 0.65em 1.15em;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}
#menu-main a.active, #menu-main a:hover {
	color: #fff;
	background: #00529c;
}
#menu-main li {
	position: relative;
	margin: 0 -5px 0 0;
}
#menu-main > li { 
	display: inline-block; 
} 
#menu-main > li > a { 

}
#menu-main > li:hover, 
#menu-main > li:hover > a { 

}
.menu-main-container button.mobile_btn {
	display: none;
}
/* Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 99999999;
	left: -99999em;
	background: rgba(255,255,255, 1);
	text-align: left;
}
#menu-main ul li {margin: 0px;}
header.onPageScroll #menu-main li ul li a, #menu-main li ul li a {
    padding: .5em 1.25em;
	font-size: 14px;
}
#menu-main ul li a:hover {
	color: #fff;
}
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { left: 100%; top: 0; }

/* Dropdown Arrow */
/*#menu-main li > a:after {
    color: #666;
    content: url(../siteart/down.png);
    position: absolute;
    top: -2px;
    padding-left: 3px;
}

#menu-main li > a:hover:after {
    color: #666;
    content: url(../siteart/down.png);
}

#menu-main li > a:only-child:after {
    content: '';
}*/

	/***** Mobile Menu Toggle *****/
	.off-canvas-container { 
		position: relative; 
		min-height: 100vh;	
	}
	.off-canvas-inner {
	    position: relative;
		width: 100%;
		display: block;
		overflow:hidden;
	}
	.off_canvas {
		position: relative;
		height: 100vh;
		max-height: 100%;
		background: #21252b;
		position: fixed;
		overflow-x:hidden;
		top: 0;
    	z-index: 1;
	}
	.mobile.button-1, .off_canvas { display: none; }
	.off_canvas_content.is_open, .off_canvas_content.open_right.is_open {
		filter: blur(3px);
		position:fixed;
		width: 100%;
	}
	.off_canvas_content.is_open { transform: translateX(300px); }
	.off_canvas_content.open_right.is_open { transform: translateX(-300px); }
	.position_left, .position_right {
		width: 300px;
		overflow: scroll;
		overflow-x: hidden;
	}
	.position_left {
		transform: translateX(-300px);
		left: 0	
	}
	.position_right {
		transform: translateX(300px);
		right: 0;	
	}
	.position_left.is_open, .position_right.is_open {
		transform: translateX(0px);
		z-index: 999999;
		-webkit-box-shadow: 2px 0 20px 2px #222;
        box-shadow: 2px 0 20px 2px #222;
	}
	.off_canvas_content, .off_canvas_content.is_open, .position_left, .position_left.is_open, #off_canvas_cover.is_open, #off_canvas_cover, .position_right.is_open, .position_right {
		-webkit-transition: all 0.75s ease;
		-moz-transition: all 0.75s ease;
		-o-transition: all 0.75s ease;
		transition: all 0.75s ease;		
	}
	.off_canvas::-webkit-scrollbar-track, .off_canvas::-webkit-scrollbar, .off_canvas::-webkit-scrollbar-thumb { width: 4px; }
	.off_canvas::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.35); }
		/***** Close Btn *****/
		.close, .close:visited {
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close:hover, .close:focus {
			cursor:pointer;
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			transform: rotate(180deg);
		}
		#off_canvas_cover, #off_canvas_cover.is_open { transform: rotate(0) !important; }
		#off_canvas_cover {
			visibility:hidden;
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index:-1;
			background: rgba(255,255,255,0);
		}
		#off_canvas_cover.is_open {
			background: rgba(255,255,255,.65);
			visibility:visible;
			z-index:99999;
		}

  	/***** Mobile Menu *****/
	.off_canvas header {
		background: transparent;
		padding: 0px;
		position: relative;
		border:none;		
		top: 0;
	}
	.off_canvas header ul { margin: 0; list-style:none; }
	.off_canvas h2 {
		color: #fff;
		text-align:left;
		font-size: 1.5em;
		margin: 10px;		
	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid #333; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: #999;
		min-height: 45px;
		display: block;
		text-decoration: none;
		padding: 10px 0 10px 3%;
		position: relative;
		font-size: 15px;
		border-bottom: 1px solid #30363e;
	}
	.mobile-nav #mobile-menu-main li ul.sub-menu a { border-bottom: 1px solid #282d35 }
	.mobile-nav #mobile-menu-main li a:hover { color: #fff; }

	/***** Mobile Sub-Menu *****/
	.mobile-nav #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: #30363e;
		text-align: left;
		width: 100%;
		padding: 0px;
		display:none;
	}
	.mobile-nav ul li a:hover { color: #fff !important; }
	
	/* 1st & 2nd Dropdown */ .mobile-nav #mobile-menu-main > li li:hover > ul , .mobile-nav #mobile-menu-main > li > .sub-menu li a { left: 0; margin: 0; }
	/* 3rd Dropdown */ .mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a { margin: 0 0 0 3%;	}
	/* 4th Dropdown */ .mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {	margin: 0 0 0 6%; }
	/* 5th Dropdown */ .mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a { margin: 0 0 0 9%; }

	/***** Mobile Dropdown Btn *****/
	.mobile-nav li button.mobile_btn {
		height: 44px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #40464f;
		border:none;
		border-radius:0;
	}
	.mobile-nav li button.mobile_btn:hover { cursor: pointer }
	.mobile-nav button.mobile_btn::after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../siteart/mobile-arrow.png) no-repeat 50% 50% / 20px;
		width: 100%;
		height: 100%;
	}
	.mobile-nav li button.mobile_btn.active { background: #5d626a; }
	.mobile-nav li button.mobile_btn.active::after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

/* =============================================================================
   Body                                                              
============================================================================= */
#home #main-container {
	background: url(../siteart/UTC.jpg) no-repeat 50% 50% / cover;
	background-attachment: fixed;
	color: #fff;
	padding: 0;
	margin: 15px 0;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}
#home #main-container .opacity {
	background: rgba(0,0,0,.65);
	width: 100%;
	display: table;
	padding: 35px 0;
}
#home #main-container .opacity h1 { color: #fff; }
#main-container {
	width: 100%;
	display: table;
	padding: 35px 0;
	margin: 0px auto;
}
#interior #main-container { padding: 25px 0 50px; }


.who a {
	color: #fff;
}
.who a:hover {
	color: #a1a1a1;
	text-decoration: underline;
}

/* Social Media */
ul.social { 
	margin: 10px 0 5px 0 ;
	list-style:none;
	float: right;
	width: 100%;
	display: block;
	text-align:right;
}
ul.social li {
	vertical-align: top;
	display: inline-block;
	background-color: #999;
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 45px;
	height: 35px;
	border-radius: 5px;
	position: relative;
	margin:0 5px;
}
ul.social li:hover { background-color: #00529c; }
ul.social li a {
    width: 100%;
    height: 100%;
    position: absolute;
	left: 0;
}
ul.social li#fb { background-image:url(../siteart/fb.png); }
ul.social li#tw { background-image:url(../siteart/twit-x.png); }
ul.social li#yt { background-image:url(../siteart/yt.png); }

ul.social li.no-footer {
    background: transparent;
    width: auto;
    height: auto;
	margin: 0 15px;
	top:0;
}
ul.social li.num{
	background: transparent;
	font-size: 20px;
	display: inline-block;
}
ul.social li.no-footer h4 {
	line-height: .75;

}
ul.social li.no-footer h4 strong {
	font-weight: 700;
	opacity: .65;
}

ul.social li.no-footer span h4  {
	font-weight: 700;
	opacity: .65;
	font-size: 20px;
	float: left;
	margin-top: -8px;
}

ul.social li.no-footer span h4 a {position: relative;}

ul.social li.no-footer span {
	color: #222;
	font-size: 12px;
	font-weight: 300;
	opacity: 1;
	float: right;
}
footer ul.social li.no-footer {
    display: none;
}


.social {
	background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 10px;
    background-repeat: no-repeat;
	vertical-align:middle; 
	}
	.social.fb { background-image:url("../siteart/facebook.svg"); }
	.social.li { background-image:url("../siteart/linkedin.svg"); }
	.social.yt { background-image:url("../siteart/youtube.svg"); }
	a.social:not(:first-child){
		padding: 0px 14px;
	}

/* Slider */
#slider {
	overflow:hidden;
	position:relative;
	background: #222;
	display: table;
	border-bottom: 8px solid #00529c;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.sidebar.onPageScroll {
    position: fixed;
    width: 325px;
    top: 20vh;
}

#slider .orbit-caption p { margin: 35px 0; }
#slider .orbit-container {
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 40vh !important;
	width: 100%;
	text-align:left;
}
#slider .orbit-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    background-position: 50% 50%;
    width: 100%;
	z-index: 9999;
}
#slider .orbit-caption {
	display: table;
	height: 100%;
	width: 500px;
	top: 0;
	position:relative;
	padding: 0 0 0 60px;
	background: -moz-linear-gradient(left, rgba(0,0,0,.75) 20%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,.75) 20%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,.75) 20%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#slider ul li:nth-child(even) .orbit-caption {
	text-align:right;
	padding: 0 60px 0 0px;
	float: right;
	right: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */	
}
#slider .orbit-caption section {
	display: table-cell;
	vertical-align:middle;
}
#slider .orbit-caption h2 {
	
	display: block;
	font-weight: 600;
	color: #fff;
}
.orbit-next::after, .orbit-previous::after { display: none; }
.orbit-next, .orbit-previous { 
	z-index: 999999999; 
	cursor: pointer;
	background: transparent;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus, .orbit-next:active, .orbit-previous:active { background: rgba(0,0,0,.5) }
.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus { padding: 1rem; }
.orbit-next, .orbit-previous { background: transparent; }

	/* Interior */
	#interior #slider .orbit-container, #interior #slider, #interior #slider .orbit-slide {
		height: 40vh !important;	
	}
	
/* CTA */
.cta ul { 
	margin: 25px 0px; 
	list-style:none; 
	width: 101.4%;
    display: table;
	position: relative;
}
.cta ul li { 
	padding: 0 10px 0;
	margin: 0px; 
}
.cta ul li:first-child { margin-left: -10px; }

.cta ul li div:first-child {
	list-style:none;
	position: relative;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 0;
	height: 150px;
	z-index:999999;
}
.cta a span {
	text-align: left;
	display: table-cell; 
	vertical-align:middle;
}
.cta a h2 { color: #fff; font-size: 1.5em; letter-spacing: -1px; font-weight: 600; line-height: 1;text-shadow: 0 0 10px #000, 0 0 10px #000; }
.cta a p { color: #fff; font-weight: 300; font-size: 12px; position: relative; margin: 0; text-shadow: 0 0 10px #000, 0 0 10px #000;}
.cta a p::after {
	content: ' ';
	background: url(../siteart/right.png) no-repeat 50% 50%;
	position:absolute;
	display: inline-block;
	height: 100%;
    width: 15px;
    background-size: 15px;
	top: 2px;
	text-align: right;
	margin-left: 15px;
}
.cta a:hover p::after { margin-left: 20px; }
.cta a h2 span { display: block; }
.cta a:hover { opacity: 1; }
.cta a .overlay {
	background: rgba(0,0,0,.45);
	position:absolute;
	top:0;
	bottom: 0;
	display: table;
	padding: 0 0 0 15px;
	width: 100%;
	height: 100%;
}
.cta ul li .warranty { background-image:url(../siteart/warranty.jpg); }
.cta ul li .red { background-image:url(../siteart/Trad_trucks_2_1.jpg); background-size: 500px !important; }
.cta ul li .ken { background-image:url(../siteart/ken.png); background-size: 600px !important; }
.cta ul li .mx { background-image:url(../siteart/12-9l-paccar-mx-13-diesel-engine.jpg); }
.cta ul li .fin { background-image:url(../siteart/office.jpg); background-size: 350px !important; }
.cta a:hover .overlay { background: rgba(0,0,0,.65); }

/* Sidebar */
.gray-box {
	background: #eee;
	display: table;
	width: 100%;
}
.gray-box .sidebar.onPageScroll { top: 0; position:relative; }
.sidebar {
	background: #eee;
	display: table;
	width: 100%;
	padding: 15px 10px;
}
.sidebar .columns { width: 100%; }
.sidebar select { width: 100%; }

#interior .sidebar { padding: 25px 15px; }

/* Finance */
.finance {
	background:url(../siteart/Trad_trucks_2_1.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	display: table;
	position: relative;
}
.finance .opacity {
	background: rgba(0,0,0,.65);
	width: 100%;
	display: table;
	padding: 25px 0;
	color: #fff;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.finance .opacity h2 { margin-bottom: 1em; }
.finance .opacity img { width: 200px; position:relative; top: -25px; }
		
/* Scroll Bar */		
#scrollBar { width: 100%; display: table; }
#interior #scrollBar { border-top: 8px solid #00529c; }
#scroll { overflow:hidden; }
#scroll ul { list-style: none; }
#scroll ul li { display: inline-block; }

/* Contact */
ul#contact { margin: 0px; list-style:none; display: flex;
flex-wrap: wrap;}
ul#contact li { 
	display: inline-block;
	padding: 0; 
	padding-bottom: 25px;
	font-size: 14px;
}
ul#contact li em { font-size: 12px; }

/* Feedback */
ul.contact { margin: 0; list-style:none; }
ul.contact li { font-size: 13px; }
ul.contact li p { margin: 0; }
ul.contact li select { width: 100%; }
ul.contact li textarea { height: 150px; padding: 10px; }

.emp img {
	max-width: 225px;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #00529c; 
	box-sizing: border-box
}

/*  inventory search
------------------------------------------------*/

.hp-slider .example-val {padding: 5px 0;}
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-handle{position: relative; z-index: 1}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #00529c !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto 20px auto;}
.noUi-handle{background: #fff !important; border: 1px solid #ccc; border-radius: 3px;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-size: 12px; font-weight: 600; color: #000;} .example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/* =============================================================================
   Footer                                                              
============================================================================= */

footer { 
	background: #eee;
	width: 100%;
	display: table;
	padding: 25px 0;	
}

.copyright {
	width: 100%;
	display: table;
	padding: 10px 0;
	font-size: 10px;
	color: #999;
	font-weight: 300;
	text-align:center;
}
.copyright a { color: #999; font-weight: 400; }
.copyright a:hover { color: #666; }

/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-height: 800px) {
	#slider .orbit-caption p { margin: 20px 0; line-height: 1.25; } 
	#slider h2 { font-size: 1.5em; line-height: 1.15; }
	.sidebar h4 { font-size: 1.25em; font-weight: 600; margin: 0; line-height:1 }
	.cta ul li div:first-child { height: 125px; }
	
	#slider .orbit-container, #slider .orbit-slide { height: 50vh !important; }
	
	.sidebar input, .sidebar select { margin: 0 0 5px; }
	.sidebar .button-1 { padding: .25em .5em; background: #00529c; font-size: 12px; position: relative; top: 5px; }
}
@media only screen and (max-width: 1200px) {
	
	#menu-main a { padding: 0.5em .75em; font-size: 12px;  }
}

@media only screen and (max-width: 1024px) { 

#menu-main {
	
	margin-top: 30px;
	
}
	
	
.cta ul li:first-child { margin: 0px; }
.cta ul { width: 100%; } 
.cta ul li { padding: 5px }
.head { height: 78px; }
#menu-main a { padding: 0.5em .5em;  }
.sidebar { padding: 25px 15px; }

ul.social li.no-footer h4 { font-size: 1em; }
ul.social li.no-footer span h4 { font-size: 1em; margin-top: 0px; }

}



@media only screen and (max-width: 925px) {
header .social { display: none; }
	.menu-main-container { display: none; }
	.off_canvas, .mobile.button-1 { display: block; }
	.mobile.button-1 {
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position:relative;
		color: transparent !important;
		float: right;
		margin-top: 5px;}
	header img { width: 250px; min-width: 250px; top: 5px; }
	
	.off-canvas header { border:none !important; }
	header { padding: 0 10px; position:fixed; top: 0; }
	.head { height: 66px; }
	
	header.onPageScroll img { top: 5px; }
	
	.off-canvas .social { 
		display: block; 
		text-align: center;
		margin: 10px 0 0;
		float: none;	
	}
	.off-canvas .social li { margin: 0 5px }
	#slider .orbit-caption {
		position: absolute;
		width: 100%;
		height: auto;
		bottom: 0;
		top: auto;
		background: rgba(0, 0, 0, 0.65) !important;
		padding: 0 35px;
	}
	#slider .orbit-caption p { display: none; } 
	#slider h2 { font-size: 1.5em; line-height: 1.15;padding: 10px 0 0 }
	
	.cta a p::after { display: none; }
	
	.finance { background-attachment: scroll; background-size: cover;  background-color: #222;  }
	.finance .opacity img { display: none; }
	.finance p { font-size: 13px; }

	.copyright { font-size: 9px; }
	iframe.financial-calc { height: 550px; }
	
	.sidebar.onPageScroll { position:relative; top: 0; width: auto; }

}

@media only screen and (max-width: 648px) { 
	.mobile.button-1 { top: 0; margin: 10px 0; } 
	.cta ul li div:first-child { height: 85px; }
	#home #main-container { padding: 35px 0; }
	footer ul.social { margin: 10px 0; text-align:left; }
}