@font-face {
    font-family: "BMWGroupTNPro-Light";
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.eot");
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.woff") format("woff"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.ttf") format("truetype"), url("../fonts/BMWGroupLight-Regular.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "BMWGroupTNPro-Regular";
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Regular.eot");
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Regular.eot?#iefix") format("embedded-opentype"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Regular.woff") format("woff"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Regular.ttf") format("truetype"), url("../fonts/BMWGroup-Regular.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "BMWGroupTNPro-Bold";
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Bold.eot");
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Bold.woff") format("woff"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Bold.ttf") format("truetype"), url("../fonts/BMWGroup-Bold.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "epaasLinkFont";
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.eot");
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.woff") format("woff"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.ttf") format("truetype"), url("../fonts/BMWGroupLight-Regular.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "epaasTextFont";
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.eot");
    src: url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.woff") format("woff"), url("https://cdn.bluegrasscoms.com/bmw/bmw-cs/fonts/BMWGroupTNPro-Light.ttf") format("truetype"), url("../fonts/BMWGroupLight-Regular.svg#svgFontName") format("svg");
}

body, html {
    font-family: "BMWGroupTNPro-Regular";
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 2.2rem;
    font-family: "BMWGroupTNPro-Light";
    font-weight: 100;
    text-transform: uppercase;
    margin: 10px 0;
}

h2 {
    font-size: 1.8rem;
    color: #282828;
    font-family: "BMWGroupTNPro-Light";
    text-transform: uppercase;
    font-weight: 100;
    margin: 10px 0;
}

h3 {
    font-size: 2rem;
    font-family: "BMWGroupTNPro-Light";
    font-weight: 100;
    margin: 10px 0;
    text-transform: uppercase;
}

h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 1px;
}

.main-content h5 {
    text-align: center;
}

a {
    color: #282828;
}

    a:hover {
        color: #262626
    }

p {
    font-size: 14px;
    margin: 15px 0px;
}
/*Header*/
.carousel-container {
    position: relative;
    top: -195px;
    width: 100%;
}

.carousel-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10% 5% 0 5%;
    color: white;
    z-index: 2;
}

.carousel-text a.cta {
    display: inline-block;
    width: fit-content;
    margin-top: 20px;
}

.carousel-text h1 p {
    font-size: 2.2rem !important;
}

.carousel-title {
    max-height: 50%;
    margin: 0;
}

.carousel-title p {
    margin: 0;
}

.sticky-header {
    position: fixed;
    height: fit-content;
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding: 10px 50px 7px 50px;
    color: #fff;
    z-index: 100;
    gap: 10px;
}

.sticky-header-white {
    width: 100%;
    top: 0;
    background: rgba(255,255,255,0.95);
}

    .sticky-header.scrolled .logo {
        max-width: 60%;
    }

        .sticky-header.scrolled .top-menu .mini-menu {
            min-height: auto;
        }

    .logo {
        height: 100%;
        max-height: 80px;
        width: 100%;
    }

    .sticky-header.scrolled-white .top-menu {
        max-height: 60px;
    }

        .sticky-header.scrolled-white .top-menu .mini-menu {
            min-height: auto;
        }

.scrolled {
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    position: fixed;
    width: -webkit-fill-available;
}

.scrolled-white {
    z-index: 9999;
}

.unstick {
    position: initial;
    background: rgba(0, 0, 0, 0.6);
}

