  /* ==========================================================================
     Project:     Âé¶¹ÊÓÆµ - 2026
     Date:        04/17/2026 - File created	
     Created by:  Third Wave Digital (www.thirdwavedigital.com)
========================================================================== */

:root {
     --red: #BA122B;
     --dark-red: #9D091F;
     --yellow: #FFB71B;
     --white: #ffffff;
     --black: #000;
     --light-grey: #f1f1f1;
     --dark-grey: #999;
     --darkest-grey: #444;
     --site-header-height: 0px;
     --site-search-height: 50px;
}

/* ==========================================================================
     Typograpy
========================================================================== */

body {background: var(--white); color: var(--black); font-family: "Barlow", sans-serif; overflow-x:hidden; padding-top: var(--site-header-height); transition: padding-top 250ms ease}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { margin-bottom: 2rem; font-family: "Barlow", sans-serif; font-weight:800 }
h1,h2,.h1,.h2 {text-transform: uppercase;letter-spacing: 1px;}
h2, .h2 {font-weight: 700;}
p {margin-bottom: 1.5rem;line-height: 1.6}
address {line-height: 1.4}

/* ==========================================================================
     Main Layout
========================================================================== */ 

html {scroll-behavior: smooth; scroll-padding-top: calc(var(--site-header-height) + 1rem);}
html.search-open {scroll-padding-top: calc(var(--site-header-height) + var(--site-search-height) + 1rem);}
html.search-open body {padding-top: calc(var(--site-header-height) + var(--site-search-height));}
html.offcanvas-open {overflow: hidden;}
html.offcanvas-open body {position: fixed; inset: 0px; width: 100%; height: 100%; overflow: hidden; top: calc(var(--offcanvas-scroll-y, 0px) * -1);}

/* Skip */
.skip {position:absolute;top:-1000px;left:15px;width:auto;height:auto;text-align:center;overflow:hidden;transition:.25s;background:var(--red); width:auto;height:auto;overflow:visible;padding:10px;color:var(--white);font-weight:600;font-size:.875rem;z-index:1100;text-decoration:underline}
.skip:active,.skip:focus,.skip:hover{left:15px;top:15px;color: var(--white)}

/* Header */
.header-wrapper {background: var(--white); position: fixed; top: 0px; left: 0px; right: 0px; width: 100%; z-index: 99; transition: top 250ms ease}
.header-wrapper ul {margin: 0px; list-style:none; padding: 0px}
.header-wrapper li {position: relative}
.header-wrapper .logo {display:block;margin: 0px 30px -45px 0px; background: var(--white); box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.14);}

.headermenu .quicklinks-wrapper {background: var(--black); position: relative;}
.headermenu .quicklinks-wrapper::before, .headermenu .quicklinks-wrapper::after {content:""; position: absolute; top: 0px; z-index: 0;height: 100%; transform: skew(15deg)}
.headermenu .quicklinks-wrapper::before {width: 21%; left: -1%; background: var(--white); opacity: .33;}
.headermenu .quicklinks-wrapper::after {width: 21%; left: 20%; background: var(--white); opacity: .22;}

.headermenu .btn-menu-dropdown {appearance:none; border:none; border-radius: 0px; background:none; text-decoration: none; display:flex; align-items:center; transition: color 200ms ease-in-out; box-shadow:none;}
.headermenu .btn-menu-dropdown .dd-icon {background: var(--light-grey); color: var(--black); display:flex; align-items:center; justify-content: center;}
.headermenu .btn-menu-dropdown .dd-icon span {display:block; line-height:1; transition: transform 200ms ease-in-out;}
.headermenu .btn-menu-dropdown.active .dd-icon span {transform: rotate(-180deg);}
.headermenu .btn-menu-dropdown:hover, .headermenu .btn-menu-dropdown:focus {box-shadow:none}
.headermenu .btn-menu-dropdown:hover .dd-icon span, .headermenu .btn-menu-dropdown:focus .dd-icon span, .headermenu .btn-menu-dropdown.active .dd-icon span {color: var(--red)}
.headermenu .quicklinks > li:has(> .btn-menu-dropdown) {margin-bottom: -10px; padding-bottom:10px; }
.headermenu .quicklinks > li > .btn-menu-dropdown {background: var(--white); text-align:center; color: var(--red); padding: 0px 0px 0px 15px; height: 30px; text-transform: uppercase; font-weight: 600; font-size: .813rem;}
.headermenu .quicklinks > li > .btn-menu-dropdown .dd-icon {width: 30px; display:flex; margin-left: 15px; align-self:stretch;}
.headermenu .quicklinks > li > .btn-menu-dropdown:hover, .headermenu .quicklinks > li > .btn-menu-dropdown:focus {color: var(--black)}

.headermenu .btn-red {border-radius: 0px; min-width: unset; height: 40px; display:flex; align-items: center; margin: 0px 10px 0px 20px; padding: 0px 15px}
.headermenu .btn-red:before, .headermenu .btn-red::after {content:none}
.headermenu .btn-toggle-search {color: var(--white); font-size: .813rem; padding: 0px; height: 40px; width: 35px; border-radius: 0px}

.headermenu .mainmenu-wrapper {background: var(--white);box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);}

.headermenu .mainmenu {min-height: 70px; display:flex; list-style:none; padding: 0px; margin: 0px;position: relative; gap: 40px}
.headermenu .mainmenu > li {display:inline-block; font-weight: 700; font-size: 1rem; margin-bottom: -20px;text-align:center; line-height: 1.2; padding-bottom:20px; display:flex; align-items: center;}
.headermenu .mainmenu [ aria-current="page"] {color: var(--red)}
.headermenu .mainmenu > li:last-child {padding-right: 0px}
.headermenu .mainmenu > li > .btn-menu-dropdown {color: var(--black); padding: 0px; font-weight:700; font-size: 1rem; line-height: 1.2; text-align:center;}
.headermenu .mainmenu > li > .btn-menu-dropdown .dd-icon {width: 30px; height: 30px; margin-left: 12px; flex: 0 0 30px;}
.headermenu .mainmenu > li:hover > :is(a, button), .headermenu .mainmenu > li > :is(a, button):focus, .headermenu .mainmenu > li.active-section > :is(a, button) {color: var(--red)}
.headermenu .mainmenu > li > .btn-menu-dropdown.active {color: var(--red)}
.headermenu .mainmenu:has(> li:hover) > li:not(:hover):not(:focus-within):not(.active) > :is(a, button) {color: rgba(0, 0, 0, 0.6);}
.headermenu .mainmenu > li:hover::before {opacity: 1;transform: rotate(0deg)}

