﻿:root {
    --highlight-text: #D50029;
    --light-text: #FFFFFF;
    --dark-text: #1A1A17;
    --bg-light: #FFFFFF;
    --bg-dark: #1A1A18;
    --bg-mid: #1A1A1A;
    --bg-highlight: #D50029;
    --bg-highlight-hover: #AF0D21;
    /*--bg-mid: #D8D8D8;*/
    --gradient-overlay: rgba(13,13,13,0.8);
    --transparent-overlay: rgba(0,0,0,0);
    --dark-overlay: rgba(0,0,0,0.85);
    --mid-overlay: rgba(0,0,0,0.5);
    --light-overlay: rgba(0,0,0,0.3);
    --theme-sidebar: #f8f9fa;
    --bg-grey: #f5f5f5;
    --bg-light-grey: #E2E2E2;
    --border: #e0e0e0;
    --bg-dark-grey: #1A1A18; /* u */
    --grey-text: #EFEFEF;
    --dary-grey-text: #727272;
    --bg-alert: #ffe9e9;
    --onice: #6592A9;
    --onice-hover: #618090;
    --ontrack: #D50029;
    --ontrack-hover: #AF0D21;
    --onroad: #E1CCC4;
    --onroad-hover: #B3A69F;
    --bg-disabled: #676c6e;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



@font-face {
    font-family: 'CorpoSTextLight';
    src: url('/assets/fonts/MBCorpoSText-Light.woff');
    font-style: normal;
}
@font-face {
    font-family: 'CorpoSTextRegular';
    src: url('/assets/fonts/MBCorpoSText-Regular.woff');
    font-style: normal;
}
@font-face {
    font-family: 'CorpoSTextBold';
    src: url('/assets/fonts/MBCorpoSText-Bold.woff');
    font-style: normal;
}
@font-face {
    font-family: 'CorpoSTitleLight';
    src: url('/assets/fonts/MBCorpoSTitle-Light.woff');
    font-style: normal;
}
@font-face {
    font-family: 'CorpoSTitleRegular';
    src: url('/assets/fonts/MBCorpoSTitle-Regular.woff');
    font-style: normal;
}
@font-face {
    font-family: 'CorpoSTitleBold';
    src: url('/assets/fonts/MBCorpoSTitle-Bold.woff');
    font-style: normal;
}
@font-face {
    font-family: 'CorpoSTitleExtraBoldItalic';
    src: url('/assets/fonts/CorporateS-ExtraBoldItalic.woff');
    font-style: normal;
}
html {
    position: relative;
    min-height: 100%;
}

.alert-info {
    background-color: #d9edf7 !important;
}

html, body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    padding: 101.25px 0 0 0;
    background: var(--bg-dark);
    font-family: 'CorpoSTextLight',Helvetica, Arial, sans-serif;
    text-align: left;
    /*line-height: 1.5rem;*/
    line-height: 1.5;
    font-weight: 300;
    /*font-size: 1.125rem;*/
    font-size: 18px;
    color: var(--light-text);
    /*max-width: 1920px;*/
    margin: 0 auto;

}

.clearfix {
    clear: both;
}

.body-container {
    background-color: var(--bg-dark) !important;
    /* background: var(--bg-dark) !important; */
    max-width: 100%;
    width: 100%;
}

.alt-layout .body-container {
    background-color: var(--bg-light) !important;
    background: var(--bg-light) !important;
    color: var(--dark-text);
}

    .alt-layout .body-container .footer, .alt-layout .body-container .header {
        color: var(--light-text) !important;
    }

.alt-layout a {
    color: var(--dark-text) !important;
}

.alt-layout .footer a, .alt-layout .header a {
    color: var(--light-text) !important;
}

    .alt-layout .header a.last-menu-item {
        color: var(--dark-text) !important;
    }

    .alt-layout .header a.last-menu-item-alt {
        color: var(--light-text) !important;
    }

.site-banner a {
    color: var(--light-text) !important;
}

.alt-layout .btn-primary:hover, .alt-layout .btn-primary:focus, .alt-layout .btn-primary:active {
    background: var(--bg-dark);
    color: var(--light-text);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin:0 !important;
}
h1, .h1{
    font-family: 'CorpoSTitleLight', Helvetica, Arial, sans-serif;
    line-height:1;
    font-size:72px;
    text-transform: uppercase;
    padding-bottom:24px;
}
.h1-sm {
    font-size:56px;
}
h1 span, .h1 span {
    font-family: 'CorpoSTitleExtraBoldItalic', Helvetica, Arial, sans-serif;
}
.home-text {
    font-family: 'CorpoSTitleExtraBoldItalic';
}
h2, .h2 {
    font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;
    font-size:36px;
    line-height:1;
    text-transform: uppercase;
}
h3, .h3 {
    font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;
    font-size:24px;
    line-height:1.25;
    letter-spacing:0.48px;
}
h3.intro, .h3.intro {
    font-family: 'CorpoSTextBold', Helvetica, Arial, sans-serif;

    letter-spacing: 0;
}
h4, .h4 {
    font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;
    font-size:24px;
    line-height:1.5;
    letter-spacing:1.6px;
}
ol, ul {
    line-height:1.67;
}
ol {
    counter-reset: list;
    margin: 0;
  }
  
  ol > li {
    list-style: none;
    position: relative;
  }
  
  ol > li:before {
    counter-increment: list;
    content: counter(list) ") ";
    position: absolute;
    left: -1.4em;
  }
  b,.bold {
    font-family: 'CorpoSTextBold', Helvetica, Arial, sans-serif;
  }
  .title-light {
    font-family: 'CorpoSTitleLight', Helvetica, Arial, sans-serif;
  }
  .title-regular {
    font-family: 'CorpoSTitleRegular', Helvetica, Arial, sans-serif;
  }
  .title-bold {
    font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;
  }
  .title-bold-italic {
    font-family: 'CorpoSTitleExtraBoldItalic', Helvetica, Arial, sans-serif;
  }