.top-menu {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.logo-column {
    display: flex;
    max-width: 50%;
}

    .logo-column.landing {
        max-width: 360px;
    }

.logo img {
    max-width: 100%;
}

.top-menu-buttons {
    height: 100%;
    width: 100%;
}

.mini-menu {
    width: 100%;
    display: flex;
    padding: 0 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 64px;
}

.mini-menu.landing a img {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(92deg) brightness(88%) contrast(88%);
}
    
.dropdown-container {
    min-width: 275px;
    background: #ffffff;
    display: none;
    position: absolute;
    width: 100%;
    top: 46px;
    left: 0;
    z-index: 9999;
    padding: 15px;
}
    .dropdown-container a{
        display: inline-block;
        padding-bottom: 5px;
        padding-top: 5px;
        color: #262626 !important;
    }
        .dropdown-container a:hover {
            color: #1B69D4 !important;
        }
    
li.dropdown{position:relative}

    li.dropdown:hover .dropdown-container, .dropdown-container:hover {
      display: block;
    }
    
li.menu-item img {
    max-height: 30px;

}

.logged-user-menu {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-icon {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.menu-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.menu-item {
    position: relative;
    cursor: pointer;
}

    .menu-item:hover img, .mini-menu a:hover img {
        filter: invert(48%) sepia(60%) saturate(6903%) hue-rotate(204deg) brightness(86%) contrast(91%);
    }
    
li.menu-item.active {
    border-bottom: 0px;
}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    border: 1px solid #707070;
    z-index: 1000; /* Higher z-index than #menu */
    min-width: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .sub-menu h4 {
        letter-spacing: 0.5px;
        padding: 5px 29px;
        text-transform: uppercase;
        color: #666666;
        font-size: 1.2rem;
        font-weight: bold;
    }

ul.sub-menu li a img {
    float: right;
    display: inline-block;
}

.sub-menu li {
    padding: 10px;
}

.sub-menu a {
    color: #666666 !important;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
}

    .sub-menu a:hover {
        color: #0653B6
    }

a.logout-btn img {
    margin-right: 7px;
    height: 21px;
    float: left !important;
}
.chevr
on {
    float: right;
}

.main-menu ul {
    list-style: none;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 48px;
}

.main-menu li {
    padding: 10px;
    border-bottom: 0.25rem solid transparent;
}
 .main-menu li:hover, .main-menu li.active {
        border-bottom: 0.25rem solid #1c69d4;
    }
.main-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}

.mobile-menu {
    display: none;
}

header#stickyHeaderWhite.landing .main-menu ul li a {
    color: #666666;
}

    header#stickyHeaderWhite.landing .main-menu ul li a:hover {
        color: #282828;
        text-decoration:none;
    }

header#stickyHeaderWhite.landing .main-menu {
    border-top: 1px solid #666666;
}

div#dealer-banner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    position: relative;
}

    div#dealer-banner h1 {
        color: #fff
    }
    /* Buttons */

    div#dealer-banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.9) 100%);
    }
/*Breadcrumbs*/
.breadcrumbs {
    padding: 10px 50px;
}

    .breadcrumbs a, .breadcrumbs span {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
    }

button.cta, a.cta {
    padding: 13px 40px;
    font-weight: bold;
    color: #fff;
    border: 0px;
    border-radius: 3.5px;
    background: #1B69D4;
    font-family: "BMWGroupTNPro-Bold";
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid #1B69D4;
    transition: all 0.5s ease;
}

    button.cta:hover, a.cta:hover {
        color: #ffffff !important;
        background: #0653b6;
        border: 1px solid #0653b6;
    }

button.cta, a.default {
    cursor: pointer;
    padding: 13px 40px;
    font-weight: bold;
    color: #282828;
    border: 0px;
    border-radius: 3.5px;
    background: #fff;
    font-family: "BMWGroupTNPro-Bold";
    font-size: 1rem;
    border: 1px solid #282828;
}

/*End of Buttons*/

/* Responsive Styling */
@media (max-width: 768px) {
    .sticky-header {
        align-items: center;
    }

    .main-menu li {
        padding: 10px 5px;
    }
}

/*End of Header*/

/*Hero Carousel*/
.hero-carousel {
    width: 100%;
}

    .hero-carousel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.carousel-navigation {
    text-align: center;
    margin-top: 10px;
}

    .carousel-navigation button {
        background: #333;
        color: #fff;
        border: none;
        padding: 10px 20px;
        margin: 0 5px;
        cursor: pointer;
    }

        .carousel-navigation button:hover {
            background: #555;
        }

