/*not available to change*/
.btn-primary,
.btn-primary:focus {
  background-color: #0c518c;
  color: white;
  border-color: white;
}
.btn-primary:before,
.btn-primary:focus:before {
  background-color: #0a4375;
}
.btn-primary:hover,
.btn-primary:hover:active,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus {
  background-color: #0a4375;
  color: white;
  border-color: white;
  box-shadow: none;
}
.btn-secondary,
.btn-secondary:focus {
  background-color: #b5b5b5;
  color: black;
  border-color: black;
}
.btn-secondary:before,
.btn-secondary:focus:before {
  background-color: #c2c2c2;
}
.btn-secondary:hover,
.btn-secondary:hover:active,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:focus {
  background-color: #c2c2c2;
  color: black;
  border-color: black;
  box-shadow: none;
}
.dne {
  primary: #262626;
  primary-highlight: white;
  secondary: #b5b5b5;
  secondary-highlight: white;
  Tertiary: black;
  Tertiary-highlight: white;
}
body {
  background-color: white;
}
body .font-primary.btn {
  text-transform: none;
}
.checkbox label {
  color: currentColor;
}
.site-banner-m1 {
  background-color: #272727;
  color: white;
  padding: 8px 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .site-banner-m1 {
    padding: 10px 65px 10px 65px;
  }
}
.input-with-btn {
  display: flex;
}
.input-with-btn input.input-with-btn__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-with-btn .input-with-btn__btn .btn {
  border: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-with-btn .input-with-btn__btn .btn .glyphicon {
  vertical-align: middle;
}
.badges {
  display: inline-block;
  vertical-align: baseline;
}
.badges__item {
  font-size: 11px;
  background-color: white;
  border: 1px solid #0c518c;
  border-radius: 1em;
  color: #0c518c;
  display: inline-block;
  line-height: 1;
  margin: 2px 2px 2px 0;
  padding: 0.5em 0.9em;
}
.badges__item:last-of-type {
  margin-right: 0;
}
.dealer-services__badge {
  margin-bottom: 20px;
}
.dealer-services__badge-heading {
  color: black;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.dealer-services__badge-heading .svg-inline--fa {
  height: 15px;
  margin-right: 5px;
  vertical-align: bottom;
}
.dealer-services__badge-description {
  color: black;
  font-size: 14px;
  margin: 0;
}
.dealer-services__disclaimer {
  color: rgba(0, 0, 0, 0.8);
  font-size: 11px;
  font-style: italic;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(97%);
  padding-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lead-form-trade-in {
  margin-bottom: 15px;
  margin-left: 2px;
}
.lead-form-trade-in__checkbox {
  margin-top: -17px;
  margin-left: -2px;
}
.lead-form-trade-in__checkbox .lead-form-trade-in__checkbox-label {
  font-size: 14px;
  color: black;
}
.lead-form-trade-in__fields {
  display: none;
  margin-top: 15px;
}
.lead-form-trade-in__fields .has-feedback .form-control {
  padding-right: 12px;
}
.lead-form-trade-in__fields .has-success .form-control {
  border-color: #dddddd;
}
.lead-form-trade-in__fields .has-success .form-control:focus {
  box-shadow: none;
}
.lead-form-trade-in__fields .has-success .form-control-feedback {
  display: none;
}
.lead-form-trade-in__fields--open {
  display: block;
}
.lead-form-services__toggle {
  cursor: pointer;
  margin-bottom: 0px;
  margin-left: 0px;
  color: black;
}
.lead-form-services__toggle .fa {
  font-size: 12px;
  margin-left: 5px;
}
.lead-form-services__options {
  display: none;
}
.lead-form-services__options--open {
  display: block;
}
.on-page-form-services__toggle {
  cursor: pointer;
  margin-bottom: 0;
}
.on-page-form-services__toggle .fa {
  font-size: 12px;
  margin-left: 5px;
}
.on-page-form-services__options {
  display: none;
}
.on-page-form-services__options--open {
  display: block;
}
.lead-forms-tabs .tab-panel .nav-tabs {
  border: none;
  padding: 20px 20px 0;
  margin-bottom: 0;
}
.lead-forms-tabs .tab-panel .nav-tabs label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
}
.lead-forms-tabs .tab-panel .nav-tabs input {
  margin-right: 8px;
}
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"] {
  flex: 1;
  margin-bottom: 0;
}
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"]:not(:last-child) {
  margin-right: 30px;
}
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"] a {
  margin: 0;
  text-transform: none;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
  border: none;
  background-color: #b5b5b5;
  color: black;
}
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"] a:before {
  content: none;
  background-color: transparent;
}
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"].active a {
  box-shadow: 1px -2px 3px rgba(0, 0, 0, 0.1);
}
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"].active a,
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"].active a:hover,
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"].active a:active,
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"].active a:before,
.lead-forms-tabs .tab-panel .nav-tabs li[role="tab"].active:hover a {
  color: black;
  background-color: white;
}
.lead-forms-tabs .tab-panel .tab-pane {
  padding: 0;
}
.vdp-contact-block .nav-tabs label {
  color: black;
}
@media (min-width: 992px) {
  .recaptcha-container {
    margin-bottom: 0;
  }
}
.font-weight-600 {
  font-weight: 600;
}
.btn-non-clickable {
  cursor: initial;
}
.btn-non-clickable:before {
  content: none;
}
.col-lg-3-of-10 {
  float: left;
  min-height: 0;
}
@media (min-width: 1200px) {
  .col-lg-3-of-10 {
    width: 30%;
  }
}
.col-lg-7-of-10 {
  float: left;
  min-height: 0;
}
@media (min-width: 1200px) {
  .col-lg-7-of-10 {
    width: 70%;
  }
}
.row.gutter-small {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.gutter-small > div[class^="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.padded {
  padding: 20px;
}
.boxed {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.box-group__header,
.box-group__body {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.box-group__header {
  position: relative;
  background-color: #f3f3f3;
  border-bottom: none;
}
.box-group__header:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #262626;
}
.box-group__header .box-group__heading.font-primary {
  font-weight: 700;
  text-transform: none;
}
.box-group__heading {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .box-group__heading {
    font-size: 17px;
  }
}
.box-group__body--no-padding {
  padding: 0;
}
.box-group__body--no-border-top {
  border-top: none;
}
.show-more-area {
  position: relative;
}
.show-more-area .show-more-area__content {
  height: 100%;
}
.show-more-area .show-more-area__content p {
  white-space: pre-line;
}
.show-more-area--overflows {
  height: 125px;
  margin-bottom: 30px;
}
.show-more-area--overflows:after {
  background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 40%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.show-more-area--overflows .show-more-area__content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.show-more-area--overflows .show-more-area__toggle {
  position: absolute;
  bottom: -30px;
  appearance: none;
  outline: none;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  color: #0c0c0c;
}
.show-more-area--overflows .show-more-area__toggle:hover {
  color: black;
}
.show-more-area--expanded {
  height: auto;
}
.show-more-area--expanded:after {
  content: none;
}
.show-more-area--expanded .show-more-area__content {
  position: static;
}
.google-map {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.google-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.modal .modal-header {
  padding: 20px;
}
.modal .modal-header .modal-title {
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}
.modal .modal-header .modal-title .fa,
.modal .modal-header .modal-title .glyphicon {
  margin-right: 5px;
}
.modal .modal-heading,
.modal .modal-header {
  background-color: black;
  color: white;
}
.modal .modal-heading .close,
.modal .modal-header .close {
  color: white;
  font-size: 16px;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .modal.photo-stream-modal .modal-dialog {
    width: 672px;
  }
}
.modal .modal-success,
.modal .modal-success .modal-heading,
.modal .modal-success .modal-header {
  background-color: black;
  color: white;
}
.modal .modal-success .close {
  color: white;
}
.modal .modal-footer .btn,
.modal .modal-body .btn {
  text-transform: none;
}
.modal .call-us-row {
  text-align: center;
}
.modal .call-us-row .call-us-text:hover {
  color: inherit;
}
.modal .box-group__body {
  padding: 0;
  border: none;
}
.modal .lead-forms-tabs .tab-panel .nav-tabs {
  padding: 0 0 15px;
}
@media (min-width: 992px) {
  .modal .recaptcha-container {
    margin-bottom: 15px;
  }
}
.modal .lead-form {
  color: black;
}
.modal .lead-form-trade-in__checkbox {
  margin-top: -30px;
  margin-left: 0px;
}
.modal .lead-form-trade-in__checkbox-label {
  color: inherit;
}
.modal .lead-form-services__toggle {
  color: inherit;
  margin-top: -6px;
}
.details-m1-modal .lead-form-trade-in__checkbox {
  margin-left: 5px;
}
.details-m1-modal .lead-form-services__toggle {
  margin-left: 5px;
}
.sticky-lead-footer {
  padding: 16px 5px;
  background-color: #b5b5b5;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 600;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 375px) {
  .sticky-lead-footer {
    padding: 16px 12px;
  }
}
@media (min-width: 992px) {
  .sticky-lead-footer {
    display: none;
  }
}
.sticky-lead-footer__columns-wrapper {
  display: flex;
}
.sticky-lead-footer__column {
  flex: 1;
  padding: 0 4px;
}
.sticky-lead-footer__button {
  width: 100%;
}
.sticky-lead-footer__disclaimer .disclaimer {
  color: black;
  font-size: 10px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 3px;
}
.vehicle-info-icon {
  flex-shrink: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  padding: 1px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
}
.vehicle-info-icon__fill-none {
  fill: none;
}
.vehicle-info-icon__fill-primary {
  fill: black;
}
.vehicle-info-icon__fill-contact-form-line {
  fill: #262626;
}
body > div.parallax-mirror:nth-child(2) {
  z-index: -10 !important;
}
.h1title-underline .page-title-headings h1 {
  color: black;
  border-bottom-color: #cccccc;
}
.h1title-block .page-title-headings h1 {
  color: black;
  background-color: #b5b5b5;
}
.seo-footer {
  background-color: white;
  color: black;
}
.seo-footer .seo-heading {
  background-color: white;
  color: black;
}
.seo-footer .seo-links {
  background-color: white;
}
.seo-footer .seo-link {
  color: black;
}
.seo-footer .seo-link a:hover,
.seo-footer .seo-link a:focus,
.seo-footer .seo-link a:active {
  color: black;
}
.seo-footer .seo-count {
  color: black;
}
.seo-footer.page-home {
  background-color: #0c518c;
  color: white;
}
.seo-footer.page-home .seo-heading {
  background-color: #0c518c;
  color: white;
}
.seo-footer.page-home .seo-links {
  background-color: #0c518c;
}
.seo-footer.page-home .seo-link {
  color: white;
}
.seo-footer.page-home .seo-link a:hover,
.seo-footer.page-home .seo-link a:focus,
.seo-footer.page-home .seo-link a:active {
  color: white;
}
.seo-footer.page-home .seo-count {
  color: white;
}
.custom-header {
  background-color: #d5d9dc;
  color: black;
}
.custom-header[data-background-image-position="parallax"] {
  background-color: rgba(81, 90, 97, 0.6);
}
.btn-default,
.btn-default:focus {
  background-color: white;
  color: #0c518c;
  border-color: #0c518c;
}
.btn-default:before,
.btn-default:focus:before {
  background-color: white;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus {
  background-color: white;
  color: #0c518c;
  border-color: #0c518c;
}
.btn-default:disabled,
.btn-default.disabled {
  background-color: #e6e6e6;
}
.welcome-center[data-background-image-position="fixed"],
.welcome-leftbox[data-background-image-position="fixed"],
.welcome-centerbox[data-background-image-position="fixed"] {
  background-color: white;
}
section.simple-header {
  background-color: #d5d9dc;
}
section.simple-header .simpleheader-m1 .header-section h2.header-name a,
section.simple-header .simpleheader-m1 .header-section h2.header-name span {
  color: black;
}
section.simple-header .simpleheader-m1 .header-section h2.header-name a:hover,
section.simple-header .simpleheader-m1 .header-section h2.header-name a:focus,
section.simple-header .simpleheader-m1 .header-section h2.header-name a:active {
  color: black;
}
section.simple-header .simpleheader-m1 .header-section p.header-phone {
  color: black;
}
.header {
  background-color: #d5d9dc;
}
.header[data-background-image-position="parallax"] {
  background-color: rgba(81, 90, 97, 0.8);
}
.header .header-m1 .header-logo a {
  color: black;
}
.header .header-m1 .header-logo a:hover {
  color: black;
}
.header .header-m1 address {
  color: black;
}
.header .header-m1 .header-name {
  color: black;
}
.header .header-m1 .header-phone {
  color: black;
}
.h-find-m1 {
  background-color: white;
}
.h-find-m1 .form-group label,
.h-find-m1 .form-group select,
.h-find-m1 .form-group option {
  color: black;
}
.h-find-m1 .form-group select {
  background-color: white;
  border-color: #d9d9d9;
}
.h-find-m1 .form-group select[disabled] {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.seonamedlinks-module .section-heading {
  background-color: white;
  color: black;
  box-shadow: 1px 2px 3px #b2b2b2;
}
.seonamedlinks-module div.column {
  box-shadow: 1px 2px 3px #b2b2b2;
}
.seonamedlinks-module .column {
  background-color: white;
}
.seonamedlinks-module a {
  color: black;
}
.page-home .seonamedlinks-module .section-heading {
  background-color: #0c518c;
  color: white;
  box-shadow: 1px 2px 3px #b2b2b2;
}
.page-home .seonamedlinks-module div.column {
  box-shadow: 1px 2px 3px #b2b2b2;
}
.page-home .seonamedlinks-module .column {
  background-color: #0c518c;
}
.page-home .seonamedlinks-module a {
  color: white;
}
.h-price-m1 .section-heading {
  background-color: #b5b5b5;
  color: white;
  box-shadow: 1px 2px 3px #b2b2b2;
}
.h-price-m1 .column {
  background-color: white;
  box-shadow: 1px 2px 3px #b2b2b2;
}
.h-price-m1 a {
  color: black;
}
.about:after {
  background-color: #dddddd;
}
.about {
  background-color: white;
}
.about div.h-about-m1 .spotlight {
  box-shadow: 1px 2px 3px #b2b2b2;
  background-color: white;
  border-color: white;
}
.about .content .section-heading,
.about .content .about-text {
  color: black;
}
.h-inventory-carousel-m1 .grid div a.carousel-control {
  z-index: 7;
  display: inline-grid !important;
  color: white;
  background: rgba(4, 27, 46, 0.5);
}
.h-inventory-carousel-m1 .section-heading {
  background: #0c518c;
  box-shadow: 1px 2px 3px #b2b2b2;
}
.h-inventory-carousel-m1 h2 {
  color: white;
}
.h-inventory-carousel-m1 .h-inventory-carousel-btn .btn-primary {
  background-color: transparent;
  color: white;
  border-color: white;
}
.h-inventory-carousel-m1 .h-inventory-carousel-btn .btn-primary:hover,
.h-inventory-carousel-m1 .h-inventory-carousel-btn .btn-primary:focus,
.h-inventory-carousel-m1 .h-inventory-carousel-btn .btn-primary:active,
.h-inventory-carousel-m1 .h-inventory-carousel-btn .btn-primary.active,
.h-inventory-carousel-m1 .h-inventory-carousel-btn .btn-primary:before {
  background-color: white;
  color: #0c518c;
  border-color: white;
}
.h-inventory-carousel-m1 .carousel-item .vehicle-card {
  box-shadow: 1px 2px 3px #b2b2b2;
}
.h-inventory-carousel-m1 .carousel-item .vehicle-card .vehicle-price {
  background-color: #0c518c;
  border-bottom: 4px solid #106cbb;
  color: white;
}
.h-inventory-carousel-m1 .carousel-item .vehicle-card .vehicle-price span {
  color: white;
  cursor: pointer;
}
.h-inventory-carousel-m1 .carousel-item .vehicle-card .vehicle-info {
  background-color: white;
}
.h-inventory-carousel-m1 .carousel-item .vehicle-card .vehicle-info h2,
.h-inventory-carousel-m1 .carousel-item .vehicle-card .vehicle-info a,
.h-inventory-carousel-m1 .carousel-item .vehicle-card .vehicle-info p {
  color: black;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-price {
  background-color: #0c518c;
  color: white;
  border-radius: 4px;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-price a {
  color: white;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-price span {
  color: white;
}
.nav-m1 .main-menu,
.nav-m1 .main-menu .dropdown-menu {
  background-color: #272727;
}
.nav-m1 .navbar-nav > li a {
  color: white;
}
.nav-m1 .navbar-nav > li > a:after {
  border-top-color: white;
}
.nav-m1 .navbar-nav > li a:hover,
.nav-m1 .navbar-nav > li a:focus,
.nav-m1 .navbar-nav > li.active > a,
.nav-m1 .navbar-nav .dropdown-menu a.active,
.nav-m1 .navbar-nav .dropdown-menu a:hover,
.nav-m1 .navbar-nav .dropdown-menu a:focus {
  color: white;
}
.nav-m1 .navbar-toggle .icon-bar,
.nav-m1 .navbar-toggle:hover .icon-bar,
.nav-m1 .navbar-toggle:active .icon-bar,
.nav-m1 .navbar-toggle.active .icon-bar {
  background-color: black;
}
.nav-m1 .headernavigation .btn-primary,
.nav-m1 .headernavigation .btn-primary:focus {
  color: #595959;
  border-color: #595959;
}
.nav-m1 .headernavigation .btn-primary:hover,
.nav-m1 .headernavigation .btn-primary:active,
.nav-m1 .headernavigation .btn-primary.active {
  background-color: #595959;
  border-color: #595959;
}
.nav-m1 .headernavigation .btn-primary:before {
  background: #595959;
}
.nav-m1 .site-logo a {
  color: black;
}
.nav-m1 .site-logo a:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  .nav-m1 .nav-m1 {
    background-color: white;
  }
  .nav-m1 .menu.navbar-collapse {
    background-color: #272727;
  }
  .nav-m1 .main-menu {
    background-color: #d5d9dc;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.nav-m1 .site-logo .call-btn {
  background-color: #0c518c;
  color: white;
}
.nav-m1 .site-logo .call-btn:hover {
  background-color: white;
  color: #0c518c;
}
.compact-carousel {
  background-color: #0c518c;
}
.compact-carousel .h-inventory-carouselcompact-m1 figcaption > div p {
  color: white;
}
.compact-carousel .h-inventory-carouselcompact-m1 figcaption > div h2 {
  color: black;
}
.compact-carousel .h-inventory-carouselcompact-m1 .vehicle-photo {
  background-color: white;
  color: white;
}
.compact-carousel .h-inventory-carouselcompact-m1 h2.section-title {
  color: white;
}
.compact-carousel .h-inventory-carouselcompact-m1 figcaption > div p {
  color: black;
}
.details-m1 .carousel-control {
  text-shadow: 0 0 0 transparent;
}
.details-m1 .carousel-control .left,
.details-m1 .carousel-control .right {
  background-image: none;
}
.details-m1 .carousel-control .glyphicon-chevron-left,
.details-m1 .carousel-control .glyphicon-chevron-right,
.details-m1 .carousel-control .icon-next,
.details-m1 .carousel-control .icon-prev {
  background-color: rgba(255, 255, 255, 0.5);
  color: #595959;
}
.h1title-underline.page-home .page-title-headings h1 {
  color: white;
  border-bottom-color: #cccccc;
}
.h1title-block.page-home .page-title-headings h1 {
  color: white;
  background-color: #0c518c;
}
.looking-overlay .h-looking-m1 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #595959;
}
.looking-overlay .h-looking-m1 .btn-default,
.looking-overlay .h-looking-m1 .btn-default:focus {
  background-color: #e3e3e3;
  color: #595959;
  border-color: #595959;
}
.looking-overlay .h-looking-m1 .btn-default:before,
.looking-overlay .h-looking-m1 .btn-default:focus:before {
  background-color: #f0f0f0;
}
.looking-overlay .h-looking-m1 .btn-default:hover,
.looking-overlay .h-looking-m1 .btn-default:active,
.looking-overlay .h-looking-m1 .btn-default.active,
.looking-overlay .h-looking-m1 .btn-default:active:focus {
  background-color: #f0f0f0;
  color: #595959;
  border-color: #595959;
}
.looking-overlay .h-looking-m1 .btn-default:disabled,
.looking-overlay .h-looking-m1 .btn-default.disabled {
  background-color: #e6e6e6;
}
.looking-overlay .h-looking-m1 .section-subheading {
  color: #595959;
}
.looking-centerbox .h-looking-m1 {
  background: rgba(255, 255, 255, 0.8);
  color: #595959;
  border-color: #262626;
}
.looking-centerbox .h-looking-m1 .btn-default,
.looking-centerbox .h-looking-m1 .btn-default:focus {
  background-color: #e3e3e3;
  color: #595959;
  border-color: #595959;
}
.looking-centerbox .h-looking-m1 .btn-default:before,
.looking-centerbox .h-looking-m1 .btn-default:focus:before {
  background-color: #f0f0f0;
}
.looking-centerbox .h-looking-m1 .btn-default:hover,
.looking-centerbox .h-looking-m1 .btn-default:active,
.looking-centerbox .h-looking-m1 .btn-default.active,
.looking-centerbox .h-looking-m1 .btn-default:active:focus {
  background-color: #f0f0f0;
  color: #595959;
  border-color: #595959;
}
.looking-centerbox .h-looking-m1 .btn-default:disabled,
.looking-centerbox .h-looking-m1 .btn-default.disabled {
  background-color: #e6e6e6;
}
.looking-centerbox .h-looking-m1 .section-subheading {
  color: #595959;
}
.looking .h-looking-m1 {
  color: #595959;
  background-color: rgba(255, 255, 255, 0.8);
}
.looking .h-looking-m1 .btn-default,
.looking .h-looking-m1 .btn-default:focus {
  background-color: transparent;
  color: #595959;
  border-color: #595959;
}
.looking .h-looking-m1 .btn-default:hover,
.looking .h-looking-m1 .btn-default:active,
.looking .h-looking-m1 .btn-default.active {
  background-color: #595959;
  color: #e3e3e3;
  border-color: #595959;
}
.looking .h-looking-m1 .btn-default:before {
  background: #595959;
}
.welcome {
  background-color: rgba(255, 255, 255, 0.5);
  color: #595959;
}
.welcome .welcome-section h3 .btn-primary,
.welcome .welcome-section h3 .btn-primary:focus {
  background-color: #595959;
  color: #e3e3e3;
  border-color: #e3e3e3;
}
.welcome .welcome-section h3 .btn-primary:before,
.welcome .welcome-section h3 .btn-primary:focus:before {
  background-color: #4c4c4c;
}
.welcome .welcome-section h3 .btn-primary:hover,
.welcome .welcome-section h3 .btn-primary:hover:active,
.welcome .welcome-section h3 .btn-primary:active,
.welcome .welcome-section h3 .btn-primary.active,
.welcome .welcome-section h3 .btn-primary:active:focus {
  background-color: #4c4c4c;
  color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
}
.welcome-center {
  color: #595959;
}
.welcome-center .welcome-section h3 .btn-primary,
.welcome-center .welcome-section h3 .btn-primary:focus {
  background-color: #595959;
  color: #e3e3e3;
  border-color: #e3e3e3;
}
.welcome-center .welcome-section h3 .btn-primary:before,
.welcome-center .welcome-section h3 .btn-primary:focus:before {
  background-color: #4c4c4c;
}
.welcome-center .welcome-section h3 .btn-primary:hover,
.welcome-center .welcome-section h3 .btn-primary:hover:active,
.welcome-center .welcome-section h3 .btn-primary:active,
.welcome-center .welcome-section h3 .btn-primary.active,
.welcome-center .welcome-section h3 .btn-primary:active:focus {
  background-color: #4c4c4c;
  color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
}
.welcome-leftbox .welcome-m1 {
  color: #595959;
  background-color: rgba(255, 255, 255, 0.5);
}
.welcome-leftbox .welcome-section h3 .btn-primary,
.welcome-leftbox .welcome-section h3 .btn-primary:focus {
  background-color: #595959;
  color: #e3e3e3;
  border-color: #e3e3e3;
}
.welcome-leftbox .welcome-section h3 .btn-primary:before,
.welcome-leftbox .welcome-section h3 .btn-primary:focus:before {
  background-color: #4c4c4c;
}
.welcome-leftbox .welcome-section h3 .btn-primary:hover,
.welcome-leftbox .welcome-section h3 .btn-primary:hover:active,
.welcome-leftbox .welcome-section h3 .btn-primary:active,
.welcome-leftbox .welcome-section h3 .btn-primary.active,
.welcome-leftbox .welcome-section h3 .btn-primary:active:focus {
  background-color: #4c4c4c;
  color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
}
.welcome-centerbox .welcome-m1 {
  background-color: rgba(255, 255, 255, 0.5);
  color: #595959;
  border-color: #d9d9d9;
}
.welcome-centerbox .welcome-section h3 .btn-primary,
.welcome-centerbox .welcome-section h3 .btn-primary:focus {
  background-color: #595959;
  color: #e3e3e3;
  border-color: #e3e3e3;
}
.welcome-centerbox .welcome-section h3 .btn-primary:before,
.welcome-centerbox .welcome-section h3 .btn-primary:focus:before {
  background-color: #4c4c4c;
}
.welcome-centerbox .welcome-section h3 .btn-primary:hover,
.welcome-centerbox .welcome-section h3 .btn-primary:hover:active,
.welcome-centerbox .welcome-section h3 .btn-primary:active,
.welcome-centerbox .welcome-section h3 .btn-primary.active,
.welcome-centerbox .welcome-section h3 .btn-primary:active:focus {
  background-color: #4c4c4c;
  color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
}
.locations-m1 {
  background-color: white;
  color: black;
}
.locations-m1 div.dealer-header:hover {
  color: #4c4c4c;
}
.locations-m1 .locations-section .title-line {
  background-color: #262626;
}
.locations-m1 .locations-section address p {
  color: black;
}
.locations-m1 .locations-section address i {
  color: #595959;
}
.single-card-carousel {
  background-color: #dddddd;
  box-shadow: 1px 2px 3px #909090;
}
.single-card-carousel:after {
  background-color: white;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .slide a.single.carousel-control i.glyphicon {
  color: white;
  background: rgba(0, 0, 0, 0.4);
}
.single-card-carousel .h-inventory-singlecarousel-m1 .slide a.single.carousel-control i.glyphicon:hover,
.single-card-carousel .h-inventory-singlecarousel-m1 .slide a.single.carousel-control i.glyphicon:focus,
.single-card-carousel .h-inventory-singlecarousel-m1 .slide a.single.carousel-control i.glyphicon:active {
  background: rgba(0, 0, 0, 0.8);
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-card {
  box-shadow: 1px 2px 3px #b2b2b2;
  background-color: white;
  border-color: white;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-price {
  width: auto;
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 9;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-price span {
  font-size: 13px;
  margin-left: 8px;
  display: inline-block;
  font-weight: 400;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-info h2.vehicle-title {
  color: black;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-info h2.vehicle-title:hover {
  color: #4c4c4c;
}
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-info a,
.single-card-carousel .h-inventory-singlecarousel-m1 .vehicle-info .specs {
  color: black;
}
.disclaimer {
  border-top: none;
}
.disclaimer--phone-leads {
  font-size: 11px;
  line-height: 1;
  padding: 0;
  text-align: left;
}
.disclaimer--phone-leads a {
  text-decoration: underline;
  color: inherit;
}
.contact-form-disclaimer {
  color: #666666;
}
.contact-form-disclaimer a {
  text-decoration: underline;
  color: inherit;
}
.contact-form-disclaimer a:hover {
  color: #b2b2b2;
}
.footer,
.footer-links-block .dropdown-menu {
  background-color: #0c518c;
}
.footer a,
.footer-links-block .dropdown-menu a {
  color: white;
}
.footer a:hover,
.footer-links-block .dropdown-menu a:hover {
  color: #b2b2b2;
}
.footer .copyright-section p,
.footer-links-block .dropdown-menu .copyright-section p {
  color: white;
}
.inventory-m1 {
  padding: 0;
  position: relative;
}
.inventory-m1 .form-control {
  border-radius: 3px;
  background-color: white;
  color: black;
  border-color: white;
  
}
.inventory-m1 .form-control {
  border-color: #e6e6e6;
}
.inventory-m1 .form-control::-webkit-input-placeholder {
  color: black;
}
.inventory-m1 .form-control::-moz-placeholder {
  color: black;
  opacity: 1;
}
.inventory-m1 .form-control:-ms-input-placeholder {
  color: black;
}
.inventory-m1 select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.inventory-m1 .box-group__header {
  background-color: #f3f3f3;
  border-color: #e6e6e6;
}
.inventory-m1 .box-group__heading {
  color: black;
}
.inventory-m1 .box-group__body {
  border-color: #e6e6e6;
}
@media (max-width: 991px) {
  .inventory-m1 .base-filters--hidden {
    display: none;
  }
}
.inventory-m1 .base-filters__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inventory-m1 .base-filters__header h4 {
  color: #0c518c;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 24px;
  font-family: Open Sans;
  letter-spacing: 0px;
  opacity: 1;
  padding: 12px;
  margin-top: 0px;
}
.inventory-m1 .base-filters__clear {
  color: black;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.12px;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.inventory-m1 .base-filters__clear:hover,
.inventory-m1 .base-filters__clear:active,
.inventory-m1 .base-filters__clear.active,
.inventory-m1 .base-filters__clear:active:focus {
  color: black;
  color: #4c4c4c;
}
.inventory-m1 .base-filters__cancel {
  color: black;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  font-family: Open Sans;
  letter-spacing: 0.12px;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.inventory-m1 .base-filters__sticky-footer {
  display: none;
}
.inventory-m1 .base-filters .are-you-sure {
  color: black;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
}
.inventory-m1 .base-filters .are-you-sure__header {
  font-weight: 900;
}
.inventory-m1 .base-filters .are-you-sure__text {
  font-size: 12px;
  padding: 10px 0;
}
.inventory-m1 .base-filters .are-you-sure__buttons {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 480px) and (max-width: 991px) {
  .inventory-m1 .base-filters .are-you-sure__buttons {
    justify-content: flex-start;
  }
}
.inventory-m1 .base-filters .are-you-sure__buttons .btn {
  padding: 8px 13px;
  flex-basis: 48%;
}
@media (min-width: 480px) and (max-width: 991px) {
  .inventory-m1 .base-filters .are-you-sure__buttons .btn {
    flex-basis: 25%;
  }
  .inventory-m1 .base-filters .are-you-sure__buttons .btn:first-child {
    margin-right: 10px;
  }
}
.inventory-m1 .base-filters__sticky-footer {
  display: none;
}
@media (max-width: 991px) {
  .inventory-m1 .base-filters__sticky-footer {
    display: flex;
    align-content: space-between;
    position: sticky;
    background-color: #f3f3f3;
    color: black;
    bottom: 0;
    padding: 10px;
    text-align: center;
  }
  .inventory-m1 .base-filters__sticky-footer .filter-modal__apply {
    flex-basis: 49.5%;
  }
}
@media (max-width: 991px) {
  .inventory-m1 .base-filters {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    overflow-y: scroll;
    max-height: 100%;
    -webkit-animation: fadeIn 1s linear forwards;
    animation: fadeIn 0.5s linear forwards;
  }
  .inventory-m1 .base-filters__header {
    padding: 20px;
    background: #f2f2f2 0 0 no-repeat padding-box;
  }
  .inventory-m1 .base-filters .box-group__header {
    background-color: #f3f3f3;
    color: black;
    font-size: 18px;
    font-weight: 600;
  }
  .inventory-m1 .base-filters .box-group__body {
    padding: 10px;
    border: none;
  }
  .inventory-m1 .base-filters__results {
    flex-basis: 49.5%;
    padding-top: 10px;
    text-align: center;
  }
  .inventory-m1 .base-filters__apply {
    width: 45%;
  }
}
.inventory-m1 .menu-section h4 {
  margin-top: 0px;
  margin-bottom: 2px;
}
.inventory-m1 .menu-section h4 label {
  color: black;
}
.inventory-m1 .btn-inv {
  height: 44px;
  width: 43px;
}
.inventory-m1 .inventory-header-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 15px;
}
@media (min-width: 768px) {
  .inventory-m1 .inventory-header-filters {
    padding: 15px;
  }
}
.inventory-m1 .inventory-header-filters__results-count {
  font-size: 14px;
  line-height: 17px;
  margin: 0 10px 10px 0;
  color: black;
}
@media (min-width: 992px) {
  .inventory-m1 .inventory-header-filters__results-count {
    margin: 0;
  }
}
.inventory-m1 .inventory-header-filters__results-count .data-inventory-start-record,
.inventory-m1 .inventory-header-filters__results-count .data-inventory-end-record,
.inventory-m1 .inventory-header-filters__results-count .data-inventory-total-records {
  font-weight: 600;
}
.inventory-m1 .inventory-header-filters .header-filters {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .inventory-m1 .inventory-header-filters .header-filters {
    margin-bottom: 0;
    font-weight: inherit;
  }
}
@media (max-width: 991px) {
  .inventory-m1 .inventory-header-filters .header-filters__sort {
    display: flex;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.inventory-m1 .inventory-header-filters .header-filters__sort label {
  color: inherit;
  margin: 0;
}
@media (min-width: 992px) {
  .inventory-m1 .inventory-header-filters .header-filters__sort label {
    display: inline;
  }
}
.inventory-m1 .inventory-header-filters .header-filters__sort .sort-select {
  height: 44px;
  width: 185px;
}
@media (max-width: 991px) {
  .inventory-m1 .inventory-header-filters .header-filters__sort .sort-select {
    display: inline-block;
    border: none;
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    font-size: inherit;
    color: black;
  }
}
.inventory-m1 .inventory-header-filters .header-filters__sort .fa {
  color: black;
  font-size: 13px;
  margin-right: 3px;
}
@media (min-width: 992px) {
  .inventory-m1 .inventory-header-filters .header-filters__sort .fa {
    display: none;
  }
}
.inventory-m1 .inventory-header-filters .header-filters__sort .fa.fa-exchange {
  transform: rotate(90deg) translateX(2px);
}
.inventory-m1 .inventory-header-filters .header-filters__stock {
  display: none;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .inventory-m1 .inventory-header-filters .header-filters__stock {
    display: inline-block;
  }
}
.inventory-m1 .inventory-header-filters .header-filters__stock .input-with-btn__input {
  height: 44px;
  width: 165px;
}
.inventory-m1 .inventory-header-filters .header-filters__mobile-filter-trigger {
  display: inline-block;
  color: black;
}
@media (min-width: 992px) {
  .inventory-m1 .inventory-header-filters .header-filters__mobile-filter-trigger {
    display: none;
  }
}
.inventory-m1 .inventory-header-filters .header-filters__mobile-filter-trigger .fa {
  font-size: 14px;
  margin-right: 5px;
}
.inventory-m1 .inventory-header-filters .form-group {
  margin-bottom: 0;
}
.inventory-m1 .inventory-breadcrumb-container {
  background-color: #f3f3f3;
  color: black;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.14);
  padding: 20px 0;
}
@media (min-width: 992px) {
  .inventory-m1 .inventory-breadcrumb-container {
    padding: 25px 0;
  }
}
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb {
  padding: 0;
}
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb .breadcrumb {
  top: 0;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb .breadcrumb li {
  font-size: 12px;
}
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb .breadcrumb li a {
  color: black;
}
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb .breadcrumb li a:hover,
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb .breadcrumb li a:focus,
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb .breadcrumb li a:active {
  color: black;
  color: #4c4c4c;
}
.inventory-m1 .inventory-breadcrumb-container .inventory-breadcrumb .breadcrumb > li + li:before {
  color: black;
  padding: 0 0 0 2px;
}
.inventory-m1 .inventory-breadcrumb-container__trade-in {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .inventory-m1 .inventory-breadcrumb-container__trade-in {
    margin-top: 0;
    text-align: right;
  }
}
.inventory-m1 .inventory-breadcrumb-container__trade-in-button {
  width: 100%;
  font-size: 13px;
}
@media (min-width: 768px) {
  .inventory-m1 .inventory-breadcrumb-container__trade-in-button {
    width: auto;
  }
}
.inventory-m1 .inventory-breadcrumb-container .section-title:after {
  content: none;
}
.inventory-m1 .inventory-breadcrumb-container .section-title h1 {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 5px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .inventory-m1 .inventory-breadcrumb-container .section-title h1 {
    font-size: 20px;
  }
}
.inventory-m1 label {
  color: black;
}
.inventory-m1 .vehicle-section {
  color: black;
  margin-left: 0;
}
.inventory-m1 .inventory-pagination {
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 15px;
}
.inventory-m1 .inventory-pagination__numbers {
  color: black;
}
.inventory-m1 .inventory-pagination__prev .btn,
.inventory-m1 .inventory-pagination__next .btn {
  letter-spacing: normal;
}
.inventory-m1 .inventory-disclaimer {
  text-align: center;
  padding: 20px 0 40px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.inventory-m1 .inventory-disclaimer p {
  margin: 0;
}
.inventory-m1 .vehicle-snapshot {
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .inventory-m1 .vehicle-snapshot__image {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.inventory-m1 .vehicle-snapshot__information {
  padding: 15px;
}
@media (min-width: 768px) {
  .inventory-m1 .vehicle-snapshot__information {
    padding-left: 0;
  }
}
.inventory-m1 .vehicle-snapshot__vehicle-report-link {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  max-height: 35px;
  max-width: 105px;
}
.inventory-m1 .vehicle-snapshot__title {
  line-height: normal;
  padding-top: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.inventory-m1 .vehicle-snapshot__title .font-primary {
  font-size: 18px;
  color: black;
  font-weight: 900;
  text-transform: none;
}
@media (min-width: 1200px) {
  .inventory-m1 .vehicle-snapshot__title .font-primary {
    font-size: 22px;
  }
}
.inventory-m1 .vehicle-snapshot__title .font-primary:hover,
.inventory-m1 .vehicle-snapshot__title .font-primary:active,
.inventory-m1 .vehicle-snapshot__title .font-primary.active,
.inventory-m1 .vehicle-snapshot__title .font-primary:active:focus {
  color: black;
  color: #4c4c4c;
}
.inventory-m1 .vehicle-snapshot__style {
  font-size: 13px;
  line-height: normal;
  padding: 0 0 8px 0;
  color: black;
}
@media (min-width: 1200px) {
  .inventory-m1 .vehicle-snapshot__style {
    font-size: 15px;
  }
}
.inventory-m1 .vehicle-snapshot__style.font-primary {
  text-transform: none;
}
.inventory-m1 .vehicle-snapshot__label {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: black;
}
.inventory-m1 .vehicle-snapshot__main-info {
  font-size: 20px;
  line-height: normal;
  color: black;
}
.inventory-m1 .vehicle-snapshot__main-info.font-primary {
  font-weight: 700;
  text-transform: none;
}
.inventory-m1 .vehicle-snapshot__main-info--is-link {
  font-size: 13px;
}
.inventory-m1 .vehicle-snapshot__main-info .vehicle-snapshot__email-link {
  display: inline-block;
  vertical-align: middle;
  color: black;
}
.inventory-m1 .vehicle-snapshot__main-info .vehicle-snapshot__email-link.font-primary {
  font-weight: 700;
  text-transform: none;
}
.inventory-m1 .vehicle-snapshot__main-info .vehicle-snapshot__email-link:hover,
.inventory-m1 .vehicle-snapshot__main-info .vehicle-snapshot__email-link:active,
.inventory-m1 .vehicle-snapshot__main-info .vehicle-snapshot__email-link.active,
.inventory-m1 .vehicle-snapshot__main-info .vehicle-snapshot__email-link:active:focus {
  color: black;
  color: #4c4c4c;
}
.inventory-m1 .vehicle-snapshot__main-info-row {
  display: flex;
  margin: -1em 0 0 -1em;
  padding-bottom: 8px;
}
.inventory-m1 .vehicle-snapshot__main-info-item {
  flex: auto;
  margin: 1em 0 0 1em;
}
.inventory-m1 .vehicle-snapshot__main-info-item:not(:last-of-type) {
  padding-right: 1em;
  border-right: 1px solid #dddddd;
}
.inventory-m1 .vehicle-snapshot__main-info-item .vehicle-snapshot__label {
  margin-bottom: 5px;
}
.inventory-m1 .vehicle-snapshot__special-price {
  color: black;
  opacity: 0.7;
  text-decoration: line-through;
  font-size: 11px;
  padding-left: 5px;
}
.inventory-m1 .vehicle-snapshot__info-row {
  display: flex;
  flex-wrap: wrap;
  margin: -1em 0 0 -1em;
}
.inventory-m1 .vehicle-snapshot__info-row:not(:first-of-type) {
  padding-top: 8px;
}
.inventory-m1 .vehicle-snapshot__info-item {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  flex: 1;
  padding: 1em 0 0 1em;
}
.inventory-m1 .vehicle-snapshot__info-item-mobile {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex: 1;
  padding: 1em 0 0 1em;
}
.inventory-m1 .vehicle-snapshot__info-text-container {
  align-self: center;
  padding-right: 10px;
}
.inventory-m1 .vehicle-snapshot__info-text-container-mobile {
  align-self: center;
  padding-left: 10px;
}
.inventory-m1 .vehicle-snapshot__info-icon-container {
  align-self: center;
  padding-left: 10px;
  border-left: 1px solid #dddddd;
}
.inventory-m1 .vehicle-snapshot__info-icon-container-mobile {
  align-self: center;
  padding-right: 10px;
  border-right: 1px solid #dddddd;
}
.inventory-m1 .vehicle-snapshot__info-text {
  font-size: 13px;
  line-height: normal;
  color: black;
}
.inventory-m1 .vehicle-snapshot__badges {
  margin-top: 10px;
}
.inventory-m1 .vehicle-snapshot__badges .badges__item {
  color: black;
  border-color: black;
  background-color: white;
}
.inventory-m1 .vehicle-snapshot__contact-footer {
  border-top: 1px solid #e6e6e6;
  background-color: #f3f3f3;
  padding-left: 15px;
  padding-right: 7px;
}
.inventory-m1 .vehicle-snapshot__contact-footer-button {
  font-size: 13px;
  min-width: 42px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 10px 15px;
}
.inventory-m1 .inventory-results-container {
  position: relative;
}
.inventory-m1 .inquiry-form {
  display: none;
  position: absolute;
  top: 75px;
  bottom: 15px;
  right: -280px;
  width: 280px;
  z-index: 990;
}
@media (min-width: 1850px) {
  .inventory-m1 .inquiry-form {
    display: block;
  }
}
.inventory-m1 .inquiry-form__sticky {
  position: sticky;
  top: 75px;
  bottom: 30px;
}
.inventory-m1 .inquiry-form .terms-conditions {
  color: black;
  margin-top: 10px;
  margin-bottom: 0;
}
.inventory-m1 .inquiry-form .terms-conditions a {
  text-decoration: underline;
  color: inherit;
}
.inventory-m1 .inquiry-form .terms-conditions a:hover {
  color: #b2b2b2;
}
.inventory-m1 .inquiry-form .lead-form-trade-in__checkbox {
  margin-top: -13px;
  margin-left: -2px;
}
.inventory-m1 .inquiry-form .lead-form-services__toggle {
  margin-top: -5px;
}
.inventory-m1 .loading-section-parent {
  display: none;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  margin: auto;
  text-align: center;
  z-index: 999;
  opacity: 0.85;
}
.inventory-m1 .loading-section-parent .loading-section {
  margin: 150px auto;
  position: sticky;
  top: 150px;
}
.inventory-m1 .loading-section-parent .loading-section i {
  color: black;
}
.inventory-m1 .message-counter {
  color: black;
}
.inventory-m1 .counter-error {
  color: red;
}
.inventory-m1-modal .call-us-text,
.details-m1-modal .call-us-text {
  font-weight: 400;
  font-size: 22px;
}
.inventory-m1-modal .call-us-row,
.details-m1-modal .call-us-row {
  padding: 8px 0px;
}
.inventory-m1-modal .call-us-disclaimer .disclaimer,
.details-m1-modal .call-us-disclaimer .disclaimer {
  color: inherit;
  font-size: 11px;
  line-height: 1.5em;
}
.inventory-m1-modal .call-us-disclaimer .disclaimer a,
.details-m1-modal .call-us-disclaimer .disclaimer a,
.inventory-m1-modal .call-us-disclaimer .disclaimer a:hover,
.details-m1-modal .call-us-disclaimer .disclaimer a:hover {
  color: inherit;
}
.details-m1 {
  
}
.details-m1 p {
  line-height: 1.75;
}
.details-m1 .form-control {
  border-radius: 3px;
  background-color: white;
  color: black;
  border-color: white;
  
}
.details-m1 .form-control {
  border-color: #e6e6e6;
}
.details-m1 .form-control::-webkit-input-placeholder {
  color: black;
}
.details-m1 .form-control::-moz-placeholder {
  color: black;
  opacity: 1;
}
.details-m1 .form-control:-ms-input-placeholder {
  color: black;
}
.details-m1 select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.details-m1 .vdp-header-bar-wrapper {
  position: relative;
  z-index: 600;
}
.details-m1 .vdp-header-bar {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.14);
  background-color: #f3f3f3;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .breadcrumb {
    display: none;
  }
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .vdp-header-bar__title,
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .vdp-header-bar__price,
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .vdp-header-bar__mileage {
    font-size: 18px;
  }
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .vdp-header-bar__price-secondary {
    font-size: 11px;
  }
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .vdp-header-bar__subtitle {
    font-size: 14px;
  }
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .vdp-header-bar__price {
    display: inline-block;
  }
  .details-m1 .vdp-header-bar.vdp-header-bar--sticky .vdp-header-bar__price-secondary {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(-3px);
  }
}
.details-m1 .vdp-header-bar .breadcrumb {
  top: auto;
  padding: 0 0 15px 0;
  margin-bottom: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .details-m1 .vdp-header-bar .breadcrumb {
    text-align: center;
  }
}
.details-m1 .vdp-header-bar .breadcrumb li:before {
  color: rgba(0, 0, 0, 0.8);
  padding: 0 0 0 2px;
  font-size: 12px;
}
.details-m1 .vdp-header-bar .breadcrumb a {
  color: black;
  font-size: 12px;
}
.details-m1 .vdp-header-bar .breadcrumb a:hover,
.details-m1 .vdp-header-bar .breadcrumb a:focus,
.details-m1 .vdp-header-bar .breadcrumb a:active {
  color: black;
  color: #4c4c4c;
}
.details-m1 .vdp-header-bar .breadcrumb li:last-of-type a,
.details-m1 .vdp-header-bar .breadcrumb li:last-of-type a:hover,
.details-m1 .vdp-header-bar .breadcrumb li:last-of-type a:active,
.details-m1 .vdp-header-bar .breadcrumb li:last-of-type a.active,
.details-m1 .vdp-header-bar .breadcrumb li:last-of-type a.focus {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .details-m1 .vdp-header-bar__left-column {
    text-align: center;
    margin-bottom: 15px;
  }
}
.details-m1 .vdp-header-bar__title {
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2px;
  transition: font-size 0.2s linear;
}
@media (min-width: 768px) {
  .details-m1 .vdp-header-bar__title {
    font-size: 24px;
  }
}
.details-m1 .vdp-header-bar__title.font-primary {
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
}
.details-m1 .vdp-header-bar__subtitle {
  color: black;
  font-size: 14px;
  transition: font-size 0.2s linear;
}
@media (min-width: 768px) {
  .details-m1 .vdp-header-bar__subtitle {
    font-size: 15px;
  }
}
.details-m1 .vdp-header-bar__subtitle.font-primary {
  text-transform: none;
  letter-spacing: 0.02em;
}
.details-m1 .vdp-header-bar__right-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
@media (min-width: 992px) {
  .details-m1 .vdp-header-bar__right-column {
    justify-content: flex-end;
  }
}
.details-m1 .vdp-header-bar__price-container {
  padding: 5px 30px 5px 0;
  border-right: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .details-m1 .vdp-header-bar__price-container {
    padding: 0 20px;
  }
}
.details-m1 .vdp-header-bar__mileage-container {
  padding: 5px 0 5px 30px;
}
@media (min-width: 992px) {
  .details-m1 .vdp-header-bar__mileage-container {
    padding: 0 0 0 20px;
  }
}
.details-m1 .vdp-header-bar__mileage-heading,
.details-m1 .vdp-header-bar__mileage,
.details-m1 .vdp-header-bar__price-heading,
.details-m1 .vdp-header-bar__price {
  margin: 0;
}
.details-m1 .vdp-header-bar__price-heading,
.details-m1 .vdp-header-bar__mileage-heading {
  color: black;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
}
.details-m1 .vdp-header-bar__price,
.details-m1 .vdp-header-bar__mileage {
  color: black;
  font-size: 24px;
  font-weight: 700;
  transition: font-size 0.2s linear;
}
.details-m1 .vdp-header-bar__price.font-primary,
.details-m1 .vdp-header-bar__mileage.font-primary {
  text-transform: none;
  font-weight: 700;
}
@media (min-width: 768px) {
  .details-m1 .vdp-header-bar__price,
  .details-m1 .vdp-header-bar__mileage {
    font-size: 26px;
  }
}
.details-m1 .vdp-header-bar__price-secondary {
  text-decoration: line-through;
  color: black;
  opacity: 0.6;
  font-size: 12px;
}
.details-m1 .vdp-header-bar__email-for-price.font-primary,
.details-m1 .vdp-header-bar__email-for-mileage.font-primary {
  text-transform: none;
  font-weight: bold;
  cursor: pointer;
  color: black;
}
.details-m1 .vdp-header-bar__email-for-price.font-primary:hover,
.details-m1 .vdp-header-bar__email-for-mileage.font-primary:hover {
  color: black;
  color: #4c4c4c;
}
.details-m1 .vdp-header-bar__lead-buttons {
  margin-top: 15px;
  display: none;
}
@media (min-width: 992px) {
  .details-m1 .vdp-header-bar__lead-buttons {
    display: flex;
  }
}
.details-m1 .vdp-header-bar__lead-buttons .btn {
  font-size: 13px;
  flex-basis: 19.5%;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .details-m1 .vdp-header-bar__lead-buttons .btn {
    flex-grow: 0;
  }
}
.details-m1 .vdp-header-bar__lead-buttons .btn:not(:last-child) {
  margin-right: 0.625%;
}
.details-m1 .vdp-vehicle-specs {
  padding-top: 20px;
}
.details-m1 .vdp-carousel-block {
  margin-bottom: 15px;
}
.details-m1 .vdp-carousel-block__carousel-control-left.carousel-control {
  background-image: none;
  margin-left: 10px;
}
.details-m1 .vdp-carousel-block__carousel-control-right.carousel-control {
  background-image: none;
  margin-right: 10px;
}
.details-m1 .vdp-carousel-block .carousel-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  clear: both;
}
.details-m1 .vdp-carousel-block .carousel-control {
  width: 4%;
  opacity: 1;
}
.details-m1 .vdp-carousel-block .carousel-control .left,
.details-m1 .vdp-carousel-block .carousel-control .right {
  margin-left: 0;
  margin-right: 0;
}
.details-m1 .vdp-carousel-block .glyphicon-chevron-left,
.details-m1 .vdp-carousel-block .glyphicon-chevron-right,
.details-m1 .vdp-carousel-block .icon-next,
.details-m1 .vdp-carousel-block .icon-prev {
  width: 60px;
  height: 60px;
  margin-top: -15px;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 58px;
  z-index: 550;
}
@media (max-width: 768px) {
  .details-m1 .vdp-carousel-block .glyphicon-chevron-left,
  .details-m1 .vdp-carousel-block .glyphicon-chevron-right,
  .details-m1 .vdp-carousel-block .icon-next,
  .details-m1 .vdp-carousel-block .icon-prev {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
  }
}
.details-m1 .vdp-carousel-block__carousel-control-icon.glyphicon {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 15px;
  line-height: 27px;
  border-radius: 100%;
  border: 2px solid white;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .details-m1 .vdp-carousel-block__carousel-control-icon.glyphicon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 35px;
  }
}
.details-m1 .vdp-carousel-block .box-group__header {
  display: none;
}
@media (min-width: 768px) {
  .details-m1 .vdp-carousel-block .box-group__header {
    display: block;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .details-m1 .vdp-carousel-block .box-group__header {
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .details-m1 .vdp-carousel-block .box-group__body {
    padding: 0;
    border: none;
  }
  .details-m1 .vdp-carousel-block .box-group__body .image-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
  }
}
.details-m1 .vdp-carousel-block__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
}
.details-m1 .vdp-carousel-block__top-bar--mobile {
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .details-m1 .vdp-carousel-block__top-bar--mobile {
    display: none;
  }
}
.details-m1 .vdp-carousel-block__media-buttons {
  margin: 5px 0;
}
.details-m1 .vdp-carousel-block__share-heading {
  display: inline-block;
  font-size: 11px;
  margin: 0 10px 0 0;
}
@media (min-width: 390px) {
  .details-m1 .vdp-carousel-block__share-heading {
    font-size: 12px;
    margin-right: 15px;
  }
}
.details-m1 .vdp-carousel-block__share-buttons {
  display: flex;
  align-items: center;
}
.details-m1 .vdp-carousel-block__social-link {
  text-align: center;
}
.details-m1 .vdp-carousel-block__social-link:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 390px) {
  .details-m1 .vdp-carousel-block__social-link:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .details-m1 .vdp-carousel-block__social-link:not(:last-child) {
    margin-right: 20px;
  }
}
.details-m1 .vdp-carousel-block__facebook-link {
  color: white;
  background-color: #267dff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 18px;
}
.details-m1 .vdp-carousel-block__facebook-link:hover {
  background-color: #0c6eff;
}
.details-m1 .vdp-carousel-block__twitter-link {
  color: #1897f0;
  font-size: 22px;
}
.details-m1 .vdp-carousel-block__twitter-link:hover {
  color: #0f8ae0;
}
.details-m1 .vdp-carousel-block__photos-button.btn,
.details-m1 .vdp-carousel-block__video-button.btn {
  font-size: 11px;
}
@media (min-width: 390px) {
  .details-m1 .vdp-carousel-block__photos-button.btn,
  .details-m1 .vdp-carousel-block__video-button.btn {
    font-size: 12px;
  }
}
.details-m1 .vdp-carousel-block__video-button.btn {
  margin-left: 5px;
}
.details-m1 .vdp-carousel-block__badges {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .details-m1 .vdp-carousel-block__badges {
    display: block;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .details-m1 .vdp-carousel-block__badges {
    margin-top: 20px;
  }
}
.details-m1 .vdp-carousel-block__badges .badges__item {
  color: black;
  border-color: black;
  background-color: white;
}
.details-m1 .vdp-financing-block {
  margin-bottom: 15px;
  text-align: center;
  color: black;
}
.details-m1 .vdp-financing-block > * {
  flex: 1;
}
.details-m1 .vdp-financing-block > *:nth-child(1) {
  padding: 10px 20px 20px 20px;
}
@media (min-width: 768px) {
  .details-m1 .vdp-financing-block > *:nth-child(1) {
    padding: 20px 40px;
  }
}
.details-m1 .vdp-financing-block > *:nth-child(2) {
  border-top: 1px solid #cccccc;
  padding: 20px 20px 20px 20px;
}
@media (min-width: 768px) {
  .details-m1 .vdp-financing-block > *:nth-child(2) {
    padding: 20px;
    border-top: none;
    border-left: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .details-m1 .vdp-financing-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.details-m1 .vdp-financing-block__right-column > div:not(:last-child) {
  margin-bottom: 10px;
}
.details-m1 .vdp-financing-block__apply-heading {
  margin-bottom: 10px;
}
.details-m1 .vdp-financing-block__apply-heading-icon {
  vertical-align: text-top;
  margin-right: 5px;
}
.details-m1 .vdp-financing-block__apply-heading-text {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  display: inline;
}
.details-m1 .vdp-financing-block__apply-button.btn {
  width: 100%;
  max-width: 200px;
}
.details-m1 .vdp-share-block__body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__body {
    text-align: left;
    padding: 10px 0;
  }
}
.details-m1 .vdp-share-block__left-column {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__left-column {
    padding-right: 50px;
  }
}
.details-m1 .vdp-share-block__right-column {
  padding: 0 0 0 30px;
  border-left: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__right-column {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__social {
    display: flex;
    align-items: center;
  }
}
.details-m1 .vdp-share-block__social-heading {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.details-m1 .vdp-share-block__social-icon {
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  background-color: #0c518c;
  border-radius: 100%;
}
.details-m1 .vdp-share-block__social-icon:hover {
  background-color: #0a4375;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__social-icon {
    margin-right: 10px;
  }
}
.details-m1 .vdp-share-block__social-share-link {
  color: black;
}
.details-m1 .vdp-share-block__social-share-link.font-primary {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}
.details-m1 .vdp-share-block {
  display: none;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .details-m1 .vdp-share-block {
    display: block;
  }
}
.details-m1 .vdp-share-block__body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__body {
    text-align: left;
    padding: 10px 0;
  }
}
.details-m1 .vdp-share-block__left-column {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__left-column {
    padding-right: 50px;
  }
}
.details-m1 .vdp-share-block__right-column {
  padding: 0 0 0 30px;
  border-left: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__right-column {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__social {
    display: flex;
    align-items: center;
  }
}
.details-m1 .vdp-share-block__social-heading {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.details-m1 .vdp-share-block__social-icon {
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: black;
  background-color: #b5b5b5;
  border-radius: 100%;
}
.details-m1 .vdp-share-block__social-icon:hover {
  background-color: #c2c2c2;
  color: black;
}
@media (min-width: 768px) {
  .details-m1 .vdp-share-block__social-icon {
    margin-right: 10px;
  }
}
.details-m1 .vdp-share-block__social-share-link {
  font-size: 14px;
  font-weight: 600;
  color: #0c0c0c;
}
.details-m1 .vdp-share-block__social-share-link:hover {
  color: black;
}
.details-m1 .vdp-info-block {
  margin-bottom: 15px;
}
.details-m1 .vdp-info-block__info-item {
  display: flex;
  align-items: center;
}
.details-m1 .vdp-info-block__info-item:not(:last-child) {
  margin-bottom: 25px;
}
.details-m1 .vdp-info-block__info-item:last-child {
  margin-bottom: 5px;
}
.details-m1 .vdp-info-block__info-item-text {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}
.details-m1 .vdp-info-block__info-item-title.font-primary {
  font-size: 11px;
  text-transform: none;
  font-weight: 700;
  line-height: normal;
  color: black;
}
.details-m1 .vdp-info-block__info-item-description {
  font-size: 14px;
  text-transform: none;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: black;
}
@media (min-width: 768px) {
  .details-m1 .vdp-info-block__info-item-description {
    font-size: 16px;
  }
}
.details-m1 .vdp-info-block__info-item-description a {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.details-m1 .vdp-info-block__info-item-description a:hover {
  color: black;
  color: #4c4c4c;
}
.details-m1 .vdp-info-block__info-item .vehicle-info-icon {
  background-color: transparent;
}
.details-m1 .vdp-info-block__info-item .vehicle-info-icon__fill-primary {
  fill: black;
}
.details-m1 .vdp-info-block__fuel {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.details-m1 .vdp-info-block__fuel-title.font-primary {
  flex-basis: 100%;
  font-size: 0.785em;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  color: black;
  margin-bottom: 10px;
}
.details-m1 .vdp-info-block__fuel-city {
  margin-right: 15px;
}
.details-m1 .vdp-info-block__fuel-highway {
  margin-left: 15px;
}
.details-m1 .vdp-info-block__fuel-icon {
  margin: 0 15px;
  height: 50px;
  width: 50px;
  padding: 1px;
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
}
.details-m1 .vdp-info-block__fuel-icon .vehicle-info-icon__fill {
  fill: black;
}
.details-m1 .vdp-info-block__fuel-text.font-primary {
  font-size: 0.715em;
  font-weight: 700;
  line-height: normal;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.details-m1 .vdp-info-block__fuel-value {
  font-size: 1.43em;
  font-weight: 400;
  line-height: normal;
  color: black;
}
.details-m1 .vdp-contact-block,
.details-m1 .vdp-contact-block-mobile {
  margin-bottom: 15px;
}
.details-m1 .vdp-contact-block .lead-form .form-group--last,
.details-m1 .vdp-contact-block-mobile .lead-form .form-group--last {
  margin-bottom: 0;
}
.details-m1 .vdp-contact-block .lead-form .form-group--last .terms-conditions,
.details-m1 .vdp-contact-block-mobile .lead-form .form-group--last .terms-conditions {
  margin-top: 10px;
  font-size: 11px;
}
.details-m1 .vdp-contact-block .lead-form .form-group--last .terms-conditions a,
.details-m1 .vdp-contact-block-mobile .lead-form .form-group--last .terms-conditions a {
  text-decoration: underline;
  color: inherit;
}
.details-m1 .vdp-contact-block .lead-form .form-group--last .terms-conditions a:hover,
.details-m1 .vdp-contact-block-mobile .lead-form .form-group--last .terms-conditions a:hover {
  color: #b2b2b2;
}
.details-m1 .vdp-contact-block .lead-form .has-feedback .form-control-feedback,
.details-m1 .vdp-contact-block-mobile .lead-form .has-feedback .form-control-feedback {
  right: 5px;
}
.details-m1 .vdp-contact-block__disclaimer,
.details-m1 .vdp-contact-block-mobile__disclaimer {
  color: rgba(0, 0, 0, 0.8);
}
.details-m1 .vdp-contact-block .message-counter,
.details-m1 .vdp-contact-block-mobile .message-counter,
.details-m1 .vdp-contact-block .lead-form-trade-in,
.details-m1 .vdp-contact-block-mobile .lead-form-trade-in,
.details-m1 .vdp-contact-block .lead-form-services,
.details-m1 .vdp-contact-block-mobile .lead-form-services,
.details-m1 .vdp-contact-block .on-page-form-services,
.details-m1 .vdp-contact-block-mobile .on-page-form-services {
  color: black;
}
.details-m1 .vdp-contact-block .lead-form-services__toggle,
.details-m1 .vdp-contact-block-mobile .lead-form-services__toggle {
  color: black;
}
.details-m1 .vdp-contact-block .counter-error,
.details-m1 .vdp-contact-block-mobile .counter-error {
  color: red;
}
.details-m1 .vdp-custom-content {
  margin-bottom: 20px;
}
.details-m1 .vdp-banner {
  background-color: #262626;
  color: white;
  padding: 20px 0;
  margin-bottom: 15px;
}
.details-m1 .vdp-banner [class^="col"]:last-child {
  display: none;
  border-left: 1px solid white;
}
@media (min-width: 992px) {
  .details-m1 .vdp-banner [class^="col"]:last-child {
    display: block;
  }
}
.details-m1 .vdp-banner__item {
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 375px) {
  .details-m1 .vdp-banner__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .details-m1 .vdp-banner__item {
    justify-content: flex-start;
    padding: 20px 40px;
  }
}
.details-m1 .vdp-banner__item-icon {
  height: 25px;
  width: 25px;
  margin: 0 auto 10px;
}
@media (min-width: 375px) {
  .details-m1 .vdp-banner__item-icon {
    margin: 0;
  }
}
.details-m1 .vdp-banner__item-icon svg .vehicle-info-icon__fill-primary {
  fill: white;
}
.details-m1 .vdp-banner__item-text {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .details-m1 .vdp-banner__item-text {
    justify-content: flex-start;
    padding-left: 10px;
    border-left: 1px solid white;
  }
}
.details-m1 .vdp-banner__item-title.font-primary {
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-m1 .vdp-banner__item-button {
    flex-basis: 100%;
    text-align: center;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .details-m1 .vdp-banner__item-button {
    margin-left: auto;
  }
}
.details-m1 .vdp-banner__item-button .btn {
  letter-spacing: 0.2px;
}
.details-m1 .vdp-banner__item-button-text {
  font-weight: 700;
}
.details-m1 .vdp-vehicle-description-block {
  margin-bottom: 15px;
  color: black;
}
.details-m1 .vdp-vehicle-features-block {
  margin-bottom: 15px;
  color: black;
}
.details-m1 .vdp-vehicle-features-block .vehicle-feature-list {
  padding-left: 20px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .details-m1 .vdp-vehicle-features-block .vehicle-feature-list {
    column-count: 2;
    column-gap: 35px;
  }
}
.details-m1 .vdp-vehicle-features-block .vehicle-feature-list__item {
  padding: 0;
  margin-bottom: 5px;
  line-height: initial;
}
.details-m1 .vdp-vehicle-features-block .vehicle-feature-list__item:before {
  content: "\2022";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 18px;
  vertical-align: middle;
}
.details-m1 .vdp-dealer-services-block {
  margin-bottom: 15px;
}
.details-m1 .vdp-safety-block {
  margin-bottom: 15px;
  color: black;
}
.details-m1 .vdp-dealer-info-block__dealer-address {
  margin: 0;
}
.details-m1 .vdp-dealer-info-block__dealer-name {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  color: black;
}
.details-m1 .vdp-dealer-info-block__dealer-link {
  display: flex;
  font-weight: 700;
}
.details-m1 .vdp-dealer-info-block__dealer-link:not(:last-child) {
  margin-bottom: 5px;
}
.details-m1 .vdp-dealer-info-block__dealer-link-icon {
  flex-basis: 25px;
  color: black;
}
.details-m1 .vdp-dealer-info-block__dealer-link-text {
  padding: 0;
  appearance: none;
  outline: none;
  background: none;
  border: none;
  font-weight: 700;
  color: #0c0c0c;
}
.details-m1 .vdp-dealer-info-block__dealer-link-text:hover {
  color: black;
}
.details-m1 .vdp-dealer-info-block__dealer-link-plain-text {
  font-weight: 400;
  color: black;
}
.details-m1 .vdp-dealer-info-block__dealer-map-link .vdp-dealer-info-block__dealer-link-text {
  color: black;
  font-weight: 400;
}
.details-m1 .vdp-dealer-info-block__dealer-map-link .vdp-dealer-info-block__dealer-link-text:hover {
  color: black;
  color: #4c4c4c;
}
.details-m1 .vdp-dealer-info-block__map {
  margin-top: 20px;
  border: 1px solid #e6e6e6;
}
.details-m1 .vdp-dealer-info-block__map-embed {
  padding-bottom: 40%;
}
.details-m1 .vdp-dealer-info-block__map-footer {
  padding: 15px;
  text-align: center;
}
.details-m1 .vdp-dealer-info-block__map-footer a {
  font-weight: 700;
  color: #0c0c0c;
}
.details-m1 .vdp-dealer-info-block__map-footer a:hover {
  color: black;
}
.details-m1 .vdp-dealer-info-block__disclaimer {
  margin: 5px 0 15px 0;
}
.details-m1 .vdp-dealer-info-block__disclaimer .disclaimer--phone-leads {
  line-height: 1.3rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
}
.details-m1 .vdp-payment-info .box-group__body {
  padding: 10px 0;
  border: none;
}
.details-m1 .vdp-payment-info__items {
  display: block;
}
@media screen and (min-width: 500px) {
  .details-m1 .vdp-payment-info__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.details-m1 .vdp-payment-info__item {
  padding: 15px;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .details-m1 .vdp-payment-info__item {
    flex-basis: 49%;
  }
}
@media screen and (min-width: 768px) {
  .details-m1 .vdp-payment-info__item {
    flex-basis: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .details-m1 .vdp-payment-info__item {
    flex: 1;
  }
  .details-m1 .vdp-payment-info__item:not(:last-child) {
    margin-right: 10px;
  }
}
.details-m1 .vdp-payment-info__item-title {
  font-size: 12px;
  font-weight: 700;
  color: black;
  margin: 0 0 5px 0;
}
.details-m1 .vdp-payment-info__item-value {
  color: black;
  font-size: 14px;
  margin: 0;
}
.details-m1 .vdp-disclaimer {
  text-align: center;
  padding: 20px 0 30px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.details-m1 .vdp-disclaimer p {
  margin: 0;
}
.details-m1 .btn-default,
.details-m1 .btn-default:focus {
  background-color: #f3f3f3;
  color: #0c518c;
  border-color: #0c518c;
}
.details-m1 .btn-default:before,
.details-m1 .btn-default:focus:before {
  background-color: white;
}
.details-m1 .btn-default:hover,
.details-m1 .btn-default:active,
.details-m1 .btn-default.active,
.details-m1 .btn-default:active:focus {
  background-color: white;
  color: #0c518c;
  border-color: #0c518c;
}
.details-m1 .btn-default:disabled,
.details-m1 .btn-default.disabled {
  background-color: #e6e6e6;
}
.details-m1 .tab-content {
  color: black;
}
.details-m1 .leadvehicleinquiry {
  padding: 10px 10px 0 10px;
}
.details-m1 .leadvehicleinquiry .form-control {
  background-color: white;
  border: 1px solid white;
  color: black;
}
.details-m1 .leadvehicleinquiry .form-control::placeholder {
  color: #262626;
}
.details-m1 .leadvehicleinquiry__feedback {
  right: 15px;
}
.details-m1 .modal .alert {
  padding: 5px 8px;
  font-size: 12px;
}
.details-m1 .modal .vehicle-img img {
  margin-bottom: 10px;
}
.details-m1 .alert {
  padding: 5px 15px;
  font-size: 16px;
}
.details-m1 .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.details-m1 .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.details-m1 .videoWrapper video {
  width: 100% !important;
  height: auto !important;
}
.about-m1 {
  color: black;
}
.about-m1 h2 {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.staff-m1 .page-title-headings > h2,
.staff-m1 .page-title-headings > h1 {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.staff-m1 .staff-member {
  background-color: #dddddd;
}
.staff-m1 .staff-member .staff-info {
  border-bottom: 3px solid #d9d9d9;
  background-color: white;
  color: black;
}
.staff-m1 .staff-member .staff-info .staff-phone,
.staff-m1 .staff-member .staff-info .staff-phone i,
.staff-m1 .staff-member .staff-info a {
  color: black;
}
.staff-m1 .staff-member .staff-photo .staff-name {
  color: white;
  background-color: #0c518c;
}
.staff-m1 .staff-member .staff-photo .staff-title {
  color: black;
  background-color: #dddddd;
}
.testimonials-m1 {
  color: black;
}
.testimonials-m1 h2 {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonials-m1 .testimonial-spacer {
  border-bottom: 1px solid #dddddd;
}
.contact-m1 h2 {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-m1 .contact-card {
  background-color: #f3f3f3;
}
.contact-m1 .contact-card label,
.contact-m1 .contact-card label::after {
  color: black;
}
.contact-m1 .contact-card textarea,
.contact-m1 .contact-card select,
.contact-m1 .contact-card input {
  background-color: white;
  border-color: white;
  color: black;
}
.contact-m1 .contact-card textarea::placeholder,
.contact-m1 .contact-card input::placeholder,
.contact-m1 .contact-card input::after {
  color: #262626;
}
.contact-m1 .dealer-info-card {
  color: black;
}
.contact-m1 .dealer-info-card .c-tablecell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.contact-m1 .subhead-title,
.contact-m1 .subhead-title span {
  color: black;
  border-bottom-color: #262626;
}
.privacypolicy,
.termsandconditions {
  color: black;
}
.privacypolicy a,
.termsandconditions a {
  color: black;
}
.privacypolicy a:hover,
.termsandconditions a:hover {
  color: #4c4c4c;
}
@media (max-width: 991px) {
  .footer .disclaimer--phone-leads {
    text-align: center;
  }
}
/* Lazy loading and reload 
===============================================================================*/

.default-src-error {
  background-color: #262626;
}
.item.initial {
  background-color: #262626;
}
@media screen and (max-width: 647px) {
  .item.loading-image {
    background-color: #262626;
    background-size: 200% 200%;
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .item.loading-image {
    background: linear-gradient(130deg, transparent, #262626, transparent);
    background-size: 200% 200%;
    -webkit-animation: Animation 1000ms linear infinite;
    -moz-animation: Animation 1000ms linear infinite;
    animation: Animation 1000ms linear infinite;
    z-index: 0;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
