/*===COLORS=================================*/
.red { background: #b11d18; }
.redTxt { color: #b11d18; }
.navy { background: #0F2A55; color: #fff; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
.navyTxt { color: #0F2A55; }
.gold { background: #B19035; }
.goldTxt { color: #B19035; }
.white { background: #fff; }
.whiteTxt, .whiteTxt a { color: #fff; }
.black { background: #1A1919; color: #fff; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
.blackTxt { color: #383434; }
.gray { background: #E5E5E3; }
.noBG { background: none!important }


/*===UTILITIES & GLOBAL ELEMENTS=================================*/
.skiplink {
	position: absolute;
    z-index: 99999;
    top: 0;
    right: 100%;
	background: #FFF;
	border: 2px solid #222;
	color: #222;
	text-decoration: none;
	padding: 20px 40px;
	font-size: 1em;
	font-weight: 700;
}
.skiplink:focus {
	right: auto;
}
.smoothing {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.caps {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.overflow {
	overflow: hidden;
}
.relative {
	position: relative;
}
.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 40vh;
	min-height: 500px;
}
.parallax.xTallParallax.parallaxText {
	height: 60vh;
	min-height: 600px;
}
.parallax.parallaxText {
	height: auto;
}
.parallaxInner {
	height: 100%;
	min-height: 500px;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.insetBorderRed {
	position: relative;
}
.insetBorderRed:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 0px 6px #b11d18; 
	box-shadow: inset 0px 0px 0px 6px #b11d18;
}
.borderFullRed {
	border: 6px solid #b11d18;
}
.borderFullBlack {
	border: 6px solid #1A1919;
}
.borderFullGray {
	border: 6px solid #E5E5E3;
}
.borderFullNavy {
	border: 6px solid #0F2A55;
}
.borderFullGold {
	border: 6px solid #B19035;
}
.borderTop {
    border-top: 1px solid #1b98e0;
}
.borderBtm {
    border-bottom: 1px solid #1b98e0;
}
.alignright {
	float: right;
	margin: 0 0 1.25rem 1.25rem;
	max-width: 40%;
}
.alignleft {
	float: left;
	margin: 0 1.25rem 1.25rem 0;
	max-width: 40%;
}
.aligncenter {
	display: block;
	margin: 1.5rem auto;
	max-width: 80%;
}
.alignnone {
	max-width: 100%;
}
.objectLeft {
	object-fit: cover;
	object-position: left;
}
.objectCenter {
	object-fit: cover;
	object-position: center;
}
.objectRight {
	object-fit: cover;
	object-position: right;
}
.flex-fill {
	flex: 1 1 auto;
}
html, body {
	font: normal 400 18px 'Hind', sans-serif;
	font-optical-sizing: auto;
	line-height: 1.65;
	height: 100%;
  	margin: 0;
}
body {
	background: #fff;
	color: #383434;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	flex: 1;
}
#outer-container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.container-wide {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}
#mainContent {
	position: relative;
	/*padding-top: 127px;*/
}
@media (min-width: 992px) {
	#mainContent.landingPage {
		padding-top: 80px;
	}
}
#page-content {
	position: relative;
	background: #fff;
/*	padding-bottom: 4rem;*/
}
h1, h2, h3, h4 {
	font-family: 'Lexend', serif;
	font-weight: 600;
	margin: 0;
	line-height: 1.35;
	letter-spacing: .025rem;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1.9rem;
	margin-bottom: 1rem;
}
	h2.h2Sm {
		font-size: 1.556rem;
	}
	.parallax h2 {
		font-size: 3rem;
	}
	#sticky-wrapper h2 {
		font-size: 1.4rem;
		position: relative;
		border-bottom: 6px solid #B19035;
	}
h3 {
	font-size: 1.45rem;
	margin-bottom: .75rem;
}
h4, .breakoutBox h3 {
	font-size: 1.2rem;
	margin-bottom: .75rem;
}
.lgTxt {
	font-size: 1.2rem;
}
.mdTxt {
	font-size: 1.1rem;
}
.smTxt {
	font-size: 0.875rem;
}
.xsmTxt {
	font-size: 0.75rem;
}
p {
	margin-bottom: 1.755rem;
}
section p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
small {
	font-size: 0.8rem;
}
	p small {
		line-height: 1.5;
    	display: inline-block;
	}
address {
	line-height: 1.5;
}
address + br {
	display: none;
}
p:has(+ address) {
    margin-bottom: 0;
}
img, video {
	max-width: 100%;
	height: auto;
}
a {
	color: #0F2A55;
	/*transition: all .1s;*/
	text-decoration: underline;
	font-weight: 500;
}
	a:is(:hover,:focus) {
		color: #b11d18;
	}
	.red a:is(:hover,:focus) {
		color: #fff;
	}
	#page-content .navy a {
		color: #fff;
	}
a.cta, span.cta, button.cta {
	-webkit-appearance: none;
	border: none;
	font: normal 500 1rem 'Lexend', sans-serif;
	font-optical-sizing: auto;
	background: #b11d18;
	transition: background-color 0.2s ease;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0.65rem 1.9rem;
	line-height: normal;
	letter-spacing: .01rem;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a.cta:is(:hover,:focus), button.cta:is(:hover,:focus) {
	background: #3E3E3E;
	color: #fff;
}
.navy a.cta:is(:hover,:focus), .navy button.cta:is(:hover,:focus), .black a.cta:is(:hover,:focus), .black button.cta:is(:hover,:focus) {
	background: none;
	box-shadow: inset 0 0 0 1px #fff;
}
a.cta.ctaWhite {
	background: #fff;
	color: #3E3E3E;
}
a.cta.ctaWhite:is(:hover,:focus) {
	background: #E86F64;
}
a.cta.ctaRev{
	background: #3E3E3E;
	color: #fff;
}
a.cta.ctaRev:is(:hover,:focus) {
	background: #fff;
	color: #3E3E3E;
}
a.cta.ctaOutlineWht{
	background: none;
	color: #fff;
	border: 2px solid #fff;
}
a.cta.ctaOutlineWht:is(:hover,:focus) {
	background: #fff;
	color: #3E3E3E;
}
a.cta.ctaOutlineBlk, button.cta.ctaOutlineBlk {
	background: none;
	color: #3E3E3E;
	border: 2px solid #3E3E3E;
}
a.cta.ctaOutlineBlk:is(:hover,:focus), button.cta.ctaOutlineBlk:is(:hover,:focus) {
	background: #3E3E3E;
	color: #fff;
}
figcaption {
	font-style: italic;
	margin-top: .75rem;
	text-align: center;
	font-size: .85rem;
}
.videoContainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.is-fixed {
  position: fixed;
  top: 20px;
  width: 100%;
  max-width: 340px;
  z-index: 1000;
}
.pageHeader {
	color: #fff;
}
.bullet2col {
	columns: 2;
	column-gap: 3.75rem;
}
.bullet3col {
	columns: 3;
	column-gap: 40px;
}
.bullet4col {
	columns: 4;
	column-gap: 40px;
}
#page-content .bullet2col .listSection, #page-content .bullet3col .listSection, #page-content .bullet4col .listSection {
	break-inside: avoid;
}
#page-content .bullet2col ul, #page-content .bullet3col ul, #page-content .bullet4col ul {
    break-inside: avoid;
    margin-bottom:0;
    padding-bottom: 1.5rem; /*Fix for Safari*/
}
#page-content .bullet2col li, #page-content .bullet3col li, #page-content .bullet4col li {
	break-inside: avoid;
	margin-bottom:0;
    padding-bottom: 1rem; /*Fix for Safari*/
}
#locBrandsList .bullet4col li {
	margin-bottom: 0;
    padding-bottom: .5rem;
}
#page-content ul {
	padding: 0;
	margin-left: 20px;
	margin-bottom: 1.5rem;
}
	#page-content #sticky-wrapper ul {
		margin: 0;
	}
#page-content li {
	position: relative;
	padding-left: 0;
	margin-bottom: 1rem;
}
	#page-content #sticky-wrapper li {
		list-style: none;
	}