.headermenu .mainmenu .btn-toggle-search {font-size: 1.5rem; transition: color 250ms ease;padding: 0px}
.headermenu .mainmenu .btn-toggle-search:hover, .headermenu .mainmenu .btn-toggle-search:focus {color: var(--red)}

.headermenu .dropdown {visibility: hidden;  display:flex; gap: 0px; flex-direction: column; border-top: 3px solid var(--red); font-size: .913rem; font-weight: 500; opacity: 0; padding: 0px; transition: all 250ms ease; top:calc(100% - 10px);text-transform: none;text-align:left; background: var(--white); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);  width: 220px;position: absolute; left: 0px; top:calc(100% - 30px)}
.headermenu .dropdown.active {visibility: visible;opacity: 1; top: calc(100% - 20px)}
.headermenu .dropdown li {display:block} 
.headermenu .dropdown a {padding: 10px;display:block; color: var(--black); text-decoration:none;transition: background 250ms ease;}
.headermenu .dropdown a:hover, .headermenu .dropdown a:focus {color: var(--red); background: rgba(0,0,0,.045)}

.headermenu .mainmenu > li:last-child .dropdown {left: unset; right: 0px;}
.headermenu .quicklinks .dropdown {left: 0px; top: calc(100% - 10px)}
.headermenu .quicklinks .dropdown.active {top: calc(100% + 0px);}

/* Offcanvas */
.offcanvasmenu {position:fixed; visibility:hidden; opacity: 0; pointer-events:none; top: var(--site-header-height); left: 0px; right: 0px; height: calc(100dvh - var(--site-header-height)); max-height: calc(100vh - var(--site-header-height)); width: 100%; z-index: -1; background: var(--white); overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; touch-action: pan-y}
.offcanvas-open .offcanvasmenu {transition: opacity 250ms ease; visibility: visible; opacity: 1; pointer-events: auto}
html.search-open .offcanvasmenu {top: calc(var(--site-search-height) + var(--site-header-height)); height: calc(100dvh - var(--site-search-height) - var(--site-header-height)); max-height: calc(100vh - var(--site-search-height) - var(--site-header-height));}

.offcanvasmenu ul {list-style:none; padding: 0px;margin: 0px;}
.offcanvasmenu .mainmenu {font-weight: 700;padding-top: 50px}
.offcanvasmenu li {position: relative; }
.offcanvasmenu li a[aria-haspopup] {margin-right: 55px;}
.offcanvasmenu li a[ aria-current="page"] {color: var(--red)}
.offcanvasmenu li .fa-angle-down {font-size: 1rem; transition: transform 200ms ease-in-out}
.offcanvasmenu li .fa-angle-down.rotate {transform: rotate(-180deg)}
.offcanvasmenu .mainmenu a {color: var(--black); display: block; padding: 15px;text-decoration: none; display: -webkit-box; display: -webkit-flex; display: flex; align-items:center; transition: color 200ms ease-in-out;}
.offcanvasmenu .mainmenu a:hover, .offcanvasmenu .mainmenu a:focus,
.offcanvasmenu .mainmenu > li:hover > a,
.offcanvasmenu .mainmenu > li:focus-within > a,
.offcanvasmenu .mainmenu > li.active > a {color:var(--red); }
.offcanvasmenu .mainmenu > li {border-bottom: 1px solid var(--light-grey)}

.offcanvasmenu .btn-toggle-dropdown {position: absolute; top: 10px; right:15px; width: 35px; height:35px;padding: 0px;border-radius: 4px; border: none; background: var(--light-grey); color: var(--red)}
.offcanvasmenu .btn-toggle-dropdown:hover, .offcanvasmenu .btn-toggle-dropdown:focus {background: color-mix(in srgb, var(--light-grey) 90%, var(--black));}

.offcanvasmenu .dropdown {position: relative; margin: 0px 15px 15px 15px; padding-left: 3px; font-weight: 600;display:none;font-size: .875rem;}
.offcanvasmenu .dropdown:has(> li)::before {content:""; position:absolute; left: 0px; top: 8px; bottom: 8px; width: 3px; background: var(--red);}
.offcanvasmenu .dropdown.active {display:block}
.offcanvasmenu .dropdown a {color: var(--black); display:block; padding: 8px 8px 8px 14px; text-decoration:none; transition: color 200ms ease-in-out;}
.offcanvasmenu .dropdown a:hover, .offcanvasmenu .dropdown a:focus {color:var(--red);}

.offcanvasmenu .btn-red {display:block; padding: 10px;margin: 15px}
.offcanvasmenu .quicklinks > li {border-bottom: 1px solid var(--light-grey)}
.offcanvasmenu .btn-menu-dropdown {appearance:none; width:calc(100% - 30px); margin: 0px 15px; border:none; border-radius:0; background:none; color: var(--black); display:flex; align-items:center;  justify-content:space-between; padding:5px 15px; font-size: 1rem; font-weight: 700; text-transform:capitalize; text-align:left; transition: color 200ms ease-in-out}
.offcanvasmenu .btn-menu-dropdown:hover, .offcanvasmenu .btn-menu-dropdown:focus,
.offcanvasmenu .mainmenu > li:hover > .btn-menu-dropdown,
.offcanvasmenu .mainmenu > li:focus-within > .btn-menu-dropdown,
.offcanvasmenu .mainmenu > li.active > .btn-menu-dropdown,
.offcanvasmenu .quicklinks > li:hover > .btn-menu-dropdown,
.offcanvasmenu .quicklinks > li:focus-within > .btn-menu-dropdown,
.offcanvasmenu .quicklinks > li.active > .btn-menu-dropdown {color:var(--red)}
.offcanvasmenu .btn-menu-dropdown .dd-icon {width: 35px; height: 35px; margin-left: 15px; flex: 0 0 35px; align-self:center; display:flex; align-items:center; justify-content:center; border-radius: 4px; background: var(--light-grey); color: var(--red)}
.offcanvasmenu .btn-menu-dropdown .dd-icon span {display:block; line-height:1; font-size: 1rem; transition: transform 200ms ease-in-out}
.offcanvasmenu .btn-menu-dropdown .dd-icon span.rotate,
.offcanvasmenu .btn-menu-dropdown.active .dd-icon span {transform: rotate(-180deg)}
.offcanvasmenu .btn-menu-dropdown:hover, .offcanvasmenu .btn-menu-dropdown:focus {box-shadow:none}

