@font-face {
    font-family: kiaSignature;
    src: url(../assets/font/kia-signature-fix-3.ttf);
}

:root {
    --kia-midnight-black: #05141f;
    --kia-polar-white: #ffffff;
    --kia-extra-light-gray: #f2f2f2;
    --kia-light-gray: #c7c8ca;
    --kia-dark-blue: #1d252c;
    --kia-light-blue: #69727a;
    --kia-live-red: #ea0029;
    --kia-font-dark-gray: #36434e;
    --h1-headline: 40px kiaSignature bold; /* kia-dark-blue */
    --h2-headline: 30px kiaSignature bold; /* kia-dark-blue */
    --h3-headline: 24px kiaSignature bold; /* kia-dark-blue */
    --h4-headline: 20px kiaSignature bold; /* kia-dark-blue */
    --h5-headline: 18px kiaSignature bold; /* kia-dark-blue */
    --product-page-product-number: 18px kiaSignature; /* kia-font-dark-gray */
    --product-page-price: 30px kiaSignature bold; /* kia-dark-blue */
    --card-product-number: 16px kiaSignature; /* kia-font-dark-gray */
    --card-price: 24px kiaSignature bold; /* kia-dark-blue */
    --form-field-title: 18px kiaSignature bold; /* kia-dark-blue */
    --button-text: 18px kiaSignature bold; /* kia-dark-blue */
    --breadcrumbs: 14px kiaSignature; /* kia-dark-blue */
    --intro-text: 24px/30pt kiaSignature; /* kia-dark-blue */
    --body-copy: 20px/28pt kiaSignature #1f1f1f;
    --faq-body-copy: 18px/28px kiaSignature #303b44;
    --disclaimer: 16px/26px kiaSignature; /* kia-dark-blue */
    --hover-transition-time: 0.25s;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: kiaSignature, sans-serif;
    overflow-x: hidden;
    margin: 0;
}

a:link, a:visited, a:active {
    color: unset;
}

.nav-header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99;
}

.nav-header-top-bar {
    width: 100%;
    height: 115px;
    background-color: var(--kia-midnight-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-header-top-bar-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.nav-header-top-bar-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

#navMobileMenuIcon {
    display: none;
}

#navHeaderLogo {
    width: 20%;
    margin-left: 5%;
    margin-right: 80px;
    cursor: pointer;
}

#navHeaderSearch {
    margin-right: 20%;
}

#estimator {
    margin-right: 5%;
    align-items: unset;
    font-size: 16px;
    text-wrap: nowrap;
}

.nav-header-nav {
    width: 100%;
    height: 52px;
    background-color: var(--kia-dark-blue);
    border: 1px solid var(--kia-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-header-nav-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
    height: 100%;
}

.nav-header-nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 5%;
    height: 100%;
    position:relative;
}

.nav-header-nav-item {
    color: var(--kia-polar-white);
    font-size: 14px;
    /* font-weight: bold; */
    height: 100%;
    margin: 0px 20px;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
    text-underline-offset: 6px;
    position: relative;
}

.nav-header-nav-item:not(:has(.nav-dropdown)):hover {
    text-decoration: underline;
}

.nav-header-nav-left .nav-header-nav-item:first-child {
    margin-left: 0px;
    padding-left: 0px;
}

.nav-header-nav-item > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0%;
    display: none;
    flex-direction: column;
    background-color: var(--kia-polar-white);
    box-shadow: 0px -1px 26px #00000029;
    z-index: 2;
}

.nav-dropdown-item {
    color: var(--kia-dark-blue);
    font-size: 16px;
    font-weight: bold;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 215px;
    border-bottom: 1px solid #efefef;
    text-underline-offset: 6px;
}

.nav-dropdown-item:hover {
    background-color: var(--kia-light-gray);
    text-decoration: underline;
}