.no-ls {
    letter-spacing: 0;
}
.ls {
    letter-spacing:1.8px;
}
.ls-sm {
    letter-spacing:1.2px;
}
.lh {
    line-height:1.17;
}
.lh-md {
    line-height:1.25;
}
.lh-sm {
    line-height:1 !important;
}
/*
96 fs-xxxxl
72 fs-xxxl
60 fs-xxl
36 fs-xl
24 fs-lg
18 fs-md
16 fs-sm
14 fs-xs
12 fs-xxs
11 fs-xxxs
10 fs-xxxxs 
*/
.fs-xxxxxl {
    font-size: 120px;
}
.fs-xxxxl {
    font-size: 96px;
}
.fs-xxxl {
    font-size: 72px;   
}
.fs-xxl {
    font-size: 60px;
}
.fs-xl {
    font-size: 36px;   
}
.fs-lg {   
    font-size: 24px;
}
.fs-md {   
    font-size: 18px;
}
.fs-sm {
    font-size: 16px;
}
.fs-xs {
    font-size: 14px;
}
.fs-xxs {
    font-size: 12px;
}
.fs-xxxs {
    font-size: 11px;
}
.fs-xxxxs {
    font-size: 10px;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, div.white, a.white {
    color: var(--light-text);
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark, p.dark, div.dark, a.dark {
    color: var(--dark-text);
}

h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight,
p.highlight, a.highlight, span.highlight {
    color: var(--highlight-text);
}

.light-text {
    color: var(--dark-grey-text);
}

strong, .strong {
    font-family: 'CorpoSTextBold', Helvetica, Arial, sans-serif;
}

hr {
    background: var(--bg-light);
}
.ontrack {
    color:var(--ontrack) !important;
}
.ontrack-bg{
    background-color:var(--ontrack) !important;
}
.onroad {
    color:var(--onroad) !important;
}
.onroad-bg{
    background-color:var(--onroad) !important;
}
.onice {
    color:var(--onice) !important;
}
.onice-bg{
    background-color:var(--onice) !important;
}
a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a {
    color: var(--light-text);
}

    a:hover {
        color: var(--light-text);
        text-decoration: underline !important;
    }
    a.nounderline:hover {
        color: var(--light-text);
        text-decoration: none !important;
    }
.alert a, .alert a:hover {
    color: inherit;
    text-decoration: underline;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939598 !important;
    opacity: 1; /* Firefox */
}

.underline {
    text-decoration: underline !important;
}
.nounderline {
    text-decoration: none !important;
}
.footer a:hover {
    text-decoration:underline;
}

.site-banner {
    display: none;
    background: var(--bg-highlight);
    color: var(--light-text);
    transition: all 1s;
    height: 41px;
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
}
.site-banner-header {
    background: var(--bg-highlight);
    color: var(--light-text);
    transition: all 1s;
    height: 41px;
    width: 100%;
    max-width: 100%;
    border-bottom:1px solid var(--bg-light);
}
.cookie-banner {
    border-top: 3px solid var(--bg-highlight);
    background: var(--bg-dark);
    color: var(--light-text);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
    /*max-width:1920px;*/
    margin: 0 auto;
}

    .cookie-banner a {
        text-decoration: underline;
    }

.banner-close {
    cursor: pointer;
}

.header {
    margin: 0 auto;
    position: fixed;
    z-index: 15;
    top: 0; /*41px; */
    left: 0;
    right: 0;
    text-transform: uppercase;
    background-color: var(--bg-dark);
    border-bottom:1px solid var(--bg-light);
}


    .header a:visited,
    .header a:hover,
    .header a:focus,
    .header a:active {
        color: var(--light-text);
        text-decoration: none !important;
        outline: 0;
        box-shadow: none;
    }
    .header a.dropdown-item:visited,
    .header a.dropdown-item:hover,
    .header a.dropdown-item:focus,
    .header a.dropdown-item:active {
        
        text-decoration: underline !important;
        
    }
    .site_logo {
        max-width: 180px;
        width: 180px;
        /*padding-top: 10px;*/
    }
    .navbar-nav {
        height:100%;
        min-height:100px;
    }

.nav-item {
    position: relative;
    z-index: 10;
    font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;
    font-size:14px;
    letter-spacing:1.4px;
    display: flex;
    align-items: end;
}
.register-nav-item {
    border-left:1px solid var(--bg-light);
    padding-left:25px;
    padding-right:25px;
}
.nav-link {
    padding: 0 0 0 0; /*1rem 0.5rem 0 0.5rem*/
}


.navbar-fixed-top {
    -webkit-backface-visibility: hidden;
}





.slick-lightbox-slick-item-inner {
    width: 100vw;
}

.slick-lightbox-slick-img {
    object-fit: cover;
    width: calc(1.33 * (100vh - 200px));
}

.slick-lightbox-close {
    height: 64px;
    width: 64px;
}

.table-sort {
    width: 16px;
}

th img.table-sort-asc {
    display: none;
}

th img.table-sort-desc {
    display: inline;
}

th.desc img.table-sort-asc {
    display: inline;
}

th.desc img.table-sort-desc {
    display: none;
}

.slick-lightbox-close:before {
    font-size: 64px;
}

.header.scrolled a:not(.last-menu-item.light),
.header.scrolled a:visited:not(.last-menu-item.light),
.header.scrolled a:hover:not(.last-menu-item.light),
.header.scrolled a:focus:not(.last-menu-item.light),
.header.scrolled a:active:not(.last-menu-item.light) {
    color: var(--light-text);
}




.header a.last-menu-item {
    border: 2px solid var(--bg-highlight);
    background: var(--bg-highlight);
    padding: 8px 18px 8px 18px !important; /*0.5rem 1rem 0.5rem 1rem !important;*/
    /* color: var(--dark-text); */
    border-radius: 3px;
    /* margin-bottom:18px; */
    font-family: 'CorpoSTitleRegular', Helvetica, Arial, sans-serif;
    text-transform:none !important;
}
.header a.last-menu-item:hover {
    border: 2px solid var(--bg-highlight-hover);
    background: var(--bg-highlight-hover);
}


.nav-item-last a img {
    width:24px;
}
.nav-item-last {
    padding-right:0 !important;
}
.header a.last-menu-item-alt {
    background: transparent;
    border-radius: 2px; /* 0.125rem;*/
    color: var(--light-text);
}


.header .dropdown-menu {
    background: var(--dark-overlay);
    color: var(--light-text);
    border: none;
    margin: 0 0 0 0;
    width: 100%;
    text-align: left;
    left: 0;
    left: unset;
    border-radius: 0 0 3px 3px;
    min-width: 310px;
    padding: 0;
    top: calc(100% + 1px);
    transition: opacity 0.3s ease-out;
    display:block;
    visibility: hidden;
    opacity:0;
    height:0;
}

.header .last-menu-nav .dropdown-menu {
    min-width: 116px;
    right: 0;
    left: unset;
    /*    border: none;
    background: var(--mid-overlay);*/
}

    .header .last-menu-nav .dropdown-menu a:hover {
        background: transparent !important;
    }


.navbar-nav-dropdown {
    position: relative;
}

/* .dropdown.menu-item .dropdown-closed, .dropdown.menu-item:hover .dropdown-open {
    display: inline;
}

.dropdown.menu-item .dropdown-open, .dropdown.menu-item:hover .dropdown-closed {
    display: none;
} */

.header .dropdown-menu div {
    /*margin-top: 0.75rem;*/
}

.dropdown-toggle::after {
    display: none;
}

.header .dropdown-item {
    padding: 4px 0; /*0.5rem 1rem 0.5rem 1.5rem;*/
    color: var(--light-text);
}

    .header .dropdown-item:hover {
        text-decoration: underline;
        background: transparent;
    }

.container {
    max-width:1400px;
}
.navbar {
    max-width: 1400px;
    margin: 0 auto;
    padding:0;
}

.footer .container {
    /*max-width:1440px;*/
}

.dropdown-menu {
    /*animation: fade-out 1s;*/
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    margin: 4px 0;
}

.btn {
    font-size: 16px;
    font-family: 'CorpoSTitleRegular', Helvetica, Arial, sans-serif;
    padding: 8px 18px;
   border-radius:3px;

    min-width: 124px !important;

}

.table .btn {
    min-width: 140px;
}

/* .btn-md {
 
    font-size: 16px;
    padding: 6px 8px;
} */

.show-pw, .hide-pw {
    cursor: pointer;
}

#main {
    padding-top: 144px;
}

/* .btn-sm {
    width: auto !important;
    padding: 4px 12px !important; 
    min-width: 0 !important;
} */

.btn-primary, .btn-primary:visited {
    background: var(--bg-highlight);
    border: 1px solid var(--bg-highlight);
    outline: none;
    color: var(--light-text);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: var(--light-text);
        background: var(--bg-highlight);
        border: none;
    }
    .btn-primary.onroad:not(:disabled):not(.disabled).active, .btn-primary.onroad:not(:disabled):not(.disabled):active, .show > .btn-primary.onroad.dropdown-toggle {
        color: var(--light-text);
        background: var(--onroad);
        border: none;
    }
    .btn-primary.onice:not(:disabled):not(.disabled).active, .btn-primary.onice:not(:disabled):not(.disabled):active, .show > .btn-primary.onice.dropdown-toggle {
        color: var(--light-text);
        background: var(--onice);
        border: none;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: var(--bg-highlight-hover);
    }
    .btn-primary.ontrack,.btn-primary.ontrack:active {
        background: var(--ontrack);
        border: 1px solid var(--ontrack);
        color:var(--light-text) !important;
    }
    .btn-primary.ontrack:hover {
        background: var(--ontrack-hover);

    }
    .btn-primary.onice,.btn-primary.onice:active {
        background: var(--onice);
        border: 1px solid var(--onice);
        color:var(--light-text) !important;
    }
    .btn-primary.onice:hover {
        background: var(--onice-hover);

    }
.btn-primary.onroad {
    background: var(--onroad);
    color:var(--dark-text) !important;
    border: 1px solid var(--onroad);
}
.btn-primary.onroad:hover {
    background: var(--onroad-hover);
}
.btn-default, .btn-default:visited {
    background: var(--bg-dark);
    border: 1px solid var(--bg-light);
    outline: none;
    color: var(--light-text);
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background: var(--bg-light);
        color: var(--dark-text);
    }

.btn-alt, .btn-alt:visited {
    background: var(--bg-light);
    border: none;
    outline: none;
    /*min-width: 150px;*/
    color: var(--dark-text);
    border-radius: 3px;
}

    .btn-alt:hover, .btn-alt:focus, .btn-alt:active {
        background: var(--bg-dark);
        color: var(--light-text);
        border: 1px solid var(--bg-light);
    }

.btn-clear {
    background: transparent;
}
.btn.disabled {
    background:var(--bg-disabled);
    border: 1px solid var(--bg-disabled);
    color: var(--dark-text);
}

.red-dash {
    width: 48px;
}

.uline {
    text-decoration: underline;
}

.table {
    color: var(--light-text);
}

    .table th {
        padding-bottom: 24px;
    }

    .table td, .table th {
        border-top: none !important;
        border-bottom: 2px solid var(--bg-dark-grey) !important;
        vertical-align: middle;
        height: 58px; /*3.625rem;*/
        line-height: 44px; /*2.75rem;*/
    }

.event_listing .table td, .event_listing .table th {
    line-height: 18px;
}

#grid-view {
    line-height: 32px;
}

