.related-vehicles .vehicle-list.grid-view .vehicle-card .img img {
  opacity: 1;
}

.related-vehicles .vehicle-list.grid-view .vehicle-card .heading {
  font-size: 1rem;
  font-weight: 700;
  margin-top: .9375rem;
  text-align: left;
  line-height: 1.2em;
  font-family: Arial,sans-serif;
}

.related-vehicles .vehicle-list.grid-view .vehicle-card .details {
  float: none;
}

.buy-now {
  border: 1px solid #eaeaea;
  border-top: 1.875rem solid #f0f0f0;
  width: 100%;
  padding: .9375rem;
  margin-bottom: .625rem;
  text-align: center;
  position: relative;
}

.buy-now:after,
.buy-now:before {
  content: " ";
  display: table;
}

.buy-now:after {
  clear: both;
}

.buy-now .alert-error {
  color: #c00;
  font-weight: 700;
}

.buy-now .buy-now-brand {
  position: absolute;
  top: -.4375rem;
  left: 50%;
}

@media (max-width:767px) {
  .related-vehicles .heading {
    font-size: 1.625rem;
  }

  .related-vehicles .vehicle-card .heading {
    font-size: .875rem;
  }

  .related-vehicles .vehicle-card .img {
    height: auto!important;
  }

  .related-vehicles .tiles .owl-item:not(.active) {
    opacity: 0;
  }

  .buy-now {
    border-top: 2.75rem solid #f0f0f0;
    padding: .9375rem .625rem .625rem;
  }

  .buy-now .buy-now-brand {
    width: 100%;
    left: 0;
  }

  .buy-now .buy-now-brand:after {
    margin-left: 0;
    top: -.9375rem;
    left: .625rem;
  }

  .buy-now .heading {
    text-align: left;
    position: absolute;
    top: -1.875rem;
    left: 3.125rem;
    width: 90px;
    height: 16px;
    overflow: hidden;
  }
}

.buy-now .heading {
  color: #225b95;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}

.buy-now .when {
  color: #282828;
  font-weight: 700;
}

.buy-now .when .date {
  font-size: .75rem;
  display: block;
  font-weight: 400;
}

.buy-now .btn,
.buy-now .field,
.buy-now input {
  display: inline-block;
  clear: left;
  width: 100%;
  margin-bottom: .375rem!important;
}

.buy-now .btn:last-child,
.buy-now .field:last-child,
.buy-now input:last-child {
  margin-bottom: 0!important;
}

.buy-now.live .flex-wrap,
.buy-now.open .flex-wrap {
  margin-bottom: .375rem;
}

.buy-now form {
  padding: 0 12.5%;
}

.buy-now .field {
  position: relative;
}

@media (max-width:767px) {
  .buy-now .when {
    font-size: .75rem;
  }

  .buy-now .when .date {
    font-size: .6875rem;
  }

  .buy-now form {
    width: 100%;
    padding: 0;
  }

  .buy-now form .flex-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .375rem;
  }

  .buy-now form .flex-wrap .field {
    margin-bottom: 0!important;
  }

  .buy-now .field {
    width: 80%;
    margin: 0;
  }

  .buy-now .field label {
    padding-left: .3125rem;
    padding-right: .1875rem;
  }

  .buy-now .field input {
    padding-left: 1rem;
    padding-right: .25rem;
    border-radius: 3px 0 0 3px;
  }

  .buy-now .btn.btn-inline {
    width: auto;
    padding-left: .4375rem;
    padding-right: .4375rem;
    border-radius: 0 3px 3px 0;
  }
}

.buy-now label {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 1rem;
  padding: .5625rem .75rem;
}

.buy-now label span {
  position: absolute;
  left: -10000em;
}

.buy-now label:before {
  content: "$";
}

.buy-now input {
  padding-left: 1.875rem;
  position: relative;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1rem;
}

.buy-now input[type=number]::-webkit-inner-spin-button,
.buy-now input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buy-now .btn {
  background: #000;
  padding: .75rem;
}

.buy-now .btn-context {
  display: none;
}

.buy-now.live .btn-context,
.buy-now.open .btn-context {
  display: inline-block;
}

.buy-now.open .when {
  color: #ff8400;
}

.buy-now.open .btn-context {
  background: #ff8400;
}

.buy-now.live .when {
  color: #27a50e;
}

.buy-now.live .btn-context {
  background: #27a50e;
}

.buynow-section {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  background: #FFF;
  margin-top: 1rem;
}

.buynow-section .buynow-content-section {
  padding: 1.5rem;
}

.buynow-section .icon-back-arrow-large:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.buynow-section .buynow-font {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.buynow-section .upcoming-event {
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.0625rem;
  border-radius: .25rem;
  background-color: #E7A614!important;
  color: #000!important;
}

.buynow-section .upcoming-event .event-color {
  color: #003486;
}

.buynow-section .buynow-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003486;
  height: 2.4375rem;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 1.5rem;
}

.buynow-section .buynow-heading .buynow-heading-font {
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0;
}

.buynow-section .buynow-content .buynow-specification,
.buynow-section .buynow-content .buynow-specification-value {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.buynow-section .buynow-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buynow-section .buynow-content .buynow-specification {
  font-size: .875rem;
  font-weight: 500;
  color: #6B7280;
}

.buynow-section .buynow-content .buynow-start-time-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: end;
}

.buynow-section .buynow-content .buynow-specification-value {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
}

.bid-now {
  border: 1px solid #eaeaea;
  border-top: 1.875rem solid #f0f0f0;
  width: 100%;
  padding: .9375rem;
  margin-bottom: .625rem;
  text-align: center;
  position: relative;
}

.bid-now:after,
.bid-now:before {
  content: " ";
  display: table;
}

.bid-now:after {
  clear: both;
}

.bid-now .alert-error {
  color: #c00;
  font-weight: 700;
}

.bid-now .alert-success {
  color: #42af41;
  font-weight: 700;
}

.bid-now .bid-now-brand {
  position: absolute;
  top: -.4375rem;
  left: 50%;
}

.bid-now .heading {
  color: #225b95;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}

.bid-now .when {
  color: #282828;
  font-weight: 700;
}

.bid-now .when .data {
  font-size: .75rem;
  display: block;
  font-weight: 400;
}

@media (max-width:767px) {
  .bid-now {
    border-top: 2.75rem solid #f0f0f0;
    padding: .9375rem .625rem .625rem;
  }

  .bid-now .bid-now-brand {
    width: 100%;
    left: 0;
  }

  .bid-now .bid-now-brand:after {
    margin-left: 0;
    top: -.9375rem;
    left: .625rem;
  }

  .bid-now .heading {
    text-align: left;
    position: absolute;
    top: -1.875rem;
    left: 3.125rem;
    width: 90px;
    height: 16px;
    overflow: hidden;
  }

  .bid-now .when {
    font-size: .75rem;
  }

  .bid-now .when .data {
    font-size: .6875rem;
  }
}

.bid-now .btn,
.bid-now .field,
.bid-now input {
  display: inline-block;
  clear: left;
  width: 100%;
  margin-bottom: .375rem!important;
}

.bid-now .btn:last-child,
.bid-now .field:last-child,
.bid-now input:last-child {
  margin-bottom: 0!important;
}

.bid-now.live .flex-wrap,
.bid-now.open .flex-wrap {
  margin-bottom: .375rem;
}

.bid-now form {
  padding: 0 12.5%;
}

.bid-now .field {
  position: relative;
}

@media (max-width:767px) {
  .bid-now form {
    width: 100%;
    padding: 0;
  }

  .bid-now form .flex-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .375rem;
  }

  .bid-now form .flex-wrap .field {
    margin-bottom: 0!important;
  }

  .bid-now .field {
    width: 80%;
    margin: 0;
  }

  .bid-now .field label {
    padding-left: .3125rem;
    padding-right: .1875rem;
  }

  .bid-now .field input {
    padding-left: 1rem;
    padding-right: .25rem;
    border-radius: 3px 0 0 3px;
  }

  .bid-now .btn.btn-inline {
    width: auto;
    padding-left: .4375rem;
    padding-right: .4375rem;
    border-radius: 0 3px 3px 0;
  }
}

.bid-now label {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 1rem;
  padding: .5625rem .75rem;
}

.bid-now label span {
  position: absolute;
  left: -10000em;
}

.bid-now label:before {
  content: "$";
}

.bid-now input {
  padding-left: 1.875rem;
  position: relative;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1rem;
}

.bid-now input[type=number]::-webkit-inner-spin-button,
.bid-now input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bid-now .btn {
  background: #000;
  padding: .75rem;
}

.bid-now .btn-context {
  display: none;
}

.bid-now.live .btn-context,
.bid-now.open .btn-context {
  display: inline-block;
}

.bid-now.open .when {
  color: #ff8400;
}

.bid-now.open .btn-context {
  background: #ff8400;
}

.bid-now.live .when {
  color: #27a50e;
}

.bid-now.live .btn-context {
  background: #27a50e;
}

.bidnow-section {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  background: #FFF;
  margin-top: 1rem;
}

.bidnow-section .bidnow-content-section {
  padding: 1.5rem;
}

.bidnow-section .bidnow-content-section .bidnow-input-bid {
  width: 100%;
}

.bidnow-section .bidnow-content-section .bidnow-input-bid .icon-input {
  top: 1.3125rem;
  position: absolute;
  z-index: 999;
  left: 1.375rem;
}

.bidnow-section .bidnow-content-section .bidnow-input-bid .icon-input .icon-dollar-svg:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-dollar-grey) no-repeat;
  position: absolute;
  margin-top: 18px;
  margin-left: -8px;
  width: 18px;
  height: 18px;
  top: -13.5px;
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-content-section .bidnow-input-bid .icon-input .icon-dollar-svg:after {
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    top: -17.5px;
  }
}

.bidnow-section .bidnow-content-section .bidnow-input-bid .bidnow-input {
  font-size: .875rem;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  padding: .75rem 2.3125rem .75rem 2.5rem;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  background: #F9FAFB;
  height: 2.6875rem;
}

.bidnow-section .bidnow-content-section .btn .enquiry-font,
.bidnow-section .minimunbid-font {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.bidnow-section .bidnow-content-section i.icon-info-bid {
  width: 19px;
  float: right;
  top: -36px;
  right: -22px;
  height: 16px;
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-info) no-repeat;
  position: relative;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-content-section i.icon-info-bid {
    top: -28px;
    right: -19px;
  }
}

.bidnow-section .bidnow-content-section .icon-info:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-info) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  top: 9px;
  left: -10px;
  cursor: pointer;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-content-section .icon-info:after {
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    top: 18px;
    left: -12px;
  }
}

.bidnow-section .bidnow-content-section .btn .icon-email-white {
  position: relative;
}

.bidnow-section .bidnow-content-section .btn .icon-email-white:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-email-white) no-repeat;
  position: absolute;
  margin-top: 11px;
  margin-left: -132px;
  width: 12px;
  height: 11px;
  -ms-transform: scale(3.5);
  transform: scale(3.5);
}

