:root {
    --hoh-blue: #003b70;
    --hoh-navy: #00264a;
    --hoh-dark: #031a30;
    --hoh-light: #f3f5f7;
    --hoh-border: #d8dde3;
}

#hohTradeBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hohTradeBanner a,
#hohTradeBanner picture,
#hohTradeBanner img {
    display: block;
    width: 100%;
}

#hohFeatureBoxes {
    background: #fff;
    padding: 10px 0;
}

#hohFeatureBoxes .container {
    padding-left: 15px;
    padding-right: 15px;
}

.hoh-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0 auto;
    max-width: none;
    padding: 0 52px;
}

.hoh-feature-card {
    background: var(--hoh-navy);
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.hoh-feature-card picture,
.hoh-feature-card img {
    display: block;
    width: 100%;
}

.hoh-feature-card img {
    aspect-ratio: 1.08 / 1;
    object-fit: cover;
    transition: transform 180ms ease;
}

.hoh-feature-card:hover img,
.hoh-feature-card:focus img {
    transform: scale(1.025);
}

.hoh-feature-card:hover,
.hoh-feature-card:focus,
.hoh-feature-card:hover .hoh-feature-card__label,
.hoh-feature-card:focus .hoh-feature-card__label,
.hoh-feature-card:hover .hoh-feature-card__icon,
.hoh-feature-card:focus .hoh-feature-card__icon,
.hoh-feature-card:hover .hoh-feature-card__arrow,
.hoh-feature-card:focus .hoh-feature-card__arrow {
    color: #fff !important;
}

.hoh-feature-card:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--hoh-blue);
    outline: 0;
}

.hoh-feature-card__label {
    align-items: center;
    background: rgba(0, 38, 74, .86);
    bottom: 0;
    display: grid;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: clamp(16px, 1.5vw, 25px);
    font-weight: 600;
    grid-template-columns: auto 1fr auto;
    left: 0;
    line-height: 1.05;
    min-height: 76px;
    padding: 10px 14px;
    position: absolute;
    right: 0;
}

.hoh-feature-card__icon {
    font-size: 31px;
    margin-right: 12px;
}

.hoh-feature-card__arrow {
    font-size: 29px;
    margin-left: 10px;
}

.hoh-home-section {
    padding: 30px 0;
}

.hoh-section-heading {
    align-items: baseline;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.hoh-section-heading h2,
#bpShowroom > .container > h2,
#customerReviews > h2 {
    color: var(--hoh-blue);
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 42px;
    margin: 0;
}

.hoh-section-heading > a {
    color: var(--hoh-blue);
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.hoh-offers-carousel,
.bp-carousel,
#customerReviews .customer-reviews-carousel,
#customerReviews .customer-reviews-carousel-mob {
    margin: 0 !important;
    padding: 0 52px;
}

#customerReviews .customer-reviews-carousel,
#customerReviews .customer-reviews-carousel-mob {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

.hoh-offer-item,
.bp-item {
    margin: 0 !important;
    padding: 0 5px;
}

.hoh-offer-card {
    border: 1px solid var(--hoh-border);
    color: var(--hoh-blue);
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none !important;
}

.hoh-offer-card__title,
.hoh-offer-card__cta {
    background: var(--hoh-blue);
    color: #fff;
    display: block;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding: 9px 14px;
}

.hoh-offer-card__cta {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.hoh-offer-card__media {
    background: #fff;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.hoh-offer-card__media img {
    aspect-ratio: 4 / 3;
    border: 0 !important;
    display: block;
    object-fit: cover;
    width: 100%;
}

.hoh-offer-card:focus {
    box-shadow: 0 0 0 3px var(--hoh-blue);
    outline: 0;
}

#hohCurrentOffers .slick-prev,
#hohCurrentOffers .slick-next,
#bpShowroom .slick-prev,
#bpShowroom .slick-next,
#customerReviews .slick-prev,
#customerReviews .slick-next {
    background: transparent;
    border: 0;
    height: 42px;
    width: 42px;
    z-index: 3;
}

#hohCurrentOffers .slick-prev {
    left: 4px;
}

