﻿/***** LAYOUT *****/
.padding-1 {
    padding: 30px;
}

@media (min-width:64em) {
    .padding-1 {
        padding: 40px 45px;
    }
}

.invisible {
    display: none;
}
/***** End of LAYOUT *****/

/***** Updated styled table ***/
.recipe-table-two table {
    width: 100%;
}

.recipe-table-two tr:nth-child(even) {
    background-color: #f1f1f1;
}

.recipe-table-two td {
    padding: 0.5rem 0.625rem 0.625rem;
    border: 1px solid #f1f1f1;
}

    .recipe-table-two td.center {
        text-align: center;
    }

    .recipe-table-two td a span {
        padding-right: 5px;
    }

.recipe-table-two thead {
    background-color: #f8f8f8;
}

div.directions-title {
    font-weight: bold;
    padding: 3px 3px 3px 5px;
    background-color: #f1f1f1;
}
/***** THEMES *****/
a.link-color-1 {
    color: #c41a30;
}

a.go-back-link {
    text-decoration: underline;
    padding: 20px 0;
}

    a.go-back-link:hover,
    a.go-back-link:focus {
        text-decoration: none;
    }

@media (max-width:47.99em) {
    a.go-back-link {
        display: block;
    }
}

.theme-bg-1 {
    background: #e5e5e5;
}
/* gray 1 */
.theme-bg-2 {
    background: #dcdcdc;
}
/* gray 2 - darker */

a.skew__button {
    color: #fff;
}

.skew__button,
.faux-skew-button .faux-skew-button__accent {
    display: inline-block;
    position: relative;
    z-index: 5;
    /* margin: 0 70px 0 0; */
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #d82432;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 4px;
}

@media(min-width: 60em) {
    .skew__button,
    .faux-skew-button .faux-skew-button__accent {
        min-width: 180px;
    }
}

/* .skew__button:before,
    .faux-skew-button .faux-skew-button__accent:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 27px;
        right: -27px;
        background-color: #c41a30;
        -webkit-transform: translateX(0) skew(-24deg);
        transform: translateX(0) skew(-24deg);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .skew__button:after,
    .faux-skew-button .faux-skew-button__accent:after {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 100%;
        margin-left: 32px;
        border: 5px solid #c41a30;
        border-top: 0;
        border-bottom: 0;
        width: 15px;
        -webkit-transform: translateX(0) skew(-24deg);
        transform: translateX(0) skew(-24deg);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    } */

