/*@font-face {*/
/*	font-family: "Acumin Pro Condensed Medium Italic";*/
/*	src: url("../../../fonts/Acumin-Pro-Condensed-MediumItalic.woff2") format("woff2");*/
/*	font-weight: 500;*/
/*	font-style: italic;*/
/*	font-display: block;*/
/*}*/
@font-face {
	font-family: "Acumin Pro Condensed Medium";
	src: url("../../../fonts/Acumin-Pro-Condensed-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "Acumin Pro Condensed Semibold";
	src: url("../../../fonts/Acumin-Pro-Condensed-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "Acumin Pro Condensed Black";
	src: url("../../../fonts/Acumin-Pro-Condensed-Black.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: block;
}
/*@font-face {*/
/*	font-family: "Acumin Pro Condensed Black Italic";*/
/*	src: url("../../../fonts/Acumin-Pro-Condensed-BlackItalic.woff2") format("woff2");*/
/*	font-weight: 800;*/
/*	font-style: italic;*/
/*	font-display: block;*/
/*}*/
@font-face {
	font-family: "Acumin Pro Condensed Ultra Black";
	src: url("../../../fonts/Acumin-Pro-Condensed-UltraBlack.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: block;
}
/*@font-face {*/
/*	font-family: "Acumin Pro Condensed Ultra Black Italic";*/
/*	src: url("../../../fonts/Acumin-Pro-Condensed-UltraBlackItalic.woff2") format("woff2");*/
/*	font-weight: 900;*/
/*	font-style: italic;*/
/*	font-display: block;*/
/*}*/
@font-face {
	font-family: "Acumin Pro SemiCondensed Extra Light";
	src: url("../../../fonts/Acumin-Pro-SemiCondensed-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "Acumin Pro SemiCondensed Semibold";
	src: url("../../../fonts/Acumin-Pro-SemiCondensed-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "Acumin Pro SemiCondensed Black";
	src: url("../../../fonts/Acumin-Pro-SemiCondensed-Black.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: block;
}


:root {
	--color_1: #0050B5;
	--color_2: #C4CED4;
    --color_3: #130C0E;
    --color_4: #272727;
    --color_5: #4E4E4E;

    --color_white: #FFFFFF;
    --color_black: #000000;

    /* card border and hover color */
    --color_border: #e7e7e7;
    /*--color_border_hov: rgba(186, 12, 47, 0.4); !* 40% of color_1 *!*/
    /*--color_hov_shadow: var(--color_2);*/
    /*--color_hov_shadow_border: rgba(255,255,255,0.3);*/
    --card_shadow: 4px 4px 7px rgba(0, 0, 0, 0.55);

    --font_family_semicond_extra_light: 'Acumin Pro SemiCondensed Extra Light', 'Helvetica Neue', Arial, sans-serif;
    --font_family_semicond_semibold: 'Acumin Pro SemiCondensed Semibold', 'Helvetica Neue', Arial, sans-serif;
    --font_family_semicond_black: 'Acumin Pro SemiCondensed Black', 'Helvetica Neue', Arial, sans-serif;
    --font_family_cond_semibold: 'Acumin Pro Condensed Semibold', 'Helvetica Neue', Arial, sans-serif;
    --font_family_cond_black: 'Acumin Pro Condensed Black', 'Helvetica Neue', Arial, sans-serif;
    --font_family_cond_ultra_black: 'Acumin Pro Condensed Ultra Black', 'Helvetica Neue', Arial, sans-serif; /* 900 weight */
    --font_family_cond_medium_italic: 'Acumin Pro Condensed Medium', 'Helvetica Neue', Arial, sans-serif;
    --font_family_cond_black_italic: 'Acumin Pro Condensed Black', 'Helvetica Neue', Arial, sans-serif;
    --font_family_cond_ultra_black_italic: 'Acumin Pro Condensed Ultra Black', 'Helvetica Neue', Arial, sans-serif;

    --font_size_hero_titles: 64px;
    --font_size_hero_subtitles: 18px;
    --font_size_mid_titles: 42px;
    --font_size_big_titles: 54px;
    --font_size_titles: 32px;
    --font_size_headings: 24px;
    --font_size_subtitles: 18px;
    --font_size_categories: 18px;
    --font_size_small_copy: 14px;
    /*--font_size_games: 18px;*/
    --font_size_small_titles: 20px;
    --font_size_regular_copy: 16px;
    --font_size_highlights: 22px;
    /*--font_size_smaller_titles: 14px;*/
    --font_size_min: 16px;
    /*--font_size_small_text: 14px;*/

	--letter_spacing: 0;
	--default_border_radius: 0;
	--default_box_shadow: none;
	--container_width: 1065px;
	--gutter_width: 20px;

    --bg_pinstripe: repeating-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.04) 0 2px,
        transparent 2px 25.25px
    );

    --events_scroll_pos_top: 0;
}

@media screen and (max-width: 768px) {
    :root {
        --font_size_hero_titles: 54px;
        --font_size_hero_subtitles: 18px;
        --font_size_mid_titles: 37px;
        --font_size_big_titles: 46px;
        --font_size_titles: 29px;
        --font_size_headings: 22px;
        --font_size_subtitles: 18px;
        --font_size_categories: 18px;
        --font_size_small_copy: 14px;
        --font_size_small_titles: 20px;
        --font_size_regular_copy: 16px;
        --font_size_highlights: 21px;
    }
}

@media screen and (max-width: 500px) {
    :root {
        --font_size_hero_titles: 44px;
        --font_size_hero_subtitles: 18px;
        --font_size_mid_titles: 31px;
        --font_size_big_titles: 38px;
        --font_size_titles: 26px;
        --font_size_headings: 20px;
        --font_size_subtitles: 18px;
        --font_size_categories: 18px;
        --font_size_small_copy: 14px;
        --font_size_small_titles: 19px;
        --font_size_regular_copy: 16px;
        --font_size_highlights: 20px;
    }
}

/*
----------------------------------------------------
BASIC ELEMENTS
----------------------------------------------------
*/
html {
	font-size: 100%;
}
body {
    font-synthesis: none;
    padding-inline: 0 !important;
}
body, p, li {
	font-family: var(--font_family_semicond_extra_light), sans-serif;
	font-weight: 400;
	line-height: 1.5;
    font-size: var(--font_size_min);
    color: var(--color_black);
	min-width: 0; /* override style.css */
}

#non-header {
    z-index: 0;
}
p, li {
	letter-spacing: var(--letter_spacing);
}
a {
    color: var(--color_5);
}

.nowrap, .no-wrap {
    all: unset;
    white-space: nowrap;
}

/* no layout surprises */
*, *:before, *:after {
	box-sizing: border-box;
}

/* Hero Titles */

#hp_hero_section .hp_hero_text {
    font-family: var(--font_family_cond_ultra_black_italic);
    font-size: var(--font_size_hero_titles);
    line-height: 0.906;
    text-transform: uppercase;
}

/* Hero Subtitles */

#hp_hero_section p {
    font-family: var(--font_family_cond_black);
    font-size: var(--font_size_small_titles);
    line-height: 1.2;
}

/* Big Titles */

#non-header .page_title_container h1,
#contact_us .post-title,
#premium_seating h3,
#hp_elevated_experience h3,
#suite_faq .post-title,
.suites .suite_map_alt p.lead {
    font-family: var(--font_family_cond_black_italic);
    font-size: var(--font_size_big_titles);
    line-height: 0.926;
    text-transform: uppercase;
}

/* Mid Titles */

.home #suite_gallery .post-title,
.stadium_guide_container h2.post-subheading {
    font-family: var(--font_family_cond_black_italic);
    font-size: var(--font_size_mid_titles);
    line-height: 1.19;
    text-transform: uppercase;
}

/* Titles */

.suite_lightbox_header h2,
.tiled_event_page .event_date_separator,
#amenities .sub-heading {
    font-family: var(--font_family_cond_black_italic);
    font-size: var(--font_size_titles);
    line-height: 1.125;
    text-transform: uppercase;
}

/* Small Titles */

.stadium_guide_container section#stadium_guide .stadium_guide_heading,
.tiled_event_page .event_tile_element .event_tile_name,
.carousel_container .hp_away_team_name,
#premium_seating .nc-card h4,
#edp_container .listing_list_row :is(.ll_price, .ll_suite_type) {
    font-family: var(--font_family_cond_ultra_black_italic);
    font-size: var(--font_size_small_titles);
    text-transform: uppercase;
}

/* Highlights */

#hp_hero_section .hp_hero_topline,
#premium_seating h2,
#hp_elevated_experience h2,
#suite_types .text_content h4,
#suite_faq h3,
.suites .suite_map_alt h2.post-title {
    font-family: var(--font_family_cond_black);
    font-size: var(--font_size_highlights);
    text-transform: uppercase;
}

/* Smallest Titles */

.suite_amenities_element_inner .sa_text {
    font-family: var(--font_family_cond_black_italic);
    font-size: var(--font_size_categories);
    line-height: 1.222;
    text-transform: uppercase;
}

/* Body Copy */

#suite_lightbox .suite_info_container p,
#suite_lightbox .video_link_caption,
#suite_lightbox .video_link_suite_name,
#contact_us .lead,
#hp_elevated_experience p,
#hp_elevated_experience .stat span,
.stadium_guide_container section#stadium_guide .stadium_guide_content,
#edp_container .ll_suite_info .suite_info_content,
#suite_types .suite_info_content,
#suite_faq p {
    font-family: var(--font_family_cond_medium_italic);
    font-size: var(--font_size_subtitles);
    line-height: 26px;
}

/* Small Copy */

.carousel_container .hp_event_date,
.tiled_event_page .event_tile_date *,
.tiled_event_page .event_tile_inventory *,
#edp_container .event_inventory_status * {
    font-family: var(--font_family_semicond_extra_light);
    font-size: var(--font_size_min) !important;
    line-height: 21px;
}

p.lead {
}

/* post title and lead pair */
.post-title:has(+ .lead) {
	margin-bottom: 18px;
}
.post-title + .lead {
	margin: 0 0 12px;
}

.cta_body {
	width: calc( 100% - var(--gutter_width) * 2);
	max-width: var(--container_width);
	margin-left: auto;
	margin-right: auto;
}

.non-break {
    all: unset;
    white-space: nowrap;
}

/* Buttons */

/* regular button */

#non-header #edp_container.listing_details a.catering_menu_button {
    all: initial;
}