.offcanvasmenu::-webkit-scrollbar {-webkit-appearance: none;width:5px;}
.offcanvasmenu::-webkit-scrollbar-track-piece {margin: 15px 0px;}
.offcanvasmenu::-webkit-scrollbar-thumb {border-radius: 4px;background-color: rgba(0,0,0,.3);}

.btn-toggle-offcanvas {margin: 0px; border-radius: 0px; height: 36px;padding:5px;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity;text-transform:none;border:0;}
.hamburger-box {position: relative;display: inline-block;width: 24px;height: 24px;}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:24px;height:3px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:99px;background-color:var(--black); right: 0px}
.hamburger-inner{top:50%;display:block;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s;}
.hamburger-inner:after,.hamburger-inner:before{display:block;content:"";}
.hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in; top:-8px;}
.hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.685,.19); bottom:-8px;}
.btn-toggle-offcanvas.active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}
.btn-toggle-offcanvas.active .hamburger-inner:before{top:0;transition:top .1s ease,opacity .1s ease .12s;opacity:0; width: 100%;}
.btn-toggle-offcanvas.active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg);width: 100%;}

/* Search */
.search-wrapper {height: var(--site-search-height); position: fixed; top: 0px; left: 0px; right: 0px; width: 100%; z-index: 1001; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-100%); transition: transform 250ms ease, opacity 250ms ease, visibility 0s linear 250ms; background: var(--light-grey)}
.search-wrapper input {font-weight: 600; border: none; padding: 0px 15px; background:var(--light-grey); color: var(--black); height: var(--site-search-height); width: 100%}
.search-wrapper input::placeholder {color: var(--black)}
.search-wrapper input::-ms-input-placeholder {color: var(--black)}
.search-wrapper button[type="submit"],.search-wrapper .btn-close-search {color: var(--red)}
.search-wrapper button[type="submit"] {position: absolute; top: 50%; transform: translateY(-50%); right: 0px; font-size: .875rem; }
.search-wrapper button[type="submit"]:hover, .search-wrapper button[type="submit"]:focus {color: var(--red)}
.search-wrapper .btn-close-search {-webkit-text-stroke: 1px var(--white); position: relative}
.search-wrapper .btn-close-search::after {content:""; display:block; background: rgba(0,0,0,.35); width: 1px; position: absolute; left: -10px; top: 15px;bottom: 15px}
.search-wrapper .btn-close-search:hover, .search-wrapper .btn-close-search:focus {}

.search-open .header-wrapper {top: var(--site-search-height);}
.search-open .search-wrapper {visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0px); transition-delay: 0s;}

/* Footer */
.footer-wrapper {border-top: 4px solid var(--red);}
.footer-wrapper .bg-black {color: var(--white);}
.footer-wrapper .bg-black a {color: var(--white);}
.footer-wrapper .bg-black hr {border-color: rgba(255,255,255,.25)}

/* Copyright */
.copyright {background: var(--light-grey); position: relative;}
.copyright::before, .copyright::after {content:""; position: absolute; top: 0px; z-index: 0;height: 100%; transform: skew(15deg)}
.copyright::before {width: 21%; left: -1%; background: var(--dark-grey); opacity: .2;}
.copyright::after {width: 21%; left: 20%; background: var(--dark-grey); opacity: .1;}
.copyright a {color: var(--black)}

/* Alert */
.alert-wrapper {font-size: .813rem;}
.alert-wrapper .alert {text-align:center; background: var(--dark-red); color: var(--white); position: relative;width: 100%;padding: 10px 20px 10px 0px; margin: 0px; border-radius: 0px}
.alert-wrapper .alert + .alert {border-top: 1px solid rgba(255,255,255,.2);}
.alert-wrapper a {color: var(--white); text-decoration: none;font-weight: 400; }
.alert-wrapper button {position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);right: 15px; padding: 0px; background:none; border:none; color: var(--white); -webkit-text-stroke: 1px var(--dark-red)}
.alert-wrapper button:hover, .alert-wrapper button:focus {color: var(--white)}

/* ==========================================================================
     Components
========================================================================== */ 

/* Links */
a {color: var(--red);text-decoration: underline;}
a:hover { text-decoration: none;color: var(--red)}
a.text-black:hover, .a.text-black:focus {color: var(--red)}

/* Flex */
.gap-0 {gap: 0}
.gap-1 {gap: .25rem}
.gap-2 {gap: .5rem}
.gap-3 {gap: 1rem}
.gap-4 {gap: 1.5rem}
.gap-5 {gap: 3rem}

/* Socials */
.socials {display:flex; gap: 5px; flex-wrap: wrap;}
.socials a {background: var(--red); display:block; transition: background 250ms ease; height: 35px; width: 35px; color: var(--white); display: flex; align-items: center; border-radius: 99px; justify-content:center; text-decoration: none;}
.socials a:hover, .socials a:focus {color: var(--white); background: var(--dark-red)}

/* Backgrounds */
.bg-red {background: var(--red)}
.bg-black {background: var(--black)}
.bg-dark-grey {background: var(--dark-grey)}
.bg-body {background: var(--darkest-grey)}
.bg-light-grey {background: var(--light-grey)}
.bg-white {background: var(--white)}
.bg-stars-line {position: relative; overflow: visible;}

.bg-campus {background: url("/img/bg-campus.webp") center center repeat-x;}
.bg-angles {position: relative; z-index: 0; overflow: visible;}
.bg-overlay {position: relative; z-index: 0; overflow: hidden;}
.bg-overlay::before {content: ""; position: absolute; inset: 0px; z-index: -1; pointer-events: none; background: rgba(0,0,0,.6);}
.bg-overlay .img-fit {z-index: -2;}