.footer {
    background: var(--bg-mid);
    position: relative;
    z-index: 2;
    font-family: 'CorpoSTitleRegular', Helvetica, Arial, sans-serif;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1.2px;
    line-height:2;
}
.social-tag {
    text-transform:lowercase;
}
.lowercase {
    text-transform: lowercase;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.social-tag span {
    font-family: 'CorpoSTitleExtraBoldItalic', Helvetica, Arial, sans-serif;
    text-transform:uppercase;
}
    .footer .alink {
        text-transform: uppercase;
    }
.footer-nav-item {
    font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;
    font-size:14px;
    letter-spacing:1.4px;
    line-height:24px;
}
.footer-border {
    border-bottom: 1px solid var(--grey-text);
    margin-top: 4px;
}
.fb {
    border-top:1px solid var(--bg-light);
}
.fr {
    height:100px;
}
.fc-1,.fc-2,.fc-3 {
    height:100%;
    display:flex;
    align-items:center;
    
}
.fc-1 {
    padding-right:4rem;
}
.fc-2,.fc-3 {
    padding-left:2.5rem;
    border-left:1px solid var(--bg-light);
}
.hero-container {
    position: relative;
    max-width:1600px;
    margin: 0 auto;
}
.exp-hero-copy {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:3;
}
.track-hero-copy {
    top: 50%;
    left: 0 !important;;
    transform: translate(0,-50%) !important;
    right: 0;
}
.exp-hero-overlay {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:2; 
}
.exp-hero-overlay img{
    max-width:80vw;
}
#exp-bg {
    aspect-ratio: 4/2;
    object-fit:cover;
    width:100%;
    
}
#exp-vehicle {
    
    width:100%;
}
.exp-vehicle {
    padding: 12px 2px;
    border-radius:10px;
}
.exp-vehicle:hover {
    background: rgba(255,255,255,0.1);
}
    .hero-container img {
        object-fit: cover;
        max-height: 100vh;
    }