a.blue,
button.blue,
input.blue.button,
a.button.hollow,
.btn-sec,
.share_this_button,
.new_checkout #btn_submit,
#edp_container.listing_details a.show_all_photos,
#edp_container .browse_other_events,
#non-header #edp_container.listing_details a.catering_menu_button,
.tiled_event_page .toc_element {
    position: relative;
    display: inline-block;
    font-family: var(--font_family_semicond_black);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    padding: 24px 60px;
    background-color: var(--color_1);
    color: var(--color_white) !important;
    text-transform: uppercase;
    box-shadow: 0 4px 2px rgba(0,0,0,0.25);
    z-index: 0;
    height: auto;
    border: 1px solid transparent;
    border-radius: 8px;
    width: auto;
    min-width: 266px;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
}
a.blue::after,
button.blue::after,
input.blue.button::after,
.share_this_button::after,
.new_checkout #btn_submit::after,
#edp_container.listing_details a.show_all_photos::after,
#edp_container .browse_other_events::after,
#non-header #edp_container.listing_details a.catering_menu_button::after,
.tiled_event_page .toc_element::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(70.96deg, #0050B5 6.97%, #00234F 118.16%);
    border-radius: inherit;
    transform: none;
    border: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s ease;
}
a.blue:hover,
button.blue:hover,
input.blue.button:hover,
.share_this_button:hover,
.new_checkout #btn_submit:hover,
#edp_container.listing_details a.show_all_photos:hover,
#edp_container .browse_other_events:hover,
#non-header #edp_container.listing_details a.catering_menu_button:hover,
.tiled_event_page .toc_element:hover {
    background-color: var(--color_1);
    border-color: var(--color_white);
}
a.blue:hover:not(:active):not(.disabled):not(.hollow):not(.cta_btn_small)::after,
button.blue:hover:not(:active):not(.disabled):not(.hollow):not(.cta_btn_small)::after,
input.blue.button:hover:not(:active):not(.disabled):not(.hollow):not(.cta_btn_small)::after,
.new_checkout #btn_submit:hover:not(:active):not(.disabled)::after,
#edp_container .browse_other_events:hover:not(:active):not(.disabled)::after {
    opacity: 1;
}
a.blue:active,
button.blue:active,
input.blue.button:active,
.new_checkout #btn_submit:active,
#edp_container .browse_other_events:active {
    box-shadow: none;
}
a.blue.disabled,
button.blue.disabled,
.share_this_button.disabled,
.new_checkout #btn_submit.disabled,
#edp_container.listing_details a.show_all_photos.disabled,
#edp_container .browse_other_events.disabled,
#non-header #edp_container.listing_details a.catering_menu_button.disabled,
input.blue.button.disabled {
    background: #EDEDED;
    border-color: #BFBFBF;
    color: #999999 !important;
    box-shadow: none;
    cursor: default;
}

:is(a.blue, a.cta_btn) .icon-power {
    color: #009908 !important;
}


a.blue.hollow,
a.button.hollow,
button.hollow,
input.hollow.button,
.btn-sec,
#non-header #edp_container.listing_details a.catering_menu_button {
    background: var(--color_white);
    border: 1px solid var(--color_3);
    color: var(--color_3) !important;
}
a.blue.hollow:hover,
a.button.hollow:hover,
button.hollow:hover,
input.hollow.button:hover,
.btn-sec:hover,
#non-header #edp_container.listing_details a.catering_menu_button:hover {
    background: var(--color_3);
    border: 1px solid var(--color_3);
    color: var(--color_white) !important;
}
a.blue.hollow:active,
a.button.hollow:active,
button.hollow:active,
input.hollow.button:active,
.btn-sec:active,
#non-header #edp_container.listing_details a.catering_menu_button:active {
    background: #332B2E;
    border-color: #332B2E;
    color: var(--color_white) !important;
    box-shadow: none;
}
a.blue.hollow.disabled,
a.button.hollow.disabled,
button.hollow.disabled,
input.hollow.button.disabled,
.btn-sec.disabled {
    background: #EDEDED;
    border-color: #BFBFBF;
    color: #999999 !important;
}


/* mid button */

a.cta_btn_mid {
    font-size: 14px;
    padding: 13px 24px;
    border-radius: 12px;
    min-width: 177px;
}

/* small button */

a.cta_btn_small,
button.cta_btn_small,
input.cta_btn_small.button,
.catering_menu_button,
.share_this_button,
.tiled_event_page .toc_element {
    height: 38px;
    padding: 0 40px;
    min-width: 171px;
    max-width: 100%;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid var(--color_2);
    border-radius: 67px;
    box-shadow: none;
}
a.cta_btn_small:hover,
button.cta_btn_small:hover,
input.cta_btn_small.button:hover,
.catering_menu_button:hover,
.share_this_button:hover,
.tiled_event_page .toc_element:hover {
    background: #1461C7;
    border-color: var(--color_2);
}
a.cta_btn_small:active,
button.cta_btn_small:active,
input.cta_btn_small.button:active,
.catering_menu_button:active,
.share_this_button:active,
.tiled_event_page .toc_element:active {
    background: #003D8F;
    border-color: var(--color_2);
}
a.cta_btn_small.disabled,
button.cta_btn_small.disabled,
input.cta_btn_small.button.disabled,
.catering_menu_button.disabled,
.share_this_button.disabled {
    background: #B8BDC2;
    border-color: #B8BDC2;
    color: rgba(255,255,255,0.5) !important;
}
a.cta_btn_small.hollow,
button.cta_btn_small.hollow,
input.cta_btn_small.hollow.button {
    background: transparent;
    border: 1px solid var(--color_white);
    color: var(--color_white) !important;
}
a.cta_btn_small.hollow:hover,
button.cta_btn_small.hollow:hover,
input.cta_btn_small.hollow.button:hover {
    background: var(--color_2);
    border: 1px solid var(--color_white);
}

/* small blue */
/*a.cta_btn_small_blue,*/
/*button.cta_btn_small_blue,*/
/*#edp_container.listing_details a.show_all_photos,*/
/*a.cta_btn_small_blue:hover,*/
/*button.cta_btn_small_blue:hover,*/
/*#edp_container.listing_details a.show_all_photos:hover,*/
/*a.cta_btn_small_blue:active,*/
/*button.cta_btn_small_blue:active,*/
/*#edp_container.listing_details a.show_all_photos:active,*/

/* radio button */

.tiled_event_page .toc_element:not(.highlight),
.tiled_event_page .toc_element.highlight {
    min-width: 0;
    padding-inline: 12px;
    font-family: var(--font_family_cond_black_italic);
    font-size: 12px;
    font-style: italic;
    background: transparent;
    border: 1px solid var(--color_white);
    opacity: 0.9;
}
.tiled_event_page .toc_element:not(.highlight):not(:hover) {
    background: none !important;
    color: var(--color_white) !important;
}
.tiled_event_page .toc_element:not(.highlight):not(:hover)::after {
    opacity: 0 !important;
}
.tiled_event_page .toc_element.highlight,
.tiled_event_page .toc_element:hover {
    background: var(--color_1);
    border-color: var(--color_1);
    opacity: 1;
}



/*
----------------------------------------------------
LIGHTBOXES
----------------------------------------------------
*/

#suite_lightbox {
    background: var(--color_black);
    color: var(--color_2);
}
#suite_lightbox .galleria_container {
    padding-bottom: 20px;
}
#suite_lightbox .cta_btn {
    width: auto;
}
.suite_lightbox_header .cui_small_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;

}
#suite_lightbox .suite_lightbox_header {
    padding-block: 30px;
    background: var(--color_4);
}
#suite_lightbox .galleria_container .cui_big_container,
#suite_lightbox .suite_details_container .cui_big_container {
    background: var(--color_black);
}
.suite_lightbox_header h2 {
    margin: 0;
    padding: 0;
    color: var(--color_white);
}
.suite_lightbox_header .lightbox_close {
    color: var(--color_white);
}
.suite_lightbox_content .cui_small_container {
    padding-inline: 20px;
}
.suite_lightbox_content .suite_details_container .cui_small_container {
    border-top: 0 none;
    margin-top: 0;
    padding-inline: 20px;
}
#suite_lightbox .suite_info_container h4 {
    font-family: var(--font_family_cond_ultra_black);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color_white);
}
#suite_lightbox .suite_info_container p,
#suite_lightbox .video_link_caption,
#suite_lightbox .video_link_suite_name {
    color: var(--color_2);
}
#suite_lightbox .suite_info_container h2,
#suite_lightbox .video_walkthroughs_container h2 {
    color: var(--color_white);
    font-family: var(--font_family_cond_black_italic);
    font-size: var(--font_size_titles);
    text-transform: uppercase;
}
#suite_lightbox .lightbox_close_link {
    color: var(--color_2);
    font-family: var(--font_family_cond_semibold);
    font-size: var(--font_size_regular_copy);
}
#suite_lightbox .lightbox_close_link:hover {
    color: var(--color_white);
}
#suite_lightbox .galleria-theme-classic .galleria-info-text {
    background: transparent !important;
    color: var(--color_2);
}
#suite_lightbox .galleria-theme-classic .galleria-info-description {
    font-family: var(--font_family_cond_medium_italic) !important;
    font-size: var(--font_size_regular_copy);
    color: var(--color_2);
}
@media screen and (max-width: 768px) {
    .suite_details_container .grid [class^=col-] {
        padding-inline: 0 !important;
    }
    .suite_lightbox_header .cui_small_container {
        padding-inline: 0;
    }
}

#lightbox_vid {
    min-width: 0;
}

/* Suite map lightbox (new), part of lightbox.js */
#lightbox3 .lightbox_header {
    border: 0 none;
}
#lightbox3 .lightbox_title {
    padding-top: 20px;
    font-family: var(--font_family_cond_ultra_black);
    font-weight: 900;
    color: var(--color_white);
}
#lightbox3 .lightbox_middle {
    margin-top: 0;
    max-height: 65vh;
}
#lightbox3 .lightbox_close {
    margin-top: 10px;
}
#lightbox3 .lightbox_close_container a {
    border-radius: 8px;
}
#lightbox5 {
    width: 700px;
    max-width: 100%;
    margin: 0;
}
#lightbox5 .lightbox_title {
    color: var(--color_black);
}
#lightbox5 .lightbox_close_container a.blue.button {
    color: var(--color_white);
}
@media screen and (min-width: 501px) {
    #lightbox5 {
        transform: translateX(-50%);
        left: 50%;
    }
}

/*
----------------------------------------------------
PAGE TITLES
----------------------------------------------------
*/

#non-header .page_title_container {
	background-position: center;
    background-repeat: no-repeat;
	min-height: 280px;
	height: auto;
	display: flex;
	overflow: visible;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#non-header .page_title_container h1 {
	position: relative;
    color: var(--color_white);
    width: max-content !important;
    max-width: 100%;
    text-align: left;
    float: none !important;
    margin: 0;
    z-index: 1;
    border-left: 5px solid var(--color_1);
    padding-left: 24px;
    text-shadow: 2px 2px 22px rgba(0, 0, 0, 0.5);
}
#non-header .page_title_container h1 span {
    font-family: inherit;
    color: var(--color_1);
}
#non-header .page_title_container > div {
	margin-left: max(20px, calc(100% - 1065px ) / 2);
	max-width: calc(100% - 40px);
}








/*
----------------------------------------------------
UI WIDGETS
----------------------------------------------------
*/

.cui_big_container {
	display: flex;
	justify-content: center;
}
.cui_small_container {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
}
.cta_container {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var( --container_width );
}

/*
----------------------------------------------------
CONTACT US PANEL (UNIVERSAL)
----------------------------------------------------
*/

#contact_us {
    background-image: url("../../../includes/custom-ui/dc_nationals/git-lfs-assets/nationals-contact-panel-bg_1440x475.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: transparent;
    min-height: 475px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 0;
}
#contact_us .cta_container {
    position: relative;
}
#contact_us .cta_body {
    min-height: 500px;
    max-width: 470px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    text-align: left;
    position: relative;
    margin-left: 0;
}

#contact_us .post-title {
    margin-top: 0;
    padding-inline: 0;
}
#contact_us .post-title::after {
    display: block;
    width: 65px;
    height: 17px;
    background-image: url("../../../includes/custom-ui/dc_nationals/git-lfs-assets/three-stars.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 9px;
    margin-bottom: -8px;
}
#contact_us .logo {
    width: 198px;
    height: auto;
    display: block;
    margin-bottom: 22px;
}
#contact_us .lead {
    text-align: left;
    color: var(--color_4);
    margin-block: 0.1rem 0.3rem !important;
}
#contact_us a.blue {
}
@media screen and (min-width: 1920px) {
    #contact_us {
        background-image: url("../../../includes/custom-ui/dc_nationals/git-lfs-assets/nationals-contact-panel-bg_2879x951.webp");
    }
}
@media screen and (max-width: 768px) {
    #contact_us {
        background-position: bottom right 37%;
        min-height: 0;
    }
    #contact_us .cta_container {
        min-height: 0;
        padding-block: 70px;
    }
    #contact_us .cta_body {
        min-height: 0;
        max-width: calc(100vw - 30%);
    }
    .faq #contact_us {
        height: auto;
        min-height: 400px;
        margin: 0;
        background-position: center bottom;
        justify-content: center;
    }
    .faq #contact_us .cta_container {
        width: auto;
        min-height: auto;
        padding: 20px 0;
    }
    .faq #contact_us .cta_container h2 {
        margin-top: 10px;
    }
}