.bg-overlay .text-stars-left::before, 
.bg-overlay .text-stars-vert::before, 
.bg-red .text-stars-left::before, 
.bg-red .text-stars-vert::before, 
.bg-black .text-stars-left::before, 
.bg-black .text-stars-vert::before {background-image: url("/img/star-white.svg");}

/* Images */
img {max-width: 100%; height: auto}
p:has(img:only-child) {margin: 0px}
.img-fit {object-fit: cover; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -1;}
.aspect-ratio-16-10 {aspect-ratio: 16 / 10; object-fit: cover;}
.aspect-ratio-16-9 {aspect-ratio: 16 / 9; object-fit: cover;}
.aspect-ratio-1-1 {aspect-ratio: 1 / 1; object-fit: cover;}
.aspect-ratio-10-12 {aspect-ratio: 10 / 12; object-fit: cover;}

/* Forms */
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}

/* Breadcrumbs */
.breadcrumb {background:none; font-size: .813rem; padding: 0px}
.breadcrumb a {color: var(--black)}

/* Section nav toggle */
.btn-toggle-section-nav {appearance:none; display:none; width: 100%; min-width: 0px; align-items:center; justify-content:space-between; gap: 1rem; margin-bottom: .75rem; padding: 10px 15px; border: 1px solid var(--red); background: var(--white); color: var(--black); text-decoration:none; transition: all 250ms ease; position: relative; border-radius: 0px; text-align:left; font-weight:700; text-transform: uppercase; font-size: .875rem; line-height: 1.3; letter-spacing: .5px; cursor: pointer}
.btn-toggle-section-nav::before,
.btn-toggle-section-nav::after {content:none !important; display:none !important}
.btn-toggle-section-nav:hover,
.btn-toggle-section-nav:focus {background: var(--white); color: var(--black); border: 1px solid var(--red)}
.btn-toggle-section-nav.active,
.btn-toggle-section-nav.active:hover,
.btn-toggle-section-nav.active:focus {color: var(--red)}
.btn-toggle-section-nav .fa-bars,
.btn-toggle-section-nav .fa-times {font-size: 1rem; flex: 0 0 auto; margin-left: auto; color: var(--black)}

/* Submenu */
.submenu {margin-bottom: 2rem; background: var(--white);font-size: .913rem;font-weight: 500;z-index: 1}
.submenu[hidden] {display:none !important}
.submenu ul {list-style:none; padding: 0px; margin: 0px}
.submenu > ul {border-top: 1px solid var(--light-grey)}
.submenu li {border-bottom: 1px solid var(--light-grey)}
.submenu li > a,
.submenu .submenu-row > a {display:block; flex: 1 1 auto; min-width: 0px; padding: .625rem .75rem; color: var(--black); text-decoration:none; line-height: 1.35; transition: color 200ms ease-in-out, background 200ms ease-in-out}
.submenu li > a:hover,
.submenu li > a:focus,
.submenu .submenu-row > a:hover,
.submenu .submenu-row > a:focus,
.submenu li.is-open > .submenu-row > a {background: rgba(0,0,0,.03)}
.submenu li.current-ancestor > .submenu-row > a {color: var(--red); background: rgba(0,0,0,.03); font-weight: 600;}
.submenu a[aria-current="page"] {color: var(--red); background: rgba(0,0,0,.04);font-weight:600; border-left: 3px solid var(--red)}
.submenu .submenu-row {display:flex; align-items:center;gap: 5px}
.submenu .btn-toggle-submenu {appearance:none; display:flex; align-items:center; justify-content:center; align-self:center; flex: 0 0 30px; width: 30px; height: 30px; margin-right: .5rem; border: none; border-radius: 4px; padding: 0px; background: var(--light-grey); color: var(--red); transition: background 200ms ease-in-out}
.submenu .btn-toggle-submenu:hover,
.submenu .btn-toggle-submenu:focus {background: color-mix(in srgb, var(--light-grey) 90%, var(--black))}
.submenu .btn-toggle-submenu::before {transition: transform 250ms ease; background: url(/img/icon-plus.svg) center center no-repeat; background-size: 100% 100%; width: 14px; height: 14px; content:""}
.submenu .btn-toggle-submenu[aria-expanded=true]::before {transform: rotate(45deg)}
.submenu li.has-children > ul {padding: 0px 0px .25rem 0px; border-top: 1px solid var(--light-grey); background: rgba(0,0,0,.015)}
.submenu li.has-children > ul[hidden] {display:none !important}
.submenu ul ul > li:last-child {border-bottom: none}
.submenu ul ul a {font-size: .875rem;font-weight: 400}
.submenu ul ul > li > a,
.submenu ul ul > li > .submenu-row > a {padding-left: 1rem; padding-top: .5rem; padding-bottom: .5rem}
.submenu ul ul ul a {font-size: .813rem; }
.submenu ul ul ul > li > a,
.submenu ul ul ul > li > .submenu-row > a {padding-left: 1.5rem}

/* Indexes */
.z-0 {z-index: 0}
.z-1 {z-index: 1}

/* Datatables */
.page-item.active .page-link {background: var(--black); border-color: var(--black)}

/* Heros */
.hero {background: var(--red); color: var(--white);position: relative;}
.hero h2 {position: relative;background: var(--dark-red); padding: 10px;margin-bottom: 1.5rem;font-weight:800}
.hero div[class*="media-with-captions-split"] .caption-wrapper {padding: 0px}
.hero .cms-slideshow:not(.slick-initialized) .item:not(:first-child) {display: none;}
.hero .cms-slideshow:not(.slick-initialized) .slick-controls {display: none;}
.hero .slick-list {height: auto !important;}
.hero .slick-track {display: flex !important; align-items: stretch;}
.hero .slick-slide {height: auto !important; display: flex !important;}
.hero .slick-slide > div {display: flex; width: 100%;}
.hero .cms-slideshow .btn-primary {background: none; color: var(--white); border: 1px solid var(--white);}
.hero .cms-slideshow .btn-primary:hover, .hero .cms-slideshow .btn-primary:focus {background:rgba(0,0,0,.075) !important; border: 1px solid var(--white) !important;color: var(--white)}
.hero .slick-controls .slick-dots {position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);z-index:1}
.hero .slick-controls .slick-dots button, .hero .slick-controls .slick-dots .slick-active button {transition: opacity 250ms ease; width: 6px; height: 6px;background: var(--white)}
.hero .slick-controls .slick-dots button:hover, .hero .slick-controls .slick-dots button:focus {opacity:1;}
.hero .slick-prev, .hero .slick-next {bottom: -5px; top: unset; opacity: 1; transition: opacity 250ms ease;}
.hero .slick-prev:hover, .hero .slick-next:hover,.hero .slick-prev:focus, .hero .slick-next:focus {opacity: .75}
.hero .media-with-captions-splitleft .slick-prev {left: 8px;}
.hero .media-with-captions-splitleft .slick-next {right: 8px;}
.hero .media-with-captions-splitleft .angle {width: 15px; height: 15px}

