.parent-package {
    font-family: Graphik, sans-serif;
    margin: 0;
}

.gpe-subnav {
    padding-top: 0;
    z-index: 2;
    position: sticky;
    top: 0;
    transition: padding-top .3s ease-in-out;
}

.event-nav {
    align-items: center;
    background-color: #fff;
    box-shadow: 9px 2px 10px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: row;
    height: 70px;
}

.event-nav img.flag {
    min-height: 70px;
    min-width: 140px;
    max-width: 140px;
    max-height: 70px;
    object-fit: cover;
    height: 70px;
    width: auto;
    vertical-align: middle;

}

.event-info {
    display: flex;
    flex-direction: column;
    font-family: Gilroy, sans-serif;
    padding-left: 20px;
}

.event-title {
    color: #272727;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    transition: border .5s ease-out, background-color .5s ease-out, color .5s ease-out;
    background-color: rgba(0, 0, 0, 0);
}

.event-title:hover {
    cursor: pointer;
}

.event-date {
    color: #db0032;
    font-size: 12px;
    font-family: Gilroy;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: .5em;
    text-transform: uppercase;

}

.event-nav-links {
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 0;
    position: absolute;
    /* right: -45px; */
    right: 0;
    ;
    transition: margin-right .3s ease-in-out, right .3s ease-in-out;
}

.event-nav-link-list {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 70px;
    list-style: none;
    margin: 0;
    width: fit-content;
    font-weight: 200;
    padding-inline-start: 40px;
    font-family: Graphik, sans-serif;
}

.event-nav-link {
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    height: -webkit-fill-available;
    margin: 0 12px;
    transition: border-color .6s ease-in-out;
    font-family: Graphik, sans-serif;
    font-size: 15px;
}

.event-link {

    color: #272727;
    font-family: Gilroy, sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: fit-content;
    letter-spacing: .5pt;
    line-height: 70px;
    text-transform: uppercase;
    transition: border .5s ease-out, background-color .5s ease-out, color .5s ease-out;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

.event-nav-link#subNavCart {
    cursor: pointer;
    margin-left: 24px;
    transition: margin-left .3s ease-in-out;
    display: none;
}

.navbar-cart-form {
    width: 470px;
    display: none;
}

.gpe-subnav .event-nav::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 70px;
    left: 130px;
    position: absolute;
    transform: skew(-12deg);
    width: 20px;
}

.icon-shopping {
    font-size: 18px;
    padding-right: 5px;
}

.icon-shopping::before {
    display: inline-block;
    font-family: "nav_icons";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "D";
}

.badge {
    background-color: #db0032;
    font-family: Gilroy, sans-serif;
    font-size: 10px;
    min-width: initial;
    padding: 4px 7px;
    position: absolute;
    right: 10px;
    top: 12px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.gpe-subnav .event-nav-link-list .event-nav-link:hover {
    border-bottom-color: #db0032;
}

.gpe-subnav .event-nav .event-nav-links #subNavCart:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
    .extend-section-full-width {
        padding: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .extend-section,
    .extend-section-full-width {
        padding: 50px;
    }
}

@media (max-width: 1024px) {
    .gpe-subnav#gpeEventNav {
        display: none;
    }
}

@media (min-width: 1024px) {

    .event,
    .event-index,
    .parent-package {
        max-width: 100%;
    }
}

.event,
.event-index,
.parent-package {
    width: 100%;
}