.slick-slide {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
    background: linear-gradient(to top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.45) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/*End of Hero Carousel*/

/*Landing Banner*/

.article-header.landing {
    color: #fff;
    background-size: cover;
    min-height: 500px;
    background-position: center center;
}

.article-header-text {
    max-width: 50%;
    padding: 40px 50px;
    position: relative;
    z-index: 99;
}

    .article-header-text p, .carousel-text p {
        color: #ffffff;
        font-size: 1rem;
        font-family: "BMWGroupTNPro-Light";
        font-weight: 100;
    }

.carousel-title, .carousel-description  {
    text-wrap: balance;
    max-width: clamp(55%, 65%, 80%);
}

 .carousel-title p {
    width: 100%;
 }

/*End of Landing Banner*/

.main-content.special-offers .card-module-section h1, .main-content.special-offers .card-module-section h5, .main-content.special-offers .card-module-section p, .accordion-section h1, .accordion-section h5, .accordion-section p {
    text-align: left !important
}

/*Intro Container*/

.intro-container h5, .intro-container h1, .intro-container p {
    text-align: center
}

.intro-container.full p {
    font-family: "BMWGroupTNPro-Light";
    font-weight: 100;
    font-size: 18px;
}

.intro-container.full {
    padding: 0px 50px;
    max-width: 100%;
}

.intro-container {
    padding: 30px 50px;
    max-width: 50%;
    margin: 0 auto
}

/*Full Width Banner*/
.full-width-cta {
    position: relative;
    width: 100%;
    min-height: 400px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 50px;
    justify-content: center;
    background-size: cover;
}

    .full-width-cta p {
        font-size: 1.3rem;
        text-align: left
    }

    .full-width-cta p, .full-width-cta h1 {
        max-width: 35%
    }

/*Accordion Section*/

.accordion-image {
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-image-contain {
    background-size: contain;
}

.accordion-section {
    margin-top: 10px
}
/*Main Content*/

.main-content {
    padding: 40px 50px;
}

    .main-content h1 {
        text-align: center;
    }
/*Card Module*/
.card-container {
    border: 1px solid #E6E6E6;
    padding: 10px 10px 15px 10px;
    flex-flow: column wrap;
    display: flex;
    flex: 1 0 21%;
}

.card-item img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.card-item h3 {
    max-width: 98%;
    font-size: calc(1rem + ((1vw - 0.3125rem) * 1.1268));
}

.card-item {
    flex-flow: column wrap;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.card-item a {
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    margin-top: auto;
    font-family: "BMWGroupTNPro-Regular";
}

.card-item a:hover {
    color: #1c69d4
}

.video-container {
    display: flex;
    width: 50%;
    margin: 70px auto 0;
}

.card-module-section {
    margin-top: 70px
}

.card-module-section .umb-block-list::after {
    width: 49.5%;
    content: "";
}
    .card-module-section p, .accordion-section p, .split-content p {
        font-family: "BMWGroupTNPro-Light";
        font-size: 18px
    }

.split-row-section .umb-block-list {
    flex-flow: column wrap;
}

.split-content h5, .split-content h1 {
    text-align: left;
}

.split-content {
    padding: 0px 0px 0px 24px;
}

    .split-content ul li {
        margin-left: 40px;
        font-family: "BMWGroupTNPro-Light";
        font-size: 20px;
    }

.accordion-content ul li {
    margin-left: 40px;
    font-family: "BMWGroupTNPro-Light";
}

.icon-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.icon-column {
    flex-basis: calc(24.33% - 20px); /* Adjust the width as needed */
    margin: 10px;
    text-align: center;
}

    .icon-column img {
        max-width: 100%;
        max-height: 57px;
    }

    .icon-column p {
        margin: 10px 0;
    }

.split-row-section.reverted .card-item:nth-child(3n+1) .split-image, .split-row-section.reverted .card-item:nth-child(3n) .split-image {
    order: 2;
}

.split-row-section.reverted .card-item:nth-child(3n+1) .split-content, .split-row-section.reverted .card-item:nth-child(3n) .split-content {
    padding: 0px 24px 0px 0px;
}

.split-row-section.reverted .card-item:nth-child(2n) .split-image {
    order: 1
}

.split-row-section.reverted .card-item:nth-child(2n) .split-content {
    order: 2;
    padding: 0px 0px 0px 24px
}

.card-item:nth-child(2n) .split-image {
    order: 2
}

.card-item:nth-child(2n) .split-content {
    padding: 0px 24px 0px 0px
}

.split-row-section .card-item {
    flex-flow: row wrap;
    margin-top: 70px;
}

.split-image, .split-content {
    display: flex;
    flex-flow: column;
    flex: 1 1 0;
    justify-content: space-between;
}

.umb-block-list {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
}

/*Legal*/

.legal-container p {
    font-family: "BMWGroupTNPro-Light";
}

.legal-container p a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    font-family: "BMWGroupTNPro-Regular";
}

.legal-container p strong {
    font-family: "BMWGroupTNPro-Regular";
}
/*End of Legal*/

/*Footer*/
.site-footer {
    background-color: #F6F6F6;
    color: #fff;
    padding: 20px 50px 0 50px;
}

.footer-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

    .footer-column h4 {
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #282828;
        font-family: "BMWGroupTNPro-Regular";
        letter-spacing: 1px;
        font-weight: 100;
        margin: 10px 0;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
    }

        .footer-column ul li {
            margin: 8px 0;
        }

            .footer-column, .footer-column ul li a, .copyright-strip a {
                color: #282828;
                font-family: "BMWGroupTNPro-Bold";
                font-size: 0.8rem;
                text-decoration: none;
            }

.social-media-strip {
    text-align: left;
    padding: 10px 0;
}

    .social-media-strip a {
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
    }

.copyright-strip {
    max-width: 100vw;
    justify-content: space-between;
    display: flex;
    text-align: center;
    background: #ffffff;
    padding: 20px 50px;
    color: #282828;
}

    .copyright-strip p {
        margin: 0;
    }
/*End of Footer*/

/*Media queries*/
@media only screen and (max-width:75em) {
    .intro-container {
        max-width: 100%
    }

        .intro-container.full {
            padding: 0px 0px;
        }

    .card-container {
        flex: 1 0 49%;
    }

    .split-content a {
        margin-top: 10px;
        display: inline-block;
    }
}

@media only screen and (max-width:978px) {
    .main-menu ul {
        justify-content: space-between;
        gap: 0;
    }

    .split-row-section .card-item {
        flex-flow: column wrap !important;
        margin-top: 40px;
    }
    .slide-text h3 {
        font-size: calc(1rem + ((1vw - 7.68px) * 0.6944));
        padding-right: 10px;
    }

    .carousel-text h1 p {
        font-size: 1.8rem !important;   
    }

        .split-image {
        min-height: 250px;
        margin-bottom: 20px
    }

    h1 {
        font-size: 1.8rem;
    }

    .split-content {
        padding-left: 0px
    }

    .card-item:nth-child(2n) .split-image, .split-row-section.reverted .card-item:nth-child(3n+1) .split-image, .split-row-section.reverted .card-item:nth-child(3n) .split-image {
        order: 0 !important;
    }

    .split-row-section.reverted .card-item:nth-child(2n) .split-content {
        padding-left: 0px
    }
        
    .video-container {
        width: 100%;   
    }
}
@media only screen and (max-width:945px) {
    .dropdown-container{top: 69px; text-align: left; min-width: 220px;}
    
}

@media only screen and (max-width:820px) {
    .carousel-text, .article-header-text {
        text-align: center;
        max-width: 100% !important;
        z-index: 99;
    }
    
    .carousel-text a.cta { 
        align-self: center;
    }

    .main-menu ul {
        gap: 2%;
        text-align: center;
    }

}

@media only screen and (max-width:768px) {
    .main-content {
        padding: 40px 40px;
    }

    .dashboard-item {
        flex: 100%;
    }

        .dashboard-item h3, .dashboard-item p {
            max-width: 60% !important
        }
}

@media only screen and (max-width:680px) {
    .footer-column {
        margin-bottom: 20px;
        flex: 0 50%;
    }

    .sticky-header {
        padding: 10px 25px 7px 25px;
    }

    .main-content {
        padding: 25px
    }

    .card-module-section {
        margin-top: 30px;
    }

    .sticky-header.scrolled .top-menu .logo {
        max-width: 100%;
    }

    .logo-column svg, .sticky-header.scrolled .top-menu .logo .logo-column svg, .sticky-header.scrolled-white .top-menu .logo .logo-column svg{
        position: relative;
        max-height: 50px;
        left: 0px;
    }
    .dropdown-container a{font-size: 14px !important;}
    .logo img {
        max-width: 90%
    }
    .split-content a {
        margin-top: 10px;
        display: inline-block;
    }
    .full-width-cta {
        background-position: 0% 50%;
    }
        .full-width-cta p, .full-width-cta h1 {
            max-width: 80%;
        }
    #menu.stick, #menu {
        display: none !important;
    }
}

@media only screen and (max-width:570px) {
    .sticky-header.scrolled .top-menu, .sticky-header.scrolled-white .top-menu {
        max-height: initial !important;
    }
    .mini-menu {
        gap: 16px;
        padding: 0;
        min-height: auto;
    }

    h1 {
        font-size: calc(2rem + ((1vw - 0.3125rem) * 0.9014));
    }
    button.cta, a.cta, a.default {
        font-size: calc(0.8rem + ((1vw - 0.3125rem) * 0.2254));
    }
    .mini-menu a img {
        max-width: 18px;
    }
    .carousel-text {
        left: auto !important;
        padding: 0px 25px;
    }
    .site-footer {
        padding: 20px 20px 0 20px
    }
    .card-module-section p, .accordion-section p, .split-content p, .intro-container.full p {
        font-size: 15px
    }
    ul.menu-items {
        background: #ffffff;
        border-top: 5px solid #E6E6E6;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .sub-menu{
        display:flex;
        position: initial; 
        min-width:100%; 
        border: 0px; 
        padding: 0px;
    }

    .menu-item {
        width: 100%;
    }
 
    .sub-menu a {
        align-items: center;
        text-align: center;
        flex-flow: column;
        display: flex;
        color: #282828;
        font-size: 10px;
        width: auto;
    }
    .sub-menu a::before {
        content: '';
        margin-bottom: 5px;
        display: inline-block;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .sub-menu li {
        flex: 1 1 0;
        padding: 0px;
    }
        .dropdown-container {
        top:-79px;
        left:-20px;
    }
        .dropdown-container a {
            font-size: 14px !important;
            align-items: flex-start;
            color: #666666 !important;
        }
            .dropdown-container a::before {
                display: none !important
            }

    .sub-menu li:nth-child(2) a::before {
        background-image: url('/media/uthdjmrf/gauge_lt.svg');
    }

    .sub-menu li:nth-child(3) a::before {
        background-image: url('/media/pyynirpu/car_manual_lt.svg');
    }

    .sub-menu li:nth-child(4) a::before {
        background-image: url('/media/xfonln2f/document_download_lt.svg');
    }

    .sub-menu li:nth-child(5) a::before {
        background-image: url('/media/kjwpqfks/internal_link_lt.svg');
    }

    .sub-menu li:nth-child(6) a::before {
        background-image: url('/media/x25bitoh/graph_bars_lt.svg');
    }
    .sub-menu li#userManagement a::before {
        background-image: url('/media/waolowbw/user-management.svg');
    }
    .slide-content-right-col {
        display: none
    }
    .slide-content-container.visible {
        position: initial !important;
        transform: none !important;
        margin-top: 0px !important;
    }
    .slide-content-desc::after {
        width: 100vw !important;
    }
    .slide-content-flex{
        margin-top: 0px !important;
    }
    .slider .slide-content-flex h1 {
        display: none
    }

    .dropdown-container {
        display: none;
    }

    .main-menu.open ul#mainMenuUl {
        display: block;
    }

    nav.main-menu.open .menu-container {
        background: #fff;
        position: fixed;
        width: 100%;
        top: 5vh;
    }
    .main-menu li {
        padding: 10px 24px;
    }
    .main-menu a {
        width: 100%;
        display: block;
        color: #666666;
        text-align: left;
    }
    header#stickyHeaderWhite nav.main-menu ul#mainMenuUl {
        display: none !important;
    }
    header#stickyHeaderWhite nav.main-menu.open ul#mainMenuUl {
        display: block !important;
    }
    .sub-menu li:last-child {
        position: absolute;
        display: block !important;
        top: -10vh;
        right: 30px;
        opacity: 0.8;
    }
    header#stickyHeader a.logout-btn, a.logout-btn {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        box-shadow: 0 0 0.0625rem 0 rgb(0 0 0 / 30%), 0 0.375rem 1.25rem 0 rgb(0 0 0 / 22%);
        padding: 6px;
        background: #ffffff;
    }
    a.login-btn {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    a.logout-btn {
        position: absolute;
        top: 2.7vh;
    }
    .menu-item:hover img, .mini-menu a:hover img{
        filter: none;
    }

    a.centre-locator {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mini-menu.animate__animated.animate__fadeInRight {
        animation: none;
    }

    .mobile-menu {
        width: 30px;
    }

    a.logout-btn img{display:block !important}
    a.logout-btn::before{
        width:0px;
        height:0px;
        margin-bottom:0px;
    }
    a.logout-btn span {
        display: none;
    }
    a.logout-btn img {
        margin-right: 0px;
        max-width: initial;
        max-height: initial !important;
        max-width: 24px;
        min-height: 24px;
        display: block !important;
    }
    .sub-menu li.chevron-links a img {
        display: none !important;
    }
    .mini-menu.not-logged-in {
        border-top: 0px;
        background: transparent;
    }

    ul.sub-menu h4 {
        display: none;
    }

    header#stickyHeaderWhite.landing .main-menu{
        border-top:0px
    }

    a.dropdown-toggle {
        display: none;
    }

    .logged-user-menu .menu-toggle {
        display: block;
    }
    .dropdown-container.hidden {
        position: initial;
    }
    .sticky-header {
        min-height: 42px;
        padding: 10px 16px;
    }
    .logged-user-menu .menu-items {
        display: block;
        position: fixed;
        bottom: 0vh;
        left: 0;
        max-width: 100vw;
        width: 100vw;
        background-color: #fff;
        padding: 10px 10px 10px 10px;
        border-top: 4px solid #ccc;
        z-index: 999;
    }
    .epaas .consentDrawer {
        max-width: 100vw !important;
    }
    .slide {
        flex: 0 0 100% !important;
    }
    a#\"logGR\" {
        top: 4.7vh;
    }
    li.chevron-links a.active {
        color: #1c69d4 !important
    }
    nav.logged-user-menu .menu-toggle {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .copyright-strip { 
        padding: 20px;
        
        p, a {
            font-size: 0.6rem;
        }
    }
}