.nav-subdropdown {
    position: absolute;
    top: 0%;
    left: 100%;
    height: 100%;
    width: 85vw;
    background-color: #f2f2f2;
    display: none;
    flex-wrap: wrap;
    z-index: 3;
    padding: 0 32px;
    box-sizing: border-box;
    box-shadow: 0px 1px 26px #00000029;
}

#graphicsNavDropdown .nav-subdropdown {
    width: 75vw;
}

#graphicInsertsNavSubDropdown .nav-subdropdown-item {
    /* justify-content: flex-start; */
}

.nav-subdropdown-item {
    color: var(--kia-dark-blue);
    font-size: 16px;
    text-align: center;
    text-underline-offset: 6px;
    height: 50%;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-wrap: nowrap;
    padding: 0 24px;
    box-sizing: border-box;
}

.nav-subdropdown-item:hover {
    text-decoration: underline;
}

#navAccount, #navSignIn {
    margin-right: 0px;
    padding-right: 0px;
}
#navSignIn {
    transform: translateY(25%); /* for vertical centering */

}

.hide {
    display: none !important;
}

.show {
    display: flex;
}

#dealerNavDropdown {
    left: unset;
    right: 0%;
}

#dealerNavDropdown .nav-dropdown-item {
    width: 150px;
}

.footer {
    width: 100%;
    height: 400px;
    background-color: var(--kia-midnight-black);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.footer-top {
    width: 85%;
    color: var(--kia-polar-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-info {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    height: 100%;
    margin-top: 60px;
}

.footer-info-time {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 20px;
}

.footer-contact > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 32px 0px;
}

.footer-contact .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.footer-contact-header {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 8px;
}

.footer-contact-address {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

.footer-contact-address:hover {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.footer-bar {
    width: 85%;
    height: 1px;
    background-color: var(--kia-light-gray);
    border-radius: 8px;
}

.footer-bottom, .footer-bottom a {
    font-size: 12px;
    font-weight: normal;
    text-underline-offset: 4px;
}

.footer-bottom > div {
    color: var(--kia-extra-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a.footer-terms {
    color: var(--kia-light-gray);
    margin-top: 8px;
}

.footer-bottom a:hover {
    color: #69727a;
}

#breadcrumbs {
    padding: 12px 5%;
    font-size: 12px;
    color: var(--kia-dark-blue);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    border-bottom: 1px solid #c7c8ca;
}

#breadcrumbs a {
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs .icon {
    width: 8px;
    height: 8px;
}

#currentBreadcrumb {
    font-weight: bold;
}

#signInContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
    transform: translateX(2000px);
    z-index: 99;
}

#signInContainer.open {
    transform: translateX(0px);
}

#signInModal {
    position: relative;
    width: 30%;
    background-color: var(--kia-polar-white);
    display: flex;
    justify-content: center;
    box-shadow: 0px -1px 26px #00000029;
}

#signInClose, #quickViewClose, #estimateDetailsClose, #estimatorEmailClose {
    cursor: pointer;
    font-size: 12px;
    color: var(--kia-dark-blue);
    position: absolute;
    top: 36px;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#signInClose span, #quickViewClose span, #estimatorAddedClose span, #estimateDetailsClose span, #estimatorEmailClose span {
    margin-left: 4px;
    font-weight: bold;
    padding: 4px;
}

#signInContent {
    margin-top: 92px;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#signInHeader {
    font-size: 24px;
    color: var(--kia-dark-blue);
    font-weight: bold;
}

#signInMessage {
    font-size: 14px;
    color: #1f1f1f;
}

#signInLink {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: var(--kia-dark-blue);
    text-underline-offset: 4px;
    display: flex;
}

#signInLink:hover {
    text-decoration: underline;
}

#signInLink .icon {
    margin-left: 6px;
    width: 5px;
}

#estimatorAddedModal {
    position: fixed;
    top: -300px;
    left: 0;
    width: 100%;
    max-height: 20%;
    background-color: var(--kia-extra-light-gray);
    border-bottom: 2px solid var(--kia-light-gray);
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    align-items: center;
    padding: 40px 0;
    box-sizing: border-box;
    transition: all 0.3s;
    z-index: 99;
}