@media (max-width: 991px) and (min-width: 768px) {

    .extend-section,
    .extend-section-full-width {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .gpe-package-page .gpe-seating-chart-image.desktop {
        display: none;
    }

    .gpe-package-page .red-form,
    .gpe-package-page .form-and-seating-chart {
        height: auto !important;
    }

    .gpe-package-page .form-and-seating-chart {
        top: 0 !important;
    }

    .facilities.margin-bottom-80 {
        margin-bottom: 20px;
    }

    .parent-package .quantity-select {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }
}


@media (min-width: 992px) {
    .parent-package .gpe-package-page {
        flex-direction: row !important;
        flex-wrap: nowrap;
    }

    .parent-package .gpe-package-page .form-and-seating-chart {
        position: sticky !important;
        top: 0;
       width: 36% !important;
    }

    .parent-package .gpe-package-page .gpe-package-details {
        width: 72%;
    }

    .gpe-package-page .gpe-seating-chart-image.desktop {
        display: block;
    }

    .gpe-package-page .gpe-package-details .ticket-header-image.mobile {
        display: none !important;
    }

    .extend-section h1,
    .extend-section-full-width h1 {
        font-size: 53px;
    }

    .facilities ul li:first-child .tooltip,
    .facilities ul li:first-child .tooltip::after {
        left: 50%;
    }

    .media-container-lg-img .media-link-lg:first-of-type .media-item {
        padding: 260px;
    }

    .media-grid-wrapper .media-container .media-item,
    .media-container-lg-img .media-link-lg .media-item {
        padding: 125px;
    }
}

@media (min-width: 768px) {

    .parent-package .hotel-option-radio,
    .parent-package .occupancy-desc,
    .parent-package .package-select {
        float: left;
        width: 83.3333333333%;
    }

    .parent-package .room-quantity-select,
    .parent-package .quantity-select {
        float: left;
        width: 16.6666666667%;
    }

    .parent-package .submit {
        float: left;
        width: 100%;
    }

    .media-grid-wrapper .media-container-lg-img .media-link-lg:first-of-type {
        max-height: 520px;
    }

    .media-grid-wrapper .media-container-lg-img .media-link-lg:first-of-type {
        -ms-grid-area: 1/1/3/3;
        -webkit-grid-area: 1/1/3/3;
        grid-area: 1/1/3/3;
    }
}

@media (max-width: 767px) {

    .media-grid-wrapper .media-container,
    .media-grid-wrapper .media-container-lg-img {
        grid-template-columns: auto !important;
    }

    .extend-section,
    .extend-section-full-width {
        padding: 50px 25px;
    }
}

.parent-package .gpe-package-page {
    display: flex;
    flex-direction: column-reverse;
}

.parent-package .gpe-package-page .form-and-seating-chart {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px);
    position: relative;
    transition: height .5s ease-out;
    width: 100%;
}

/* .new_order_item.package-and-quantity .quantity-select {
                padding-right: 15px;
                padding-left: 15px;
            } */

.gpe-package-page .form-and-seating-chart,
.gpe-seating-chart-page .form-and-seating-chart {
    background-color: #db0032;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px);
    max-height: 1372px;
    -webkit-transition: height .5s ease-out;
    transition: height .5s ease-out;
}

.gpe-package-page .gpe-seating-chart-image {
    background-color: rgb(247, 247, 247);
}

.gpe-package-page .gpe-seating-chart-image,
.gpe-seating-chart-page .gpe-seating-chart-image {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.gpe-package-page .gpe-seating-chart-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
    position: relative;
    transition: transform .5s ease-out;
}

.gpe-package-page .seating-chart-image,
.gpe-package-page .mobile .white-arrow,
.gpe-seating-chart-page .form-and-seating-chart {
    background-color: rgb(247, 247, 247);
}

.gpe-package-page .seating-chart-image {
    height: 100%;
    width: 100%;
}

.gpe-package-page .gpe-seating-chart-image svg,
.gpe-seating-chart-page .gpe-seating-chart-image svg {
    height: 100%;
    width: 100%;
}

.gpe-package-page .gpe-seating-chart-image::after,
.gpe-seating-chart-page .gpe-seating-chart-image::after {
    background-color: #db0032;
    bottom: 7px;
    content: "";
    height: 16px;
    left: -3px;
    position: absolute;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 30%;
}

.gpe-package-page .red-form {
    overflow: auto;
}

.gpe-package-page .form-and-seating-chart {
    top: 70px;
}

.gpe-package-page .red-form,
.gpe-seating-chart-page .red-form {
    background-color: #db0032;
    margin-top: -7px;
    padding: 30px;
    z-index: 1;
}

.gpe-package-page .red-form {
    background-color: #db0032;
    height: 50%;
    padding: 30px;
}

.parent-package .details {
    margin: 0;
    padding: 0;
}

fadein animation {
    opacity: 1;
}

.parent-package .purchasing {
    animation: .8s ease 0s normal forwards 1 fadein;
}

.purchasing hr {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
    box-sizing: content-box;
    height: 0;
}

#packageForm {
    background: white;
    padding: 20px;
}

#packageForm .pricing_header {
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #272727;
    font-style: normal;
    margin-bottom: 10px;
    font-family: "Gilroy", sans-serif;
}

#packageForm .pricing_header .form-group {
    margin-bottom: 0;
}

.currency_exchange_form {
    margin-left: 10px;
}

#packageForm select {
    border: 1px solid #ccc;
}