/*
----------------------------------------------------
SUITE GALLERY (HOME)
----------------------------------------------------
*/

.home #suite_gallery {
    background-color: var(--color_1);
    background-image:
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg"),
        linear-gradient(271deg, #044CAC 22%, #034FB4 99%);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: auto 125%, 100% 100%;
    padding-bottom: 130px;
}
.home #suite_gallery .post-title {
    color: var(--color_white);
    margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
    .home #suite_gallery {
        background-size: auto 55%, 100% 100%;
        background-position: center top 30px, center;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .home #suite_gallery .post-title {
        margin-bottom: 20px;
    }
}

/*
----------------------------------------------------
CONTACT US PANEL (HOME + EVENTS)
----------------------------------------------------
*/

#contact_us {
    background-color: var(--color_black);
    background-image:
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg"),
        linear-gradient(90deg, var(--color_black) 0%, var(--color_black) 48%, rgba(0, 0, 0, 0) 100%),
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-contact-rotunda-bg_1954x712.webp");
    background-repeat: no-repeat;
    background-position: left -80px center, center, right -283px bottom;
    background-size: auto 115%, 100% 100%, auto 120%;
    min-height: 356px;
    justify-content: flex-start;
}
#contact_us .cta_container {
    padding-top: 70px;
}
#contact_us .cta_body {
    min-height: 0;
    gap: 8px;
    border-left: 5px solid var(--color_1);
    padding-inline: 24px;
}
#contact_us .post-title {
    color: var(--color_white);
    text-shadow: 2px 2px 22px rgba(0, 0, 0, 0.5);
    margin: 0;
}
#contact_us .lead {
    color: var(--color_white);
    font-size: var(--font_size_highlights);
    max-width: 350px;
    margin: 0;
}
#contact_us a.blue {
    font-size: var(--font_size_regular_copy);
    padding: 16px 32px;
    min-width: 0;
    margin-top: 8px;
}
#contact_us .post-title span {
    font-family: inherit;
    color: var(--color_1);
}

:is(.events, .games, .suites) #contact_us {
    .cta_body {
        max-width: 685px;
    }
    .post-title {
        max-width: 656px;
    }
    .lead {
        max-width: 404px;
    }
    a.blue {
        padding: 20px 32px;
    }
}

.suites #contact_us .cta_body {
    max-width: 704px;
    margin-inline: auto;
    border-left: 0;
    align-items: center;
    text-align: center;
}
.suites #contact_us .lead {
    text-align: center;
    max-width: 100%;
}
.home #contact_us .lead {
    max-width: 300px;
}
.home #contact_us .cta_container {
    padding-top: 64px;

    @media (max-width: 768px) {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    #contact_us {
        background-image:
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg"),
            linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--color_black) 58%),
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-contact-rotunda-bg_1024x373.webp");
        background-position: left -60px top 20px, center, center top;
        background-size: auto 45%, 100% 100%, 100% auto;
        justify-content: center;
    }
    #contact_us .cta_container {
        padding-block: 0;
    }
    #contact_us .cta_body {
        max-width: none;
        padding-block: 30px;
    }
    #contact_us .lead {
        max-width: none;
    }
}


/*
----------------------------------------------------
HEADER
----------------------------------------------------
*/
.cui_header_container,
#cui_sticky_header {
    background: var(--color_black);
    height: 80px;
    display: flex;
    justify-content: center;
    border-top: 3px solid var(--color_1);
    box-shadow: 0 4px 2px rgba(0,0,0,0.25);
}
#cui_sticky_header {
    top: -80px;
    display: none;
}
.home #cui_header {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.cui_header_container .inner_header,
#cui_sticky_header .inner_header {
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: unset;
    align-items: center;
    align-self: center;
    width: calc( 100% - var(--gutter_width) * 2);
    height: 100%;
    max-width: var(--container_width);
}

a.logo_container {
    display: flex;
    align-items: center;
}
.cui_header_container .site_logo,
#cui_sticky_header .site_logo {
    width: 58px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    background-size: auto;
    margin-right: 0;
}

.cui_header_container span.page_title,
#cui_sticky_header span.page_title {
    border-left: 0 none;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: var(--font_family_cond_ultra_black);
    font-size: 37px;
    font-weight: 700;
    color: var(--color_white);
    height: auto;
    float: none;
    position: relative;
    display: flex;
    align-items: center;
}
.cui_header_container span.page_title:last-of-type::before,
#cui_sticky_header span.page_title:last-of-type::before {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    margin-inline: 7px;
    background-color: var(--color_white);
}

.cui_header_container nav,
#cui_sticky_header nav {
    float: none;
    margin: 0 0 0 auto;
}
.cui_header_container .inner_header a.blue,
#cui_sticky_header .inner_header a.blue {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 24px;
    margin-left: 22px;
    min-width: 0;
    border: 0 none;
}
nav ul {
    width: 100%;
    display: flex;
}
.cui_header_container {
    display: flex;
}
.cui_header_container li,
#cui_sticky_header li {
    padding: 0;
    position: relative;
    text-align: center;
}
.cui_header_container li a,
#cui_sticky_header li a {
    padding: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    color: var(--color_white) !important;
    border-bottom: 0 none !important;
    transition: all 0.2s ease;
}
.cui_header_container li a::after,
#cui_sticky_header li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: var(--color_3);
    opacity: 0;
    transition: opacity 0.15s ease;
}


/* Nav highlighting */
#non-header nav a[class] {
    font-family: var(--font_family_cond_black) !important;
    font-weight: 800;
    font-size: 17px;
}
#non-header nav li :is(a[class]:hover, a[class]:focus, a[class]:active) {
    color: var(--color_1) !important;
}
.home #non-header nav li a.home,
.page-template-seg_tiled_event_page #non-header nav li a.games,
.venues #non-header nav li a.venues,
.suites #non-header nav li a.suites,
.tickets #non-header nav li a.tickets,
.ownership #non-header nav li a.ownership,
.faq #non-header nav li a.faq,
.contact #non-header nav li a.contact {
    font-family: var(--font_family_cond_ultra_black) !important;
    font-weight: 900;
    color: var(--color_1) !important;
}

#non-header .cui_header_container .mobile_menu_btn {
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    height: 34px;
    font-size: 38px;
    color: var(--color_white);
    line-height: 1;
}

@media screen and (min-width: 1001px) {
    .cui_header_container .inner_header :not(a) {
        height: 100%;
    }
    .cui_header_container li,
    #cui_sticky_header li {
        margin: 0 22px;
    }
    .cui_header_container li a,
    #cui_sticky_header li a {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1100px) {
    #cui_sticky_header .mobile_menu_btn {
        display: none;
    }
    #cui_sticky_header.cui_header_container nav {
        width: auto;
        margin: 0 0 0 auto;
        padding: inherit;
        display: block;
        background: transparent;
    }
}

@media screen and (max-width: 1000px) {
    .cui_header_container .mobile_menu_btn,
    #cui_sticky_header .mobile_menu_btn {
        display: block;
        color: var(--color_7);
    }
    nav ul {
        flex-direction: column;
        margin-left: 0;
        padding-bottom: 25px;
    }
    nav li::after {
        display: none !important;
    }
    .home #non-header nav li a.home,
    .page #non-header .template-seg_stadiumpage_shell nav li a.games,
    .venues #non-header nav li a.venues,
    .suites #non-header nav li a.suites,
    .tickets #non-header nav li a.tickets,
    .ownership #non-header nav li a.ownership,
    .faq #non-header nav li a.faq,
    .contact #non-header nav li a.contact {
        color: var(--color_2);
    }
    .cui_header_container {
        flex-direction: column;
    }
    .cui_header_container nav,
    #cui_sticky_header.cui_header_container nav {
        display: none;
        position: absolute;
        top: 77px;
        left: 0;
        width: 100%;
        background: var(--color_black);
        box-shadow: 0 10px 10px rgba(0,0,0,0.04);
        margin: 0;
        padding: 0 20px;
    }
    .cui_header_container ul,
    #cui_sticky_header ul {
        padding-block: 15px;
    }
    .cui_header_container li,
    #cui_sticky_header li {
        text-align: right;
        margin: 9px 0;
        padding: 8px 0;
    }
    .cui_header_container .inner_header a.blue,
    #cui_sticky_header .inner_header a.blue {
        display: none;
    }
}


/*
----------------------------------------------------
FOOTER
----------------------------------------------------
*/

#cui_footer {
	padding: 0;
	height: auto;
	min-height: 122px;
    background: var(--color_3);
	border-top: 4px solid var(--color_2);
	box-shadow: inset 0 7px 0 var(--color_1);
	display: flex;
	flex-direction: column;
	justify-content: center;
    position: relative;
}
#cui_footer .inner_footer {
	width: calc( 100% - var(--gutter_width) * 2);
	max-width: var(--container_width);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#cui_footer * {
	color: var(--color_white);
    font-family: var(--font_family_semicond_extra_light);
    font-weight: 200;
	font-size: var(--font_size_small_copy);
	line-height: 1.5;
}
#cui_footer img {
    width: 100%;
    height: auto;
}
#cui_footer .brand {
    text-align: right;
    line-height: 1.5;
    flex: 1 1 0;
    padding-left: 20px;
}
#cui_footer .nav {
    display: grid !important;
    grid-template-columns: 58px auto;
    column-gap: 14px;
    row-gap: 7px;
    align-items: start;
    padding-right: 20px;
    flex: 1 1 0;
}
#cui_footer .brand p {
    margin: 0;
    text-align: right;
}
#cui_footer .nav span {
    display: inline-block;
}
#cui_footer .logo {
    grid-row: span 2;
    width: 58px;
}
#cui_footer .brand p:not(:first-child) {
    margin-top: 10px;
    text-align: right;
}
#cui_footer .nav ul {
    width: 100%;
    margin: 0;
}
#cui_footer .nav ul li {
    display: inline-block;
    margin: 0;
}
#cui_footer .nav ul li:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: var(--color_2);
}
#cui_footer .nav a {
    text-transform: none;
}
#cui_footer .nav a:not([class]):hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #cui_footer .inner_footer {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0;
        padding: 20px 0 10px;
    }
    #cui_footer .nav {
        text-align: left;
    }
    #cui_footer .nav ul {
        margin: 0;
    }
    #cui_footer .nav ul li {
        margin: 0 12px 0 0;
    }
    #cui_footer .nav ul li:not(:last-child)::after {
        content: none;
    }
    #cui_footer .nav a {
        padding: 0;
        text-transform: none;
    }
    #cui_footer .brand {
        padding: 0 0 0 72px;
    }
    #cui_footer .brand br {
        display: none;
    }
    #cui_footer .brand p {
        margin: 0 !important;
        text-align: left !important;
    }
    #cui_footer img {
        display: block;
    }
}

/*
----------------------------------------------------
HOME PAGE
----------------------------------------------------
*/

.home #non-header {
	background: var(--color_8);
    position: relative;
    z-index: 0;
}