#page-content ul.checklist {
	margin-left: 2.25rem;
}
#page-content ul.checklist li {
	list-style: none;
	position: relative;
}
#page-content ul.checklist li:before {
	content: '\f14a';
	position: absolute;
	left: -2.25rem;
    top: -.6rem;
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.75rem;
	font-weight: 400;
	color: #307936;
}

#page-content ol.numberSteps {
  list-style: none;
  counter-reset: my-step-counter;
  padding-left: 0;
}
#page-content ol.numberSteps li {
  counter-increment: my-step-counter;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 700;
}
#page-content ol.numberSteps li::before {
  content: counter(my-step-counter);
  font-weight: 700;
  font-size: 2.2rem;
  color: #8E2F2C;
  margin-bottom: 8px;
  display: block;
}

@media (max-width: 991px) {
	#page-content {
		overflow: hidden;
	}
	#mainContent {
		padding-top: 0;
	}
	a.cta, button.cta, a.ctaRev, span.ctaRev {
		font-size: 1rem;
	}
	h1, .parallax h2 {
		font-size: 2rem;
		line-height: normal;
	}
	h2 {
		font-size: 1.6rem;
	}
	h2.h2Sm {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	.headerImage img {
		height: auto;
		/*min-height: 22vh;*/
		object-fit: cover;
		aspect-ratio: 16 /8;
	}
	.bullet4col {
		columns: 3;
	}
}
@media (max-width: 767px) {
	.page-id-2287  .nearest-locations{
	    display: flex;
		flex-direction: column;
    	justify-content: space-between;
}
.page-id-2287 .nearest-item{
	max-width: 100%;
}
.page-id-2490 .nearest-locations{
	 display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.page-id-2490 .nearest-item{
	max-width: 100%;
}

	html, body {
		font-size: 19px;
	}
	h1 {
		font-size: 1.5rem;
		line-height: normal;
	}
	/*h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1.1rem;
	}*/
	.bullet2col, .bullet3col, .bullet4col {
		columns: 1;
	}
	#page-content #locBrandsList ul.bullet4col {
		columns: 2;
		font-size: .85rem;
		padding: 0 20px;
	}
	#locBrandsList .bullet4col li {
		margin-bottom: .5rem;
	}
	.alignright, .alignleft {
		float: none;
		display: block;
		max-width: 60%;
		margin: 1.5rem auto;
	}
	.alignnone {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.lgTxt {
		font-size: 1.15rem;
	}
}
@media (min-width: 576px) {
	.container-wide {
	    max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-wide {
	    max-width: 900px;
	}
}
@media (min-width: 992px) {
	.container-wide {
	    max-width: 1100px;
	}
}
@media (min-width: 1200px) {
	.container-wide {
	    max-width: 1300px;
	}
	header .container-wide, #homeHeader .container-wide {
		max-width: 1500px;
	}
}


/*===HEADER=================================*/
#logo {
	width: 100%;
	max-width: 175px;
}
#headerCTA {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
#siteHeader:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
#headerLogo img {
	width: 100%;
	max-width: 390px;
	margin-bottom: -10%;
	position: relative;
    z-index: 5;
}
header#siteHeader {
	width: 100%;
	z-index: 5;
	padding: 0;
	border-bottom: 6px solid #b11d18;
}


/* --- Base Styles & Reset --- */
#mainNav {
    position: relative;
    z-index: 1000;
}

#mainNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainNav a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 15px;
    transition: background 0.3s ease;
}

/* --- Dropdown Arrow (Font Awesome 6 Pro) --- */
.menu-item-has-children > a::after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 8px;
    color: #CCAC55;
    font-size: 0.8em;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
}

