

@font-face {
	font-family: "Aktiv Grotesk Light";
	src: url("../../../fonts/AktivGrotesk_It.woff2") format("woff2"),
	url("../../../fonts/AktivGrotesk_It.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "Aktiv Grotesk Regular";
	src: url("../../../fonts/AktivGrotesk_Rg.woff2") format("woff2"),
	url("../../../fonts/AktivGrotesk_Rg.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "Aktiv Grotesk Bold";
	src: url("../../../fonts/AktivGrotesk_Bd.woff2") format("woff2"),
	url("../../../fonts/AktivGrotesk_Bd.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: block;
}
@font-face {
    font-family: "Clippers Regular";
    src: url("../../../fonts/Clippers-Regular.woff2") format("woff2"),
    url("../../../fonts/Clippers-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

:root {
    --color_background: var(--color_2);
    --color_border: #d0d1d9;
	--color_1: #4891CE; /* Primary color: Rewards Blue */
	--color_2: #12173F; /* Accent color: Clippers Navy Blue */
	--color_3: #C8102E; /* Accent color: Clippers Red */
    --color_4: #4891CE; /* Accent color: Pacific Blue */
	--color_5: #A0A2A3; /* Accent color: Clippers Silver */
	/* --color_6: #00502F; Accent color: Orange */
	--color_7: #FFF; /* White */
    --color_8: #000; /* Black */
	/* --color_8: #CCCCCC; Gray */
	/* --color_very_light: #DCDDDE; 15% black */
	/* --color_hover: rgb(121 0 35 / 10%); light Red */

	--font_family_regular: 'Aktiv Grotesk Regular', 'Helvetica Neue', Arial, sans-serif; /* 300 weight */
	--font_family_bold: 'Aktiv Grotesk Bold', 'Helvetica Neue', Arial, sans-serif; /* 700 weight */
    --font_family_title: 'Clippers Regular', 'Helvetica Neue', Arial, sans-serif; /* 400 weight */
	/*--font_family_black: 'Jets-CoPilot-Narrow', 'Helvetica Neue', sans-serif; !* 800 weight *!*/

	--font_size_large: 92px; /* Big titles */
	--font_size_med: 72px; /* Titles */
	--font_size_small_titles: 56px; /* Small titles */
	--font_size_subtitles: 20px; /* Subtitles */
	--font_size_games: 22px; /* Games */
	--font_size_min: 16px; /* Base */
	--font_size_small_text: 15px; /* Small text */

	--letter_spacing: 0;
	--default_border_radius: 0;
	--default_box_shadow: none;
	/* --dark_box_shadow: none; */
	/* --hover_box_shadow: 0; */
	/* --hover_box_shadow_edp: none; */
	/*--default_border: 1px solid #d0d1d9;*/
	/* --default_border_hover: var(--default_border); */
	--container_width: 1065px;
	--gutter_width: 20px;
}

@media screen and (max-width: 768px) {
	:root {
		--font_size_large: 60px;
		--font_size_med: 44px;
		--font_size_small_titles: 44px;
		--font_size_subtitles: 20px;
		--font_size_games: 22px;
		--font_size_min: 16px;
		--font_size_small_text: 14px;
	}
}

@media screen and (max-width: 500px) {
	:root {
		--font_size_large: 48px;
		--font_size_med: 36px;
		--font_size_small_titles: 36px;
		--font_size_subtitles: 18px;
		--font_size_games: 22px;
		--font_size_min: 16px;
		--font_size_small_text: 14px;
	}
}


/*
----------------------------------------------------
BASIC ELEMENTS
----------------------------------------------------
*/
html {
	font-size: 100%;
}
body {
	/* -moz-font-smoothing: auto; */
	/* -webkit-font-smoothing: auto; */
	/* font-smoothing: auto; */
	font-family: var(--font_family_light), sans-serif;
	font-weight: 300;
	line-height: 24px;
	min-width: 0; /* override style.css */
}
p, li {
	letter-spacing: var(--letter_spacing);
}

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

body .post-title,
body .stadium_guide_container h2.post-subheading,
body.home h2 {
	font-family: var(--font_family_title);
	font-size: var(--font_size_small_titles);
    font-weight: 400;
    letter-spacing: 0;
	text-transform: uppercase;
    text-align: center;
	line-height: 1;
	color: var(--color_7);
	margin-bottom: 1.25rem;
}

p.lead {
	font-family: var(--font_family_regular);
	font-size: var(--font_size_min);
    font-weight: 400;
    color: var(--color_7);
	line-height: 1.75;
	margin: 15px 0;
}

/* 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;
}


/* page backgrounds */

body.home,
body.page-template-seg_tiled_event_page #non-header {
	background: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-hp-page-bg-logotext-blue_1558x1554.jpg");
	background-repeat: no-repeat;
	background-position: center 1500px;
    background-color: var(--color_2);
}
body.page-template-seg_tiled_event_page #non-header {
    background-position: center center;
};
/*:is(*/
/*    body.page-template-seg_stadiumpage_shell,*/
/*    body.page-template-seg_event_detail_page,*/
/*    body.page-template-seg_checkout_px,*/
/*    body.venues,*/
/*    body.suites,*/
/*    body.tickets,*/
/*    body.ownership,*/
/*    body.faq,*/
/*    body.contact*/
/*   ) {*/
/*	background: url("../../../includes/custom-ui/ny_jets/images-git-lfs/ny_jets_generic_mezzotint_bg_center_divide_1440x1456.jpg");*/
/*	background-position: center top;*/
/*	background-repeat: repeat-y;*/
/*}*/
/*:is(*/
/*    body.page-template-seg_tiled_event_page*/
/*   ) {*/
/*	!* background: url("../../../includes/custom-ui/ny_jets/images-git-lfs/ny_jets_generic_mezzotint_bg_1437x1938.jpg"); *!*/
/*	background: url("../../../includes/custom-ui/ny_jets/images-git-lfs/ny_jets_generic_mezzotint_bg_center_divide_1440x1456.jpg");*/
/*	background-position: left top;*/
/*	background-repeat: repeat;*/
/*}*/

/* for NY Jets, the background includes a sharp design accent that must be aligned to the mobile header */
/*@media screen and (max-width: 768px) {*/
/*	body.home {*/
/*		background-position: center 977px;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 500px) {*/
/*	body.home {*/
/*		background-position: center 990px;*/
/*	}*/
/*}*/

/* Buttons */

/* regular button */

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

a.blue,
button.blue,
input.blue.button,
.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_title);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 15px 10px;
    background: var(--color_2);
    color: var(--color_7);
    text-decoration: none;
    z-index: 0;
    height: auto;
    border: 1px solid rgba(255,255,254,0.3);
    border-radius: 100px;
    width: 100%;
    max-width: 372px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

a.blue:hover,
button.blue:hover,
.new_checkout #btn_submit:hover,
.share_this_button: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,
input.blue.button:hover {
    background: var(--color_1);
    border: 1px solid rgba(255,255,254,0.3);
    color: var(--color_7);
}
a.blue:active,
button.blue:active,
.share_this_button:active,
.new_checkout #btn_submit:active,
#edp_container.listing_details a.show_all_photos:active,
#edp_container .browse_other_events:active,
#non-header #edp_container.listing_details a.catering_menu_button:active,
input.blue.button:active {
    background: var(--color_2);
    border-color: #4891CE;
    color: var(--color_4);
}
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: var(--color_5);
    border: 1px solid rgba(255,255,254,0.3);
    color: rgba(255,255,255,0.2);
}

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

/* hollow */

a.blue.hollow,
button.hollow,
#non-header #edp_container.listing_details a.catering_menu_button,
input.hollow.button {
    background: transparent;
    border-color: var(--color_2);
    color: var(--color_2);
}

a.blue.hollow:hover,
button.hollow:hover,
#non-header #edp_container.listing_details a.catering_menu_button:hover,
input.hollow.button:hover {
    background: var(--color_2);
    border-color: var(--color_2);
    border-color: transparent;
    color: var(--color_7);
}

a.blue.hollow:active,
button.hollow:active,
#non-header #edp_container.listing_details a.catering_menu_button:active,
input.hollow.button:active {
    background: var(--color_7);
    border-color: var(--color_6);
    color: var(--color_6);
}

a.blue.hollow.disabled,
button.hollow.disabled,
#non-header #edp_container.listing_details a.catering_menu_button.disabled,
input.hollow.button.disabled {
    background: transparent;
    border-color: var(--color_6);
    color: var(--color_6);
}

/* small button */

a.cta_btn_small,
button.cta_btn_small,
input.cta_btn_small.button,
.catering_menu_button,
.tiled_event_page .toc_element {
    padding: 12px 24px;
    width: auto;
    font-size: var(--font_size_min);
    border: 0 none;
    box-shadow: inset 0 0 0 1.25px var(--color_2);
    background: var(--color_7);
    color: var(--color_2);
    /*border-color: var(--color_2);*/
}
a.cta_btn_small:hover,
button.cta_btn_small:hover,
input.cta_btn_small.button:hover,
.catering_menu_button:hover,
.tiled_event_page .toc_element:hover {
    background: var(--color_7);
    /*border-color: var(--color_1);*/
    border: 0 none;
    color: var(--color_1);
    box-shadow: inset 0 0 0 1.25px var(--color_1);
}
a.cta_btn_small:active,
button.cta_btn_small:active,
input.cta_btn_small.button:active,
.catering_menu_button:active,
.tiled_event_page .toc_element:active {
    background: var(--color_7);
    /*border-color: var(--color_4);*/
    color: var(--color_4);
    box-shadow: inset 0 0 0 1.25px var(--color_4);
}

/* radio button */

.tiled_event_page .toc_element {
    /*border: 1px solid var(--color_2);*/
    background: var(--color_7);
    /*border-radius: 100px;*/
    color: var(--color_2);
    padding: 9px 10px;
    text-transform: uppercase;
    font-family: var(--font_family_title) !important;
    font-size: calc( var(--font_size_games) - 2px );
    font-weight: 400;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    box-shadow: inset 0 0 0 1.25px var(--color_2);

}
.tiled_event_page .toc_element.highlight,
.tiled_event_page .toc_element:hover {
    background: var(--color_3);
    /*border-color: var(--color_2);*/
    color: var(--color_7);
    box-shadow: inset 0 0 0 1.25px var(--color_2);
}



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

#suite_lightbox {
    background: var(--color_2);
    color: var(--color_2);
}
#suite_lightbox .galleria_container {
    padding-bottom: 20px;
}
.suite_lightbox_header .cui_small_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 30px;
} 
.suite_lightbox_header h2 {
	font-family: var(--font_family_title);
	font-size: var(--font_size_small_titles);
    font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: var(--color_7);
    margin: 0;
    padding: 0;
}
.suite_lightbox_header .lightbox_close {
    color: var(--color_7);
}
.suite_lightbox_content .suite_details_container .cui_small_container {
    border-top: 0 none;
    margin-top: 0;
}
#suite_lightbox .suite_info_container h4 {
    color: var(--color_2);
}
@media screen and (max-width: 768px) {
    .suite_details_container .grid [class^=col-] {
        padding-inline: 0;
    }

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

#non-header .page_title_container {
	background: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-page-title-bg-games_1440x282.jpg");
	background-position: center 90px;
    background-repeat: no-repeat;
	min-height: calc( 238px + 90px );
	margin-top: -90px;
	padding-top: 90px;
	height: auto;
	display: flex;
	overflow: visible;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#non-header .page_title_container h1 {
	position: relative;
    color: var(--color_7);
	font-family: var(--font_family_title);
	font-size: var(--font_size_med);
    font-weight: 400;
    text-shadow: 0 4px 4px rgba(0,0,0,0.25);
    text-align: center;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
}












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

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

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