/* hero */

/* HP hero */

#hp_hero_section {
    background-image: url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-homepage-hero_2878x1493.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--color_3);
    background-position: center bottom;
    max-height: none;
    position: relative;
    top: 0;
    width: 100%;
    height: 750px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-block: 278px 0;
}
#hp_hero_section .cui_hero_sub_container {
    width: calc( 100% - var(--gutter_width) * 2 );
    max-width: var(--container_width);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}
#hp_hero_section .cui_small_container {
    width: auto;
    min-width: 0;
    max-width: min(701px, 100%);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}
#hp_hero_section .hp_hero_topline {
    line-height: 0.906;
    color: var(--color_2);
    margin: 0;
}
#hp_hero_section .hp_hero_text {
    color: var(--color_white);
    margin: 0;
    text-shadow: 2px 2px 22px rgba(0,0,0,0.5);
    text-align: left;
}
#hp_hero_section p {
    color: var(--color_white);
    margin: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.45);
    text-align: left;
}
#hp_hero_section .hp_hero_cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2px;
    padding-block: 12px;
    gap: 10px;
}
#hp_hero_section .cta_btn {
    margin-top: 0;
}
.cui_hero_text_section .cui_hero_container {
    overflow: visible;
}

/* Nationals Experience */

#premium_seating {
    min-height: 745px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color_white);
    background-image: var(--bg_pinstripe);
}
#premium_seating .cui_small_container {
    padding-inline: 0;
}
#premium_seating .nc-cards {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}
#premium_seating p {
    font-family: var(--font_family_cond_semibold);
    font-size: var(--font_size_regular_copy);
    line-height: 24px;
    color: var(--color_3);
    margin: 0;
}
#premium_seating h2 {
    color: var(--color_1);
    margin: 0 0 8px;
}
#premium_seating h3 {
    color: var(--color_3);
    margin: 0 0 24px;
}
#premium_seating .nc-card {
    flex: 1 1 0;
}
#premium_seating .nc-card h4 {
    color: var(--color_3);
    margin: 0 0 12px;
}
#premium_seating img {
    width: 100%;
    height: auto;
    display: inline-block;
    aspect-ratio: 350/290;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    #premium_seating {
        min-height: 0;
    }
    #premium_seating h3 br {
        display: none;
    }
    #premium_seating .nc-cards {
        flex-direction: column;
        gap: 20px;
    }
    #premium_seating .nc-card {
        display: grid;
        grid-template-columns: 150px 1fr;
        grid-template-rows: auto 1fr;
        gap: 15px 20px;
        align-items: start;
    }
    #premium_seating .nc-card img {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    #premium_seating .nc-card h4 {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
    }
    #premium_seating .nc-card p {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
    }
}
@media screen and (max-width: 420px) {
    #premium_seating .nc-cards {
        gap: 30px;
    }
    #premium_seating .nc-card {
        gap: 10px;
    }
    #premium_seating .nc-card img {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-bottom: 5px;
    }
    #premium_seating .nc-card h4 {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    #premium_seating .nc-card p {
        grid-column: 1 / -1;
        grid-row: 3;
    }
}


/* Nationals decorative bar */




/* upcoming games carousel */

#hp_ideal_matchup {
    background-image:
        linear-gradient(var(--color_black) 0 7.79px, var(--color_2) 7.79px 10.8px, transparent 10.8px),
        linear-gradient(var(--color_black) 0 7.79px, var(--color_2) 7.79px 10.8px, transparent 10.8px),
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg");
    background-repeat: no-repeat;
    background-size: 100% 10.8px, 100% 10.8px, auto 283%;
    background-position: top, bottom, 81% 44%;
    background-color: var(--color_1);
    padding-bottom: 0;
    text-align: center;
}
#hp_ideal_matchup h2.section_title {
    position: relative;
    font-family: var(--font_family_cond_ultra_black_italic);
    font-size: var(--font_size_mid_titles);
    line-height: 50px;
    color: var(--color_white);
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}
#hp_ideal_matchup .cui_small_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 132px;
}
#hp_ideal_matchup .cui_small_container > .grid:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 22px; /* matches other blue section below */
    padding-right: 0;
}
#non-header #hp_ideal_matchup a.blue {
    width: fit-content;
    top: 0;
}

#hp_ideal_matchup a.blue.hollow.cta_btn_small {
    height: 38px;
    min-width: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 36px;
}
.home #hp_ideal_matchup .carousel_container {
    padding: 0;
    margin-top: 6px;
    max-width: calc(100% - 10px);
}
.carousel_container .slick-track {
    display: flex;
}
.carousel_container .slick-prev {
    z-index: 9;
    left: -50px;
    top: 50%;
    color: var(--color_white);
}
.carousel_container .slick-next {
    z-index: 9;
    right: -50px;
    top: 50%;
    color: var(--color_white);
}
#hp_ideal_matchup .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#hp_ideal_matchup .slick-dots {
    display: none !important;
}

.carousel_container .carousel_event {
    border: 0 none !important;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    display: flex;
}
.carousel_container .carousel_event a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: var(--font_family_cond_ultra_black_italic);
    font-size: var(--font_size_small_titles);
    line-height: 1;
    padding: 26px 8px;
    color: var(--color_white);
    text-decoration: none;
    background-color: var(--color_3);
    border: 1px solid var(--color_5);
    border-radius: 12px;
    box-shadow: var(--card_shadow);
    width: 372px;
    max-width: 100%;
    text-align: center;
    margin: 0 8px;
    transition: all 0.2s ease;
    z-index: 1;
}
.carousel_container .carousel_event a:hover {
    background-color: var(--color_1);
    border-color: var(--color_white);
}

#hp_ideal_matchup .carousel_container .img_content {
    flex: 0 0 auto;
    width: 97px;
    height: 97px;
    min-height: 0;
    margin: 0;
    border-radius: 50%;
    background-color: var(--color_white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hp_ideal_matchup .carousel_container .img_content.is_logo {
    padding: 13px;
    background-origin: content-box;
    background-size: contain;
}
.carousel_container .caption_content {
    margin: 0;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0 16px;
    color: var(--color_white);
}
.carousel_container .hp_away_team_name {
    line-height: 1;
    color: var(--color_white);
    min-height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel_container .hp_away_team_name span {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.carousel_container .hp_event_date {
    color: var(--color_white);
    font-weight: 400;
    font-size: var(--font_size_min);
    letter-spacing: 0;
}
.carousel_container .hp_view_suites {
    margin-top: 4px;
    font-family: var(--font_family_semicond_black);
    font-size: var(--font_size_small_copy);
    line-height: 24px;
    color: var(--color_1);
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}
.carousel_container .carousel_event a:hover .hp_view_suites {
    color: var(--color_white);
}

/* no events messaging */

#hp_ideal_matchup .event_widget_no_events_container {
    margin-left: auto;
    margin-right: auto;
}

#hp_ideal_matchup .event_widget_no_events_container a.blue.solid {
    background: none;
    border: 0 none;
    margin-bottom: 15px;
    color: var(--color_3) !important;
}
@media (max-width: 768px) and (orientation: portrait),
       (max-width: 1024px) and (orientation: landscape) {
    #hp_hero_section {
        background-image: url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-homepage-hero_1439x746.webp");
    }
}
@media screen and (max-width: 768px) {
    #hp_hero_section {
        height: auto;
        min-height: 560px;
        padding-block: 150px 60px;
    }
    #hp_hero_section .hp_hero_cta a {
        flex: 1 1 100%;
    }
    #hp_ideal_matchup .cui_small_container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home #hp_ideal_matchup .carousel_container {
        margin-left: 25px;
        margin-right: 25px;
    }
    #hp_ideal_matchup .cui_small_container > .grid:first-child {
        flex-direction: column;
        row-gap: 5px;
        margin-bottom: 20px;
    }
}

/* elevate your experience / premium amenities */
/* suite faq */

#hp_elevated_experience {
    position: relative;
    background-color: var(--color_black);
    background-image: url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg");
    background-repeat: no-repeat;
    background-position: left -140px center;
    background-size: auto 200%;
    padding: 0 10px;
}
#hp_elevated_experience .cui_small_container {
    padding: 0 !important;
    min-height: 522px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hp_elevated_experience h2 {
    color: var(--color_1);
    margin: 0;
    line-height: 1;
}
#hp_elevated_experience h3 {
    color: var(--color_white);
    text-shadow: 2px 2px 22px rgba(0, 0, 0, 0.5);
    margin: 0;
}
#hp_elevated_experience p {
    color: var(--color_2);
    margin: 0;
}
#hp_elevated_experience .stat_row {
    display: flex;
    gap: 40px;
}
#hp_elevated_experience .stat {
    position: relative;
    min-width: 111px;
}
#hp_elevated_experience .stat + .stat::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 1px;
    height: 24px;
    background: var(--color_2);
}
#hp_elevated_experience .stat strong {
    display: block;
    font-family: var(--font_family_cond_ultra_black_italic);
    font-size: 36px;
    line-height: 40px;
    color: var(--color_1);
    text-shadow: 2px 2px 22px rgba(0, 0, 0, 0.5);
}
#hp_elevated_experience .stat span {
    display: block;
    color: var(--color_2);
}
#hp_elevated_experience .cta_btn {
    margin: 12px 0;
    padding: 20px 32px;
    border-radius: 8px;
    font-size: var(--font_size_regular_copy);
    width: fit-content;
    min-width: 188px;
}
#hp_elevated_experience a.blue.hollow::after {
    background: linear-gradient(70deg, rgba(176,185,191,0) 10%, #B0B9BF 100%);
}
#hp_elevated_experience a.blue.hollow:hover {
    background: var(--color_white);
    border: 1px solid var(--color_3);
    color: var(--color_3) !important;
}
#hp_elevated_experience a.blue.hollow:hover:not(:active)::after {
    opacity: 1;
}
#hp_elevated_experience .col-1_2 {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 44px;
}
#hp_elevated_experience .col-1_2 .text_content {
    flex: 0 1 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-left: 5px solid var(--color_1);
    padding-left: 24px;
}
#hp_elevated_experience .banner_img {
    flex: 1 1 0;
    min-width: 300px;
    aspect-ratio: 524 / 362;
    object-fit: cover;
    border: 1px solid var(--color_5);
    border-radius: 10px;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 768px) {
    #hp_elevated_experience .cui_small_container {
        min-height: 0;
    }
    #hp_elevated_experience .col-1_2 {
        flex-direction: column;
        align-items: stretch;
        position: relative;
        row-gap: 28px;
        padding: 50px 0;
    }
    #hp_elevated_experience .col-1_2 .text_content {
        flex: 0 1 auto;
    }
    #hp_elevated_experience .banner_img {
        flex: 0 0 auto;
        width: 100%;
    }
}











/* single game suites */

#hp_partnership_section {
	background-position: center;
	min-height: 362px;
	position: relative;
}
#hp_partnership_section :not(a) {
	color: var(--color_7);
}
#hp_partnership_section .post-title {
	margin: 18px 0 15px;
}
#hp_partnership_section .lead {
	margin-bottom: 26px;
}
#hp_partnership_section .cta_container {
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#hp_partnership_section::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 0;
	}

}

/* gallery */