/* --- Desktop Layout (992px +) --- */
@media (min-width: 992px) {
    .menu-toggle { display: none; }

    #main-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    	font-size: .95rem;
    }

    .menu-item {
        position: relative;
    }

    /* Sub-menu styling */
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
    	text-align: left;
        min-width: 240px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    #mainNav #main-menu > li:nth-last-child(2) ul.sub-menu,
    #mainNav #main-menu > li#menu-item-509 ul.sub-menu {
        left: auto !important;
        right: 0 !important;
    }
    .sub-menu li:not(:last-child) {
    	border-bottom: 1px solid #dedede;
    }
    .menu-item-has-children.is-open > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #mainNav li a:is(:hover,:focus) {
    	background: rgba(255,255,255,.1)
    }

	#mainNav .sub-menu a {
	    color: #3e3e3e;
	}
	#mainNav .sub-menu a:is(:hover,:focus) {
	    background: #dedede;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.menuShorten {
		display: none;
	}
}

/* --- Mobile Layout (< 992px) --- */
@media (max-width: 991px) {
	#main-menu {
		font-size: 1rem;
	}
    
    /* 1. The Container: Ensure it is forced visible and on top */
    .menu-main-menu-container {
        position: fixed;
        top: 0;
        right: -100%; /* Start off-screen */
        width: 100%;
        height: 100vh;
        background: #222; /* Dark background for mobile */
        padding-top: 100px; /* Space so items aren't under the logo/toggle */
        transition: right 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
        overflow-y: auto;
        z-index: 999; /* Just below the toggle button */
        display: block !important; /* Overrides any WP default hiding */
        visibility: hidden; /* Hide from screen readers when closed */
    }

    /* 2. Toggle Visibility when Open */
    body.menu-open .menu-main-menu-container {
        right: 0;
        visibility: visible;
    }

    /* 3. The Hamburger Button */
    .menu-toggle {
        display: flex!important;
        float: right;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 10px;
        position: relative;
        z-index: 1001; /* Highest level */
        width: 44px; /* ADA minimum touch size */
        height: 44px;
    }

    /* 4. The Hamburger Icon Lines */
    .hamburger {
        position: relative;
        width: 30px;
        height: 3px;
        background: #FFFFFF;
        transition: background 0.3s;
    }

    .hamburger::before, 
    .hamburger::after {
        content: '';
        position: absolute;
        left: 0;
        width: 30px;
        height: 3px;
        background: #FFFFFF;
        transition: all 0.3s ease;
    }

    /* Line Spacing */
    .hamburger::before { top: -8px; }
    .hamburger::after { top: 8px; }

    /* 5. Transform to "X" when open */
    body.menu-open .hamburger {
        background: transparent !important; /* Hide middle line */
    }

    body.menu-open .hamburger::before {
        top: 0;
        transform: rotate(45deg);
    }

    body.menu-open .hamburger::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* 6. Mobile Dropdowns */
    #main-menu .sub-menu {
        display: none; /* Hide by default */
        background: rgba(255, 255, 255, 0.05);
        padding-left: 15px;
    }

    #main-menu .menu-item-has-children.is-open > .sub-menu {
        display: block; /* Show when parent has .is-open */
    }

    #mainNav {
        display: block; /* Ensure the nav container doesn't collapse */
    }

    /* Prevent Body Scroll */
    body.no-scroll {
        overflow: hidden !important;
        position: fixed; /* Extra security for iOS Safari */
        width: 100%;
    }
    /* Force the mobile menu container to outrank the sticky element */
	body.menu-open .menu-main-menu-container {
	    z-index: 9999 !important;
	}

	/* Also ensure the toggle button stays above the sticky element 
	   so you can actually click the "X" to close it */
	body.menu-open .menu-toggle {
	    z-index: 10000 !important;
	}
	body.menu-open #siteHeader {
	    z-index: 9999 !important;
	    position: relative; /* Ensure z-index is respected */
	}
}


/*===EMERGENCY BANNER=================================*/
#messageBanner {
	font-size: .9rem;
	font-weight: 600;
	color: #0F143D;
}
#messageBanner a {
	color: #0F143D;
	text-decoration: none;
}
#messageBanner.red, #messageBanner.black, #messageBanner.red a, #messageBanner.black a {
	color: #fff;
}

@media (max-width: 991px) {
	#messageBanner {
		font-size: .8rem;
	}
}


/*===Page Headers=================================*/
#headerText {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	overflow: hidden;
}
#headerContent {
	text-align: center;
}
.headerSub {
	font-size: 1.7rem;
	font-weight: 600;
}
@media (min-width: 992px) {
	#headerImg .headerImage img {
		width: 100%;
		max-width: none;
		aspect-ratio: 2.54 / 1;
        max-height: 550px;
        object-fit: cover;
        position: relative;
        z-index: 1;
	}
	#headerHome .headerImage img {
		width: 100%;
		max-width: none;
		height: 40vw;
        max-height: 700px;
        object-fit: cover;
        position: relative;
        z-index: 1;
	}
	#headerImg #headerContent {
		position: absolute;
        bottom: 10%;
        left: 0;
        z-index: 2;
        width: auto;
	}
	#headerImg #headerContentInner {
		display: inline-block;
    	background: #b11d18;
    	color: #fff;
    	padding: .6rem 0;
    	-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
	}
	#headerContent.objectLeftContent {
		text-align: right;
	}
	#headerContent.objectRightContent {
		text-align: left;
	}
	/*#headerHome #headerContent {
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translateY(-50%);
		z-index: 2;
		color: #fff;
		text-align: left!important;
	}*/
	#headerImg #headerContent.objectLeftContent {
		left: initial;
		right: 0;
		width: 50%;
		transform: translateY(-50%);
	}
	#headerImg #headerContent.objectRightContent {
		left: 0;
		right: initial;
		width: 50%;
		transform: translateY(-50%);
	}
}
@media (max-width: 991px) {
	#headerText {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	#headerImg #headerContent, #headerHome #headerContent {
		position: static;
		transform: none;
		background: #1A1919;
		color: #fff;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
	}
}
@media (max-width: 767px) {
	#headerText {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}
}