.hero-overlay-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.hero-overlay-content {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -480px;
    background-position-y: 0;
}

.hero-headline {
    max-width: 480px;
}

    .hero-headline div {
        letter-spacing: 2px;
    }

.hero-scroll {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
}

    .hero-scroll a {
        padding: 6px;
        background: rgba(0,0,0,0.5);
        border-radius: 16px;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
    overflow: hidden;
}

    .video-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.schedule-toolbar {
    margin-top: -48px;
}
.schedule {
    border-bottom:1px solid var(--bg-light);
}
.sort-desc,.sort-asc {
    display:none;
}
.pointer {
    cursor:pointer;
}
.active-view-table {
    border:1px solid var(--bg-light);
    padding:1px 3px 3px 8px;
}
.inactive-view-table {
    border:1px solid transparent;
    padding:1px 3px 3px 8px;
}
.active-view-grid {
    border:1px solid var(--bg-light);
    padding:1px 6px 4px 6px;
}
.inactive-view-grid {
    border:1px solid transparent;
    padding:1px 6px 4px 6px;
}
#grid-view img.level-image {
    height:340px;
    object-fit:cover;
    border-radius:10px;
}
.tile-container {
    flex-direction:column;
}
.tile-flex {
    flex:1;
}
.tile-image {
    aspect-ratio: 3/2;
    object-fit:cover;
    border-radius: 6px;
}
.tile-image-container {
    position:relative;
}