#contact_us {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-contact-bg_1440x590.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: var(--color_2);
    min-height: 585px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    /*margin-top: -270px;*/ /* sucks upper panel in; upper panel should have zero bottom padding */
    /*border-top: 20px solid var(--color_2);*/
    /*box-shadow: 0 -330px 0 0 var(--color_1);*/
}
#contact_us .cta_container {
    min-height: 391px;
    /* padding: 0 0 104px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
#contact_us .cta_body {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    position: relative;
}

#contact_us .post-title {
    margin-top: 0;
}
#contact_us .logo {
    width: 96px;
    height: auto;
    display: block;
    margin-bottom: 22px;
}
#contact_us .lead {
    max-width: 500px;
    margin: 0 auto 16px;
    color: var(--color_7);
}

/* #contact_us :not(.blue) {
    color: var(--color_white);
} */
#contact_us a.blue {
    width: 228px;
    padding-top: 13px;
    padding-bottom: 13px;
    /*background: var(--color_2);*/
    /*border-color: var(--color_2);*/
}
@media screen and (max-width: 768px) {
    #contact_us {
        min-height: 480px;
        /*box-shadow: 0 -270px 0 0 var(--color_1);*/
    }
    #contact_us .cta_container{
        min-height: 340px;
    }
    .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;
    }
    /* #contact_us {
        min-height: 0;
        height: 400px;
        margin: 50px 0 0;
        background-position: 20px 20px, center bottom;
    }
    #contact_us .cta_container {
        min-height: auto;
    } */
}
@media screen and (max-width: 500px) {
    #contact_us {
        min-height: 440px;
        /*box-shadow: 0 -240px 0 0 var(--color_1);*/
    }
    #contact_us .cta_container{
        min-height: 340px;
    }
}


