.box-shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0.75);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0.75);
}
.img-transition-smoothing {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 1px transparent;
          box-shadow: 0px 0px 1px transparent;
  image-rendering: smooth;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.grow-rotate {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 1px transparent;
          box-shadow: 0px 0px 1px transparent;
  -webkit-transform: perspective(1px) translateZ(0px);
          transform: perspective(1px) translateZ(0px);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
}
.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(-5deg);
          transform: scale(1.1) rotate(-5deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.shadowed {
  -webkit-filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.5));
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.5));
}
.desaturate {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(100%);
}
.empty-list {
  padding: 30px;
  background: rgba(217, 83, 79, 0.33);
  color: #000;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  border: 1px solid #ccc;
  border-radius: 0px;
  border-color: #d9534f;
}
.fontawesome-arrows .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.fontawesome-arrows .slider-arrow:hover:before {
  opacity: 1;
}
.fontawesome-arrows .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.fontawesome-arrows .slider-arrow-prev:before {
  content: "\f0a8";
}
.fontawesome-arrows .slider-arrow-next:before {
  content: "\f0a9";
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-flex:before,
.row-flex:after {
  display: none;
}
.row-flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-media {
  overflow: hidden;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-media li a {
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
.striperows {
  padding: 10px 0;
}
.striperows:nth-of-type(odd) {
  background: #efefef;
  color: #000;
}
.striperows:nth-of-type(even) {
  background: none;
}
@supports (-ms-ime-align: auto) {
  .remove-fixed-bg {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .remove-fixed-bg {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
.showroom-search .algolia-autocomplete .showroom-search-result-header {
  padding: 5px 10px;
}
.showroom-search .algolia-autocomplete .showroom-search-suggestions {
  overflow: hidden;
  padding: 5px 5px 10px;
}
.showroom-search .algolia-autocomplete .showroom-search-suggestions .showroom-search-result-item a {
  text-decoration: none;
}
.showroom-search .algolia-autocomplete .showroom-search-suggestions .thumbnail-frame {
  margin-bottom: 0;
}
.showroom-search .algolia-autocomplete .showroom-search-suggestions .strike-through {
  opacity: 0.67;
  font-weight: normal;
}
.showroom-search .algolia-autocomplete .showroom-search-suggestions .showroom-search-result-item--summary div:first-child,
.showroom-search .algolia-autocomplete .showroom-search-suggestions .showroom-search-result-item--summary div:last-child {
  font-weight: bold;
}
.ModDx1ShowroomSearchC .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ModDx1ShowroomSearchC .search-container .invsearch-title {
  display: none;
}
.ModDx1ShowroomSearchC .search-container .invsearch-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: auto!important;
}
.ModDx1ShowroomSearchC .search-container .invsearch-submit input {
  line-height: 1;
  padding: 0;
  width: 34px;
}
.featured-inventory .featured-group article {
  margin: 0;
}
.featured-inventory .featured-group article a {
  display: block;
}
.featured-inventory .featured-group article a:hover,
.featured-inventory .featured-group article a:focus,
.featured-inventory .featured-group article a:active {
  text-decoration: none;
}
.featured-inventory .featured-group article a:hover h4 {
  text-decoration: underline;
}
.featured-inventory .featured-group article h4 {
  max-height: 2.25em;
  overflow: hidden;
}
.featured-inventory .featured-group article .summary {
  border-top: none;
}
.featured-inventory .featured-group article .banner.sale {
  position: absolute;
  z-index: 1;
  top: -27px;
  left: -1px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #fff;
  line-height: 1;
  padding: 7px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
.featured-inventory .featured-group article .btn-contact .btn-text {
  top: 0;
}
.featured-inventory .featured-group.owl-carousel {
  background: none;
}
.featured-inventory .featured-group.owl-carousel .owl-stage-outer {
  border: none;
}
.featured-inventory .featured-group.owl-carousel .owl-nav {
  margin: 0;
}
.featured-inventory .featured-group.owl-carousel .owl-nav .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.featured-inventory .featured-group.owl-carousel .owl-nav .slider-arrow:hover:before {
  opacity: 1;
}
.featured-inventory .featured-group.owl-carousel .owl-nav .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.featured-inventory .featured-group.owl-carousel .owl-nav .slider-arrow-prev:before {
  content: "\f0a8";
}
.featured-inventory .featured-group.owl-carousel .owl-nav .slider-arrow-next:before {
  content: "\f0a9";
}
.featured-inventory .featured-group.owl-carousel .owl-dots {
  margin-top: 0;
}
.featured-inventory .featured-group.owl-carousel .owl-dot {
  border: 0;
  background: transparent;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.featured-inventory .featured-group.owl-carousel .owl-dot:before {
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
}
.featured-inventory .featured-group.owl-carousel .owl-dot.active:before {
  opacity: 0.75;
}
.featured-inventory .featured-group.owl-carousel .owl-dot span {
  display: none;
}
.showroom .oem-browse.oem-grid .oem-groups,
.fiche-viewer .oem-browse.oem-grid .oem-groups {
  background: none;
}
.showroom .oem-browse.oem-grid .oem-groups .header h2,
.fiche-viewer .oem-browse.oem-grid .oem-groups .header h2 {
  font-size: 1rem;
  font-weight: 700;
}
.showroom .oem-browse.oem-grid .oem-groups .group,
.fiche-viewer .oem-browse.oem-grid .oem-groups .group {
  font-size: 0.875rem;
}
.showroom .oem-browse.oem-grid .oem-groups .group ul,
.fiche-viewer .oem-browse.oem-grid .oem-groups .group ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.showroom .oem-browse.oem-grid .oem-groups .group li,
.fiche-viewer .oem-browse.oem-grid .oem-groups .group li {
  margin: 0;
  padding-bottom: 5px;
}
.showroom .oem-browse.oem-grid .oem-groups .DNNAligncenter,
.fiche-viewer .oem-browse.oem-grid .oem-groups .DNNAligncenter {
  padding: 5px 0;
}
.ModDx1ShowroomSearchFormC .search-form-wrapper {
  padding: 15px;
  min-height: 1px;
}
@media (min-width: 992px) {
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group {
    padding: 0;
    overflow: hidden;
  }
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group select,
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group input {
    margin: 0!important;
    margin-right: 5px!important;
  }
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group select.year-low-control-search,
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group select.price-low-control-search {
    margin-right: 5px!important;
  }
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group input.clear-button-search {
    margin-right: 0!important;
  }
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group label {
    font-size: 0.875rem;
    margin: 10px 5px 0 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group select,
  .ModDx1ShowroomSearchFormC .search-form-wrapper .form-group input {
    margin-right: 10px!important;
  }
}
.ModDx1ShowroomListC .display-switcher li:first-child a:after {
  content: "\f00a";
}
.ModDx1ShowroomListC .display-switcher li:last-child a:after {
  content: "\f00b";
}
.ModDx1ShowroomListC .display-switcher a {
  position: relative;
  line-height: 1;
}
.ModDx1ShowroomListC .display-switcher a:after {
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  padding-top: 2px;
}
.ModDx1ShowroomListC .display-switcher a img {
  display: none;
}
.ModDx1ShowroomListC .showroom-items .dx1-products .additional-price,
.ModDx1ShowroomListC .showroom-items .dx1-products .model-specs,
.ModDx1ShowroomListC .showroom-items .dx1-products .highlight-text,
.ModDx1ShowroomListC .showroom-items .dx1-products .tagline {
  font-size: 0.875rem;
}
.ModDx1ShowroomDetailsC .highlight-text {
  font-size: 0.875rem;
}
.ModDx1ShowroomDetailsC .features-specs h2.resp-accordion.resp-tab-active {
  border-bottom-right-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
@media (max-width: 767px) {
  .cp-details-wrapper .resp-tabs-container h2.resp-accordion {
    display: block;
  }
}
.cp-details-wrapper .resp-tabs-container h2.resp-accordion .resp-arrow {
  float: right;
}
.cp-details-wrapper .resp-tabs-container h2.resp-accordion.resp-tab-active {
  border-bottom-right-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.fiche-viewer .fiche-header-container {
  font-size: 0.875rem;
}
.fiche-viewer .oem-browse.oem-grid .oem-groups .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fiche-viewer .year-table-container {
  margin: 0 15px 15px 0;
}
.fiche-viewer .fiche-table .striperows td {
  border: none;
}
.fiche-viewer .fiche-table .striperows:nth-of-type(even) {
  background: none;
}
.ModDx1OEMPromoListC nav.listing-controls {
  padding: 0;
  text-align: initial;
}
@media (min-width: 640px) {
  .ModDx1OEMPromoListC nav.listing-controls {
    text-align: right;
  }
}
.ModDx1OEMPromoListC nav.listing-controls .display-switcher {
  display: none;
}
.ModDx1OEMPromoListC nav.listing-controls .page-list {
  margin: 0;
  min-width: 100px;
  float: none;
}
.ModDx1OEMPromoListC nav.listing-controls.listing-controls-top {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.ModDx1OEMPromoListC nav.listing-controls.listing-controls-bottom {
  padding-top: 10px;
}
.ModDx1OEMPromoListC nav.listing-controls.listing-controls-bottom .page-link.prev {
  margin-right: 10px;
}
.ModDx1OEMPromoListC nav.listing-controls.listing-controls-bottom .page-link.next {
  margin-left: 10px;
}
.ModDx1OEMPromoListC .dx1-products {
  overflow: hidden;
  margin: 0;
}
.ModDx1OEMPromoListC .dx1-products.promotions.default-card li {
  margin: 0;
  margin-bottom: 15px;
}
.ModDx1OEMPromoListC .dx1-products.promotions.default-card li a {
  border: none;
  padding: 0;
}
.ModDx1OEMPromoListC .dx1-products.promotions.default-card li .item-info {
  padding-left: 0;
}
@media (min-width: 601px) {
  .ModDx1OEMPromoListC .dx1-products.promotions.default-card li {
    float: left;
    margin-left: 1%;
  }
}
.ModDx1OEMPromoListC .dx1-products .promotion-info,
.ModDx1OEMPromoListC .dx1-products .item-info {
  padding-left: 15px;
}
.ModDx1OEMPromoListC .dx1-products .promotion-info h3,
.ModDx1OEMPromoListC .dx1-products .item-info h3 {
  margin-bottom: 5px;
}
.ModDx1OEMPromoListC .dx1-products .promotion-info header + p,
.ModDx1OEMPromoListC .dx1-products .item-info header + p {
  border-bottom: 2px solid;
  padding-bottom: 10px;
  color: #268206;
}
.ModDx1OEMPromoListC .dx1-products .promotion-info .promotion-details,
.ModDx1OEMPromoListC .dx1-products .item-info .promotion-details {
  color: #000;
}
@media (max-width: 639px) {
  .ModDx1OEMPromoListC .dx1-products li,
  .ModDx1OEMPromoListC .dx1-products.promotions.default-card li {
    max-width: 480px;
    margin: 0 auto 15px;
    float: none;
    overflow: hidden;
  }
  .ModDx1OEMPromoListC .dx1-products .thumbnail,
  .ModDx1OEMPromoListC .dx1-products .frame {
    width: 100%;
    margin-bottom: 10px;
    height: 275px;
  }
  .ModDx1OEMPromoListC .dx1-products .thumbnail img,
  .ModDx1OEMPromoListC .dx1-products .frame img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ModDx1OEMPromoListC .dx1-products .promotion-info,
  .ModDx1OEMPromoListC .dx1-products .item-info {
    padding-left: 0;
    width: 100%;
  }
  .ModDx1OEMPromoListC .dx1-products .promotion-info header + p,
  .ModDx1OEMPromoListC .dx1-products .item-info header + p {
    border: none;
  }
  .ModDx1OEMPromoListC .dx1-products .promotion-info .promotion-expiration-date,
  .ModDx1OEMPromoListC .dx1-products .item-info .promotion-expiration-date {
    padding: 0;
  }
}
#eventCalendarView.dx1-events-calendar-view .fc-prev-button,
#eventCalendarView.dx1-events-calendar-view .fc-month-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#eventCalendarView.dx1-events-calendar-view .fc-next-button,
#eventCalendarView.dx1-events-calendar-view .fc-agendaDay-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#eventCalendarView.dx1-events-calendar-view .fc-agendaWeek-button {
  border-radius: 0;
}
#eventCalendarView.dx1-events-calendar-view .fc-day-number {
  padding: 2px 5px;
}
#eventCalendarView.dx1-events-calendar-view .fc-event {
  padding: 2px 5px;
}
ol.dx1-events-default-listing li.event-item .col-sm-3 {
  padding-right: 15px!important;
}
ol.dx1-events-default-listing li.event-item .col-sm-3 img {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  padding: 0;
}
.ModDx1EventsListC .listing-controls.listing-controls-bottom {
  border: none;
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li {
  padding: 0;
  margin: 0;
  border: none;
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .col-sm-3 {
  text-align: center;
  margin-bottom: 15px!important;
}
@media (min-width: 768px) {
  .ModDx1EventsDetailsC ol.dx1-events-default-listing li .col-sm-3 {
    padding-right: 15px!important;
  }
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .col-sm-3 img {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  padding: 0;
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .title {
  float: none;
  margin-bottom: 5px!important;
  overflow: hidden;
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .title:last-of-type {
  margin-bottom: 15px!important;
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .title h3 {
  margin: initial;
}
@media (max-width: 991px) {
  .ModDx1EventsDetailsC ol.dx1-events-default-listing li .title h3 {
    margin-bottom: 10px;
  }
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .title .col-sm-5 {
  text-align: center;
}
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .title input,
.ModDx1EventsDetailsC ol.dx1-events-default-listing li .title a {
  float: none;
  margin-bottom: 0;
}
.ModDx1DealerInformationC .info-sidebar,
.ModDx1DealerInformationC .di-dealer-hours {
  font-size: 0.875rem;
}
.ModDx1DealerInformationC .info-sidebar .heading,
.ModDx1DealerInformationC .di-dealer-hours .heading,
.ModDx1DealerInformationC .info-sidebar dt.heading,
.ModDx1DealerInformationC .di-dealer-hours dt.heading {
  line-height: 1.1;
  padding: 5px 0!important;
}
.ModDx1DealerInformationC .info-sidebar .heading td,
.ModDx1DealerInformationC .di-dealer-hours .heading td,
.ModDx1DealerInformationC .info-sidebar dt.heading td,
.ModDx1DealerInformationC .di-dealer-hours dt.heading td {
  padding: 5px 0;
  line-height: 1.1;
}
.ModDx1DealerInformationC .info-sidebar tbody td,
.ModDx1DealerInformationC .di-dealer-hours tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ModDx1DealerInformationC .info-sidebar td,
.ModDx1DealerInformationC .di-dealer-hours td,
.ModDx1DealerInformationC .info-sidebar dl dt,
.ModDx1DealerInformationC .di-dealer-hours dl dt,
.ModDx1DealerInformationC .info-sidebar dl dd,
.ModDx1DealerInformationC .di-dealer-hours dl dd {
  border: none;
}
.ModDx1DealerInformationC .info-sidebar td:first-of-type,
.ModDx1DealerInformationC .di-dealer-hours td:first-of-type,
.ModDx1DealerInformationC .info-sidebar .di-day,
.ModDx1DealerInformationC .di-dealer-hours .di-day {
  padding-left: 15px;
}
.ModDx1DealerInformationC .info-sidebar td:last-of-type,
.ModDx1DealerInformationC .di-dealer-hours td:last-of-type {
  padding-left: 0;
}
.ModDx1DealerInformationC .di-dealer-hours dl:first-of-type {
  border-bottom: none!important;
  padding: 0;
}
.ModDx1DealerInformationC .info-footer {
  margin-bottom: 0;
}
.sidebar .DnnModule-Dx1DealerInformation {
  width: 100%;
  margin-right: 2%;
  float: left;
}
.sidebar .DnnModule-Dx1DealerInformation:nth-of-type(even) {
  margin-right: 0;
}
.em-view-form-wrap {
  padding-bottom: 15px;
}
.em-view-form-wrap .multi-choice label {
  font-weight: 500;
  font-size: 0.875rem;
}
.em-view-form-wrap .multi-choice input {
  position: relative;
  margin: 0;
  margin-right: 10px;
}
.em-view-form-wrap .form-check {
  padding-top: 0;
}
.em-view-form-wrap .form-check input {
  margin-right: 10px;
}
.em-view-form-wrap .submit-button {
  float: none;
  margin: 0;
}
.error-message {
  padding: 2px 4px;
  font-weight: 700;
  position: relative;
  top: 2px;
}
.form-check-label,
.error-text {
  margin: 0;
  font-size: 0.875rem;
}
.modal-dialog .btn-icon {
  display: none;
}
.modal-dialog .form-title {
  display: none;
}
.modal-dialog .modal-footer {
  text-align: left;
}
.modal-dialog p {
  font-size: 0.875rem;
  font-style: italic;
}
.ui-datepicker.ui-widget {
  border-radius: 0;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
}
.ui-datepicker.ui-widget .ui-datepicker-header {
  padding: 5px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
  font-family: "FontAwesome";
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  opacity: 0.75;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:focus,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:active,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:active {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
  margin: 0 10px;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  margin: 0;
  color: #434345;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 2%;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar {
  font-size: 0.875rem;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar th {
  padding: 5px;
  width: 14.286%;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
  padding: 5px;
}
.ui-datepicker.ui-widget .ui-state-hover {
  background: none;
  border: none;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
body form#Form[action="/login"] .brands-wrap,
body form#Form[action="/login"] .cta-wrap,
body form#Form[action="/login"] .featured-wrap,
body form#Form[action="/login"] #DealerFooter {
  display: none;
}
body form#Form[action="/login"] .contentpane {
  display: block !important;
}
body form#Form[action="/login"] #socialControls {
  padding: 50px 0px 50px;
}
ol,
ul {
  margin-bottom: 15px;
}
ul {
  list-style: disc;
}
.img-responsive {
  display: block;
  margin: 0px auto;
}
.progress-bar {
  background-color: #4ef414;
}
body:not(.dnnEditState) .DNNEmptyPane {
  display: none !important;
}
.jaeger .container {
  width: 100%;
  max-width: 1366px;
}
.jaeger .container-lg {
  max-width: 100%;
}
.jaeger img {
  max-width: 100%;
}
.jaeger #PageInfo {
  margin-bottom: 15px;
}
.jaeger #PageInfo h1 {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .jaeger #PageInfo h1 {
    font-size: 29.4px;
  }
}
.jaeger .container-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .jaeger .form-wrap {
    background: #f1f1f1;
    border: 1px solid #ccc;
    margin: 0;
    padding: 50px 15px;
  }
}
.text-shadow {
  text-shadow: 0 0 3px rgba(0, 0, 0.75);
}
html {
  font-size: 16px;
}
body,
p,
.Normal {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Teko', sans-serif;
  font-weight: 900;
  margin-top: 0;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 42px;
  margin: 0 0 15px;
}
h1.small,
.h1.small {
  font-size: 29.4px;
}
h2,
.h2 {
  font-size: 33px;
  margin: 0 0 15px;
}
h3,
.h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.disclaimer-content,
.disclaimer-text {
  font-size: 0.75rem;
}
.btn-primary,
.btn-primary:visited {
  background: #4ef414 !important;
  border: 1px solid;
  border-color: #3ccb0a;
  color: #000 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.btn-primary.btn-content,
.btn-primary:visited.btn-content,
.btn-primary.content-btn,
.btn-primary:visited.content-btn {
  display: block;
  margin: 0px auto;
  max-width: 435px;
  padding: 20px 10px 17px;
  width: 100%;
}
.btn-primary:hover,
.btn-primary:visited:hover,
.btn-primary:active,
.btn-primary:visited:active,
.btn-primary:focus,
.btn-primary:visited:focus,
.btn-primary:focus:hover,
.btn-primary:visited:focus:hover,
.btn-primary:active:hover,
.btn-primary:visited:active:hover {
  background: #000 !important;
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4ef414 !important;
}
.btn-primary:focus,
.btn-primary:visited:focus {
  outline-color: #4ef414;
}
.btn-default,
.btn-default:visited {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:visited:hover,
.btn-default:active,
.btn-default:visited:active,
.btn-default:focus,
.btn-default:visited:focus,
.btn-default:focus:hover,
.btn-default:visited:focus:hover,
.btn-default:active:hover,
.btn-default:visited:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.btn-default:focus,
.btn-default:visited:focus {
  outline-color: #4ef414;
}
.btn-default:visited,
.btn-default:visited:visited {
  color: #4ef414;
}
.btn {
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  border-radius: 0px !important;
  text-transform: uppercase;
}
.jaeger a {
  color: #268206;
  text-decoration: underline;
}
.jaeger a:hover,
.jaeger a:active {
  color: #113903;
}
.jaeger a:visited {
  color: #268206;
}
.jaeger a:focus {
  outline-color: #4ef414;
}
.jaeger .btn-primary {
  background: #4ef414 !important;
  border: 1px solid;
  border-color: #3ccb0a;
  color: #000 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.jaeger .btn-primary.btn-content,
.jaeger .btn-primary.content-btn {
  display: block;
  margin: 0px auto;
  max-width: 435px;
  padding: 20px 10px 17px;
  width: 100%;
}
.jaeger .btn-primary:hover,
.jaeger .btn-primary:active,
.jaeger .btn-primary:focus,
.jaeger .btn-primary:focus:hover,
.jaeger .btn-primary:active:hover {
  background: #000 !important;
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4ef414 !important;
}
.jaeger .btn-primary:focus {
  outline-color: #4ef414;
}
.jaeger .btn-primary .btn-icon {
  display: none;
}
.jaeger .btn-default {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.jaeger .btn-default:hover,
.jaeger .btn-default:active,
.jaeger .btn-default:focus,
.jaeger .btn-default:focus:hover,
.jaeger .btn-default:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.jaeger .btn-default:focus {
  outline-color: #4ef414;
}
.jaeger .btn-default:visited {
  color: #4ef414;
}
.jaeger .btn-default .btn-icon {
  display: none;
}
.jaeger .breadcrumb-wrap {
  font-size: 0.875rem;
  margin-top: 10px;
}
.jaeger .breadcrumb-wrap span[itemprop="itemListElement"]:last-of-type a {
  color: #000;
  cursor: text;
  text-decoration: none;
}
.jaeger .sidebar-btn-wrap {
  text-align: center;
}
.jaeger .sidebar-btn-wrap .sidebar-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.jaeger .sidebar-btn-wrap .sidebar-btn-group .btn {
  margin-bottom: 15px;
}
.jaeger .fax a {
  pointer-events: none;
}
.jaeger #content404 .row-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 640px) {
  .jaeger #content404 .row-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.jaeger #content404 .links-404 {
  list-style-type: none;
  margin-left: 0;
  gap: 15px;
}
.jaeger #content404 .links-404 li {
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  .jaeger #content404 .links-404 li {
    width: calc(50% - 7.5px);
  }
}
@media (min-width: 768px) {
  .jaeger #content404 .links-404 li {
    width: calc(33% - 7.5px);
  }
}
.jaeger #content404 .links-404 .btn-primary {
  width: 100%;
  max-width: 434px;
}
/* @nav_breakpoint is set on the navigation.less file, it is used for consistency
between mobile/hamburger menu breakpoints and how the header is arranged around it */
.header-section-flow {
  display: none;
}
@media (min-width: 1200px) {
  .header-section-flow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 42px;
    width: auto;
  }
}
.header-text-styles {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .header-text-styles {
    font-size: 18px !important;
  }
}
.jaeger header.header {
  background-color: #fff;
}
.jaeger header.header .header-info-wrap {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .jaeger header.header .header-info-wrap {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .jaeger header.header .header-info-wrap {
    padding: 20px 0;
  }
}
.jaeger header.header .header-info-wrap .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .jaeger header.header .header-info-wrap .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px;
  }
}
.jaeger header.header .header-info-wrap a {
  color: #000;
  line-height: normal;
  text-decoration: none !important;
}
.jaeger header.header .header-info-wrap a:hover {
  color: #268206;
}
.jaeger header.header .header-info-wrap a:hover .fa {
  color: #000;
}
.jaeger header.header .header-info-wrap a .fa {
  color: #268206;
  font-size: 22px;
  padding: 0 10px;
}
.jaeger header.header .header-info-wrap .header-address {
  display: none;
}
@media (min-width: 1200px) {
  .jaeger header.header .header-info-wrap .header-address {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 42px;
    width: auto;
  }
}
.jaeger header.header .header-info-wrap .header-address address {
  line-height: normal;
  margin: 0px;
}
.jaeger header.header .header-info-wrap .header-address .comma {
  display: inline;
}
.jaeger header.header .header-info-wrap .header-address br {
  display: none;
}
.jaeger header.header .header-info-wrap .header-phone {
  display: none;
}
@media (min-width: 1200px) {
  .jaeger header.header .header-info-wrap .header-phone {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 42px;
    width: auto;
  }
}
.jaeger header.header .header-info-wrap .header-social-wrap {
  display: none;
}
@media (min-width: 1200px) {
  .jaeger header.header .header-info-wrap .header-social-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 42px;
    width: auto;
  }
}
.jaeger header.header .header-info-wrap .header-social-wrap .header-social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.jaeger header.header .header-info-wrap .header-social-wrap .header-social li {
  font-size: 22px;
}
.jaeger header.header .header-info-wrap .header-social-wrap .header-social li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.jaeger header.header .header-info-wrap .header-social-wrap .header-social li a .fa {
  color: #000;
}
.jaeger header.header .header-info-wrap .header-social-wrap .header-social li a:hover .fa {
  color: #268206;
}
.jaeger header.header .header-info-wrap .header-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 99999999;
}
.jaeger header.header .header-info-wrap .header-search .DnnModule {
  width: 100%;
}
@media (min-width: 1200px) {
  .jaeger header.header .header-info-wrap .header-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2px 0 0;
    width: 25%;
  }
  .jaeger header.header .header-info-wrap .header-search .search-container {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
}
.jaeger header.header .main-nav-wrap .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .jaeger header.header .main-nav-wrap .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.jaeger header.header .main-nav-wrap .header-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .jaeger header.header .main-nav-wrap .header-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 15%;
    padding: 20px 15px;
  }
}
@media (min-width: 1366px) {
  .jaeger header.header .main-nav-wrap .header-logo {
    width: 25%;
  }
}
.jaeger header.header .main-nav-wrap .header-logo img {
  height: 100px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 1200px) {
  .jaeger header.header .main-nav-wrap .header-logo img {
    height: 125px;
  }
}
.jaeger header.header .main-nav-wrap .main-nav {
  width: 100%;
}
@media (min-width: 1200px) {
  .jaeger header.header .main-nav-wrap .main-nav {
    width: auto;
  }
}
.jaeger .algolia-autocomplete:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0px;
  color: #268206;
  content: "\f002";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: -1px;
  z-index: 1;
}
.jaeger .algolia-autocomplete input {
  outline: none;
  background: #fff;
  border: none;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 40px;
  padding: 4px 10px;
  width: 100%;
}
.jaeger .algolia-autocomplete input:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .algolia-autocomplete input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .algolia-autocomplete input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .algolia-autocomplete input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .algolia-autocomplete input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .algolia-autocomplete input::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 1366px) {
  .jaeger .algolia-autocomplete input {
    font-size: 18px !important;
  }
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #ccc;
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-result-header {
  background: #efefef;
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-suggestions {
  background: #fff;
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-result-item a {
  color: #000 !important;
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-result-item .thumbnail-frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-result-item .showroom-search-result-item--summary div:last-child {
  color: #4ef414;
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-result-item .showroom-search-result-item--summary .strike-through {
  color: #000;
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-result-item em {
  background: rgba(78, 244, 20, 0.5);
}
.jaeger .algolia-autocomplete .showroom-search-dropdown-menu .showroom-search-result-item:hover {
  background: rgba(78, 244, 20, 0.1);
}
.jaeger .ModDx1ShowroomSearchC input:not([type='button']) {
  outline: none;
  background: #fff;
  border: none;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchC input:not([type='button']):focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .ModDx1ShowroomSearchC input:not([type='button'])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchC input:not([type='button'])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchC input:not([type='button']):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchC input:not([type='button'])::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchC input:not([type='button'])::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchC .invsearch-submit input {
  color: #000;
  font-family: FontAwesome;
  font-size: 1.25rem;
}
/**  Navbar Breakpoint -- This is the breakpoint at which the responsive  
navbar goes from a hamburger menu to the full desktop menu  **/
.jaeger {
  /*.navbar-collapse {
        .navbar-nav li {
            &.active-subnav a {
                background: @nav-bg-mbl-active;
                &:hover, &:active { background: @nav-bg-mbl-hover; }

                @media (min-width: @grid-float-breakpoint) {
                    background: @nav-bg-dsk-active;

                    &:focus { background: @nav-bg-dsk-active; }    
                    &:hover, &:active { background: @nav-bg-dsk-hover; } 
                }
            }
        }
    }*/
}
@media (min-width: 1200px) {
  .jaeger #SiteNav {
    background: #f1f1f1;
  }
}
.jaeger .main-nav {
  position: relative;
  /** On the mobile navbar the dealership's city and state appears. */
}
.jaeger .main-nav .navbar-header-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  height: 46px;
  position: absolute;
  right: 15px;
  top: 0;
}
@media (min-width: 1200px) {
  .jaeger .main-nav .navbar-header-info {
    display: none;
  }
}
.jaeger .main-nav .navbar-header-info a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.571rem;
  line-height: 24px;
  padding: 0 15px;
  position: relative;
  top: 1px;
}
.jaeger .main-nav .navbar-header-info a:hover {
  color: #000000;
  text-decoration: none;
}
.jaeger .main-nav .navbar-header-info a .location-label {
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  padding-left: 5px;
  text-transform: uppercase;
}
.jaeger .main-nav .navbar-header-info a img {
  max-height: 27px;
}
.jaeger .navbar-header {
  background-color: #4ef414;
  border-bottom: 1px solid #35b308;
  border-top: 1px solid #35b308;
  height: 46px;
}
@media (max-width: 1199px) {
  .jaeger .navbar-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none !important;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .jaeger .navbar-header {
    display: none;
  }
}
.jaeger .navbar-header .navbar-toggle {
  float: left;
  margin: 6px 5px;
  border-color: #000;
  border-radius: 0px;
  border-width: 0px;
  background: #4ef414;
}
.jaeger .navbar-header .navbar-toggle:hover,
.jaeger .navbar-header .navbar-toggle[aria-expanded="true"] {
  background: #3ccb0a;
  border-color: #000000;
}
.jaeger .navbar-header .navbar-toggle:hover .icon-bar,
.jaeger .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
  background: #000000;
}
.jaeger .navbar-header .navbar-toggle.collapsed {
  background: #4ef414;
}
.jaeger .navbar-header .navbar-toggle.collapsed:hover,
.jaeger .navbar-header .navbar-toggle.collapsed:active {
  background: #3ccb0a;
}
.jaeger .navbar-header .navbar-toggle .icon-bar {
  background: #000;
}
.jaeger .navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .jaeger .navbar-collapse.collapse {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .jaeger .navbar-collapse.in {
    display: block !important;
  }
}
.jaeger .navbar-collapse .navbar-nav {
  margin: 0;
}
.jaeger .navbar-collapse .navbar-nav li {
  border-bottom: 1px solid #35b308;
}
.jaeger .navbar-collapse .navbar-nav li a {
  background: #4ef414;
  color: #000;
  font-family: 'Teko', sans-serif;
  font-weight: 900;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.jaeger .navbar-collapse .navbar-nav li a:hover,
.jaeger .navbar-collapse .navbar-nav li a:active,
.jaeger .navbar-collapse .navbar-nav li a:focus:hover {
  background: #3ccb0a;
  color: #000;
}
.jaeger .navbar-collapse .navbar-nav li a:focus {
  background: #4ef414;
  color: #000;
}
.jaeger .navbar-collapse .navbar-nav li a[disabled] {
  cursor: default;
}
.jaeger .navbar-collapse .navbar-nav li.active > a {
  background: #3ccb0a;
  color: #000;
}
.jaeger .navbar-collapse .navbar-nav .dropdown.open .main-link {
  background: #3ccb0a;
  color: #000;
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu {
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #43e40b;
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu li:last-of-type {
  border: none;
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu li.active .sub-link {
  background: #2d9b07;
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu li.active .sub-link:hover,
.jaeger .navbar-collapse .navbar-nav .dropdown-menu li.active .sub-link:active {
  background: #43e40b;
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu .sub-link {
  background: #73f645;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  /*@media (max-width: @grid-float-breakpoint-max) {
                        padding-left: (@margin-padding-default * 2);
                    }*/
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu .sub-link:focus {
  background: #73f645;
}
.jaeger .navbar-collapse .navbar-nav .dropdown-menu .sub-link:hover,
.jaeger .navbar-collapse .navbar-nav .dropdown-menu .sub-link:active {
  background: #43e40b;
}
@media (min-width: 1200px) {
  .jaeger .navbar-collapse {
    background: #f1f1f1;
    border-top: none;
    font-size: 22px;
  }
  .jaeger .navbar-collapse .caret {
    display: none;
  }
  .jaeger .navbar-collapse .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
  }
  .jaeger .navbar-collapse .navbar-nav:before,
  .jaeger .navbar-collapse .navbar-nav:after {
    display: none;
  }
  .jaeger .navbar-collapse .navbar-nav.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jaeger .navbar-collapse .navbar-nav li {
    border-bottom: none;
    /** Add/Remove the next 2 lines of code if you're using 
                    background colors on the nav items on hover/active **/
  }
  .jaeger .navbar-collapse .navbar-nav li .main-link {
    background: transparent;
    color: #262626;
    padding: 20px 15px;
  }
  .jaeger .navbar-collapse .navbar-nav li .main-link:focus {
    background: #4ef414;
    color: #000;
  }
  .jaeger .navbar-collapse .navbar-nav li .main-link:hover,
  .jaeger .navbar-collapse .navbar-nav li .main-link:active,
  .jaeger .navbar-collapse .navbar-nav li .main-link:focus:hover {
    background: rgba(0, 0, 0, 0);
    color: #268206;
  }
  .jaeger .navbar-collapse .navbar-nav li.active > a {
    background: rgba(26, 26, 26, 0);
    color: #268206;
  }
  .jaeger .navbar-collapse .navbar-nav li.active > a:hover {
    background: rgba(0, 0, 0, 0);
    color: #185204;
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu {
    border: 1px solid #35b308;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0.857rem;
    margin: 0;
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #35b308;
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu li.active .sub-link {
    background: #43e40b;
    color: #000;
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu li.active .sub-link:focus {
    background: rgba(26, 26, 26, 0);
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu li.active .sub-link:hover,
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu li.active .sub-link:active {
    background: #4ef414;
    color: #000;
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu .sub-link {
    background: #73f645;
    color: #000;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu .sub-link:focus {
    background: #73f645;
  }
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu .sub-link:hover {
    background: #4ef414;
  }
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown.open .dropdown-menu {
    display: none;
  }
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown.open .main-link {
    background: transparent;
    color: #262626;
  }
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown.open.active-subnav .main-link {
    background: rgba(26, 26, 26, 0);
    color: #268206;
  }
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown.open.active-subnav .main-link:focus {
    background: rgba(26, 26, 26, 0);
    color: #268206;
  }
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown.open.active-subnav .main-link:hover,
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown.open.active-subnav .main-link:active {
    background: rgba(0, 0, 0, 0);
    color: #268206;
  }
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown:hover .main-link {
    background: rgba(0, 0, 0, 0);
    color: #268206;
  }
  .jaeger .navbar-collapse .navbar-nav .top-nav.dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 1200px) and (min-width: 1366px) {
  .jaeger .navbar-collapse {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1366px) {
  .jaeger .navbar-collapse .navbar-nav .dropdown-menu {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .jaeger .navbar-header .collapse,
  .jaeger .navbar-toggle {
    display: block !important;
  }
  .jaeger .navbar-header,
  .jaeger .navbar-nav,
  .jaeger .navbar-nav > li {
    float: none;
  }
  .jaeger .navbar-collapse.collapse {
    display: none !important;
  }
  .jaeger .navbar-collapse.collapse.in {
    display: block !important;
  }
  .jaeger .navbar-collapse .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.jaeger .navbar-nav > li a:hover,
.jaeger .navbar-nav > li a:focus,
.jaeger .navbar-nav > li a:visited,
.jaeger .navbar-nav > li a:active {
  text-decoration: none !important;
}
.error-message {
  background: #d9534f !important;
  color: #fff !important;
}
select,
input:not(#search-box),
textarea,
.form-control:not(#search-box) {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
}
select:focus,
input:not(#search-box):focus,
textarea:focus,
.form-control:not(#search-box):focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
select::-webkit-input-placeholder, input:not(#search-box)::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control:not(#search-box)::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
select::-moz-placeholder, input:not(#search-box)::-moz-placeholder, textarea::-moz-placeholder, .form-control:not(#search-box)::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
select:-ms-input-placeholder, input:not(#search-box):-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:not(#search-box):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
select::-ms-input-placeholder, input:not(#search-box)::-ms-input-placeholder, textarea::-ms-input-placeholder, .form-control:not(#search-box)::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
select::placeholder,
input:not(#search-box)::placeholder,
textarea::placeholder,
.form-control:not(#search-box)::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
  border-color: #ccc;
}
.modal-dialog .modal-content {
  color: #000;
}
.modal-dialog form {
  height: auto;
}
.ui-datepicker.ui-widget {
  border: 1px solid #ccc;
}
.ui-datepicker.ui-widget .ui-datepicker-header {
  background: #4ef414;
  border-color: #3ccb0a;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f0a8";
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f0a9";
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select {
  border-color: #3ccb0a;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select:focus {
  outline-color: #4ef414;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
  background: #000;
  border: 1px solid #ccc;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
  background: #4ef414;
  border-color: #3ccb0a;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  background: rgba(78, 244, 20, 0.15);
  color: #000;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default.ui-state-highlight:hover {
  border-color: #3ccb0a;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default.ui-state-active {
  border-color: #3ccb0a;
  background: #4ef414;
  color: #fff;
}
/*.formCustomerSurvey {
    .rating-star { color: @testimonial-star-color!important; }
}*/
.jaeger .footer {
  background-color: #f1f1f1;
  border-top: 1px solid #cbcbcb;
  line-height: 24px;
}
.jaeger .footer .dealer-info,
.jaeger .footer address {
  line-height: inherit;
}
.jaeger .footer #DealerFooter {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 50px 0 20px;
}
.jaeger .footer #DealerFooter .footer-title {
  color: #000;
  font-size: 24px;
}
.jaeger .footer #DealerFooter .footer-title a {
  color: #000 !important;
  text-decoration: none !important;
}
.jaeger .footer #DealerFooter .footer-title a:hover {
  color: #333333 !important;
  text-decoration: underline !important;
}
.jaeger .footer #DealerFooter a {
  color: #000;
  text-decoration: none !important;
}
.jaeger .footer #DealerFooter a:hover {
  color: #333333;
  text-decoration: underline !important;
}
.jaeger .footer #DealerFooter a:hover .fa {
  color: #000 !important;
}
.jaeger .footer #DealerFooter .dealer-info {
  color: #000;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .jaeger .footer #DealerFooter .dealer-info.store-info {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .jaeger .footer #DealerFooter .dealer-info.store-info .info {
    text-align: left;
  }
}
.jaeger .footer #DealerFooter .dealer-info .title {
  font-weight: inherit;
  text-align: left;
}
.jaeger .footer #DealerFooter .dealer-info .info {
  text-align: right;
}
.jaeger .footer #DealerFooter .dealer-info .fax-phone {
  display: none;
}
@media (max-width: 767px) {
  .jaeger .footer #DealerFooter .dealer-info .main-phone,
  .jaeger .footer #DealerFooter .dealer-info .toll-free-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 230px;
  }
}
@media (max-width: 767px) and (min-width: 640px) {
  .jaeger .footer #DealerFooter .dealer-info .main-phone,
  .jaeger .footer #DealerFooter .dealer-info .toll-free-phone {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}
.jaeger .footer #DealerFooter .footer-info-wrap {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 640px) and (max-width: 991px) {
  .jaeger .footer #DealerFooter .footer-info-wrap {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .jaeger .footer #DealerFooter .footer-info-wrap {
    text-align: left;
  }
}
.jaeger .footer #DealerFooter .footer-info-wrap a:hover {
  color: #333333;
}
.jaeger .footer #DealerFooter .footer-info-wrap a:hover .fa {
  -webkit-animation: bob-down 0.4s ease-out;
          animation: bob-down 0.4s ease-out;
}
.jaeger .footer #DealerFooter .footer-info-wrap .location-hours-link {
  display: inline-block;
  padding-top: 20px;
}
.jaeger .footer #DealerFooter .footer-info-wrap .location-hours-link .fa {
  color: #333333;
  padding-right: 10px;
}
.jaeger .footer #DealerFooter .footer-hours-wrap {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 640px) and (max-width: 991px) {
  .jaeger .footer #DealerFooter .footer-hours-wrap {
    text-align: left;
    width: 50%;
  }
  .jaeger .footer #DealerFooter .footer-hours-wrap .dealer-hours {
    margin: 0 !important;
  }
}
.jaeger .footer #DealerFooter .footer-hours-wrap .dealer-hours {
  max-width: 230px;
}
@media (min-width: 1200px) {
  .jaeger .footer #DealerFooter .footer-hours-wrap .dealer-hours {
    max-width: 250px;
  }
}
.jaeger .footer #DealerFooter .footer-links-wrap {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 640px) and (max-width: 991px) {
  .jaeger .footer #DealerFooter .footer-links-wrap {
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .jaeger .footer #DealerFooter .footer-links-wrap {
    text-align: right;
  }
}
.jaeger .footer #DealerFooter .footer-links-wrap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.jaeger .footer #DealerFooter .footer-links-wrap ul .fa {
  color: #333333;
  padding-right: 10px;
}
.jaeger .footer #DealerFooter .footer-links-wrap a:hover .fa {
  padding: 0px 5px;
  -webkit-transition: padding 0.4s ease-out;
  transition: padding 0.4s ease-out;
}
.jaeger .footer #DealerFooter .footer-social-wrap {
  margin-top: 20px;
}
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social {
  font-size: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0px;
  overflow: inherit;
}
@media (min-width: 640px) {
  .jaeger .footer #DealerFooter .footer-social-wrap .footer-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social a {
  color: #000;
}
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social a:hover,
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social a:focus {
  color: #000;
}
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social a:hover .fa,
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social a:focus .fa,
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social a:hover img,
.jaeger .footer #DealerFooter .footer-social-wrap .footer-social a:focus img {
  -webkit-animation: icon-up 1s ease;
          animation: icon-up 1s ease;
}
.jaeger .footer #DX1footer {
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .jaeger .footer #DX1footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.jaeger .footer #DX1footer #Legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.jaeger .footer #DX1footer #Legal:before,
.jaeger .footer #DX1footer #Legal:after {
  display: none;
}
.jaeger .footer #DX1footer #Legal.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .jaeger .footer #DX1footer #Legal {
    margin-top: 5px;
  }
}
.jaeger .footer #DX1footer #Legal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.jaeger .footer #DX1footer #Legal li:nth-of-type(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .jaeger .footer #DX1footer #Legal li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .jaeger .footer #DX1footer #Legal li:first-child a {
    padding-left: 0;
  }
}
.jaeger .footer #DX1footer #Legal a {
  color: #fff;
  padding: 0 5px;
  text-decoration: none;
}
.jaeger .footer #DX1footer #Legal a:hover {
  text-decoration: underline;
}
.jaeger .footer #DX1footer #PoweredBy {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .jaeger .footer #DX1footer #PoweredBy {
    margin-top: 0;
  }
}
.section-padding {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .section-padding {
    padding-bottom: 125px;
    padding-top: 125px;
  }
}
.jaeger.home .main-body {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .jaeger.home .main-body {
    padding-bottom: 125px;
    padding-top: 125px;
  }
}
@media (min-width: 768px) {
  .jaeger.home .main-body {
    background-attachment: fixed;
    background-image: url('../images/bg_body.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0 !important;
  }
  @supports (-ms-ime-align: auto) {
    .jaeger.home .main-body {
      background-attachment: scroll !important;
      background-position: center top !important;
    }
  }
}
@media (min-width: 768px) and only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .jaeger.home .main-body {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
.jaeger.home .cta-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .jaeger.home .cta-wrap {
    margin-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.jaeger.home .cta-wrap .cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 125px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.jaeger.home .cta-wrap .cta:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .jaeger.home .cta-wrap .cta {
    height: 300px;
    margin-bottom: 0;
    width: 25%;
  }
  .jaeger.home .cta-wrap .cta:nth-child(1) a:before {
    background-image: url('../images/bg_cta-1.webp');
  }
  .jaeger.home .cta-wrap .cta:nth-child(2) a:before {
    background-image: url('../images/bg_cta-2.webp');
  }
  .jaeger.home .cta-wrap .cta:nth-child(3) a:before {
    background-image: url('../images/bg_cta-3.webp');
  }
  .jaeger.home .cta-wrap .cta:nth-child(4) a:before {
    background-image: url('../images/bg_cta-4.webp');
  }
}
@media (min-width: 992px) {
  .jaeger.home .cta-wrap .cta {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .jaeger.home .cta-wrap .cta {
    height: 550px;
  }
}
@media (min-width: 1680px) {
  .jaeger.home .cta-wrap .cta {
    height: 700px;
  }
}
.jaeger.home .cta-wrap .cta a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4ef414;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
  width: 100%;
}
.jaeger.home .cta-wrap .cta a:hover {
  background-color: #202020;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
}
.jaeger.home .cta-wrap .cta a:hover:before {
  opacity: 0.8;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
.jaeger.home .cta-wrap .cta a:hover .cta-text-wrap {
  top: -200%;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
.jaeger.home .cta-wrap .cta a:hover .cta-button-wrap {
  bottom: 0%;
  -webkit-transition: bottom 1.4s ease;
  transition: bottom 1.4s ease;
}
.jaeger.home .cta-wrap .cta a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
  width: 100%;
  z-index: 0;
}
.jaeger.home .cta-wrap .cta a .cta-text-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
.jaeger.home .cta-wrap .cta a .cta-text-wrap span {
  color: #000;
  display: block;
  line-height: 1.1;
  position: relative;
  z-index: 30;
}
.jaeger.home .cta-wrap .cta a .cta-text-wrap span.text-top {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .jaeger.home .cta-wrap .cta a .cta-text-wrap span.text-top {
    font-size: 16px;
  }
}
.jaeger.home .cta-wrap .cta a .cta-text-wrap span.text-bottom {
  font-size: 30px;
  -webkit-transition: bottom 1.4s ease;
  transition: bottom 1.4s ease;
}
@media (min-width: 768px) {
  .jaeger.home .cta-wrap .cta a .cta-text-wrap span.text-bottom {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .jaeger.home .cta-wrap .cta a .cta-text-wrap span.text-bottom {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .jaeger.home .cta-wrap .cta a .cta-text-wrap span.text-bottom {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .jaeger.home .cta-wrap .cta a .cta-text-wrap span.text-bottom {
    font-size: 40px;
  }
}
.jaeger.home .cta-wrap .cta a .cta-button-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 55;
}
.jaeger.home .cta-wrap .cta a .cta-button-wrap .cta-button {
  font-size: 24px;
  max-width: 300px !important;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .jaeger.home .cta-wrap .cta a .cta-button-wrap .cta-button {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .jaeger.home .cta-wrap .cta a .cta-button-wrap .cta-button {
    padding: 40px 15px;
  }
}
.jaeger.home .heading-wrap {
  padding: 15px;
}
.jaeger.home .heading-wrap h1 {
  margin: 5px 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .jaeger.home .heading-wrap h1 {
    font-size: 29.4px;
  }
}
.jaeger.home .promotions-wrap {
  /* Comment/Uncomment the code below if Promotions isn't one of your CTAs */
}
@media (min-width: 1200px) {
  .jaeger.home .promotions-wrap {
    padding-bottom: 50px;
    padding-top: 50px;
    background-attachment: fixed;
    background-image: url('../images/bg_promotions.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @supports (-ms-ime-align: auto) {
    .jaeger.home .promotions-wrap {
      background-attachment: scroll !important;
      background-position: center top !important;
    }
  }
}
@media (min-width: 1200px) and only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .jaeger.home .promotions-wrap {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .jaeger.home .promotions-wrap {
    padding-bottom: 125px;
    padding-top: 125px;
  }
}
.jaeger.home .promotions-wrap .promo-slideshow .dx1-slideshow-container {
  padding-bottom: 50px;
  padding-top: 50px;
  background: none;
}
@media (min-width: 1200px) {
  .jaeger.home .promotions-wrap .promo-slideshow .dx1-slideshow-container {
    padding-bottom: 125px;
    padding-top: 125px;
  }
}
.jaeger.home .promotions-wrap .promo-slideshow .dx1-slideshow-container[style="display: none;"] {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .jaeger.home .promotions-wrap .promo-slideshow .dx1-slideshow-container {
    padding: 0 !important;
  }
}
.jaeger.home .featured-wrap {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1200px) {
  .jaeger.home .featured-wrap {
    margin-top: 125px;
    text-align: left;
  }
}
.jaeger.home .featured-wrap .featured-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .jaeger.home .featured-wrap .featured-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.jaeger.home .featured-wrap h2 {
  color: #000;
  margin-bottom: 0;
}
.jaeger.home .featured-wrap .featured-link {
  display: inline-block;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .jaeger.home .featured-wrap .featured-link {
    padding-left: 20px;
    padding-top: 0;
    text-align: left;
  }
}
.jaeger.home .featured-wrap .featured-link h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.jaeger.home .main-content {
  background-color: #fff;
}
.jaeger.home .main-content .welcome,
.jaeger.home .main-content .contentpane {
  padding-bottom: 50px;
  padding-top: 50px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 1200px) {
  .jaeger.home .main-content .welcome,
  .jaeger.home .main-content .contentpane {
    padding-bottom: 125px;
    padding-top: 125px;
  }
}
@media (min-width: 768px) {
  .jaeger.home .main-content .welcome,
  .jaeger.home .main-content .contentpane {
    text-align: left;
  }
}
.jaeger .dx1-slideshow-container .slick-arrow.slick-prev:before {
  content: "\f0a8";
}
.jaeger .dx1-slideshow-container .slick-arrow.slick-next:before {
  content: "\f0a9";
}
.jaeger .dx1-slideshow-container .slick-arrow:before {
  color: #4ef414;
  font-size: 30px;
  opacity: 0.75;
}
.jaeger .dx1-slideshow-container .slick-dots button:before {
  color: #fff;
  content: "\f111";
  font-size: 12px;
}
.jaeger .dx1-slideshow-container .slick-active button:before {
  color: #4ef414;
}
.jaeger .dx1-slideshow-container .slick-active button:hover:before,
.jaeger .dx1-slideshow-container .slick-active button:focus:before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .jaeger.interior {
    background-attachment: fixed;
    background-image: url('../images/body-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  @supports (-ms-ime-align: auto) {
    .jaeger.interior {
      background-attachment: scroll !important;
      background-position: center top !important;
    }
  }
}
@media (min-width: 1200px) and only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .jaeger.interior {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
.jaeger.interior .main-body-wrap .main-body {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .jaeger.interior .main-body-wrap .main-body {
    min-height: 450px;
  }
}
.jaeger.interior #dnn_PageTitle small {
  display: block;
  font-weight: 500;
  color: #000;
}
.listing-controls {
  font-size: 0.875rem;
}
.listing-controls.listing-controls-top {
  border-bottom: 3px solid #434345;
}
.listing-controls.listing-controls-bottom {
  border-top: 3px solid #434345;
  padding-bottom: 10px;
}
.listing-controls select {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
  height: 34px;
}
.listing-controls select:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.listing-controls select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.listing-controls select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.listing-controls select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.listing-controls select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.listing-controls select::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.listing-controls .page-link {
  height: 34px;
  padding: 8px 12px 0px !important;
}
.thumbnail-frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.list-item {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.list-item p {
  color: #000;
}
.list-item .thumbnail-frame,
.list-item .thumbnail,
.list-item .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.list-item .model-name,
.list-item h3 {
  color: #268206 !important;
}
.list-item .model-name:hover,
.list-item h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.list-item h3 a {
  color: inherit;
}
.list-item .model-category,
.list-item .model-location {
  color: #000;
}
.list-item .model-info a,
.list-item header + p {
  border-color: #434345;
}
.list-item .tagline {
  font-family: 'Teko', sans-serif;
}
.list-item a:hover .model-name {
  text-decoration: none !important;
}
@media (min-width: 768px) and (max-width: 790px) {
  .jaeger .showroom-result .ais-hits--item.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0;
  }
}
.jaeger .showroom-result .ais-hits--item.cards article {
  width: 100%;
}
.jaeger .showroom-algolia .search-collapse.collapsed {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.jaeger .showroom-algolia .search-collapse.collapsed:hover,
.jaeger .showroom-algolia .search-collapse.collapsed:active,
.jaeger .showroom-algolia .search-collapse.collapsed:focus,
.jaeger .showroom-algolia .search-collapse.collapsed:focus:hover,
.jaeger .showroom-algolia .search-collapse.collapsed:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.jaeger .showroom-algolia .search-collapse.collapsed:focus {
  outline-color: #4ef414;
}
.jaeger .showroom-algolia .search-collapse.collapsed:visited {
  color: #4ef414;
}
.jaeger .showroom-algolia .search-collapse.collapsed .btn-icon {
  display: none;
}
.jaeger .showroom-algolia .search-collapse.collapsed .search-label {
  color: #4ef414;
}
.jaeger .showroom-algolia .showroom-search-form {
  background: #efefef;
  color: #000;
  border-radius: 0 0 0px 0px;
}
@media (min-width: 768px) {
  .jaeger .showroom-algolia .showroom-search-form {
    border: 1px solid #ccc;
    border-radius: 0px;
  }
}
.jaeger .showroom-algolia .showroom-search-form .search-form-title {
  color: #000;
}
.jaeger .showroom-algolia .showroom-search-form select,
.jaeger .showroom-algolia .showroom-search-form input {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .showroom-algolia .showroom-search-form select:focus,
.jaeger .showroom-algolia .showroom-search-form input:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .showroom-algolia .showroom-search-form select::-webkit-input-placeholder, .jaeger .showroom-algolia .showroom-search-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .showroom-algolia .showroom-search-form select::-moz-placeholder, .jaeger .showroom-algolia .showroom-search-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .showroom-algolia .showroom-search-form select:-ms-input-placeholder, .jaeger .showroom-algolia .showroom-search-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .showroom-algolia .showroom-search-form select::-ms-input-placeholder, .jaeger .showroom-algolia .showroom-search-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .showroom-algolia .showroom-search-form select::placeholder,
.jaeger .showroom-algolia .showroom-search-form input::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .jaeger .showroom-algolia .showroom-search-form .search-flex-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #000;
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper .search-label {
  color: #000;
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper select,
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper input:not([type='button']) {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper select:focus,
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper input:not([type='button']):focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper select::-webkit-input-placeholder, .jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper input:not([type='button'])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper select::-moz-placeholder, .jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper input:not([type='button'])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper select:-ms-input-placeholder, .jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper input:not([type='button']):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper select::-ms-input-placeholder, .jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper input:not([type='button'])::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper select::placeholder,
.jaeger .ModDx1ShowroomSearchFormC .search-form-wrapper input:not([type='button'])::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger.showroom .showroom-items,
.jaeger.showroom .showroom-algolia {
  margin-bottom: 15px;
}
.jaeger.showroom .listing-controls {
  font-size: 0.875rem;
}
.jaeger.showroom .listing-controls.listing-controls-top {
  border-bottom: 3px solid #434345;
}
.jaeger.showroom .listing-controls.listing-controls-bottom {
  border-top: 3px solid #434345;
  padding-bottom: 10px;
}
.jaeger.showroom .listing-controls select {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
  height: 34px;
}
.jaeger.showroom .listing-controls select:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger.showroom .listing-controls select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger.showroom .listing-controls select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger.showroom .listing-controls select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger.showroom .listing-controls select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger.showroom .listing-controls select::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger.showroom .listing-controls .page-link {
  height: 34px;
  padding: 8px 12px 0px !important;
}
.jaeger.showroom .dx1-products article.product {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger.showroom .dx1-products article.product p {
  color: #000;
}
.jaeger.showroom .dx1-products article.product .thumbnail-frame,
.jaeger.showroom .dx1-products article.product .thumbnail,
.jaeger.showroom .dx1-products article.product .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger.showroom .dx1-products article.product .model-name,
.jaeger.showroom .dx1-products article.product h3 {
  color: #268206 !important;
}
.jaeger.showroom .dx1-products article.product .model-name:hover,
.jaeger.showroom .dx1-products article.product h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger.showroom .dx1-products article.product h3 a {
  color: inherit;
}
.jaeger.showroom .dx1-products article.product .model-category,
.jaeger.showroom .dx1-products article.product .model-location {
  color: #000;
}
.jaeger.showroom .dx1-products article.product .model-info a,
.jaeger.showroom .dx1-products article.product header + p {
  border-color: #434345;
}
.jaeger.showroom .dx1-products article.product .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger.showroom .dx1-products article.product a:hover .model-name {
  text-decoration: none !important;
}
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a:hover,
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a:active,
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a:focus,
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a:focus:hover,
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a:focus {
  outline-color: #4ef414;
}
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a:visited {
  color: #4ef414;
}
.jaeger.showroom .ModDx1ShowroomListC .display-switcher a .btn-icon {
  display: none;
}
.jaeger.showroom .showroom-result article.product .cta .btn .btn-icon {
  position: relative;
  top: -2px;
}
.inventory-no-content {
  padding: 30px;
  background: rgba(217, 83, 79, 0.33);
  color: #000;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  border: 1px solid #ccc;
  border-radius: 0px;
  border-color: #d9534f;
}
.jaeger .featured-inventory article.unit {
  margin: 0 7.5px;
  text-align: center;
}
.jaeger .featured-inventory article.unit .thumbnail-frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  border: none;
}
.jaeger .featured-inventory article.unit .summary {
  background: #f1f1f1;
  padding: 0 5px;
}
.jaeger .featured-inventory article.unit .summary .item-header a {
  text-decoration: none !important;
}
.jaeger .featured-inventory article.unit .summary .item-header a:hover h4 {
  text-decoration: none;
}
.jaeger .featured-inventory article.unit .summary .item-header a h4 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  max-height: 4.25em;
}
.jaeger .featured-inventory article.unit .summary .item-header a h4:hover {
  color: #268206;
}
.jaeger .featured-inventory article.unit .summary .item-header a .price,
.jaeger .featured-inventory article.unit .summary .item-header a .strike-through {
  color: #000;
  font-family: 'Roboto', sans-serif;
}
.jaeger .featured-inventory article.unit .summary .item-header a .price:hover,
.jaeger .featured-inventory article.unit .summary .item-header a .strike-through:hover {
  color: #268206;
}
.jaeger .featured-inventory article.unit .summary .item-header a .price.sale,
.jaeger .featured-inventory article.unit .summary .item-header a .strike-through.sale {
  font-family: 'Roboto', sans-serif;
}
.jaeger .featured-inventory article.unit .summary .item-header a.btn-contact {
  border-radius: 0;
  bottom: 0;
}
.jaeger .featured-inventory article.unit .banner.sale {
  border-color: transparent;
}
.jaeger .featured-inventory .swiper-pagination {
  display: none;
}
.jaeger .featured-inventory .slider-arrows {
  padding: 0 30px;
}
.jaeger .featured-inventory .slider-arrows .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.jaeger .featured-inventory .slider-arrows .slider-arrow:hover:before {
  opacity: 1;
}
.jaeger .featured-inventory .slider-arrows .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.jaeger .featured-inventory .slider-arrows .slider-arrow-prev:before {
  content: "\f0a8";
}
.jaeger .featured-inventory .slider-arrows .slider-arrow-next:before {
  content: "\f0a9";
}
.jaeger .featured-inventory .slider-arrows .slider-arrow-prev,
.jaeger .featured-inventory .slider-arrows .slider-arrow-next {
  margin: 0 !important;
}
.spec-accordions h2.resp-accordion {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.spec-accordions h2.resp-accordion:hover,
.spec-accordions h2.resp-accordion:active,
.spec-accordions h2.resp-accordion:focus,
.spec-accordions h2.resp-accordion:focus:hover,
.spec-accordions h2.resp-accordion:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.spec-accordions h2.resp-accordion:focus {
  outline-color: #4ef414;
}
.spec-accordions h2.resp-accordion:visited {
  color: #4ef414;
}
.spec-accordions h2.resp-accordion .btn-icon {
  display: none;
}
.spec-accordions h2.resp-accordion .resp-arrow {
  padding: 0 0 5px;
}
.spec-accordions h2.resp-accordion .resp-arrow:before {
  color: #4ef414;
}
.spec-accordions h2.resp-accordion:hover .resp-arrow:before {
  color: #000;
}
.spec-accordions h2.resp-accordion.resp-tab-active {
  background: #efefef !important;
  border-color: #ccc !important;
  color: #000 !important;
}
.spec-accordions h2.resp-accordion.resp-tab-active .resp-arrow:before {
  color: #000 !important;
}
.spec-accordions .resp-tabs-list {
  border-bottom: 1px solid #ccc;
}
.spec-accordions .resp-tabs-list .resp-tab-item {
  position: relative;
  top: 1px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.spec-accordions .resp-tabs-list .resp-tab-item:hover {
  background: #d6d6d6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.spec-accordions .resp-tabs-list .resp-tab-item.resp-tab-active {
  border-color: #ccc !important;
  border-bottom-color: #fff;
  background: #fff !important;
  color: #000;
}
.spec-accordions .resp-tab-content,
.spec-accordions .tab-content {
  background: #fff;
  border-color: #ccc;
  color: #000;
  width: 100%;
}
.spec-accordions .resp-tab-content .table-title,
.spec-accordions .tab-content .table-title {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.csstable .striperows {
  padding: 10px 0;
}
.csstable .striperows:nth-of-type(odd) {
  background: #efefef;
  color: #000;
}
.csstable .striperows:nth-of-type(even) {
  background: none;
}
.csstable.responsive > [class*=col-xs]:nth-child(odd) {
  background-color: #efefef !important;
  color: #000;
}
.jaeger .ModDx1ShowroomDetailsC .btn.click-to-call-btn,
.jaeger .ModDx1ShowroomDetailsC .btn.get-price-alert,
.jaeger .ModDx1ShowroomDetailsC .btn.price-cta {
  text-align: center;
}
.jaeger .ModDx1ShowroomDetailsC #ModelHeader .price {
  color: #268206;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .slider-arrow:hover:before {
  opacity: 1;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .slider-arrow-prev:before {
  content: "\f0a8";
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .slider-arrow-next:before {
  content: "\f0a9";
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .slider-arrow {
  margin: 0;
  width: auto;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .image-zoom {
  border: 1px solid #ccc !important;
  z-index: 1 !important;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .image-action {
  color: #4ef414 !important;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .image-count {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  right: 5px !important;
  z-index: 1 !important;
}
.jaeger .ModDx1ShowroomDetailsC .model-photos .thumbnail-frame {
  border: 1px solid #ccc;
}
.jaeger .ModDx1ShowroomDetailsC #slideshowThumbnails {
  border-color: #ccc;
}
.jaeger .ModDx1ShowroomDetailsC #slideshowThumbnails .swiper-slide-active img {
  border: 2px solid #4ef414;
}
.jaeger .ModDx1ShowroomDetailsC #RequestMoreInformation .form-wrapper {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1ShowroomDetailsC #RequestMoreInformation .form-wrapper .form-title {
  border-bottom: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px !important;
}
.jaeger .ModDx1ShowroomDetailsC #RequestMoreInformation .form-wrapper .form-title i {
  margin-right: 5px !important;
}
.jaeger .ModDx1ShowroomDetailsC #RequestMoreInformation .form-wrapper .form-check-label {
  position: relative;
  top: -2px;
}
.jaeger .ModDx1ShowroomDetailsC .model-description {
  padding: 30px 15px !important;
}
.jaeger .ModDx1ShowroomDetailsC .quick-details {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.jaeger .ModDx1ShowroomDetailsC .quick-details .striperows {
  padding: 10px 0;
}
.jaeger .ModDx1ShowroomDetailsC .quick-details .striperows:nth-of-type(odd) {
  background: #efefef;
  color: #000;
}
.jaeger .ModDx1ShowroomDetailsC .quick-details .striperows:nth-of-type(even) {
  background: none;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:hover,
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:active,
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:focus,
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:focus:hover,
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:focus {
  outline-color: #4ef414;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:visited {
  color: #4ef414;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion .btn-icon {
  display: none;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion .resp-arrow {
  padding: 0 0 5px;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion .resp-arrow:before {
  color: #4ef414;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion:hover .resp-arrow:before {
  color: #000;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion.resp-tab-active {
  background: #efefef !important;
  border-color: #ccc !important;
  color: #000 !important;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs h2.resp-accordion.resp-tab-active .resp-arrow:before {
  color: #000 !important;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs .resp-tabs-list {
  border-bottom: 1px solid #ccc;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs .resp-tabs-list .resp-tab-item {
  position: relative;
  top: 1px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs .resp-tabs-list .resp-tab-item:hover {
  background: #d6d6d6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs .resp-tabs-list .resp-tab-item.resp-tab-active {
  border-color: #ccc !important;
  border-bottom-color: #fff;
  background: #fff !important;
  color: #000;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs .resp-tab-content,
.jaeger .ModDx1ShowroomDetailsC .features-specs .tab-content {
  background: #fff;
  border-color: #ccc;
  color: #000;
  width: 100%;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs .resp-tab-content .table-title,
.jaeger .ModDx1ShowroomDetailsC .features-specs .tab-content .table-title {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs .promo-details p {
  font-size: 0.875rem;
}
.jaeger .ModDx1ShowroomDetailsC .features-specs #modelphotos .thumbnail-frame,
.jaeger .ModDx1ShowroomDetailsC .features-specs #promotions .thumbnail-frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion p {
  color: #000;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .thumbnail-frame,
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .thumbnail,
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .model-name,
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion h3 {
  color: #268206 !important;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .model-name:hover,
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion h3 a {
  color: inherit;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .model-category,
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .model-location {
  color: #000;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .model-info a,
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion header + p {
  border-color: #434345;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion a:hover .model-name {
  text-decoration: none !important;
}
.jaeger .ModDx1ShowroomDetailsC #promotions .dx1-promotions article.promotion .expiration-date {
  color: #000;
}
.jaeger #slideshow-dialog .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.jaeger #slideshow-dialog .slider-arrow:hover:before {
  opacity: 1;
}
.jaeger #slideshow-dialog .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.jaeger #slideshow-dialog .slider-arrow-prev:before {
  content: "\f0a8";
}
.jaeger #slideshow-dialog .slider-arrow-next:before {
  content: "\f0a9";
}
.jaeger .similarmodels-container {
  background-color: #fff;
}
.jaeger .similarmodels-container .slider-arrow {
  width: auto;
}
.jaeger .similarmodels-container .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.jaeger .similarmodels-container .slider-arrow:hover:before {
  opacity: 1;
}
.jaeger .similarmodels-container .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.jaeger .similarmodels-container .slider-arrow-prev:before {
  content: "\f0a8";
}
.jaeger .similarmodels-container .slider-arrow-next:before {
  content: "\f0a9";
}
.jaeger .resp-tabs-container div#specifications p,
.jaeger .cp-details-wrapper div#specifications p {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info .row-group {
  border-color: #000000;
}
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info .striperows {
  padding: 8px 0 6px;
}
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info .info-heading {
  background: none !important;
  font-size: 20px;
  width: 100%;
}
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info tr,
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info dt,
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info dd {
  padding: 8px 0 6px;
}
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info tr a,
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info dt a,
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info dd a {
  color: #000;
}
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info tr a:hover,
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info dt a:hover,
.jaeger .sidebar .ModDx1DealerInformationC .dealer-info dd a:hover {
  text-decoration: none;
}
.jaeger .footer .dealer-info {
  font-size: inherit;
  font-weight: normal;
}
.jaeger .footer .dealer-info .title {
  font-weight: inherit;
}
.jaeger .footer .dealer-info .info {
  padding: 0;
}
.jaeger .footer .dealer-hours {
  font-size: inherit;
  font-weight: inherit;
}
.jaeger .footer .dealer-hours .hours-heading {
  display: none;
}
.jaeger .footer .dealer-hours .striperows {
  background-color: transparent !important;
  color: inherit;
}
.jaeger .footer .dealer-hours .title {
  font-weight: inherit;
  padding: 0;
}
.jaeger .footer .dealer-hours .info {
  padding: 0;
}
.jaeger #DX1Testimonials .testimonial-list .testimonial {
  border-color: #4ef414;
  color: #000;
}
.jaeger #DX1Testimonials .testimonial-list .testimonial .testimonial-text {
  color: #000;
}
.jaeger #DX1Testimonials .testimonial-list .testimonial .fa-star {
  color: #4ef414 !important;
}
.jaeger .dx1-rating .rating-star {
  color: #4ef414 !important;
}
.jaeger .fc-button-group > .fc-button:not(:first-child) {
  margin-left: 2px;
}
.jaeger .dx1-events-calendar-view .fc-view-container {
  background: #f1f1f1;
}
.jaeger .dx1-events-calendar-view .fc-toolbar .fc-left,
.jaeger .dx1-events-calendar-view .fc-toolbar .fc-center {
  margin-bottom: 5px;
}
.jaeger .dx1-events-calendar-view .fc-toolbar .fc-left {
  padding-right: 15px;
}
.jaeger .dx1-events-calendar-view .fc-toolbar h2 {
  color: #000;
}
.jaeger .dx1-events-calendar-view .fc-toolbar .fc-prev-button,
.jaeger .dx1-events-calendar-view .fc-toolbar .fc-next-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6px !important;
}
@media (min-width: 640px) {
  .jaeger .dx1-events-calendar-view .fc-toolbar .fc-prev-button,
  .jaeger .dx1-events-calendar-view .fc-toolbar .fc-next-button {
    height: 50px;
    padding: 11px 12px !important;
  }
}
.jaeger .dx1-events-calendar-view .fc-right .fc-button-group,
.jaeger .dx1-events-calendar-view .fc-right .fc-button {
  height: 50px;
}
.jaeger .dx1-events-calendar-view .fc-button {
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  border-radius: 0px !important;
  text-transform: uppercase;
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
  line-height: 1;
}
.jaeger .dx1-events-calendar-view .fc-button:hover,
.jaeger .dx1-events-calendar-view .fc-button:active,
.jaeger .dx1-events-calendar-view .fc-button:focus,
.jaeger .dx1-events-calendar-view .fc-button:focus:hover,
.jaeger .dx1-events-calendar-view .fc-button:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.jaeger .dx1-events-calendar-view .fc-button:focus {
  outline-color: #4ef414;
}
.jaeger .dx1-events-calendar-view .fc-button:visited {
  color: #4ef414;
}
.jaeger .dx1-events-calendar-view .fc-button .btn-icon {
  display: none;
}
.jaeger .dx1-events-calendar-view .fc-button .fc-icon {
  font-size: inherit;
}
.jaeger .dx1-events-calendar-view .fc-button[disabled] {
  pointer-events: none;
}
.jaeger .dx1-events-calendar-view .fc-today-button {
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  border-radius: 0px !important;
  text-transform: uppercase;
  background: #4ef414 !important;
  border: 1px solid;
  border-color: #3ccb0a;
  color: #000 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
  line-height: 1;
}
.jaeger .dx1-events-calendar-view .fc-today-button.btn-content,
.jaeger .dx1-events-calendar-view .fc-today-button.content-btn {
  display: block;
  margin: 0px auto;
  max-width: 435px;
  padding: 20px 10px 17px;
  width: 100%;
}
.jaeger .dx1-events-calendar-view .fc-today-button:hover,
.jaeger .dx1-events-calendar-view .fc-today-button:active,
.jaeger .dx1-events-calendar-view .fc-today-button:focus,
.jaeger .dx1-events-calendar-view .fc-today-button:focus:hover,
.jaeger .dx1-events-calendar-view .fc-today-button:active:hover {
  background: #000 !important;
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4ef414 !important;
}
.jaeger .dx1-events-calendar-view .fc-today-button:focus {
  outline-color: #4ef414;
}
.jaeger .dx1-events-calendar-view .fc-today-button .btn-icon {
  display: none;
}
.jaeger .dx1-events-calendar-view .fc-today-button[disabled] {
  pointer-events: none;
}
.jaeger .dx1-events-calendar-view .fc-button-active {
  background-color: #4ef414 !important;
  border-color: #3ccb0a !important;
  color: #000 !important;
  opacity: 0.65;
  pointer-events: none;
}
.jaeger .dx1-events-calendar-view .fc-state-active {
  background: rgba(78, 244, 20, 0.15);
  border-color: rgba(78, 244, 20, 0.15);
  cursor: default;
  pointer-events: none;
}
.jaeger .dx1-events-calendar-view .fc-state-active:focus,
.jaeger .dx1-events-calendar-view .fc-state-active:active {
  background: rgba(78, 244, 20, 0.15);
  border-color: rgba(78, 244, 20, 0.15);
  cursor: default;
  pointer-events: none;
}
.jaeger .dx1-events-calendar-view .fc-toolbar h2 {
  color: #000;
}
@media (max-width: 991px) {
  .jaeger .dx1-events-calendar-view .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jaeger .dx1-events-calendar-view .fc-toolbar .fc-toolbar-chunk:last-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    width: 100%;
  }
}
.jaeger .dx1-events-calendar-view .fc-widget-header {
  background: #202020;
  border-color: #000000;
  font-family: 'Roboto', sans-serif;
}
.jaeger .dx1-events-calendar-view .fc-day-number {
  color: #000;
}
.jaeger .dx1-events-calendar-view .fc-day-today {
  background: rgba(78, 244, 20, 0.15);
}
.jaeger .dx1-events-calendar-view .fc-daygrid-day-top a,
.jaeger .dx1-events-calendar-view .fc-col-header-cell a {
  pointer-events: none;
  text-decoration: none;
}
.jaeger .dx1-events-calendar-view .fc-day-mon,
.jaeger .dx1-events-calendar-view .fc-day-tue,
.jaeger .dx1-events-calendar-view .fc-day-wed,
.jaeger .dx1-events-calendar-view .fc-day-thu,
.jaeger .dx1-events-calendar-view .fc-day-fri,
.jaeger .dx1-events-calendar-view .fc-day-sat,
.jaeger .dx1-events-calendar-view .fc-day-sun {
  font-size: 12px;
}
.jaeger .dx1-events-calendar-view .fc-event {
  background: #4ef414 !important;
  border: 1px solid;
  border-color: #3ccb0a;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  border-radius: 0px !important;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jaeger .dx1-events-calendar-view .fc-event .fc-event-main {
  color: inherit !important;
  width: 100%;
}
.jaeger .dx1-events-calendar-view .fc-event .fc-event-title {
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .jaeger .dx1-events-calendar-view .fc-event .fc-event-time {
    display: none;
  }
}
.jaeger .dx1-events-calendar-view .fc-event.btn-content,
.jaeger .dx1-events-calendar-view .fc-event.content-btn {
  display: block;
  margin: 0px auto;
  max-width: 435px;
  padding: 20px 10px 17px;
  width: 100%;
}
.jaeger .dx1-events-calendar-view .fc-event:hover,
.jaeger .dx1-events-calendar-view .fc-event:active,
.jaeger .dx1-events-calendar-view .fc-event:focus,
.jaeger .dx1-events-calendar-view .fc-event:focus:hover,
.jaeger .dx1-events-calendar-view .fc-event:active:hover {
  background: #000 !important;
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4ef414 !important;
}
.jaeger .dx1-events-calendar-view .fc-event:focus {
  outline-color: #4ef414;
}
.jaeger .dx1-events-calendar-view .fc-event .btn-icon {
  display: none;
}
.jaeger .dx1-events-calendar-view .fc-event:hover {
  color: #4ef414 !important;
}
.jaeger .dx1-events-default-listing .event-item {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger .dx1-events-default-listing .event-item p {
  color: #000;
}
.jaeger .dx1-events-default-listing .event-item .thumbnail-frame,
.jaeger .dx1-events-default-listing .event-item .thumbnail,
.jaeger .dx1-events-default-listing .event-item .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .dx1-events-default-listing .event-item .model-name,
.jaeger .dx1-events-default-listing .event-item h3 {
  color: #268206 !important;
}
.jaeger .dx1-events-default-listing .event-item .model-name:hover,
.jaeger .dx1-events-default-listing .event-item h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger .dx1-events-default-listing .event-item h3 a {
  color: inherit;
}
.jaeger .dx1-events-default-listing .event-item .model-category,
.jaeger .dx1-events-default-listing .event-item .model-location {
  color: #000;
}
.jaeger .dx1-events-default-listing .event-item .model-info a,
.jaeger .dx1-events-default-listing .event-item header + p {
  border-color: #434345;
}
.jaeger .dx1-events-default-listing .event-item .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger .dx1-events-default-listing .event-item a:hover .model-name {
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .jaeger .dx1-events-default-listing .event-item .col-lg-9 {
    padding-left: 15px;
  }
}
.jaeger .dx1-events-default-listing .event-img {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jaeger .dx1-events-default-listing .event-title {
  pointer-events: none !important;
}
.jaeger .dx1-events-default-listing .event-detail {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media (min-width: 768px) {
  .jaeger .dx1-events-default-listing .event-detail strong {
    padding-left: 0px;
  }
}
.jaeger .dx1-events-default-listing .btn-primary,
.jaeger .dx1-events-default-listing .btn-default {
  width: 100%;
}
.jaeger .dx1-events-default-listing .overview ul {
  margin-bottom: 15px;
}
.jaeger .dx1-events-default-listing .overview li {
  border: none;
  padding: 0;
}
.jaeger .dx1-events-default-listing .overview p.col-xs-12 {
  padding-left: 0px;
}
.jaeger .dx1-events-default-listing .overview a[data-toggle=collapse],
.jaeger .dx1-events-default-listing .overview a[data-toggle=collapse]:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .jaeger .dx1-events-default-listing .overview .col-md-12 {
    padding-left: 0px;
  }
}
.jaeger .dx1-events-default-listing a[data-toggle="collapse"] {
  color: #268206;
  font-weight: bold;
}
.jaeger .dx1-events-default-listing a[data-toggle="collapse"]:hover {
  color: #185204;
}
.jaeger .dx1-events-default-listing li .row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jaeger .dx1-events-default-listing li .row:first-child:before,
.jaeger .dx1-events-default-listing li .row:first-child:after {
  display: none;
}
.jaeger .dx1-events-default-listing li .row:first-child.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .jaeger .dx1-events-default-listing li .row:first-child {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .jaeger .dx1-events-default-listing li .row:first-child .event-img {
    margin-right: 15px;
  }
}
.jaeger .dx1-events form {
  height: auto;
}
.jaeger .dx1-events .modal-footer .btn {
  width: auto;
}
.jaeger .z-accordion {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 15px;
  margin-bottom: 30px;
}
.jaeger .z-accordion .z-section {
  margin-bottom: 15px;
  border-radius: 0 !important;
}
.jaeger .z-accordion .z-header {
  border-radius: 0 !important;
  font-size: 24px !important;
  text-shadow: none;
}
.jaeger .z-accordion .z-content li {
  color: #000;
}
@media print {
  @page {
    margin: 0.5in !important;
  }
  #SiteNav {
    display: none !important;
  }
  .header,
  .admin .maincontent {
    border: none !important;
    background: none;
  }
  .main-body {
    margin: 0;
  }
  a:link:after,
  a:visited:after,
  a[href]:after,
  abbr[title]:after {
    content: "";
  }
  .ModDx1ShowroomDetailsC .get-price-alert,
  .ModDx1ShowroomDetailsC .click-to-call-btn,
  .ModDx1ShowroomDetailsC #sliderStatus,
  .ModDx1ShowroomDetailsC .owl-nav,
  .ModDx1ShowroomDetailsC #slideshow-thumbnails,
  .ModDx1ShowroomDetailsC .model-actions .quick-details,
  .ModDx1ShowroomDetailsC #AdditionalPriceInfo,
  .ModDx1ShowroomDetailsC #CallToActionButtons,
  .ModDx1ShowroomDetailsC #ShareUtilities,
  .ModDx1ShowroomDetailsC #ShareUtilitiesMobile {
    display: none !important;
  }
  .ModDx1ShowroomDetailsC .row > div {
    width: 100%;
    float: none;
  }
  .ModDx1ShowroomDetailsC #dnn_ProductPics,
  .ModDx1ShowroomDetailsC #dnn_Details {
    margin-bottom: 0.25in;
  }
  .ModDx1ShowroomDetailsC #slideshow-main {
    max-width: 7.5in;
  }
  .ModDx1ShowroomDetailsC #slideshow-main .owl-stage-outer {
    border: none;
  }
  .ModDx1ShowroomDetailsC #slideshow-main .owl-stage-outer .owl-stage {
    width: 100% !important;
  }
  .ModDx1ShowroomDetailsC #slideshow-main .owl-item {
    float: none;
    display: none;
  }
  .ModDx1ShowroomDetailsC #slideshow-main .owl-item.active {
    display: block;
    top: 0 !important;
    width: 100% !important;
  }
  .ModDx1ShowroomDetailsC #slideshow-main .owl-item.active .item {
    border: 1px solid #434345;
    margin: 0;
    text-align: center;
  }
  .ModDx1ShowroomDetailsC #slideshow-main .owl-item.active .item img {
    max-height: 4in;
  }
  .ModDx1ShowroomDetailsC .showroom-detail.model-actions {
    margin: 0 !important;
  }
  .ModDx1ShowroomDetailsC .showroom-detail .description {
    padding: 0;
  }
}
/* 
   This file removes all button icons throughout the site,
   remove this include from the theme.less file if you want to keep 
   the icons on primary and default buttons

*/
.btn-primary .btn-icon,
.btn-default .btn-icon,
.showroom-items .dx1-products .cta .btn .btn-icon {
  display: none;
}
.showroom-items .dx1-products .cta .btn {
  padding: 0px 12px !important;
}
.showroom-result article.product .cta .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.showroom-result article.product .cta .btn .btn-text {
  top: 0px !important;
}
#CallToActionButtons .btn,
.similarmodels-container .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#CallToActionButtons .modal-content .btn {
  padding: 12px 12px !important;
}
#ShareUtilities li .btn-default .btn-icon,
#ShareUtilitiesMobile li .btn-default .btn-icon {
  display: block;
}
.event-btn .btn {
  text-align: center !important;
}
.event-btn .btn .fa {
  display: none;
}
@-webkit-keyframes icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@keyframes icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@-webkit-keyframes buzz-it {
  10%,
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  20%,
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  50%,
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60%,
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0deg);
            transform: translateX(1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0deg);
            transform: translateX(-1px) rotate(0deg);
  }
}
@keyframes buzz-it {
  10%,
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  20%,
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  50%,
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60%,
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0deg);
            transform: translateX(1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0deg);
            transform: translateX(-1px) rotate(0deg);
  }
}
@-webkit-keyframes bob-down {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  90% {
    opacity: 0.7;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes bob-down {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  90% {
    opacity: 0.7;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes pop-out {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
  }
  70% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    position: relative;
  }
}
@keyframes pop-out {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
  }
  70% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    position: relative;
  }
}
@-webkit-keyframes fade-right {
  0% {
    left: 0px;
    opacity: 1;
    position: relative;
  }
  15% {
    opacity: 1;
  }
  50% {
    left: 5px;
    opacity: 0;
  }
  100% {
    left: 0px;
  }
}
@keyframes fade-right {
  0% {
    left: 0px;
    opacity: 1;
    position: relative;
  }
  15% {
    opacity: 1;
  }
  50% {
    left: 5px;
    opacity: 0;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes tadaaa {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
  }
}
@keyframes tadaaa {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
  }
}
.jaeger.showroom .oem-grid .oem-groups .group {
  background: #fff;
  border: 1px solid #ccc;
}
.jaeger.showroom .oem-grid .oem-groups .header {
  background: #202020;
}
.jaeger.showroom .oem-browse article.product {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
  padding: 0;
}
.jaeger.showroom .oem-browse article.product p {
  color: #000;
}
.jaeger.showroom .oem-browse article.product .thumbnail-frame,
.jaeger.showroom .oem-browse article.product .thumbnail,
.jaeger.showroom .oem-browse article.product .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger.showroom .oem-browse article.product .model-name,
.jaeger.showroom .oem-browse article.product h3 {
  color: #268206 !important;
}
.jaeger.showroom .oem-browse article.product .model-name:hover,
.jaeger.showroom .oem-browse article.product h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger.showroom .oem-browse article.product h3 a {
  color: inherit;
}
.jaeger.showroom .oem-browse article.product .model-category,
.jaeger.showroom .oem-browse article.product .model-location {
  color: #000;
}
.jaeger.showroom .oem-browse article.product .model-info a,
.jaeger.showroom .oem-browse article.product header + p {
  border-color: #434345;
}
.jaeger.showroom .oem-browse article.product .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger.showroom .oem-browse article.product a:hover .model-name {
  text-decoration: none !important;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product p {
  color: #000;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .thumbnail-frame,
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .thumbnail,
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .model-name,
.jaeger.showroom .oem-browse.product-types .product-type-group article.product h3 {
  color: #268206 !important;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .model-name:hover,
.jaeger.showroom .oem-browse.product-types .product-type-group article.product h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product h3 a {
  color: inherit;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .model-category,
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .model-location {
  color: #000;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .model-info a,
.jaeger.showroom .oem-browse.product-types .product-type-group article.product header + p {
  border-color: #434345;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product a:hover .model-name {
  text-decoration: none !important;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product a:hover h4 {
  text-decoration: none;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .summary {
  border-top: none;
}
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .color,
.jaeger.showroom .oem-browse.product-types .product-type-group article.product .price {
  color: #000;
}
@media (min-width: 1024px) {
  .jaeger.showroom .list-filters-container .list-filters {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .jaeger.showroom .list-filters-container .list-filters .btn-group {
    margin-bottom: 0;
  }
}
.jaeger .ModDx1CompareProductsC .slider-arrows .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.jaeger .ModDx1CompareProductsC .slider-arrows .slider-arrow:hover:before {
  opacity: 1;
}
.jaeger .ModDx1CompareProductsC .slider-arrows .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.jaeger .ModDx1CompareProductsC .slider-arrows .slider-arrow-prev:before {
  content: "\f0a8";
}
.jaeger .ModDx1CompareProductsC .slider-arrows .slider-arrow-next:before {
  content: "\f0a9";
}
@media (max-width: 767px) {
  .jaeger .ModDx1CompareProductsC .cp-product-imgs {
    min-height: 228px;
  }
}
.jaeger .ModDx1CompareProductsC .cp-product-img {
  border: 1px solid #ccc;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .jaeger .ModDx1CompareProductsC .cp-product-img {
    height: 100% !important;
  }
}
.jaeger .ModDx1CompareProductsC .cp-product-img h5 {
  background: #202020;
  line-height: 1;
  margin: 0;
}
.jaeger .ModDx1CompareProductsC .cp-product-img h5:after {
  font-weight: normal;
}
.jaeger .ModDx1CompareProductsC .cp-product-img select {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1CompareProductsC .cp-product-img select:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .ModDx1CompareProductsC .cp-product-img select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1CompareProductsC .cp-product-img select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1CompareProductsC .cp-product-img select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1CompareProductsC .cp-product-img select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1CompareProductsC .cp-product-img select::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper {
  margin-top: 30px !important;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:hover,
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:active,
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:focus,
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:focus:hover,
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:focus {
  outline-color: #4ef414;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:visited {
  color: #4ef414;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion .btn-icon {
  display: none;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion .resp-arrow {
  padding: 0 0 5px;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion .resp-arrow:before {
  color: #4ef414;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion:hover .resp-arrow:before {
  color: #000;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion.resp-tab-active {
  background: #efefef !important;
  border-color: #ccc !important;
  color: #000 !important;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion.resp-tab-active .resp-arrow:before {
  color: #000 !important;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-tabs-list {
  border-bottom: 1px solid #ccc;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-tabs-list .resp-tab-item {
  position: relative;
  top: 1px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-tabs-list .resp-tab-item:hover {
  background: #d6d6d6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-tabs-list .resp-tab-item.resp-tab-active {
  border-color: #ccc !important;
  border-bottom-color: #fff;
  background: #fff !important;
  color: #000;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-tab-content,
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .tab-content {
  background: #fff;
  border-color: #ccc;
  color: #000;
  width: 100%;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-tab-content .table-title,
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .tab-content .table-title {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-tabs-list {
  display: none !important;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper .resp-arrow {
  padding: 5px 0 !important;
  width: auto;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  margin-top: 15px;
}
.jaeger .ModDx1CompareProductsC .cp-details-wrapper h2.resp-accordion.resp-tab-active {
  border-bottom: 0 !important;
}
.jaeger .promotion-details .related-models {
  border-color: #4ef414;
}
.jaeger .ModDx1OEMPromoListC .listing-controls {
  font-size: 0.875rem;
}
.jaeger .ModDx1OEMPromoListC .listing-controls.listing-controls-top {
  border-bottom: 3px solid #434345;
}
.jaeger .ModDx1OEMPromoListC .listing-controls.listing-controls-bottom {
  border-top: 3px solid #434345;
  padding-bottom: 10px;
}
.jaeger .ModDx1OEMPromoListC .listing-controls select {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
  height: 34px;
}
.jaeger .ModDx1OEMPromoListC .listing-controls select:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .ModDx1OEMPromoListC .listing-controls select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1OEMPromoListC .listing-controls select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1OEMPromoListC .listing-controls select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1OEMPromoListC .listing-controls select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1OEMPromoListC .listing-controls select::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .ModDx1OEMPromoListC .listing-controls .page-link {
  height: 34px;
  padding: 8px 12px 0px !important;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li p {
  color: #000;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li .thumbnail-frame,
.jaeger .ModDx1OEMPromoListC .dx1-products li .thumbnail,
.jaeger .ModDx1OEMPromoListC .dx1-products li .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li .model-name,
.jaeger .ModDx1OEMPromoListC .dx1-products li h3 {
  color: #268206 !important;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li .model-name:hover,
.jaeger .ModDx1OEMPromoListC .dx1-products li h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li h3 a {
  color: inherit;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li .model-category,
.jaeger .ModDx1OEMPromoListC .dx1-products li .model-location {
  color: #000;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li .model-info a,
.jaeger .ModDx1OEMPromoListC .dx1-products li header + p {
  border-color: #434345;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li a:hover .model-name {
  text-decoration: none !important;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li a .promotion-info h3 {
  color: #4ef414 !important;
}
.jaeger .ModDx1OEMPromoListC .dx1-products li a .promotion-info h3:hover {
  color: #35b308 !important;
}
.jaeger .fiche-viewer .fiche-header-container select,
.jaeger .fiche-viewer .fiche-header-container input {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .fiche-viewer .fiche-header-container select:focus,
.jaeger .fiche-viewer .fiche-header-container input:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .fiche-viewer .fiche-header-container select::-webkit-input-placeholder, .jaeger .fiche-viewer .fiche-header-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .fiche-viewer .fiche-header-container select::-moz-placeholder, .jaeger .fiche-viewer .fiche-header-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .fiche-viewer .fiche-header-container select:-ms-input-placeholder, .jaeger .fiche-viewer .fiche-header-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .fiche-viewer .fiche-header-container select::-ms-input-placeholder, .jaeger .fiche-viewer .fiche-header-container input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .fiche-viewer .fiche-header-container select::placeholder,
.jaeger .fiche-viewer .fiche-header-container input::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.jaeger .fiche-viewer .oem-browse.oem-grid .oem-groups .group {
  background: #fff;
  border: 1px solid #ccc;
}
.jaeger .fiche-viewer .oem-browse.oem-grid .oem-groups .header {
  background: #202020;
}
.jaeger .fiche-viewer .breadcrumb {
  font-size: 0.875rem;
}
.jaeger .fiche-viewer .breadcrumb li:before,
.jaeger .fiche-viewer .breadcrumb li.active {
  color: #000;
}
.jaeger .fiche-viewer .section-item-list .fiche-hyperlink {
  border: 1px solid #ccc;
  border-radius: 0px;
}
.jaeger .fiche-viewer .section-item-list .fiche-hyperlink:hover,
.jaeger .fiche-viewer .section-item-list .fiche-hyperlink:focus {
  border-color: #4ef414;
  text-decoration: none;
}
.jaeger .fiche-viewer .section-item-list .fiche-hyperlink .caption {
  color: #000;
  background: #efefef;
}
.jaeger .fiche-viewer .image-wrapper {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider {
  outline: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider:focus {
  border-color: #4ef414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 244, 20, 0.6);
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider::-webkit-input-placeholder {
  color: #fff;
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider::-moz-placeholder {
  color: #fff;
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider:-ms-input-placeholder {
  color: #fff;
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider::-ms-input-placeholder {
  color: #fff;
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider::placeholder {
  color: #fff;
}
.jaeger .fiche-viewer .image-wrapper input.image-zoom-slider:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jaeger .fiche-viewer .fiche-table thead th,
.jaeger .fiche-viewer .fiche-table thead td.col-addtocart {
  border-color: #434345;
}
.jaeger .fiche-viewer .fiche-table .striperows {
  color: #000;
}
.jaeger .fiche-viewer .fiche-table .striperows.highlight {
  background: rgba(78, 244, 20, 0.15);
}
.algolia-card-styles {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.algolia-card-styles p {
  color: #000;
}
.algolia-card-styles .thumbnail-frame,
.algolia-card-styles .thumbnail,
.algolia-card-styles .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.algolia-card-styles .model-name,
.algolia-card-styles h3 {
  color: #268206 !important;
}
.algolia-card-styles .model-name:hover,
.algolia-card-styles h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.algolia-card-styles h3 a {
  color: inherit;
}
.algolia-card-styles .model-category,
.algolia-card-styles .model-location {
  color: #000;
}
.algolia-card-styles .model-info a,
.algolia-card-styles header + p {
  border-color: #434345;
}
.algolia-card-styles .tagline {
  font-family: 'Teko', sans-serif;
}
.algolia-card-styles a:hover .model-name {
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .catalog-filter-container,
.jaeger .dx1-ecommerce .partgroup-filter-container {
  background: #efefef;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.jaeger .dx1-ecommerce .catalog-filter-container .keyword-input-group .btn,
.jaeger .dx1-ecommerce .partgroup-filter-container .keyword-input-group .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.jaeger .dx1-ecommerce .catalog-filter-container .price-range-control .MuiSlider-track,
.jaeger .dx1-ecommerce .partgroup-filter-container .price-range-control .MuiSlider-track,
.jaeger .dx1-ecommerce .catalog-filter-container .price-range-control .MuiSlider-thumb,
.jaeger .dx1-ecommerce .partgroup-filter-container .price-range-control .MuiSlider-thumb {
  color: #000 !important;
}
.jaeger .dx1-ecommerce .catalog-filter-container .price-range-control .MuiSlider-thumb.Mui-active,
.jaeger .dx1-ecommerce .partgroup-filter-container .price-range-control .MuiSlider-thumb.Mui-active {
  -webkit-box-shadow: 0px 0px 0px 14px rgba(255, 255, 255, 0.16);
          box-shadow: 0px 0px 0px 14px rgba(255, 255, 255, 0.16);
}
.jaeger .dx1-ecommerce .catalog-filter-container .price-range-control .MuiSlider-rail,
.jaeger .dx1-ecommerce .partgroup-filter-container .price-range-control .MuiSlider-rail,
.jaeger .dx1-ecommerce .catalog-filter-container .price-range-control .MuiSlider-markLabel,
.jaeger .dx1-ecommerce .partgroup-filter-container .price-range-control .MuiSlider-markLabel {
  color: #000;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item p {
  color: #000;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item .thumbnail-frame,
.jaeger .dx1-ecommerce .catalog-list .catalog-item .thumbnail,
.jaeger .dx1-ecommerce .catalog-list .catalog-item .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item .model-name,
.jaeger .dx1-ecommerce .catalog-list .catalog-item h3 {
  color: #268206 !important;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item .model-name:hover,
.jaeger .dx1-ecommerce .catalog-list .catalog-item h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item h3 a {
  color: inherit;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item .model-category,
.jaeger .dx1-ecommerce .catalog-list .catalog-item .model-location {
  color: #000;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item .model-info a,
.jaeger .dx1-ecommerce .catalog-list .catalog-item header + p {
  border-color: #434345;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item a:hover .model-name {
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item .catalog-name {
  color: #000;
}
.jaeger .dx1-ecommerce .catalog-list .catalog-item:hover .catalog-name {
  text-decoration: underline;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item p {
  color: #000;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .thumbnail-frame,
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .thumbnail,
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .model-name,
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item h3 {
  color: #268206 !important;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .model-name:hover,
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item h3 a {
  color: inherit;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .model-category,
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .model-location {
  color: #000;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .model-info a,
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item header + p {
  border-color: #434345;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item a:hover .model-name {
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .partgroup-list .partgroup-item .partgroup-name {
  color: #000;
}
.jaeger .dx1-ecommerce .MuiBreadcrumbs-root,
.jaeger .dx1-ecommerce .font-bold {
  color: #000;
}
.jaeger .dx1-ecommerce .partgroup-details {
  color: #000;
}
.jaeger .dx1-ecommerce .partgroup-details .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.jaeger .dx1-ecommerce .partgroup-details .slider-arrow:hover:before {
  opacity: 1;
}
.jaeger .dx1-ecommerce .partgroup-details .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.jaeger .dx1-ecommerce .partgroup-details .slider-arrow-prev:before {
  content: "\f0a8";
}
.jaeger .dx1-ecommerce .partgroup-details .slider-arrow-next:before {
  content: "\f0a9";
}
.jaeger .dx1-ecommerce .partgroup-details .swiper-button-prev,
.jaeger .dx1-ecommerce .partgroup-details .swiper-button-next {
  width: auto;
}
.jaeger .dx1-ecommerce .partgroup-details .swiper-button-prev:after,
.jaeger .dx1-ecommerce .partgroup-details .swiper-button-next:after {
  display: none;
}
.jaeger .dx1-ecommerce .partgroup-details .swiper-button-prev {
  left: 0;
}
.jaeger .dx1-ecommerce .partgroup-details .swiper-button-next {
  right: 0;
}
.jaeger .dx1-ecommerce .partgroup-details .swiper-thumbs .swiper-slide {
  background: none;
}
.jaeger .dx1-ecommerce .partgroup-details .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  background-color: rgba(78, 244, 20, 0.15);
}
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option {
  background: #000 !important;
  border: 1px solid;
  border-color: #ccc;
  color: #4ef414 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
}
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option:hover,
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option:active,
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option:focus,
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option:focus:hover,
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option:active:hover {
  background: #4ef414 !important;
  border-color: #3ccb0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000 !important;
}
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option:focus {
  outline-color: #4ef414;
}
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option:visited {
  color: #4ef414;
}
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option .btn-icon {
  display: none;
}
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option.active {
  background-color: rgba(78, 244, 20, 0.5) !important;
  border-color: #4ef414;
  color: #000;
}
.jaeger .dx1-ecommerce .partgroup-details .btn-product-option.active:hover {
  background-color: #4ef414 !important;
}
.jaeger .dx1cart .table-hover > tbody > tr:hover {
  background: rgba(78, 244, 20, 0.15);
}
.jaeger .dx1cart .css-1s50f5r .btn.btn-primary.btn-block {
  /* Hide the original text */
  text-indent: -9999px;
  /* Pushes text off-screen */
  line-height: 0;
  /* Prevents line height from affecting button size due to hidden text */
  overflow: hidden;
  /* Ensures hidden text doesn't cause overflow */
  position: relative;
  /* Needed for positioning the pseudo-element */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
}
.jaeger .dx1cart .css-1s50f5r .btn.btn-primary.btn-block::after {
  /* Display the new text */
  content: "Pay By Credit Card";
  text-indent: 0;
  /* Resets text-indent for the pseudo-element */
  line-height: initial;
  /* Resets line-height for the pseudo-element */
  position: absolute;
  /* Positions the new text within the button */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Centers the new text */
  white-space: nowrap;
  /* Prevents text wrapping */
}
.album-thumbnail {
  position: relative;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .UMGViewer .albumlist a.album {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none !important;
}
.jaeger .UMGViewer .albumlist a.album .albumshadow1,
.jaeger .UMGViewer .albumlist a.album .albumshadow2,
.jaeger .UMGViewer .albumlist a.album .albumshadow3,
.jaeger .UMGViewer .albumlist a.album .albumshadow4,
.jaeger .UMGViewer .albumlist a.album .albumshadow5,
.jaeger .UMGViewer .albumlist a.album .albumshadow6 {
  display: none;
}
.jaeger .UMGViewer .albumlist a.album p {
  color: #000;
}
.jaeger .UMGViewer .albumlist a.album .thumbnail-frame,
.jaeger .UMGViewer .albumlist a.album .thumbnail,
.jaeger .UMGViewer .albumlist a.album .frame {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .UMGViewer .albumlist a.album .model-name,
.jaeger .UMGViewer .albumlist a.album h3 {
  color: #268206 !important;
}
.jaeger .UMGViewer .albumlist a.album .model-name:hover,
.jaeger .UMGViewer .albumlist a.album h3:hover {
  color: #185204 !important;
  text-decoration: none !important;
}
.jaeger .UMGViewer .albumlist a.album h3 a {
  color: inherit;
}
.jaeger .UMGViewer .albumlist a.album .model-category,
.jaeger .UMGViewer .albumlist a.album .model-location {
  color: #000;
}
.jaeger .UMGViewer .albumlist a.album .model-info a,
.jaeger .UMGViewer .albumlist a.album header + p {
  border-color: #434345;
}
.jaeger .UMGViewer .albumlist a.album .tagline {
  font-family: 'Teko', sans-serif;
}
.jaeger .UMGViewer .albumlist a.album a:hover .model-name {
  text-decoration: none !important;
}
.jaeger .UMGViewer .albumlist a.album .contents {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.67;
}
.jaeger .UMGViewer .albumlist a.album:hover .title {
  color: #113903;
}
.jaeger .UMGViewer .albumlist a.album .albumlogo {
  position: relative;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .UMGViewer .openedalbum .albuminfo .albumlogo {
  position: relative;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .UMGViewer .openedalbum .albuminfo .albumdesc {
  font-size: 0.875rem;
}
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum {
  background: #4ef414 !important;
  border: 1px solid;
  border-color: #3ccb0a;
  color: #000 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  text-decoration: none;
  padding: 6px 12px;
  height: auto;
  line-height: 1.42857143;
  text-indent: 0;
}
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum.btn-content,
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum.content-btn {
  display: block;
  margin: 0px auto;
  max-width: 435px;
  padding: 20px 10px 17px;
  width: 100%;
}
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum:hover,
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum:active,
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum:focus,
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum:focus:hover,
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum:active:hover {
  background: #000 !important;
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4ef414 !important;
}
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum:focus {
  outline-color: #4ef414;
}
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum .btn-icon {
  display: none;
}
.jaeger .UMGViewer .openedalbum .albuminfo .closealbum:before {
  font-family: "FontAwesome";
  content: "\f112";
  margin-right: 10px;
}
.jaeger .UMGViewer .openedalbum .tile {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.jaeger .UMGViewer .openedalbum .tile:hover {
  border-color: #ccc;
}
.playmode .playarea .colleft .mobileclose {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.playmode .playarea .colleft .mobileclose:before {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #fff;
  opacity: 0.5;
}
.playmode .playarea .colleft .mobileclose:hover:before {
  opacity: 1;
}
.playmode .playarea .colleft .slider-arrow {
  background: none !important;
  margin: 0 15px;
  opacity: 1;
  padding: 0;
  text-decoration: none !important;
}
.playmode .playarea .colleft .slider-arrow:hover:before {
  opacity: 1;
}
.playmode .playarea .colleft .slider-arrow:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  color: #4ef414;
  opacity: 0.75;
}
.playmode .playarea .colleft .slider-arrow-prev:before {
  content: "\f0a8";
}
.playmode .playarea .colleft .slider-arrow-next:before {
  content: "\f0a9";
}
.playmode .playarea .colleft .navprev,
.playmode .playarea .colleft .navnext {
  width: auto;
  height: auto;
  margin-top: 0;
}
.staff-container {
  margin-top: 30px;
}
.staff-container .panel,
.staff-container .panel-heading,
.staff-container .image-wrapper {
  border-radius: 0px !important;
}
.staff-container .staff-item.contactable-staff .image-wrapper:after {
  color: #4ef414 !important;
  font-size: 20px;
}
.staff-container .panel {
  border-color: #000000;
}
.staff-container .panel-heading {
  background-color: #202020;
  border: none;
  padding: 0px;
}
.staff-container .panel-heading a {
  color: #fff;
  display: block;
}
.staff-container .panel-heading a .panel-title {
  color: inherit;
  font-size: 1.571rem;
  padding: 10px 15px;
}
.staff-container .panel-heading:hover {
  background-color: #4ef414;
}
.staff-container .panel-heading:hover a {
  color: #fff;
}
.staff-container .staff-photo {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
}
.staff-container .staff-name {
  text-transform: uppercase;
}
.staff-container .staff-title {
  font-style: italic;
}
.staff-container .department-link[aria-expanded="true"] {
  border-bottom: 1px solid #000000;
}
.staff-container .department-link.collapsed {
  border-bottom: none;
}
.staff-container .staff-detail-modal .modal-dialog .position {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #ae_launcher.ae-cta-position-preset-left-lower {
    bottom: 55px !important;
    left: 15px !important;
  }
  #ae_launcher.ae-cta-position-preset-right-lower {
    bottom: 55px !important;
    right: 15px !important;
  }
}
/*# sourceMappingURL=theme.css.map */