/* Promos */
.promo-link {display: block; color: inherit; text-decoration: none;}
.promo-link:hover, .promo-link:focus {color: inherit; text-decoration: none;}
.promo-link .img-gradient {overflow: hidden;}
.promo-link .img-gradient img, .promo-link h3 {transition: transform 250ms ease;}
.promo-link:hover .img-gradient img, .promo-link:focus .img-gradient img {transform: scale(1.03);}
.promo-link:hover h3, .promo-link:focus h3 {transform: translateY(-4px);}

.img-gradient {position: relative; z-index: 0} 
.img-gradient::after {content:""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; bottom: 0px; left: 0px; height: 60%; width: 100%; z-index: 0}
.img-gradient p {position: absolute; color: var(--white); z-index: 1}
.img-gradient p::before {content:""; background: var(--red); height: 3px; width: 50px; position: absolute; top: -10px; left: 0px;}
.img-gradient p.text-right::before {left: unset; right: 0px}
.img-gradient img {position: relative; z-index: -1}

/* News & Press */
.news-card-link, .event-link, .program-card-link {display: block; color: inherit; text-decoration: none;}
.news-card-link:hover, .news-card-link:focus, .event-link:hover, .event-link:focus, .program-card-link:hover, .program-card-link:focus {color: inherit; text-decoration: none;}
.news-card-link:focus-visible, .event-link:focus-visible, .program-card-link:focus-visible {outline: 3px solid var(--yellow); outline-offset: 6px;}
.news-card-link .bg-white, .p rogram-card-link .bg-white {transition: transform 250ms ease, box-shadow 250ms ease; box-shadow: 0 .25rem .75rem rgba(0,0,0,.06);}
.news-card-link:hover .bg-white, .news-card-link:focus .bg-white, .program-card-link:hover .bg-white, .program-card-link:focus .bg-white { box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.10);}
.news-card-link .text-clamp-3 {transition: color 250ms ease;}
.news-card-link:hover .text-clamp-3, .news-card-link:focus .text-clamp-3 {color: var(--red); text-decoration: underline;}
.program-card-link .h6 {transition: color 250ms ease;}
.program-card-link:hover .h6, .program-card-link:focus .h6 {color: var(--red);}
.event-link .text-clamp-2 {transition: color 250ms ease, transform 250ms ease;}
.event-link:hover .text-clamp-2, .event-link:focus .text-clamp-2 {color: var(--red); text-decoration: underline; transform: translateX(4px);}

/* Slideshows */
.cards-slideshow .slick-dots {padding:0px; margin:0px; text-align:center}
.cards-slideshow .slick-dots li {display:inline-block; padding: 0px 4px}
.cards-slideshow .slick-dots button { opacity: .25; width: 7px; height: 7px; display:block; border-radius: 50%;border:none; padding: 0px; background: var(--black)}
.cards-slideshow .slick-dots .slick-active button {opacity: 1; background: var(--black)}
.cards-slideshow .slick-dots button:focus {outline: none}

.cards-slideshow .slick-track {display: flex !important;}
.cards-slideshow .slick-slide {height: inherit !important;}

/* Mastheads */
.masthead {display:flex; align-items: center; justify-content: center;position: relative; z-index: 0;min-height:350px; }
.masthead h1 {margin: 0px; background: var(--dark-red); padding: 10px 30px;position: relative; z-index: 0;display:inline-block;color: var(--white)}
.masthead img {width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0px; left: 0px; z-index: -1}

/* Dropdowns */
.dropdown-locations .dropdown-toggle::after {color: var(--red); border-top: 6px solid; border-right: 6px solid transparent; border-left: 6px solid transparent; transition: transform 250ms ease}
.dropdown-locations.show .dropdown-toggle {color:var(--red)}
.dropdown-locations.show .dropdown-toggle::after {transform: rotate(180deg)}
.dropdown-locations .dropdown-menu {border-radius: 0px; width: 100%;margin-top: 10px}

/* Borders */
.border-top-red {border-top: 2px solid var(--red)}

/* All Programs */
.program-jump {margin-bottom: 1.25rem; padding: .875rem 0; border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08)}
.program-jump ul {display:flex; flex-wrap:wrap; gap: .5rem}
.program-jump a {display:inline-flex; align-items:center; justify-content:center; min-width: 2.5rem; height: 2.5rem; padding: 0 .625rem; border: 1px solid rgba(0,0,0,.1); background: var(--white); color: var(--black); font-size: .813rem; font-weight: 700; line-height: 1; text-decoration:none; transition: background 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease}
.program-jump a:hover,
.program-jump a:focus {background: rgba(0,0,0,.03); border-color: var(--red); color: var(--red); transform: translateY(-1px)}
.program-jump a:focus-visible {outline: 3px solid var(--yellow); outline-offset: 3px}
.program-jump a.is-disabled {pointer-events:none; opacity: .35; background: transparent; color: var(--dark-grey); border-color: rgba(0,0,0,.08); transform: none}

.program-directory-head {margin-bottom: 1.5rem}
.program-empty {color: var(--red); font-size: .938rem; font-weight: 600}

.program-groups {display:grid; gap: 2rem}
.program-group {scroll-margin-top: calc(var(--site-header-height, 0px) + 1.5rem)}
.program-letter {display:flex; align-items:center; gap: .875rem; margin-bottom: 1rem; font-size: 1.5rem}
.program-letter::after {content: ""; flex: 1 1 auto; height: 1px; background: rgba(0,0,0,.12)}