#estimatorAddedModal.open {
    transform: translateY(300px);
}

#estimatorAddedConfirm {
    display: flex;
    align-items: center;
    color: var(--kia-dark-blue);
    font-size: 18px;
    font-weight: bold;
    margin: 0 6.5%;
    white-space: nowrap;
}

#estimatorAddedConfirm .icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

#estimatorAddedProduct {
    display: flex;
}

#estimatorAddedImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

#estimatorAddedProductInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#estimatorAddedProductName {
    color: var(--kia-dark-blue);
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

#estimatorAddedProductNum, #estimatorAddedProductQty {
    text-transform: uppercase;
    color: var(--kia-font-dark-gray);
    font-size: 12px;
    margin-top: 4px;
}

#estimatorAddedModal .btn {
    font-size: 14px;
    padding: 12px 48px;
    margin-right: 75px;
    margin-left: auto;
}

#estimatorAddedClose {
    cursor: pointer;
    font-size: 14px;
    color: var(--kia-dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3%;
}

h1 {
    font: var(--h1-headline);
}

h2 {
    font: var(--h2-headline);
}

h3 {
    font: var(--h3-headline);
}

h4 {
    font: var(--h4-headline);
}

h5 {
    font: var(--h5-headline);
}

.icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
}

.search-icon {
    background-image: url(../assets/website-icons/Search-icon.svg);
}

.search-icon-white {
    background-image: url(../assets/website-icons/search-icon-1.svg);
}

.account-icon {
    background-image: url(../assets/website-icons/user-icon.svg);
}

.estimator-icon {
    background-image: url(../assets/website-icons/Estimator-icon.svg);
    margin-right: 4px;
}

.estimator-icon-white {
    background-image: url(../assets/website-icons/Estimator-icon-1.svg);
    margin-right: 4px;
}

.nav-accordion-icon-closed {
    background-image: url(../assets/website-icons/nav-menu-closed.svg);
    margin-left: 12px;
    width: 14px;
    height: 14px;
}

.nav-accordion-icon-open {
    background-image: url(../assets/website-icons/nav-menu-open.svg);
    margin-left: 12px;
    width: 14px;
    height: 14px;
}

.accordion-icon-closed {
    background-image: url(../assets/website-icons/accordion-menu-closed.svg);
}

.accordion-icon-open {
    background-image: url(../assets/website-icons/accordion-menu-open.svg);
}

.nav-submenu-icon {
    background-image: url(../assets/website-icons/Nav-menu-arrow.svg);
}

.primary-button-dark-bg:hover .estimator-icon {
    background-image: url(../assets/website-icons/Estimator-icon-1.svg);
}

.phone-icon {
    background-image: url(../assets/website-icons/Phone-icon-rev.svg);
}

.phone-icon-dark {
    background-image: url(../assets/website-icons/Phone-icon.svg);
}

.email-icon {
    background-image: url(../assets/website-icons/Email-icon-rev.svg);
}

.email-icon-dark {
    background-image: url(../assets/website-icons/email-icon.svg);
}

.filter-icon {
    background-image: url(../assets/website-icons/filter-icon.svg);
}

.left-arrow-icon {
    left: 5px;
    background-image: url(../assets/website-icons/Arrow-button-grey-L.svg);
}

.right-arrow-icon {
    right: 5px;
    background-image: url(../assets/website-icons/Arrow-button-grey-R.svg);
}

.left-arrow-icon-dark, .left-arrow-icon.dark {
    left: 5px;
    background-image: url(../assets/website-icons/Arrow-button-L.svg);
}

.right-arrow-icon-dark, .right-arrow-icon.dark {
    right: 5px;
    background-image: url(../assets/website-icons/Arrow-button-R.svg);
}