.currency_exchange_form .form-control,
.currency_exchange_form .iti__tel-input {
    font-size: 12px;
    max-height: 30px;
}

.currency_exchange_form select {
    max-width: 6em;
    min-width: 5.5em;
}

select.form-control,
select.iti__tel-input {
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
}

.form-control,
.iti__tel-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* .parent-package>div,
            .parent-package .heading,
            .parent-package .new_order_item {
                margin-right: -15px;
                margin-left: -15px;
            } */

.parent-package .heading {
    display: block;
}

.parent-package>div:before,
.parent-package>div:after,
.parent-package .heading:before,
.parent-package .heading:after,
.parent-package .new_order_item:before,
.parent-package .new_order_item:after {
    display: table;
    content: " ";
}

.parent-package .hotel-option-radio,
.parent-package .occupancy-desc,
.parent-package .package-select {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px;
                padding-left: 15px; */
    position: relative;
    min-height: 1px;
    /* padding-right: 15px;
                padding-left: 15px; */
}

.parent-package .quantity-select {

    padding-right: 15px;
    padding-left: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.parent-package>div:after,
.parent-package .heading:after,
.parent-package .new_order_item:after {
    clear: both;
}

#packageForm .new_order_item.package-and-quantity {
    display: flex;
    /* justify-content: space-between; */
}

#packageForm .new_order_item .package-select {
    padding-right: 0;
    width: 68%;
}

#packageForm .new_order_item .package-select .form-group {
    margin: 0;
}

#packageForm .new_order_item label {
    color: #272727;
    font-weight: normal;
    font-size: 14px;
}

#packageForm select {
    border: 1px solid #ccc;
}

.new_order_item .single_item {
    appearance: none;
}

.new_order_item .quantity-select {
    width: max-content;
}

.parent-package>div:after,
.parent-package .heading:after,
.parent-package .new_order_item:after {
    clear: both;
}

.parent-package>div:before,
.parent-package>div:after,
.parent-package .heading:before,
.parent-package .heading:after,
.parent-package .new_order_item:before,
.parent-package .new_order_item:after {
    display: table;
    content: " ";
}

/* .parent-package>div,
            .parent-package .heading,
            .parent-package .new_order_item {
                margin-right: -15px;
                margin-left: -15px;
            } */

.order-item-form {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px;
                padding-left: 15px; */
}