.home #gallery {
	padding-top: 85px;
	padding-bottom: 0;
    position: relative;
    z-index: 5;
}
.home #gallery .lead {
	position: relative;
}
.home #gallery .post-title {
    margin: 0 auto 10px;
}
.home #gallery .lead {
    text-align: center;
}
.home .galleria-theme-classic {
	z-index: 9;
}
.home #galleria_stage_container {
	height: 643px;
	width: 100%;
	max-width: var(--container_width);
	padding: 0;
    position: relative;
    overflow: visible;
}
.home #galleria_stage_container .galleria-container,
.home #galleria_stage_container .galleria-stage {
    overflow: visible;
    z-index: unset;
    background: transparent !important;
}
.home #galleria_stage_container .galleria-stage {
    inset: 0;
    overflow: hidden !important;
    border: 2px solid var(--color_2) !important;
    border-radius: 28px !important;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.55);
}
.home #galleria_stage_container .galleria-image {
    z-index: 0 !important;
}
.home #galleria_stage_container .galleria-image-nav {
    z-index: 1001;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.home #galleria_stage_container .galleria-image-nav > div {
    height: 100px;
    padding: 0;
    width: 40px;
    transition: all 0.2s ease;
}
.home #galleria_stage_container .galleria-image-nav-left {
    background-position: 12px 50% !important;
}
.home #galleria_stage_container .galleria-image-nav-right {
    background-position: -288px 50% !important;

}

.home #galleria_stage_container .galleria-image-nav > div {
    background-color: rgba(0,0,0,0.15);
}
.home #galleria_stage_container .galleria-image-nav > div:hover {
    background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 768px) {
	.home #galleria_stage_container {
		height: 500px;
	}
}
@media screen and (max-width: 500px) {
    .home #galleria_stage_container {
        height: 400px;
    }
}


/*
----------------------------------------------------
GAMES PAGE
----------------------------------------------------
*/






/*
----------------------------------------------------
EVENTS PAGE
----------------------------------------------------
*/

.events #contact_us {
    justify-content: center;

    .cta_container {
        padding-block: 0;
    }
}

:is(.events, .suites, .faq, .contact) #non-header .page_title_container {
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -21.5% center, center, center;
    background-size: 49.861% auto, cover, cover !important;
    background-color: var(--color_black);
}
.events #non-header .page_title_container {
    background-image:
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
        linear-gradient(246.91deg, rgba(0, 0, 0, 0) 48.615%, rgb(0, 0, 0) 63.833%),
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-upcoming-games-bg_2880x562.webp");
}
.suites #non-header .page_title_container {
    background-image:
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
        linear-gradient(246.91deg, rgba(0, 0, 0, 0) 48.615%, rgb(0, 0, 0) 63.833%),
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-premium-options-page-bg_2880x560.webp");
}
.faq #non-header .page_title_container {
    background-image:
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
        linear-gradient(to right, rgb(0, 0, 0) 42.295%, rgba(0, 0, 0, 0) 67.444%),
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-faq-bg_2880x560.webp");
}
.contact #non-header .page_title_container {
    background-image:
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
        linear-gradient(to right, rgb(0, 0, 0) 42.295%, rgba(0, 0, 0, 0) 67.444%),
        url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-contact-us-bg_2880x560.webp");
}
@media (max-width: 768px) and (orientation: portrait),
       (max-width: 1024px) and (orientation: landscape) {
    .events #non-header .page_title_container {
        background-image:
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
            linear-gradient(246.91deg, rgba(0, 0, 0, 0) 48.615%, rgb(0, 0, 0) 63.833%),
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-upcoming-games-bg_1440x281.webp");
    }
    .suites #non-header .page_title_container {
        background-image:
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
            linear-gradient(246.91deg, rgba(0, 0, 0, 0) 48.615%, rgb(0, 0, 0) 63.833%),
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-premium-options-page-bg_1440x280.webp");
    }
    .faq #non-header .page_title_container {
        background-image:
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
            linear-gradient(to right, rgb(0, 0, 0) 42.295%, rgba(0, 0, 0, 0) 67.444%),
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-faq-bg_1440x280.webp");
    }
    .contact #non-header .page_title_container {
        background-image:
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-subhead-motif.svg"),
            linear-gradient(to right, rgb(0, 0, 0) 42.295%, rgba(0, 0, 0, 0) 67.444%),
            url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-contact-us-bg_1440x280.webp");
    }
}
@media screen and (max-width: 1024px) {
    :is(.events, .suites, .faq, .contact) #non-header .page_title_container {
        background-size: 75% auto, cover, cover !important;
        background-position: -64.8% center, center, center;
    }
}
@media screen and (max-width: 500px) {
    :is(.events, .suites, .faq, .contact) #non-header .page_title_container {
        background-size: 140% auto, cover, cover !important;
        background-position: 75.6% center, center, center;
    }
}

/* toc butons */

.tiled_event_page .toc_container {
    top: 110px;
    margin-top: 35px;
    left: 20px !important;
    width: 165px;
    max-width: 165px;
    z-index: 11;
}
.tiled_event_page .toc_element {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.tiled_event_page .toc_element span {
    font-family: inherit;
    font-size: var(--font_size_min);
}

@media screen and (max-width: 1450px) {
    .tiled_event_page .toc_container {
        width: calc( 25vw - 184px);
    }
}

/* filter bar */

.tiled_event_page .filter_heading,
.tiled_event_page .filter_container,
.tiled_event_page .num_events_container {
	display: none;
}

.tiled_event_page .filter_container {
	height: fit-content;
	background: none;
	margin-block: 0;
	margin-inline: auto;

	.filter_controls_container {
		width: 960px;
		text-align: center;
		padding: 0;
		margin-top: 18px;
	}

	.filter_heading {
		color: #fff;
	}

	.filter_performer_option {
		background: var(--color_4);
		background-color: white;
		color: black;
		border: 2px solid var(--color_2);

		span {
			font-family: var(--font_family_title) !important;
			font-size: 16px !important;
		}

		&:hover {
			background: var(--color_1);
			border-color: var(--color_1);
			font-weight: normal;
		}

		&.selected {
			background: var(--color_1);
			color: white;
			border-color: var(--color_1);

			.filter_cancel_button {
				display: none !important;
			}
		}
	}

	&.pinned {
		position: fixed;
		top: 0;
		margin-top: 0;
		padding-top: 10px;

		.filter_performer_option {
			background: var(--color_4);
			font-family: var(--font_family_title) !important;
			font-size: 14px !important;

			&:hover {
				background: #000;
			}

			&.selected {
				background: #000;
				border-bottom-width: 5px;
				border-bottom-color: var(--color_2);
			}
		}
	}
}

.filter_month_option.selected .filter_cancel_button {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.tiled_event_page {
		.filter_container .filter_controls_container {
			width: 100%;
			padding: 0 20px;
			box-sizing: border-box;
			text-align: center;
		}

		.filter_performer_option {

			padding: 10px 0;

			.filter_performer_name {
				display: none;
			}

			.filter_performer_abbreviation {
				display: block;
				white-space: nowrap;
			}
		}

		.filter_performer_option_container {
			min-width: 115px;
			width: fit-content;
		}
	}
}



/* wrappers */

.events .tiled_event_page {
    background-color: #1F1F1F;
}

.tiled_event_page .event_tile_container {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
	margin: 0 auto 81px;
	padding: 0;
    position: relative;
}
@media screen and (min-width: 1141px) and (max-width: 1620px) {
	.tiled_event_page .event_tile_container {
		padding-left: calc(400px - 24vw);
	}
}
.tiled_event_page .events_for_month_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(34%, 215px), 1fr));
    grid-auto-rows: auto;
    gap: 7px;
    margin-bottom: 30px;
}

/* cards */

.tiled_event_page .event_tile_container .event_tile_element_container {
	width: auto;
	padding: 0;
}
.tiled_event_page .event_tile_container > * {
    z-index: 1;
}
.tiled_event_page a.event_tile_element {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 26px 8px;
	text-decoration: none;
	background-color: var(--color_3);
	border: 1px solid var(--color_5);
	border-radius: 12px;
	box-shadow: var(--card_shadow);
	max-width: 100%;
	text-align: center;
	z-index: 1;
	transition: all 0.2s ease;
}
.tiled_event_page a.event_tile_element:hover {
	background-color: var(--color_1);
	border-color: var(--color_white);
}
.tiled_event_page .event_tile_element .event_tile_image_container {
    flex: 0 0 auto;
    width: 97px;
    height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--color_white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tiled_event_page .event_tile_element .event_tile_image_container img {
    width: auto;
    height: auto;
    max-width: 71px;
    max-height: 71px;
    padding: 0;
	object-fit: contain;
}
.tiled_event_page .event_tile_element .event_tile_name {
    flex: 0 0 auto;
    font-weight: 400;
    line-height: 1;
    color: var(--color_white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 0;
    padding-inline: 16px;
    margin: 16px 0 5px;
    transition: color 0.2s ease;
}
.tiled_event_page .event_tile_element .event_tile_date {
    flex: 0 0 auto;
    display: block;
    align-self: stretch;
    margin: auto 0 0;
    padding-inline: 16px;
}
.tiled_event_page .event_tile_date * {
    font-weight: 400;
    font-size: var(--font_size_min);
	color: var(--color_white);
}
.tiled_event_page .event_tile_element .event_tile_date::after {
    content: "";
    display: block;
    width: 174.548px;
    max-width: 100%;
    height: 1px;
    background: var(--color_1);
    margin: 16px auto 12px;
}
@media screen and (max-width: 500px) {
    .tiled_event_page .event_tile_element .event_tile_name,
    .tiled_event_page .event_tile_element .event_tile_date {
        padding-inline: 8px;
    }
}
.tiled_event_page .event_tile_element .event_tile_inventory {
    flex: 0 0 auto;
    border: 0 none;
    padding: 0;
    margin: 0;
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tiled_event_page .event_tile_inventory * {
    font-weight: 400;
	color: var(--color_white);
    transition: color 0.2s ease;
}
.tiled_event_page .event_tile_inventory span.badge {
    width: 5.25px;
    height: 5.25px;
    border-radius: 50%;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.tiled_event_page .event_tile_inventory br {
    display: none;
}
.tiled_event_page .event_tile_inventory .price_range {
    display: block;
    margin-top: 4px;
}
.tiled_event_page .icon-power {
	margin-right: 3px;
}
.tiled_event_page .availability {
    font-size: var(--font_size_min);
}

/* deposit bar. this should have a border and hover style similar to the cards */
.tiled_event_page ul.deposit_list_container {
	padding: 50px 0 0 0;
    list-style-type: none;
}
.tiled_event_page .deposit_list_container li.event {
	background: transparent;
    position: relative;
	transition: all 0.2s ease;
    border-radius: 0;
    z-index: 1;
    overflow: visible;
}
.tiled_event_page .deposit_list_container li.event::before,
.tiled_event_page .deposit_list_container li.event::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.tiled_event_page .deposit_list_container li.event::before {
    background: var(--color_white);
    border: 1px solid var(--color_border);
    z-index: -1;
}
.tiled_event_page .deposit_list_container li.event::after {
    background: var(--color_2);
    border: 1px solid var(--color_hov_shadow_border);
    opacity: 0;
    z-index: -2;
    transition: all 0.2s ease;
}
.tiled_event_page .deposit_list_container li.event:hover::before {
    border-color: var(--color_border_hov);
}
.tiled_event_page .deposit_list_container li.event:hover::after {
    transform: translate(7px, 7px);
    opacity: 1;
}
.tiled_event_page .deposit_list_container li.event :not(.icon-power) {
	color: var(--color_4) !important;
}
.tiled_event_page .deposit_list_container li.event .event_logo {
	height: 100%;
	padding: 0;
	margin-left: 5px;
	margin-right: 20px;
	padding-left: 10px;
	width: 60px;
}
.tiled_event_page .deposit_list_container li.event .event_logo.league_logo {
	margin-right: 5px;
	padding-left: 0;
	width: 50px;
}

@media screen and (max-width: 768px) {
	.event_inner_right_container, .deposit_event .event_inner_right_container {
		width: calc(100vw - 170px);
	}
}


/* headings */

.tiled_event_page .event_date_separator {
	margin: 50px 0 12px;
	padding: 0;
    color: var(--color_white);
}
.tiled_event_page .event_date_separator span {
    all: unset;
}


/* premium seating cards grid */

.stadium_guide_container {
    background-image: var(--bg_pinstripe);
    background-repeat: repeat;
    background-size: auto;
    background-position: left top;
    background-color: var(--color_white);
	border: 0 none;
    padding-inline: var(--gutter_width);
    padding-top: 122px;
    padding-bottom: 114px;
    margin-top: 0;
}
.stadium_guide_container .sd_container  {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
	margin: 0 auto;
    padding-inline: 0 !important;
}
.stadium_guide_container section#stadium_guide .grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 10px;
}
.stadium_guide_container section#stadium_guide .col-1_3 {
	border: 1px solid var(--color_border);
	background: var(--color_white);
    border-radius: 8px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
	margin: 0 !important;
	padding: 32px 24px !important;
	width: auto !important;
	height: 100% !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
    "icon heading"
    "content content";
    gap: 15px 20px;
    align-items: center;
}
.stadium_guide_container section#stadium_guide .stadium_guide_icon {
	color: var(--color_1);
	font-size: 42px;
    line-height: 42px;
    display: inline-block;
    grid-area: icon;
}
.stadium_guide_container section#stadium_guide .stadium_guide_icon i {
    width: 69px;
    height: 69px;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
}
.stadium_guide_container section#stadium_guide .stadium_guide_content {
	margin: 0 0 auto;
	color: var(--color_3);
    height: auto;
    grid-area: content;
    grid-column: 1 / span 2;
}
.stadium_guide_container section#stadium_guide .details_cta_container {
    grid-column: 1 / span 2;
}
.stadium_guide_container h2.post-subheading {
    float: none;
    color: var(--color_3);
}
.stadium_guide_container section#stadium_guide .stadium_guide_heading {
    text-align: left;
    margin: 0;
    grid-area: heading;
    line-height: 1.1;
    font-size: var(--font_size_headings);
    color: var(--color_black);
}