/*
----------------------------------------------------
HEADER
----------------------------------------------------
*/
.cui_header_container {
    background: var(--color_2);
    height: 90px;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid var(--color_3);
}
body:not(.event-detail) .cui_header_container {
    box-shadow: 0 0 0 2px var(--color_4);
}
#cui_sticky_header {
    display: none;
}
.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: 55px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
}

.cui_header_container span.page_title,
#cui_sticky_header span.page_title {
    border-left: 0 none;
    margin: 0;
    padding: 0 0 0 8px;
    font-family: var(--font_family_title);
    font-size: 41px;
    font-weight: 400;
    color: var(--color_7);
    height: auto;
    float: none;
    position: relative;
    display: flex;
    align-items: center;
}
.cui_header_container span.page_title::before,
#cui_sticky_header span.page_title::before {
    content: "";
    display: block;
    width: 2px;
    height: 38px;
    margin-right: 12px;
    background-color: var(--color_2);
    /*background-image: url("../../../includes/custom-ui/ca_galaxy/images-git-lfs/la-galaxy-gold-star");*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
}

.cui_header_container nav,
#cui_sticky_header nav {
    float: none;
    margin: 0;
}
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;
    font-weight: 700;
    color: var(--color_7) !important;
    border-bottom: 0 none !important;
}
.cui_header_container li a::after,
#cui_sticky_header li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    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_bold) !important;
    font-weight: 700;
    font-size: var(--font_size_min);
    line-height: 1.4;
}
#non-header nav li a:hover::after,
.home #non-header nav li a.home::after,
.page-template-seg_tiled_event_page #non-header nav li a.games::after,
.venues #non-header nav li a.venues::after,
.suites #non-header nav li a.suites::after,
.tickets #non-header nav li a.tickets::after,
.ownership #non-header nav li a.ownership::after,
.faq #non-header nav li a.faq::after,
.contact #non-header nav li a.contact ::after {
    opacity: 1;
}

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

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

@media screen and (max-width: 1100px) {
    .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 {
        /*border-bottom: 2px solid var(--color_5) !important;*/
    }
    .cui_header_container {
        flex-direction: column;
    }
    .cui_header_container nav,
    #cui_sticky_header.cui_header_container nav {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: var(--color_2);
        box-shadow: 0 10px 10px rgba(0,0,0,0.04);
        margin: 0;
        padding: 0 20px;
    }
    .cui_header_container li,
    #cui_sticky_header li {
        text-align: right;
        margin: 9px 0;
        padding: 8px 0;
    }

}


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

#cui_footer {
	padding: 0;
	height: auto;
	min-height: 142px;
    background: var(--color_2);
	border-top: 2px solid var(--color_4);
    box-shadow: 0 0 0 3px var(--color_3);
	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: flex-start;
	align-items: center;
	margin: 0 auto;
}
#cui_footer * {
	color: var(--color_7);
	font-size: var(--font_size_small_text);
}
#cui_footer img {
	width: 71px;
	height: auto;
	margin: 0 20px 7px 0;
}
#cui_footer .brand {
	margin-left: auto;
	text-align: right;
}
#cui_footer .nav ul {
	width: 100%;
	margin: 0 0 3px;
}
#cui_footer .nav ul li {
	display: inline-block;
	margin: 0 17px 0 0;
}
#cui_footer .nav a {
	font-weight: 700;
	text-transform: uppercase;
}
#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: 20px;
		padding: 30px 0;
	}
	#cui_footer .brand {
		margin: 0;
		text-align: left;
	}
	#cui_footer img {
		/*width: 120px;*/
	}
}

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

.home #non-header {
	background: none;
}

/* hero */

/* HP hero */

#hp_hero_section {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-hp-hero-bg-v2_1440x761.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
    position: relative;
    top: 0;
    width: 100%;
    height: calc( 100vh - 90px );
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 34px;
}
#hp_hero_section .cui_hero_sub_container {
    width: calc( 100% - var(--gutter_width) * 2 );
    max-width: calc( var(--container_width) + 100px );
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#hp_hero_section .cui_small_container {
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hp_hero_section .brandmark {
    margin: 0 0 -19px;
    display: block;
    width: 226px;
    height: auto;
    z-index: 2;
}
#hp_hero_section .hp_hero_text {
    font-family: var(--font_family_title);
    font-size: var(--font_size_large);
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--color_7);
    text-align: center;
    margin: 0 0 -2px;
    width: 100%;
}
#hp_hero_section h2 {
    position: relative;
    font-family: var(--font_family_title);
    font-size: var(--font_size_subtitles);
    text-transform: none;
    line-height: 1.3;
    font-weight: 400;
    color: var(--color_7);
    margin: 0 0 25px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
                                                                    /*#hp_hero_section .cta_btn {*/
                                                                    /*    width: 356px;*/
                                                                    /*    max-width: 100%;*/
                                                                    /*    padding-top: 19px;*/
                                                                    /*    padding-bottom: 19px;*/
                                                                    /*}*/
.cui_hero_text_section .cui_hero_container {
    overflow: visible;
}

/* upcoming games carousel */

#hp_ideal_matchup {
    background: none;
}
#hp_ideal_matchup h2.section_title {
    position: relative;
    font-size: var(--font_size_small_titles);
    margin-top: 0;
    text-align: left;
}

/* #hp_ideal_matchup .section_title::before {
    content: "";
    display: block;
    position: absolute;
    left: -253px;
    top: -20px;
    width: 55px;
    height: 55px;
    background-image: url("../../../includes/custom-ui/il_fire/images-git-lfs/la-galaxy-gold-star-outline.svg");
    background-repeat: no-repeat;
    background-size: contain;
} */
#hp_ideal_matchup .cui_small_container > .grid:first-child {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#hp_ideal_matchup {
    text-align: center;
}
#non-header #hp_ideal_matchup a.blue {
    padding-inline: 60px;
    width: auto;
}
.home #hp_ideal_matchup .carousel_container {
    padding: 0;
    margin-top: 2px;
    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_7);
}
.carousel_container .slick-next {
    z-index: 9;
    right: -50px;
    top: 50%;
    color: var(--color_7);
}
#hp_ideal_matchup .slick-dotted.slick-slider {
    margin-bottom: 8px;
}
#hp_ideal_matchup .slick-dots {
    display: none !important;
}