.skew__button.btn-theme-2,
.faux-skew-button.btn-theme-2 .faux-skew-button__accent {
    background-color: #353535;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*  .skew__button.btn-theme-2:before,
        .faux-skew-button.btn-theme-2 .faux-skew-button__accent:before {
            background-color: #353535;
        }

        .skew__button.btn-theme-2:after,
        .faux-skew-button.btn-theme-2 .faux-skew-button__accent:after {
            border: 5px solid #353535;
            border-top: 0;
            border-bottom: 0;
        } */

.skew__button.btn-theme-3,
.faux-skew-button.btn-theme-3 .faux-skew-button__accent {
    background-color: #7B6342;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* .skew__button.btn-theme-3:before,
        .faux-skew-button.btn-theme-3 .faux-skew-button__accent:before {
            background-color: #93774f;
        }

        .skew__button.btn-theme-3:after,
        .faux-skew-button.btn-theme-3 .faux-skew-button__accent:after {
            border: 5px solid #93774f;
            border-top: 0;
            border-bottom: 0;
        } */

.skew__button.btn-theme-4,
.faux-skew-button.btn-theme-4 .faux-skew-button__accent {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #737373;
}

.skew__button:hover,
.skew__button:focus,
.faux-skew-button .faux-skew-button__input:hover ~ .faux-skew-button__accent,
.faux-skew-button .faux-skew-button__input:focus ~ .faux-skew-button__accent {
    background-color: #c12436;
}

.skew__button.btn-theme-2:hover,
.skew__button.btn-theme-2:focus {
    background-color: #282828;
}

.skew__button.btn-theme-3:hover,
.skew__button.btn-theme-3:focus {
    background-color: #635336;
}

.skew__button.btn-theme-4:hover,
.skew__button.btn-theme-4:focus {
    background-color: #505050;
}

.skew__button:after {
    content: "\00BB";
    display: inline-block;
    position: relative;
    top: -.1em;
    vertical-align: top;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

/*.skew__button:hover:after,
    .skew__button:focus:after {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
    }

        .skew__button:hover:before,
        .skew__button:focus:before,
        .faux-skew-button .faux-skew-button__input:hover ~ .faux-skew-button__accent:before,
        .faux-skew-button .faux-skew-button__input:focus ~ .faux-skew-button__accent:before {
            background-color: #282828;
        }

        .skew__button:hover:after,
        .skew__button:focus:after,
        .faux-skew-button .faux-skew-button__input:hover ~ .faux-skew-button__accent:after,
        .faux-skew-button .faux-skew-button__input:focus ~ .faux-skew-button__accent:after {
            border: 5px solid #282828;
            border-top: 0;
            border-bottom: 0;
        } */

/*Plan Ahead Button Grid*/
.btn-grid .skew__button {
    padding: 15px 0;
}

.btn-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(180px, 1fr));
    grid-gap: 5px;
}

.faux-skew-button {
    display: block;
    position: relative;
    z-index: 5;
    max-width: 300px;
}

    .faux-skew-button .faux-skew-button__input {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        padding: 20px 70px 20px 20px;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        text-align: left;
        color: #fff;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.faux-skew-button__input ~ .faux-skew-button__accent {
    z-index: 1;
    min-height: calc(1em + 40px);
}

.ticketingitem .faux-skew-button {
    margin-top: 20px;
}

.faux-skew-button .faux-skew-button__accent {
    width: 58%;
    max-width: 400px;
}

/***** End of THEMES *****/

.headerBar {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 50px;
}

    .headerBar h1 {
        display: inline-block;
        position: relative;
        z-index: 5;
        width: 100%;
        margin: 0 0 14.5vw 0;
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
        font-family: "Teko", sans-serif;
        vertical-align: middle;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        color: #ffffff;
        max-height: 320px;
    }

        .headerBar h1:before {
            content: " ";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: -27px;
            right: -27px;
            background-color: #282828;
            -webkit-transform: translateX(0) skew(-24deg);
            transform: translateX(0) skew(-24deg);
            -webkit-transition: transform 0.3s ease-in-out;
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
            width: calc(100% - 65px);
        }

        .headerBar h1:after {
            content: " ";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            right: 20px;
            margin-left: 45px;
            border: 20px solid #282828;
            border-top: 0;
            border-bottom: 0;
            width: 55px;
            -webkit-transform: translateX(0) skew(-24deg);
            transform: translateX(0) skew(-24deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .headerBar.gold h1:before {
        background-color: #93774f;
    }

    .headerBar.gold h1:after {
        border: 20px solid #93774f;
        border-top: 0;
        border-bottom: 0;
    }

    .headerBar h1 > span {
        display: block;
        max-width: 1588px;
        margin: 0 auto;
        padding: 18px 20px;
        background: #282828;
    }

@media (min-width:64em) {
    .headerBar h1 {
        font-size: 42px;
    }

        .headerBar h1 > span {
            padding: 30px 53px;
        }
}

.headerBar.no-bg-image {
    margin-bottom: 0px;
    padding-bottom: 76px;
}

@media (min-width:64em) {
    .headerBar.no-bg-image {
        padding-bottom: 96px;
    }
}

.headerBar.no-bg-image h1 {
    margin-bottom: 0px;
}

.interior-page .flex-row {
    margin: 0 auto;
    max-width: 1588px;
}

.headerBar.schedule-header {
    margin-bottom: 0px;
    background: #2b2b2b;
}

    .headerBar.schedule-header h1 {
        margin-bottom: 0px;
    }

        .headerBar.schedule-header h1 span.flex > span:nth-child(2) span {
            display: block;
        }

            .headerBar.schedule-header h1 span.flex > span:nth-child(2) span + span {
                font-size: 18px;
                font-family: Roboto, sans-serif;
                text-transform: capitalize;
                font-weight: 400;
            }

        .headerBar.schedule-header h1:before {
            background-color: #93774f;
        }

        .headerBar.schedule-header h1:after {
            border: 20px solid #93774f;
            border-top: 0;
            border-bottom: 0;
        }

@media (max-width:47.99em) {
    .headerBar.schedule-header {
        background: #93774f;
        text-align: center;
    }

        .headerBar.schedule-header h1 span.flex > span:nth-child(2) span + span {
            font-size: 16px;
        }

        .headerBar.schedule-header .flex img {
            max-width: 120px;
        }

        .headerBar.schedule-header .flex > span {
            display: block;
            margin-bottom: 10px;
        }
}

@media (min-width: 48em) {
    .headerBar.schedule-header h1 > span.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .headerBar.schedule-header h1 .flex > span {
        -ms-flex-item-align: center;
        align-self: center;
    }

        .headerBar.schedule-header h1 .flex > span:nth-child(2) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .headerBar.schedule-header h1 .flex > span:nth-child(1) {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 30px;
        }

        .headerBar.schedule-header h1 .flex > span:nth-child(3) {
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }
}
/* Shopping Cart */

@media (min-width:64em) {
    .ticket-event-cart {
        width: 95%;
        border: #e6e6e6 solid 2px;
        margin: 0 auto;
        margin-bottom: 15px;
        padding: 0;
    }
}

.ticket-event-cart .ticket-event-block-header {
    background: #282828;
    font-weight: normal;
    font-family: "Teko", sans-serif;
    font-size: 18pt;
}

.ticket-event-cart .cart-line-item {
    font-size: 12pt;
    padding: 10px;
}

.ticket-event-cart .ticket-event-cart-item .textRight {
    padding-right: 25px;
}

.ticket-event-cart .faux-skew-button, .ticket-event-cart .right-link {
    display: inline-block;
    min-width: 300px;
    float: right;
    padding-bottom: 10px;
}

    .ticket-event-cart .right-link a {
        display: block;
        z-index: 3;
        padding: 20px 70px 20px 50px;
        border: 0;
        cursor: pointer;
        font-weight: bold;
    }
/* Content Widget */
.interior-content__widget .widget__header {
    padding: 12px 18px 5px;
}

.interior-content__widget h2 {
    margin: 0;
    color: #000000;
    font-family: "Teko", sans-serif;
}

@media (min-width:64em) {
    .interior-content__widget .widget__header {
        padding: 12px 53px 5px;
    }
}

.widget__header.has-addition h2 {
    margin-bottom: 0px;
}

.widget__header.has-addition > span a {
    margin: 0;
}

@media (min-width:48em) {
    .widget__header.has-addition {
        display: table;
        width: 100%;
    }

        .widget__header.has-addition h2 {
            display: table-cell;
            padding-right: 20px;
            margin: 0;
        }

        .widget__header.has-addition > span {
            display: table-cell;
            text-align: right;
        }
}

.widget__content > .dropitem {
    margin-left: -15px;
    margin-right: -15px;
}

.dropitem {
    position: relative;
    margin-bottom: 2em;
}

.dropitem__title {
    padding: 36px 150px 36px 36px;
    background: #ededed;
    font-family: "Teko", sans-serif;
    font-size: 36px;
}

.dropitem__button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 36px;
    border: 0;
    background: #c41a30;
    color: #FFFFFF;
    font-family: "Teko", sans-serif;
    font-size: 24px;
    line-height: 36px;
    cursor: pointer;
}

    .dropitem__button:before {
        content: "more ";
    }

    .dropitem__button:after {
        content: " +";
    }

.active.dropitem__button {
    background: #000000;
}

    .active.dropitem__button:before {
        content: "hide ";
    }

    .active.dropitem__button:after {
        content: " -";
    }

@media (min-width:48em) {
    .dropitem__button {
        min-width: 153px;
    }
}

@media (max-width:47.99em) {
    .dropitem__button:before {
        display: none;
    }

    .dropitem__title {
        padding: 20px 90px 20px 20px;
    }

    .dropitem__button {
        padding: 20px;
    }
}

.dropitem__content {
    display: none;
    position: relative;
    z-index: 1;
    border: 1px solid #ededed;
    border-top: 0;
    /* overflow: hidden;
    max-height: 0; */
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}

.single-item .dropitem__content {
    display: block;
}

.dropitem__content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    border: 14px solid transparent;
    border-top: 14px solid #ededed;
}

.active .dropitem__content {
    max-height: 2000px;
    height: auto;
}

.dropitem__content .wysiwyg-content {
    padding: 25px 15px 5px;
}

@media (min-width:64em) {
    .dropitem__contentwrapper {
        padding: 2em;
    }

        .dropitem__contentwrapper .scrollTop {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }
}


.ticketingitem {
    position: relative;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .ticketingitem:before {
        content: " ";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 1px solid #e5e5e5;
    }

    .ticketingitem:hover:before, .ticketingitem:focus:before {
        -webkit-box-shadow: 0px 0px 30px 7px rgba(214,214,214,1);
        box-shadow: 0px 0px 30px 7px rgba(214,214,214,1);
    }

    .ticketingitem.soldout:hover:before, .ticketingitem.soldout:focus:before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ticketingitem__content {
    padding: 50px 30px;
}

.ticketingitem h4.ticketingitem__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Teko", sans-serif;
    font-size: 36px;
}

.ticketingitem .soldout-message {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(213,213,213,.9);
    color: #000;
    text-align: center;
    text-shadow: 3px 1px 0 rgba(255, 255, 255, 1);
    font-family: "Teko", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    z-index: 10;
}

.ticketingitem.soldout .soldout-message {
    display: block;
}

.ticketingitem .soldout-message > span {
    display: table;
    width: 100%;
    height: 100%;
}

    .ticketingitem .soldout-message > span > span {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
    }

.ticketingitem .ticketingitem__date {
    margin: 0;
    font-size: 15px;
}

    .ticketingitem .ticketingitem__date + .row {
        margin-top: 18px;
    }

@media (min-width:48em) {
    .widget__content > .ticketing-items {
        margin-left: -15px;
        marigh-right: -15px;
    }

    .ticketing-items {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ticketingitem {
        width: 50%;
    }
}

@media (min-width: 61.25em) {
    .ticketingitem .ticketingitem__date {
        font-size: 20px;
    }
}

.ticketingitem .ticketingitem__location {
    font-size: 18px;
    font-weight: 700;
}

.ticketingitem__subheader {
    display: block;
    margin: 0;
    font-family: "Teko", sans-serif;
    font-size: 30px;
}

.ticketingitem__price {
    font-size: 20px;
}

.ticketingitem .ticketingitem__qty {
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.ticketingitem .skew__button {
    width: 58%;
    max-width: 400px;
    margin-top: 20px;
}

.cart__widget.widget {
    max-width: 380px;
    border: 0;
    margin: 0 auto;
    background: #dcdcdc;
    font-family: "Roboto", sans-serif;
}

.cart__widget .widget__header {
    padding: 16px 0;
    background: #93774f;
}

.cart__widget .widget__title {
    width: 100%;
    background: none;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}

    .cart__widget .widget__title:before, .cart__widget .widget__title:after {
        background: none;
        border: 0;
    }

.cart__widget .widget__content {
    color: #000000;
    text-align: center;
}

.cart__widget .widget__content {
    padding: 25px 30px 0;
}

.cart__widget .widget__footer {
    padding: 25px 30px;
}

.cart__widget .cart__type {
    font-family: "Teko", sans-serif;
    font-size: 36px;
    line-height: 1em;
    margin: 0;
}

.cart__widget .cart__price {
    padding: 10px 0 20px;
    border-bottom: 1px solid #b0b0b0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.cart__widget .widget__footer {
    color: #000000;
}

.cart__widget .cart__subtotal {
    font-size: 18px;
    font-weight: 700;
}

.cart__widget.widget .event-btn {
    display: inline-block;
    position: relative;
    z-index: 5;
    margin-bottom: 0;
    padding: 20px 50px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #d91f29;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.interior-page .no-margin + .section .flex-col--aside {
    padding-bottom: 45px;
}

@media (min-width: 48em) {
    .interior-page .flex-col--main {
        width: calc(100% - 340px);
        min-width: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .interior-page .flex-col--aside {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 240px;
        min-width: 240px;
        margin: 0 auto;
    }

    .interior-page .flex-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


@media (min-width:77em) {
    .interior-page .flex-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .interior-page .flex-col--aside {
        padding-top: 45px;
    }
}


@media (min-width: 81em) {
    .interior-page .flex-col--aside {
        width: 340px;
        min-width: 340px;
    }
}

/* Forms */
.form-title {
    font-family: "Teko", sans-serif;
    font-size: 36px;
}

.form-content select,
.form-content input[type="text"] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 5px 10px;
}

.form-content label,
.item-total {
    margin: 0;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.total-cost {
    margin: 0;
    font-family: "Teko", sans-serif;
    font-size: 36px;
}

.form-content label {
    display: block;
    margin-bottom: 10px;
}

.form-content .item-total label,
.form-content .total-cost label {
    display: inline-block;
    margin-right: 15px;
}

.form-content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0;
}

.form-row {
    margin-bottom: 25px;
}

[class*="padding-"] .form-row:last-child {
    margin-bottom: 0px;
}

.form-row > div {
    margin-bottom: 30px;
}

.form-col-s-1 select {
    width: 100%;
}

.form-col-s-2 select {
    max-width: 100%;
}

@media (min-width: 48em) {
    .form-row {
        display: table;
    }

        .form-row > div {
            display: table-cell;
            vertical-align: middle;
            padding: 5px 0;
            padding-right: 30px;
        }

            .form-row > div:last-child {
                padding-right: 0px;
            }

            .form-row > div.form-col-action {
                -ms-flex-item-align: end;
                align-self: flex-end;
                vertical-align: bottom;
            }

    .form-content label {
        display: inline;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .form-col-s-1 select {
        width: 260px;
        max-width: 100%;
    }

    .form-col-s-2 select,
    .form-col-s-2 input[type="text"] {
        width: 180px;
        max-width: 100%;
    }

    .form-col-s-3 select,
    .form-col-s-3 input[type="text"] {
        width: 195px;
        max-width: 100%;
    }
}

@media (min-width: 64em) {
    .form-col-s-1 select {
        width: 310px;
    }

    .form-col-s-2 select,
    .form-col-s-2 input[type="text"] {
        width: 220px;
        max-width: 100%;
    }

    .form-col-s-3 select,
    .form-col-s-3 input[type="text"] {
        width: 260px;
        max-width: 100%;
    }

    .form-row {
        margin-bottom: 40px;
    }

    .keyword-search .form-row {
        margin-bottom: 15px;
    }

    [class*="padding-"] .form-row:last-child {
        margin-bottom: 0px;
    }
}

.form-footer {
    padding-top: 45px;
}

    .form-footer .skew__button {
        margin-right: 100px;
    }

.action-button {
    display: inline-block;
    background: #c41a30;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.tab-module .form-content {
    border-top: 0;
}

/****** TABS - NOTE: responsive behaviour can be added if needed - details here: https://github.com/jellekralt/Responsive-Tabs ******/
.r-tabs .r-tabs-nav {
    margin: 0 !important;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.tabs__widget .widget__content {
    padding-top: 0;
}

.tabs__widget .form-row {
    margin: 0;
}

.tab-module {
    margin-top: -60px;
}

.form-content .tab-module {
    margin-top: 0;
}

.tabs__widget ~ .form-content {
    border-top: 0;
}

/* Tabs container */
.r-tabs {
    position: relative;
}

    /* Tab element */
    .r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        line-height: 30px;
    }

li.r-tabs-tab.selected {
    background: #fff;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: block;
    height: 60px;
    padding: 17px 40px;
    text-decoration: none;
    font-weight: 400;
    background: none;
    border: 0;
    position: relative;
    font-size: 30px;
    color: #010101;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
}

    .r-tabs .r-tabs-nav .r-tabs-anchor:hover,
    .r-tabs .r-tabs-nav .r-tabs-anchor:focus {
        color: #dcdcdc;
        background: #010101;
    }

@media (max-width: 47.99em) {
    .r-tabs .r-tabs-nav {
        margin: 0 -18px !important;
    }

        .r-tabs .r-tabs-nav .r-tabs-anchor {
            padding: 17px 14px;
            font-size: 22px;
        }
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    background: #ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
    border: 0px solid #ccc;
}

/****** End of TABS ******/

/* Flex items */
@media (min-width: 48em) {
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .grow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .fixed {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}



/* News and Media List */
.media-items-list {
    margin: 30px 0 10px 0;
}

.media-item-box {
    z-index: 0;
    position: relative;
}

    .media-item-box h6 {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Teko", sans-serif;
        height: 40px;
        top: 16px;
        z-index: 100;
        position: absolute;
        padding: 9px 30px;
        display: inline-block;
        background: #dcdcdc;
        opacity: .9;
        border: 0;
        font-size: 22pt;
    }

        .media-item-box h6.t-text-n {
            color: #fff;
            background: #c41a30;
        }

        .media-item-box h6:before {
            content: " ";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 27px;
            right: -27px;
            height: 40px;
            background-color: #dcdcdc;
            -webkit-transform: translateX(0) skew(-24deg);
            transform: translateX(0) skew(-24deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .media-item-box h6.t-text-n:before {
            background-color: #c41a30;
        }

        .media-item-box h6:after {
            content: " ";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 100%;
            margin-left: 32px;
            border: 5px solid #dcdcdc;
            border-top: 0;
            border-bottom: 0;
            width: 15px;
            height: 40px;
            -webkit-transform: translateX(0) skew(-24deg);
            transform: translateX(0) skew(-24deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .media-item-box h6.t-text-n:after {
            border-color: #c41a30;
        }

    .media-item-box > a,
    a.media-item-box {
        color: #000;
        font-weight: 400;
    }

    .media-item-box > a,
    a.media-item-box {
        position: relative;
        display: block;
        border: 1px solid #e5e5e5;
        margin: 0 0 20px;
    }

    .media-item-box > a {
        height: 100%;
    }

        .media-item-box > a:after,
        a.media-item-box:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 8px;
            background: #c41a30;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .media-item-box:hover > a:after,
    .media-item-box:focus > a:after,
    a.media-item-box:hover:after,
    a.media-item-box:focus:after {
        width: 100%;
    }

    .media-item-box .media-thumbnail-headerfix {
        display: none;
    }

.mi-img {
    display: block;
    width: 100%;
}

.mi-title {
    font-family: "Teko", sans-serif;
    margin-bottom: .8em;
}

    .mi-title .grow:hover {
        color: #c41a30;
        text-decoration: underline;
    }

.mi-text {
    display: block;
    line-height: 1.5em;
    margin-bottom: 1.2em;
}

.mi-more {
    color: #c41a30;
}

    .mi-more:hover {
        color: #c41a30;
        text-decoration: underline;
    }

.mi-footer, .mi-footer-left {
    font-family: "Teko", sans-serif;
    font-size: 18px;
}

    .mi-footer-left span + span:before {
        content: "|";
        margin: 0 8px;
    }

.mi-footer-right {
    font-family: "Teko", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #93774f;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

    .mi-footer-right span + span {
        margin-left: 10px;
    }

@media (max-width: 47.99em) {
    .mi-content {
        display: block;
        position: relative;
        padding: 25px;
    }

        .mi-content:before {
            content: " ";
            position: absolute;
            top: -65px;
            left: 25px;
            width: 65px;
            height: 65px;
            background: #fff;
        }

        .mi-content > span {
            display: block;
        }

    .mi-title {
        font-size: 24px;
    }

        .mi-title .fixed {
            display: block;
            position: absolute;
            top: -32px;
            left: 57px;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .mi-footer > span {
        display: block;
    }

    .mi-footer-left {
        margin-bottom: 10px;
    }

    .mi-footer-right {
        bottom: 10px;
    }

    .tout-container {
        margin-bottom: 10px;
    }
}

@media (min-width: 48em) {
    .media-items-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 50px 0 15px 0;
    }

        .media-items-list .media-item-box {
            width: 45%;
            margin: 0 2.5% 50px;
        }

    .mi-content {
        display: block;
        padding: 35px;
    }

    .mi-title {
        font-size: 30px;
    }

        .mi-title > span {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .mi-title .fixed {
            padding-right: 35px;
        }

    .mi-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .mi-footer > span {
            /*width: 50%;*/
        }

    .mi-footer-right {
        text-align: right;
    }
}

@media (min-width: 64em) {
    .mi-footer .mi-footer-left {
        font-size: 18px;
    }
}

.list-footer {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 64em) {
    .list-footer {
        margin-bottom: 50px;
    }
}

/* Buttons group */
.buttons-group {
    margin-bottom: 30px;
}

    .buttons-group a.button {
        width: 100%;
        text-align: center;
        margin-bottom: 7px;
        font-family: "Teko", sans-serif;
        font-size: 30px;
        font-weight: 400;
        padding: 10px;
    }

        .buttons-group a.button > span {
            display: inline-block;
            vertical-align: middle;
            padding: 0 10px;
        }

/* dfp ad */
.dfp-ad img {
    display: block;
    margin: 0 auto;
}

/*** SCHEDULE CAROUSELS - top and bottom ***/
.schedule-carousel-container {
    background: #2b2b2b;
    position: relative;
}

.schedule-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}

    .schedule-carousel.slick-initialized {
        display: block;
    }

@media (min-width: 77em) {
    .schedule-carousel {
        padding-bottom: 0px;
    }

        .schedule-carousel .slick-slide {
            padding-top: 7px;
        }
}

.schedule-carousel-item {
    position: relative;
    display: block;
    width: 230px;
    height: 143px;
    margin: 0 2px;
    padding: 27px;
    font-family: "Teko", sans-serif;
    background: #424242;
    text-align: left;
}

.schedule-carousel .slick-slide,
a.schedule-carousel-item {
    -webkit-transition: padding 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, height 0.3s ease-in-out;
}

.schedule-carousel-item-content {
    color: #fff;
}

    .schedule-carousel-item-content h3 {
        font-size: 22px;
        line-height: .95em;
        font-family: "Teko", sans-serif;
        color: #fff;
        margin: 0;
    }

.schedule-carousel-item .schedule-carousel-item-footer {
    position: absolute;
    bottom: 15px;
    left: 27px;
    line-height: 1em;
    text-transform: uppercase;
}

    .schedule-carousel-item .schedule-carousel-item-footer > span:nth-child(1) {
        font-size: 20px;
        color: #c2ac70;
        font-weight: 600;
    }

    .schedule-carousel-item .schedule-carousel-item-footer > span:nth-child(2) {
        font-size: 14px;
        color: #b1aea4;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

        .schedule-carousel-item .schedule-carousel-item-footer > span:nth-child(2):before {
            content: "|";
            margin: 0 10px;
        }

.schedule-carousel-item-left {
    display: none;
    position: absolute;
    top: 27px;
    left: 27px;
    width: 155px;
    height: 83px;
    padding-right: 30px;
}

/* Current carousel */
@media (min-width: 77em) {
    .schedule-carousel .slick-slide.is--active,
    .schedule-carousel .slick-slide:hover,
    .schedule-carousel .slick-slide:focus,
    .schedule-carousel .slick-slide.is--highlighted {
        padding-top: 0;
    }

        .schedule-carousel .is--active .schedule-carousel-item,
        .schedule-carousel .slick-slide:hover .schedule-carousel-item,
        .schedule-carousel .slick-slide:focus .schedule-carousel-item,
        .schedule-carousel .is--highlighted .schedule-carousel-item {
            height: 157px;
        }
}

/* Top Scedule carousel */
@media (min-width: 77em) {
    .schedule-carousel-container.top-carousel {
        padding-right: 29.5%;
    }

    .top-carousel .is--active .schedule-carousel-item-left {
        display: block;
    }

    .top-carousel .is--active .schedule-carousel-item-right {
        padding-left: 175px;
    }

    .top-carousel .is--active .schedule-carousel-item {
        width: 456px;
        background: #c41a30;
    }

        .top-carousel .is--active .schedule-carousel-item .schedule-carousel-item-footer > span:nth-child(1),
        .top-carousel .is--active .schedule-carousel-item .schedule-carousel-item-footer > span:nth-child(2) {
            color: #fff;
        }
}
/* Bottom Scedule carousel */
@media (min-width: 77em) {
    .schedule-carousel-container.bottom-carousel {
        padding-right: 15%;
    }
}

/*** END of Schedule carousels ***/

/*** Schedule ***/

.schedule__widget .widget__content {
    padding-right: 20px;
}

.schedule-container {
    border: 1px solid #e5e5e5;
}


@media (min-width:77em) {
    .schedule-container {
        margin-top: 27px;
    }
}

.schedule-row {
    padding: 50px 60px;
}

    .schedule-row.heading-row {
        border-bottom: 1px solid #e5e5e5;
    }

    .schedule-row:not(.heading-row):nth-child(odd) {
        background: #ededed;
    }

.heading-row {
    text-align: center;
}

    .heading-row h2 {
        font-size: 36px;
        color: #010101;
        font-weight: 600;
    }

        .heading-row h2 span {
            display: block;
            font-size: 24px;
            color: #c41a30;
            font-weight: 400;
        }

.schedule-date {
    font-family: "Teko", sans-serif;
    font-size: 26px;
}

    .schedule-date span:nth-child(2) {
        color: #93774f;
        font-weight: 600;
    }

    .schedule-date span:nth-child(1):after {
        content: "|";
        margin: 0 10px;
    }

.sc-footer .price {
    font-family: "Teko", sans-serif;
    font-size: 28px;
    margin: 1em 0;
}

.action-more-info {
    display: block;
    margin: 5px 0;
}

.sc-time {
    font-family: "Teko", sans-serif;
    font-size: 32px;
    color: #93774f;
    font-weight: 600;
    text-transform: uppercase;
}

    .sc-time span:nth-child(2):before {
        content: "-";
        margin: 0 10px;
    }

.sc-content h4 {
    font-family: "Teko", sans-serif;
    font-size: 32px;
    margin: 0 0 .5em 0;
}

@media (min-width:48em) and (max-width:84.99em) {
    .schedule-row.heading-row {
        display: block;
        text-align: center;
    }
}

@media (min-width:85em) {
    .schedule-row > .fixed {
        max-width: 300px;
    }
}

@media (min-width:85em) and (max-width:94em) {
    .schedule-row > .fixed {
        max-width: 200px;
    }
}

@media (min-width: 48em) {
    .flex.actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .heading-row {
        text-align: left;
    }

        .heading-row > div {
            -ms-flex-item-align: center;
            align-self: center;
        }

            .heading-row > div.grow {
                padding: 0 30px;
            }

    .sc-footer .actions > div {
        padding: 0 30px 10px 0;
    }

    .sc-time {
        width: 180px;
        padding-right: 10px;
    }

        .sc-time span:nth-child(2):before {
            display: block;
            margin: 0;
            padding-left: 35px;
        }
}

@media (min-width: 64em) {
    .heading-row > div.grow {
        padding: 0 50px;
    }

    .heading-row h2 {
        font-size: 48px;
    }

        .heading-row h2 span {
            font-size: 30px;
        }

    .schedule-date {
        font-size: 36px;
    }

    .sc-footer .price {
        font-size: 30px;
    }

    .sc-footer .price {
        font-size: 30px;
    }

    .sc-time {
        font-size: 42px;
    }

    .sc-content h4 {
        font-size: 36px;
    }
}

@media (max-width: 47.99em) {
    .sc-footer .actions > div {
        margin-bottom: 18px;
    }
}

/* Rail Banners */
.rail-banner {
    position: relative;
    width: 380px;
    max-width: 100%;
    margin: 0 auto 20px auto;
}

.rb-title {
    background: #2b2b2b;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.rb-button {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

/* RESPONSIVE VIDEO */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Parking Details */
.parking-header {
    display: table;
    table-layout: fixed;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    color: #fff;
}

    .parking-header .headerBar__wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .parking-header h1 {
        text-shadow: 0 0 3px black;
        color: #fff;
        margin-bottom: 15px;
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
        font-family: "Teko", sans-serif;
        text-transform: uppercase;
    }

@media (min-width:64em) {
    .parking-header {
        height: 400px;
    }

        .parking-header h1 {
            font-size: 42px;
        }
}

.faux-dropdown {
    display: inline-block;
    position: relative;
    min-width: 25em;
}

    .faux-dropdown .faux-dropdown__toggle {
        position: relative;
        border: 0;
        padding: 1em 1.4em;
        font-family: inherit;
        font-size: 1rem;
        color: #fff;
        background: #e31b25;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
    }

.active.faux-dropdown__toggle,
.faux-dropdown__toggle:hover,
.faux-dropdown__toggle:focus {
    -webkit-box-shadow: 6px 6px 0 3px rgba(0, 0, 0, .5);
    box-shadow: 6px 6px 0 3px rgba(0, 0, 0, .5);
}

.faux-dropdown__toggle:after {
    content: "";
    display: inline-block;
    margin-left: .5em;
    width: 0;
    height: 0;
    border: .4em solid transparent;
    border-top-color: currentColor;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

[aria-expanded="true"].faux-dropdown__toggle:after {
    -webkit-transform: rotate(180deg) translateY(20%);
    transform: rotate(180deg) translateY(20%);
}

.js--click-user .faux-dropdown__toggle:focus {
    outline: 0;
}

.faux-dropdown__panel {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    color: #fff;
    background: #e31b25;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -webkit-box-shadow: 9px 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 9px 0 0 0 rgba(0, 0, 0, .5);
}

.active ~ .faux-dropdown__panel {
    -webkit-box-shadow: 9px 9px 0 0 rgba(0, 0, 0, .5);
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, .5);
}

.faux-dropdown__link {
    display: block;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255,255,255,.3);
    padding: .5em 1em;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    background: #e31b25;
}

.faux-dropdown__panel .faux-dropdown__link {
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
}

.faux-dropdown__link:before {
    content: " ";
    z-index: -1;
    position: absolute;
    top: -1px;
    left: 0;
    height: 105%;
    width: 80%;
    margin-left: -30px;
    background-color: #172a50;
    -webkit-box-shadow: 0 0 0 0 #d91f29, 0 0 0 0 #172a50, 8px 0 0 0 #d91f29, 8px 0 0 0 #172a50;
    box-shadow: 0 0 0 0 #d91f29, 0 0 0 0 #172a50, 8px 0 0 0 #d91f29, 8px 0 0 0 #172a50;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) skew(-24deg);
    transform: translateX(-100%) skew(-24deg);
    -webkit-transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out 0.1s;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.1s;
    transition: -webkit-box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.1s;
    transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out 0.1s;
    transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.1s;
}

.faux-dropdown__link:hover:before,
.faux-dropdown__link:focus:before {
    -webkit-box-shadow: 0 0 0 5px #d91f29, 5px 0 0 5px #172a50, 10px 0 0 5px #d91f29, 15px 0 0 5px #172a50;
    box-shadow: 0 0 0 5px #d91f29, 5px 0 0 5px #172a50, 10px 0 0 5px #d91f29, 15px 0 0 5px #172a50;
    -webkit-transform: translateX(10px) skew(-24deg);
    transform: translateX(10px) skew(-24deg);
}


.parking-header select {
    color: #fff;
    background: #e31b25;
    padding: 10px 20px;
    height: auto;
}

.parking-header em {
    display: block;
    margin-bottom: 15px;
}

.rail-nav {
    background: #e9e9e9;
    padding: 30px 50px;
    margin-bottom: 25px;
}

    .rail-nav h3 {
        font-family: Roboto, sans-serif;
        color: #333;
        text-transform: uppercase;
        margin: 20px 0 30px 0;
    }

    .rail-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .rail-nav ul li {
            list-style: none;
        }

    .rail-nav a {
        color: #333;
        display: block;
        margin-bottom: 20px;
    }

        .rail-nav a:hover,
        .rail-nav a:focus {
            color: #9b8a5b;
        }


/* JUMP NAV */

.section-jump-nav {
    margin: 20px -25px;
    overflow: hidden;
    overflow-x: auto;
}

.section-jump-nav__link {
    display: inline-block;
    position: relative;
    z-index: 5;
    margin: 10px;
    padding: .5em 1em;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    background: #e31b25;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.section-jump-nav .section-jump-nav__link {
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
}

.section-jump-nav__link:hover, .section-jump-nav__link:focus {
    background-color: #c12436;
}

/*.section-jump-nav__link:before {
    content: " ";
    z-index: -1;
    position: absolute;
    top: -1px;
    left: 0;
    height: 105%;
    width: 80%;
    margin-left: -30px;
    background-color: #172a50;
    -webkit-box-shadow: 0 0 0 0 #d91f29, 0 0 0 0 #172a50, 8px 0 0 0 #d91f29, 8px 0 0 0 #172a50;
    box-shadow: 0 0 0 0 #d91f29, 0 0 0 0 #172a50, 8px 0 0 0 #d91f29, 8px 0 0 0 #172a50;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) skew(-24deg);
    transform: translateX(-100%) skew(-24deg);
    -webkit-transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out 0.1s;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.1s;
    transition: -webkit-box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.1s;
    transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out 0.1s;
    transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.1s;
}

.section-jump-nav__link:hover:before,
.section-jump-nav__link:focus:before {
    -webkit-box-shadow: 0 0 0 5px #d91f29, 5px 0 0 5px #172a50, 10px 0 0 5px #d91f29, 15px 0 0 5px #172a50;
    box-shadow: 0 0 0 5px #d91f29, 5px 0 0 5px #172a50, 10px 0 0 5px #d91f29, 15px 0 0 5px #172a50;
    -webkit-transform: translateX(10px) skew(-24deg);
    transform: translateX(10px) skew(-24deg);
} */

@media (min-width:48em) {
    .section-jump-nav__mask {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width:47.9em) {
    .section-jump-nav__mask {
        white-space: nowrap;
    }

    .section-jump-nav {
        overflow: inherit;
        overflow-x: inherit;
    }

        .section-jump-nav .section-jump-nav__link {
            color: #fff;
            font-weight: normal;
            font-size: 1.5rem;
            width: 95%;
            display: block;
        }

    .dropitem__contentwrapper .scrollTop {
        text-align: right;
        display: block;
        padding: 10px;
    }
}