@media screen and (max-width: 768px) {
	.stadium_guide_container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.stadium_guide_container section#stadium_guide .grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 500px) {
	.stadium_guide_container {
		padding-bottom: 25px;
	}
	.stadium_guide_container section#stadium_guide .col-1_3 {
		padding: 24px 20px !important;
	}
}


/* seating map */

section#suite_prices_and_details {
    margin-top: 50px;
	padding: 0;
}
section#suite_prices_and_details .cui_small_container {
    width: calc( 100% - var(--gutter_width) * 2 );
    max-width: var(--container_width);
    margin: 0 auto;
}


/*
----------------------------------------------------
EDP
----------------------------------------------------
*/

:is(.event-detail, .listing-detail) #non-header {
    background-color: #2F3031;
}

#edp_header {
    background-color: var(--color_1);
    background-image: none;
    position: relative;
    top: 0;
    margin-top: 0;
	min-width: 0;
	min-height: 78px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#edp_header .cui_small_container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}
#edp_header .edp_header_content {
	width: auto;
	flex: 0 1 auto;
	min-width: 0;
	margin: 0;
}
#edp_header .event_name {
	max-width: none;
	padding-right: 0;
	width: auto;
}
#edp_header .event_date,
#edp_header .event_name {
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	#edp_header .event_date,
	#edp_header .event_name {
		white-space: normal;
	}
	#edp_header .back_btn {
		position: static;
		margin-left: 0;
		align-self: center;
	}
}
#edp_header *:not(i) {
    color: var(--color_white) !important;
    font-family: var(--font_family_cond_ultra_black_italic) !important;
    font-weight: 900;
    line-height: 1.3 !important;
    font-size: var(--font_size_small_titles);
    font-style: italic;
    text-transform: uppercase;
}
#edp_header .edp_header_content {
    font-weight: 400;
	line-height: 22px;
}
#edp_header .event_logo {
	border-left-color: var(--color_white);
}
#edp_header span {
    display: none;
}
#edp_header .event_date::after {
	content: " | ";
}

/* event hover cards with map */

#edp_container {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
	margin: 48px auto 0;
	display: flex;
	flex-direction: row-reverse;
	column-gap: 18px;
}
#edp_container .content_left {
	margin: 0;
	padding: 0;
	width: auto;
	flex: 1;
	/* Listings column. */
	min-width: 0;
}
#edp_container .listing_list_container {
	width: auto;
}
#edp_container .content_right {
	margin: 0;
	width: auto;
	padding: 0;
	overflow: unset;
	flex: 0 0 413px;
}
#edp_container .event_inventory_status * {
	color: var(--color_white);
}
#edp_container .ib_suites_avail_container * {
    text-transform: none !important;
}
#edp_container .content_left .event_inventory_status .listing_sort_container:hover {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
}
#edp_container .content_left .event_inventory_status .listing_sort_container:hover * {
    color: var(--color_white);
}
#edp_container .content_right .map_container {
	width: 100%;
	overflow: visible;
	background: transparent;
    margin: 40px 0 75px;
}
#edp_container #browse_other_events {
    display: none;
}
#edp_container .content_right .map_container #suite_map_background {
	border-radius: 12px;
    border: 1px solid var(--color_5);
	background: var(--color_white);
	box-shadow: var(--card_shadow);
}
#edp_container .ll_container {
	position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    column-gap: 12px;
    row-gap: 16px;
    width: auto;
    padding: 12px 12px 0;
    flex: 1 1 0;
}
body #edp_container .listing_list_row .ll_thumbnail {
    transition: all 0.2s ease;
    height: auto;
    flex: 0 0 calc((100% - 18px) * 269 / 671);
    width: auto;
    border-radius: 7px 0 0 7px;
}
#edp_container .listing_list_row {
    border-radius: 0;
    background: transparent;
    position: relative;
    transition: all 0.2s ease;
    overflow: visible;
    z-index: 1;
    display: flex;
    height: auto;
    padding: 8px;
    gap: 10px;
}

#edp_container .listing_list_row::before,
#edp_container .listing_list_row::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: var(--card_shadow);
    transition: all 0.2s ease;
}
#edp_container .listing_list_row::before {
    background: var(--color_3);
    border: 1px solid rgba(255, 255, 255, 0.28);
    z-index: -1;
}
#edp_container .listing_list_row::after {
    background: var(--color_1);
    border: 1px solid var(--color_hov_shadow_border);
    opacity: 0;
    z-index: -2;
    max-height: 100%;
    transition: all 0.2s ease;
    visibility: visible;
}
#edp_container .listing_list_row:hover::before {
    border-color: var(--color_border_hov);
}
#edp_container .listing_list_row:hover::after {
    transform: translate(7px, 7px);
    opacity: 1;
    visibility: visible;
}

#edp_container .listing_list_row:hover :is(.ll_price, .ll_suite_type) {
}
#edp_container .listing_list_row {
    .icon-power {
        top: -3px;
    }
    .ll_instant {
        width: auto;
    }
    .instant_book_icon {
        padding-inline: 0 !important;
    }
    .ll_price {
        position: relative;
        top: 0;
        right: 0;
        height: auto;
        width: fit-content !important;
        margin: 0;
        grid-column: 2;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

}

#edp_container .ll_suite_type {
    width: auto !important;
    white-space: normal;
    grid-column: 1;
    grid-row: 1;
}

@media screen and (max-width: 500px) {
    #edp_container .listing_list_row .ll_price {
        position: relative !important;
        width: fit-content !important;
        top: 0;
    }
}
#edp_container .suite_pin_container.xsmall .suite_pin_label_arrow {
    top: -16px;
}

#edp_container .ll_suite_info {
	font-size: var(--font_size_subtitles);
	line-height: 26px;
	color: var(--color_2);
	margin: 0;
	grid-column: 1 / -1;
}
#edp_container .ll_suite_info .suite_info_icon i {
	top: 0;
}
#edp_container .ll_suite_info .suite_info_content {
	color: var(--color_2);
}
#edp_container .listing_list_row :is(.ll_price, .ll_suite_type) {
	font-weight: 900;
    font-style: italic;
	color: var(--color_white);
    margin-bottom: 0;
}
#edp_container .listing_list_row_details .ll_price .per_ticket {
	position: relative !important;
}

#seat_selection_lightbox .lightbox_close_container a.blue.button {
	border: 0;
	color: white;
}

@media screen and (min-width: 769px) {
	#edp_container .content_right .map_container {
		position: sticky;
		top: 20px;
        margin: 0;
	}
}
@media screen and (max-width: 768px) {
	#edp_container {
		flex-direction: column;
	}
}
@media screen and (max-width: 500px),
       screen and (min-width: 769px) and (max-width: 960px) {
    #edp_container .listing_list_row {
        flex-direction: column;
    }
	#edp_container .ll_thumbnail, #edp_container .ll_container {
		width: 100% !important;
		flex: 0 0 auto;
	}
    body #edp_container .listing_list_row .ll_thumbnail {
        display: block;
        height: 200px;
        border-radius: 7px 7px 0 0;
        flex: 0 0 auto;
    }
    #edp_container .ll_container {
    }
	.listing_list_container {
		width: auto;
	}
	.listing_list_row {
		height: auto !important;
	}
}


/* edp popup details w instant book */













/*
----------------------------------------------------
LDP
----------------------------------------------------
*/

#edp_container.listing_details {
	max-width: 100%;
	min-width: 0;
	display: block;
	margin-top: 78px;
}
#edp_container.listing_details .listing_list_row_details .details_top_container {
	padding-top: 0 !important;
	margin-top: 0 !important;
	height: auto;
	margin-bottom: 49px;
}
#edp_container.listing_details .listing_list_row_details {
	padding: 0;
	margin-top: 0 !important;
}
#edp_container.listing_details .cta_container {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 52px;
    border-bottom: 1px solid rgba(19, 12, 14, .2);
}
#edp_container.listing_details .included_available_item {
    font-size: var(--font_size_min);
    white-space: normal;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
#edp_container.listing_details .included_available_item .icon_container {
    top: 1px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

/* HERO IMAGES  */
#edp_container.listing_details .ldp_hero_container {
    height: 437px;
}
#edp_container.listing_details .ldp_hero_container .hero_image {
    height: 100%;
}
#edp_container.listing_details .hero_image_left_50 {
    width: 53.573%;
}
#edp_container.listing_details .hero_image_right_50 {
    width: 46.427%;
    padding-left: 13px;
}
@media screen and (max-width: 767px) {
    #edp_container.listing_details .hero_image_left_50 {
        width: 100%;
    }
}

#edp_container.listing_details a.show_all_photos {
    position: absolute;
    top: auto;
    right: 35px;
    bottom: 12px;
    height: 38px;
    width: auto;
    min-width: 171px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 36px;
    border-radius: 67px;
    box-shadow: none;
    color: var(--color_1) !important;
    background: rgba(255,255,255,0.95) !important;
    border: 1px solid var(--color_1);
}
#edp_container.listing_details a.show_all_photos:hover {
    background: var(--color_white) !important;
}
/* THE PANEL CHASSIS */
#edp_container.listing_details .white_container_gray_border {
    width: calc( 100% - var(--gutter_width) * 2 );
    max-width: var(--container_width);
    padding-block: 48px;
    margin: 0 auto 15px;
    margin-top: 0 !important;
    border: 1px solid var(--color_3);
    border-radius: 8px;

    @media screen and (min-width: 980px) {
        padding-inline: 78px;
    }
}