.carousel_container .carousel_event {
    border: 0 none !important;
    height: auto;
    display: flex;
}
.carousel_container .carousel_event a {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: var(--font_family_black);
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    color: var(--color_3);
    text-decoration: none;
    z-index: 0;
    border: 2px solid var(--color_7);
    border-radius: 30px;
    width: 372px;
    max-width: 100%;
    text-align: center;
    margin: 0 9px;
    transition: all 0.2s ease;
    overflow: hidden;
    z-index: 0;
}
.carousel_container .carousel_event a::before,
.carousel_container .carousel_event a::after {
    content: "";
    border-radius: 30px;
    box-shadow: inset 0 0 0 6px var(--color_2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel_container .carousel_event a::before {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-generic-bg-texture_586x330.jpg");
    z-index: -2;
}
.carousel_container .carousel_event a::after {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-generic-bg-texture-highlight_586x330.jpg");
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
}

#hp_ideal_matchup .carousel_container .img_content {
    width: 160px;
    height: 106px;
    min-height: 0;
    background-size: contain !important;
    margin: 40px auto 0;
    aspect-ratio: 1;
}
.carousel_container .caption_content {
    /*background: var(--color_2);*/
    margin: 0 auto;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    transition: background 0.2s ease;
}
.carousel_container .carousel_event a:hover {
    border-color: var(--color_4);
}
.carousel_container .carousel_event a:hover::after {
    opacity: 1;
}

.carousel_container .carousel_event a:hover .caption_content {
    /*background: var(--color_4);*/
}
.carousel_container .hp_away_team_name {
    color: var(--color_7);
    font-family: var(--font_family_title);
    font-weight: 400;
    font-size: var(--font_size_games);
    padding-bottom: 10px;
    line-height: 1.35;
    text-transform: uppercase;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.carousel_container .hp_event_date {
    margin-top: auto;
    font-family: var(--font_family_bold);
    font-weight: 700;
    font-size: var(--font_size_small_text);
    color: var(--color_7);
    font-weight: 400;
    flex: 0 1;
    padding-bottom: 2px;
    letter-spacing: 0;
}
/* .carousel_container .hp_event_date::before {
    content: "";
    display: block;
    background: url("../../../includes/custom-ui/il_fire/images-git-lfs/la-galaxy-gold-star.svg");
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: 0 auto 10px;
} */

/* 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 screen and (max-width: 768px) {
    #hp_hero_section {
        min-height: 620px;
    }
    #hp_hero_section .brandmark {
        width: 186px;
        margin-bottom: -10px;
    }
    .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;
    }
}
@media screen and (max-width: 768px) {
    #hp_hero_section .brandmark {
        width: 166px;
        margin-bottom: -10px;
    }
}


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

#suite_faq .grid,
#hp_elevated_experience .grid {
	/*display: grid;*/
	/*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
	/*grid-auto-rows: 1fr;*/
	/*column-gap: 28px;*/
	/*row-gap: 20px;*/
}
#suite_faq .cui_small_container,
#hp_elevated_experience .cui_small_container {
    padding: 0 !important;
    width: auto;
    max-width: 100%;
}

#suite_faq .col-1_2,
#hp_elevated_experience .col-1_2 {
    width: auto;
    max-width: var(--container_width);
	overflow: hidden;
	padding: 54px;
    border: 1px solid var(--color_7);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: var(--gutter_width);
}
#suite_faq .col-1_2:nth-child(1),
#hp_elevated_experience .col-1_2:nth-child(1) {
    border-radius: 0 20px 20px 120px;
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-catering-hospitality_1087x427.jpg");
    margin-bottom: 23px;
    margin-left: max( var(--gutter_width), calc( ( 100vw - var(--container_width) ) / 2 ) + 71px );
}
#suite_faq .col-1_2:nth-child(2),
#hp_elevated_experience .col-1_2:nth-child(2) {
    border-radius: 0 20px 120px 20px;
    background-image: url("images-git-lfs/la-clippers-intuit-dome-arena-abstract-v2_1076x383.jpg");
    background-position: right center;
    margin-left: max( var(--gutter_width), calc( ( 100vw - var(--container_width) ) / 2 ) - 71px );
}
#suite_faq .img_content,
#hp_elevated_experience .img_content {
	width: 100%;
	height: 280px;
	margin: 0;
	background-size: cover;
}
#suite_faq .text_content,
#hp_elevated_experience .text_content {
	position: relative;
	padding: 0;
    max-width: 100%;
}
#suite_faq .col-1_2:nth-child(1) .text_content,
#hp_elevated_experience .col-1_2:nth-child(1) .text_content {
    width: max(62%, 250px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
#suite_faq .col-1_2:nth-child(2) .text_content,
#hp_elevated_experience .col-1_2:nth-child(2) .text_content {
    width: max(55%, 250px);
}
#suite_faq .text_content .lettermark,
#hp_elevated_experience .text_content .lettermark {
    width: 79px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
#suite_faq .text_content h2,
#hp_elevated_experience .text_content h2 {
    color: var(--color_3);
    font-family: var(--font_family_title);
    font-weight: 400;
    font-size: calc( var(--font_size_games) + 4px );
    text-transform: uppercase;
    text-align: right;
    margin: 0;

}
#suite_faq .text_content h3,
#hp_elevated_experience .text_content h3 {
	color: var(--color_7);
	font-family: var(--font_family_title);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
	font-size: var(--font_size_med);
	text-transform: uppercase;
	margin: 0 0 12px;
}
#suite_faq .text_content p,
#hp_elevated_experience .text_content p {
	color: var(--color_7);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: var(--font_size_min);
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
    #suite_faq .col-1_2,
    #hp_elevated_experience .col-1_2 {
        padding: 30px;
        position: relative;
    }
    #suite_faq .col-1_2::before,
    #hp_elevated_experience .col-1_2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--color_2);
        opacity: 0.75;
    }
    #suite_faq .col-1_2:last-child {
        flex-direction: column;
    }
    #suite_faq .map_container {
        margin-top: 20px;
    }
    #suite_faq .col-1_2:nth-child(1) .text_content,
    #hp_elevated_experience .col-1_2:nth-child(1) .text_content {
        width: auto;
    }
    #suite_faq .col-1_2:nth-child(2) .text_content,
    #hp_elevated_experience .col-1_2:nth-child(2) .text_content {
        width: auto;
    }


}











/* single game suites */

#hp_partnership_section {
	/*background: url("../../../includes/custom-ui/ny_jets/images-git-lfs/ny_jets_singe_game_suites_banner_bg_rev2_1440x362.jpg") no-repeat;*/
	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: 50px;
	padding-bottom: 0;
    position: relative;
}
.home #gallery::before {
    --galleria_height: 724px;
    --band_height: 340px;
    content: "";
    display: block;
    position: absolute;
    bottom: calc( ( var(--galleria_height) - var(--band_height) ) / 2 );
    left: 0;
    width: 100%;
    height: var(--band_height);
    background: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-suite-map-stripe_1440x340.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.home #gallery .lead {
	position: relative;
}

.home .galleria-theme-classic {
	z-index: 9;
}
.home #galleria_stage_container {
	height: 724px;
	width: 100%;
	max-width: var(--container_width);
	padding: 0;
	border-radius: 20px;
	border: 1px solid var(--color_7);
}