.tile-image-container .top-corner {
    position:absolute;
    top:-2px;
    right:-2px;
    z-index:1;
    width:28%;
}
.tile-image-container .bottom-corner {
    position:absolute;
    bottom:-2px;
    left:-2px;
    z-index:1;
    width:28%;
}
.tile-copy {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.track-image-container {
    position:relative;
    min-height:360px;
}
.track-c .track-image-container {
    max-height:360px;
}
.track-image-container .track-image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.track-image-container .track-image-hidden {
    visibility:hidden;
} 
.track-schedule-image {
    height: 160px;
    object-fit: cover;
}



.track-images {
    height: 474px;
}



.track-image-main {
    height: 100%;
}

.track-image-small {
    height: 50%;
}

.track-map {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
    overflow: hidden;
}

    .track-map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

.track-map-title {
    /* position: absolute;
    top: 0;
    left: 0;
    right:0;
    width:100%;
    z-index:1; */
}
.agenda-title {
    min-width:150px;
}
.track-videos-container {
    position:relative;
    aspect-ratio: 16/9;
}
.track-asset-container {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;}
    .track-asset-container img,.track-asset-container video {
        aspect-ratio: 16/9;
        object-fit:cover;
        height:100%;
        border-radius:10px;
    }
.track-video-container {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}
.track-image-container {
    position:relative;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
}
.track-image-container video {
    border-radius: 10px;
    position:relative;
}
.track-image-container .top-corner {
    position:absolute;
    top:-2px;
    left:-2px;
    z-index:4;
    width:20%;
}
.track-image-container .bottom-corner {
    position:absolute;
    bottom:-2px;
    right:-2px;
    z-index:4;
    width:20%;
}
.track-nav-container {
    border-bottom:1px solid var(--bg-disabled);
    color:var(--bg-disabled);
    width:82%;
    margin:0 0 0 auto;
}
.track-nav-link {
    cursor:pointer;
}
.track-nav-link.active {
    color:var(--bg-light);
    border-bottom:2px solid var(--bg-light);

}
.gallery-image {
    width:100%;
    object-fit:cover;
    aspect-ratio: 16 / 8;
    border-radius:10px;
}
.gallery-slide-container {
    position:relative;
    
}
.gallery-slide-container .top-corner {
    position:absolute;
    top:-2px;
    left:-2px;
    z-index:1;
    width:14%;
}
.gallery-slide-container .bottom-corner {
    position:absolute;
    bottom:-2px;
    right:-2px;
    z-index:1;
    width:14%;
}
.gallery-slider .slick-dots {
    text-align: left;
    left: 25px;
    bottom:25px;
    max-width: 75%;
    overflow: hidden;
}
.gallery-slider .slick-dots li.slick-active button {
    background:var(--bg-light);
}
.gallery-slider .slick-dots li.slick-active button:before {
    color:var(--bg-light);
}
.gallery-slider .slick-dots li button:before {
    color:transparent;
}
.gallery-slider .slick-dots li {
    width: 14px !important;
    height: 14px !important; 
}
.gallery-slider .slick-dots li button {
    border: 2px solid var(--bg-light) !important;
    border-radius: 50% !important;
    width: 14px !important;
    height: 14px !important; 
}
.slick-next {
    right: 12px;
    z-index:14;
    width:18px;
    height:30px;
}
.slick-prev {
    left: 12px;
    z-index:14;
    width:18px;
    height:30px;
}
.experience-image .inquiry-img {
    height:100%;
    object-fit:cover;
}
.experience-image {
    position:relative;
    
}
.experience-image img {
    border-radius:10px;
}

.experience-image .top-corner {
    position:absolute;
    top:-2px;
    left:-2px;
    z-index:1;
    width:25%;
}
.experience-image .bottom-corner {
    position:absolute;
    bottom:-2px;
    right:-2px;
    z-index:1;
    width:25%;
}

.info-container {
    position:relative;
}
.info-copy {
    position:relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:3;
}
.info-images {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}
.info-image-container-1 {
    position:absolute;
    top:0;
    right:0;
}
.info-image-container-2 {
    position:absolute;
    top:220px;
    left:0;
}

.info-image-container-1 .top-corner {
    position:absolute;
    top:-2px;
    left:-2px;
    z-index:1;
    width:33%;
}
.info-image-container-1 .bottom-corner {
    position:absolute;
    bottom:-2px;
    right:-2px;
    z-index:1;
    width:33%;
}
.details-hide-container {
    position:relative;
}
.details-hide-container img {
    border-radius:10px;
}
.details-hide-container .top-corner {
    
        position:absolute;
        top:-2px;
        left:-2px;
        z-index:1;
        width:33%;
    
}
.details-hide-container .bottom-corner {
    position:absolute;
    bottom:-2px;
    right:-2px;
    z-index:1;
    width:33%;
}
.info-image-container-2 .top-corner {
    position:absolute;
    top:-1px;
    left:-1px;
    z-index:1;
    width:21%;
}
.info-image-container-2 .bottom-corner {
    position:absolute;
    bottom:-1px;
    right:-1px;
    z-index:1;
    width:21%;
}
.info-image-1 {
    max-width:260px;
    aspect-ratio:2.2/3;
    object-fit:cover;
    border-radius: 10px;
}
.info-image-2 {
    max-width:460px;
    aspect-ratio:3/2;
    object-fit:cover;
    border-radius: 10px;
}
.track-container-0 {
    border-top:1px solid var(--bg-light);
}
.track-container {
            
    border-bottom:1px solid var(--bg-light);
}
.track-link {
    cursor:pointer;
    padding:40px 0;
}
.track-link svg {
    display:none;
}

.track-link:hover svg {
    display:block;
}
.track-image-container {
    width:100%;
}
.track-image-container .track-image {
    opacity:0;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
    width: 100%;
    height: calc(100% + 96px);
    object-fit: cover;
    object-position: left center;
}
.track-image-hidden {
    max-width:50vw;
}
.track-image-container .track-image.active {
    opacity:1;
}
.apr-message {
    margin-left: 24px;
    padding-left: 8px;
    border-left: 2px solid var(--bg-highlight);
}

.ui-datepicker-unselectable {
    color: #E2E2E2 !important;
}

.form-group label {
    display: inline;
}

.form-control {
    color: var(--dark-text);
    margin-top: 6px;
}

.form-control-dark {
    background: var(--bg-dark);
    color: var(--light-text);
    border-radius: 0;
}

    .form-control-dark:focus {
        color: var(--light-text);
        background-color: var(--bg-dark);
        border-color: var(--bg-light-grey);
        outline: 0;
        box-shadow: 0 0 0 3px rgba(0,123,255,.25);
    }

.input-group-text {
    background: var(--bg-dark);
}

.nowrap {
    white-space: nowrap
}

#date_header, #track_header, #level_header, #location_header {
    cursor: pointer;
}