#hohCurrentOffers .slick-next {
    right: 4px;
}

#bpShowroom .slick-prev {
    left: 4px;
}

#bpShowroom .slick-next {
    right: 4px;
}

#customerReviews .slick-prev {
    left: 4px;
}

#customerReviews .slick-next {
    right: 4px;
}

#hohCurrentOffers .slick-prev:before,
#hohCurrentOffers .slick-next:before,
#bpShowroom .slick-prev:before,
#bpShowroom .slick-next:before,
#customerReviews .slick-prev:before,
#customerReviews .slick-next:before {
    color: #111;
    font-size: 38px;
    opacity: 1;
}

#hohCurrentOffers .slick-prev:before,
#bpShowroom .slick-prev:before,
#customerReviews .slick-prev:before {
    content: "\f053";
}

#hohCurrentOffers .slick-next:before,
#bpShowroom .slick-next:before,
#customerReviews .slick-next:before {
    content: "\f054";
}

#hohCurrentOffers .slick-prev:before,
#hohCurrentOffers .slick-next:before,
#bpShowroom .slick-prev:before,
#bpShowroom .slick-next:before,
#customerReviews .slick-prev:before,
#customerReviews .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

#hohCurrentOffers {
    padding-bottom: 20px;
    padding-top: 15px;
}

#inventorySearch {
    background: var(--hoh-blue);
    padding: 13px 0;
}

#invsearch {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(120px, 1fr)) minmax(150px, .85fr);
}

.invsearch_filter {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: relative;
}

.invsearch_filter_toggle {
    background: #fff;
    border: 0;
    color: var(--hoh-navy);
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 100%;
    overflow: hidden;
    padding: 10px 32px 10px 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.invsearch_filter_toggle:focus,
.invsearch_btn:focus {
    box-shadow: inset 0 0 0 3px #8fc7ff;
    outline: 0;
}

.invsearch_filter_options {
    border-radius: 0;
    left: -1px;
    margin: 0;
    max-height: 260px;
    min-width: calc(100% + 2px);
    overflow-y: auto;
    padding: 5px;
    right: auto;
}

.invsearch_filter_options a {
    color: var(--hoh-navy);
    display: block;
    padding: 6px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.invsearch_filter_options a + a {
    border-top: 1px solid #eceff2;
}

.invsearch_filter_options a:hover,
.invsearch_filter_options a:focus,
.invsearch_filter_options a.active {
    background: var(--hoh-blue);
    color: #fff;
}

.invsearch_btn {
    align-items: center;
    border: 1px solid #fff;
    color: #fff !important;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 10px 18px;
    text-decoration: none !important;
}

.invsearch_btn:hover {
    background: #fff;
    color: var(--hoh-blue) !important;
}

#inventorySearch.is-loading {
    cursor: wait;
    opacity: .72;
    pointer-events: none;
}

#bpShowroom {
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
}

#bpShowroom > .container > h2,
#customerReviews > h2 {
    text-align: center;
}

.hoh-showroom-tabs {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 5px 0 25px;
}

.hoh-showroom-tabs button {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #777;
    font-size: 17px;
    padding: 7px 14px;
}

.hoh-showroom-tabs button.active,
.hoh-showroom-tabs button:focus {
    border-bottom-color: var(--hoh-blue);
    color: var(--hoh-blue);
    outline: 0;
}

.hoh-showroom-panel {
    display: none;
}

.hoh-showroom-panel.active {
    display: block;
}

.bp-car {
    margin: 0 auto;
    max-width: 520px;
    padding: 0 18px 28px;
    position: relative;
}

.bp-car:before {
    background: #d9d9d9;
    bottom: 0;
    content: "";
    height: 57%;
    left: 10px;
    position: absolute;
    right: 10px;
}

.bp-car-media {
    min-height: 190px;
    position: relative;
    z-index: 1;
}

.bp-car-media img {
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    height: 220px;
    object-fit: contain;
    width: 100%;
}

.bp-car-desc {
    color: var(--hoh-blue);
    position: relative;
    text-align: center;
    z-index: 1;
}