@media screen and (max-width: 768px) {
	.home #galleria_stage_container {
		height: 500px;
	}
    .home #gallery::before {
        --galleria_height: 500px;
        --band_height: 280px;
    }
}
@media screen and (max-width: 500px) {
    .home #galleria_stage_container {
        height: 400px;
    }
    .home #gallery::before {
        --galleria_height: 400px;
        --band_height: 200px;
    }
}


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






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

.events #non-header .page_title_container {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-page-title-bg-reserve-now_1440x282.jpg");
}

/* toc butons */

.tiled_event_page .toc_container {
    top: 110px;
    margin-top: 35px;
    left: 20px !important;
    width: auto;
    min-width: 180px;
}
.tiled_event_page .toc_container * {
	font-size: var(--font_size_small_text);
}
.tiled_event_page .toc_element {
    width: 100%;
    padding-block: 12px;
    margin-bottom: 8px;
}
.tiled_event_page .toc_element * {
    font-family: var(--font_family_title);
    font-size: calc( var(--font_size_games) - 4px );
}

@media screen and (max-width: 1450px) {
    .tiled_event_page .toc_container {
        min-width: 80px;
        width: calc( 25vw - 184px);
    }
}
@media screen and (max-width: 1330px) {
    .tiled_event_page .toc_element * {
        display: block;
        font-family: var(--font_family_title) !important;
        font-size: 14px !important;
    }
}

/* filter bar */

.tiled_event_page :is(.filter_container, .num_events_container, .bg_stripe) {
	display: none;
}


/* wrappers */

.tiled_event_page .event_tile_container {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
	margin: 0 auto;
	padding: 0;
}
@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: 1fr;
    column-gap: 1px;
    row-gap: 20px;
    margin-bottom: 30px;
}

/* cards */

.tiled_event_page .event_tile_container .event_tile_element_container {
	width: auto;
	padding: 0;
	margin-right: 15px;
}
.tiled_event_page a.event_tile_element {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: none;
	text-decoration: none;
	z-index: 0;
	border: 2px solid var(--color_7);
    border-radius: 30px;
    overflow: hidden;
	/* width: 372px; */
	max-width: 100%;
	text-align: center;
    z-index: 0;
}
.tiled_event_page a.event_tile_element::before,
.tiled_event_page a.event_tile_element::after {
    content: "";
    border-radius: 30px;
    box-shadow: inset 0 0 0 6px var(--color_2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tiled_event_page a.event_tile_element::before {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-generic-bg-texture_586x330.jpg");
    z-index: -2;
}
.tiled_event_page a.event_tile_element::after {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-generic-bg-texture-highlight_586x330.jpg");
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.tiled_event_page a.event_tile_element:hover {
    /*border-color: var(--color_4);*/
}
.tiled_event_page a.event_tile_element:hover::after {
    opacity: 1;
}
/*.tiled_event_page a.event_tile_element::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: calc( 100% - 28px );*/
/*	height: 100%;*/
/*	border: 1px solid var(--color_1);*/
/*	transform: skewX(-4deg);*/
/*	transform-origin: left;*/
/*	border-radius: 20px 0;*/
/*	z-index: -1;*/
/*	margin-left: 14px;*/
/*	transition: all 0.2s ease;*/
/*	background: var(--color_3);*/
/*}*/
/*.tiled_event_page a.event_tile_element:hover::before {*/
/*	border: 2px solid var(--color_1);*/
/*	background-color: var(--color_3);*/
/*	opacity: 1;*/
/*}*/
.tiled_event_page .event_tile_element > div {
	width: calc( 100% - 60px );
	margin: 0 auto;
}
.tiled_event_page .event_tile_element .event_tile_image_container {
	/* background: #ddd; */
	height: auto;
	display: block;
	aspect-ratio: 4 / 3;
    margin-top: 20px;
}
.tiled_event_page .event_tile_element .event_tile_image_container img {
	width: 100%;
	height: 100%;
	padding: 20px 20px 0;
	object-fit: contain;
}
.tiled_event_page .event_tile_element .event_tile_name {
	font-family: var(--font_family_title);
	font-size: var(--font_size_games);
	font-weight: 400;
	line-height: 22px;
	color: var(--color_7);
	flex: 1 0 54px;
	display: flex;
	padding: 10px 10px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tiled_event_page .event_tile_element .event_tile_inventory {
	flex: 0 0 84px;
	border: 0 none;
	padding: 0;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    background-color: var(--color_2);
    border-top: 6px solid #0F1335;
}
.tiled_event_page .event_tile_element .event_tile_inventory::before,
.tiled_event_page .event_tile_element .event_tile_inventory::after {
    content: "";
    display: block;
    position: absolute;
    top: -29px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: 29px 29px;
}
.tiled_event_page .event_tile_element .event_tile_inventory::before {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-card-lower-left.png");
    left: 0;
}
.tiled_event_page .event_tile_element .event_tile_inventory::after {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-card-lower-right.png");
    right: 0;
}

.tiled_event_page .event_tile_inventory * {
    font-family: var(--font_family_title);
    font-weight: 400;
	font-size: var(--font_size_small_text);
    text-transform: uppercase;
	line-height: 24px;
	color: var(--color_7);
}
.tiled_event_page .event_tile_element .event_tile_date {
	flex: 0 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    padding-bottom: 4px;
}
.tiled_event_page .event_tile_date * {
    font-family: var(--font_family_bold);
    font-weight: 700;
	font-size: var(--font_size_small_text);
	line-height: 24px;
	color: var(--color_7);
}
.tiled_event_page .icon-power {
	margin-right: 3px;
}
.tiled_event_page .availability {
	font-weight: 700;
	text-transform: uppercase;
}

/* deposit bar. this should have a border and hover style similar to the cards */
.tiled_event_page ul.deposit_list_container {
	padding-top: 50px;
}
.tiled_event_page .deposit_list_container li.event {
	background: var(--color_3);
	transition: all 0.2s ease;
	box-shadow: 0 0 0 1px var(--color_1);
}
.tiled_event_page .deposit_list_container li.event:hover {
	box-shadow: 0 0 0 2px var(--color_1);
}
.tiled_event_page .deposit_list_container li.event :not(.icon-power) {
	color: var(--color_2) !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 {
	font-family: var(--font_family_title);
	font-size: var(--font_size_games);
	line-height: 22px;
	margin: 40px 0 20px 30px;
	padding: 0;
	text-transform: uppercase;
	color: var(--color_7);
}


/* premium seating cards grid */

.stadium_guide_container {
	background: transparent;
	border: 0 none;
    padding-bottom: 50px;
}
.stadium_guide_container .sd_container  {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
	margin: 0 auto;
}
.stadium_guide_container section#stadium_guide .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(372px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 15px;
}
.stadium_guide_container section#stadium_guide .col-1_3 {
	border: 2px solid var(--color_2) !important;
	background: #f9f5f0;
    border-radius: 8px;
	margin: 0 !important;
	padding: 35px 20px 20px;
	width: auto !important;
	height: 100% !important;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 10px;

}
.stadium_guide_container section#stadium_guide .stadium_guide_icon {
	color: var(--color_2);
	flex: 0 0 100px;
	font-size: 38px;
}
.stadium_guide_container section#stadium_guide .stadium_guide_content {
	width: 100%;
	height: 90%;
	margin: 0 0 auto;
	padding: 0 12px;
	font-size: var(--font_size_min);
	line-height: 24px;
	color: var(--color_2);
	letter-spacing: 0.8px;
	align-self: flex-start;
}
.stadium_guide_container section#stadium_guide .stadium_guide_heading {
	font-family: var(--font_family_title);
	font-size: var(--font_size_games);
	line-height: 22px;
	flex: 1;
	text-transform: uppercase;
	text-align: left;
	color: var(--color_2);
}