#layout-toggle {
    cursor: pointer;
}

.account-form {
    max-width: 300px;
}

.fixed-position {
    position: fixed;
    max-width: 100vw;
    width: 100%;
}

.alert {
    padding: 16px 20px 16px; /*1rem 1.25rem 1rem;*/
    line-height: 1;
}

.strikethru {
    text-decoration: line-through;
    color: var(--dary-grey-text);
}

@media(min-width:1200px) {
    .nav-item-flex {
        flex:1;
        justify-content:center;
    }
    .navbar-nav {
        width:100%;
    }
    /* .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fade-in 1s;
    } */
    /* .nav-item {
        padding-right:25px;
    } */
    .header .dropdown-menu.full {
        width: 100% !important;
        padding: 0;
        position: fixed !important;
        top: 101px;
        left: 0;
    }
    a.last-menu-item {
        margin-bottom:18px;
    }
    .nav-link div{
        border-top:2px solid var(--bg-dark);
    padding-bottom:18px;
    }
        .nav-item:not(.last-menu-nav):hover .nav-link div{
            border-top:2px solid var(--bg-highlight);
        }
    .navbar-brand {
        border-right:1px solid var(--bg-light);
        padding-right:25px;
        margin-right:25px;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .nav-item-last a {
        margin-bottom:18px;
    }


    /* .nav-item:not(.last-menu-nav):hover:after, .nav-item:not(.last-menu-nav):active:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: -13px;
        bottom: -1px;
        width: 30px;
        background-color: var(--bg-highlight);
        
        transform: skew(-20deg);
        border-radius: 4px 0 0 0;
    } */


}
#vehicles a {
    text-decoration: none !important;
}
.vehicle-data .vehicle-container .background-image {
    z-index:2;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    }
    .vehicle-data .vehicle-container .vehicle-image {
        z-index:3;
        position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
        }
        @media(min-width:1600px) {
            .track-image-container .track-image {
                width:calc(100% + 80px);
            }
            .vehicle-data .vehicle-container {
                max-width:1520px !important;
            }
        }
        @media(min-width:1366px) {
            .vehicle-padding {
                padding: 0 18px;
            }
        }
@media(min-width:1200px) {
    .vehicle-data .top-container {
        min-height:360px;
     }
.vehicle-data .top-container {
    position:relative;
//    max-height:483px;
}
.vehicle-data .vehicle-container,.vehicle-data .spec-container {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.vehicle-data .vehicle-container {
z-index:1;
max-width: 1440px;
margin: 0 auto;
}

.vehicle-data .spec-container {
    z-index:4;
}
}

 @media(max-width:1199px) {
    .vehicle-data .top-container {
    min-height:33.33vw;
 }
 }
 @media(max-width:1199px) {
    
 .vehicle-data .vehicle-container {
    position:relative;
    min-height:50vw;
 }
}
.grecaptcha-badge {
    display: none !important;
}
.modal {
    background:rgba(0,0,0,0.1);
}
.modal-dialog {
    max-width:1400px;
    border-radius:10px;
}
.modal-header {
    background-color:transparent !important;
    border-bottom:none;

}
.modal-header .close {
    text-shadow:none;
    color:var(--light-text);
    padding:1rem;
    opacity:1;
}
.modal-content,.modal-body {
    background-color:var(--bg-dark);
    border-radius:10px;
    padding:0;
}
@media (min-width:992px) and (max-width:1430px) {
    .navbar { padding:0 15px; }
}
@media (min-width: 1367px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-custom .navbar-nav .nav-link {
                padding-right: 8px;
                padding-left: 8px;
            }

        .navbar-expand-custom .navbar-collapse {
            display: flex !important;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: unset;
        flex-flow: unset;
        -ms-flex-pack: start;
        justify-content: space-between;
    }

        .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 0;
            padding-left: 0;
        }
}

@media(min-width:992px) {

    .h-lg-100 {
        height: 100% !important;
    }

    .table-action {
        min-width: 248px;
    }
}