/*===HOMEPAGE=================================*/
/*.video-background-container {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: #1A1919;
}*/
.video-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.video-click-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* High z-index */
    background: rgba(0,0,0,0.01); /* Nearly invisible but physically there */
}
/*.video-foreground iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    z-index: 1;
}*/

/* Styles for the content on top */
.video-content {
    position: absolute;
    right: 2rem;
    z-index: 4;
    color: #fff;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    /*gap: 1.5rem;*/
    width: 40%;
    height: 100%;
    background: rgba(2,2,2,0.4);
    padding: 2rem;
    box-sizing: border-box;
}
#homeTheater h1 {
	border-bottom: 2px solid #B19035;
    /*padding-bottom: 1.5rem;*/
}
#homeTheater a {
	color: #fff;
}
.redBarText {
	color: #fff;
	font: normal 600 1.45rem 'Lexend', serif;
}
.redBarText:before {
	content: '\f2ec';
	position: absolute;
	top: -2.25rem;
    left: 15%;
    z-index: 99;
	color: #b11d18;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 3rem;
    font-weight: 600;
    display: inline-block;
    transform: scaleX(1.5);
    transform-origin: left;
}

@media (max-width: 767px) {
	.redBarText {
		font: normal 600 1.25rem 'Lexend', serif;
	}
	.redBarText:before {
	    top: -1.45rem;
	    font-size: 1.75rem;
	}
}


/*===Personnel=================================*/
.flowRoot {
    display: flow-root;
}
.directory-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr); 
    align-items: start;
    position: relative;
    max-width: 100%;
    overflow-x: clip; /* Prevents the horizontal scroll from the background bleed */
}
.directory-content {
    grid-column: span 9;
}
.directory-content article {
	max-width: 250px;
	margin: 0 auto;
}
.personnelCats {
    grid-column: span 3; 
    position: sticky;
    top: 2rem; 
    z-index: 100;
    height: fit-content;
    margin-left: auto; 
    width: 100%; 
    max-width: 280px;
}
#page-content .personnelCats li {
	list-style: none;
	background: #27426E;
	margin-bottom: 0;
	position: relative;
}
#page-content .personnelCats li.active {
    background: #b11d18; /* Example: A different color for active */
    font-weight: bold;
}
#page-content .personnelCats li.active:after {
    content: "";
    position: absolute;
    
    /* Position it on the right edge */
    top: 50%;
    right: -35px; /* Adjust this based on how far out you want it to poke */
    transform: translateY(-50%);
    
    /* The Triangle Trick */
    width: 0;
    height: 0;
    border-top: 24px solid transparent;    /* Top point */
    border-bottom: 24px solid transparent; /* Bottom point */
    border-left: 35px solid #b11d18;       /* The "body" of the triangle (match your active color) */
    
    pointer-events: none; /* Ensures the triangle doesn't interfere with clicks */
}
#page-content .personnelCats li:not(:last-child) {
	margin-bottom: 10px;
}
#page-content .personnelCats li a {
    color: #fff;
    text-decoration: none;
}
.personnelSection {
    width: 100%;
    /* We bleed the background out, but keep the content in the grid */
    position: relative;
    padding-left: 2rem; /* Give some breathing room from the sidebar */
}
.personnelSection .container {
    /* max-width: 100%; Let the grid handle the width */
    margin: 0;
    padding-left: 0;
}
.personnelSection:nth-child(odd) {
	background: #E5E5E3;
}
.personnelSection:nth-child(odd)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw; /* Stretch far to the left */
    right: -50vw; /* Stretch far to the right */
    bottom: 0;
    background: #E5E5E3;
}
#page-content .personnelSection ul {
	list-style: none;
	margin-bottom: 0;
}
#page-content .personnelSection ul li {
	padding-left: 20px;
	padding-right: 20px;
}
.person {
	font-size: 0.889rem;
	background: #fff;
	padding: 1.7rem;
	height: 100%;
	-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 40%);
}
.person-photo img {
	object-fit: cover;
	aspect-ratio: 3/4;
}
.person_sm {
	font-size: 0.889rem;
}
.person h3, .person_sm h3 {
	font-size: 0.889rem;
}

@media (max-width: 1199px) {
	.personnelCats {
	    left: 0;
	    transform: none;
	}
}
@media (max-width: 991px) {
	.directory-grid {
		display: block;
	}
	.directory-content {
		grid-column: unset;
	}
	.personnelSection:nth-child(odd)::before {
		display: none;
	}
	.personnelSection {
		padding-left: 0;
	}
	.personnelSection .container {
	    padding-left: 20px; 
	    margin: 0 auto;
	    max-width: none;
	}
	#page-content .personnelSection ul {
		margin-left: 0;
		max-width: 100%;
	}
	#page-content .personnelSection ul li {
	    padding-left: .75rem;
	    padding-right: .75rem;
	}
	.person, .person h3, .person_sm h3 {
		font-size: 0.78rem;
	}
}