@media screen and (max-width: 768px) {
	.stadium_guide_container section#stadium_guide .grid {
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: auto;
	}
	.stadium_guide_container section#stadium_guide .col-1_3 {
		padding: 20px 10px !important;
	}
}


/* seating map */

section#suite_prices_and_details {
    /*border-radius: 20px 20px 20px 100px*/
    /*border: 4px solid var(--color_4);*/
	padding: 0 0 50px;
}



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

#edp_header {
	background: var(--color_1);
	top: 85px;
	height: 79px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#edp_header *:not(i) {
	color: var(--color_7) !important;
	font-family: var(--font_family_title) !important;
    font-weight: 400;
	font-size: var(--font_size_subtitles) !important;
}
#edp_header .edp_header_content {
    font-weight: 400;
	line-height: 22px;
}
#edp_header .event_logo {
	border-left-color: var(--color_7);
}
#edp_header span {
    display: none;
}

/* event hover cards with map */

#edp_container {
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
	margin: 100px auto 0;
	display: flex;
	flex-direction: row-reverse;
	column-gap: 20px;
}
#edp_container .content_left {
	margin: 0;
	padding: 0;
	width: auto;
	flex: 1;
}
#edp_container .content_right {
	margin: 0;
	width: auto;
	padding: 0;
	overflow: unset;
	flex: 1;
}
#edp_container .event_inventory_status * {
    font-family: var(--font_family_title);
	font-size: var(--font_size_small_text);
	line-height: 22px;
	color: var(--color_7);
}
#edp_container .ib_suites_avail_container * {
    text-transform: none !important;
}
#edp_container .content_left .event_inventory_status .listing_sort_container:hover,
#edp_container .content_left .event_inventory_status .listing_sort_container:hover * {
    color: var(--color_2);
}
#edp_container .content_right .map_container {
	width: 100%;
	overflow: visible;
	background: transparent;
    margin: 40px 0 75px;
}
#edp_container .content_right .map_container #suite_map_background {
	border-radius: 20px 20px 20px 100px;
    border: 3px solid var(--color_2);
    box-shadow: 0 0 0 2px #FFF;
	background: var(--color_7);
}
#edp_container .ll_container {
	position: relative;
    height: 100%;
    background: var(--color_7);
    clip-path: inset(6px 6px 6px 0 round 0 25px 25px 0);
    transition: all 0.2s ease;
}
#edp_container .listing_list_row .ll_thumbnail {
    clip-path: inset(6px 0 6px 6px round 25px 0 0 25px);
    transition: all 0.2s ease;
}
#edp_container .listing_list_row {
    border-radius: 32px;
    background: none;
    box-shadow:
            inset 0 0 0 3px var(--color_7),
            inset 0 0 0 6px var(--color_2);
    transition: box-shadow 0.2s ease;
}

#edp_container .listing_list_row:hover {
    box-shadow:
            inset 0 0 0 3px var(--color_1),
            inset 0 0 0 6px var(--color_2);
}
/*#edp_container .listing_list_row {*/
/*    border-radius: 32px;*/
/*    background: none;*/
/*    box-shadow:*/
/*            inset 0 0 0 3px var(--color_7),*/
/*            inset 0 0 0 6px var(--color_2),*/
/*            0 0 0 0 transparent;*/
/*    transition: box-shadow 0.2s ease;*/
/*}*/

/*#edp_container .listing_list_row:hover {*/
/*    box-shadow:*/
/*            inset 0 0 0 3px var(--color_1),*/
/*            inset 0 0 0 3px var(--color_1),*/
/*            4px 4px 0 0 var(--color_1);*/
/*}*/
#edp_container .listing_list_row:hover :is(.ll_price, .ll_suite_type) {
    color: var(--color_1);
}

#edp_container .ll_suite_info {
	font-size: var(--font_size_small_text);
	line-height: 18px;
	color: var(--color_2);
}
#edp_container .listing_list_row :is(.ll_price, .ll_suite_type) {
	font-family: var(--font_family_title);
	font-size: var(--font_size_games);
	font-weight: 400;
	color: var(--color_2);
	text-transform: uppercase;
    margin-bottom: 8px;
    transition: color 0.2s ease;
}
#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 .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 .ll_thumbnail, #edp_container .ll_container {
		width: 100% !important;
	}
    #edp_container .listing_list_row .ll_thumbnail {
        clip-path: inset(6px 6px 0 6px round 25px 25px 0 0);
        display: block;
    }
    #edp_container .ll_container {
        clip-path: inset(0 6px 6px 6px round 0 0 25px 25px);
    }
	.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: 64px;
}
#edp_container.listing_details .listing_list_row_details .details_top_container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
#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 var(--color_border);
}
#edp_container.listing_details a.show_all_photos {
	padding: 10px 0;
	width: 236px;
	font-size: 11px;
	/*font-family: var(--font_family_black);*/
	/*color: var(--color_3);*/
	background: none;
	border: 0 none;
}
#edp_container.listing_details a.show_all_photos::before {
	border-color: rgba(255,255,255,0.3);
}

#edp_container.listing_details .white_container_gray_border {
	border-radius: 20px;
	border: 0.5px solid var(--color_7);
	background: var(--color_7);
	padding: 60px 80px;
	width: calc( 100% - var(--gutter_width) * 2 );
	max-width: var(--container_width);
    overflow: hidden;
}
#edp_container.listing_details .white_container_gray_border:nth-child(2) {
    padding-top: 52px;
}
#edp_container.listing_details .white_container_gray_border:nth-child(3) {
    border-bottom-left-radius: 160px;
}
#edp_container.listing_details .white_container_gray_border:nth-child(4) {
    padding-top: 70px;
    padding-bottom: 20px;
}

#edp_container.listing_details :is(
    .subheading,
    h2.secondary_header,
    .ll_suite_type,
    .ll_price
) {
	font-family: var(--font_family_title);
	font-size: var(--font_size_games);
    font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--color_2);
	position: relative;
}
body #edp_container.listing_details :is(
    .ll_suite_type,
    .ll_price
) {
    font-size: calc( var(--font_size_games) + 14px );
}