.parent-package .submit {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px;
                padding-left: 15px; */
    position: relative;
    min-height: 1px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.new_order_item .btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn {
    font-family: Gilroy;
    letter-spacing: .5pt;
    line-height: 2.5em;
    text-transform: uppercase;
    transition: all .5s ease-out;
}

.btn-primary,
.btn-secondary {
    background-color: #db0032;
    border-color: #db0032;
    color: #fff;
    transition: background-color .5s ease, border-color .5s ease;
}

.btn {
    padding: 9px 24px;
    transition: border .5s ease-out, background-color .5s ease-out, color .5s ease-out;
}

.form-group {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    /* padding: 6px 12px; */
    font-size: 14px;
    /* line-height: 1.428571429; */
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.parent-package>div:after,
.parent-package .heading:after,
.parent-package .new_order_item:after {
    clear: both;
}

.parent-package>div:before,
.parent-package>div:after,
.parent-package .heading:before,
.parent-package .heading:after,
.parent-package .new_order_item:before,
.parent-package .new_order_item:after {
    display: table;
    content: " ";
}

.order-item-form .modal-backdrop {
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.order-item-form .quote-modal {
    background-color: #fff;
    height: 150px;
    width: 300px;
}

.order-item-form .modal-body {
    position: relative;
    text-align: center;
    padding: 15px;
}

.order-item-form .modal-footer {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 300px;
    text-align: right;
}

footer.modal-footer {
    background-color: #000;
    transition: height .3s;
    padding: 0;
    letter-spacing: .05em;
    font-family: Gilroy;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.order-item-form .quote-modal .modal-btn {
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-family: titillium, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .5px;
    line-height: 15px;
    padding: 10px 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s cubic-bezier(0.2, 0, 0.05, 1);
}

.order-item-form .quote-modal .add {
    background: #e10600;
    box-shadow: 0 0 0 1px #e10600 inset;
}

.order-item-form .quote-modal .cancel {
    background: #666;
}

.package_purchasing_form .order-item-form .errors {
    color: #e10600;
    font-size: .8em;
    font-style: italic;
    padding: 0 10px 5px;
}

#packageForm .subtotal {
    color: #000;
}

#packageForm .subtotal .currency-to-update {
    font-weight: bold;
}

.gpe-package-page .red-form .purchasing p,
.gpe-package-page .red-form .purchasing span,
.gpe-package-page .red-form .single-package-select-box p {
    color: #000;
}

.parent-package .subtotal span,
.parent-package .or-payment-terms span {
    color: #db0032;
}

.parent-package>div:after,
.parent-package .heading:after,
.parent-package .new_order_item:after {
    clear: both;
}

.gpe-package-page .red-form .purchasing p,
.gpe-package-page .red-form .purchasing span,
.gpe-package-page .red-form .single-package-select-box p {
    color: #000;
}

.tax_disclaimer.small {
    font-size: 85%;
}

.gpe-package-page .red-form .purchasing p,
.gpe-package-page .red-form .purchasing span,
.gpe-package-page .red-form .single-package-select-box p {
    color: #000;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-weight: 200;
    margin: 0 0 10px;
}

.gpe-package-page .red-form p,
.gpe-package-page .red-form h3,
.gpe-seating-chart-page .red-form p,
.gpe-seating-chart-page .red-form h3 {
    color: #fff;
    font-family: Gilroy, sans-serif;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-weight: 200;
    margin: 0 0 10px;
}

.gpe-package-page .red-form .purchasing p,
.gpe-package-page .red-form .purchasing span,
.gpe-package-page .red-form .single-package-select-box p {
    color: #000;
}

.svg-tooltip {
    transform: translate3d(213.648px, 199.868px, 0px);
    transition: transform 0.5s ease-in-out;
    visibility: visible;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
}

.svg-tooltip,
.svg-tooltip .inner {
    pointer-events: none;
    text-align: center;
}

.svg-tooltip.top::before {
    bottom: 100%;
    height: 50px;
    width: 2px;
}

.svg-tooltip::after,
.svg-tooltip::before {
    content: "";
    pointer-events: none;
    position: absolute;
}

.svg-tooltip::before {
    background-color: #6e6d6b;
    bottom: 100%;
    height: 50px;
    left: 0;
    width: 2px;
}

.svg-tooltip.top .inner {
    top: -70px;
    transform: translateX(-50%);
}

.svg-tooltip,
.svg-tooltip .inner {
    pointer-events: none;
    /* text-align: center; */
}

.svg-tooltip .inner {
    background-color: #fff;
    box-shadow: 0 0 11px rgba(0, 0, 0, .3);
    color: #000;
    font-family: Gilroy;
    font-size: .7em;
    font-weight: 600;
    height: 40px;
    letter-spacing: .5pt;
    line-height: 25px;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase;
    top: -70px;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto;
    z-index: 1;
}

.svg-tooltip::after,
.svg-tooltip::before {
    content: "";
    pointer-events: none;
    position: absolute;
}

.svg-tooltip::after {
    background-color: #fff;
    border-radius: 100%;
    bottom: calc(100% - 4px);
    box-shadow: 0 0 11px rgba(0, 0, 0, .3);
    height: 10px;
    left: -4px;
    width: 10px;
}








.parent-package .gpe-package-page .gpe-package-details {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
}

.gpe-package-page .gpe-package-details .ticket-header-image.mobile {
    display: block;
    height: 40vh;
}

.gpe-package-page .gpe-package-details .ticket-header-image {
    background-position: center;
    background-size: cover;
    display: none;
    overflow: hidden;
}

.gpe-package-page .seating-chart-image,
.gpe-package-page .mobile .white-arrow,
.gpe-seating-chart-page .form-and-seating-chart {
    background-color: rgb(247, 247, 247);
}

.gpe-package-page .seating-chart-image {
    height: 100%;
    width: 100%;
}

.ticket-header-image.mobile svg {
    height: 100%;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.gpe-package-page .gpe-package-details .ticket-header-image.mobile .white-arrow {
    margin-top: -20px;
}

.gpe-package-page .gpe-package-details .white-arrow {
    background-color: #fff;
    height: 20px;
    margin-bottom: -6px;
    margin-left: -3px;
    transform: skew(-20deg, 0deg);
    transition: left .3s ease-out;
    width: 35%;
    z-index: 1;
}

.extend-section-full-width h1 {
    font-weight: 100;
    color: #272727;
    font-style: normal;
    text-transform: uppercase;
    color: #272727;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
    line-height: 1.4;
    margin: 0;
}

.gpe-package-page .gpe-package-details .ticket-days {
    color: #db0032;
    font-family: "Gilroy", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5pt;
    text-transform: uppercase;
    line-height: 1.6em;
    margin-bottom: 20px;
    margin: 0 0 10px;
}

.facilities {
    display: inline-block;
    margin-bottom: 60px;
}

.facilities ul {
    list-style: none;
    margin: -4px;
    padding: 0;
    /* font-weight: 200;
                padding-inline-start: 40px; */
}

/* .facilities ul li.covered,
.facilities ul li.covered-seating {
    background-image: url("https://d2xpg1khvwxlf1.cloudfront.net/production/images/original/22486-covered-8185ef5ffcbada70262e07c5d489261e.svg");
} */

.facilities ul li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ccc;
    border-radius: 100%;
    float: left;
    height: 30px;
    margin: 4px;
    padding: 0;
    position: relative;
    transition: border-color .5s ease-out;
    width: 30px;
}

.facilities ul li .tooltip {
    background-color: #272727;
    color: #fff;
    font-family: Gilroy;
    font-weight: 500;
    height: 30px;
    left: 50%;
    letter-spacing: .5pt;
    opacity: 0;
    padding: 6px 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -42px;
    transform: translateX(-50%) translateY(-10px);
    transition: all .3s ease-out;
    visibility: visible;
    white-space: nowrap;
    width: auto;
    z-index: 2;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Graphik", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.facilities ul li .tooltip::after {
    border: solid rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #272727;
    border-width: 8px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

/* .facilities ul li.tv,
.facilities ul li.tv-screen {
    background-image: url("https://d2xpg1khvwxlf1.cloudfront.net/production/images/original/22488-tv-f85964fa948bd9ce60cf4d2886b57565.svg");
} */

.package-gallery.margin-top-80 {
    margin-top: 80px;
}

.media-grid-wrapper .media-container-lg-img.media-container-lg-3-img {
    grid-template-rows: repeat(1, 1fr);
    -ms-grid-template-rows: repeat(1, 1fr);
}

.media-grid-wrapper .media-container,
.media-grid-wrapper .media-container-lg-img {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.media-grid-wrapper .media-container-lg-img {
    -ms-grid-template-columns: repeat(3, 1fr);
    -webkit-grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-rows: repeat(3, 1fr);
    -webkit-grid-template-rows: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.media-grid-wrapper .media-link,
.media-container-lg-img .media-link-lg {
    max-height: 250px;
}

.media-grid-wrapper .media-link,
.media-container-lg-img .media-link-lg {
    overflow: hidden;
    -webkit-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.media-grid-wrapper .media-container img.media-item,
.media-container-lg-img .media-link-lg img.media-item {
    width: 100%;
    padding: 0 !important;
    height: 100%;
    object-fit: cover;
}

.media-grid-wrapper .media-container .media-item,
.media-container-lg-img .media-link-lg .media-item {
    background-position: center;
    background-size: cover;
    -webkit-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.facilities ul li:hover .tooltip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    z-index: 2;
}

.single_page_body_content p {
    line-height: 1.6em;
    margin-bottom: 20px;
    color: #272727;
    font-weight: 200;
    margin: 0 0 10px;
    font-size: 15px;
    font-family: Graphik, sans-serif;
}

/* .single_page_body_content strong {
                font-weight: 500;
            } */

.single_page_body_content ul {

    font-weight: 200;
    padding-inline-start: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Graphik, sans-serif;
}

.single_page_body_content li {
    margin: 0 0 6px;
}


/* .dynamic-product-image.single-product-image {
    width: 100%;
    height: 100%;
} */

.dynamic-product-image.single-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.currency_exchange_form #currency.currency_selector {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #000000;
    outline: 1px solid #676767 !important;
    outline-offset: -1px;
    font-size: 11px;
    font-weight: 600;
    max-height: 30px;
    /* padding: 2px 5px; */
    border-radius: 0;
    max-width: unset;
    min-width: unset;
}

.currency_exchange_form #currency.currency_selector:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn.btn-primary.add-to-cart-button {
    border: none;
}

.btn.btn-primary.add-to-cart-button:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn.btn-primary.add-to-cart-button:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border: none;
}

.btn.btn-primary.add-to-cart-button:active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


.gpe-seating-chart-image.image_gpe_img.desktop {
    height: 50% ;
}