/*===Blog=================================*/
#blogFeed a {
	text-decoration: none;
	color: #383434;
	transition: transform 0.2s ease-in-out;
}
.blog #blogFeed a:is(:hover,:focus) {
	transform: translate(-3px,-6px);
	-webkit-box-shadow: 5px 5px 10px 3px rgba(49,49,49,0.25); 
	box-shadow: 5px 5px 10px 3px rgba(49,49,49,0.25);
}
#blogFeed a:is(:hover,:focus) h2 {
	text-decoration: underline;
}
#blogFeed a span.cta {
	border: 1px solid #383434;
	font-size: .85rem;
	padding: 0.5rem 1rem;
	color: #383434;
	background: #fff;
}
#blogFeed a:is(:hover,:focus) span.cta {
	background: #383434;
	color: #fff;
}
#blogFeed .blogExcerpt {
	font-size: .9rem;
}
.blog #blogFeed h2 {
	font-size: 1.1rem;
    border-bottom: 6px solid #B19035;
}
.newsEventsBlock h3 {
	font-size: 1.15rem;
}
#eventSidebar h2 {
	font-size: 1.1rem;
    position: relative;
    border-bottom: 6px solid #B19035;
}
#eventSidebar .event-item {
	padding: 1rem;
    background: #fff;
    font-size: .9rem;
}
#eventSidebar .event-item h3 {
	font-size: 1.1rem;
    margin-bottom: .25rem;
}
#eventSidebar .event-item:not(:first-child) {
	margin-top: 1rem;
}
.event-date {
	display: inline-block;
    margin-bottom: .4rem;
    padding: .5rem .5rem;
    background: #b11d18;
    color: #fff;
    font-size: .78rem;
    line-height: 1;
}
.back2archive {
	border-bottom: 1px solid #dedede;
}
.back2archive a {
	text-decoration: none;
	font-size: .75rem;
}
.single .wp-post-image {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 40/21;
}
.single main {
	padding-bottom: 4rem;
}
.photoCred {
	display: inline-block;
    padding: .4rem .75rem;
    font-size: .7rem;
    border: 1px solid #383434;
    line-height: 1;
    margin-top: 1rem;
    letter-spacing: .015rem;
}

#navBelow {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}
#navBelow ul.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    align-items: center;
}

#navBelow .page-numbers li a,
#navBelow .page-numbers li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    text-decoration: none;
    color: #333;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}
#navBelow .page-numbers li a:is(:hover,:focus) {
    background-color: #E5E5E3;
    border-color: #E5E5E3;
    transform: none;
	-webkit-box-shadow: none; 
	box-shadow: none;
}
#navBelow .page-numbers li span.current {
    background-color: #0F2A55;
    border-color: #0F2A55;
    color: #fff;
    cursor: default;
}
#navBelow .page-numbers li span.dots {
    background: transparent;
    border: none;
    cursor: default;
}
#navBelow .page-numbers li a i {
    font-size: 1.2rem;
}
@media (max-width: 480px) {
    #navBelow .page-numbers li a,
    #navBelow .page-numbers li span {
        min-width: 32px;
        height: 32px;
        font-size: 14px;
    }
}


/*===Flex Content=================================*/

.text_sidebar h3 {
	color: #b11d18;
}
.text_sidebar .borderOnly {
	border: 2px solid #E5E5E3;
}
.text_sidebar .noBG {
	padding: 0!important;
}
.row-item:not(:has(.cta)) + .row-item:has(.cta) {
    margin-top: 1rem; /* Add margin above button if there is text above it */
}
.sidebar_xl, .sidebar_lg, .sidebar_md {
	font-family: 'Lexend', serif;
	font-weight: 600;
	line-height: normal;
}
.sidebar_xl {
	font-size: 3.8rem
}
.sidebar_lg {
	font-size: 2.222rem
}
.sidebar_md {
	font-size: 1.33rem
}
.whiteBox {
	background: #fff;
	color: #3E3E3E;
	padding: 1.7rem;
	font-size: 1.11rem;
	-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 40%);
}
.whiteBox ul, .whiteBox ol {
	margin-bottom: 0;
}
.mapBox h2 i {
	color: #B19035;
}