.bp-car-name {
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.bp-car-price {
    font-size: 20px;
    font-weight: 700;
    margin: 3px 0 10px;
}

.bp-car-desc .btn {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: var(--hoh-blue);
    min-width: 75%;
    padding: 5px 14px;
}

#hohContactCallout {
    background: var(--hoh-blue);
    color: #fff;
    padding: 14px 0;
}

#hohContactCallout .container {
    align-items: center;
    display: flex;
    font-size: 19px;
    gap: 30px;
    justify-content: center;
}

#hohContactCallout .btn {
    background: #fff;
    border: 0;
    border-radius: 20px;
    color: var(--hoh-blue);
    font-weight: 600;
    min-width: 180px;
    padding: 8px 25px;
}

#customerReviews {
    background: #fff;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}

#customerReviews > h2 {
    margin-bottom: 20px;
}

#customerReviews .why-us-title,
#customerReviews .mob-why-us-title {
    display: none !important;
}

#customerReviews .slick-slide img {
    width: 100%;
}

#customerReviews .slick-slide {
    margin: 0 !important;
    padding: 0 5px;
}

#hohDealerInfo {
    background: var(--hoh-dark);
    color: #fff;
    padding: 30px 0 24px;
}

.hoh-info-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, 1fr);
}

.hoh-info-card {
    border-left: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 8px 20px 18px;
}

.hoh-info-card:first-child {
    border-left: 0;
}

.hoh-info-card h2,
.hoh-info-card h3 {
    color: #fff;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.15;
    margin: 0 0 13px;
}

.hoh-info-card h2 {
    font-size: 28px;
}

.hoh-info-card p {
    color: #d7e0e8;
    font-size: 13px;
    line-height: 1.5;
}

.hoh-info-card a {
    color: #fff;
    text-decoration: underline;
}

.hoh-info-card__icon {
    color: #fff;
    display: block;
    font-size: 38px;
    margin-bottom: 12px;
}

#hohDealerInfoToggle,
.hoh-info-card__button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 7px 12px;
    text-decoration: none !important;
}

#hohDealerInfoToggle,
.hoh-info-card > .hoh-info-card__button,
.hoh-info-card > .hoh-info-card__actions {
    align-self: flex-start;
    margin-top: auto;
}

#hohDealerInfoToggle:hover,
#hohDealerInfoToggle:focus,
.hoh-info-card__button:hover,
.hoh-info-card__button:focus {
    background: #fff;
    color: var(--hoh-dark);
    outline: 0;
}

.hoh-info-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.hoh-info-more {
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    margin-top: 20px;
    padding: 24px 20px 0;
}

.hoh-info-more p {
    color: #fff;
}

.hoh-info-more p:last-child {
    margin-bottom: 0;
}

#hohLocation {
    align-items: stretch;
    background: #fff;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    min-height: 330px;
}

.hoh-location-map iframe {
    border: 0;
    height: 100%;
    min-height: 330px;
    width: 100%;
}

.hoh-location-details,
.hoh-location-reviews {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 28px;
    text-align: center;
}

.hoh-location-details h2 {
    color: #222;
    font-size: 25px;
    margin: 0 0 16px;
}