.program-list {display:grid; grid-template-columns: 1fr; gap: .5rem; padding: 0px; list-style:none}
.program-list li {margin-bottom: 0}
.program-list a {display:flex; align-items:flex-start; min-height: 100%; padding: .75rem 1rem; border: 1px solid rgba(0,0,0,.08); border-left: 4px solid var(--red); background: var(--white); box-shadow: none; color: var(--black); font-size: .938rem; font-weight: 600; line-height: 1.3; text-decoration:none; transition: transform 250ms ease, border-color 250ms ease, color 250ms ease, background 250ms ease}
.program-list a:hover, .program-list a:focus {background: color-mix(in srgb, var(--red) 4%, var(--white)); border-color: rgba(184, 34, 42, .2); color: var(--red); transform: translateX(4px)}
.program-list a:focus-visible {outline: 3px solid var(--yellow); outline-offset: 3px}
.program-list .highlight {background: color-mix(in srgb, var(--yellow) 15%, var(--white)); color: var(--red); font-weight: 700; padding: 0 .1em}

.program-filters  {width: 100%; max-width: 280px}
.program-filters input {border:none; border-bottom: 2px solid var(--red); border-radius: 0px;color: var(--dark-red); font-weight: 600; font-size: .875rem; padding-left: 0px; padding-right: 25px}
.program-filters input::placeholder {color: var(--darkest-grey)}
.program-filters input:hover,
.program-filters input:focus {border-bottom-color: var(--black); outline:none; box-shadow:none}
.program-filters span {position: absolute; right: 5px; top: 50%; transform: translateY(-50%);font-size: .813rem; z-index: 1}


/* ==========================================================================
     CMS Classes
========================================================================== */

/* Text */
.text-xxs {font-size: .688rem}
.text-xs {font-size: .75rem}
.text-sm {font-size: .875rem;}
.text-md {font-size: 1.063rem;}
.text-lg {font-size: 1.125rem;}
.text-xl {font-size: 1.25rem !important;}

.text-clamp-2 {text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden; }
.text-clamp-3 {text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3; overflow: hidden;}
.text-clamp-4 {text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 4; overflow: hidden; }

.leading-none {line-height: 0}
.leading-loose {line-height: 1.8}

.text-red {color: var(--red)}
.text-darkest-grey {color:var(--darkest-grey)}
.text-dark-grey {color: var(--dark-grey)}
.text-black {color: var(--black)}

.font-weight-medium {font-weight: 500}
.font-weight-semibold {font-weight: 600}

.text-stars-bottom,
.text-stars-bottom-offset {position: relative; display: block; padding-bottom: 32px;}
.text-stars-bottom::after,
.text-stars-bottom-offset::after {content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 24px; background-image: url("/img/star-black.svg"); background-repeat: repeat; background-position: top left; background-size: 8px 8px; opacity: .1; pointer-events: none;}
.text-stars-bottom-offset::after {left: auto; right: 0px; width: 50%; background-position: top right;}

.text-stars-left {--stars-gap: 15px; position: relative; overflow: visible;}
.text-stars-left::before {content: ""; position: absolute; left: calc((100vw - 100%) / -2); top: 50%; width: max(0px, calc((100vw - 100%) / 2 - var(--stars-gap))); height: 24px; transform: translateY(-50%); background: url("/img/star-black.svg") right center / 8px 8px repeat; opacity: .1;}
.text-stars-left::after {content: none;}
.text-stars-left.text-center {display: flex; align-items: center; justify-content: center; gap: var(--stars-gap);}
.text-stars-left.text-center::before {position: static; flex: 1 1 auto; width: auto; transform: none; margin-left: calc((100vw - 100%) / -2);}
.text-stars-left.text-center::after {content: ""; flex: 1 1 auto; margin-right: calc((100vw - 100%) / -2);}

.text-stars-vert {position: relative; overflow: visible; padding-left: 3rem;}
.text-stars-vert::before {content: ""; position: absolute; left: 0px; top: 0px; bottom: 0px; width: 32px; background-image: url("/img/star-black.svg"); background-repeat: repeat; background-position: top left; background-size: 8px 8px; opacity: .1; pointer-events: none;}

/* Images */
.img-largescreen-center {}

/* Buttons */
.btn-red, 
.btn-black,
.btn-red-border,
.btn-white-border,
.btn-white-outline,
.cms-slideshow .btn-primary, 
.cms-form .btn-primary, 
form[name=frmSearch] .btn-primary { border:none;min-width: 200px; text-decoration:none; padding: 10px 80px 10px 15px; transition:all 250ms ease; position: relative;border-radius: 0px; text-align:left; font-weight:700; text-transform: uppercase; font-size: .875rem; line-height: 1.3; background:none;letter-spacing: .5px}
form[name=frmSearch] .btn-primary {padding: 10px 15px}

.btn-red::before,
.btn-black::before,
.btn-red-border::before,
.btn-white-border::before,
.btn-white-outline::before,
.cms-slideshow .btn-primary::before,
.cms-form .btn-primary::before,
form[name=frmSearch] .btn-primary::before,
.btn-red::after,
.btn-black::after,
.btn-red-border::after,
.btn-white-border::after,
.btn-white-outline::after,
.cms-slideshow .btn-primary::after,
.cms-form .btn-primary::after,
form[name=frmSearch] .btn-primary::after {content:""; position:absolute; top:50%; right:18px; transition: transform 250ms ease, border-color 250ms ease, background-color 250ms ease}

.btn-red::before,
.btn-black::before,
.btn-red-border::before,
.btn-white-border::before,
.btn-white-outline::before,
.cms-slideshow .btn-primary::before,
.cms-form .btn-primary::before,
form[name=frmSearch] .btn-primary::before {width: 10px; height: 2px; background: currentColor; transform: translateY(-50%)}

.btn-red::after,
.btn-black::after,
.btn-red-border::after,
.btn-white-border::after,
.btn-white-outline::after,
.cms-slideshow .btn-primary::after,
.cms-form .btn-primary::after,
form[name=frmSearch] .btn-primary::after {width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: translateY(-50%) rotate(45deg)}