#edp_container.listing_details :is(
    .listing_faq_answer,
    .listing_tips_tip,
    .listing_tips_text,
    .text_container
) {
	font-size: var(--font_size_min);
	line-height: 24px;
	color: var(--color_2);
	border: 0 none;
}

.share_container button.share_this_button {
	text-transform: uppercase;
	color: var(--color_7);
}


/* 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: var(--font_size_small_text);
    padding-block: 10px;

}
/*#edp_container.listing_details a.blue-2.catering_menu_button {*/
/*	border: 0 none !important;*/
/*	background: none !important;*/
/*	font-family: var(--font_family_black);*/
/*	width: auto;*/
/*	padding-left: 30px;*/
/*	padding-right: 30px;*/
/*	transition: all 0.2s ease;*/
/*	padding-top: 8px;*/
/*	padding-bottom: 10px;*/
/*}*/
#edp_container.listing_details .listing_tips_text {
	width: auto;
    border-bottom: 1px solid var(--color_border);
}
#edp_container.listing_details :is(a.instant_book_btn, .cta_phone_container) {
	width: min( 300px, 32vw);
}
#edp_container.listing_details .cta_phone_container {
    text-align: right;
}
#edp_container.listing_details .cta_phone_container * {
    font-family: var(--font_family_bold);
    font-weight: 700;
}

#edp_container.listing_details a.instant_book_btn {
    padding-block: 14px;
}
/*#edp_container.listing_details a.blue-2.catering_menu_button::before {*/
/*	background: #fff;*/
/*	border: 1px solid var(--color_1);*/
/*}*/
/*#edp_container.listing_details a.blue-2.catering_menu_button:hover {*/
/*	color: #fff;*/
/*}*/
/*#edp_container.listing_details a.blue-2.catering_menu_button:hover::before {*/
/*	background: var(--color_1);*/
/*}*/


/* 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: var(--color_2);
	opacity: 0.2;
	margin-top: 32px;
}
#edp_container.listing_details .listing_faq_question {
	font-size: var(--font_size_subtitles);
	font-family: var(--font_family_title);
	font-weight: 400;
	line-height: 24px;
	color: var(--color_2);
	text-transform: uppercase;
	margin: 0 0 5px;
}
#edp_container.listing_details .listing_faq_answer {

}

@media screen and (max-width: 768px) {
	#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: 100%;
	}
}







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

#edp_container.no-listings {
    display: block;
}
#edp_container.no-listings .listing_catch_all_container {
    border-radius: 30px;
}

#edp_container.no-listings .listing_ca_text {
	font-family: var(--font_family_bold);
	font-weight: 700;
	color: var(--color_2);
}
#edp_container .browse_other_events:link {
    background: var(--color_2);
    color: var(--color_7);
}



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






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

.suites #non-header .page_title_container {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-page-title-bg-suite-opts_1440x495.jpg");
    min-height: calc( 278px + 90px );
}
.suites #non-header .page_title_container h1 {
	margin-top: 115px;
	position: unset;
}

#amenities {
    width: 100%;
    margin: auto auto 0;
    background: none;
}
.suite_amenities_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: min-content;
    /* padding: 6px; */
    padding: 0;
    transition: all 0.2s ease;
    outline: 0 solid transparent;
    position: relative;
}
.suite_amenities_element_inner {
    position: relative;
}
.suite_amenities_element_inner::after {
    content: "";
    position: absolute;
    display: block;
    height: 6px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -19px;
    background-color: transparent;
    transition: background-color 0.2s ease;
}
.suite_amenities_element_inner:hover::after,
.suite_amenities_element.selected .suite_amenities_element_inner::after {
    background-color: var(--color_3);
}
.suite_amenities_element.selected .sa_text {
    color: var(--color_7);
}
.suite_amenities_element * {
    color: var(--color_7);
}
.suite_amenities_element .sa_icon {
    text-align: center;
}
.suite_amenities_element i {
    background: none;
    width: auto;
    height: auto;
    color: var(--color_7);
    padding: 0 15px 0 0;
}
.suite_amenities_inner {
    width: 800px;
    max-width: calc(100% - var(--gutter_width) * 2);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    min-height: 125px;
}
.suite_amenities_element_inner {
    display: flex;
    align-items: center;
}
.suite_amenities_element_inner .sa_text {
    font-family: var(--font_family_regular);
    font-weight: 400;
    font-size: var(--font_size_min);
    line-height: 18px;
}

@media screen and (max-width: 768px) {
    #amenities_container .inner_container {
        padding-top: 12px;
    }
    .suites #non-header .page_title_container {
        min-height: 385px;
    }
    .suite_amenities_inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px !important;
        width: 580px;
        column-gap: 80px;
        row-gap: 25px;
        justify-content: center;
    }
    .suite_amenities_element_inner::after {
        bottom: -14px;
    }
    .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;
        width: auto;
        column-gap: 20px;
    }
    .suites #amenities_container .inner_container::before {
        width: 100%;
        max-width: 100%;
    }
    .suites #non-header .page_title_container {
        min-height: 470px;
    }
}

/* Suite amenities drawer */

#amenities_container {
    background: transparent;
}
#amenities_container .suite_amenities_detail {
    padding: 0;
    border: 0 none;
}
#amenities_container .inner_container {
    /* min-height: 98px; */
    padding-bottom: 38px;
    width: calc( 100% - var(--gutter_width) * 2 );
    max-width: var(--container_width);
    margin: 0 auto;
}
#amenities_container .sa_elt {
    color: var(--color_7);
    /* text-align: center; */
    font-size: var(--font_size_min);
    /* padding: 0 30px; */
    margin: 0 auto;
    max-width: 100%;
}

/* Suite cards */

#suite_types {
	padding-bottom: 100px;
}
#suite_types .cards_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: 20px;
}
#suite_types .suite_container {
	border: 2px solid rgba(255,255,255,0.2) !important;
	border-radius: 18px;
	overflow: hidden;
	background: transparent;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-generic-bg-texture_586x330.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -206px bottom;
}
#suite_types .img_content {
	height: 298px;
    clip-path: inset( 14px 14px 0 14px round 6px 6px 0 0 );
    margin-bottom: 27px;
}
#suite_types .suite_info_icon {
    color: var(--color_7);
}
#suite_types .text_content {
	padding: 0 20px 15px 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#suite_types .text_content h4 {
	font-family: var(--font_family_title);
	font-size: calc( var(--font_size_games) + 6px );
    font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color_7);
	margin: 0 0 20px;
}
#suite_types .suite_info {
	margin-bottom: 10px;
}
#suite_types .suite_container_cta {
	margin-top: auto;
}
#suite_types .suite_container_cta a.blue {
	font-size: var(--font_size_small_text);
}
#suite_types .suite_info_content {
	font-size: var(--font_size_min);
	line-height: 24px;
	color: var(--color_7);
    width: auto !important;
}
.suite_info_content {
    color: var(--color_2);
}