.hyperlink-arrow-icon {
    background-image: url(../assets/website-icons/Hyperlink-arrow.svg);
}

.hyperlink-arrow-icon:hover, .hyperlink-arrow-icon-light {
    background-image: url(../assets/website-icons/Hyperlink-arrow-hover.svg);
}

.download-icon {
    background-image: url(../assets/website-icons/Download-icon.svg);
}

.download-icon:hover {
    background-image: url(../assets/website-icons/Download-icon-hover.svg);
    cursor: pointer;
}

.remove-icon {
    background-image: url(../assets/website-icons/remove-icon.svg);
}

.grid-view-icon {
    background-image: url(../assets/website-icons/grid-3x3-gap-fill.svg);
}

.grid-view-icon.active {
    background-image: url(../assets/website-icons/grid-3x3-gap-fill-active.svg);
}

.list-view-icon {
    background-image: url(../assets/website-icons/list-ul.svg);
}

.list-view-icon.active {
    background-image: url(../assets/website-icons/list-ul-active.svg);
}

.confirmation-icon {
    background-image: url(../assets/website-icons/Confirmation-icon.svg);
}

.mobile-menu-icon {
    background-image: url(../assets/website-icons/mobile-menu.svg);
}

.mobile-menu-arrow-icon {
    background-image: url(../assets/website-icons/mobile-menu-arrow.svg);
}

.btn {
    max-width: 250px;
    max-height: 53px;
    padding: 16px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-align: center;
    border-radius: 2px;
}

.primary-button {
    background-color: #1f2c35;
    border: none;
    color: var(--kia-polar-white);
    font: normal normal bold 18px/20px kiaSignature;
    transition: background-color var(--hover-transition-time);
}

.primary-button:hover {
    background-color: #69727A;
    cursor: pointer;
}

.primary-button-dark-bg {
    background-color: var(--kia-polar-white);
    border: none;
    color: var(--kia-midnight-black);
    font: normal normal normal 18px/20px kiaSignature;
    transition: background-color var(--hover-transition-time);
}

.primary-button-dark-bg:hover {
    background-color: #69727A;
    color: #f9f9f7;
    cursor: pointer;
}

.secondary-button {
    background-color: var(--kia-polar-white);
    border: 2px solid var(--kia-dark-blue);
    color: var(--kia-dark-blue);
    font: normal normal bold 18px/20px kiaSignature;
    transition: background-color var(--hover-transition-time), color var(--hover-transition-time);
}

.secondary-button:hover {
    background-color: #1f2c35;
    color: #f9f9f7;
    cursor: pointer;
}

.search-bar {
    width: 27%;
    max-width: 534px;
    max-height: 42px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border: 1px solid var(--kia-light-gray);
    border-radius: 4px;
    background-color: var(--kia-polar-white);
}

.search-input {
    width: 100%;
    margin-left: 20px;
    border: none;
    color: var(--kia-midnight-black);
    font-family: kiaSignature;
    font-size: 14px;
}

.search-input:focus {
    outline: none;
}

.search-input::placeholder {
    color: var(--kia-light-blue);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hide-when-logged-out {
    display: none;
}

.mobile-only {
    display: none;
}

/* SMALLER SCREENS & MOBILE */

@media only screen and (max-width: 1600px) {
    #graphicsNavDropdown .nav-subdropdown {
        width: 70vw;
    }
}

@media only screen and (max-width: 1400px) {
    #navHeaderLogo {
        margin-left: 2.5%;
    }

    #navHeaderSearch {
        margin-right: 17.5%;
    }

    #estimator {
        margin-right: 2.5%;
    }

    .nav-header-nav-left {
        margin-left: 2.5%;
    }

    .nav-header-nav-right {
        margin-right: 2.5%;
    }

    .nav-subdropdown {
        padding: 0 16px;
    }

    #graphicsNavDropdown .nav-subdropdown {
        width: 69vw;
    }

    .nav-subdropdown-item {
        text-wrap: unset;
        width: 13.5vw;
    }

    #breadcrumbs {
        padding: 12px 2.5%;
    }
}