.hoh-location-details address {
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

.hoh-location-details .btn {
    border-radius: 0;
    font-size: 12px;
    margin-top: 7px;
    max-width: 230px;
    text-transform: uppercase;
}

.hoh-location-reviews {
    background: #f7f7f7;
}

.hoh-location-reviews .panel {
    border: 0;
    box-shadow: none;
    margin: 0;
    max-width: 230px;
    width: 100%;
}

.hoh-location-reviews .panel-body {
    padding: 18px;
}

.hoh-review-badge-heading {
    display: flex;
    justify-content: space-between;
}

.hoh-review-badge-heading img {
    height: 24px;
    width: 24px;
}

.hoh-location-reviews .dvRevBadge_Score {
    color: var(--hoh-blue);
    font-size: 38px;
    line-height: 42px;
}

.hoh-location-reviews .dvRevBadge_Stars,
.hoh-location-reviews .dvRevBadge_Number {
    margin-top: 7px;
}

.hoh-location-reviews .panel-footer {
    background: #eee;
    border: 0;
}

@media (max-width: 1279px) {
    .hoh-info-card {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 991px) {
    .hoh-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hoh-feature-card img {
        aspect-ratio: 1.42 / 1;
    }

    .hoh-feature-card__label {
        font-size: 20px;
    }

    .hoh-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hoh-info-card {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .18);
        padding: 22px;
    }

    .hoh-info-card--intro {
        border-top: 0;
        grid-column: 1 / -1;
    }

    #hohLocation {
        grid-template-columns: 1fr 1fr;
    }

    .hoh-location-map {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .hoh-offers-carousel,
    .bp-carousel,
    #customerReviews .customer-reviews-carousel,
    #customerReviews .customer-reviews-carousel-mob {
        padding: 0 0 24px;
    }

    #hohCurrentOffers .slick-dots,
    #bpShowroom .slick-dots,
    #customerReviews .slick-dots {
        align-items: center;
        bottom: 0;
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

    #hohCurrentOffers .slick-dots li,
    #bpShowroom .slick-dots li,
    #customerReviews .slick-dots li {
        flex: 0 0 12px;
        height: 12px;
        margin: 0 1px;
        width: 12px;
    }

    #hohCurrentOffers .slick-dots li button,
    #bpShowroom .slick-dots li button,
    #customerReviews .slick-dots li button {
        height: 12px;
        padding: 0;
        width: 12px;
    }

    #hohCurrentOffers .slick-dots li button:before,
    #bpShowroom .slick-dots li button:before,
    #customerReviews .slick-dots li button:before {
        color: var(--hoh-blue);
        font-size: 9px;
        height: 12px;
        line-height: 12px;
        opacity: .35;
        width: 12px;
    }

    #hohCurrentOffers .slick-dots li.slick-active button:before,
    #bpShowroom .slick-dots li.slick-active button:before,
    #customerReviews .slick-dots li.slick-active button:before {
        opacity: 1;
    }

    #hohFeatureBoxes .container {
        padding-left: 4px;
        padding-right: 4px;
    }

    .hoh-feature-grid {
        gap: 4px;
        padding: 0;
    }

    .hoh-feature-card img {
        aspect-ratio: 1.55 / 1;
    }

    .hoh-feature-card__label {
        font-size: 15px;
        min-height: 58px;
        padding: 7px 9px;
    }

    .hoh-feature-card__icon {
        font-size: 22px;
        margin-right: 7px;
    }

    .hoh-feature-card__arrow {
        font-size: 20px;
        margin-left: 6px;
    }

    .hoh-home-section {
        padding: 24px 0;
    }

    .hoh-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .hoh-section-heading h2,
    #bpShowroom > .container > h2,
    #customerReviews > h2 {
        font-size: 27px;
    }

    #invsearch {
        display: grid;
        grid-template-columns: 1fr;
    }

    .invsearch_filter_options {
        text-align: center;
        width: 100%;
    }

    .invsearch_btn {
        min-height: 44px;
    }

    .bp-car-media {
        min-height: 170px;
    }

    .bp-car-media img {
        height: 190px;
    }

    #hohContactCallout .container {
        flex-direction: column;
        font-size: 17px;
        gap: 10px;
    }

    #customerReviews {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hoh-info-grid {
        display: block;
    }

    .hoh-info-card {
        padding-left: 8px;
        padding-right: 8px;
    }

    .hoh-info-card h2 {
        font-size: 25px;
    }

    #hohLocation {
        display: block;
    }

    .hoh-location-map iframe {
        min-height: 290px;
    }

    .hoh-location-details,
    .hoh-location-reviews {
        padding: 30px 20px;
    }
}

@media (max-width: 420px) {
    .hoh-feature-card__icon {
        display: none;
    }

    .hoh-feature-card__label {
        grid-template-columns: 1fr auto;
    }
}

@media (min-width: 1600px) {
    #hohHomepage .container,
    #hohHomepage #dvCards,
    #hohHomepage #hohLocation {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1800px !important;
        width: calc(100% - 32px) !important;
    }
}
