﻿/***** 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;
}
img {
  max-width: 100%;
  height: auto;
}
/*===================== 
	@Font-Face 
=======================*/
@font-face {
  font-family: 'montserratlight';
  src: url('/fonts/montserrat-light-webfont.eot');
  src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-light-webfont.woff2') format('woff2'), url('/fonts/montserrat-light-webfont.woff') format('woff'), url('/fonts/montserrat-light-webfont.ttf') format('truetype'), url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('/fonts/montserrat-regular-webfont.eot');
  src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('/fonts/montserrat-regular-webfont.woff') format('woff'), url('/fonts/montserrat-regular-webfont.ttf') format('truetype'), url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('/fonts/montserrat-bold-webfont.eot');
  src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-bold-webfont.woff2') format('woff2'), url('/fonts/montserrat-bold-webfont.woff') format('woff'), url('/fonts/montserrat-bold-webfont.ttf') format('truetype'), url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/*===================== 
	base styles 
=======================*/
html, body {
  font-family: 'montserratlight';
  font-size: 14px;
  -web-text-size-adjust: none;
  margin: 0;
  -webkit-text-size-adjust: none;
}
svg:not(:root) {
  overflow: hidden; /*reset*/
}
/* clear floats */
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
.clear {
  clear: both;
}
/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
/*===================== 
	typography 
=======================*/
h1 {
  font-family: 'montserratbold';
  color: #1b1195;
  font-size: 25px;
  text-transform: uppercase;
}
h2 {
  font-family: 'montserratbold';
  color: #1b1195;
  font-size: 21px;
}
h3 {
  font-family: 'montserratbold';
  color: #404447;
  font-size: 18px;
}
h4 {
  font-family: 'montserratregular';
  color: #1c1292;
  font-size: 16px;
}
h5 {
  font-family: 'montserratregular';
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
h6 {
  font-family: 'montserratlight';
  color: #fff;
  font-size: 14px;
}
h7 {
  font-family: 'montserratregular';
  color: #404447;
  font-size: 17px;
  font-weight: 500;
  padding-top: 1%;
}
h8 {
  font-family: 'montserratlight';
  color: #fff;
  font-size: 15px;
}
b {
  font-family: 'montserratbold';
}
p {
  font-family: 'montserratlight';
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #404447;
}
.quote {
  font-style: italic;
  font-family: 'montserratlight';
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}
/*===================== 
	link styles 
=======================*/
a {
  font-family: 'montserratbold';
  color: #000;
  text-decoration: none;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}
/*===================== 
	header styles 
=======================*/
header {
  margin: 0 auto;
  width: 100%;
  background: url('../siteart/top_bg.jpg');
}
.logo {
  margin: 0;
  float: left;
}
.logo img {
  max-width: 350px !important;
  width: 100% !important;
}
.sm-logo {
  margin: 0 auto;
  text-align: center;
}
.sm-logo img {
  max-width: 350px !important;
  width: 100% !important;
}
.box {
  margin: 0 auto;
  text-align: center;
}
.box img {
  max-width: 135px !important;
  width: 100% !important;
}
.header-right {
  float: right;
  text-align: right;
  padding: 3% 0;
}
.header-right a {
  color: #404447;
  font-size: 26px;
}
.header-right a:hover {
  color: #000;
}
.header-left img {
  max-width: 90px;
  width: 100%;
  display: inline;
  padding: 3% 0;
  float: left;
}
.header-left {
  padding: 2% 0 1%;
  display: inline;
  float: left;
}
.header-leftb img {
  max-width: 90px;
  width: 100%;
  display: inline;
  padding: 0 0;
  float: left;
}
.header-leftb {
  padding: 1% 0;
  display: inline;
  float: left;
}
/*===================== 
	content styles 
=======================*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
.content {
  padding: 6% 0;
}
.giant {
  width: 100%;
}
.giant img {
  width: 100%;
  border-bottom: 1px solid #1d1196;
}
/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.cycle-slideshow img {
  width: 100%;
  border-bottom: 1px solid #1d1196;
}
/*===================== 
 scrolling inventory
=======================*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}
/*===================== 
	layout styles 
=======================*/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%
}
.column1 {
  width: 75%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}
.column2 {
  width: 50%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
  margin: 2% 0;
}
.column2 img {
  border: 1px solid #404447;
}
.column3 {
  width: 33.33333%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}
.column3 a {
  font-family: 'montserratlight';
  color: #a7a7a7;
}
.column3 a:hover {
  color: #000;
}
.column4-1 {
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  background: #B3B3B3;
  height: 640px;
  padding: 3%;
}
.column4-1 a {
  color: #fff;
}
.column4-1 a:hover {
  color: #ddd;
}
.column4 {
  width: 25%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}
.column5 {
  width: 20%;
  float: left;
  box-sizing: border-box;
}
.column6 {
  width: 16.66666%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}
/*===================== 
	main form
=======================*/
#form {
  background: #fff;
  max-width: 1100px;
  margin: 5% auto;
  color: #333333;
}
#form input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 30px;
  box-sizing: border-box;
  font-family: 'montserratlight';
}
#form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 90px;
  box-sizing: border-box;
  font-family: 'montserratlight';
}
#form select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 30px;
  box-sizing: border-box;
}
#form input[type="checkbox"] {
  margin: 5px 10px 0 0;
  width: 13px;
  height: 13px;
  display: inline;
}
#form input[type="radio"] {
  margin: 5px 10px 0 0;
  width: 15px;
  height: 15px;
  display: inline;
}
#form input.send-button, #form input.send-button:focus {
  text-align: center;
  text-transform: uppercase;
  width: 207px;
  font-size: 14px;
  color: #fff;
  font-family: 'montserratregular';
  background: #646d6d;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border-radius: 6px;
  height: 50px;
}
#form input.send-button:hover {
  background: #158d12;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  cursor: pointer;
}
/*CAPCHA*/
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: left !important;
  line-height: normal !important;
}
.CaptchaAnswerPanel input {
  width: 200px !important;
}
.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
}
.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {
  color: #859090;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}
/*===================== 
	top footer styles 
=======================*/
footer {
  margin: 1% 0;
}
.bottom {
  width: 100%;
  background: #1b1195;
}
p.bold{font-size:18px; color:#fff;}
.footer {
  width: 100%;
  padding: 45px 0 70px;
  font-family: 'montserratlight';
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 0 0;
}
.footer a {
  font-family: 'montserratlight';
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}
.footer a:hover {
  color: #ababab;
  font-weight: 700;
}
.bottom-footer {
  background: #fff;
  padding: 4% 0 0;
}
.footer-logo {
  float: right;
  max-width: 410px;
  text-align: center;
}
.footer-logo img {
  padding: 0 5px;
  height: 59px;
}
/*-------------------*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
  font-family: 'montserratregular';
  color: #757575;
  font-size: 10px;
  line-height: 14px;
}
a.footerlink:hover {
  font-family: 'montserratbold';
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}
.footertext {
  font-family: 'montserratregular';
  font-size: 10px;
  color: #757575;
  line-height: 14px;
}
.smallfootertext {
  font-family: 'montserratlight';
  font-size: 10px;
  color: #757575;
  line-height: 14px;
}
.divfooter {
  float: left;
  line-height: 14px;
  width: 100%;
}
.clear {
  clear: both;
}


/*===================== 

FACETED INVENTORY

=======================*/

.body-content {height: auto !important;}


.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-listing-mobile .view-listing-details-link {
	color: #fff!important;
	background-color: #1a1095!important;
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {
	color: #fff!important;
	background-color: #1a1095!important;
}

.faceted-search-content .selected-facets-container .selected-facet {
	color: #fff!important;
	background-color: #1a1095!important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {
	color: #fff!important;
	background-color: #1a1095!important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .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 .fin-calc-btn-mobile {
	color: #fff!important;
	background-color: #1a1095!important;
	border: none!important;
}


.detail-content .dealer-info .phone-and-email .send-email-btn {
	background-color: #fff!important;
	color: #1a1095!important;
	border: 1px solid #1a1095!important;
}



.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
	border: 1px solid #1a1095!important;
	color: #1a1095!important;

}

.detail-content .search-results {
	color: #1a1095!important;
}

.paging-container .page-navs .list-page-nav {
	color: #fff!important;
	background-color: #1a1095!important;
}

.faceted-search-content .faceted-section-head {
	background-color: #ccc!important;
}

.list-content .list-title .list-title-text {
	color: #1a1095!important;
}

.list-content .list-title .list-listings-count {
	color: #333!important;
}



/*===================== 
  responsive styles 
=======================*/
@media screen and (max-width: 1220px) {
  .column1 {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
  }
  .column4-1 {
    width: 100%;
    float: left;
    padding-right: 0;
    max-width: 1045px;
    max-height: 545px;
    margin: 3% 0 0;
  }
  .box img {
    max-width: 93px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1185px) {
  .wrapper {
    width: 93%;
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 1130px) {
  .column3 {
    width: 100%;
    padding-right: 0;
    margin: 2% 0;
  }
}
@media screen and (max-width: 995px) {
  .column4 {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    margin: 1% 0;
  }
}
@media screen and (max-width: 800px) {
  .header-right {
    float: left;
    text-align: center;
    padding: 0 0 2%;
    width: 100%;
  }
  .header-left {
    padding: 0;
    display: inline;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .header-leftb {
    padding: 0;
    display: inline;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .header-leftb img {
    max-width: 70px;
    width: 100%;
    display: inline;
    padding: 1%;
    float: none;
    text-align: center;
  }
  .header-left img {
    max-width: 70px;
    width: 100%;
    display: inline;
    padding: 1%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 730px) {
  .column2 {
    width: 100%;
    marign: 2% 0;
    padding-right: 0;
  }
  h3 {
    font-family: 'montserratbold';
    color: #404447;
    font-size: 18px;
    margin-top: 10%;
  }
}
@media screen and (max-width: 700px) {
  .logo {
    padding: 2% 0;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .logo img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .header-right {
    float: none;
    text-align: center;
    padding: 2% 0;
    width: 100%;
  }
  .header-right img {
    max-width: 70px;
    width: 100%;
    margin: 0 auto;
    display: inline;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 19px;
  }
  h2 {
    font-size: 19px;
  }
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  h1 {
    font-size: 17px;
  }
  h2 {
    font-size: 17px;
  }
}
/* Covid-19 Update to Home Page */
.covid-update {
  padding: 1% 0;
  width: 100%;
  background: red !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.covid-update p {
  width: 80%;
  max-width: 1100px;
  text-align: center;
  color: #fff;
}