@media only screen and (max-width: 1300px) {
    #graphicsNavDropdown .nav-subdropdown {
        width: 67vw;
    }
}

@media only screen and (max-width: 1100px) {
    #graphicsNavDropdown .nav-subdropdown {
        width: 63vw;
    }
}

@media only screen and (max-width: 1000px) {
    html, body {
        background-color: var(--kia-midnight-black);
    }

    .mobile-only {
        display: block;
    }

    .nav-header {
        height: 114px;
        top: -5px;
        user-select: none;
    }

    .nav-header-top-bar {
        justify-content: unset;
        z-index: 99;
    }

    .nav-header-top-bar .icon {
        width: 26px;
        height: 26px;
        cursor: pointer;
    }

    #navMobileMenuIcon {
        display: block;
        margin-left: 2.5%;
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

    #navHeaderLogo {
        width: 37.5%;
        margin-left: 24px;
    }

    #navHeaderSearch {
        padding: 10px 14px;
        width: 25%;
        display: none;
    }
    
    #navMobileIcons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        margin-left: auto;
        margin-right: 2.5%;
    }

    #navMobileIcons > div {
        margin: 0 9px;
    }

    #estimatorMobile {
        display: flex;
        position: relative;
    }

    #estimatorMobileBadge {
        position: absolute;
        top: -6px;
        right: -2px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        width: 16px;
        height: 16px;
        background-color: var(--kia-light-blue);
        font-size: 10px;
        padding: 3px;
        border-radius: 100%;
        box-sizing: border-box;
    }

    #mobileSearchContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: var(--kia-extra-light-gray);
        z-index: 98;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all 0.3s;
        transform: translateY(-1000px);
    }

    #mobileSearchContainer.open {
        transform: translateY(80px);
    }

    #mobileSearchContainer > div:first-child {
        margin-top: 60px;
    }

    #mobileSearch {
        width: 80%;
        font-size: 15px;
        box-sizing: border-box;
        padding-left: 30px;
        margin-top: 30px;
    }

    .search-bar {
        max-height: unset;
    }

    .search-input {
        font-size: 15px;
        margin-left: 12px;
    }

    #estimator {
        display: none;
        font-size: 12px;
        padding: 14px 18px;
    }

    .nav-header-nav:not(.mobile-only) {
        display: none;
    }

    .nav-header-nav {
        z-index: 98;
        position: absolute;
        height: unset;
        flex-direction: column;
        transition: all 0.3s;
        /* transform: translateY(-1000px); */
        top: -1000px;   
        max-height: calc(100vh - 114px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-header-nav.open {
        /* transform: translateY(262px); */
        top: 114px;
    }

    .nav-header-nav-left {
        margin-left: unset;
        flex-direction: column;
        width: 100%;
    }

    .nav-header-nav-item, .nav-header-nav-left .nav-header-nav-item:first-child {
        font-size: 18px;
        margin: unset;
        padding: 20px 2.5%;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        border-top: 1px solid var(--kia-light-gray);
    }
    
    .nav-header-nav-item, .nav-header-nav-left .nav-header-nav-item:first-child {
        border-bottom: 1px solid #ccc;
    }

    .nav-header-nav-item:last-child {
        border-bottom: none;
    }

    .nav-header-nav-item > div:first-child {
        width: 100%;
        justify-content: space-between;
    }

    .nav-header-nav-item:not(:has(.nav-dropdown)):hover {
        text-decoration: unset;
    }

    .nav-dropdown, .nav-subdropdown {
        display: flex;
        position: relative;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        color: var(--kia-dark-blue);
    }

    .nav-dropdown-item {
        width: 100%;
        padding: 20px 2.5%;
        box-sizing: border-box;
        font-size: 16px;
        /* max-height: 0; */
        border: 1px solid var(--kia-light-gray);
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .nav-dropdown.open, .nav-subdropdown.open {
        max-height: 500px;
    }

    .nav-subdropdown.open {
        padding: 30px 0;
    }
    
    .nav-dropdown.open .nav-dropdown-item {
        /* max-height: 100px; */
    }

    .nav-dropdown-item:hover {
        background-color: initial;
        text-decoration: none;
    }

    .nav-dropdown-item .nav-submenu-icon {
        display: none;
    }

    .nav-subdropdown {
        top: unset;
        left: unset;
        background-color: var(--kia-light-gray);
        gap: 26px;
        padding: 0;
    }

    .nav-subdropdown-item {
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        display: block;
        text-align: left;
    }

    .nav-header-nav-right {
        display: none;
    }

    #mobileAccount {
        position: relative;
    }

    #dealerNavDropdownMobile {
        display: none;
        max-height: unset;
        overflow: unset;
        width: 55vw;
        position: absolute;
        left: -47vw;
        top: 50px;
        z-index: 100;
    }

    .nav-dropdown-caret {
        display: none;
        content:"";
        position: absolute;
        right: 0px;
        top: 38px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 14px 14px;
        border-color: transparent transparent #ffffff transparent;
        z-index:9998;
    }

    #dealerNavDropdownMobile.open, .nav-dropdown-caret.open {
        display: flex;
    }

    #dealerNavDropdownMobile .nav-dropdown-item {
        font-size: 18px;
        border: 1px solid var(--kia-extra-light-gray);
        padding-left: 30px;
    }

    #breadcrumbs {
        background-color: white;
        padding: 8px 2.5%;
    }

    #breadcrumbs a {
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-info {
        font-size: 18px;
        text-align: center;
        margin-top: 0px;
    }

    .footer-info-time {
        font-size: 16px;
        margin-top: 8px;
    }

    .footer-contact-header {
        font-size: 12px;
    }

    .footer-contact-address {
        font-size: 18px;
    }

    .footer-contact .icon {
        margin-right: 18px;
    }

    .footer-contact > div {
        margin: 24px 0;
    }

    .footer-bottom, .footer-bottom a {
        font-size: 10px;
    }

    #estimatorAddedModal {
        flex-direction: column;
        padding: 20px 0;
        max-height: 30%;
    }

    #estimatorAddedConfirm {
        font-size: 16px;
    }

    #estimatorAddedConfirm .icon {
        width: 24px;
        height: 24px;
    }

    #estimatorAddedProduct {
        margin-top: 16px;
    }

    #estimatorAddedModal .btn {
        margin: unset;
        margin-top: 16px;
    }

    #estimatorAddedClose {
        margin: unset;
        position: absolute;
        right: 3%;
        top: 5%;
    }

    #signInContainer {
        width: 100%;
    }

    #signInModal {
        width: 60%;
    }

    #signInClose {
        font-size: 17px;
    }

    #signInMessage {
        font-size: 16px;
    }

    #signInLink {
        font-size: 18px;
    }

    #signInLink .icon {
        margin-left: 8px;
        width: 8px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 750px) {
    .nav-header {
        height: 80px;
    }

    #navHeaderLogo {
        margin-left: 16px;
    }

    #navMobileMenuIcon {
        padding-left: 5%;
    }
    
    #navMobileIcons {
        margin-right: 5%;
    }

    .nav-header-nav {
        max-height: calc(100vh - 80px);
    }

    .nav-header-nav.open {
        /* transform: translateY(244px); */
        top: 79px;
    }

    .nav-header-nav-item, .nav-header-nav-left .nav-header-nav-item:first-child {
        padding: 20px 5%;
    }

    .nav-dropdown-item {
        padding: 20px 5%;
    }

    #dealerNavDropdownMobile {
        left: -45vw;
        top: 45px;
    }

    .nav-dropdown-caret {
        top: 32px;
    }

    #breadcrumbs {
        padding: 8px 5%;
    }

    #signInModal {
        width: 90%;
    }
}