@media(min-width:768px) {
    .mr-md-4 {
        margin-right: 40px !important;
    }

    .h-md-100 {
        height: 100% !important;
    }
}

@media(max-width:1199px) {
    .navbar-nav .nav-link {
        width:100%;
    }
    /*    .site-banner {
        position: relative;
        z-index: 16;
    }*/.navbar .container {
        display:block;
    }
    .nav-item {
        flex-direction:column;
        align-items:start;
    }
    .account {
        padding-left: 39px;
    }

    .nav-item {
        border-bottom: 2px solid var(--bg-mid);
    }

    .nav-item:first-child {
        border-top: 2px solid var(--bg-mid);
    }



    .nav-item:not(.last-menu-nav):hover {
        background: var(--bg-grey);
    }

    .last-menu-nav {
        background: var(--bg-light);
    }

    .nav-link {
        cursor: pointer;
        padding: 16px 0;
    }

    .logo-alt {
        position: absolute;
        z-index: 20;
        display: block !Important;
    }
.navbar {
    max-width:100% !important;
    width:100% !important;
}
    #navbar-menu {
        background: var(--bg-grey);
    }

    .navbar-open {
        background: var(--bg-grey);
        min-height: 61px;
    }

    #navbar-close {
        background: var(--bg-grey);
    }
    .navbar {
        height:100px;
        display:flex;
        align-items:center;
    }
        
    .navbar-brand {

    }
    .navbar-brand-menu svg {
        fill:#000000;
    }
    /*    .dropdown-menu {
        display: block;
        height:0;
        visibility:hidden;
        animation: fade-in 1s;
    }

    .dropdown:hover > .dropdown-menu {
        height: auto;
        visibility: visible;
        animation: fade-in 1s;
    }*/
    .header .nav-item {
        text-align: left;
    }

    .navbar-collapse {
        background: var(--bg-grey) !important;
    }

    .header a, .header a:visited, .header a:hover, .header a:focus, .header a:active {
        color: var(--dark-text);
    }

        .header .dropdown-menu a.dropdown-item, .header a.dropdown-item:visited, .header a.dropdown-item:hover, .header a.dropdown-item:focus, .header a.dropdown-item:active {
            color: var(--light-text);
        }

    .header .dropdown-item {
        display: block;
        text-align: left;
        padding: 4px 0;
    }



        .header .dropdown-item:hover {
            background: var(--bg-dark);
        }

    .header .dropdown-menu {
        border-top: 2px solid var(--bg-grey);
        text-align: left;
    }

    .header .navbar-nav {
        background: var(--bg-grey);
        color: var(--dark-text);
    }

    .header a, .header a:visited, .header a:hover, .header a:focus, .header a:active {
        color: var(--dark-text);
    }

        .header a.last-menu-item {
            border: none;
            color: var(--dark-text);
        }



    .header li a.nav-link, .header li a.nav-link:before {
        border-bottom: none;
        background: none !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .header a.last-menu-item {
        padding: 8px 16px 0 12px !important;
        text-transform:uppercase !important;
        font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;

    }
.account.fs-xxxs {
    font-size:14px;
    font-family: 'CorpoSTitleBold', Helvetica, Arial, sans-serif;

}
    /* header .container {
        width: 100% !important;
        max-width: 100% !important;
    } */

    .nav-link {
        margin: 0;
        display: inline-block;
    }

    .navbar-collapse {
        background: var(--bg-dark);
        overflow-y: scroll;
        margin: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 101px;
        bottom: 0;
    }

    .navbar-collapse {
        overflow-y: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }

        .navbar-collapse::-webkit-scrollbar { /* WebKit */
            width: 0;
            height: 0;
        }

    .navbar-toggler {
        z-index: 20;
        position: absolute;
        right: 0;
    }

    

    .header .nav-item span {
        float: right;
        padding: 22px 0;
    }

        .header .nav-item span img {
            height: 12px;
        }

    .header .dropdown-menu div {
        /* margin-top: 0;
        padding: 0; */
        border-style: none;
    }

    /* .header .dropdown-item {
        display: block;
        padding: 0 1rem 1rem 0;
    } */


    .navbar.scrolled .navbar-toggler {
        display: block;
    }

    .header {
        /* top: 0 !important; */
        padding: 0;
        /* background:var(--bg-dark); */
        color: var(--light-text);
        background-position-y: 0;
        background-size: cover;
    }

        .header a,
        .header a:visited,
        .header a:hover,
        .header a:focus,
        .header a:active {
            /* color: var(--light-text); */
            text-decoration: none;
            outline: 0;
            box-shadow: none;
        }

        /* .header .container.social-icons-menu {
            display: block !important;
            position: relative;
            z-index: 10;
            width: 480px !important;
        } */
}

@media(min-width: 768px) {
    .vehicle-image-container img {
        max-width: 100%;
    }

    .vehicle-image-container.g63 {
        padding-bottom: 10px;
    }

        .vehicle-image-container.g63 img {
            object-fit: cover !important;
            height: 166px;
            margin: -26px 0;
        }

    .vehicle-image-container.sl63 img {
        object-fit: cover !important;
        height: 152px;
        margin: -20px 0;
    }
}