.mapBox a {
	position: relative;
}
.mapBox a img {
	position: relative;
	z-index: 1;
}
.mapBox a:is(:hover,:focus):before {
	content: '\f00e';
	font-family: 'Font Awesome 6 Pro';
	font-size: 2.5rem;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    background: #b11d18;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.69);
    padding: 1.25rem;
    border-radius: 50%;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mapBox a:is(:hover,:focus):after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 0px 6px #b11d18; 
	box-shadow: inset 0px 0px 0px 6px #b11d18;
}
.mapBox a:is(:hover,:focus) img {
	opacity: 0.7;
}
.apparatusSub {
	font: normal 600 1rem 'Lexend', serif;
}
.apparatusMain {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 11/6;
}
.hidden-gallery {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
a.photoTrigger {
	position: absolute;
    top: 0;
    right: 1rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    font-size: 21px;
    background: #b11d18;
    border: 3px solid #fff;
    color: #fff;
    text-decoration: none;
}
a.photoTrigger:is(:hover,:focus){
	background: #B19035;
}
a.appTrigger + a.photoTrigger {
	top: -50px;
}
a.appTrigger {
    position: absolute;
    top: 0;
    right: 1rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    font-size: 21px;
    background: #b11d18;
    border: 3px solid #fff;
    color: #fff;
    text-decoration: none;
}
a.appTrigger:is(:hover,:focus){
	background: #B19035;
}
button.appClose {
    position: absolute;
    top: .25rem;
    right: .25rem;
    font-size: 35px;
    display: inline-block;
    color: #b11d18 !important;
    border: 1px solid #fff;
    background: #fff;
    line-height: 1;
    border-radius: 50%;
}
.blur-image {
  filter: blur(0px);
  transition: filter 0.3s ease;
}
.blur-image:hover {
  filter: blur(4px);
}
.fullWidthImg img {
	width:100%;
}
.imageRows img {
	height: 100%;
	object-fit: cover;
}
.coloredBoxes .coloredBox:first-child .coloredBoxInner {
	border: 10px solid #77C4C4;
}
.coloredBoxes .coloredBox:nth-child(2) .coloredBoxInner {
	border: 10px solid #C35E63;
}
.coloredBoxes .coloredBox:nth-child(3) .coloredBoxInner {
	border: 10px solid #EF833C;
}
.coloredBoxInner {
	width: 100%;
	height: 100%;
}
.coloredBoxes .cta {
	font-size: 1rem;
}
.text3boxes a {
	display: block;
	background: #fff;
	color: #3e3e3e;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.69);
}
.text3boxes a img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: all 0.25s ease-in-out;
}
.text3boxes a:is(:hover,:focus) img {
	transform: scale(1.1);
}
.text3boxes i {
	font-weight: 400;
	transition: all 0.25s ease-in-out;
}
.text3boxes a:is(:hover,:focus) i {
	transform: translateX(.25rem);
}
/*.text3boxes strong {
	font-size: 1.2rem;
}
.text3boxes .text-center li {
	list-style: none;
}*/
.blackTextBoxes .blackTextBoxList a {
	text-decoration: none;
	color: #fff;
	transition: all .15s;
}
.blackTextBoxes .blackTextBoxList a:is(:hover,:focus) {
	box-shadow: 0px 0px 0px 5px rgba(232,111,100,0.75) inset;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(232,111,100,0.75) inset;
	-moz-box-shadow: 0px 0px 0px 5px rgba(232,111,100,0.75) inset;
	transform: scale(1.08);
}
.productBoxCard a {
	display: block;
	width: 100%;
	height: 100%;
	background: #3E3E3E;
}
.productBoxCard a img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
	position: relative;
	z-index: 1;
}
.productBoxText {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	width: calc(50% - 1.5rem);
	z-index: 2;
	color: #3E3E3E;
}
.productBoxText h2 {
	font-size: 1.7rem;
}
.faqContainer button {
	-webkit-appearance: none;
	width: 100%;
	border: none;
	background: #fff;
	padding: 0;
	text-align: left;
}
.faqContainer button h3 {
	padding-right: 2.5rem;
	margin-bottom: 0;
}
.faqContainer button span {
	position: absolute;
	top: 50%;
	right: .25rem;
	transform: translateY(-50%);
	color: #C35E63;
}
.ctaRepeater .cta:last-child {
	margin-right: 0!important;
}
a.youtubeImg {
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.youtubeImg i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #282828;
	font-size: 68px;
	opacity: 0.8;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	z-index: 1;
}
.youtubeImg:hover i {
	color: #ff0000;
	opacity: 1;
}
.youtubeImg i:after {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.videoGalleryOverlay a.close {
	position: absolute;
	background-color: #c40e03;
	top: -40px;
	right: 0;
	padding: 2px 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	text-decoration: none;
}
.videoGalleryOverlay {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}
.videoGalleryOverlay .videoWrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 1280px;
    transform: translate(-50%, -50%);
}
.videoGalleryOverlay.videoPlay {
	opacity: 1;
	visibility: visible;
}
.videoGalleryOverlay.videoPlay .videoWrapper {
    display: block;
}
.home .iconImg {
	height: 70px;
}
.staffCommittee .staffPhoto {
	max-width: 200px;
}
.gala-gallery .item {
	width: 220px;
    margin: 10px;
    float: left;
    cursor: pointer;
}
.gala-gallery a.item:is(:hover,:focus) img {
	opacity: 0.7;
}
.bioText {
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; /* Smooth animation */
}
.bioText p {
    margin-top: 0;
    margin-bottom: 10px;
}
.bioText .truncated-text {
    display: inline;
}
.bioText .full-text-hidden {
    display: none;
}
.bioText button {
    background: none;
    color: #861657;
    border: none;
    padding: 0;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
    margin-left: .75rem;
    transition: background-color 0.3s ease;
}
.bioText button:hover {
    background:none;
}
.brandLogo img {
	aspect-ratio: 16 / 9;
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}
.offerBlock {
	border: 1px solid #3E3E3E;
}
.offerBlock sup {
	font-family: 'Open Sans', sans-serif;
}
.offerBlock h2 sup {
	font-size: 40%;
    top: -.9rem;
}
.preOffer, .postOffer {
	font-family: 'DM Serif Display', sans-serif;
}
.preOffer {
	font-size: 1.55rem;
}
.postOffer {
	font-size: 1.25rem;
}
.mainOffer {
	font-size: 2.65rem;
	line-height: normal;
}
.offerBlockTxt a {
	text-decoration: none;
	color: #3E3E3E;
}
.offerBlockTxt a span.detailsLink {
	text-decoration: underline;
}
.offerImg {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.visibleText:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 35%;
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	transition: all .3s ease-in-out;
}
.visibleText.textRevealed:after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.textHidden {
  display: none;
  padding-bottom: 1rem;
}
button.textReadMore.cta {
	font-size: 12px;
	position: relative;
	z-index: 2;
}
.textReadMore p {
	margin-bottom: 17px;
}
.dataTable {
	border-collapse: collapse;
	margin: 0 auto;
}
.dataTable, .dataTable th, .dataTable td {
  border: 1px solid #3E3E3E;
}
.dataTable th, .dataTable td {
	padding: .5rem .75rem;
}
.dataTable th {
	background: #abdcff;
}
.dataTable tr:nth-child(even) {
	background: #f0f0f0;
}
button.disclaimerReadMore {
	background: none;
	border: none;
	color: #C05459;
	text-decoration: underline;
	padding: 0;
}
button.disclaimerReadMore:is(:hover,:focus) {
	color: #3E3E3E;
}
.timelineSub {
    font: normal 600 1.556rem 'Lexend', serif;
    line-height: 1.35;
    letter-spacing: .025rem;
    color: #b11d18;
}
.timelineRow:nth-child(even) {
	background: #E5E5E3;
}
.timelineRow h3 {
	color: #b11d18;
	font-size: 2.222rem;
}
.timelineRow .container:before {
	content: '\f0d7';
    position: absolute;
    top: -7.5rem;
    left: 130px;
    color: #E5E5E3;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 5.75rem;
    font-weight: 600;
}
.timelineRow:nth-child(even) .container:before {
	color: #fff;
}
.decadeContent:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 6rem;
	background: #0F2A55;
}