@media (min-width:992px) {
  .bidnow-section .bidnow-content-section .btn .icon-email-white:after {
    margin-left: -116px;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .bidnow-section .bidnow-content-section .btn .icon-email-white:after {
    margin-left: -96px;
    margin-top: 7px;
  }
}

.bidnow-section .bidnow-content-section .btn .enquiry-font {
  font-size: 1rem;
  font-weight: 600;
}

.bidnow-section .minimunbid-font {
  text-align: center;
  margin-top: .75rem;
  color: #6B7280;
  font-size: .75rem;
  font-weight: 500;
}

.bidnow-section .bidnow-dashboard-font,
.bidnow-section .submit-bid {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
}

.bidnow-section .bidnow-dashboard-font {
  color: #003486;
  text-align: center;
  font-size: .875rem;
}

.bidnow-section .submit-bid {
  border-radius: .25rem;
  background-color: #E7A614!important;
  color: #000!important;
  border: 1px solid #E7A614;
  width: 100%;
  font-size: 14px;
  font-style: normal;
}

.bidnow-section .submit-bid .event-color {
  color: #003486;
}

.bidnow-section .bidnow-heading .bidnow-heading-part.bidnow-heading-highestbidder,
.bidnow-section .bidnow-heading .bidnow-heading-part.bidnow-heading-outbidded {
  color: #FFF!important;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bidnow-section .bidnow-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003486;
  height: 2.4375rem;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 1.5rem;
}

.bidnow-section .bidnow-heading.bidnow-outbidded {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  background-color: #F05252!important;
}

.bidnow-section .bidnow-heading.bidnow-highestbidder {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #099E69!important;
}

.bidnow-section .bidnow-heading .bidnow-heading-part {
  font-size: 1.25rem;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-heading.bidnow-highestbidder {
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .bidnow-section .bidnow-heading .bidnow-heading-part {
    font-size: 1rem;
  }
}

.bidnow-section .bidnow-heading .bidnow-heading-part.bidnow-heading-outbidded {
  font-size: 20px;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-heading .bidnow-heading-part.bidnow-heading-outbidded {
    font-size: 16px;
  }
}

.bidnow-section .bidnow-heading .bidnow-heading-part.bidnow-heading-highestbidder {
  font-size: 20px;
}

.bidnow-section .bidnow-heading .bidnow-heading-font {
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0;
  width: 44%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:768px) and (max-width:991px) {
  .bidnow-section .bidnow-heading .bidnow-heading-font {
    font-size: 16px;
  }
}

.bidnow-section .bidnow-content .bidnow-specification,
.bidnow-section .bidnow-content .onsale-section .vdp-badge-onsale {
  font-size: .875rem;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.bidnow-section .bidnow-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.bidnow-section .bidnow-content .onsale-section .vdp-badge-onsale {
  animation: blinker 1s linear infinite;
  display: inline-block;
  padding: 2px 12px 2px 1.5rem;
  border-radius: 6px;
  background-color: #025336;
  position: relative;
  margin-right: -36px;
  color: #F2FEFA;
  text-align: center;
  font-style: normal;
  font-weight: 600;
}

.bidnow-section .bidnow-content .onsale-section .vdp-badge-onsale .icon-onsale-svg:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-onsale-circle-white) no-repeat;
  position: absolute;
  margin-top: 21px;
  margin-left: 61px;
  width: 1rem;
  height: 16px;
  left: -54px;
  top: -10px;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

@media (min-width:320px) and (max-width:768px) {
  .bidnow-section .bidnow-content .onsale-section .vdp-badge-onsale {
    margin-right: -4px;
    padding: 2px 9px 2px 1.5rem;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bidnow-section .bidnow-content .onsale-section .vdp-badge-onsale {
    padding: 2px 0 3px 10px;
    width: 70px;
    margin-right: 4px;
  }

  .bidnow-section .bidnow-content .onsale-section .vdp-badge-onsale .icon-onsale-svg:after {
    top: -12px;
    left: -58px;
  }
}

@media (min-width:1025px) and (max-width:1199px) {
  .bidnow-section .bidnow-content .onsale-section .vdp-badge-onsale .icon-onsale-svg:after {
    top: -12px;
    left: -57px;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.bidnow-section .bidnow-content .bidnow-specification {
  font-weight: 500;
  color: #6B7280;
}

.bidnow-section .bidnow-content .bidnow-start-time-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: end;
}

.bidnow-section .bidnow-content .bidnow-specification-value {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
}

.bidnow-section .bidnow-content .bidhistory-text,
.bidnow-section .bidnow-content .bidnow-timeleft-font,
.bidnow-section .bidnow-content .highestbidder-class,
.bidnow-section .bidnow-content .outbidded-class,
.bidnow-section .bidnow-content .your-bid-font {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bidnow-section .bidnow-content .bidhistory-text {
  color: #002F7E;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-content .bidhistory-text {
    font-size: 12px;
  }
}

.bidnow-section .bidnow-content .outbidded-class {
  font-size: 20px;
  color: #F05252;
}

@media (min-width:768px) and (max-width:1024px) {
  .bidnow-section .bidnow-content .outbidded-class {
    font-size: 12px;
  }
}

.bidnow-section .bidnow-content .highestbidder-class {
  font-size: 20px;
  color: #099E69;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-content .highestbidder-class {
    font-size: 12px;
  }
}

.bidnow-section .bidnow-content .your-bid-font {
  color: #003486;
  font-size: 20px;
  line-height: 130%;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-content .your-bid-font {
    font-size: 12px;
  }
}

.bidnow-section .bidnow-content .bidnow-timeleft-font {
  color: #374151;
  font-size: 16px;
}

.bidnow-section .knockout-div {
  text-align: center;
  margin: 15px;
}

@media (min-width:768px) and (max-width:1199px) {
  .bidnow-section .bidnow-content .bidnow-timeleft-font {
    font-size: 12px;
  }

  .bidnow-section .knockout-div {
    margin: 10px 0 0!important;
  }

  .bidnow-section .knockout-div .knockout-label,
  .bidnow-section .knockout-div .knockout-span {
    font-size: 10px!important;
  }

  .bidnow-section .knockout-div .jcf-checkbox {
    width: 14px!important;
    height: 14px!important;
  }

  .bidnow-section .knockout-div .knockout-info {
    top: 4px!important;
  }
}

.bidnow-section .knockout-div .knockout-label {
  color: var(--B2C-Grey-900,#121921);
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.bidnow-section .knockout-div .knockout-span {
  color: var(--B2C-Primary-500,#003486);
  text-align: center;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-left: 5px;
}

.bidnow-section .knockout-div .knockout-info {
  width: 19px;
  float: right;
  top: 7px;
  right: -3px;
  height: 16px;
  -ms-transform: scale(2.5);
  transform: scale(1.5);
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-info) no-repeat;
  position: relative;
  cursor: pointer;
}

.bidnow-section .knockout-div .jcf-checkbox {
  border: 1px solid #D1D5DB!important;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.enquire-now {
  border: 1px solid #eaeaea;
  border-top: 1.875rem solid #f0f0f0;
  width: 100%;
  padding: .9375rem;
  margin-bottom: .625rem;
  text-align: center;
  position: relative;
}

.enquire-now:after,
.enquire-now:before {
  content: " ";
  display: table;
}

.enquire-now:after {
  clear: both;
}

.enquire-now .enquire-now-brand {
  position: absolute;
  top: -.4375rem;
  left: 50%;
}

.enquire-now .heading {
  color: #225b95;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}

.enquire-now .when {
  color: #282828;
  font-weight: 700;
}

.enquire-now .when .date {
  font-size: .75rem;
  display: block;
  font-weight: 400;
}

@media (max-width:767px) {
  .enquire-now {
    border-top: 2.75rem solid #f0f0f0;
    padding: .9375rem .625rem .625rem;
  }

  .enquire-now .enquire-now-brand {
    width: 100%;
    left: 0;
  }

  .enquire-now .enquire-now-brand:after {
    margin-left: 0;
    top: -.9375rem;
    left: .625rem;
  }

  .enquire-now .heading {
    overflow: hidden;
  }

  .enquire-now .when {
    font-size: .75rem;
  }

  .enquire-now .when .date {
    font-size: .6875rem;
  }
}

.enquire-now .btn,
.enquire-now .field,
.enquire-now input {
  display: inline-block;
  clear: left;
  width: 100%;
  margin-bottom: .375rem!important;
}

.enquire-now .btn:last-child,
.enquire-now .field:last-child,
.enquire-now input:last-child {
  margin-bottom: 0!important;
}

.enquire-now.live .flex-wrap,
.enquire-now.open .flex-wrap {
  margin-bottom: .375rem;
}

.enquire-now form {
  padding: 0 12.5%;
}

.enquire-now .field {
  position: relative;
}

@media (max-width:767px) {
  .enquire-now form {
    width: 100%;
    padding: 0;
  }

  .enquire-now form .flex-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .375rem;
  }

  .enquire-now form .flex-wrap .field {
    margin-bottom: 0!important;
  }

  .enquire-now .field {
    width: 80%;
    margin: 0;
  }

  .enquire-now .field label {
    padding-left: .3125rem;
    padding-right: .1875rem;
  }

  .enquire-now .field input {
    padding-left: 1rem;
    padding-right: .25rem;
    border-radius: 3px 0 0 3px;
  }

  .enquire-now .btn.btn-inline {
    width: auto;
    padding-left: .4375rem;
    padding-right: .4375rem;
    border-radius: 0 3px 3px 0;
  }
}

.enquire-now label {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 1rem;
  padding: .5625rem .75rem;
}

.enquire-now label span {
  position: absolute;
  left: -10000em;
}

.enquire-now label:before {
  content: "$";
}

.enquire-now input {
  padding-left: 1.875rem;
  position: relative;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1rem;
}

.enquire-now input[type=number]::-webkit-inner-spin-button,
.enquire-now input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.enquire-now .btn {
  background: #000;
  padding: .75rem;
}

.enquire-now .btn-context {
  display: none;
}

.enquire-now.live .btn-context,
.enquire-now.open .btn-context {
  display: inline-block;
}

.enquire-now.open .when {
  color: #ff8400;
}

.enquire-now.open .btn-context {
  background: #ff8400;
}

.enquire-now.live .when {
  color: #27a50e;
}

.enquire-now.live .btn-context {
  background: #27a50e;
}

.tender {
  border: 1px solid #eaeaea;
  border-top: 1.875rem solid #f0f0f0;
  width: 100%;
  padding: .9375rem;
  margin-bottom: .625rem;
  text-align: center;
  position: relative;
}

.tender:after,
.tender:before {
  content: " ";
  display: table;
}

.tender:after {
  clear: both;
}

.tender .tender-brand {
  position: absolute;
  top: -.4375rem;
  left: 50%;
}

.tender .heading {
  color: #225b95;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}

.tender .when {
  color: #282828;
  font-weight: 700;
}

.tender .when .date {
  font-size: .75rem;
  display: block;
  font-weight: 400;
}

@media (max-width:767px) {
  .tender {
    border-top: 2.75rem solid #f0f0f0;
    padding: .9375rem .625rem .625rem;
  }

  .tender .tender-brand {
    width: 100%;
    left: 0;
  }

  .tender .tender-brand:after {
    margin-left: 0;
    top: -.9375rem;
    left: .625rem;
  }

  .tender .heading {
    text-align: left;
    position: absolute;
    top: -1.875rem;
    left: 3.125rem;
    width: 90px;
    height: 16px;
    overflow: hidden;
  }

  .tender .when {
    font-size: .75rem;
  }

  .tender .when .date {
    font-size: .6875rem;
  }
}

.tender .btn,
.tender .field,
.tender input {
  display: inline-block;
  clear: left;
  width: 100%;
  margin-bottom: .375rem!important;
}

.vehicle-list .vehicle-card .card-content:after,
.vehicle-list .vehicle-card .details dl:after {
  clear: both;
}

.tender .btn:last-child,
.tender .field:last-child,
.tender input:last-child {
  margin-bottom: 0!important;
}

.tender.live .flex-wrap,
.tender.open .flex-wrap {
  margin-bottom: .375rem;
}

.tender form {
  padding: 0 12.5%;
}

.tender .field {
  position: relative;
}

@media (max-width:767px) {
  .tender form {
    width: 100%;
    padding: 0;
  }

  .tender form .flex-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .375rem;
  }

  .tender form .flex-wrap .field {
    margin-bottom: 0!important;
  }

  .tender .field {
    width: 80%;
    margin: 0;
  }

  .tender .field label {
    padding-left: .3125rem;
    padding-right: .1875rem;
  }

  .tender .field input {
    padding-left: 1rem;
    padding-right: .25rem;
    border-radius: 3px 0 0 3px;
  }

  .tender .btn.btn-inline {
    width: auto;
    padding-left: .4375rem;
    padding-right: .4375rem;
    border-radius: 0 3px 3px 0;
  }
}

.tender label {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 1rem;
  padding: .5625rem .75rem;
}

.tender label span {
  position: absolute;
  left: -10000em;
}

.tender label:before {
  content: "$";
}

.tender input {
  padding-left: 1.875rem;
  position: relative;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1rem;
}

.tender input[type=number]::-webkit-inner-spin-button,
.tender input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tender .btn {
  background: #000;
  padding: .75rem;
}

.tender .btn-context {
  display: none;
}

.tender.live .btn-context,
.tender.open .btn-context {
  display: inline-block;
}

.tender.open .when {
  color: #ff8400;
}

.tender.open .btn-context {
  background: #ff8400;
}

.tender.live .when {
  color: #27a50e;
}

.tender.live .btn-context {
  background: #27a50e;
}

.tender-section {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  background: #FFF;
  margin-top: 1rem;
}

.tender-section .tender-content-section {
  padding: 1.5rem;
}

.tender-section .tender-content-section .validCheckbox {
  text-align: center;
  margin-bottom: .75rem;
}

.tender-section .tender-content-section .jcf-checkbox {
  border-radius: 4px;
  background: #F9FAFB;
}

.tender-section .tender-content-section .tender-input-bid {
  width: 100%;
}

.tender-section .tender-content-section .tender-input-bid .icon-input {
  top: 1.3125rem;
  position: absolute;
  z-index: 999;
  left: 1.375rem;
}

.tender-section .tender-content-section .tender-input-bid .icon-input .icon-dollar-svg:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-dollar-grey) no-repeat;
  position: absolute;
  margin-top: 18px;
  margin-left: -8px;
  width: 18px;
  height: 18px;
  top: -12.5px;
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

.tender-section .tender-content-section .tender-input-bid .tender-input,
.tender-section .tender-content-section .tender-input-bid .tender-input-group {
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  background: #F9FAFB;
  height: 2.6875rem;
  font-size: .875rem;
}

.tender-section .tender-content-section .tender-input-bid .tender-input-group {
  padding: .75rem 2.3125rem .75rem 2.5rem;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
}

.tender-section .tender-content-section .tender-input-bid .tender-input {
  padding: .75rem 1.125rem;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
}

.tender-section .minimunbid-font,
.tender-section .tender-content-section .tender-terms-font {
  font-weight: 500;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.tender-section .tender-content-section .tender-terms-font {
  font-size: .875rem;
  color: #121921;
}

.tender-section .minimunbid-font {
  text-align: center;
  margin-top: .75rem;
  color: #6B7280;
  font-size: .75rem;
}

.tender-section .tender-dashboard-font {
  color: #003486;
  text-align: center;
  font-size: .875rem;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
}

.tender-section .submit-bid {
  border-radius: .25rem;
  background-color: #E7A614!important;
  color: #000!important;
  border: 1px solid #E7A614;
  width: 100%;
}

.tender-section .submit-bid .event-color {
  color: #003486;
}

.tender-section .tender-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003486;
  height: 2.4375rem;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 1.5rem;
}

.tender-section .tender-heading .tender-heading-font {
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0;
}

.tender-section .tender-content .tender-specification,
.tender-section .tender-content .tender-specification-value {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.tender-section .tender-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tender-section .tender-content .tender-specification {
  font-size: .875rem;
  font-weight: 500;
  color: #6B7280;
}

.tender-section .tender-content .tender-start-time-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: end;
}

.tender-section .tender-content .tender-specification-value {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
}

.vehicle-list ul {
  margin: 0;
  padding: 0;
}

.vehicle-list .vehicle-item {
  display: -ms-flexbox;
  display: flex;
  box-shadow: 2px 2px 8px 0 #ccc;
  margin-bottom: .4375rem;
  border-radius: .1875rem;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

@media (min-width:768px) and (max-width:1199px) {
  .tender-section .tender-content-section .tender-input-bid .icon-input .icon-dollar-svg:after {
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    top: -17.5px;
  }

  .vehicle-list .vehicle-item {
    overflow: visible;
  }
}

.vehicle-list .vehicle-item .card-header {
  margin-bottom: .4375rem;
}

.vehicle-list .vehicle-item .heading {
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: Arial,sans-serif;
}

@media (min-width:768px) {
  .vehicle-list .vehicle-item .heading {
    width: 90%;
    max-width: 70%;
  }
}

.vehicle-list .vehicle-item .location {
  font-size: .75rem;
  padding-left: 1rem;
  display: inline-block;
}

.vehicle-list .vehicle-item .location:after {
  left: 0;
  margin-left: 0;
  -ms-transform: scale(.6);
  transform: scale(.6);
}

.vehicle-list .vehicle-item.has-ba {
  margin-bottom: 120px!important;
  overflow: visible;
  position: relative;
}

.vehicle-list .vehicle-item.has-ba .ba-banner {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
}

@media only screen and (max-width:768px) {
  .vehicle-list .vehicle-item.has-ba {
    margin-bottom: 80px!important;
  }
}

.vehicle-list .vehicle-item.has-ba.mobile-banner {
  text-align: center;
}

.vehicle-list .vehicle-item-newStyles {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.vehicle-list .vehicle-item-newStyles .check {
  background: #F3F4F6;
  border-radius: .5rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .625rem 1rem;
  z-index: 999;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .jcf-checkbox {
  background: #F9FAFB;
  border-radius: .25rem;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold.icon-simulcast .heading,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast .heading {
  margin-left: 13px;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold.icon-simulcast p span,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast p span {
  padding: 0;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold.icon-simulcast .state,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast .state {
  padding-left: 10px;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold.icon-simulcast:after,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast:after {
  -ms-transform: scale(.5);
  transform: scale(.5);
  margin-left: -50%;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold h4,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview h4 {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 700;
  font-size: .875rem;
  padding: 0 1rem;
  width: auto;
  margin: 0;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold p,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview p {
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-weight: 700;
  font-size: .75rem;
  color: #121921;
  margin: 0;
  position: relative;
  top: 2px;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold span,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview span {
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-weight: 700;
  font-size: .75rem;
  color: #121921;
  margin: 0;
  padding: 0 1rem;
  position: relative;
  top: 2px;
}

.vehicle-list .vehicle-item-newStyles .check .timing,
.vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .bids,
.vehicle-list .vehicle-item-newStyles .check .viewButton .price {
  font-weight: 700;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status {
  position: relative;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status .RC-searchResultsListContent-bottom .RC-searchResultsBuyNowPrice,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status .RC-searchResultsListContent-bottom .status {
  margin-top: .1875rem;
}

.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status .RC-searchResultsListContent-bottom .RC-searchResultsBuyNowPrice a,
.vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status .RC-searchResultsListContent-bottom .status a {
  font-weight: 700;
  font-size: .875rem;
  color: #003486;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  margin: 0 .625rem;
}

.vehicle-list .vehicle-item-newStyles .check .timing {
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  margin-top: .1875rem;
  font-size: .75rem;
  color: #121921;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton .price {
  font-size: .875rem;
  color: #003486;
  margin: 0 1rem;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails {
  margin-right: 32px;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .bids {
  font-size: .75rem;
  color: #374151;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .bids span {
  font-weight: 400;
  font-size: .75rem;
  color: #6B7280;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  margin: 0 1rem 0 .5rem;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .current-status {
  font-weight: 400;
  font-size: .875rem;
  color: #003486;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  margin-right: .5rem;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .price {
  font-weight: 700;
  font-size: 1.125rem;
  color: #003486;
  margin: 0;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton a {
  font-weight: 600;
  font-size: 1rem;
  font-family: LatoLight,"Helvetica Neue",Arial,sans-serif;
  padding: .9375rem 2.875rem .9375rem 1.875rem;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vehicle-list .vehicle-item-newStyles .check .viewButton a span.forward-arrow:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-forward-arrow-new) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  margin-top: 4.5px;
  margin-left: 6px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card {
  width: 100%;
  padding: 0;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img {
  height: 17rem;
  width: 39.75%;
}

@media (min-width:767px) and (max-width:992px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img {
    height: 14rem;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img img {
  width: 100%;
  opacity: 1;
  max-width: none;
  height: 17rem;
  object-fit: contain;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .btnAuto360Item {
  z-index: 9999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .btnAuto360Item .button-360:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-badge-360-degree) no-repeat;
  width: 77px;
  height: 12px;
  position: absolute;
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  bottom: 10px;
  right: -56px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .highlight {
  background-color: #003468;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .custom-slide .custom-slide-div {
  background-color: #003468;
  margin: 94px 0;
}

@media (min-width:768px) and (max-width:1023px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .custom-slide .custom-slide-div {
    margin: 45px 0;
  }
}

@media (min-width:1024px) and (max-width:1439px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .custom-slide .custom-slide-div {
    margin-top: 55px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .custom-slide .vdp-link {
  border-radius: 4px;
  background: var(--B2C-Secondary-500,#E7A614);
  width: 192px;
  padding: 12px 18px;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  color: #000;
}

@media (min-width:768px) and (max-width:990px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .custom-slide .vdp-link {
    width: 145px;
    padding: 6px 18px;
    font-size: 14px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav {
  width: 100%;
  top: 50%;
  margin-top: 85%;
}

@media (min-width:767px) and (max-width:1024px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav {
    margin-top: 100%;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav .owl-next,
.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav .owl-prev {
  text-indent: -100000em;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav .owl-next:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-gallery-forward-arrow) center no-repeat #000!important;
  width: 16px;
  height: 14px;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  top: 22%;
  left: 91%;
  padding: 5px;
  opacity: .5;
}

@media (min-width:768px) and (max-width:1024px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav .owl-next:after {
    -ms-transform: scale(2);
    transform: scale(2);
    top: 18%;
    left: 88%;
  }
}

@media (min-width:1025px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav .owl-next:after {
    left: 88%;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav .owl-prev:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-gallery-backward-arrow) center no-repeat #000!important;
  width: 16px;
  height: 14px;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  top: 22%;
  left: 14px;
  padding: 3px;
  opacity: .5;
}

@media (min-width:768px) and (max-width:1024px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .listing-carousel .owl-nav .owl-prev:after {
    -ms-transform: scale(2);
    transform: scale(2);
    top: 18%;
    left: 8px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details {
  padding: 1rem 1rem 1rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 1rem;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width:364px) and (max-width:400px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div {
    margin-left: 10px;
  }
}

@media (min-width:401px) and (max-width:450px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div {
    gap: 16px!important;
    margin-left: 10px;
  }
}

@media (min-width:768px) and (max-width:990px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div {
    gap: 8px!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div span {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .onsale-badge {
  background: #025336;
  color: #F2FEFA;
  text-transform: capitalize;
  padding: 6px 15px 6px 30px;
  border-radius: 6px;
  animation: blinker 1s linear infinite;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .onsale-badge:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-onsale-circle-white) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  left: 8px;
  top: 10px;
  -ms-transform: scale(1.9);
  transform: scale(1.9);
}

@media (min-width:768px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div span {
    font-size: .75rem!important;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .onsale-badge:before {
    top: 13px;
    left: 12px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .live-badge {
  background: #D2FAEC;
  color: #025336;
  text-transform: capitalize;
  padding: 6px 15px 6px 30px;
  border-radius: 6px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .live-badge:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-live-badge) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  left: 8px;
  top: 14px;
  -ms-transform: scale(2.9);
  transform: scale(2.9);
}

@media (min-width:768px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .live-badge:before {
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    top: 17px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .no-reserve {
  background: #27A50E;
  color: #fff;
  padding: 6px 15px 6px 30px;
  border-radius: 6px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .no-reserve:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-no-reserve) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  left: 8px;
  top: 14px;
  -ms-transform: scale(2.9);
  transform: scale(2.9);
}

@media (min-width:768px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .no-reserve:before {
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    top: 17px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .ending-badge {
  background: #FDE8E8;
  color: #9B1C1C;
  text-transform: capitalize;
  padding: 6px 15px 6px 30px;
  border-radius: 6px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .ending-badge:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-ending-badge) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  left: 8px;
  top: 12px;
  -ms-transform: scale(2.4);
  transform: scale(2.4);
}

@media (min-width:768px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .ending-badge:before {
    top: 15px;
    left: 11px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .starting-badge {
  background: #FFE8C6;
  color: #8F5600;
  text-transform: capitalize;
  padding: 6px 15px 6px 30px;
  border-radius: 6px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .starting-badge:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-starting-badge) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  left: 8px;
  top: 12px;
  -ms-transform: scale(2.4);
  transform: scale(2.4);
}

@media (min-width:768px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .starting-badge:before {
    top: 16px;
    left: 11px;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue1 {
    font-size: .75rem!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .electric-badge {
  background: #D2FAEC;
  color: #025336;
  text-transform: capitalize;
  padding: 6px 15px 6px 30px;
  border-radius: 6px;
  border: 1px solid #099E69;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .electric-badge:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-electric-car) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  left: 8px;
  top: 14px;
  -ms-transform: scale(2.9);
  transform: scale(2.9);
}

@media (min-width:768px) and (max-width:1180px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .electric-badge:before {
    left: 10px;
    top: 19px;
    -ms-transform: scale(3.2);
    transform: scale(3.2);
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .hybrid-badge {
  background: #D2FAEC;
  color: #025336;
  text-transform: capitalize;
  padding: 6px 15px 6px 30px;
  border-radius: 6px;
  border: 1px solid #099E69;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .hybrid-badge:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-hybrid-car) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  left: 11px;
  top: 12px;
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

@media (min-width:768px) and (max-width:1180px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .hybrid-badge:before {
    left: 12px;
    top: 16px;
    -ms-transform: scale(2.3);
    transform: scale(2.3);
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue1 {
  color: #FFF;
  background-color: #AFC741;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: Lato;
  font-weight: 600;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue1 {
    padding: 4px 12px!important;
    margin-top: -4px!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue1 a {
  color: #FFF;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue2 {
  color: #000;
  background-color: #E5E156;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: Lato;
  font-weight: 600;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue2 {
    padding: 4px 12px!important;
    margin-top: -4px!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue2 a {
  color: #000;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue3 {
  color: #000;
  background-color: #F4CE52;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: Lato;
  font-weight: 600;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue3 {
    padding: 4px 12px!important;
    margin-top: -4px!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue3 a {
  color: #000;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue4 {
  color: #fff;
  background-color: #E8A043;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: Lato;
  font-weight: 600;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue4 {
    padding: 4px 12px!important;
    margin-top: -4px!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue4 a {
  color: #fff;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue5 {
  color: #fff;
  background-color: #D44A29;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: Lato;
  font-weight: 600;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue5 {
    padding: 4px 12px!important;
    margin-top: -4px!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue5 a {
  color: #fff;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalueu {
  color: #000;
  background-color: #D1D5DB;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: Lato;
  font-weight: 600;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalueu {
    padding: 4px 12px!important;
    margin-top: -4px!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue2,
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue3,
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue4,
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalue5,
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalueu {
    font-size: .75rem!important;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .vdp-badges-div .grading-mobile-gradevalueu a {
  color: #000;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .onsale {
  display: -ms-flexbox;
  display: flex;
  padding: 2px 10px;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-transform: none;
  border-radius: 6px;
  background: #057A50;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #FFF!important;
  width: 80px;
  -ms-flex-pack: right;
  justify-content: right;
  position: relative;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .onsale .icon-green-dot:after {
  top: 10px;
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-onsale-circle-white) no-repeat;
  position: absolute;
  width: 1rem;
  height: 16px;
  -ms-transform: scale(2);
  transform: scale(1.5);
  left: auto;
  right: 55px;
}

@media (min-width:320px) and (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .onsale .icon-green-dot:after {
    top: 8px;
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    right: 59px;
  }
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .heading.vehicle {
  font-weight: 700;
  font-size: 1.125rem;
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  max-width: 100%;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container {
  font-weight: 600;
  font-size: .75rem;
  color: #4d71AA;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  width: 95%;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container .location {
  padding: 0;
  margin-left: 2px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container .location:before {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-location-pin-new) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  margin-top: 12px;
  margin-left: -2px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container .location span:first-child {
  margin-left: 14px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  position: relative;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .vehicle-grading .mobile-grading-font,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .vehicle-grading .vehicle-grading-web .vehicle-grading-font-web {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: .75rem;
  font-weight: 600;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .vehicle-grading {
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .vehicle-grading .vehicle-grading-web {
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  padding: 2px 4px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .vehicle-grading .mobile-grading-font {
  color: #fff;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .watchlist .watchlist-star:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-watchlist-star) no-repeat;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .watchlist .watchlist-star-mobile:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-watchlist-star-mobile) no-repeat;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .watchlist .watchlist-star-mobile:after,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .watchlist .watchlist-star:after {
  content: "";
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  -ms-transform: scale(2);
  transform: scale(2);
  right: 47px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .watchlist.added .icon:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-star-green) no-repeat;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  top: .5rem;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .btn-default.dropdown-toggle,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .btn-default:active,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .btn-default:focus,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .btn.dropdown-toggle,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .btn:active,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .btn:focus {
  outline: 0;
  box-shadow: none;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group span.three-dots:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-download-threedots) no-repeat;
  content: "";
  left: auto;
  width: 14px;
  height: 14px;
  position: absolute;
  margin-left: -12px;
  margin-top: -3px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-toggle {
  padding: .5rem 0;
  background: #F3F4F6;
  border-radius: .5rem;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-toggle span {
  padding-left: .75rem;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-menu {
  min-width: 14rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
  border-radius: .375rem;
  padding: 1rem 0;
  margin-top: .625rem;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-menu a {
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  font-size: .875rem;
  color: #374151;
  padding: .5rem 1.25rem .5rem 1.875rem;
  margin-left: 1rem;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-menu a.download-brochure-new:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-download-brochure-grey) no-repeat;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-menu a.condition-report-new:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-condition-report-grey) no-repeat;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-menu a.share-listing-new:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-share-listing-grey) no-repeat;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-menu a.transport-quote-new:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-transport-quote-grey) no-repeat;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu .btn-group .dropdown-menu a:after {
  margin-top: 18px;
  left: 6%;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  -ms-transform: scale(3);
  transform: scale(3);
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content {
  padding-top: 1rem;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 .3125rem;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .WOVR,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .bodydesc,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .colour,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .engine,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .fuel,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .odometer,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .ratings,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .seller,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .stock,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .transmission {
  display: -ms-flexbox;
  display: flex;
  padding: .375rem 0;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .WOVR .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .bodydesc .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .colour .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .engine .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .fuel .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .odometer .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .ratings .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .seller .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .stock .heading,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .transmission .heading {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
  font-size: .75rem;
  color: #6B7280!important;
  text-wrap: nowrap;
  margin: 0;
  width: 45%;
}

.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .WOVR .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .bodydesc .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .colour .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .engine .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .fuel .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .odometer .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .ratings .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .seller .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .stock .value,
.vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details .transmission .value {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 700;
  font-size: .75rem;
  color: #374151;
  text-wrap: nowrap;
}

.vehicle-list .vehicle-card .price,
.vehicle-list .vehicle-card .price .label {
  font-family: Arial,sans-serif;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item-newStyles .check {
    display: block;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview {
    display: block;
    position: relative;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview {
    position: absolute;
    top: -80%;
    left: 5%;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast .heading {
    margin-left: 22px;
    top: 264%;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast .state {
    padding-left: 10px;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast:after {
    margin-left: -43%;
    margin-top: 28px;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview .heading {
    position: absolute;
    top: 273%;
    left: 5%;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .item-sold .heading {
    position: absolute;
    left: 8%;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status {
    display: inline-block;
    top: 1px;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status .RC-searchResultsListContent-bottom .status {
    margin-top: 0;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status .RC-searchResultsListContent-bottom .status .bidDetials {
    left: 1px;
    bottom: 0;
    margin-top: -30%;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .event-status .RC-searchResultsListContent-bottom .RC-searchResultsBuyNowPrice {
    margin: 0;
  }

  .vehicle-list .vehicle-item-newStyles .check .viewButton {
    display: block;
    position: relative;
  }

  .vehicle-list .vehicle-item-newStyles .check .viewButton .price {
    position: absolute;
    left: auto;
    right: 0;
    top: -60%;
  }

  .vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails {
    position: absolute;
    left: auto;
    right: -9%;
    top: -68%;
  }

  .vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .bids span {
    margin: 0 .25rem;
  }

  .vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .current-status {
    margin-right: .25rem;
  }

  .vehicle-list .vehicle-item-newStyles .check .viewButton .biddingDetails .RC-searchResultsListContent-bidDetails .bidDetials .price {
    position: initial;
    margin: 0 .25rem;
  }

  .vehicle-list .vehicle-item-newStyles .check .viewButton .auction-view a {
    border-radius: 0 0 .25rem .25rem;
  }

  .vehicle-list .vehicle-item-newStyles .check .timing {
    position: absolute;
    top: -80%;
    left: 5%;
    margin-left: 0;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .img {
    width: 100%;
    position: relative;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details {
    padding: 1rem .375rem;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .onsale {
    margin: 10px 0 0 10px;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header {
    margin-bottom: 0;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .heading.vehicle {
    max-width: 100%;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container {
    margin-top: .5rem;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu {
    gap: .25rem;
    position: inherit;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .watchlist-star-mobile {
    position: absolute;
    top: 4%;
    right: -12%;
    left: auto;
    z-index: 9999;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content {
    padding: 1rem 0;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-content .details {
    padding: 0 .75rem;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .vehicle-list .vehicle-item-newStyles .vehicle-card .img img {
    height: 13rem;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview .heading,
  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview span {
    padding: 0 .5rem!important;
  }

  .vehicle-list .vehicle-item-newStyles .check .checkbox-with-preview .simulcast-preview.icon-simulcast:after {
    -ms-transform: scale(.4);
    transform: scale(.4);
    margin-left: -52%;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .onsale {
    padding: 0 10px!important;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .onsale .icon-green-dot:after {
    right: 58px!important;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .img .btnAuto360Item .button-360:after {
    right: -55px;
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details {
    padding-bottom: 0;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header {
    margin-bottom: 0;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .heading.vehicle {
    max-width: 100%;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container {
    width: 90%;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container .location:before {
    -ms-transform: scale(2);
    transform: scale(2);
    margin-top: 5px;
    margin-left: -4px;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .location-container .location span:first-child {
    margin-left: 8px;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .watchlist-star:after {
    right: 34px!important;
    top: 44%;
    -ms-transform: scale(1.75)!important;
    transform: scale(1.75)!important;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .vehicle-grading .vehicle-grading-web {
    margin-right: 0;
  }

  .vehicle-list .vehicle-item-newStyles .vehicle-card .vehicle-full-details .card-header .optionMenu .btn-group.downloadMenu {
    width: 2.75rem;
    height: 1.5rem;
    top: 1.2rem;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .vehicle-list .vehicle-item-newStyles .card-content {
    padding: 0!important;
  }

  .vehicle-list .vehicle-item-newStyles .card-content .WOVR,
  .vehicle-list .vehicle-item-newStyles .card-content .bodydesc,
  .vehicle-list .vehicle-item-newStyles .card-content .colour,
  .vehicle-list .vehicle-item-newStyles .card-content .engine,
  .vehicle-list .vehicle-item-newStyles .card-content .fuel,
  .vehicle-list .vehicle-item-newStyles .card-content .odometer,
  .vehicle-list .vehicle-item-newStyles .card-content .ratings,
  .vehicle-list .vehicle-item-newStyles .card-content .seller,
  .vehicle-list .vehicle-item-newStyles .card-content .stock,
  .vehicle-list .vehicle-item-newStyles .card-content .transmission {
    display: block!important;
  }
}

@media (min-width:768px) {
  .vehicle-list.grid-view .vehicle-item.has-ba .ba-banner {
    width: 312%;
    right: 0;
    padding-top: 1.1875rem;
  }
}

.vehicle-list .check {
  display: -ms-flexbox;
  display: flex;
  padding: 0 .625rem;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #eaeaea;
  background: #f7f7f7;
}

.vehicle-list .check .label {
  display: none;
  font-size: .75rem;
  color: #969696;
}

.vehicle-list .vehicle-card {
  max-width: 100%;
  width: 96%;
  background: #fff;
  padding: .9375rem .625rem;
  position: relative;
}

.vehicle-list .vehicle-card .price {
  position: absolute;
  right: .625rem;
  top: .9375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #003468;
  line-height: 1.3em;
}

.vehicle-list .vehicle-card .price .label {
  display: block;
  color: #969696;
  font-size: .75rem;
  font-weight: 400;
  text-align: right;
}

.vehicle-list .vehicle-card .card-content {
  display: -ms-flexbox;
  display: flex;
}

.vehicle-list .vehicle-card .card-content:after,
.vehicle-list .vehicle-card .card-content:before,
.vehicle-list .vehicle-card .details .ratings:after,
.vehicle-list .vehicle-card .details .ratings:before,
.vehicle-list .vehicle-card .details dl:after,
.vehicle-list .vehicle-card .details dl:before {
  content: " ";
  display: table;
}

.vehicle-list .vehicle-card .img {
  position: relative;
  text-align: center;
  background-color: #F5F5F5;
}

.vehicle-list .vehicle-card .img img {
  opacity: 0;
  transition: opacity .3s ease-in;
  max-width: 286px;
}

.vehicle-list .vehicle-card .details,
.vehicle-list .vehicle-card .img {
  float: left;
  width: 33.5%;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-card .card-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vehicle-list .vehicle-card .details,
  .vehicle-list .vehicle-card .img {
    width: 100%;
  }
}

.vehicle-list .vehicle-card .auction-view,
.vehicle-list .vehicle-card .options {
  float: left;
  width: 16.5%;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-card .auction-view,
  .vehicle-list .vehicle-card .options {
    width: 100%;
  }
}

.vehicle-list .vehicle-card .details {
  padding: 0 .625rem;
}

.vehicle-list .vehicle-card .details dl {
  margin-bottom: 0;
  min-height: 6.25rem;
}

.vehicle-list .vehicle-card .details dd,
.vehicle-list .vehicle-card .details dt {
  font-size: .75rem;
  float: left;
}

.vehicle-list .vehicle-card .details dt {
  clear: left;
  width: 32.5%;
  color: #8b8b8b;
  font-weight: 400;
}

.vehicle-list .vehicle-card .details dd {
  margin-bottom: .3125rem;
}

.vehicle-list .vehicle-card .details dd:last-child {
  margin-bottom: .5rem;
  width: 165px;
}

.vehicle-list .vehicle-card .details .ratings:after {
  clear: both;
}

.vehicle-list .vehicle-card .details .ratings .rating-item {
  float: left;
  width: 49%;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 2.8125rem;
  position: relative;
}

.vehicle-list .vehicle-card .details .ratings .rating-item:not(:last-child) {
  margin-right: 2%;
}

.vehicle-list .vehicle-card .details .ratings .rating-item a {
  margin: 2px 2px 0 auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 18px;
}

.vehicle-list .vehicle-card .details .ratings .rating-item a .icon-help-darker-rating {
  content: "";
  background-image: url(../img/icons/sprites.png);
  background-position: -407px -230px;
  width: 14px;
  height: 18px;
  background-size: 423px 408px;
  display: block;
}

.vehicle-list .vehicle-card .details .ratings .rating-item .grade-label,
.vehicle-list .vehicle-card .details .ratings .rating-item .safety-label {
  padding-bottom: 0;
}

.vehicle-list .vehicle-card .options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.vehicle-list .vehicle-card .downloads {
  -ms-flex-align: center;
  align-items: center;
}

.vehicle-list .vehicle-card .downloads .icon-share:after {
  margin-top: -.5625rem;
}

.vehicle-list .vehicle-card .auction-view {
  position: relative;
}

@media (min-width:768px) {
  .vehicle-list .vehicle-card .auction-view {
    padding-bottom: 2.75rem;
  }
}

.vehicle-list .vehicle-card .auction-view p {
  font-size: .75rem;
  margin-bottom: .625rem;
  font-weight: 700;
}

.vehicle-list .vehicle-card .simulcast-preview {
  padding-left: 36px;
}

.vehicle-list .vehicle-card .simulcast-preview .heading {
  color: #be1522;
  font-size: .6875rem;
  margin-bottom: .0625rem;
}

.vehicle-list .vehicle-card .simulcast-preview p {
  font-size: .6875rem;
}

.vehicle-list .vehicle-card .simulcast-preview .state {
  display: none;
}

.vehicle-list .vehicle-card .simulcast-preview:after {
  left: 0;
  margin-left: 0;
}

.vehicle-list .vehicle-card .btn {
  width: 100%;
  position: absolute;
  right: 0;
}

.vehicle-list .vehicle-card .btn .icon-indicator-right {
  margin-left: .9375rem;
}

.vehicle-list #watchlist-result-Container .vehicle-card .img {
  background: 0 0;
}

.vehicle-list.grid-view .vehicle-item {
  width: 32%;
  float: left;
  margin: 1%;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vehicle-list.grid-view .vehicle-item:nth-child(3n+1) {
  margin-left: 0;
}

.vehicle-list.grid-view .vehicle-item:nth-child(3n) {
  margin-right: 0;
}

.vehicle-list.grid-view .check {
  width: 100%;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  padding: .625rem;
}

.vehicle-list.grid-view .check .label {
  display: inline-block;
  padding-left: .3125rem;
  line-height: 1em;
}

.vehicle-list.grid-view .vehicle-card {
  width: 100%;
  position: static;
  padding: 11.25rem 0 0;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
}

.vehicle-list.grid-view .vehicle-card .price {
  display: block;
  position: static;
  margin: .4375rem 0 .25rem;
  font-size: .9375rem;
}

.vehicle-list.grid-view .vehicle-card .price .label {
  display: none;
}

.vehicle-list.grid-view .vehicle-card .card-content {
  display: block;
}

.vehicle-list.grid-view .vehicle-card .card-header {
  padding: 0 .9375rem;
}

.vehicle-list.grid-view .vehicle-card .auction-view,
.vehicle-list.grid-view .vehicle-card .details,
.vehicle-list.grid-view .vehicle-card .img,
.vehicle-list.grid-view .vehicle-card .options {
  float: left;
  width: 100%;
}

.vehicle-list.grid-view .vehicle-card .img {
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.vehicle-list.grid-view .vehicle-card .details {
  padding: 0 .9375rem;
  margin-bottom: .4375rem;
}

.vehicle-list.grid-view .vehicle-card .details dl {
  margin-left: 1.25rem;
}

.vehicle-list.grid-view .vehicle-card .details dl dt {
  display: none;
}

.vehicle-list.grid-view .vehicle-card .details dl dd {
  position: relative;
  width: 49%;
  display: list-item;
  list-style-type: square;
}

.vehicle-list.grid-view .vehicle-card .details dl dd:nth-child(2n+1) {
  clear: left;
}

.vehicle-list.grid-view .vehicle-card .details dl dd.hidden-for-grid,
.vehicle-list.grid-view .vehicle-card .details dl dt.hidden-for-grid {
  display: none;
}

.vehicle-list.grid-view .vehicle-card .options {
  padding: 0 .9375rem;
  display: none;
}

.vehicle-list.grid-view .vehicle-card .auction-view {
  border-top: 1px solid #f2f4f6;
}

.vehicle-list.grid-view .vehicle-card .auction-view .simulcast-preview {
  margin: 0 .625rem;
  padding: .625rem 0 .625rem 20px;
}

.vehicle-list.grid-view .vehicle-card .auction-view .simulcast-preview:after {
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  background-image: url(../img/icons/sprites.png);
  background-position: -465px 0;
  width: 15px;
  height: 15px;
  right: auto;
  left: 10px;
}

.vehicle-list.grid-view .vehicle-card .auction-view .simulcast-preview .heading,
.vehicle-list.grid-view .vehicle-card .auction-view .simulcast-preview p {
  display: inline-block;
  margin-bottom: 0;
}

.vehicle-list.grid-view .vehicle-card .auction-view .simulcast-preview .heading {
  padding-right: .625rem;
  border-right: 1px solid #b6b6b6;
}

.vehicle-list.grid-view .vehicle-card .auction-view .simulcast-preview p {
  padding-left: .3125rem;
}

.vehicle-list.grid-view .vehicle-card .auction-view .simulcast-preview .state {
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #12a0ce;
  float: right;
  display: block;
}

.vehicle-list.grid-view .vehicle-card .auction-view .lot {
  display: none;
}

.vehicle-list.grid-view .vehicle-card .btn {
  position: static;
  border-radius: 0;
}

@media (max-width:767px) {
  .vehicle-list .vehicle-item {
    float: left;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vehicle-list .vehicle-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .vehicle-list .vehicle-item:nth-child(3n) {
    margin-right: 0;
  }

  .vehicle-list .check {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    padding: .625rem;
  }

  .vehicle-list .check .label {
    display: inline-block;
    padding-left: .3125rem;
    line-height: 1em;
  }

  .vehicle-list .vehicle-card {
    width: 100%;
    position: static;
    padding: 11.25rem 0 0;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
  }

  .vehicle-list .vehicle-card .price {
    display: block;
    position: static;
    margin: .4375rem 0 .25rem;
    font-size: .9375rem;
  }

  .vehicle-list .vehicle-card .price .label {
    display: none;
  }

  .vehicle-list .vehicle-card .card-content {
    display: block;
  }

  .vehicle-list .vehicle-card .card-header {
    padding: 0 .9375rem;
  }

  .vehicle-list .vehicle-card .auction-view,
  .vehicle-list .vehicle-card .details,
  .vehicle-list .vehicle-card .img,
  .vehicle-list .vehicle-card .options {
    float: left;
    width: 100%;
  }

  .vehicle-list .vehicle-card .img {
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .vehicle-list .vehicle-card .details {
    padding: 0 .9375rem;
    margin-bottom: .4375rem;
  }

  .vehicle-list .vehicle-card .details dl {
    margin-left: 1.25rem;
  }

  .vehicle-list .vehicle-card .details dl dt {
    display: none;
  }

  .vehicle-list .vehicle-card .details dl dd {
    position: relative;
    width: 49%;
    display: list-item;
    list-style-type: square;
  }

  .vehicle-list .vehicle-card .details dl dd:nth-child(2n+1) {
    clear: left;
  }

  .vehicle-list .vehicle-card .details dl dd.hidden-for-grid,
  .vehicle-list .vehicle-card .details dl dt.hidden-for-grid {
    display: none;
  }

  .vehicle-list .vehicle-card .options {
    padding: 0 .9375rem;
    display: none;
  }

  .vehicle-list .vehicle-card .auction-view {
    border-top: 1px solid #f2f4f6;
  }

  .vehicle-list .vehicle-card .auction-view .simulcast-preview {
    margin: 0 .625rem;
    padding: .625rem 0 .625rem 20px;
  }

  .vehicle-list .vehicle-card .auction-view .simulcast-preview:after {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    background-image: url(../img/icons/sprites.png);
    background-position: -465px 0;
    width: 15px;
    height: 15px;
    right: auto;
    left: 10px;
  }

  .vehicle-list .vehicle-card .auction-view .simulcast-preview .heading,
  .vehicle-list .vehicle-card .auction-view .simulcast-preview p {
    display: inline-block;
    margin-bottom: 0;
  }

  .vehicle-list .vehicle-card .auction-view .simulcast-preview .heading {
    padding-right: .625rem;
    border-right: 1px solid #b6b6b6;
  }

  .vehicle-list .vehicle-card .auction-view .simulcast-preview p {
    padding-left: .3125rem;
  }

  .vehicle-list .vehicle-card .auction-view .simulcast-preview .state {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #12a0ce;
    float: right;
    display: block;
  }

  .vehicle-list .vehicle-card .auction-view .lot,
  .vehicle-list .vehicle-item .options,
  .vehicle-list.grid-view .vehicle-item .options {
    display: none;
  }

  .vehicle-list .vehicle-card .btn {
    position: static;
    border-radius: 0;
  }

  .vehicle-list .vehicle-item,
  .vehicle-list.grid-view .vehicle-item {
    width: 100%;
    margin: 0 0 1rem;
    border-radius: 0;
    border-top: 3px solid #003468;
  }

  .vehicle-list .vehicle-item .card-header,
  .vehicle-list.grid-view .vehicle-item .card-header {
    border: none;
    padding: 0 .625rem;
  }

  .vehicle-list .vehicle-item .card-header .heading,
  .vehicle-list .vehicle-item .card-header .location,
  .vehicle-list.grid-view .vehicle-item .card-header .heading,
  .vehicle-list.grid-view .vehicle-item .card-header .location {
    margin: 0;
  }

  .vehicle-list .vehicle-item .img,
  .vehicle-list.grid-view .vehicle-item .img {
    position: absolute;
  }

  .vehicle-list .vehicle-item .details,
  .vehicle-list.grid-view .vehicle-item .details {
    padding: 0 .625rem;
  }
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .check,
.vehicle-list:not(.grid-view) .check .no-flexbox .search-page {
  position: relative;
  min-width: 2.5rem;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .check .jcf-checkbox,
.vehicle-list:not(.grid-view) .check .no-flexbox .search-page .jcf-checkbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .card-content,
.vehicle-list:not(.grid-view) .vehicle-card .card-content .no-flexbox .search-page {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .img,
.vehicle-list:not(.grid-view) .vehicle-card .img .no-flexbox .search-page {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .options,
.vehicle-list:not(.grid-view) .vehicle-card .options .no-flexbox .search-page {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .auction-view,
.vehicle-list:not(.grid-view) .vehicle-card .auction-view .no-flexbox .search-page {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .btn,
.vehicle-list:not(.grid-view) .vehicle-card .btn .no-flexbox .search-page {
  position: static;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .details,
.vehicle-list:not(.grid-view) .vehicle-card .details .no-flexbox .search-page {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .details .ratings,
.vehicle-list:not(.grid-view) .vehicle-card .details .ratings .no-flexbox .search-page {
  display: table;
  border-spacing: .3125rem 0;
  border-collapse: separate;
  table-layout: fixed;
  margin-left: -.625rem;
}

.no-flexbox .auction-landing-page .vehicle-list:not(.grid-view) .vehicle-card .details .ratings .rating-item,
.vehicle-list:not(.grid-view) .vehicle-card .details .ratings .rating-item .no-flexbox .search-page {
  float: none;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.search-result-ads {
  display: none;
}

.gecko .vehicle-card .btn,
.ie10 .vehicle-card .btn,
.ie11 .vehicle-card .btn,
.webkit .vehicle-card .btn {
  bottom: 0;
}

.ie10 .vehicle-item {
  flex: 1;
  -ms-flex: 1 0 auto;
  max-width: 100%;
}

.ie10 .vehicle-card {
  max-width: 100%;
  width: 95.5%;
}

.ie9 .vehicle-item {
  flex: 1;
  -ms-flex: 1 0 auto;
  max-width: 100%;
}

.ie9 .check {
  display: inline-block;
  width: 4.5%;
  float: left;
  min-height: 14.6875rem;
  padding-top: 5.625rem;
}

.ie9 .vehicle-card {
  display: inline-block;
  max-width: 100%;
  width: 95.5%;
}

.ie9 .grid-view .check {
  display: inline-block;
  width: 100%;
  float: left;
  min-height: 0;
  position: absolute;
  bottom: 0;
}

.ie9 .grid-view .vehicle-card {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding-top: 11.25rem;
  padding-bottom: 2.5rem;
}

.enquirenow-section {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  background: #FFF;
  margin-top: 1rem;
}

.enquirenow-section .enquirenow-content-section {
  padding: 1.5rem;
}

.enquirenow-section .enquirenow-content-section .enquirenow-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.enquirenow-section .enquirenow-content-section .enquirenow-content .enquirenow-specification {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: .875rem;
  font-weight: 500;
  color: #6B7280;
}

.enquirenow-section .enquirenow-content-section .btn .enquiry-font,
.enquirenow-section .enquirenow-content-section .enquirenow-content .enquirenow-specification-value,
.enquirenow-section .enquirenow-font {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.enquirenow-section .enquirenow-content-section .enquirenow-content .enquirenow-specification-value {
  color: #374151;
}

.enquirenow-section .enquirenow-content-section .enquiry-info {
  background: #F9FAFB;
  color: #374151;
  padding: 1rem;
}

.enquirenow-section .enquirenow-content-section .btn .icon-email-white:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-email-white) no-repeat;
  position: absolute;
  margin-top: 11px;
  margin-left: -116px;
  width: 12px;
  height: 11px;
  -ms-transform: scale(3.5);
  transform: scale(3.5);
}

.enquirenow-section .enquirenow-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003486;
  height: 2.4375rem;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 1.5rem;
}

.pagination .first-page:after,
.pagination .last-page:after {
  display: none;
}

.enquirenow-section .enquirenow-heading .enquirenow-heading-font {
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0;
}

.pagination {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: .625rem;
  margin-top: 1.25rem;
}

.pagination .first-page,
.pagination .last-page,
.pagination .next,
.pagination .prev {
  padding: .4375rem .4375rem .4375rem 2.0625rem;
  color: #373737;
  line-height: 1.1em;
}

.pagination .last-page,
.pagination .next {
  margin-right: 1.25rem;
  padding-left: 0;
  padding-right: 2.0625rem;
}

.pagination .first-page a,
.pagination .last-page a,
.pagination .next a,
.pagination .prev a {
  color: #373737;
}

.pagination .first-page:after,
.pagination .first-page:before,
.pagination .last-page:after,
.pagination .last-page:before,
.pagination .next:after,
.pagination .next:before,
.pagination .prev:after,
.pagination .prev:before {
  content: "";
  position: absolute;
  left: .8125rem;
}

.pagination .first-page:before,
.pagination .last-page:before,
.pagination .next:before,
.pagination .prev:before {
  border: 2px solid #e2e2e2;
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0;
  top: 50%;
  border-radius: 1.25rem;
  margin-top: -.8125rem;
}

.pagination .first-page {
  float: left;
  margin-left: 1.25rem;
}

.pagination .first-page i {
  color: #003468;
  position: absolute;
  left: .25rem;
  font-size: 26px;
  margin-top: -6px;
}

.pagination .last-page {
  float: right;
}

.pagination .last-page:before {
  left: auto;
  right: 0;
  top: 50%;
  border-radius: 1.25rem;
  margin-top: -.8125rem;
}

.pages,
.pages li {
  display: inline-block;
}

.pagination .last-page i {
  color: #003468;
  position: absolute;
  right: .25rem;
  font-size: 26px;
  margin-top: -6px;
}

.pagination .prev {
  float: left;
  margin-left: 1.25rem;
}

.pagination .prev:after {
  left: .75rem;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination .next {
  float: right;
}

.pagination .next:before {
  left: auto;
  right: 0;
  top: 50%;
  border-radius: 1.25rem;
  margin-top: -.8125rem;
}

.pagination .next:after {
  left: auto;
  right: .5rem;
}

@media (max-width:767px) {
  .pagination .next a,
  .pagination .prev a {
    display: inline-block;
    text-indent: -10000em;
  }

  .pagination .first-page,
  .pagination .prev {
    margin-left: .3125rem;
  }

  .pagination .last-page,
  .pagination .next {
    margin-right: .3125rem;
  }
}

.pages {
  margin: 0;
  padding: 0;
}

.pages li {
  line-height: 1.1em;
}

.pages li:not(:last-child) {
  margin-right: .625rem;
}

.pages li a,
.pages li.active {
  padding: .4375rem;
  font-size: .875rem;
  color: #373737;
}

.pages li.active {
  background: #f0f0f0;
  font-weight: 700;
  color: #003468;
  border-bottom: 2px solid #003468;
}

.results-per-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.results-per-page .showing {
  font-size: 14px;
  font-weight: 400;
  color: #6B7280;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
}

.results-per-page .showing .count {
  color: #121921;
  font-weight: 700;
}

.results-per-page .pageInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.results-per-page .pageInfo .results {
  display: -ms-flexbox;
  display: flex;
}

.results-per-page .pageInfo .results .heading {
  font-size: 14px;
  font-weight: 600;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  margin: 20px 0 20px 20px;
  color: #000;
}

.results-per-page .pageInfo .results .dropdown .dropdown-menu li,
.results-per-page .pageInfo .results .dropdown .dropdown-toggle {
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
}

.results-per-page .pageInfo .results .dropdown {
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
  -ms-flex-align: center;
  align-items: center;
}

.results-per-page .pageInfo .results .dropdown .dropdown-toggle {
  font-size: 14px;
  color: #6B7280;
  background-color: transparent;
  border: 1px solid #D1D5DB;
  padding: 6px 8px;
  border-radius: 4px;
}

.results-per-page .pageInfo .results .dropdown .dropdown-toggle .glyphicon.glyphicon-chevron-down {
  margin-left: 10px;
  font-size: 9px;
  top: 0;
}

.results-per-page .pageInfo .results .dropdown .dropdown-menu {
  min-width: 4.5rem;
}

.results-per-page .pageInfo .results .dropdown .dropdown-menu li {
  text-align: center;
  font-size: 14px;
  color: #6B7280;
}

.results-per-page .pageInfo .results .dropdown .dropdown-menu li.active {
  border: none!important;
}

.results-per-page .pageInfo .pagination2 .pages li {
  text-align: center;
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  color: #6B7280;
  padding: 8px 12px;
  border: 1px solid #D1D5DB;
  margin-right: -5px;
  background: #fff;
  height: 33px;
}

.results-per-page .pageInfo .pagination2 .pages li.active {
  background: #B3C2DB;
}

.results-per-page .pageInfo .pagination2 .pages li:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.results-per-page .pageInfo .pagination2 .pages li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.results-per-page .pageInfo .pagination2 .pages li a {
  padding: 0;
}

@media (max-width:767px) {
  .results-per-page {
    text-align: center;
    padding: .625rem;
    display: block;
  }

  .results-per-page .per-page-options {
    padding-left: 0;
  }

  .results-per-page .pageInfo {
    display: block;
  }

  .results-per-page .pageInfo .results {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0 10px;
  }

  .results-per-page .pageInfo .results .dropdown .dropdown-menu {
    min-width: 3.5rem;
  }

  .results-per-page .pageInfo .results .dropdown .dropdown-toggle {
    padding: 8px 11px 8px 12px!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px!important;
  }

  .results-per-page .pageInfo .results .dropdown .dropdown-toggle .heading {
    margin: 0 0 0 10px;
  }
}

.results-per-page .heading {
  font-size: .875rem;
  font-family: Arial,sans-serif;
}

.search-results-header .label-sortBy,
.search-results-header.addUp-head .align-filter .addUp .js-clear-all,
.search-results-header.addUp-head .align-filter .addUp .js-select-all {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
  line-height: 130%;
  font-style: normal;
}

.results-per-page .per-page-options {
  padding-left: .9375rem;
}

.results-per-page li:not(:last-child) {
  margin-right: .3125rem;
}

.results-per-page li a,
.results-per-page li.active {
  padding: .4375rem;
  font-size: .875rem;
  color: #3e3e3e;
}

.results-per-page li.active {
  background: #fff;
  border-bottom: 2px solid #3e3e3e;
}

@media (max-width:730px) {
  .pages li {
    margin-top: .475rem;
  }

  .pages li:not(:last-child) {
    margin-right: 0;
  }

  .pages li.active {
    padding: 0;
  }
}

@media (max-width:360px) {
  .pagination .first-page,
  .pagination .prev {
    margin-left: 0;
    padding-left: 26px;
  }

  .pagination .last-page,
  .pagination .next {
    margin-right: 0;
    padding-right: 26px;
    padding-left: .4375rem;
  }

  .pagination .pages {
    margin: 5px -10px;
  }
}

.search-results-header {
  background: #fff;
}

.search-results-header .label-sortBy {
  margin-right: 9px;
  font-size: 12px;
}

.search-results-header .adjust-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.search-results-header .heading {
  font-size: 1.5rem;
  float: left;
  max-width: 50%;
  margin: 0;
  padding: .3125rem 0;
}

.search-results-header.addUp-head {
  background: border-box;
  width: 100%;
}

.search-results-header.addUp-head .align-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.search-results-header.addUp-head .align-filter .addUp {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%!important;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width:767px) {
  .search-results-header.addUp-head .align-filter .addUp {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

.search-results-header.addUp-head .align-filter .addUp .text-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.search-results-header.addUp-head .align-filter .addUp .js-clear-all,
.search-results-header.addUp-head .align-filter .addUp .js-select-all {
  font-size: 14px;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .lot,
.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .title,
.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small dd,
.search-results-header.addUp-head .align-filter .addUp .selected-items-content .js-EmailAllSearchResult,
.search-results-header.addUp-head .align-filter .addUp .selected-items-content .js-print-selected,
.search-results-header.addUp-head .align-filter .addUp .selected-items-content .label-text,
.search-results-header.addUp-head .align-filter .addUp .selected-toggle {
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
}

.search-results-header.addUp-head .align-filter .addUp .selected-toggle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.search-results-header.addUp-head .align-filter .addUp .remove-left-padding {
  padding: 2px;
}

.search-results-header.addUp-head .align-filter .addUp .add-right-padding {
  padding-left: 0;
  -webkit-padding-end: 4px;
  padding-inline-end: 4px;
}

.search-results-header.addUp-head .align-filter .addUp .results-sort .results-sort-select .jcf-select {
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  background: #F9FAFB;
}

.search-results-header.addUp-head .align-filter .addUp .results-sort .results-sort-select .jcf-select-opener {
  background: #F9FAFB;
  border: none;
}

.search-results-header.addUp-head .align-filter .addUp .results-sort .results-sort-select .jcf-select-opener:after {
  width: 15px;
  height: 10px;
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-select-down-grey) no-repeat;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  top: 20px;
  right: 14px;
  border: none;
}

.search-results-header .controls {
  float: right;
  max-width: 50%;
}

@media (min-width:767px) {
  .search-results-header .controls {
    position: relative;
  }
}

.search-results-header .controls .jcf-select {
  height: auto;
  padding: .3125rem .625rem;
  min-width: 6.25rem;
  border: 1px solid #d5d5d5;
}

@media (min-width:768px) {
  .search-results-header .controls .jcf-select {
    min-width: 6.25rem;
  }
}

.search-results-header .controls .jcf-select.jcf-focus {
  border-color: #d5d5d5!important;
  outline: -webkit-focus-ring-color solid 1px;
}

.search-results-header .controls .jcf-select-opener {
  width: 2rem;
}

.search-results-header .controls .jcf-select-text {
  font-weight: 700;
  font-size: .875rem;
  color: #222;
  line-height: 1.625rem;
}

.search-results-header .controls .all-select-links {
  display: inline-block;
  padding: 0;
}

@media (max-width:767px) {
  .search-results-header .controls {
    float: left;
    clear: left;
  }

  .search-results-header .controls .all-select-links {
    width: 100%;
  }
}

.search-results-header .controls .all-select-links a {
  font-size: .875rem;
  display: block;
}

.search-results-header .controls .all-select-links .disabled a {
  color: #d5d5d5;
  text-decoration: none;
}

.search-results-header .controls .selected-items {
  display: inline-block;
}

.search-results-header .controls .selected-items .selected-toggle {
  display: inline-block;
  padding: .5rem .625rem;
  min-width: 10.3125rem;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  background: #F9FAFB;
  font-size: .875rem;
  position: relative;
  color: #6B7280;
}

@media (min-width:768px) {
  .search-results-header .controls .selected-items .selected-toggle {
    min-width: 11.25rem;
  }
}

.search-results-header .controls .selected-items .selected-toggle .count {
  display: inline-block;
  margin-left: .4375rem;
  padding: 0 .3125rem;
  background: #12a0ce;
  color: #fff;
  border-radius: .625rem;
}

@media (min-width:768px) and (max-width:1199px) {
  .search-results-header .controls .selected-items .selected-toggle {
    min-width: 13.25rem;
  }

  .search-results-header .controls .selected-items .selected-toggle .count {
    padding: 0 .375rem;
    border-radius: 50%;
  }
}

.search-results-header .controls .selected-items .selected-toggle:after {
  width: 15px;
  height: 10px;
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-select-down-grey) no-repeat;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  top: 17px;
  right: 14px;
}

.search-results-header .controls .selected-items .selected-items-content {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  box-shadow: 1px 1px 6px 1px #ccc;
}

@media (max-width:767px) {
  .search-results-header .controls .selected-items .selected-items-content {
    left: .9375rem;
    right: .9375rem;
  }
}

.search-results-header .controls .selected-items .selected-items-content ul {
  margin: 0;
  padding: 0;
}

.search-results-header .controls .selected-items .selected-items-content ul:after,
.search-results-header .controls .selected-items .selected-items-content ul:before {
  content: " ";
  display: table;
}

.search-results-header .controls .selected-items .selected-items-content ul:after {
  clear: both;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options {
  background: #f0f0f0;
  padding: .5rem .625rem;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options ul {
  display: -ms-flexbox;
  display: flex;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li {
  display: inline-block;
  -ms-flex: 1;
  flex: 1;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li:not(:last-child) {
  margin-right: .3125rem;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li a {
  display: block;
  width: 100%;
  padding: .625rem .625rem .625rem 1.5625rem;
  color: #12a0ce;
  background: #fff;
  text-align: center;
  font-size: .875rem;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options .watchlist .label-text-added,
.search-results-header .controls .selected-items .selected-items-content .selected-items-options .watchlist.added .label-text {
  display: none;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li a .icon {
  margin-right: 1.0625rem;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li a .icon.email-icon-dark:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-email-grey) no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -10px;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li a .icon.print-icon-dark:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-print-grey) no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -10px;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li a .icon.star-icon-dark:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-watchlist-star) no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -10px;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options li a .icon:after {
  -ms-transform: scale(4);
  transform: scale(4);
  top: 35px;
}

@media (min-width:767px) {
  .search-results-header .controls .selected-items .selected-items-content {
    min-width: 22.5rem;
  }

  .search-results-header .controls .selected-items .selected-items-content .selected-items-options li a.js-add-to-watchlist {
    min-width: 6.875rem;
  }
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options .watchlist.added .icon:after {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-star-green) no-repeat;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-options .watchlist.added .label-text-added {
  display: inline;
}

@media (min-width:768px) and (max-width:991px) {
  .search-results-header .controls .selected-items .selected-items-content .selected-items-options .watchlist.added .label-text-added {
    display: none;
  }
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list {
  max-width: 21.875rem;
  padding: 0 .625rem;
}

@media (max-width:768px) {
  .search-results-header .controls .selected-items .selected-items-content .selected-items-list {
    max-width: initial;
  }
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list li {
  padding: .625rem 0;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list li:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list a {
  cursor: pointer;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list a:focus,
.search-results-header .controls .selected-items .selected-items-content .selected-items-list a:hover {
  text-decoration: none;
  opacity: .75;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small {
  display: -ms-flexbox;
  display: flex;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .img {
  min-width: 7.5rem;
}

@media (min-width:768px) and (max-width:1199px) {
  .search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .img {
    min-width: 10rem;
  }
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .title {
  margin: 0;
  font-weight: 700;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .details {
  padding: 0 .625rem;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small dl {
  line-height: 1em;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small dl dt {
  color: #969696;
  font-weight: 400;
  display: inline;
  margin-right: .3125rem;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .lot,
.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .title,
.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small dl {
  font-size: .6875rem;
  margin-bottom: .375rem;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small dd {
  display: inline;
  color: #000;
}

.search-results-header .controls .layout-toggle,
.search-results-header .controls .results-sort {
  display: inline-block;
}

.search-results-header .controls .selected-items .selected-items-content .selected-items-list .vehicle-card-small .lot {
  margin-bottom: 0;
}

.search-results-header .controls .selected-items.disabled .selected-toggle {
  color: #d5d5d5;
  text-decoration: none;
}

.search-results-header .controls .refine-btn {
  background: #003486;
  padding: .75rem .9375rem;
}

.search-results-header .controls .results-sort .jcf-select-drop {
  padding-left: 0;
  right: 0;
  left: auto;
  min-width: 13.75rem;
}

.search-results-header .controls .results-sort .jcf-select-drop .jcf-select-drop-content {
  border-top: 1px solid #eee!important;
}

.search-results-header .controls .layout-toggle a {
  display: inline-block;
  position: relative;
  text-indent: -10000em;
}

.search-results-header .controls .layout-toggle a.active.icon-layout-list:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  background-image: url(../img/icons/sprites.png);
  background-position: -443px -175px;
  width: 16px;
  height: 16px;
}

.search-results-header .controls .layout-toggle a.active.icon-layout-grid:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  background-image: url(../img/icons/sprites.png);
  background-position: -443px -259px;
  width: 16px;
  height: 16px;
}

@media (max-width:767px) {
  .search-results-header {
    padding: .9375rem 0;
  }

  .search-results-header .controls,
  .search-results-header .heading {
    max-width: 100%;
  }

  .search-results-header .heading {
    font-size: 1.2rem;
    margin-bottom: .9375rem;
  }

  .search-results-header .controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-results-header .controls .layout-toggle {
    display: none;
  }

  .search-results-header .controls .refine-btn {
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: 10px;
  }

  .search-results-header .controls .results-sort,
  .search-results-header .controls .selected-items {
    margin-left: .3125rem;
    margin-bottom: 10px;
  }
}

@media (max-width:767px) and (max-width:370px) {
  .search-results-header .controls .refine-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .search-results-header .controls .selected-items .selected-items-content .selected-items-options li a {
    font-size: .75rem;
  }
}

@media (max-width:767px) {
  .search-results-header .controls .results-sort .jcf-select {
    padding: .3125rem;
  }

  .search-results-header.watchlist-admin .controls {
    clear: right;
  }
}

.firefox .search-results-header .layout-toggle,
.firefox .search-results-header .results-sort,
.firefox .search-results-header .selected-items,
.ie10 .search-results-header .layout-toggle,
.ie10 .search-results-header .results-sort,
.ie10 .search-results-header .selected-items,
.ie11 .search-results-header .layout-toggle,
.ie11 .search-results-header .results-sort,
.ie11 .search-results-header .selected-items,
.ie9 .search-results-header .layout-toggle,
.ie9 .search-results-header .results-sort,
.ie9 .search-results-header .selected-items {
  vertical-align: middle;
}

.firefox .search-results-header .layout-toggle a,
.ie10 .search-results-header .layout-toggle a,
.ie11 .search-results-header .layout-toggle a,
.ie9 .search-results-header .layout-toggle a {
  width: 24px;
}

.ie9 .vehicle-card-small .img {
  display: inline-block;
}

.ie9 .vehicle-card-small .details {
  width: 57%;
  float: right;
  display: inline-block;
}

.ie10 .vehicle-card-small .details {
  width: 57%;
}

.ba-banner {
  width: 100%;
}

.ba-banner.horizontal,
.ba-banner.vertical {
  text-align: center;
  padding: .9375rem 0;
  display: none;
}

.ba-banner.vertical {
  max-width: 300px;
}

.ba-banner img,
.modal-dialog.modal-lg {
  max-width: 100%;
}

@media (min-width:768px) {
  .ba-banner.horizontal,
  .ba-banner.vertical {
    display: inline-block;
  }

  .ba-banner.horizontal {
    padding: .9375rem 0;
  }

  .modal-dialog.modal-lg {
    width: 75rem;
  }
}

.modified-modal {
  display: block;
  top: 0!important;
  left: 0!important;
  right: 0!important;
}

.modified-modal .modified-modal-dialog {
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modified-modal .modified-modal-dialog .modified-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 4px 4px 0 0;
  height: 71px;
  background: #003486!important;
  padding: 16px 24px;
}

.modified-modal .modified-modal-dialog .modified-header .modified-header-font {
  color: #FFF!important;
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900!important;
  line-height: 130%;
  border-radius: 4px;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0!important;
}

.modified-modal .modified-modal-dialog .modified-header .modified-headerBtn {
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700!important;
  line-height: 130%;
  text-decoration: none!important;
  margin-right: 18px;
}

.modified-modal .modified-modal-dialog .modified-modal-body {
  padding: 0!important;
  overflow-y: visible;
  max-height: -webkit-fit-content!important;
  max-height: fit-content!important;
}

.modified-modal .modified-modal-dialog .modified-modal-body .field {
  margin-bottom: 16px;
  background-color: #D1D5DB;
}

.modified-modal .modified-modal-dialog .modified-modal-body .field input {
  height: 42px;
  padding: .935rem .9375rem;
  background-color: #F9FAFB;
  border: 1px solid #D1D5DB;
}

.modified-modal .modified-modal-dialog .modified-modal-body .field input:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
}

.modified-modal .modified-modal-dialog .modified-modal-body .field input::placeholder {
  color: #000;
  font-size: 14px;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
}

.modified-modal .modified-modal-dialog .modified-modal-body .btn-cancel,
.modified-modal .modified-modal-dialog .modified-modal-body .btn-send,
.modified-modal .modified-modal-dialog .modified-modal-body .prompt-heading {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.modified-modal .modified-modal-dialog .modified-modal-body .btn-cancel {
  background-color: transparent;
  color: #003468;
  border: 1px solid #003468;
  border-radius: 4px;
  font-size: 14px;
}

.modified-modal .modified-modal-dialog .modified-modal-body .btn-send {
  margin-top: 33px;
  font-size: 14px;
}

.modified-modal .modified-modal-dialog .modified-modal-body .btn {
  text-transform: none!important;
}

.modified-modal .modified-modal-dialog .modified-modal-body .prompt-heading {
  font-size: 16px;
  text-align: center;
  color: #003468;
  margin-bottom: 20px;
}

.modified-modal .modified-modal-dialog .modified-modal-body .prompt-subheading {
  font-size: 14px;
  font-family: Lato;
  color: #121921;
  margin-bottom: 16px;
  font-weight: 400;
}

.modified-modal .modified-modal-dialog .modified-modal-body .remove-padding {
  padding-left: 0!important;
  text-align: center;
  padding-top: 7px;
}

.modal .prompt-heading {
  font-size: 16px;
  text-align: center;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.modal .modal-content {
  background: #f0f0f0;
}

.modal .header {
  position: relative;
  padding: 1.25rem;
  background: #fff;
}

.modal .header .heading {
  font-size: 2.8125rem;
  color: #003468;
  margin: 0!important;
  padding-right: 4.375rem;
}

@media (max-width:767px) {
  .modal .header .heading {
    font-size: 1.875rem;
  }
}

.modal .header .close-btn {
  position: absolute;
  right: .9375rem;
  top: 1.875rem;
  border: 1px solid #f0f0f0;
  padding: .3125rem .5rem;
  border-radius: .1875rem;
  color: #3e3e3e;
  line-height: 1.1em;
}

.modal .header .close-btn .close-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #cfcfcf;
  border-radius: 1.25rem;
  margin-right: .3125rem;
}

.modal .header .close-btn .close-icon .close-cross {
  width: 10px;
  height: 10px;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  z-index: 100;
  display: inline-block;
  top: 0;
  left: 2px;
}

.modal .header .close-btn .close-icon .close-cross:after,
.modal .header .close-btn .close-icon .close-cross:before {
  position: absolute;
  left: 5px;
  top: 0;
  content: ' ';
  height: 11px;
  width: 2px;
  background-color: #3e3e3e;
}

.modal .header .close-btn .close-icon .close-cross:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .header .close-btn .close-icon .close-cross:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-body {
  padding: 1.25rem;
}

@media (min-width:768px) {
  .modal .modal-body .add-email.col-sm-2,
  .modal .modal-body .remove-email.col-sm-2 {
    top: 7px;
    left: -20px;
  }
}

@media (max-width:768px) {
  .modal .modal-body .add-email.col-sm-2,
  .modal .modal-body .remove-email.col-sm-2 {
    padding-bottom: .75rem;
  }
}

.modal .box,
.modal .modal-body .panel-wrapper {
  padding: 1.25rem;
}

.modal .box {
  background: #fff;
}

.modal .box .heading.icon {
  text-indent: -10000em;
}

.modal.vehicle .vehicle {
  margin-bottom: 1.25rem;
}

.modal.vehicle .vehicle .heading {
  font-size: 2rem;
  margin: 0 0 .625rem;
}

@media (max-width:767px) {
  .modal.vehicle .vehicle {
    margin-bottom: 0;
  }

  .modal.vehicle .vehicle .heading {
    font-size: .875rem;
    font-family: Arial,sans-serif;
    font-weight: 700;
    margin-bottom: .125rem;
    line-height: 1.3em;
  }
}

.modal.vehicle .location {
  font-size: 1rem;
  color: #12a0ce;
  padding-left: 1.4375rem;
  position: relative;
}

.modal.vehicle .location:after {
  left: 0;
  margin-left: 0;
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

@media (max-width:767px) {
  .modal.vehicle .location {
    font-size: .75rem;
    margin-left: 0;
    padding-left: 1rem;
  }

  .modal.vehicle .location:after {
    -ms-transform: scale(.6);
    transform: scale(.6);
  }
}

.modal.share .box .icon.heading {
  height: 128px;
  width: 100%;
  margin: 0 0 1.5625rem;
}

.modal.share .box ul {
  margin: 0;
  width: 100%;
  padding: 0 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal.share .box ul li {
  margin: 0 0 .125rem;
}

.modal.share .box ul li a {
  height: 58px;
  width: 100%;
  position: relative;
  color: #3e3e3e;
  font-size: 1rem;
  padding-left: 70px;
  transition: all .2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.modal.share .box ul li a:after {
  left: 0;
  margin-left: 0;
}

.modal.share .box ul li a:hover {
  opacity: .8;
}

.modal.share .box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .modal.share .box {
    -ms-flex-align: center;
    align-items: center;
  }

  .modal.share .box .heading,
  .modal.share .box ul {
    -ms-flex: 1;
    flex: 1;
    width: 50%;
  }

  .modal.share .box .heading {
    -ms-transform: scale(.75);
    transform: scale(.75);
  }

  .modal.share .box ul {
    padding: 0;
    -ms-flex: 1.3;
    flex: 1.3;
  }

  .modal.share .box ul .icon {
    padding-left: 3.75rem;
    height: 3.125rem;
  }

  .modal.share .box ul .icon:after {
    -ms-transform: scale(.75);
    transform: scale(.75);
  }
}

.modal.enquire .box {
  margin-top: .9375rem;
  padding: 0;
}

.modal.enquire .box .inner {
  padding: 1.25rem;
}

.modal.enquire .box .heading {
  height: 128px;
  margin-top: 0;
}

.modal.enquire .box .contact {
  text-align: center;
}

.modal.enquire .box .sub-heading {
  color: #003468;
  font-family: Arial,sans-serif;
  margin-bottom: .0625rem;
}

.modal.enquire .box .reveal-toggle {
  color: #12a0ce;
  font-size: .875rem;
  margin-bottom: .625rem;
  display: block;
}

.modal.enquire .box .btn {
  background: #12a0ce;
  font-size: .875rem;
  font-weight: 400;
  padding: .625rem;
  line-height: 1.4em;
}

.modal.enquire .box .btn .label {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.modal.refine-search-modal {
  padding-right: 0!important;
}

.modal.refine-search-modal .title {
  margin-top: 0;
}

@media (max-width:767px) {
  .modal.enquire .box .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal.enquire .box .heading {
    -ms-transform: scale(.75);
    transform: scale(.75);
    -ms-flex: 1;
    flex: 1;
  }

  .modal.enquire .box .contact {
    -ms-flex: 2;
    flex: 2;
    padding-left: 1.25rem;
  }

  .modal.enquire .box .btn {
    font-size: .75rem;
  }

  .modal,
  .modal-open {
    padding-top: 4.1875rem;
  }

  .modal-backdrop {
    display: none;
  }

  #modalResults {
    overflow-y: scroll;
  }

  .modal-open {
    overflow: hidden;
    transition: all .2s ease-in-out;
  }

  .modal-open .header-logo-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    transition: all .2s ease-in-out;
  }

  .modal {
    margin: 0;
  }

  .modal .modal-dialog {
    margin: 0 auto;
  }

  .modal .modal-content {
    border-radius: 0;
    border: 0;
  }

  .modal .modal-content .modal-body {
    padding: .625rem;
  }

  .modal .header {
    background: 0 0;
    padding-bottom: .625rem;
  }

  .modal .header .heading {
    padding-right: 0;
    text-align: center;
    line-height: 1em;
  }

  .modal .header .close-btn {
    position: absolute;
    top: -4.1875rem;
    right: 0;
    width: 4.1875rem;
    height: 4.1875rem;
    background: #f0f0f0;
    text-indent: -10000em;
    border-radius: 0;
    cursor: pointer;
  }

  .modal .header .close-btn .close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.6875rem;
    margin-left: -.6875rem;
    border: none;
  }

  .modal .header .close-btn .close-icon .close-cross {
    width: 22px;
    height: 22px;
    text-indent: 100%;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .modal .header .close-btn .close-icon .close-cross:after,
  .modal .header .close-btn .close-icon .close-cross:before {
    position: absolute;
    top: 0;
    content: ' ';
    height: 23px;
    width: 5px;
    background-color: #003468;
    left: 8px;
  }

  .modal .header .close-btn .close-icon .close-cross:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .modal .header .close-btn .close-icon .close-cross:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.interest-wrapper {
  background: #fff;
  border-radius: 5px;
  margin: .625rem 0;
  padding: .9375rem .3125rem;
}

.interest-wrapper .field.checkbox {
  padding: .3125rem;
}

.interest-wrapper .field.checkbox .jcf-checkbox {
  border: 1px solid #12a0ce!important;
  border-radius: 3px;
}

.interest-wrapper .field.checkbox label {
  font-weight: 700;
  font-size: .875rem;
  color: #003468;
  line-height: 1.375rem;
  padding-left: .625rem;
}

.itemAlerts .box .heading,
.share .box .heading,
.signUp .box .heading {
  height: 128px;
  margin-top: 0;
}

.itemAlerts .box .sub-heading,
.share .box .sub-heading,
.signUp .box .sub-heading {
  text-align: center;
  font-weight: 700;
}

.itemAlerts .box .sub-description,
.share .box .sub-description,
.signUp .box .sub-description {
  text-align: center;
  font-size: .875rem;
  color: #12a0ce;
}

.itemAlerts span.required,
.share span.required,
.signUp span.required {
  color: #12a0ce;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  vertical-align: top;
}

.btn,
.btn:focus {
  color: #fff;
}

.itemAlerts .field .entry-mode span.required,
.share .field .entry-mode span.required,
.signUp .field .entry-mode span.required {
  font-size: .75rem;
  font-weight: 700;
  padding-left: 0;
}

.itemAlerts .field input[type=text] {
  height: 50px;
}

@media (min-width:767px) and (max-width:1199px) {
  .itemAlerts .field input[type=text] {
    height: 38px;
  }
}

.mobilefees {
  height: 110px;
  overflow-y: scroll;
}

.ie9 .share.modal .box ul li {
  height: 3.625rem;
}

.btn {
  display: block;
  padding: .9375rem;
  background: #003468;
  line-height: 1em;
  font-size: .875rem;
  text-transform: none;
}

.btn:active {
  box-shadow: none;
}

.btn.btn-inverse {
  background: #fff;
  color: #003468;
}

.btn.btn-blue-light {
  background: #12a0ce;
}

.btn.btn-blue-light.btn-inverse {
  background: #fff;
  color: #003486;
  border: 1px solid #003486;
}

.btn.btn-blue-light.large {
  padding: 1.125rem 3.125rem;
  margin: 1.25rem auto 0;
}

.btn.btn-blue-light.large span {
  margin-right: 20px;
}

@media (max-width:767px) {
  .btn.btn-blue-light.large {
    padding: 1.125rem 1.875rem;
  }
}

.btn.btn-refine-small {
  padding: .625rem;
  position: absolute;
  right: 1.125rem;
  margin-top: .3125rem;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5%;
  margin-bottom: .625rem;
}

.btn-group .btn {
  padding: 1.25rem 0;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-group .btn-light-blue {
  background: #12a0ce;
}

.btn-group .btn-mid-blue {
  background: #225b95;
}

.btn-group .icon-search,
.btn-group .icon-user,
.btn-group .icon-user-lg {
  padding-right: 43px;
}

.image-count {
  position: absolute;
  padding: .3125rem .4375rem .3125rem 1.375rem;
  bottom: .625rem;
  left: .625rem;
  background: #f0f0f0;
  font-size: .6875rem;
  line-height: 1em;
  color: #969696;
}

.image-count:after {
  display: block;
  left: .4375rem;
  margin-left: 0;
}

.all-bleed {
  padding-left: 0!important;
  padding-right: 0!important;
}

a.sell-my-car {
  font-weight: bolder;
  color: #f7931e;
}

@media (min-width:767px) {
  .members-home .tiles-carousel.tiles-4 .owl-nav.disabled {
    display: block!important;
  }
}

.reg-alert {
  padding: 2px;
  margin-bottom: 4px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.reg-alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.reg-alert-danger,
.reg-alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.reg-alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.text-bubble-toggle {
  width: 15px;
  z-index: 99;
  cursor: pointer;
}

.text-bubble-toggle:after {
  width: 15px;
}

.text-bubble-toggle .text-bubble-content {
  display: none;
  position: absolute;
  width: 20.5rem;
  padding: .75rem;
  min-height: 2.625rem;
  font-size: .6875rem;
  text-align: left;
  line-height: 1.2em;
  color: #373737;
  background: #fff;
  border: 1px solid #c5c5c5;
  box-shadow: 2px 1px 4px 0 #999;
  -ms-flex-align: center;
  align-items: center;
  left: 100%;
  top: 0;
  margin-left: 21px;
  margin-top: -.75rem;
}

.division-theme .banner .additional-fields,
.division-theme .banner-loading .additional-fields,
.ie10 .text-bubble-toggle .text-bubble-content.show-bubble,
.ie9 .text-bubble-toggle .text-bubble-content.show-bubble,
.text-bubble-toggle .text-bubble-content.show-bubble {
  display: block;
}

.text-bubble-toggle .text-bubble-content:after {
  content: "";
  position: absolute;
  right: 100%;
  top: .625rem;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  z-index: 102;
}

.text-bubble-toggle .text-bubble-content:before {
  content: "";
  position: absolute;
  right: 100%;
  top: .5rem;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #c5c5c5;
  z-index: 101;
}

.text-bubble-toggle .text-bubble-content.right-edge {
  top: 2.625rem;
  left: auto;
  right: -.5625rem;
}

.text-bubble-toggle .text-bubble-content.right-edge:after,
.text-bubble-toggle .text-bubble-content.right-edge:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text-bubble-toggle .text-bubble-content.right-edge:before {
  right: .625rem;
  top: -1.125rem;
}

@media (min-width:768px) and (max-width:1199px) {
  .text-bubble-toggle .text-bubble-content.right-edge:before {
    top: -1.4rem;
  }
}

.text-bubble-toggle .text-bubble-content.right-edge:after {
  right: .6875rem;
  top: -.9375rem;
}

@media (min-width:768px) and (max-width:1199px) {
  .text-bubble-toggle .text-bubble-content.right-edge:after {
    top: -1rem;
  }
}

@media (max-width:480px) {
  .division-theme .banner,
  .division-theme .banner-loading {
    border-bottom: 3px solid #fff;
  }
}

.division-theme .banner p,
.division-theme .banner-loading p {
  clear: left;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding: 3.125rem 20%;
  margin-bottom: 0;
}

.division-theme .banner .additional-fields .btn-search,
.division-theme .banner-loading .additional-fields .btn-search {
  width: 100%;
}

.division-theme .banner .additional-fields select options,
.division-theme .banner-loading .additional-fields select options {
  width: 250px!important;
  padding: 16px!important;
}

.division-theme .banner .additional-fields .form-control,
.division-theme .banner-loading .additional-fields .form-control {
  height: 3rem;
  padding: .875rem 1rem;
  background-color: #F9FAFB;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
}

@media (min-width:767px) and (max-width:1199px) {
  .division-theme .banner .additional-fields .form-control,
  .division-theme .banner-loading .additional-fields .form-control {
    height: 3rem;
  }
}

.division-theme .banner .search-form,
.division-theme .banner-loading .search-form {
  margin-bottom: 1rem;
}

.division-theme.theme-cars .btn-group .btn-search,
.division-theme.theme-cars .search-form .btn-search {
  background-color: #12a0ce;
}

.division-theme.theme-cars .banner {
  background-image: url(../img/img-search-vehicle-bg.svg);
}

@media (max-width:480px) {
  .division-theme.theme-cars .banner {
    border-color: #12a0ce;
    background: linear-gradient(0deg,rgba(0,47,126,.6) 0,rgba(0,47,126,.6) 100%),url(../img/Lifestyle_PCV_Mobile1.jpg),50%/cover no-repeat #d3d3d3;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.division-theme.theme-cars .banner p {
  color: #fff;
}

.division-theme.theme-cars .search-results-header .controls .refine-btn {
  background: #12a0ce!important;
}

.division-theme.theme-cars .banner.new-design-landing .navigation ul.hlist li.cars,
.division-theme.theme-cars .banner.new-design-landing .navigation ul.hlist li.cars a {
  background-color: #12a0ce;
}

.division-theme.theme-cars .banner.new-design-landing .navigation ul.hlist li.cars a .title {
  color: #053c72;
  font-weight: 700;
}

.division-theme.theme-cars .banner.new-design-landing .navigation ul.hlist li.cars a .title:before {
  background-image: url(../img/svg/icon-vehicles-blue.svg);
}

.division-theme.theme-cars .banner.new-design-landing .navigation ul.hlist li.cars.active a .title:before {
  background-image: url(../img/svg/icon-vehicles-white.svg);
}

.division-theme.theme-cars .banner.new-design-landing .navigation ul.hlist li.cars {
  background-color: red;
}

.division-theme.theme-cars .banner.new-design-landing .navigation ul.hlist li.cars.active {
  background-color: #12a0ce;
}

.division-theme.theme-salvage .btn-group .btn-search,
.division-theme.theme-salvage .search-form .btn-search {
  background-color: #27a50e;
}

.division-theme.theme-salvage .banner {
  background-image: url(../img/img-search-salvage-bg.svg);
}

@media (max-width:480px) {
  .division-theme.theme-salvage .banner {
    border-color: #27a50e;
    background: linear-gradient(0deg,rgba(0,47,126,.6) 0,rgba(0,47,126,.6) 100%),url(../img/Lifestyle_SAL_Mobile1.jpg),50%/cover no-repeat #d3d3d3;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.division-theme.theme-salvage .banner p {
  color: #fff;
}

.division-theme.theme-salvage .search-results-header .controls .refine-btn {
  background: #27a50e!important;
}

.division-theme.theme-salvage .banner.new-design-landing .navigation ul.hlist li.salvage,
.division-theme.theme-salvage .banner.new-design-landing .navigation ul.hlist li.salvage a,
.division-theme.theme-salvage .banner.new-design-landing .search-container .sales-refine .field.checkbox .sales-num,
.division-theme.theme-salvage .banner.new-design-landing .search-container .sales-refine .field.radio .sales-num {
  background-color: #27a50e;
}

.division-theme.theme-salvage .banner.new-design-landing .navigation ul.hlist li.salvage a .title {
  color: #053c72;
  font-weight: 700;
}

.division-theme.theme-salvage .banner.new-design-landing .navigation ul.hlist li.salvage a .title .theme-color {
  color: #053c72;
}

.division-theme.theme-salvage .banner.new-design-landing .cta-logo-container>p>a,
.division-theme.theme-salvage .banner.new-design-landing .search-container>p>a {
  color: #27a50e;
}

.division-theme.theme-salvage .banner.new-design-landing .navigation ul.hlist li.salvage a .title:before,
.division-theme.theme-salvage .banner.new-design-landing .navigation ul.hlist li.salvage.active a .title:before {
  background-image: url(../img/svg/icon-salvage-white.svg);
}

.division-theme.theme-salvage .banner.new-design-landing .cta-logo-container>p>a:after,
.division-theme.theme-salvage .banner.new-design-landing .search-container>p>a:after {
  background-image: url(../img/arrow-circle-theme-salvage.svg);
}

.division-theme.theme-trucks .btn-group .btn-search,
.division-theme.theme-trucks .search-form .btn-search {
  background-color: #ebc42e;
  color: #000;
}

.division-theme.theme-trucks .banner {
  background-image: url(../img/img-search-industrial-bg.svg);
}

@media (max-width:480px) {
  .division-theme.theme-trucks .banner {
    border-color: #ebc42e;
    background: linear-gradient(0deg,rgba(0,47,126,.6) 0,rgba(0,47,126,.6) 100%),url(../img/Ind_hero_m.jpg),50%/cover no-repeat #d3d3d3;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.division-theme.theme-trucks .banner p {
  color: #fff;
}

.division-theme.theme-trucks .search-results-header .controls .refine-btn {
  background: #ebc42e!important;
  color: #000!important;
}

.division-theme.theme-trucks .banner.new-design-landing .navigation ul.hlist li.trucks,
.division-theme.theme-trucks .banner.new-design-landing .navigation ul.hlist li.trucks a {
  background-color: #ebc42e;
}

.division-theme.theme-trucks .banner.new-design-landing .navigation ul.hlist li.trucks a .title {
  color: #053c72;
  font-weight: 700;
}

.division-theme.theme-trucks .banner.new-design-landing .cta-logo-container>p>a,
.division-theme.theme-trucks .banner.new-design-landing .search-container>p>a {
  color: #ebc42e;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .new-pcv-text,
.banner.new-design-landing .modal-form.search-form .btn-search {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.division-theme.theme-trucks .banner.new-design-landing .navigation ul.hlist li.trucks a .title:before,
.division-theme.theme-trucks .banner.new-design-landing .navigation ul.hlist li.trucks.active a .title:before {
  background-image: url(../img/svg/icon-industrial-black.svg);
}

.division-theme.theme-trucks .banner.new-design-landing .cta-logo-container>p>a:after,
.division-theme.theme-trucks .banner.new-design-landing .search-container>p>a:after {
  background-image: url(../img/arrow-circle-theme-truck.svg);
}

.division-theme.theme-trucks .banner.new-design-landing .search-container .sales-refine .field.checkbox .sales-num,
.division-theme.theme-trucks .banner.new-design-landing .search-container .sales-refine .field.radio .sales-num {
  background-color: #ebc42e;
  color: #000;
}

.division-theme.theme-fixed .banner p,
.division-theme.theme-motorcycles .banner p,
.division-theme.theme-recreation .banner p {
  color: #fff;
}

.division-theme.theme-trucks .banner.new-design-landing .modal-form.search-form .tab-filters ul li {
  width: 16.5%;
  padding: 0 .375rem;
}

.division-theme.theme-trucks .banner.new-design-landing .modal-form.search-form .tab-filters ul li span {
  padding-left: 1.25rem;
}

.division-theme.theme-trucks .banner.new-design-landing .modal-form.search-form .tab-filters ul li .category-sub-filters li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-left: 15px;
  min-width: 100.5%;
  margin: -1px;
}

.division-theme.theme-trucks .banner.new-design-landing .modal-form.search-form .tab-filters ul li:first-child,
.division-theme.theme-trucks .banner.new-design-landing .modal-form.search-form .tab-filters ul li:last-child {
  width: 17%;
}

.division-theme.theme-motorcycles .btn-group .btn-search,
.division-theme.theme-motorcycles .search-form .btn-search {
  background-color: #8766be;
}

.division-theme.theme-motorcycles .banner {
  background-image: url(../img/Lifestyle_MOT.jpg);
}

@media (max-width:480px) {
  .division-theme.theme-motorcycles .banner {
    border-color: #8766be;
    background-image: url(../img/Lifestyle_MOT_Mobile.jpg);
  }
}

.division-theme.theme-recreation .btn-group .btn-search,
.division-theme.theme-recreation .search-form .btn-search {
  background-color: #f9a351;
}

.division-theme.theme-recreation .banner {
  background-image: url(../img/Lifestyle_REC.jpg);
}

.division-theme.theme-fixed .btn-group .btn-search,
.division-theme.theme-fixed .search-form .btn-search {
  background-color: #83cfca;
}

@media (max-width:480px) {
  .division-theme.theme-recreation .banner {
    border-color: #f9a351;
    background-image: url(../img/Lifestyle_REC_Mobile.jpg);
  }

  .division-theme.theme-fixed .banner {
    border-color: #83cfca;
  }
}

.division-theme .division-blurb {
  padding: .9375rem .3125rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #003468;
  text-align: center;
  line-height: 1.3em;
}

.theme-fixed .banner p {
  clear: left;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding: 3.125rem 20%;
  margin-bottom: 0;
}

.banner.new-design-landing .homepage-tabs {
  width: auto!important;
  margin: 1rem auto 0!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul.hlist>li:not(:first-child) {
  margin-left: 0!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li {
  border-top: 0!important;
  background-color: #F9FAFB!important;
  height: 3rem;
  margin: 0!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li:first-child {
  border-radius: 5px 0 0!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li:last-child {
  border-radius: 0 5px 0 0!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li:first-child a {
  border-radius: 5px 0 0!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li:last-child a {
  border-radius: 0 5px 0 0!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 0!important;
  background-color: #F9FAFB!important;
  margin: 0!important;
  border: none!important;
  padding: 12px 24px!important;
  min-height: 48px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .new-pcv-text {
  font-size: 14px;
  color: #000;
  margin: 1px 0 10px 10px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-cars-grey:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-homepage-tabs-cars-grey) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(5);
  transform: scale(5);
  top: 20px;
  left: -52px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-salvage-grey:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-homepage-tabs-salvage-grey) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(5);
  transform: scale(5);
  top: 20px;
  left: -52px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-construction-black:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-salvage-black) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(4);
  transform: scale(4);
  top: 20px;
  left: -52px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-industrial-grey:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-homepage-tabs-industrial-grey) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(5);
  transform: scale(5);
  top: 20px;
  left: -60px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-industrial-black:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-industrial-black) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(4.5);
  transform: scale(4.5);
  top: 20px;
  left: -60px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-car-black:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-vehicles-black) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(5);
  transform: scale(5);
  top: 20px;
  left: -52px;
}

@media (min-width:767px) and (max-width:1199px) {
  .banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-car-black:after,
  .banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-cars-grey:after,
  .banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-construction-black:after,
  .banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-industrial-black:after,
  .banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-industrial-grey:after,
  .banner.new-design-landing .homepage-tabs .container nav ul li a .new-pcv-title .icon-homepage-tabs-salvage-grey:after {
    top: 15px;
  }
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active:nth-child(2) a {
  background: #27A50E!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active:nth-child(3) a {
  background: #EBC42E!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active a {
  color: #fff;
  background: #12a0ce!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .new-pcv-text {
  color: #fff;
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .new-pcv-text.industrial-text {
  color: #000!important;
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .icon-homepage-tabs-cars-white:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-vehicles-white) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(5);
  transform: scale(5);
  top: 18px;
  left: -52px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .icon-homepage-tabs-salvage-white:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-salvage-white) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(5);
  transform: scale(5);
  top: 18px;
  left: -52px;
}

.banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .icon-homepage-tabs-industrial-black:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-industrial-black) no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  -ms-transform: scale(4.5);
  transform: scale(4.5);
  top: 18px;
  left: -60px;
}

.banner.new-design-landing .modal-form.search-form .btn-search {
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px;
}

.banner.new-design-landing .field-wrap .form-group select,
.banner.new-design-landing .field-wrap.landing-page-dropdown .jcf-select,
.banner.new-design-landing .field-wrap.landing-page-dropdown .jcf-select-text {
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  color: #000;
}

@media (min-width:767px) and (max-width:1199px) {
  .banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .icon-homepage-tabs-cars-white:after,
  .banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .icon-homepage-tabs-industrial-black:after,
  .banner.new-design-landing .homepage-tabs .container nav ul li.active a .new-pcv-title .icon-homepage-tabs-salvage-white:after {
    top: 15px;
  }

  .banner.new-design-landing .modal-form.search-form .btn-search {
    padding: 10.5px;
  }
}

.banner.new-design-landing .modal-form.search-form .btn-search .search:after {
  width: 15px;
  height: 15px;
  content: "";
  margin-left: -8px;
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-white-search) no-repeat;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  margin-top: 13px;
}

.banner.new-design-landing .modal-form.search-form .btn-search .industrial-search:after {
  width: 14px;
  height: 14px;
  content: "";
  margin-left: -8px;
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-search-black) no-repeat;
  position: absolute;
  -ms-transform: scale(3);
  transform: scale(3);
  margin-top: 12px;
}

.banner.new-design-landing .field-wrap.landing-page-dropdown .jcf-select {
  font-size: 14px;
  background-color: #F9FAFB!important;
  height: 3rem;
  padding: .875rem 1rem;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-select-down-grey) no-repeat #F9FAFB;
  background-position-x: 100%;
  background-size: 50px;
  background-position-y: 11px;
}

@media (min-width:767px) and (max-width:1199px) {
  .banner.new-design-landing .field-wrap.landing-page-dropdown .jcf-select {
    background-position-y: 6px;
  }
}

.banner.new-design-landing .field-wrap.landing-page-dropdown .jcf-select .jcf-select-drop .jcf-select-drop-content .jcf-option {
  color: #000;
  padding: 12px 16px;
}

.banner.new-design-landing .field-wrap.landing-page-dropdown .jcf-select-text {
  font-style: normal;
  font-size: 14px!important;
  line-height: 1.42857;
  margin: 0;
  font-weight: 400;
}

.banner.new-design-landing .field-wrap.landing-page-dropdown .jcf-select-opener {
  display: none;
}

.banner.new-design-landing .field-wrap .form-group select {
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-select-down-grey) no-repeat #F9FAFB;
  background-position-x: 100%;
  background-size: 50px;
  background-position-y: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.banner.new-design-landing .field-wrap .form-control .jcf-select-text,
.banner.new-design-landing .field-wrap .jcf-select.jcf-unselectable.jcf-select-jcf-hidden .jcf-select-text {
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px!important;
  line-height: 1.42857;
}

.banner.new-design-landing .field-wrap .form-group select option {
  padding: 24px!important;
}

.banner.new-design-landing .field-wrap .form-control .arrowDown:after {
  width: 18px;
  height: 18px;
  content: "";
  left: 85%;
  right: auto;
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-select-down-grey) no-repeat;
  position: absolute;
  -ms-transform: scale(2.75);
  transform: scale(2.75);
  margin-top: 15px;
}

.banner.new-design-landing .field-wrap .form-control .jcf-select-text {
  display: block;
  padding: 14px 16px 14px 0;
  color: #000;
  margin: 9px;
}

.banner.new-design-landing .field-wrap .field.radio .jcf-radio:not(.registration) span:not(.registration) {
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-radius: 0;
}

.banner.new-design-landing .field-wrap .jcf-select.jcf-unselectable.jcf-select-jcf-hidden {
  height: 3rem;
  padding: .875rem 1rem;
  background-color: #F9FAFB;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
}

.banner.new-design-landing .field-wrap .jcf-select.jcf-unselectable.jcf-select-jcf-hidden .jcf-select-text {
  color: #6B7280;
  margin: 0;
}

.banner.new-design-landing .sales-refine .field.radio .sales-num,
.banner.new-design-landing .sales-refine .field.radio label {
  font-size: 14px;
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
}

.banner.new-design-landing .field-wrap .jcf-select.jcf-unselectable.jcf-select-jcf-hidden .jcf-select-opener {
  background: 0 0;
  border: none;
}

.banner.new-design-landing .field-wrap .jcf-select.jcf-unselectable.jcf-select-jcf-hidden .jcf-select-opener:after {
  width: 18px;
  height: 18px;
  content: "";
  left: 60%;
  right: auto;
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-select-down-grey) no-repeat;
  position: absolute;
  -ms-transform: scale(2.75);
  transform: scale(2.75);
  margin-top: 5px;
  border: none;
}

.banner.new-design-landing .sales-refine .field.radio {
  border: none!important;
  width: auto!important;
}

.banner.new-design-landing .sales-refine .field.radio .sales-num {
  border-radius: 24px;
  font-weight: 500;
  padding: 5px 15px;
  margin-left: 10px;
  background-color: #12a0ce;
  color: #fff;
}

.banner.new-design-landing .sales-refine .field.radio .jcf-radio {
  border: 1px solid #D1D5DB;
  width: 16px;
  height: 16px;
  border-radius: inherit;
}

.banner.new-design-landing .sales-refine .field.radio label {
  color: #374151!important;
  font-weight: 600;
}

.banner.new-design-landing .sales-refine .field.radio label span {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
  font-size: 12px!important;
  font-style: normal;
  font-weight: 400;
}

.itemlocation-field .jcf-option,
.itemlocation-field .jcf-option .jcf-select-text,
.itemlocation-field .jcf-select,
.itemlocation-field .jcf-select .jcf-select-text {
  white-space: unset!important;
}

.faqHeader {
  font-size: 27px;
  margin: 20px;
}

.panel-heading [data-toggle=collapse]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072";
  float: right;
  color: #003468;
  font-size: 18px;
  line-height: 22px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle=collapse].collapsed:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}

.division-theme.theme-cars .events>.btn.btn-inverse,
.division-theme.theme-cars .link-list.refine .category.active a:after {
  border-color: #12a0ce;
}

.division-theme.theme-cars .link-list.refine .jcf-checkbox {
  border-color: #12a0ce!important;
}

.division-theme.theme-cars .active-filters li,
.division-theme.theme-cars .link-list .title,
.division-theme.theme-cars .link-list.refine .category.active a:after,
.division-theme.theme-cars .link-list.refine .jcf-checkbox.jcf-checked span {
  background-color: #12a0ce;
}

.division-theme.theme-cars .active-filters .heading,
.division-theme.theme-cars .events .events-list tr .name,
.division-theme.theme-cars .events>.btn.btn-inverse,
.division-theme.theme-cars .link-list.filter-list .category.active a,
.division-theme.theme-cars .link-list.filter-list a,
.division-theme.theme-cars .link-list.filter-list label,
.division-theme.theme-cars .vehicle-sales-info dl dd a {
  color: #12a0ce;
}

.division-theme.theme-cars .link-list.filter-list .franchises label {
  color: #000;
}

.division-theme.theme-cars .active-filters .close {
  background-color: #27bcec;
}

.division-theme.theme-cars .active-filters .close:after,
.division-theme.theme-cars .active-filters .close:before {
  background-color: #fff;
}

.division-theme.theme-cars .active-filters .close:hover {
  background-color: #12a0ce;
}

.division-theme.theme-cars .active-filters .close:hover:after,
.division-theme.theme-cars .active-filters .close:hover:before {
  background-color: #fff;
}

.division-theme.theme-salvage .events>.btn.btn-inverse,
.division-theme.theme-salvage .link-list.refine .category.active a:after {
  border-color: #27a50e;
}

.division-theme.theme-salvage .link-list.refine .jcf-checkbox {
  border-color: #27a50e!important;
}

.division-theme.theme-salvage .active-filters li,
.division-theme.theme-salvage .link-list .title,
.division-theme.theme-salvage .link-list.refine .category.active a:after,
.division-theme.theme-salvage .link-list.refine .jcf-checkbox.jcf-checked span {
  background-color: #27a50e;
}

.division-theme.theme-salvage .active-filters .heading,
.division-theme.theme-salvage .events .events-list tr .name,
.division-theme.theme-salvage .events>.btn.btn-inverse,
.division-theme.theme-salvage .link-list.filter-list .category.active a,
.division-theme.theme-salvage .link-list.filter-list a,
.division-theme.theme-salvage .link-list.filter-list label,
.division-theme.theme-salvage .vehicle-sales-info dl dd a {
  color: #27a50e;
}

.division-theme.theme-salvage .link-list.filter-list .franchises label {
  color: #000;
}

.division-theme.theme-salvage .active-filters .close {
  background-color: #32d412;
}

.division-theme.theme-salvage .active-filters .close:after,
.division-theme.theme-salvage .active-filters .close:before {
  background-color: #fff;
}

.division-theme.theme-salvage .active-filters .close:hover {
  background-color: #27a50e;
}

.division-theme.theme-salvage .active-filters .close:hover:after,
.division-theme.theme-salvage .active-filters .close:hover:before {
  background-color: #fff;
}

.division-theme.theme-trucks .events>.btn.btn-inverse,
.division-theme.theme-trucks .link-list.refine .category.active a:after {
  border-color: #ebc42e;
}

.division-theme.theme-trucks .link-list.refine .jcf-checkbox {
  border-color: #ebc42e!important;
}

.division-theme.theme-trucks .active-filters li,
.division-theme.theme-trucks .link-list .title,
.division-theme.theme-trucks .link-list.refine .category.active a:after,
.division-theme.theme-trucks .link-list.refine .jcf-checkbox.jcf-checked span {
  background-color: #ebc42e;
}

.division-theme.theme-trucks .link-list .title {
  color: #121921;
}

.division-theme.theme-trucks .active-filters .heading,
.division-theme.theme-trucks .events .events-list tr .name,
.division-theme.theme-trucks .events>.btn.btn-inverse,
.division-theme.theme-trucks .link-list.filter-list .category.active a,
.division-theme.theme-trucks .link-list.filter-list a,
.division-theme.theme-trucks .link-list.filter-list label,
.division-theme.theme-trucks .vehicle-sales-info dl dd a {
  color: #ebc42e;
}

.division-theme.theme-trucks .link-list.filter-list .franchises label {
  color: #000;
}

.division-theme.theme-trucks .active-filters .close {
  background-color: #efd15d;
}

.division-theme.theme-trucks .active-filters .close:after,
.division-theme.theme-trucks .active-filters .close:before {
  background-color: #fff;
}

.division-theme.theme-trucks .active-filters .close:hover {
  background-color: #ebc42e;
}

.division-theme.theme-trucks .active-filters .close:hover:after,
.division-theme.theme-trucks .active-filters .close:hover:before {
  background-color: #fff;
}

.division-theme.theme-motorcycles .events>.btn.btn-inverse,
.division-theme.theme-motorcycles .link-list.refine .category.active a:after {
  border-color: #8766be;
}

.division-theme.theme-motorcycles .link-list.refine .jcf-checkbox {
  border-color: #8766be!important;
}

.division-theme.theme-motorcycles .active-filters li,
.division-theme.theme-motorcycles .link-list .title,
.division-theme.theme-motorcycles .link-list.refine .category.active a:after,
.division-theme.theme-motorcycles .link-list.refine .jcf-checkbox.jcf-checked span {
  background-color: #8766be;
}

.division-theme.theme-motorcycles .active-filters .heading,
.division-theme.theme-motorcycles .events .events-list tr .name,
.division-theme.theme-motorcycles .events>.btn.btn-inverse,
.division-theme.theme-motorcycles .link-list.filter-list .category.active a,
.division-theme.theme-motorcycles .link-list.filter-list a,
.division-theme.theme-motorcycles .link-list.filter-list label,
.division-theme.theme-motorcycles .vehicle-sales-info dl dd a {
  color: #8766be;
}

.division-theme.theme-motorcycles .link-list.filter-list .franchises label {
  color: #000;
}

.division-theme.theme-motorcycles .active-filters .close {
  background-color: #a38acd;
}

.division-theme.theme-motorcycles .active-filters .close:after,
.division-theme.theme-motorcycles .active-filters .close:before {
  background-color: #fff;
}

.division-theme.theme-motorcycles .active-filters .close:hover {
  background-color: #8766be;
}

.division-theme.theme-motorcycles .active-filters .close:hover:after,
.division-theme.theme-motorcycles .active-filters .close:hover:before {
  background-color: #fff;
}

.division-theme.theme-recreation .events>.btn.btn-inverse,
.division-theme.theme-recreation .link-list.refine .category.active a:after {
  border-color: #f9a351;
}

.division-theme.theme-recreation .link-list.refine .jcf-checkbox {
  border-color: #f9a351!important;
}

.division-theme.theme-recreation .active-filters li,
.division-theme.theme-recreation .link-list .title,
.division-theme.theme-recreation .link-list.refine .category.active a:after,
.division-theme.theme-recreation .link-list.refine .jcf-checkbox.jcf-checked span {
  background-color: #f9a351;
}

.division-theme.theme-recreation .active-filters .heading,
.division-theme.theme-recreation .events .events-list tr .name,
.division-theme.theme-recreation .events>.btn.btn-inverse,
.division-theme.theme-recreation .link-list.filter-list .category.active a,
.division-theme.theme-recreation .link-list.filter-list a,
.division-theme.theme-recreation .link-list.filter-list label,
.division-theme.theme-recreation .vehicle-sales-info dl dd a {
  color: #f9a351;
}

.division-theme.theme-recreation .link-list.filter-list .franchises label {
  color: #000;
}

.division-theme.theme-recreation .active-filters .close {
  background-color: #fbbd82;
}

.division-theme.theme-recreation .active-filters .close:after,
.division-theme.theme-recreation .active-filters .close:before {
  background-color: #fff;
}

.division-theme.theme-recreation .active-filters .close:hover {
  background-color: #f9a351;
}

.division-theme.theme-recreation .active-filters .close:hover:after,
.division-theme.theme-recreation .active-filters .close:hover:before {
  background-color: #fff;
}

.division-theme.theme-fixed .events>.btn.btn-inverse,
.division-theme.theme-fixed .link-list.refine .category.active a:after {
  border-color: #83cfca;
}

.division-theme.theme-fixed .link-list.refine .jcf-checkbox {
  border-color: #83cfca!important;
}

.division-theme.theme-fixed .active-filters li,
.division-theme.theme-fixed .link-list .title,
.division-theme.theme-fixed .link-list.refine .category.active a:after,
.division-theme.theme-fixed .link-list.refine .jcf-checkbox.jcf-checked span {
  background-color: #83cfca;
}

.division-theme.theme-fixed .active-filters .heading,
.division-theme.theme-fixed .events .events-list tr .name,
.division-theme.theme-fixed .events>.btn.btn-inverse,
.division-theme.theme-fixed .link-list.filter-list .category.active a,
.division-theme.theme-fixed .link-list.filter-list a,
.division-theme.theme-fixed .link-list.filter-list label,
.division-theme.theme-fixed .vehicle-sales-info dl dd a {
  color: #83cfca;
}

.division-theme.theme-fixed .link-list.filter-list .franchises label {
  color: #000;
}

.division-theme.theme-fixed .active-filters .close {
  background-color: #a8ddda;
}

.division-theme.theme-fixed .active-filters .close:after,
.division-theme.theme-fixed .active-filters .close:before {
  background-color: #fff;
}

.division-theme.theme-fixed .active-filters .close:hover {
  background-color: #83cfca;
}

.division-theme.theme-fixed .active-filters .close:hover:after,
.division-theme.theme-fixed .active-filters .close:hover:before {
  background-color: #fff;
}

.division-theme .link-list.refine .jcf-checkbox {
  background: #F9FAFB;
  border-radius: 4px;
  border-color: #a7a9ac!important;
}

.division-theme .link-list.refine .jcf-checkbox.jcf-checked span {
  height: 16px;
  width: 16px;
  margin-top: 0;
  margin-left: -9px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 0;
}

.division-theme .link-list.refine .active-filters .heading {
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
  color: #121921;
}

.division-theme .link-list .new-save .title,
.division-theme .link-list .new-save a i,
.division-theme .link-list.refine .active-filters ul li {
  font-family: LatoBold,"Helvetica Neue",Arial,sans-serif;
}

.division-theme .link-list.refine .active-filters ul li {
  font-weight: 500;
  font-size: .75rem;
  color: #121921;
  background: #E5E7EB;
  border-radius: 1.5rem;
  padding: .625rem 1.875rem .625rem .625rem;
}

.division-theme .link-list.refine .active-filters ul li a {
  position: absolute;
  right: 3px;
  top: 16%;
  background: #E5E7EB!important;
  left: auto;
}

.division-theme .link-list.refine .active-filters ul li a:after,
.division-theme .link-list.refine .active-filters ul li a:before,
.division-theme .link-list.refine .active-filters ul li a:hover:after,
.division-theme .link-list.refine .active-filters ul li a:hover:before {
  background: #000;
}

.division-theme .link-list.refine .category.active a:after {
  background-color: #fff!important;
  border-color: #6B7280!important;
  top: 45%;
}

.division-theme .link-list .new-save .title {
  font-weight: 700;
  font-size: 14px;
  padding: 1.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.division-theme .link-list .new-save a {
  padding: 0;
}

.division-theme .link-list .new-save a:hover {
  text-decoration: none;
  background: 0 0;
}

.division-theme .link-list .new-save a i {
  padding: .5rem 2.375rem .5rem 1.125rem;
  color: #000;
  font-size: .75rem;
  font-weight: 600;
  background: #E7A614;
  border-radius: .25rem;
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.division-theme .link-list .new-save a i:after {
  content: "";
  background: url(../../../fe/img/svg/stack/svg/sprite.stack.svg#svg--icon-save) no-repeat;
  position: absolute;
  top: 61px;
  left: auto;
  right: 33px;
  width: 12px;
  height: 11px;
  -ms-transform: scale(3);
  transform: scale(3);
}

@media (max-width:767px) {
  .division-theme .link-list .new-save a i:after {
    -ms-transform: scale(3);
    transform: scale(3);
    top: 41px;
    right: 45px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .division-theme .link-list .new-save .title {
    font-size: 12px;
  }

  .division-theme .link-list .new-save a i {
    padding: .5rem 2rem .5rem 1rem;
  }

  .division-theme .link-list .new-save a i:after {
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    top: 50px;
    right: 18px;
  }
}

.division-theme .searchResult.heading {
  font-size: 1rem;
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  font-weight: 800;
  color: #002F7E;
}

@media (min-width:768px) and (max-width:1199px) {
  html {
    font-size: 12px;
  }

  .icon-360-degree-white:after,
  .icon-360-degree:after,
  .icon-alert-dark:after,
  .icon-alert-lg:after,
  .icon-arrow-left:after,
  .icon-arrow-right-white:after,
  .icon-arrow-right:after,
  .icon-auctions:after,
  .icon-back-arrow-large:after,
  .icon-back-to-listings:after,
  .icon-backward-arrow-new:after,
  .icon-badge-360-degree:after,
  .icon-blue-left-arrow:after,
  .icon-blue-right-arrow:after,
  .icon-camera:after,
  .icon-carat-right:after,
  .icon-cars-black:after,
  .icon-cars-white:after,
  .icon-cars:after,
  .icon-chart-dark:after,
  .icon-collapse-down:after,
  .icon-collapse-up:after,
  .icon-condition-report-new:after,
  .icon-condition-report:after,
  .icon-csv:after,
  .icon-dealer:after,
  .icon-dollar-blue:after,
  .icon-dollar:after,
  .icon-dots-dark:after,
  .icon-dots-lg:after,
  .icon-download-brochure-new:after,
  .icon-download-new:after,
  .icon-download-threedots:after,
  .icon-download:after,
  .icon-email-dark:after,
  .icon-email-event:after,
  .icon-email-lg:after,
  .icon-ending-soon:after,
  .icon-enquiry-lg:after,
  .icon-facebook-new:after,
  .icon-facebook-sm:after,
  .icon-facebook:after,
  .icon-featured:after,
  .icon-fixed:after,
  .icon-forward-arrow-black:after,
  .icon-forward-blue-arrow-new:after,
  .icon-foward-arrow-new:after,
  .icon-full:after,
  .icon-gallery-blue:after,
  .icon-gallery:after,
  .icon-gplus-sm:after,
  .icon-gplus:after,
  .icon-help-blue:after,
  .icon-help-darker:after,
  .icon-help-large:after,
  .icon-help:after,
  .icon-home:after,
  .icon-indicator-left-lightblue:after,
  .icon-indicator-right-blue:after,
  .icon-indicator-right:after,
  .icon-info-gray:after,
  .icon-info:after,
  .icon-instagram-new:after,
  .icon-instagram-sm:after,
  .icon-instagram:after,
  .icon-layout-grid-active:after,
  .icon-layout-grid:after,
  .icon-layout-list-active:after,
  .icon-layout-list:after,
  .icon-linkedin-new-:after,
  .icon-linkedin-sm:after,
  .icon-linkedin:after,
  .icon-live:after,
  .icon-location-dark:after,
  .icon-location-pin-lg:after,
  .icon-location-pin-new:after,
  .icon-location-pin:after,
  .icon-make-enquiry-new:after,
  .icon-make-enquiry:after,
  .icon-motorcycles-white:after,
  .icon-motorcycles:after,
  .icon-new-grey-search:after,
  .icon-new-search:after,
  .icon-pdf:after,
  .icon-popular-item:after,
  .icon-print-catalogue:after,
  .icon-print-dark:after,
  .icon-print-filled:after,
  .icon-recent-dark:after,
  .icon-recreation-white:after,
  .icon-recreation:after,
  .icon-salvage-black:after,
  .icon-salvage-white:after,
  .icon-salvage:after,
  .icon-save:after,
  .icon-search-23:after,
  .icon-search-blue:after,
  .icon-search-dark-sm:after,
  .icon-search-large-24:after,
  .icon-search-large-30:after,
  .icon-search-large:after,
  .icon-search-saved-dark:after,
  .icon-search:after,
  .icon-share-blue:after,
  .icon-share-lg:after,
  .icon-share-listing-new:after,
  .icon-share-new-26:after,
  .icon-share-new-large:after,
  .icon-share-new:after,
  .icon-share:after,
  .icon-simulcast-live-red:after,
  .icon-simulcast-live:after,
  .icon-simulcast-new:after,
  .icon-simulcast-open:after,
  .icon-simulcast-sm:after,
  .icon-simulcast:after,
  .icon-standard:after,
  .icon-star-blue:after,
  .icon-star-dark:after,
  .icon-star-green-24:after,
  .icon-star-green:after,
  .icon-star-white-ticked:after,
  .icon-star-white:after,
  .icon-starNew-dark:after,
  .icon-transport-quote-new:after,
  .icon-transport-quote:after,
  .icon-trucks-black:after,
  .icon-trucks-white:after,
  .icon-trucks:after,
  .icon-twitter-sm:after,
  .icon-twitter:after,
  .icon-user-dark-sm:after,
  .icon-user-lg:after,
  .icon-user-white-lg:after,
  .icon-user-white:after,
  .icon-user:after,
  .icon-video-white:after,
  .icon-video:after,
  .icon-view-event-new:after,
  .icon-view-event:after,
  .icon-watchlist-mobile:after,
  .icon-watchlist-new-large:after,
  .icon-watchlist-star-24:after,
  .icon-watchlist-star:after,
  .icon-watchlist:after,
  .icon-white-left-arrow-new:after,
  .icon-white-right-arrow-new:after,
  .icon-youtube-new:after,
  .icon-youtube-sm:after,
  .icon-youtube:after {
    -ms-transform: scale(.8);
    transform: scale(.8);
  }

  .icon-brand {
    -ms-transform: scale(.7);
    transform: scale(.7);
    margin-top: -1.25rem!important;
    margin-left: .3125rem!important;
  }

  .btn {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .auction-landing-main .text {
    padding: .9375rem;
    right: .9375rem;
    font-size: 1rem;
  }

  .auction-landing-main .btn {
    white-space: normal;
  }

  .vehicle-list .vehicle-card .details dt {
    width: 39.5%;
  }

  .search-controls .search-nav .btn {
    white-space: nowrap;
  }

  .filter-list .icon-brand {
    margin-top: -1.6875rem!important;
    margin-left: .3125rem!important;
  }

  .link-list.filter-list .active-filters li {
    font-size: 1rem;
    padding-left: 2.25rem;
  }

  .link-list.filter-list .active-filters li .close {
    -ms-transform: scale(.8);
    transform: scale(.8);
    top: 1px!important;
    left: 2px;
  }

  .link-list.filter-list .category a:before {
    right: 1.15625rem;
    margin-top: -.09375rem;
  }

  .content-accordion.accordion ul li .accordion-toggle:before {
    right: 1.15625rem;
    margin-top: -.03125rem;
  }
}

#refine-loader,
#result-loader {
  padding: 10px;
}

#refine-loader .loader,
#result-loader .loader {
  animation: spin 2s linear infinite;
  margin: auto;
}

#refine-loader .loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 25px;
  height: 25px;
}

#result-loader .loader {
  border: 5px solid #cecece;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.refine-filter {
  padding: .625rem;
  background: #fff;
  margin-bottom: .625rem;
  border-radius: .3125rem;
}

.refine-filter.form-group {
  display: -ms-flexbox;
  display: flex;
}

.ios8 .refine-filter.form-group,
.ios9 .refine-filter.form-group {
  display: block;
}

.refine-filter label {
  color: #333f48!important;
  font-weight: 700!important;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0 0!important;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
}

.ios8 .refine-filter label,
.ios9 .refine-filter label {
  display: block;
  clear: left;
  -ms-flex: none;
  flex: none;
  text-align: left;
  margin-bottom: 1rem;
}

.refine-filter .input-group {
  -ms-flex: 1.3;
  flex: 1.3;
  display: -ms-flexbox;
  display: flex;
}

.refine-filter input[type=email] {
  margin-bottom: 0!important;
  border-radius: .1875rem 0 0 .1875rem;
  -ms-flex: 100;
  flex: 100;
}

.refine-filter input[type=text] {
  margin-bottom: 0!important;
  margin-left: 4px!important;
  border-radius: .1875rem 0 0 .1875rem;
  -ms-flex: 100;
  flex: 100;
  width: 30px;
}

.ios8 .refine-filter input[type=text],
.ios9 .refine-filter input[type=text] {
  display: block;
  width: 100%;
  clear: right;
  -ms-flex: none;
  flex: none;
}

.refine-filter select {
  margin-left: 4px!important;
}

.ios8 .refine-filter select,
.ios9 .refine-filter select {
  display: block;
  width: 100%;
  clear: right;
}

.refine-filter .btn {
  display: inline-block;
  padding: .6875rem;
  line-height: 18px;
  border-radius: 0 .1875rem .1875rem 0;
}

@media (max-width:767px) {
  .refine-filter {
    margin-top: .5rem;
    text-align: center;
  }

  .refine-filter .form-group,
  .refine-filter .input-group,
  .refine-filter label {
    width: 100%;
    display: block!important;
    margin-bottom: 0;
  }

  .refine-filter label {
    line-height: 1.2em;
    padding-bottom: .625rem;
  }

  .refine-filter .input-group:after,
  .refine-filter .input-group:before {
    content: " ";
    display: table;
  }

  .refine-filter .input-group:after {
    clear: both;
  }

  .refine-filter .input-group .btn,
  .refine-filter .input-group input {
    float: left;
  }

  .refine-filter .input-group input {
    width: 80%;
  }

  .refine-filter .input-group .btn {
    width: 20%;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.03rem;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-ok.green {
  color: green;
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.members-flex-list {
  overflow: hidden;
  padding-top: .3em;
  padding-bottom: .8rem;
  float: left;
}

.members-flex-list ul {
  margin-left: -2.7em;
}

.members-flex-list ul li {
  border-right: 1px solid #ccc;
  background-color: #fff;
  float: left;
  padding-right: .5em;
  padding-left: .5em;
}

.members-flex-list ul li:last-child {
  border-right: 0 solid #ccc;
}

.members-flex-list .form-inline {
  margin-top: .5em;
}

.recently-viewed {
  background: #fff;
  border-radius: 0 0 3px 3px;
  width: 100%;
  margin-bottom: .9375rem;
}

.recently-viewed .title {
  background: #003486;
  padding: .9375rem;
  color: #fff;
  font-size: .875rem;
  font-family: LatoBlack,"Helvetica Neue",Arial,sans-serif;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.recently-viewed ul {
  margin: 0;
  padding: 0;
}

.recently-viewed ul li:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.recently-viewed ul li {
  padding: .625rem 0 .5rem .5rem;
}

.recently-viewed ul li a {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.ie9 .recently-viewed ul li a {
  display: block;
  overflow: hidden;
  clear: both;
}

.recently-viewed ul li a .img {
  width: 8.75rem;
  height: 4.75rem;
  min-width: 6.75rem;
  max-width: 6.75rem;
}

@media (max-width:767px) {
  .recently-viewed ul li a .img {
    width: 120px!important;
    height: 76px!important;
  }
}

.ie9 .recently-viewed ul li a .img {
  float: left;
}

.recently-viewed ul li a .details {
  padding: 0 .625rem;
  max-width: 178.4px;
  min-width: 178.4px;
}

.ie9 .recently-viewed ul li a .details {
  width: 140px;
  float: right;
}

.manheim-tour .btn-group>.btn-group,
.manheim-tour .btn-toolbar .btn,
.manheim-tour .btn-toolbar .btn-group,
.manheim-tour .btn-toolbar .input-group {
  float: left;
}

.recently-viewed ul li a .details .vehicle-title {
  margin: 0;
  font-size: .6875rem;
  font-weight: 700;
  font-family: LatoRegular,"Helvetica Neue",Arial,sans-serif;
}

.recently-viewed ul li a .details .lot {
  font-size: .6875rem;
  margin-bottom: .375rem;
  margin-top: .375rem;
}

.SHOWROOM .manheim-footer,
.SHOWROOM .manheim-header,
.SHOWROOM .navigation.explore {
  display: none;
}

.SHOWROOM .refine-wrapper,
.SHOWROOM a.refine-btn {
  display: none!important;
}

.SHOWROOM #sales-info-wrapper,
.SHOWROOM .search-results-header .container h1.heading>img {
  display: none;
}

@media (max-width:768px) {
  .SHOWROOM .search-results-header {
    display: none;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage {
    overflow: hidden;
  }
}

.HOLDEN .franchise-header {
  display: block;
  background-image: url(../../Content/images/Holden_LetsGoThere_Icon.jpg);
  background-repeat: no-repeat;
  background-position: left;
  height: 62px;
}

.HOLDEN .franchise-logo-box-footer {
  display: block;
  background-image: url(../../Content/images/manufacturer-footerbox-holden.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 48px;
}

.HOLDEN a {
  color: #ED1D2B;
}

.HOLDEN .disabled a {
  color: #d5d5d5;
}

.HOLDEN .btn {
  background-color: #ED1D2B;
  color: #fff;
}

.HOLDEN .link-list.toolbox-list ul li a,
.HOLDEN .search-results-header .controls .selected-items .selected-items-content .selected-items-options li a,
.HOLDEN .search-results-header .controls .selected-items .selected-toggle {
  color: #ED1D2B;
}

.HOLDEN #prevnext-nav .btn-inverse {
  background: #fff;
  color: #ED1D2B;
}

.HOLDEN .link-list.toolbox-list .title,
.HOLDEN .search-results-header .controls .selected-items .selected-toggle .count {
  background-color: #ED1D2B;
}

.HOLDEN .search-results-header .controls .selected-items.disabled .selected-toggle {
  color: #d5d5d5;
}

.HOLDEN .subscribe label {
  color: #ED1D2B;
}

body.AUDI,
body.AUDIHERTZ {
  background: url(../../Content/images/makes/audi/bg_main.png) repeat-y #ADB1B7;
}

.AUDI .franchise-header,
.AUDIHERTZ .franchise-header {
  display: block;
  background-image: url(../../Content/images/makes/audi/audi_logo_new.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 62px;
}

.AUDI .franchise-logo-box-footer,
.AUDIHERTZ .franchise-logo-box-footer {
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  height: 48px;
}

.AUDI a,
.AUDIHERTZ a {
  color: #fff;
}

.AUDI .disabled a,
.AUDIHERTZ .disabled a {
  color: #d5d5d5;
}

.AUDI .btn,
.AUDIHERTZ .btn {
  background-color: grey;
  color: #fff;
}

.AUDI #prevnext-nav .btn-inverse,
.AUDIHERTZ #prevnext-nav .btn-inverse {
  background: #fff;
  color: #333;
}

.AUDI h1,
.AUDIHERTZ h1 {
  color: #333;
}

.AUDI .link-list.toolbox-list,
.AUDIHERTZ .link-list.toolbox-list {
  background: 0 0;
  width: 240px;
}

.AUDI .link-list.toolbox-list .title,
.AUDIHERTZ .link-list.toolbox-list .title {
  color: #41464C;
  background: url(../../Content/images/makes/audi/nav_pagelevel_distributor_bg.png) -242px 0 no-repeat #6f737a;
}

.AUDI .link-list.toolbox-list ul li,
.AUDI .link-list.toolbox-list ul li:last-child,
.AUDIHERTZ .link-list.toolbox-list ul li,
.AUDIHERTZ .link-list.toolbox-list ul li:last-child {
  border-bottom: 0;
}

.AUDI .link-list.toolbox-list ul li a,
.AUDI .search-results-header .controls .selected-items .selected-toggle,
.AUDIHERTZ .link-list.toolbox-list ul li a,
.AUDIHERTZ .search-results-header .controls .selected-items .selected-toggle {
  color: #fff;
}

.AUDI .search-results-header .controls .selected-items .selected-toggle .count,
.AUDIHERTZ .search-results-header .controls .selected-items .selected-toggle .count {
  background-color: #fff;
  color: #333;
}

.AUDI .search-results-header .controls .selected-items .selected-items-content .selected-items-options li a,
.AUDIHERTZ .search-results-header .controls .selected-items .selected-items-content .selected-items-options li a {
  color: #fff;
  background-color: grey;
}

.AUDI .search-results-header .controls .selected-items.disabled .selected-toggle,
.AUDIHERTZ .search-results-header .controls .selected-items.disabled .selected-toggle {
  color: #d5d5d5;
}

.AUDI .subscribe label,
.AUDIHERTZ .subscribe label {
  color: #fff;
}

.AUDI #main-content,
.AUDI .cl_enquire_box,
.AUDI .pagination,
.AUDI .search-results-header,
.AUDI .vehicle-sidebar,
.AUDI footer,
.AUDIHERTZ #main-content,
.AUDIHERTZ .cl_enquire_box,
.AUDIHERTZ .pagination,
.AUDIHERTZ .search-results-header,
.AUDIHERTZ .vehicle-sidebar,
.AUDIHERTZ footer {
  background: 0 0;
}

.AUDI .accordion-inner,
.AUDIHERTZ .accordion-inner {
  background: url(../../Content/images/makes/audi/nav_pagelevel_distributor_bg.png) -242px -30px no-repeat #6f737a;
  overflow: hidden;
}

.AUDI .vehicle-item,
.AUDIHERTZ .vehicle-item {
  border-bottom: 1px solid #A0A4AD;
  box-shadow: none;
}

.AUDI .vehicle-item .check,
.AUDIHERTZ .vehicle-item .check {
  background: 0 0;
  border-right: 0;
}

.AUDI .vehicle-item .vehicle-card,
.AUDIHERTZ .vehicle-item .vehicle-card {
  background: 0 0;
}

.AUDI .vehicle-item .vehicle-card .details dt,
.AUDIHERTZ .vehicle-item .vehicle-card .details dt {
  color: #333;
}

.AUDI .vehicle-item .vehicle-card .details dd,
.AUDIHERTZ .vehicle-item .vehicle-card .details dd {
  color: #1a1a1a;
}

.AUDI .vehicle-item .vehicle-card .price,
.AUDIHERTZ .vehicle-item .vehicle-card .price {
  color: #fff;
}

.AUDI .subscribe,
.AUDIHERTZ .subscribe {
  background: #9599A0;
}

.AUDI .vehicle-page .vehicle-main .vehicle-detail-blocks .content-block,
.AUDI .vehicle-page .vehicle-main .vehicle-snapshot,
.AUDIHERTZ .vehicle-page .vehicle-main .vehicle-detail-blocks .content-block,
.AUDIHERTZ .vehicle-page .vehicle-main .vehicle-snapshot {
  background: 0 0;
}

.AUDI .vehicle-page .vehicle-main .vehicle-detail-blocks section dl dt,
.AUDIHERTZ .vehicle-page .vehicle-main .vehicle-detail-blocks section dl dt {
  color: #333;
}

.AUDI .vehicle-page .vehicle-main .vehicle-detail-blocks section dl dd,
.AUDIHERTZ .vehicle-page .vehicle-main .vehicle-detail-blocks section dl dd {
  color: #1a1a1a;
}

.SUBARU .franchise-header {
  display: block;
  background: url(../../Content/images/makes/subaru/subaruLogo.gif) left no-repeat #fff;
  height: 80px;
}

.SUBARU a {
  color: #001D77;
}

.SUBARU .disabled a {
  color: #d5d5d5;
}

.SUBARU .btn {
  background-color: #001D77;
  color: #fff;
}

.SUBARU .link-list.toolbox-list ul li a,
.SUBARU .search-results-header .controls .selected-items .selected-items-content .selected-items-options li a,
.SUBARU .search-results-header .controls .selected-items .selected-toggle {
  color: #001D77;
}

.SUBARU #prevnext-nav .btn-inverse {
  background: #fff;
  color: #001D77;
}

.SUBARU .link-list.toolbox-list .title,
.SUBARU .search-results-header .controls .selected-items .selected-toggle .count {
  background-color: #001D77;
}

.SUBARU .search-results-header .controls .selected-items.disabled .selected-toggle {
  color: #d5d5d5;
}

.SUBARU .subscribe label {
  color: #001D77;
}

.GENESIS .franchise-header {
  display: block;
  background: url(../../Content/images/makes/hyundai/Genesis_Wings_Logo.gif) bottom left no-repeat;
  height: 90px;
  margin-top: 10px;
}

.manheim-tour .btn,
.manheim-tour .btn-danger.active,
.manheim-tour .btn-danger:active,
.manheim-tour .btn-default.active,
.manheim-tour .btn-default:active,
.manheim-tour .btn-info.active,
.manheim-tour .btn-info:active,
.manheim-tour .btn-primary.active,
.manheim-tour .btn-primary:active,
.manheim-tour .btn-success.active,
.manheim-tour .btn-success:active,
.manheim-tour .btn-warning.active,
.manheim-tour .btn-warning:active,
.manheim-tour .open>.dropdown-toggle.btn-danger,
.manheim-tour .open>.dropdown-toggle.btn-default,
.manheim-tour .open>.dropdown-toggle.btn-info,
.manheim-tour .open>.dropdown-toggle.btn-primary,
.manheim-tour .open>.dropdown-toggle.btn-success,
.manheim-tour .open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.manheim-tour .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.manheim-tour .btn.active.focus,
.manheim-tour .btn.active:focus,
.manheim-tour .btn.focus,
.manheim-tour .btn:active.focus,
.manheim-tour .btn:active:focus,
.manheim-tour .btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.manheim-tour .btn.focus,
.manheim-tour .btn:focus,
.manheim-tour .btn:hover {
  color: #333;
  text-decoration: none;
}

.manheim-tour .btn.active,
.manheim-tour .btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.manheim-tour .btn.disabled,
.manheim-tour .btn[disabled],
.manheim-tour fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.manheim-tour a.btn.disabled,
.manheim-tour fieldset[disabled] a.btn {
  pointer-events: none;
}

.manheim-tour .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.manheim-tour .btn-default.focus,
.manheim-tour .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.manheim-tour .btn-default.active,
.manheim-tour .btn-default:active,
.manheim-tour .btn-default:hover,
.manheim-tour .open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.manheim-tour .btn-default.active.focus,
.manheim-tour .btn-default.active:focus,
.manheim-tour .btn-default.active:hover,
.manheim-tour .btn-default:active.focus,
.manheim-tour .btn-default:active:focus,
.manheim-tour .btn-default:active:hover,
.manheim-tour .open>.dropdown-toggle.btn-default.focus,
.manheim-tour .open>.dropdown-toggle.btn-default:focus,
.manheim-tour .open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.manheim-tour .btn-default.disabled.focus,
.manheim-tour .btn-default.disabled:focus,
.manheim-tour .btn-default.disabled:hover,
.manheim-tour .btn-default[disabled].focus,
.manheim-tour .btn-default[disabled]:focus,
.manheim-tour .btn-default[disabled]:hover,
.manheim-tour fieldset[disabled] .btn-default.focus,
.manheim-tour fieldset[disabled] .btn-default:focus,
.manheim-tour fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.manheim-tour .btn-default .badge {
  color: #fff;
  background-color: #333;
}

.manheim-tour .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.manheim-tour .btn-primary.focus,
.manheim-tour .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.manheim-tour .btn-primary.active,
.manheim-tour .btn-primary:active,
.manheim-tour .btn-primary:hover,
.manheim-tour .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.manheim-tour .btn-primary.active.focus,
.manheim-tour .btn-primary.active:focus,
.manheim-tour .btn-primary.active:hover,
.manheim-tour .btn-primary:active.focus,
.manheim-tour .btn-primary:active:focus,
.manheim-tour .btn-primary:active:hover,
.manheim-tour .open>.dropdown-toggle.btn-primary.focus,
.manheim-tour .open>.dropdown-toggle.btn-primary:focus,
.manheim-tour .open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.manheim-tour .btn-primary.disabled.focus,
.manheim-tour .btn-primary.disabled:focus,
.manheim-tour .btn-primary.disabled:hover,
.manheim-tour .btn-primary[disabled].focus,
.manheim-tour .btn-primary[disabled]:focus,
.manheim-tour .btn-primary[disabled]:hover,
.manheim-tour fieldset[disabled] .btn-primary.focus,
.manheim-tour fieldset[disabled] .btn-primary:focus,
.manheim-tour fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.manheim-tour .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.manheim-tour .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.manheim-tour .btn-success.focus,
.manheim-tour .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.manheim-tour .btn-success.active,
.manheim-tour .btn-success:active,
.manheim-tour .btn-success:hover,
.manheim-tour .open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.manheim-tour .btn-success.active.focus,
.manheim-tour .btn-success.active:focus,
.manheim-tour .btn-success.active:hover,
.manheim-tour .btn-success:active.focus,
.manheim-tour .btn-success:active:focus,
.manheim-tour .btn-success:active:hover,
.manheim-tour .open>.dropdown-toggle.btn-success.focus,
.manheim-tour .open>.dropdown-toggle.btn-success:focus,
.manheim-tour .open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.manheim-tour .btn-success.disabled.focus,
.manheim-tour .btn-success.disabled:focus,
.manheim-tour .btn-success.disabled:hover,
.manheim-tour .btn-success[disabled].focus,
.manheim-tour .btn-success[disabled]:focus,
.manheim-tour .btn-success[disabled]:hover,
.manheim-tour fieldset[disabled] .btn-success.focus,
.manheim-tour fieldset[disabled] .btn-success:focus,
.manheim-tour fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.manheim-tour .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.manheim-tour .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.manheim-tour .btn-info.focus,
.manheim-tour .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.manheim-tour .btn-info.active,
.manheim-tour .btn-info:active,
.manheim-tour .btn-info:hover,
.manheim-tour .open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.manheim-tour .btn-info.active.focus,
.manheim-tour .btn-info.active:focus,
.manheim-tour .btn-info.active:hover,
.manheim-tour .btn-info:active.focus,
.manheim-tour .btn-info:active:focus,
.manheim-tour .btn-info:active:hover,
.manheim-tour .open>.dropdown-toggle.btn-info.focus,
.manheim-tour .open>.dropdown-toggle.btn-info:focus,
.manheim-tour .open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.manheim-tour .btn-info.disabled.focus,
.manheim-tour .btn-info.disabled:focus,
.manheim-tour .btn-info.disabled:hover,
.manheim-tour .btn-info[disabled].focus,
.manheim-tour .btn-info[disabled]:focus,
.manheim-tour .btn-info[disabled]:hover,
.manheim-tour fieldset[disabled] .btn-info.focus,
.manheim-tour fieldset[disabled] .btn-info:focus,
.manheim-tour fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.manheim-tour .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.manheim-tour .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.manheim-tour .btn-warning.focus,
.manheim-tour .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.manheim-tour .btn-warning.active,
.manheim-tour .btn-warning:active,
.manheim-tour .btn-warning:hover,
.manheim-tour .open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.manheim-tour .btn-warning.active.focus,
.manheim-tour .btn-warning.active:focus,
.manheim-tour .btn-warning.active:hover,
.manheim-tour .btn-warning:active.focus,
.manheim-tour .btn-warning:active:focus,
.manheim-tour .btn-warning:active:hover,
.manheim-tour .open>.dropdown-toggle.btn-warning.focus,
.manheim-tour .open>.dropdown-toggle.btn-warning:focus,
.manheim-tour .open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.manheim-tour .btn-warning.disabled.focus,
.manheim-tour .btn-warning.disabled:focus,
.manheim-tour .btn-warning.disabled:hover,
.manheim-tour .btn-warning[disabled].focus,
.manheim-tour .btn-warning[disabled]:focus,
.manheim-tour .btn-warning[disabled]:hover,
.manheim-tour fieldset[disabled] .btn-warning.focus,
.manheim-tour fieldset[disabled] .btn-warning:focus,
.manheim-tour fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.manheim-tour .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.manheim-tour .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.manheim-tour .btn-danger.focus,
.manheim-tour .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.manheim-tour .btn-danger.active,
.manheim-tour .btn-danger:active,
.manheim-tour .btn-danger:hover,
.manheim-tour .open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.manheim-tour .btn-danger.active.focus,
.manheim-tour .btn-danger.active:focus,
.manheim-tour .btn-danger.active:hover,
.manheim-tour .btn-danger:active.focus,
.manheim-tour .btn-danger:active:focus,
.manheim-tour .btn-danger:active:hover,
.manheim-tour .open>.dropdown-toggle.btn-danger.focus,
.manheim-tour .open>.dropdown-toggle.btn-danger:focus,
.manheim-tour .open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.manheim-tour .btn-danger.disabled.focus,
.manheim-tour .btn-danger.disabled:focus,
.manheim-tour .btn-danger.disabled:hover,
.manheim-tour .btn-danger[disabled].focus,
.manheim-tour .btn-danger[disabled]:focus,
.manheim-tour .btn-danger[disabled]:hover,
.manheim-tour fieldset[disabled] .btn-danger.focus,
.manheim-tour fieldset[disabled] .btn-danger:focus,
.manheim-tour fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.manheim-tour .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.manheim-tour .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}

.manheim-tour .btn-link,
.manheim-tour .btn-link.active,
.manheim-tour .btn-link:active,
.manheim-tour .btn-link[disabled],
.manheim-tour fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.manheim-tour .btn-link,
.manheim-tour .btn-link:active,
.manheim-tour .btn-link:focus,
.manheim-tour .btn-link:hover {
  border-color: transparent;
}

.manheim-tour .btn-link:focus,
.manheim-tour .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.manheim-tour .btn-link[disabled]:focus,
.manheim-tour .btn-link[disabled]:hover,
.manheim-tour fieldset[disabled] .btn-link:focus,
.manheim-tour fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.manheim-tour .btn-group-lg>.btn,
.manheim-tour .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.manheim-tour .btn-group-sm>.btn,
.manheim-tour .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.manheim-tour .btn-group-xs>.btn,
.manheim-tour .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.manheim-tour .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.manheim-tour .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.manheim-tour .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.manheim-tour .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.manheim-tour .btn-group>.btn:last-child:not(:first-child),
.manheim-tour .btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.manheim-tour .btn-group-vertical>.btn:not(:first-child):not(:last-child),
.manheim-tour .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.manheim-tour .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.manheim-tour .btn-block {
  display: block;
  width: 100%;
}

.manheim-tour .btn-block+.btn-block {
  margin-top: 5px;
}

.manheim-tour input[type=button].btn-block,
.manheim-tour input[type=reset].btn-block,
.manheim-tour input[type=submit].btn-block {
  width: 100%;
}

.manheim-tour .btn-group,
.manheim-tour .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.manheim-tour .btn-group-vertical>.btn,
.manheim-tour .btn-group>.btn {
  position: relative;
  float: left;
}

.manheim-tour .btn-group-vertical>.btn.active,
.manheim-tour .btn-group-vertical>.btn:active,
.manheim-tour .btn-group-vertical>.btn:focus,
.manheim-tour .btn-group-vertical>.btn:hover,
.manheim-tour .btn-group>.btn.active,
.manheim-tour .btn-group>.btn:active,
.manheim-tour .btn-group>.btn:focus,
.manheim-tour .btn-group>.btn:hover {
  z-index: 2;
}

.manheim-tour .btn-group .btn+.btn,
.manheim-tour .btn-group .btn+.btn-group,
.manheim-tour .btn-group .btn-group+.btn,
.manheim-tour .btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.manheim-tour .btn-toolbar {
  margin-left: -5px;
}

.manheim-tour .btn-toolbar>.btn,
.manheim-tour .btn-toolbar>.btn-group,
.manheim-tour .btn-toolbar>.input-group {
  margin-left: 5px;
}

.manheim-tour .btn .caret,
.manheim-tour .btn-group>.btn:first-child {
  margin-left: 0;
}

.manheim-tour .btn-group .dropdown-toggle:active,
.manheim-tour .btn-group.open .dropdown-toggle {
  outline: 0;
}

.manheim-tour .btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.manheim-tour .btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.manheim-tour .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.manheim-tour .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.manheim-tour .btn-lg .caret {
  border-width: 5px 5px 0;
}

.manheim-tour .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.manheim-tour .btn-group-vertical>.btn,
.manheim-tour .btn-group-vertical>.btn-group,
.manheim-tour .btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.manheim-tour .btn-group-vertical>.btn-group>.btn {
  float: none;
}

.manheim-tour .btn-group-vertical>.btn+.btn,
.manheim-tour .btn-group-vertical>.btn+.btn-group,
.manheim-tour .btn-group-vertical>.btn-group+.btn,
.manheim-tour .btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.manheim-tour .btn-group-vertical>.btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}

.manheim-tour .btn-group-vertical>.btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}

.manheim-tour .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.manheim-tour .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.manheim-tour .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.manheim-tour .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.manheim-tour .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.manheim-tour .btn-group-justified>.btn,
.manheim-tour .btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.manheim-tour .btn-group-justified>.btn-group .btn {
  width: 100%;
}

.manheim-tour .btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

.manheim-tour [data-toggle=buttons]>.btn input[type=checkbox],
.manheim-tour [data-toggle=buttons]>.btn input[type=radio],
.manheim-tour [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
.manheim-tour [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.manheim-tour .btn-end-tour {
  margin-right: 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
  content: " ";
  bottom: -10px;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
}

.popover.right>.arrow:after {
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height,visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

.tour-step-backdrop,
.tour-step-backdrop>td {
  position: relative;
  z-index: 1101;
}

.tour-step-background {
  position: absolute!important;
  z-index: 1100;
  border-radius: 6px;
}

.popover[class*=tour-] {
  z-index: 1102;
}

.popover[class*=tour-] .popover-navigation {
  padding: 9px 14px;
  overflow: hidden;
}

.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: right;
}

.popover[class*=tour-] .popover-navigation [data-role=end],
.popover[class*=tour-] .popover-navigation [data-role=prev],
.popover[class*=tour-] .popover-navigation [data-role=next] {
  cursor: pointer;
}

.popover[class*=tour-] .popover-navigation [data-role=end].disabled,
.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,
.popover[class*=tour-] .popover-navigation [data-role=next].disabled {
  cursor: default;
}

.popover[class*=tour-].orphan {
  position: fixed;
  margin-top: 0;
}

.popover[class*=tour-].orphan .arrow {
  display: none;
}

.membership ul.list-group li.list-group-item {
  border: none;
  padding: 3px;
}

.membership ul.list-group li.list-group-item span.glyphicon-ok:before {
  color: #cecece;
}

.membership .btn-default {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.js-dealerDetails {
  padding: 10px;
  background-color: #f0f8ff;
  border-radius: 6px;
}

.js-dealerDetails label {
  position: static;
}

.mb-10 {
  margin-bottom: 10px;
}

.visible-xs-on-all-except-homepage {
  display: none!important;
}

#eCal-container {
  float: right;
  margin-top: 20px;
}

@media (max-width:767px) {
  body:not(.home-page) .visible-xs-on-all-except-homepage {
    display: block!important;
  }

  #eCal-container {
    float: right!important;
    margin: 0 20px 0 0!important;
    width: 50%!important;
    height: 50%!important;
  }

  body.theme-trucks h2.heading.TTPM {
    float: left!important;
    text-align: left!important;
    width: 30%!important;
    margin-left: 20px!important;
    font-size: .85em!important;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage {
    margin-top: 3.75rem;
  }
}

@media (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation {
    float: none!important;
    margin: auto 0;
    text-align: center;
    width: 100%;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist {
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li {
    width: 33%;
    position: relative;
    display: block;
    margin: .5rem .5rem 0 0;
    border-radius: 5px;
    background-color: transparent;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width:768px) and (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks {
    width: 100%;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li {
    padding-top: 4.6875rem;
    height: auto;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li:not(:first-child) {
    margin-top: 0;
    margin-left: .75rem;
  }
}

@media (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a {
    position: static;
    width: 100%;
    transition: height 1s;
    border-radius: 5px;
    border-bottom: none;
    border-top: 3px solid #053c72;
    display: block;
    height: 4.6875rem;
  }
}

@media (max-width:768px) and (max-width:444px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a {
    font-size: 3rem;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 8px solid #053c72;
  }
}

@media (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title {
    width: 100%;
    position: relative;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-size: .75rem;
    font-weight: 700;
    padding: 0 1.875rem 0 5rem;
    line-height: 1.2;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title:before {
    position: absolute;
    display: block;
    content: '';
    width: 3.125rem;
    height: 2.375rem;
    top: 10px;
    left: 12px;
    background-image: url(../img/svg/icon-vehicles-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width:768px) and (max-width:537px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title {
    padding-left: 4.375rem;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title:before {
    background-size: 70%;
    top: 0;
    left: 0;
  }
}

@media (max-width:768px) and (max-width:500px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title {
    padding-left: 3.375rem;
  }
}

@media (max-width:768px) and (max-width:444px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title {
    padding-left: 3rem;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title:before {
    top: -6px;
    left: -11px;
  }
}

@media (max-width:768px) and (max-width:435px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title {
    padding-left: 2.5rem;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title:before {
    background-size: 50%;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title {
    text-align: center;
    font-size: 1.25rem;
    padding: 6.25rem 2.5rem 0;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title:before {
    width: 6.25rem;
    height: 4.6875rem;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/svg/icon-vehicles-blue.svg);
  }
}

@media (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li>a .title .theme-color {
    display: inline;
    height: auto;
    font-weight: 400;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li:hover>a {
    height: 5rem;
    border-radius: 5px 5px 0 0;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li:hover>a .title {
    padding: 0 0 0 6.25rem;
    font-size: 1rem;
    text-align: left;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li:hover>a .title:hover {
    color: #053c72;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li:hover>a .title:hover .theme-color {
    color: #053c72!important;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li:hover>a .title:before {
    width: 3.125rem;
    height: 2.375rem;
    top: 10px;
    left: 20px;
    margin-left: 0;
    background-image: url(../img/svg/icon-vehicles-white.svg);
  }
}

@media (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.cars a {
    border-color: #12a0ce;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.cars a .title .theme-color {
    color: #12a0ce;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.cars.active a .title:before {
    background-image: url(../img/svg/icon-vehicles-blue.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage.active a .title:before {
    background-image: url(../img/svg/icon-salvage-white.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage a {
    border-color: #27a50e;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage a .title:before {
    background-image: url(../img/svg/icon-salvage-green.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage a .title .theme-color {
    color: #27a50e;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage a .title {
    padding-top: 7.5rem;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage a .title:before {
    background-image: url(../img/svg/icon-salvage-green.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage a:hover .title:before {
    background-image: url(../img/svg/icon-salvage-white.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage:hover .title {
    padding-top: 0;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.salvage:hover .title:before {
    background-image: url(../img/svg/icon-salvage-white.svg);
  }
}

@media (max-width:768px) and (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a {
    height: 100%;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a p.title {
    top: 10px;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a p.title:before {
    top: -15px;
  }
}

@media (max-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks.active a .title:before {
    background-image: url(../img/svg/icon-industrial-black.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a {
    border-color: #ebc42e;
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a .title:before {
    height: 3.125rem;
    background-image: url(../img/svg/icon-industrial-yellow.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a .title .theme-color {
    color: #ebc42e;
  }
}

@media (max-width:768px) and (min-width:768px) {
  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a .title:before {
    top: 25px;
    width: 5rem;
    height: 5rem;
    background-image: url(../img/svg/icon-industrial-yellow.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks a:hover .title:before {
    background-image: url(../img/svg/icon-industrial-black.svg);
  }

  .nav-with-logo .navigation.visible-xs-on-all-except-homepage #main-navigation ul.hlist>li.trucks:hover .title:before {
    height: 3.125rem;
    background-image: url(../img/icon-trucks-white.png);
  }
}

.top-header {
  border-bottom: none!important;
}

.home-page .top-header {
  display: none;
}

@media (min-width:768px) {
  :not(.home-page) .nav-with-logo.top-header {
    padding-top: 0;
  }

  :not(.home-page) .nav-with-logo.top-header .header-logo-bar {
    display: none;
  }

  .top-header {
    padding-top: 5.625rem;
  }
}

.top-header .cta-logo-container p {
  padding: 0 0 .625rem;
}

.top-header .cta-logo-container p a {
  color: #12a0ce;
}

.top-header .cta-logo-container p a:after {
  background-image: url(../img/arrow-circle-theme-cars.svg);
}

.top-header .cta-logo-container .header-logo-bar {
  float: left;
}

.top-header .cta-logo-container .nav-with-logo .navigation,
.top-header .cta-logo-container .navigation {
  margin-bottom: .3125rem;
}

@media (min-width:768px) {
  .top-header .cta-logo-container .nav-with-logo .navigation,
  .top-header .cta-logo-container .navigation {
    margin-top: .625rem;
    margin-bottom: 0;
    width: 65%;
    float: right;
  }

  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li,
  .top-header .cta-logo-container .navigation .container ul.hlist>li {
    padding: 0;
    border-radius: 5px!important;
  }
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist,
.top-header .cta-logo-container .navigation .container ul.hlist {
  display: -ms-flexbox;
  display: flex;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li,
.top-header .cta-logo-container .navigation .container ul.hlist>li {
  width: auto;
  margin-top: 0!important;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li>a,
.top-header .cta-logo-container .navigation .container ul.hlist>li>a {
  margin: 0;
  padding: 0;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li>a .title,
.top-header .cta-logo-container .navigation .container ul.hlist>li>a .title {
  width: 100%;
  display: block;
  padding: 2.5rem 0 0;
  text-align: center;
  font-size: .75rem;
  font-weight: 400;
}

@media (min-width:768px) {
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li>a,
  .top-header .cta-logo-container .navigation .container ul.hlist>li>a {
    display: block;
    position: static;
    border-width: 3px;
    border-radius: 5px!important;
  }

  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li>a .title,
  .top-header .cta-logo-container .navigation .container ul.hlist>li>a .title {
    text-align: left;
    font-size: .875rem;
  }
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li>a .title:before,
.top-header .cta-logo-container .navigation .container ul.hlist>li>a .title:before {
  width: 2.5rem;
  height: 1.875rem;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars,
.top-header .cta-logo-container .navigation .container ul.hlist>li.cars {
  border-radius: 5px 0 0 5px;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars:hover>a,
.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars>a,
.top-header .cta-logo-container .navigation .container ul.hlist>li.cars:hover>a,
.top-header .cta-logo-container .navigation .container ul.hlist>li.cars>a {
  border-radius: 5px 0 0 5px;
  height: auto;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars:hover>a .title,
.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars>a .title,
.top-header .cta-logo-container .navigation .container ul.hlist>li.cars:hover>a .title,
.top-header .cta-logo-container .navigation .container ul.hlist>li.cars>a .title {
  padding: 3.75rem .3125rem 0;
}

@media (min-width:768px) {
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars:hover>a .title,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars>a .title,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.cars:hover>a .title,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.cars>a .title {
    padding: 1.125rem 2.5rem 1.125rem 6.875rem;
    font-size: .875rem;
  }

  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars:hover>a .title:before,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.cars:hover>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.cars>a .title:before {
    width: 3.125rem;
    height: 2.1875rem;
    top: 15px;
    left: 45px;
    margin: 0;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars:hover>a .title:before,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.cars>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.cars:hover>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.cars>a .title:before {
    top: 12px;
    left: 25px;
  }
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage,
.top-header .cta-logo-container .navigation .container ul.hlist>li.salvage {
  border-radius: 0;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage:hover>a,
.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage>a,
.top-header .cta-logo-container .navigation .container ul.hlist>li.salvage:hover>a,
.top-header .cta-logo-container .navigation .container ul.hlist>li.salvage>a {
  border-radius: 0;
  height: auto;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage:hover>a .title,
.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage>a .title,
.top-header .cta-logo-container .navigation .container ul.hlist>li.salvage:hover>a .title,
.top-header .cta-logo-container .navigation .container ul.hlist>li.salvage>a .title {
  padding: 3.125rem .3125rem 0;
}

@media (min-width:768px) {
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage:hover>a .title,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage>a .title,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.salvage:hover>a .title,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.salvage>a .title {
    padding: 1.125rem .625rem 1.125rem 5.3125rem;
    font-size: .875rem;
  }

  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage:hover>a .title:before,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.salvage:hover>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.salvage>a .title:before {
    width: 3.4375rem;
    height: 2.375rem;
    top: 15px;
    left: 20px;
    margin: 0;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage:hover>a .title:before,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.salvage>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.salvage:hover>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.salvage>a .title:before {
    top: 12px;
    left: 15px;
  }
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks,
.top-header .cta-logo-container .navigation .container ul.hlist>li.trucks {
  border-radius: 0 5px 5px 0;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks:hover>a,
.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks>a,
.top-header .cta-logo-container .navigation .container ul.hlist>li.trucks:hover>a,
.top-header .cta-logo-container .navigation .container ul.hlist>li.trucks>a {
  border-radius: 0 5px 5px 0;
  height: auto;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks:hover>a .title,
.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks>a .title,
.top-header .cta-logo-container .navigation .container ul.hlist>li.trucks:hover>a .title,
.top-header .cta-logo-container .navigation .container ul.hlist>li.trucks>a .title {
  padding: 3.4375rem .625rem .625rem;
}

.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks:hover>a .title:before,
.top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks>a .title:before,
.top-header .cta-logo-container .navigation .container ul.hlist>li.trucks:hover>a .title:before,
.top-header .cta-logo-container .navigation .container ul.hlist>li.trucks>a .title:before {
  top: 8px;
  height: 2.5rem;
}

@media (min-width:768px) {
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks:hover>a .title,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks>a .title,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.trucks:hover>a .title,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.trucks>a .title {
    padding: 1.125rem 1.875rem 1.125rem 6.25rem;
    font-size: .875rem;
  }

  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks:hover>a .title:before,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.trucks:hover>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.trucks>a .title:before {
    height: 2.8125rem;
    top: 12px;
    left: 20px;
    margin: 0;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks:hover>a .title:before,
  .top-header .cta-logo-container .nav-with-logo .navigation .container ul.hlist>li.trucks>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.trucks:hover>a .title:before,
  .top-header .cta-logo-container .navigation .container ul.hlist>li.trucks>a .title:before {
    top: 10px;
    left: 10px;
  }
}

.top-header .search-container .btn-group {
  padding: 0;
}

@media (min-width:1200px) {
  .top-header .search-container {
    width: 67.5rem;
  }
}

@media (min-width:1260px) {
  .top-header .search-container {
    width: 71.25rem;
  }
}

@media (min-width:768px) {
  .top-header .search-container {
    margin-top: 5rem;
    margin-bottom: 3.125rem;
    padding: 1.5625rem .9375rem .9375rem;
    background: rgba(0,0,0,.7);
    border: 1px solid #6e6e6e;
    border-radius: 5px;
  }

  .top-header .search-container h2,
  .top-header .search-container p {
    padding: 0;
  }

  .top-header .search-container p {
    margin-top: .3125rem;
    margin-bottom: .9375rem;
  }

  .top-header .search-container p a {
    color: #12a0ce;
  }

  .top-header .search-container p a:after {
    background-image: url(../img/arrow-circle-theme-cars.svg);
  }
}