.btn-red {background: var(--red); color: var(--white);}
.btn-red:hover, .btn-red:focus {background: color-mix(in srgb, var(--red) 90%, var(--black)); color: var(--white)}

.btn-black {background: var(--black); color: var(--white);}
.btn-black:hover, .btn-black:focus {background: color-mix(in srgb, var(--black) 80%, var(--white)); color: var(--white)}

.btn-red-border {background: var(--white); color: var(--black); border: 1px solid var(--red);}
.bg-light-grey .btn-red-border {background: var(--light-grey)}
.btn-red-border::before {background: var(--red);}
.btn-red-border::after {border-top-color: var(--red); border-right-color: var(--red);}
.btn-red-border:hover, .btn-red-border:focus {background: var(--white); color: var(--black); border: 1px solid var(--red);}

.btn-white-border {color: var(--white); border: 1px solid var(--white);}
.btn-white-border:hover, .btn-white-border:focus {color: var(--white); background: rgba(255,255,255,.1); border: 1px solid var(--white);}

.btn-white-outline {background: none; color: var(--white); border: 1px solid var(--white);}
.btn-white-outline:hover, .btn-white-outline:focus {background: rgba(0,0,0,.15); color: var(--white);border: 1px solid var(--white);}

.icon-pdf::before {content: none;}
.icon-pdf::after {content: "\f1c1"; width: auto; height: auto; border: none; background: none; font-family: "Font Awesome 5 Free"; font-size: 1.125rem; font-weight: 900; line-height: 1; transform: translateY(-50%);}
.btn-red-border.icon-pdf::after {color: var(--red);}

.btn-red:hover::before,
.btn-black:hover::before,
.btn-red-border:hover::before,
.btn-white-border:hover::before,
.btn-white-outline:hover::before,
.cms-slideshow .btn-primary:hover::before,
.cms-form .btn-primary:hover::before,
form[name=frmSearch] .btn-primary:hover::before,
.btn-red:focus::before,
.btn-black:focus::before,
.btn-red-border:focus::before,
.btn-white-border:focus::before,
.btn-white-outline:focus::before,
.cms-slideshow .btn-primary:focus::before,
.cms-form .btn-primary:focus::before,
form[name=frmSearch] .btn-primary:focus::before {transform: translate(4px,-50%)}

.btn-red:hover::after,
.btn-black:hover::after,
.btn-red-border:hover::after,
.btn-white-border:hover::after,
.btn-white-outline:hover::after,
.cms-slideshow .btn-primary:hover::after,
.cms-form .btn-primary:hover::after,
form[name=frmSearch] .btn-primary:hover::after,
.btn-red:focus::after,
.btn-black:focus::after,
.btn-red-border:focus::after,
.btn-white-border:focus::after,
.btn-white-outline:focus::after,
.cms-slideshow .btn-primary:focus::after,
.cms-form .btn-primary:focus::after,
form[name=frmSearch] .btn-primary:focus::after {transform: translate(4px,-50%) rotate(45deg)}

.icon-pdf:hover::after,
.icon-pdf:focus::after {transform: translate(4px,-50%)}

/* ==========================================================================
     CMS Components
========================================================================== */

/* Use .btn-red's colors for cms elements */
.cms-slideshow .btn-primary, .cms-form .btn-primary, form[name=frmSearch] .btn-primary {background: var(--red); color: var(--white)}
.cms-slideshow .btn-primary:active, 
.cms-slideshow .btn-primary:hover, 
.cms-slideshow .btn-primary:focus,
.cms-form .btn-primary:active, 
.cms-form .btn-primary:hover, 
.cms-form .btn-primary:focus,
form[name=frmSearch] .btn-primary:hover,
form[name=frmSearch] .btn-primary:focus, 
form[name=frmSearch] .btn-primary:active {background: var(--dark-red) !important; border-color: transparent !important; color: var(--white); outline: none !important; box-shadow: none !important; }