@media (min-width: 768px) {
	.productBoxCard a:is(:hover,:focus) img {
		transform: scale(1.02);
		transition: all 0.3s;
		-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25); 
		box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
	}
}

@media (max-width: 991px) {
	.sidebar_xl {
		font-size: 2.5rem
	}
	.sidebar_lg {
		font-size: 1.7rem
	}
	.sidebar_md {
		font-size: 1.25rem
	}
	.fullWidthWtext {
		background: #3E3E3E!important;
		color: #fff;
	}
	.fullWidthWtext img {
		object-fit: cover;
		aspect-ratio: 16 / 8;
		max-height: 350px;
	}
	.mainOffer {
	    font-size: 2rem;
	}
	.preOffer {
	    font-size: 1.35rem;
	    line-height: 1.5;
	}
	.postOffer {
	    font-size: 1.05rem;
	}
	.text3boxes a {
		font-size: .9rem;
	}
	.apparatusBlocks .whiteBox {
		padding: 1rem;
	}
	.apparatusBlocks .whiteBox h2.h2Sm {
		font-size: 1.2rem;
	}
	.apparatusSub {
		font-size: .9rem;
	}
}

@media (max-width: 767px) {
	.visibleText:after {
		height: 20%;
	}
	.splitTextImg + .splitTextImg.white:before {
		content: '';
		width: 100px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		border-top: 1px solid #77C4C4;
	}
	.staffPhoto {
		max-width: 200px;
	}
	.productBoxText {
		left: 50%;
        right: initial;
        transform: translate(-50%, -50%);
        width: calc(100% - 2rem);
        color: #fff;
        z-index: 3;
        text-align: center;
	}
	.productBoxCard a img {
		opacity: .25;
		aspect-ratio: 16 /11;
	}
	.productBoxText h2 {
		font-size: 1.5rem;
	}
	.mainOffer {
	    font-size: 1.8rem;
	}
	.offerImg {
	    aspect-ratio: 16 / 9;
	}
	.decadeContent:before {
		display: none;
	}
}






/*===SLICK SLIDER=================================*/
#page-content ul.slick-dots {
	margin: 0;
	bottom: -2rem;
}
/*.slick-dots {
	background: #949494;
}*/
.slick-dots li.slick-active button {
	background: #4e79a9;
}
.slickPlay, .slickPause {
	cursor: pointer;
	color: #757575;
	font-size: 1.2rem;
	background: none;
	border: none;
}
.slick-arrow {
    color: #919191;
    font-size: 1.5rem;
    padding: 0.75rem;
}
.slick-prev {
    left: -1.25rem;
}
.slick-next {
    right: -1.25rem;
}
.slickPlay:hover, .slickPause:hover, .slick-arrow:hover, .slick-arrow:hover {
	color: #506D8D;
}
.slick-prev:hover, .slick-prev:focus {
    left: -1.5rem;
}
.slick-next:hover, .slick-next:focus {
    right: -1.5rem;
}

@media (max-width: 767px) {
	#page-content ul.slick-dots {
		position: static;
	}
}