@media screen and (max-width: 768px) {
	#suite_types .cards_container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* Suite FAQ */
/* For (CA) LA CLIPPERS see #hp_elevated_experience for additional structure */

#suite_faq .col-1_2:nth-child(1) {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-suite-faq-fan_1116x463.jpg");
}
#suite_faq .col-1_2:nth-child(2) {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-suite-faq-arena_1102x453.jpg");
    display: flex;
    justify-content: space-between;
}
#suite_faq .text_content {
    padding-right: 20px;
}
#suite_faq .text_content h3 {
    font-size: calc( var(--font_size_games) + 14px );
    line-height: 1.3;
}
#suite_faq .map_container {
    width: 100%;
    max-width: 350px;
    height: fit-content;
    border: 3px solid var(--color_4);
    border-radius: 12px 0 120px 12px;
    padding: 0;
    margin-top: 77px;
    overflow: hidden;
    z-index: 1;
}
#suite_faq .map_container img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    #suite_faq .map_container {
        margin-top: 25px;
    }

    #suite_faq a.blue {
        margin-top: 10px;
    }
}
/*#suite_faq {*/
/*	background-size: cover;*/
/*	min-height: 535px;*/
/*	padding: 40px 0;*/
/*}*/
/*#suite_faq :not(a) {*/
/*	color: var(--color_7);*/
/*}*/
/*#suite_faq .cui_small_container {*/
/*	display: flex;*/
/*	column-gap: 30px;*/
/*	align-self: center;*/
/*}*/
/*#suite_faq .left {*/
/*	flex: 1;*/
/*}*/
/*#suite_faq .right {*/
/*	flex: 0 1 366px;*/
/*}*/
/*#suite_faq h2.post-title {*/
/*	margin: 0 0 18px;*/
/*	padding: 0;*/
/*	position: relative;*/
/*}*/

/*#suite_faq .map_container {*/
/*	width: 100%;*/
/*	height: auto;*/
/*	aspect-ratio: 1;*/
/*	border-radius: 10px 10px 10px 50px;*/
/*	background: #e6e6e6;*/
/*	border: 0.5px solid #d9d9d9;*/
/*	position: relative;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	overflow: hidden;*/
/*}*/
/*#suite_faq .map_container img {*/
/*	width: 100%;*/
/*	height: auto;*/
/*}*/
/*#suite_faq .suite_qs {*/
/*	display: flex;*/
/*	column-gap: 20px;*/
/*}*/
/*#suite_faq .suite_q {*/
/*	flex: 1;*/
/*}*/
/*#suite_faq .suite_q h3 {*/
/*	font-family: var(--font_family_black);*/
/*	font-size: var(--font_size_games);*/
/*	line-height: 22px;*/
/*	text-transform: uppercase;*/
/*	margin: 0 0 10px;*/
/*}*/
/*#suite_faq .suite_q p {*/
/*	font-size: var(--font_size_min);*/
/*	line-height: 24px;*/
/*	letter-spacing: 0.8px;*/
/*	margin-top: 0;*/
/*}*/

/*@media screen and (max-width: 960px) {*/
/*	#suite_faq .right {*/
/*		display: none;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*	#suite_faq .suite_qs {*/
/*		flex-direction: column;*/
/*		row-gap: 0;*/
/*	}*/
/*}*/


/* Suite map */

.suite_map {
	padding-top: 50px;
}
.suite_map .lead {
	margin-bottom: 64px;
}
.suite_map .map_container {
	position: relative;
}
/*.suite_map .map_container::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	background: url("../../../includes/custom-ui/ny_jets/images-git-lfs/ny_jets_design_accent_angle_dot_179x71.png") no-repeat;*/
/*	background-size: contain;*/
/*	top: -25px;*/
/*	left: -56px;*/
/*	width: 179px;*/
/*	height: 71px;*/
/*	z-index: -1;*/
/*}*/
.suite_map .map_container img {
	width: 100%;
	height: auto;
    border-radius: 20px 20px 20px 100px;
    border: 4px solid var(--color_4);
	background: var(--color_7);
	position: relative;
    overflow: hidden;
	z-index: 9;
}







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

#ownership_contact_section {
	margin: 30px 0;
}
.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 #non-header .page_title_container {
    background-image: url("../../../includes/custom-ui/ca_clippers/images-git-lfs/la-clippers-page-title-bg-faq-v2_1440x282.jpg");
}
.faq .cui_small_container {
	padding-top: 30px;
    padding-bottom: 20px;
}
.faq h2.faq_section_title {
	font-family: var(--font_family_title);
    font-weight: 400;
	font-size: 28px;
	line-height: 48px;
	text-transform: uppercase;
	margin: 10px 0 0;
	color: var(--color_7);
}
.faq .faq_item {
	border: 1px solid var(--color_1);
	transition: all 0.2s ease;
    border-radius: 20px;
}
.faq .faq_item:hover {
	box-shadow: 4px 4px 0 0 var(--color_1);
}
.faq h3.faq_question {
	font-family: var(--font_family_bold);
	font-size: var(--font_size_min);
	line-height: 24px;
	font-weight: 700;
	color: var(--color_2);
}
.faq .faq_answer {
	font-size: var(--font_size_min);
	line-height: 24px;
	letter-spacing: 0.8px;
	color: var(--color_2);
}

.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
----------------------------------------------------
*/


.contact .white_container_gray_border {
	border: 1px solid #d9d9d9;
	background: var(--color_7);
}
.contact #contact_us_form .content_left .white_container_gray_border {
	border-radius: 30px;
	padding: 30px 50px;
	/* width: calc( 100% - var(--gutter_width) * 2 );
    max-width: var(--container_width); */
}
.contact #contact_us_form h3 {
    color: var(--color_2);
}
@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: var(--color_1);
    padding: 15px 20px;
}
.new_checkout .post-title {
    color: var(--color_7);
    font-family: var(--font_family_title);
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}
.new_checkout .nco_content_left h2 {
    font-family: var(--font_family_title);
    font-weight: 400;
}
.new_checkout #btn_submit {
    /* border: 0 none; */
    /* height: auto; */
}
.new_checkout .nco_content_right :is(
    .order_summary_container,
    .map_container,
    .contact_us_container
) {
    border: 1px solid #d9d9d9;
}
.new_checkout .contact_us_container :not(.heading) {
    font-size: 14px;
}
#non-header .new_checkout .nco_content_left h2 {
    color: var(--color_2);
}
#non-header .new_checkout .nco_content_right :is(h2, p) {
    color: var(--color_7);
}
#non-header .location_container > p {
    color: var(--color_7);
}
#non-header .form-row.country_radio label.selected {
    background: var(--color_2);
    color: var(--color_7);
}

/*
----------------------------------------------------
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
----------------------------------------------------
*/


