
.car-overview-carousel-cards {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 40px
}

@media screen and (max-width: 767px){
    .car-overview-carousel-cards {
        background-color: #FFF;
        padding-top: 0;
        padding-bottom: 40px
    }
}

.info-section__title {
    padding-buttom: 10px;
}

.info-section__sub-title > a{
    text-transform: capitalize;
}

.overview-carousel_see-all {
    text-align: center;
}
.score-section{font:48px Averta W01 Black,Helvetica,Arial,sans-serif;position:absolute;top:10px;z-index:10;text-align:center}@media (max-width:767px){.score-section{font-size:28px}}.score-section__locker-icon{border-radius:50%;color:#00ae4d;height:64px;width:64px;background-color:#f0f0f0;padding-top:4px}@media (max-width:767px){.score-section__locker-icon{background-size:50%;height:40px;width:40px}}.score-section__overall-score{border-radius:50%;height:64px;width:64px;font-family:Averta W01 Black,Helvetica,Arial,sans-serif;font-size:34px;padding-top:9px}@media (max-width:767px){.score-section__overall-score{background-size:50%;height:40px;width:40px;font-size:18px}}.card{background-color:#fff;border:1px solid #999;padding:9px 13px;position:relative;display:block;list-style:none;margin:0 14px;min-width:calc(25% - 28px);clear:both}@media (min-width:768px) and (max-width:1199px){.card{min-width:calc(50% - 28px)}}.card:after{content:" ";display:table;clear:both}@media (max-width:767px){.card{margin:0;border:0;border-top:1px solid #999}}.card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.card-image-section>img{display:block;width:100%;height:auto}@media (max-width:767px){.card-image-section{width:33.33333%;float:left}}.card-info-section__brand-name{padding-bottom:3px;padding-top:17px}@media (max-width:767px){.card-info-section{width:66.66666%;float:left}}.carousel{margin:38px auto 51px;max-width:calc(1170px + 16%);padding:0 8%;position:relative}@media (max-width:767px){.carousel{margin:0;max-width:100%;padding:0}}.carousel__button{text-align:center}@media (max-width:767px){.carousel__button>button{margin-left:15px;margin-top:20px}}.carousel-slide{overflow:hidden}@media (max-width:767px){.carousel-slide{border-bottom:1px solid #999}}.carousel-slide__content{display:-ms-flex;display:-ms-flexbox;display:flex;padding-left:0;transition:transform 1s ease-in-out}@media (max-width:767px){.carousel-slide__content{display:block}}.carousel-slide-button{cursor:pointer;color:#c8c8c8;font-size:70px;position:absolute;top:35%;left:3%;bottom:0;width:10%}@media (min-width:768px) and (max-width:1199px){.carousel-slide-button{left:0}}.carousel-slide-button__rigth{left:auto;right:-15px}.carousel-slide-button:hover{color:#00ae4d}.carousel-slide-button.inactive{opacity:.5;cursor:default}.carousel-slide-button.inactive:hover{opacity:.5;color:#c8c8c8;cursor:default}.carousel-pagination{padding:0 15px 11px}.carousel_cards{color:#000;padding:0 50px}@media (max-width:767px){.carousel_cards{padding:0}}
.ev-incentive-car-finder {
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 0;
}

.cr-cars-oem {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .cr-cars-oem {
        margin-top: 30px;
    }
}

.cr-cars-oem.collapsed .cr-cars-oem-offer:nth-child(n + 6) { /*when collapsed hide all elements starting from number 6*/
    display: none;
}

.cr-cars-oem__load-more:nth-child(-n + 6) { /*hide the button if not enough elements*/
    display: none;
}

.cr-cars-oem:not(.collapsed) .cr-cars-oem__load-more { /*don't show the button when not collapsed*/
    display: none;
}

.car-marketplace-steps {
    margin-top: 50px;
}

.step-number {
    background-color: #000000;
    border-radius: 50%;
    float: left;
    height: 44px;
    text-align: center;
    width: 44px;
}

.step-number__value {
    color: #ffffff;
    display: flex;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 0.4px;
    margin-top: 4px;
}

.step-description {
    margin-bottom: 20px;
}

.step-description__text {
    color: #000000;
    margin-left: 70px;
    text-align: left;
}

@media (min-width: 1200px) {
    .step-description__text {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .step-description__text {
        font-size: 20px;
        line-height: 1.4;
    }

    .car-marketplace-steps {
        margin-top: 30px;
    }

    .step-description {
        margin-bottom: 35px;
    }

    .step-description:last-child {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .step-description__text {
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: 0.1px;
    }

    .car-marketplace-steps {
        margin-top: 30px;
    }

    .step-description {
        margin-bottom: 30px;
    }

    .step-description:last-child {
        margin-bottom: 0;
    }
}

.car-marketplace-section {
    padding: 50px 0 29px;
}

.car-marketplace-section--grey {
    background-color: #F0F0F0;
}
.car-marketplace-section--no-space-top {
    padding-top: 0;
}

.car-marketplace-section h2 {
    line-height: 45px;
    margin-top: 0;
}

@media (min-width: 1200px) {

}
@media (max-width: 767px) {
    .car-marketplace-section {
        padding: 30px 0;
    }

    .car-marketplace-section--no-space-top {
        padding-top: 0;
    }

    .car-marketplace-section h2 {
        font-size: 26px;
        line-height: 31px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .car-marketplace-section {
        padding: 42px 0;
    }

    .car-marketplace-section--no-space-top {
        padding-top: 0;
    }
}
.car-marketplace-quote {
    max-width: 970px;
    font-size: 60px;
    font-weight: 800;
    font-family: Averta W01 Bold,sans-serif;
    text-align: left;
    color: #00ae4d;
    margin-top: 29px;
    line-height: 1.1;
}

.car-marketplace-customer-info {
    max-width: 561px;
    height: 28px;
    font-size: 20px;
    font-family: "Averta W01 Light", Helvetica, Arial, sans-serif;
    text-align: left;
    color: #000;
    line-height: 1.4;
    margin-top: 56px;
}

@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .car-marketplace-quote {
        font-size: 60px;
        font-weight: 900;
        line-height: 1;
    }
}
@media only screen and (max-width: 767px) {
    .car-marketplace-quote {
        font-size: 30px;
        font-weight: 900;
        line-height: 1;
        margin-top: 24px;
    }

    .car-marketplace-customer-info {
        margin-top: 28px;
    }
}
.car-marketplace-inventory-car-finder {
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .car-marketplace-inventory-car-finder {
        padding: 0;
    }
}

.car-marketplace-media__title-text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .car-marketplace-media__title-text {
        display: block;
    }
}

.car-marketplace-media__logo {
    align-items: center;
    display: flex;
    margin-top: 16px;
}

@media screen and (max-width: 1199px) {
    .car-marketplace-media__logo {
        margin-left: 5px;
    }
}

.car-marketplace-media__logo > img {
    margin-left: 15px;
}

.car-marketplace-media {
    background-color: #F0F0F0;
    background-position-x: center;
    background-size: cover;
    height: 100%;
    min-height: 430px;
    padding: 30px 0 35px;
    width: 100%;
}


.car-marketplace-media .car-marketplace-media__container {
    padding: 0;
}

.car-marketplace-media__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.car-marketplace-media__subheader {
    margin: 10px 0 17px;
}

.car-marketplace-hero--dark-text {
    color: #000;
}

.car-marketplace-hero--light-text {
    color: #fff;
}

.cars-com-logo-container img {
    margin: 0 5px;
}

.cars-com-logo-container .cars-com-logo-container__true-car-logo {
    bottom: 3px;
    display: inline-block;
    height: 34px;
    margin: 0;
    position: relative;
    width: 101px;
}

@media only screen and (max-width: 767px) {
    .car-marketplace-media {
        background-color: #F0F0F0;
        background-position-x: center;
        background-size: auto;
        height: 100%;
        min-height: 430px;
        padding: 22px 0 0;
        width: 100%;
    }

    .car-marketplace-media .car-marketplace-media__container {
        padding: 0 15px;
    }

    .car-marketplace-media__header {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .cars-com-logo-container {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .cars-com-logo-container {
        display: flex;
        justify-content: flex-end;
        padding-top: 25px;
        width: 100%;
    }

    .car-marketplace-media__header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.cr-educational__tag {
    align-items: baseline;
    color: #000;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cr-educational__tag--border-top {
    border-top: 5px solid #000;
    padding-top: 20px;
    padding-bottom: 16px;
}

.cr-educational__tag--green {
    color: #025B30;
}

.cr-educational__tag > span {
    margin-right: 5px;
}

.cr-educational__tag--inline {
    display: inline-block;
}

.cr-educational__title {
    border-bottom: 5px solid #025B30;
    display: inline-block;
    font-family: 'Averta W01 Black';
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cr-educational__advice {
    margin-bottom: 30px;
}

.cr-educational__advice-title {

}

.cr-educational__advice-text {
    margin: 10px 0;
}

.cr-educational__more-link {
    display: inline-block;
}

.cr-educational__image {
    width: 100%;
    margin-bottom: 40px;
}

.cr-educational__learn-more {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.car-marketplace-disclaimer {
    min-height: 30px;
    max-width: 970px;
}
.car-marketplace-cards-gallery {
    margin-top: 28px;
    position: relative;
}

.car-marketplace-cards-gallery__count {
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

.car-marketplace-cards-gallery__arrow {
    color: #999;
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.car-marketplace-cards-gallery__arrow:hover,
.car-marketplace-cards-gallery__arrow:focus {
    color: inherit;
}

.car-marketplace-cards-gallery--left {
    left: -80px;
}

.car-marketplace-cards-gallery--right {
    right: -60px;
}

.car-marketplace-cards-gallery--disabled {
    opacity: .5;
}

.car-marketplace-cards-gallery--disabled:hover,
.car-marketplace-cards-gallery--disabled:focus {
    color: #999;
    cursor: default;
}

.car-marketplace-cards-wrapper {
    overflow: hidden;
}

.car-marketplace-cards {
    display: flex;
    transition: transform 1s ease-in-out;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .car-marketplace-cards-gallery__count {
        font-size: 14px;
    }

    .car-marketplace-cards-wrapper {
        margin-left: 50px;
    }

    .car-marketplace-cards-gallery {
        margin-top: 5px;
        width: 622px;
    }

    .car-marketplace-cards-gallery__count {
        margin-bottom: 42px;
    }

    .car-marketplace-cards-gallery--left {
        left: -30px;
    }

    .car-marketplace-cards-gallery--right {
        right: -75px;
    }
}

.card-item-line {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
    .car-marketplace-cards-wrapper {
        overflow: scroll;
    }
}

/* Edit Mode styles */
.cq-wcm-edit .car-marketplace-cards {
    display: block;
}

.cq-wcm-edit .crux-icons-caret-slider-left,
.cq-wcm-edit .crux-icons-caret-slider-right {
    display: none;
}
.car-marketplace-cards__item {
    background: #fff;
    border: 1px solid #979797;
    margin-right: 27px;
    min-width: 260px;
    max-width: 270px;
    min-height: 300px;
    height: 100%;
    padding: 40px 8px 8px;
    position: relative;
    width: 100%;
}

.car-marketplace-cards__item img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .car-marketplace-cards__item {
        min-width: 245px;
        margin-right: 45px;
    }
}

.car-marketplace-cards__item__info {
    bottom: 10px;
    padding: 0 6px 15px;
    position: absolute;
}

.card-item-line {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

    .car-marketplace-cards__item {
        margin-right: 10px;
        min-width: 150px;
        min-height: 195px;
        max-width: 140px;
        padding: 10px 8px 8px;
    }

    .car-marketplace-cards__item__info {
        padding: 10px 6px 15px;
    }

    .card-item-line {
        font-size: 16px;
        line-height: 18px;
    }
}

/* Edit Mode styles */
.cq-wcm-edit .car-marketplace-cards__item {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}
.car-marketplace-bnb-car-finder {
    padding: 10px 10px 20px;
}

/*Country switcher styles*/
.country-switcher {
  display: inline-block;
  position: relative;
  height: 34px;
  width: 60px;
}

.country-switcher input {
  display: none;
}

.country-switcher__slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.country-switcher__slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #00ae4d;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .country-switcher__slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/*Country switcher styles*/
.country-switcher-canadian {
  display: inline-block;
  position: relative;
  height: 34px;
  width: 60px;
}

.country-switcher-canadian input {
  display: none;
}

.country-switcher-canadian__slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.country-switcher-canadian__slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 32px;
  bottom: 4px;
  background-color: #00ae4d;
  -webkit-transition: .4s;
  transition: .4s;
}


.car-marketplace-switcher__country {
  font-size: 14px;
  font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 0 8px;
  position: relative;
  top: -13px;
}

.true-car-logo-container {
  display: inline-block;
  padding-top: 8px;
  width: 50%;
  text-align: right;
  vertical-align: top;
}

.true-car-logo-container--truecar {
  width: 180px;
}

.car-marketplace-switcher {
  display: inline-block;
  width: 48%;
  text-align: left;
}

.car-marketplace-switcher__flag {
  position: relative;
  top: -15px;
  width: 24px;
}

@media (max-width: 767px) {
  .true-car-logo-container {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
  }

  .car-marketplace-switcher {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

.benefits {
    margin-top: 12px;
}

.car-marketplace-benefits {
    padding: 10px 3px;
}

.car-marketplace-benefits__item {
    padding-right: 0;
}

@media (max-width: 1199px) {
    .car-marketplace-benefits__item {
        padding-bottom: 5px;
        padding-right: 15px;
    }

    .car-marketplace-benefits__item:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .car-marketplace-benefits__item {
        padding-bottom: 35px;
    }

    .car-marketplace-benefits__item:last-child {
        padding-bottom: 0;
    }
}

.car-marketplace-benefits-column {
    min-height: 50px;
}

.car-marketplace-benefits-column__title {
    margin-bottom: 45px;
}

.car-marketplace-benefits-column__benefit {
    display: flex;
    padding-bottom: 50px;
}

.car-marketplace-benefits-column__benefit:last-child {
    padding-bottom: 0;
}

.car-marketplace-benefits-column__checkmark {
    color: #00ae4d;
    border: 4px solid;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
    margin-top: 22px;
}

.car-marketplace-benefits-column__info {
    margin-left: 25px;
    max-width: 300px;
}

.car-marketplace-benefits-column__info__title {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .car-marketplace-benefits-column {
        display: flex;
        flex-wrap: wrap;
        min-height: 50px;
        padding-bottom: 40px;
    }

    .car-marketplace-benefits-column:last-child {
        padding-bottom: 0;
    }

    .car-marketplace-benefits-column__title {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .car-marketplace-benefits-column__benefit {
        padding-bottom: 0;
        padding-right: 15px;
    }

    .car-marketplace-benefits-column__checkmark {
        min-width: 43px;
    }

    .car-marketplace-benefits-column__info {
        margin-left: 20px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .car-marketplace-benefits-column {
        padding-bottom: 35px;
    }

    .car-marketplace-benefits-column:last-child {
        padding-bottom: 0;
    }

    .car-marketplace-benefits-column__title {
        margin-bottom: 30px;
    }

    .car-marketplace-benefits-column__benefit {
        min-height: inherit;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .car-marketplace-benefits-column__info {
        max-width: inherit;
    }
}

.car-marketplace-article__image-container img {
    width: 100%;
}

.car-marketplace-article__text-container h3 {
    margin-bottom: 10px;
}

a.car-marketplace-article__link {
    display: block;
    margin-top: 20px;
    color: #000000;
    text-decoration: underline !important;
    border-bottom: 0;
}

a.car-marketplace-article__link:hover {
    border-bottom: 0;
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .car-marketplace-article__image-container {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .car-marketplace-article__image-container {
        margin-bottom: 30px;
    }
}
.car-marketplace-about {
    min-height: 30px;
    max-width: 1100px;
}

.car-marketplace-about p {
    margin-top: 25px;
}
#global-footer {
    margin-top: 0;
}