/*===MODALS=================================*/
.formWrapper, .disclaimerWrapper, .vpFormWrapper, .emailFormWrapper {
	background-color: rgba(17,18,19,0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.formWrapper.open, .disclaimerWrapper.open, .vpFormWrapper.open, .emailFormWrapper.open {
	opacity: 1;
	visibility: visible;
}
.formWrapper .formPop, .disclaimerWrapper .disclaimerPop, .vpFormWrapper .vpFormPop, .emailFormWrapper .emailFormPop {
	display: none;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 500px;
/*	height: 100%;*/
	max-height: 480px;
	padding: 20px;
	overflow-y: scroll;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vpFormWrapper .vpFormPop {
	background: none;
    padding: 0;
    width: 90%;
    height: 90%;
    max-width: none;
    max-height: none;
    overflow: initial;
}
.vpFormWrapper .vpFormPop iframe {
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
}
.emailFormWrapper .emailFormPop {
	max-width: 650px;
}
.disclaimerWrapper .disclaimerPop {
	max-width: 650px;
}
.formWrapper.open .formPop, .disclaimerWrapper.open .disclaimerPop, .vpFormWrapper.open .vpFormPop, .emailFormWrapper.open .emailFormPop {
	display: block;
}
.formWrapper .formPop a.close {
	display: none;
	position: absolute;
	background-color: #3E3E3E;
	top: 0;
    right: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: .8rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.emailFormWrapper .emailFormPop button.modalClose {
	display: none;
	position: absolute;
	top: 0;
    right: 0;
	border: none;
	color: #fff;
	background-color: #3E3E3E;
	font-size: 1rem;
	display: inline-block;
	padding: .35rem 1rem;
}
.vpFormWrapper .vpFormPop button.modalClose {
	display: none;
	position: absolute;
	top: -24px;
    right: 0;
	border: none;
	color: #3E3E3E;
	background-color: #E86F64;
	font-size: 1rem;
	display: inline-block;
	padding: .35rem 1rem;
}
.formWrapper.open .formPop .close, .vpFormWrapper.open .vpFormPop button.modalClose, .emailFormWrapper.open .emailFormPop button.modalClose {
	display: block;
}
.formWrapper .formPop a.back {
	position: absolute;
	background-color: #646464;
	top: 0;
    left: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: .8rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.disclaimerPop button.modalClose {
	border: 1px solid #113213;
	color: #113213;
	background: none;
	font-size: .85rem;
	display: inline-block;
	padding: .25rem .4rem;
	margin-top: .75rem;
}
.formWrapper .formPop a.close:hover, .formWrapper .formPop a.close:focus {
	background-color: #211F21;
}

@media (min-height: 900px) {
	.formWrapper .formPop, .disclaimerWrapper .disclaimerPop {
		max-height: 850px;
	}
}
@media (min-height: 767px) {
	.vpFormWrapper .vpFormPop button.modalClose {
		top: -28px;
	}
}


/*===FORMS=================================*/
.gform-theme--foundation .gform_fields {
	row-gap: 1.25rem!important;
}
label.gfield_label {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
body .gform-theme.gform-theme--foundation.gform-theme--framework.gform_wrapper .gform_footer input[type=submit] {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	font: normal 500 1rem 'Lexend', sans-serif;
	font-optical-sizing: auto;
	background: #b11d18;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0.65rem 1.9rem;
	line-height: normal;
	letter-spacing: .01rem;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body .gform-theme.gform-theme--foundation.gform-theme--framework.gform_wrapper .gform_footer input[type=submit]:is(:hover,:focus) {
	background: #0F2A55;
	color: #fff;
	/*transform: scale(1.05);*/
}
body .gform-theme.gform-theme--foundation.gform-theme--framework.gform_wrapper .gform_confirmation_message {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	color: #3E3E3E;
    border: 4px solid #e86f64;
    width: fit-content;
    margin: 0 auto;
    padding: 2rem;
}
.gfield input:not([type="submit"]), .gfield textarea {
	background: #fff!important;
	border: 1px solid #d4d4d4!important;
	border-radius: 0!important;
	box-shadow: none!important;
	font-size: 1rem !important;
    padding: .6rem .5rem !important;
    color: #3E3E3E !important;
    height: 45px!important;
}
.gfield input:not([type="submit"]):focus, .gfield textarea:focus {
	color: #b11d18!important;
}
.gfield select.gfield_select {
	font-size: 1rem !important;
}
.gfield input[type="file"] {
	height: auto!important;
}
body .gform_wrapper ::placeholder, body .gform_wrapper ::-webkit-input-placeholder, body .gform_wrapper input[placeholder] {
  color: #757575;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
	background-color: #05853E!important;
}
.gfield_required {
	position:absolute!important;
	left:-10000px!important;
	top:auto!important;
	width:1px!important;
	height:1px!important;
	overflow:hidden!important;
}
section p.gform_required_legend {
	font-size: .8rem!important;
	margin-bottom: .5rem!important;
	text-align: right;

}
section p.gform_required_legend .gfield_required {
	position: static!important;
	width: initial!important;
	height: initial!important;
	color: #3E3E3E!important;
}
.gform-theme--foundation #gform_fields_1 {
	grid-row-gap: 18px !important;
}


/*===FOOTER=================================*/
footer {
	border-top: 8px solid #B19035;
}
#footerLogo {
	display: block;
	margin-top: -4.75rem;
}
#footerPhone a {
	text-decoration: none;
}
footer h2 {
	font-size: 1.15rem;
	font-weight: 400;
	margin-bottom: 0;
}
footer nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
footer nav li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-bottom: .25rem;
}
footer nav li:not(:last-child) {
	margin-right: 1rem;
}
footer nav li:not(:last-child):after {
	content: '|';
	position: absolute;
	top: 0;
	right: -1rem;
	color: #999;
	font-size: .9rem;
}
footer nav li a {
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.75;
	text-decoration: underline;
}
footer a:is(:focus,:hover), footer nav li a:is(:focus,:hover) {
	color: #fff;
}
#footerCopyright {
	font-size: .8rem;
}
#footerSocial a {
	font-size: 1.5rem;
}
#footerSocial a:is(:focus,:hover) {
	color: #B19035;
}

@media (max-width: 991px) {
	footer h2, #footerSocial a {
		font-size: 1.15rem;
	}
}


/*===ANIMATION=================================*/
.fancyAnimationSlideDown {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideDown.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideUp {
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideUp.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideLeft {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideLeft.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideLeftSlow {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	transition-delay: 250ms;
}
.fancyAnimationSlideLeftSlow.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideRight {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideRight.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationPop {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.4s cubic-bezier(.17, .67, .34, 1.52), 
                opacity 0.4s cubic-bezier(.17, .67, .34, 1.52);
    transition-delay: 250ms;
}
.fancyAnimationPop.run {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fancyAnimationFade {
	opacity: 0;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationFade.run {
	opacity: 1;
}
.delay500 {
  transition-delay: 500ms;
}
.delay750 {
  transition-delay: 750ms;
}
.delay1000 {
  transition-delay: 1000ms;
}
.delay1500 {
  transition-delay: 1500ms;
}
.delay2000 {
  transition-delay: 2000ms;
}
.delay2500 {
  transition-delay: 2000ms;
}
.delay3000 {
  transition-delay: 2000ms;
}


/* ==========================================
   Desktop / Tablet Layout (992px and up)
   ========================================== */
.video-background-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    background: #1A1919;
    /* Removed display: flex from parent to let absolute positioning work natively */
}

.video-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-foreground iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw; 
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); 
    z-index: 1;
}

.video-click-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Restored your exact original desktop styles */
.video-content {
    position: absolute;
    right: 2rem;
    top: 0; /* Added to ensure vertical alignment behaves predictably */
    z-index: 4;
    color: #fff;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    background: rgba(2,2,2,0.4);
    padding: 2rem;
    box-sizing: border-box;
}

/* ==========================================
   Mobile / Small Tablet Layout (991px and down)
   ========================================== */
@media (max-width: 991px) {
    
    .video-background-container {
        aspect-ratio: auto; 
        overflow: visible; 
        background: #1A1919;
    }

    .video-foreground {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9; 
        overflow: hidden;
    }

    .video-foreground iframe {
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        transform: none; 
    }

    .video-content {
        /* Revert absolute positioning to drop it into the static page layout flow */
        position: relative;
        right: auto;
        top: auto;
        
        /* Force full layout coverage below the video box */
        width: 100% !important;
        max-width: 100% !important;
        height: auto; /* Lets the text block dictate its own height dynamically */
        
        /* Mobile spacing refinements */
        padding: 2.5rem 1.5rem; 
        background: #1A1919; 
    }
}