@media only screen and (max-width:400px) {
    .logo-column {
        max-width: 95% !important;
    }
    a.logout-btn {
        top: 2.2vh;
    }
    .top-menu a {
        max-width: 55% !important;
        width: auto;
    }
    .sub-menu a {
        font-size: calc(0.5rem + ((1vw - 5px) * 0.0704));
    }
    .mini-menu a {
        margin: 0 6px;
    }
    a#\"logGR\" {
        top: 4vh;
    }
    header#stickyHeader a.logout-btn, a.logout-btn {
        min-width: 34px !important;
        max-width: 100% !important;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        box-shadow: 0 0 0.0625rem 0 rgb(0 0 0 / 30%), 0 0.375rem 1.25rem 0 rgb(0 0 0 / 22%);
        padding: 6px;
        background: #ffffff;
        width: 100% !important;
        min-height: 35px !important;
    }
    .slide-content-desc .overlay {
        width: 100vw !important;
    }
    .main-menu.open .menu-container + nav.logged-user-menu ul.menu-items {
        bottom: 55px;
        position: absolute;
    }
}

@media only screen and (max-width: 576px) { 
    .mobile-menu {
        display: block;
    }

    .main-menu ul {
        display: none;
    }
        nav.main-menu {
        display: contents;
        width: 100%;
        top: 0;
        position: absolute;
    }

    .menu-icon {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 0px;
        height: 20px;
        background: none;
    }

    .mobile-menu .menu-icon {
        cursor: pointer;
    }
    
    .menu-icon .bar {
        padding: 1px;
        background: #ffffff;
    }

    header#stickyHeaderWhite .menu-icon .bar {
        background: #666666;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-title, .carousel-title p, .carousel-description {
        max-width: 100%;
    }

    .main-menu a { 
        font-size: 0.8rem;
    }
 }