.vehicle-image-container {
    height: 240px;
}

    .vehicle-image-container img {
        max-height: 100%;
        max-width: 100%;
    }

    .vehicle-image-container.eqs {
        margin-bottom: -20px;
    }

        .vehicle-image-container.eqs img {
            height: 220px;
        }

@media(min-width: 992px) {
    .vehicle-image-container.eqs {
        margin-bottom: 0;
    }


    .vehicle-image-container {
        height: 152px;
        /*display: flex;*/
        align-items: center;
    }

        .vehicle-image-container img {
            max-width: 100%;
        }

        .vehicle-image-container.g63 {
            padding-bottom: 10px;
        }

            .vehicle-image-container.g63 img {
                object-fit: cover !important;
                height: 172px;
                margin-bottom: -24px;
            }

        .vehicle-image-container.eqs img {
            height: 152px;
            margin-bottom: -20px;
        }

        .vehicle-image-container.sl63 img {
            object-fit: cover !important;
            height: 152px;
            margin-bottom: -20px;
        }
}

@media(min-width: 1200px) {
    .vehicle-image-container {
        height: 212px;
        /*display: flex;*/
        align-items: center;
    }

        .vehicle-image-container img {
            max-width: 100%;
        }

        .vehicle-image-container.g63 {
            padding-bottom: 10px;
        }

            .vehicle-image-container.g63 img {
                object-fit: cover !important;
                height: 200px;
                margin-bottom: -40px;
                margin: -10px 0;
            }

        .vehicle-image-container.eqs img {
            height: 186px;
            margin-bottom: -20px;
        }

        .vehicle-image-container.sl63 img {
            object-fit: cover !important;
            height: 186px;
            margin: -20px 0;
        }
}


@media(max-width:1199px) {
.single-item-nav {
    background:var(--bg-light);
}

    .track-images {
        height: auto;
    }

    .track-image-main {
        height: auto;
    }

    .track-image-small {
        height: auto;
    }

    
}

@media(max-width:991px) {
    .fs-xxxxl {
        font-size: 68px;
    }
    .fs-xxxl, h1, .h1 {
        font-size: 50px;
    }
    .fs-xxxxxl {
        font-size:82px;
    }
    .info-image-1 {
        max-width: 212px;
    }
    .info-image-2 {
        max-width: 300px;
    }
    .info-image-container-2 {
        top:154px;
     
    }
    .info-home .info-image-container-2 {
        top:90px;
     
    }
    .fs-xxl {
        font-size:40px;
    }
    .site_logo {
        max-width: 130px;
        width: 130px;
        /*padding-top: 10px;*/
    }
    .fc-1 {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    
    .schedule-toolbar {
        margin-top: -42px;
    }

    .footer .container {
        max-width: 320px !important;
    }
    body {
        font-size: 16px;
    }

    .hotel-image {
        height: 40vh;
        min-height: 250px;
        object-fit: cover;
    }
}
@media(min-width:768px) {
    lb {
        display:inline;
     }
     lb::after {
        content: "";
        display: block;
      }
}
@media(max-width:767px) {
    .site-banner-header {
        height:auto;
        text-align:center !important;
    }
    access-widget-ui button {
        width:40px;
        height:40px;
    }

    h1 {
        font-size:40px;
    }
    .h1 {
        font-size:35px;
    }
    lb::after {
        content: " ";
     }
    h2, .h2 {
        font-size:36px;
    }
    h3, .h3 {
        font-size:24px;
    }
    h4, .h4 {
        font-size:24px;
    }
    .fs-xxxxxl {
        font-size:48px;
    }
    .fs-xxxxl {
        font-size: 48px;
    }
    .fs-xxxl {
        font-size: 40px;   
    }
    .fs-xxl {
        font-size: 32px;
    }
    .fs-xl {
        font-size: 24px;   
    }
    .fs-lg {   
        font-size: 20px;
    }
    .fs-md {   
        font-size: 18px;
    }
    .fs-sm {
        font-size: 16px;
    }
    .fs-xs {
        font-size: 14px;
    }
    .fs-xxs {
        font-size: 12px;
    }
    .fs-xxxs {
        font-size: 11px;
    }
    .fs-xxxxs {
        font-size: 10px;
    }
    .cookie-details {
        display: none;
    }
    .fc-3 {
        padding-left:1rem;
        border-left:none !important;
    }
    .read-more {
        cursor: pointer;
        text-decoration: underline;
    }
    .info-image-container-2 {
        display:none;
     
    }
    .hero-overlay-container {
        position: relative;
    }

    .hero-container .hero-image {
        object-fit: cover;
        height: 42vh;
    }

    .hero-headline {
        margin-top: -48px;
    }

    .hero-overlay-content {
        background-image: none;
        height: auto;
        margin-top: -80px;
    }
    .gallery-image {
        aspect-ratio: 3 / 4;
    }
}

@media(max-width:575px) {
    .nowrap {
        white-space: normal;
    }

    .container {
        padding: 0 32px;
    }

    .btn {
        width: 100% !important;
    }
}

input:checked ~ .checkmark {
    background-color: var(--bg-highlight);
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: var(--bg-light);
    border: 1px solid var(--bg-dark-grey);
}

.checkbox.has-error .checkmark {
    background-color: var(--bg-alert);
    border: 1px solid var(--bg-highlight)
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: var(--bg-dark-grey);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--bg-highlight) !important;;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid var(--light-text);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