#edp_container.listing_details :is(
    .subheading,
    h2.secondary_header,
    .ll_suite_type,
    .ll_price
) {
    font-family: var(--font_family_cond_ultra_black_italic);
    font-size: var(--font_size_small_titles);
    text-transform: uppercase;
    margin-bottom: 22px;
	color: var(--color_3);
	position: relative;
}
/* Suite name  */
body #edp_container.listing_details :is(
    .ll_suite_type,
    .ll_price
) {
    font-family: var(--font_family_cond_black_italic);
    font-size: var(--font_size_titles);
    line-height: 1.125;
    text-transform: uppercase;
    color: var(--color_3);
}

/* Shared body copy */
#edp_container.listing_details :is(
    .listing_faq_answer,
    .listing_faq_answer p,
    .listing_tips_tip,
    .listing_tips_text,
    .text_container
) {
    font-family: var(--font_family_cond_medium_italic);
    font-size: var(--font_size_subtitles);
    line-height: 1.444;
    color: var(--color_3);
}
#edp_container .listing_list_row_details .ll_instant {
    width: 0.9em !important;
}
#edp_container .listing_list_row_details .ll_instant span.icon-power {
    top: 3px;
    font-size: 0.65em;
}

.share_container {
    width: calc( 100% - var(--gutter_width) * 2);
    max-width: 960px;
    text-align: right;
    margin: 0 auto;
}
.share_container button.share_this_button {
	border: 1px solid var(--color_2);
    box-shadow: none;
    width: auto;
}


/* instant book */

#edp_container.listing_details .content_right {
	padding-left: 20px;
}

#edp_container.listing_details .white_container_gray_border > .cta_container .content_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#edp_container.listing_details .ll_price {
	display: flex;
	justify-content: flex-end;
}
#non-header #edp_container.listing_details a.catering_menu_button {
    font-size: 12px;
    padding: 10px 36px;
    display: block;
    width: fit-content;
    min-width: 0;
    box-shadow: none;
    margin-bottom: -8px;
}
#edp_container.listing_details .listing_tips_text {
    width: auto;
    border-bottom: 1px solid rgba(19, 12, 14, .2);
    font-size: var(--font_size_min);
    float: none;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
#edp_container .no_hidden_fees {
    margin: 0.5rem;
}
#edp_container .content_left .secondary_content {
    padding-right: 30px;

    .listing_tips_content {
        width: fit-content;
    }
    @media (max-width: 768px) {
        padding-right: 0;
        max-width: 380px;
    }
}

#edp_container .content_right .secondary_content {

    .listing_tips_tip:first-child .listing_tips_text {
        border: 0 none;
    }
    @media (max-width: 768px) {
        max-width: 380px;
    }
}
#edp_container.listing_details {

    :is(a.instant_book_btn, .cta_phone_container) {
        width: min( 300px, 32vw);
    }
    .cta_phone_container {
        text-align: center;
    }
    .cta_phone_container * {
        color: var(--color_4);
    }
    .cta_phone_container :nth-child(2) {
        margin-right: 10px;
    }
    a.instant_book_btn {
        padding-block: 14px;
    }
}



/* faq */

#edp_container.listing_details .listing_faq .subheading {
	margin: 0 0 32px;
}
#edp_container.listing_details .listing_faq .subheading::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: rgba(19, 12, 14, .2);
	margin-top: 32px;
}
#edp_container.listing_details .listing_faq_question {
	font-family: var(--font_family_semicond_black);
	font-size: var(--font_size_min);
	font-weight: 700;
	line-height: 1.3;
	color: var(--color_black);
	margin: 0 0 5px;
}

@media screen and (max-width: 768px) {
    #edp_container.listing_details {
        margin-top: 63px;
    }
	#edp_container.listing_details .white_container_gray_border {
		padding: 30px 20px;
	}
	#edp_container.listing_details :is(
        .content_left,
        .content_right,
        .ll_price
    ) {
		float: none;
		width: 100%;
		padding-left: 0;
		display: block !important;
	}
	#edp_container.listing_details :is(a.instant_book_btn, .cta_phone_container) {
        width: max(350px, 25vw);
        max-width: 100%;
        text-align: center;
	}
}







/*
----------------------------------------------------
WAITLIST PAGE
----------------------------------------------------
*/

#edp_container.no-listings {
    display: block;
}
#edp_container.no-listings .sold_out_headline:is(:empty) {
    display: none;
}
#edp_container.no-listings .sold_out_heading {
    color: var(--color_black);
}
#edp_container.no-listings .listing_catch_all_container {
    border-radius: 30px;
}

#edp_container.no-listings .listing_ca_text {
	font-family: var(--font_family_semicond_black);
	font-weight: 700;
	color: var(--color_2);
}
#edp_container.no-listings .browse_other_events {
    font-size: var(--font_size_min);
    color: var(--color_white);
    width: fit-content;
    text-transform: none;
    max-width: 100%;
}



/*
----------------------------------------------------
CUSTOM PAGE - DEFAULT
----------------------------------------------------
*/






/*
----------------------------------------------------
EXPLORE SUITES PAGE
EXPLORE TICKETS PAGE
----------------------------------------------------
*/

.suites #non-header .page_title_container h1 {
}

#amenities-wrapper {
    background-color: var(--color_1);
    background-image: url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg");
    background-repeat: no-repeat;
    background-size: auto 1600px;
    background-position: 50% center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 32px;
}
#amenities {
    width: calc( 100% - var(--gutter_width) * 2);
    max-width: var(--container_width);
    margin: 0 auto;
    border-top: 1px solid transparent;
}
#amenities,
#amenities_container {

}
.suite_amenities_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    transition: all 0.2s ease;
    width: auto;
    position: relative;
}
.suite_amenities_element_inner {
    position: relative;
    gap: 6px;

    .sa_text {
        font-family: var(--font_family_cond_black) !important;
    }
}
.suite_amenities_element_inner::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: background-color 0.2s ease;
}
.suite_amenities_element:hover .suite_amenities_element_inner::after,
.suite_amenities_element.selected .suite_amenities_element_inner::after {
    background-color: var(--color_white) !important;
}
.suite_amenities_element:hover * {
    color: var(--color_white);
}
.suite_amenities_element.selected :is(.sa_text,[class*="icon-"]) {
    color: var(--color_white);
}
.suite_amenities_element * {
    color: var(--color_white);
    transition: all 0.2s ease;
}
.suite_amenities_element .sa_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    margin-bottom: 0;
}
.suite_amenities_element i {
    background: none;
    width: auto;
    height: auto;
    color: var(--color_white);
    padding: 0;
}
#amenities .sub-heading {
    margin: 0 auto 1.5rem;
    padding-left: 0;
    color: var(--color_white);
}
.suite_amenities_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}
.suite_amenities_element_inner {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1140px) {
    .suite_amenities_inner {
        gap: 12px;
    }
}
@media screen and (max-width: 1023px) {
    .suite_amenities_element_inner::after {
        bottom: -10px;
    }
}
@media screen and (max-width: 768px) {
    #amenities_container .inner_container {
        padding-top: 12px;
    }
    .suite_amenities_inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px 0 0 !important;
        column-gap: 40px;
        row-gap: 24px;
        justify-content: flex-start;
    }

    .suites #amenities_container .inner_container::before {
        width: 100%;
        max-width: 100%;
    }
    .suites .suite_amenities_element {
        width: 100%;
        align-items: flex-start;
    }
}
@media screen and (max-width: 600px) {
    .suite_amenities_inner {
        padding-inline: 0 !important;
        column-gap: 30px;
    }
    .suites #amenities_container .inner_container::before {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .suite_amenities_element :is(.sa_text,[class*="icon-"]) br {
        display: none;
    }
}

/* Suite amenities drawer */

#amenities_container {
    padding-bottom: 0;
}
#amenities_container .suite_amenities_detail {
    padding: 0;
    border: 0 none;
}
#amenities_container .inner_container {
    padding-bottom: 0;
    width: calc( 100% - var(--gutter_width) * 2 );
    max-width: var(--container_width);
    margin: 0 auto;
}
#amenities_container .sa_elt {
    color: var(--color_2);
    margin: 0 auto;
    max-width: 100%;
}
#amenities_container .sa_detail_content {
    font-family: var(--font_family_cond_semibold);
    font-size: var(--font_size_regular_copy);
    line-height: 24px;
}

/* Suite cards */

#suite_types {
    background: var(--color_4);
    margin-top: 0;
    padding-top: 30px;
	padding-bottom: 46px;
    position: relative;
}
#suite_types .cui_small_container {
    position: relative;
    z-index: 1;
}
#suite_types::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min( 100%, var(--container_width) );
    height: 1000px;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}
#suite_types .cards_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: 16px;
}
#suite_types .suite_container {
	border-radius: 12px;
    background: var(--color_black);
    border: 1px solid var(--color_5);
    box-shadow: var(--card_shadow);
    padding: 8px;
	overflow: hidden;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
}
#suite_types .suite_info_subcontainer {
    margin-bottom: 5px;

    & > div {
        display: flex;
        gap: 4px;
    }
}
#suite_types .img_content {
	height: 237px;
    width: auto;
    margin: 0;
    border-radius: 9px;
}
#suite_types .suite_info_icon {
    color: var(--color_2);
    font-size: 12px;

    i {
        top: -2px;
    }
}
#suite_types .text_content {
	padding: 28px 16px 10px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#suite_types .text_content h4 {
    color: var(--color_white);
    line-height: normal;
	margin: 0 0 12px;
}
#suite_types .suite_info {
	margin-bottom: 12px;
}
#suite_types .suite_container_cta {
	margin-top: auto;
}
#suite_types .suite_container_cta a.blue {
    width: fit-content;
}
#suite_types .suite_info_content {
	color: var(--color_2);
    width: auto !important;
    margin-left: 0;
    line-height: 1.25;
}
.ll_container .suite_info_content {
    color: var(--color_4);
}

@media screen and (max-width: 600px) {
	#suite_types .cards_container {
		grid-template-columns: repeat(1, 1fr);
	}
    #suite_types .suite_container {
        background-position: center top 17px;
    }
}

/* Suite FAQ */

#suite_faq {
    background-color: var(--color_1);
    background-image: url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg");
    background-size: auto 283%;
    background-repeat: no-repeat;
    background-position: 78% 42%;
    position: relative;
    padding-block: 70px;
    margin-bottom: 0;
    min-height: 499px;
}
#suite_faq .post-title {
    color: var(--color_white);
    margin-top: -8px;
    margin-bottom: 21px;
    padding-inline: 0 !important;
    display: flow-root;
    max-width: 288px;
}

#suite_faq .brand-w {
    margin-bottom: 12px;
    display: block;
    float: left;
    width: 90px;
    height: auto;
    margin-right: 16px;
}
#suite_faq p {
    color: var(--color_2);
    max-width: 475px;
}
#suite_faq h3 {
    margin-top: 0;
    color: var(--color_white);
    line-height: 1.1;
    margin-bottom: 2px;
    max-width: 475px;
    clear: left;
}
#suite_faq p {
    margin: 0 0 39px;
}
#suite_faq p:last-child {
    margin-bottom: 0;
}
#suite_faq .text_content {
    display: flex;
    gap: 25px;
    margin-top: 24px;
}
#suite_faq .constrain {
    flex: 1;
    border-left: 5px solid var(--color_white);
    padding-left: 24px;
    align-self: flex-start;
}
#suite_faq .right {
    flex: 0 0 325px;
    align-self: flex-start;
    margin-block: 40px 0;
    margin-right: 52px;
}
#suite_faq .cta_btn {
    display: block;
    width: 100%;
    padding-block: 16px;
    padding-inline: 32px;
    background: var(--color_white);
    color: var(--color_3);
    border: 1px solid var(--color_3);
    border-radius: 68px;
    box-shadow: var(--card_shadow);
    font-family: var(--font_family_semicond_black);
    font-size: var(--font_size_regular_copy);
    text-align: center;
    text-transform: uppercase;
    height: auto;
    line-height: 0.906;
}
#suite_faq .map_container {
    flex: 0 0 398px;
    background: var(--color_white);
    border-radius: 12px;
    border: 2px solid var(--color_5);
    box-shadow: var(--card_shadow);
    overflow: hidden;
    margin-bottom: 20px;
}
#suite_faq .map_container img {
    width: 100%;
    height: auto;
    aspect-ratio: 325/267;
    object-fit: contain;
}