/* Accordions */
.cms-accordion .card {background:none; border-radius: 0px; border: none; border-bottom: 2px solid rgba(165,163,162,0.25) !important;}
.cms-accordion .card:first-child {border-top: 2px solid rgba(165,163,162,0.25);}
.cms-accordion .card-header {transition: color 250ms ease;position: relative;border-radius: 0px; background:none;border:none; padding: 25px 50px 25px 50px!important; color: var(--red); font-weight: 700;}
.cms-accordion .card-header:hover, .cms-accordion .card-header:focus {text-decoration:none; cursor: pointer}
.cms-accordion .card-header::before {transition: transform 250ms ease; background: url(/img/icon-plus.svg) center center no-repeat;background-size: 100% 100%; width: 25px; height: 25px; content:""; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.cms-accordion .card-header[aria-expanded=true] { color: var(--red); border-bottom: none}
.cms-accordion .card-header[aria-expanded=true]::before {transform: translateY(-50%) rotate(45deg); }
.cms-accordion .card-body a {color: var(--red);}
.cms-accordion .card-body p {color: var(--black);}
.cms-accordion .card-body {padding: 0px 30px 30px 30px; margin-bottom: 20px;position: relative; margin-top: 20px; overflow:hidden  }
.cms-accordion .card-body::after {width: 4px; background: var(--red); content: ""; position: absolute; top: 0px; left: 0px; bottom: 30px; }
.cms-accordion .card-body *:last-child {margin-bottom: 0px}
.cms-accordion .collapsing {transition-duration: 500ms; transition-timing-function: ease-in-out;}

/* Tabs */
.cms-tabs .nav {margin-bottom: 0px !important}
.cms-tabs .nav p:hover {cursor: pointer}
.cms-tabs .nav-pills .nav-link {background: var(--darkest-grey); color: var(--white); font-weight: bold;border-radius: 0px; border:none; padding: 5px 25px}
.cms-tabs .nav-pills .nav-link.active, .cms-tabs.nav-pills .show>.nav-link {background: var(--dark-red);color: var(--white); }
.cms-tabs .tab-content {background: var(--white); padding: 1.5rem;}
.cms-tabs .tab-content *:last-child {margin-bottom: 0px}

/* Calendar */
.cms-calendar .text-primary {color: var(--red) !important}
.cms-calendar .bg-primary {background: var(--red) !important}

/* Forms */
form[name=frmSearch] .btn-primary {border-radius: 0px}

/* Shadows */
.shadow-xs {box-shadow: 0 .0625rem .125rem rgba(0,0,0,.04) !important}
.shadow-md {box-shadow: 0 .25rem .5rem rgba(0,0,0,.08) !important}
.shadow-xl {box-shadow: 0 1rem 2.5rem rgba(0,0,0,.14) !important}

/* ==========================================================================
     CMS Tweaks
========================================================================== */

.masthead .cms.cms-contentmenu {position: absolute;left:1rem; top:1rem;}
.masthead .alert-warning {position: absolute;left:1rem;top:4rem;}
.hero .cms.cms-contentmenu {position: absolute;left:1rem;top:60px;}

/* ==========================================================================
     Media Queries
========================================================================== */

@media (min-width: 0px) {	
     /* Header */
     .header-wrapper .logo {padding: 10px}
     .header-wrapper .logo img {width: 150px}
     .quicklinks {width: 100%}

     /* Heros */
     .hero .cms-slideshow .item-inner {aspect-ratio: 16 / 10;min-height: 400px}
     .hero .caption-wrapper { padding: 90px 15px 30px 15px !important}

     /* Promos */
     .img-gradient p {bottom: 15px; left: 15px; right: 15px;}
}

@media (min-width: 576px) {    
     /* Header */
     .quicklinks {width: auto}

}

@media (max-width: 767.98px) {
     /* Text */
     .hero h1, .masthead h1 {font-size: 2rem}

     /* Submenu */
     .btn-toggle-section-nav {display:flex}

     /* Promos */
     .promo-link h3 br {display: none;}
}

@media (min-width: 768px) {	
     /* Typography */
     h1, .h1 {font-size: 2.875rem;}
     h2, .h2 {font-size: 2.5rem;}

     /* All Programs */
     .program-list {grid-template-columns: repeat(2, minmax(0, 1fr))}

     /* Submenu */
     .submenu {position: sticky; top: calc(var(--site-header-height) + 1rem)}
     html.search-open .submenu {top: calc(var(--site-header-height) + var(--site-search-height) + 1rem)}

     /* Header */
     .header-wrapper .logo {padding: 15px}
     .header-wrapper .logo img {width: 200px}

     /* Backgrounds */
     .bg-stars-line::before {content: ""; position: absolute; inset: -24px 0px; z-index: 2; pointer-events: none; background-image: url("/img/star-red.svg"), url("/img/star-red.svg"), linear-gradient(var(--black), var(--black)); background-repeat: no-repeat, no-repeat, no-repeat; background-size: 16px 16px, 16px 16px, 2px calc(100% - 12px); background-position: center top, center bottom, center 6px;}
     .bg-angles::before {content: ""; position: absolute; top: 0px; bottom: 0px; left: calc(((100vw - 720px) / -2) - 15px); right: 0px; z-index: -1; pointer-events: none; background-image: url("/img/bg-angles.webp"); background-repeat: no-repeat; background-position: left center; background-size: calc(100% - 30px) 100%; opacity: .4;}

     /* Borders */
     .border-right-md {border-right: 1px solid var(--dark-grey)}
     /* Heros */
     div[class*="media-with-captions-split"] .item {align-items: stretch;}
     .hero .cms-slideshow .item-inner {align-self: stretch;display: flex;}
     .hero .caption-wrapper {position: relative; z-index: 1;}
     .hero div[class*="media-with-captions-split"] .caption-wrapper {width: 45%}
     .hero div[class*="media-with-captions-split"] .item-inner {width: 55%}
     .hero .item-inner {position: relative;height: 100%; aspect-ratio: unset; min-height: unset}
     .hero .item-inner::after {content: "";background: var(--red);position: absolute; top: 0px;left: -90px;z-index: 0;height: 100%;width: 150px;transform: skew(13deg);}
     .hero .cms-slideshow .caption-wrapper { padding: 110px 0px 80px 0px !important}
     .hero .cms-slideshow .caption { max-width: 34rem;margin-left: 15px; margin-right: 2rem;}
     .hero h2 {margin-right: -100px;}

     /* Promos */
     .img-gradient p {bottom: 30px; left: 30px; right: 30px;}

     /* News & Press */
     .news-card-link:hover .bg-white, .news-card-link:focus .bg-white, .program-card-link:hover .bg-white, .program-card-link:focus .bg-white {transform: translateY(-4px); }

     /* Backgrounds */
     .bg-slanted-top {clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);padding-top: 150px}

     .bg-slanted-bottom {padding-bottom: 150px;position: relative; z-index: 1}
     .bg-slanted-bottom .img-fit {clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);}
     .bg-slanted-bottom-reverse .img-fit {clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);}
     .bg-slanted-bottom + section {margin-top: -100px;padding-top: 170px; z-index: 0}

     .bg-overlay.bg-slanted-bottom::before {clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);}
     .bg-overlay.bg-slanted-bottom-reverse::before {clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);}
     .bg-overlay hr {background: var(--white); opacity: .3;}

     /* Mastheads */
     .masthead-lg {min-height: 450px}
}
  
@media (min-width: 992px) {	
     /* Backgrounds */
     .bg-angles::before {left: calc(((100vw - 960px) / -2) - 15px);}

     /* Heros */
     .hero .cms-slideshow .item {min-height: 450px;max-height: 500px}
     .hero .cms-slideshow .caption { margin-left: calc((100vw - 960px) / 2 + 7px); }

     /* All Programs */
     .program-list {grid-template-columns: repeat(3, minmax(0, 1fr))}
}

@media (min-width: 1200px) {
     /* Backgrounds */
     .bg-angles::before {left: calc(((100vw - 1140px) / -2) - 15px);}

     /* Heros */
     .hero .cms-slideshow .caption { margin-left: max(15px, calc((100vw - 1600px) / 2 + 15px));}

     /* Mastheads */
     .masthead .img-largescreen-center {object-position: center 30%;}
     
     /* Containers */
     .container-lg {max-width: 1600px}

     /* All Programs */
     .program-list {grid-template-columns: repeat(4, minmax(0, 1fr))}
}    

@media (prefers-reduced-motion: reduce) {
	* { animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;transition-duration: 0.01ms !important;scroll-behavior: auto !important;transition: none !important}
}