@media screen and (min-width: 1024px) {
    #suite_faq .cui_small_container {
        display: flex;
        gap: 50px;
    }
    #suite_faq .right {
        margin-block: 0;
    }
}
@media screen and (min-width: 768px) {
    #suite_faq {
        padding-block: 70px;
    }
    #suite_faq .cui_small_container > :is(h2, h3, p) {
        max-width: 540px;
    }
    #suite_faq .text_container h3 {
        max-width: 380px;
    }
    #suite_faq .text_container p {
    }
    #suite_faq .map_container {
        flex: 0 0 230px;
    }
}
@media screen and (max-width: 420px) {
    #suite_faq .text_content {
        flex-direction: column;
        align-items: center;
    }
    #suite_faq .map_container {
        flex: 0 0 auto;
    }
    #suite_faq .cta_btn {
        padding-inline: 40px;
    }
}


/* Suite map */

.suite_map .post-title {
}
.suite_map .lead {
	margin-bottom: 64px;
}
.suite_map .map_container {
	position: relative;
}
.suite_map .map_container a {
    width: 100%;
}
.suite_map .map_container img {
	width: 100%;
	height: auto;
    object-fit: contain;
    border-radius: 0;
    border: 1px solid var(--color_border);
	background: var(--color_white);
	position: relative;
	z-index: 9;
}

/*
----------------------------------------------------
SEATING MAP (SUITES)
----------------------------------------------------
*/

.suites .suite_map_alt {
    background-color: var(--color_1);
    background-image:
        linear-gradient(var(--color_2) 0 4.24px, var(--color_1) 4.24px 10.73px, transparent 10.73px),
        linear-gradient(var(--color_2) 0 4.24px, var(--color_1) 4.24px 10.73px, transparent 10.73px),
        linear-gradient(271deg, #044CAC 22%, #034FB4 99%);
    background-repeat: no-repeat;
    background-size: 100% 10.73px, 100% 10.73px, 100% 100%;
    background-position: top, bottom, center;
    position: relative;
    padding-block: 41px 51px;
}
.suites .suite_map_alt::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    transform: scaleY(-1);
    background-image: url("../../../includes/custom-ui/fl_magic/git-lfs-assets/orlando-magic-basketball-outline.svg");
    background-repeat: no-repeat;
    background-size: auto 415%;
    background-position: 610% 38%;
}
.suites .suite_map_alt .cui_small_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.suites .suite_map_alt .title_container {
    flex: 0 1 auto;
    width: 475px;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-left: 5px solid var(--color_2);
    padding-inline: 24px;
}
.suites .suite_map_alt h2.post-title {
    margin: 0;
    line-height: .906;
    color: var(--color_white);
}
.suites .suite_map_alt p.lead {
    margin: 0;
    max-width: 6em;
    color: var(--color_white);
}
.suites .suite_map_alt a.blue.hollow {
    border: 1px solid var(--color_1);
    color: var(--color_1) !important;
    font-size: var(--font_size_regular_copy);
    padding: 20px 32px;
    min-width: 0;
}
.suites .suite_map_alt a.blue.hollow:hover,
.suites .suite_map_alt a.blue.hollow:active {
    background: var(--color_2);
    border: 1px solid var(--color_1);
    color: var(--color_1) !important;
}
.suites .suite_map_alt a.blue.hollow:active {
    box-shadow: none;
}
.suites .suite_map_alt .map_container {
    flex: 0 1 auto;
    width: 345px;
    max-width: 100%;
    min-width: 0;
    background: var(--color_white);
    border: 2px solid var(--color_5);
    border-radius: 12px;
    box-shadow: var(--card_shadow);
    padding: 14px 16px;
}
.suites .suite_map_alt .map_container a {
    display: block;
}
.suites .suite_map_alt .map_container img {
    display: block;
    width: 100%;
    height: auto;
}
.suites .suite_map_alt .map_container .map_expand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-family: var(--font_family_semicond_black);
    font-size: var(--font_size_regular_copy);
    color: var(--color_1);
}

@media screen and (max-width: 768px) {
    .suites .suite_map_alt::before {
        background-size: auto 150%;
        background-position: 78% 42%;
    }
    .suites .suite_map_alt .cui_small_container {
        flex-direction: column;
        align-items: flex-start;
    }
    .suites .suite_map_alt .map_container {
        width: 475px;
    }
}



/*
----------------------------------------------------
SUITE OWNERSHIP PAGE
----------------------------------------------------
*/

.ownership .ownership_contact_container  {
	border-radius: 0 60px;
	border: 1px solid #d9d9d9;
	background: var(--color_3);
}

.ownership .ownership_content_container .ownership_content {
	background: var(--color_1);
	color: var(--color_3);
}
.ownership .ownership_content_container .ownership_heading {
	margin: 0;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.ownership .ownership_content_container i[class*="icon-"] {
	color: var(--color_3);
	margin-left: auto;
}
.ownership .ownership_content .galleria_container .grid:nth-child(2) {
	padding: 0 20px;
}
.ownership .ownership_content .galleria_container li {
	font-size: var(--font_size_min);
}

.ownership #ownership_video {
	margin: 10px 0;
}
.ownership #ownership_video iframe {
	display: initial;
	width: var(--container_width);
	max-width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}




/*
----------------------------------------------------
FAQ PAGE
----------------------------------------------------
*/
.faq .pinstripe_bg {
	background-color: var(--color_white);
	background-image: var(--bg_pinstripe);
}
.faq .cui_small_container {
	padding-top: 30px;
    padding-bottom: 20px;
}
.faq .faq_section {
    margin-bottom: 0.75rem;
}
.faq h2.faq_section_title {
    font-family: var(--font_family_cond_black_italic);
    font-size: var(--font_size_titles);
    line-height: 1.19;
    text-transform: uppercase;
    color: var(--color_3);
}
.faq .faq_item {
    background: var(--color_white);
    border-radius: 8px;
    border: 1px solid var(--color_border);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease;
}
.faq .faq_item:hover {
    box-shadow:
        4px 4px 7px rgba(0, 0, 0, 0.15),
        inset 5px 0 0 0 var(--color_1);
}

.faq h3.faq_question div {
    font-family: var(--font_family_semicond_semibold);
    font-weight: 500;
	color: var(--color_4);
}
.faq .faq_answer * {
	font-size: var(--font_size_min);
	line-height: 24px;
	color: var(--color_4);
}
.faq #contact_us {
	min-height: 0;
	height: 400px;
	margin: 0;
	background-position: 20px 20px, center bottom;
}
.faq #contact_us .cta_container {
	min-height: auto;
}




/*
----------------------------------------------------
CONTACT PAGE
Includes inline contact form
----------------------------------------------------
*/

#make_a_request_page {
	background-color: var(--color_black);
}
.contact .white_container_gray_border {
    border: 0 none;
    border-radius: 8px;
	background: var(--color_white);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
}
.contact #contact_us_form .content_left .white_container_gray_border {
}
.contact h2.post-title {
    font-family: var(--font_family_semicond_semibold);
    color: var(--color_white);
    margin: 2.5rem 0 1rem;
}
.contact #contact_us_form h3 {
    font-family: var(--font_family_semicond_black);
    margin-top: 0;
    color: var(--color_4);
}
#contact_form #contact_form_submit {
}

@media screen and (max-width: 768px) {
    .contact #contact_us_form .content_left .white_container_gray_border {
        padding: 30px 20px;
    }
}





/*
----------------------------------------------------
CHECKOUT
----------------------------------------------------
*/

.new_checkout .nco_header {
    background-color: var(--color_1);
    background-image: none;
    top: 75px;
    height: 78px;
    padding: 0;
    display: flex;
    align-items: center;
}
#non-header .new_checkout .post-title {
    color: var(--color_white);
    font-family: var(--font_family_cond_ultra_black_italic);
    font-size: var(--font_size_titles) !important;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}
.new_checkout .sd_container {
    padding: 0 !important;
}
.new_checkout :is(h2, .heading) {
    font-family: var(--font_family_cond_ultra_black_italic);
    font-weight: 900;
    font-size: var(--font_size_small_titles);
    line-height: 26px;
}
.new_checkout #btn_submit span {
    font-family: inherit;
}
.new_checkout .nco_content_right :is(
    .order_summary_container,
    .map_container,
    .invoice_widget,
    .contact_us_container
) {
    border: 1px solid #d9d9d9;
}
.new_checkout .order_summary_container *:not([class*="icon-"]) {
    font-family: var(--font_family_semicond_extra_light);
    font-size: var(--font_size_regular_copy);
}
.new_checkout .order_summary_container :is(
    .event_name,
    .listing_price_heading:not(.not_bold),
    .total_order_price_value
) {
    font-family: var(--font_family_semicond_black);
    font-size: var(--font_size_small_titles);
}
.new_checkout .nco_secondary_block  :not(.heading) {
    font-size: 14px;
}
#non-header .new_checkout .nco_content_left h2 {
    color: var(--color_black);
}
#non-header .new_checkout .nco_content_right :is(h2, p) {
    color: var(--color_black);
}
#non-header .location_container > p {
    color: var(--color_1);
}
#non-header .form-row.country_radio label.selected {
    background: var(--color_2);
    color: var(--color_4);
}

/*
----------------------------------------------------
PURCHASE AGREEMENT, INVOICE
----------------------------------------------------
*/

.page-template-seg_checkout_success_pp .nco_content_left :is(p, li, a:not([class])) {
    font-size: 17px;
}
.page-template-seg_checkout_success_pp #non-header .trafficking-aware  {
    margin-top: 4rem;
}
.page-template-seg_checkout_success_pp #non-header .trafficking-aware p {
    font-size: 8px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

/*
----------------------------------------------------
TERMS OF SERVICE, PRIVACY POLICY
----------------------------------------------------
*/







/*
----------------------------------------------------
MISC
----------------------------------------------------
*/





/*
----------------------------------------------------
PROMO BANNER
----------------------------------------------------
*/

/* OSANO */
.osano-cm-info-dialog {
    p, div {
        color: var(--osano-info-dialog-foreground-color);
    }
}
.osano-cm-content__message.osano-cm-message,
.osano-cm-window__dialog .osano-cm-opt-out-honored-wrapper__label.osano-cm-label
{
    color: var(--osano-info-dialog-foreground-color) !important;
}
.osano-cm-list-item__opt-out-honored-wrapper.osano-cm-opt-out-honored-wrapper.osano-cm-opt-out-honored-wrapper--context_list-item,
.osano-cm-dialog .osano-cm-opt-out-honored-wrapper {
    border-color: var(--osano-info-dialog-foreground-color) !important;
}
.osano-cm-widget {
    display: none !important;
}


body.landing #non-header .page_title_container h1 { color: var(--color_1); }
