/*
Theme Name: WestConn 3
Theme URI: https://www.wcsu.edu
Author: WCSU Web Team
Author URI: https://www.wcsu.edu
Description: The official WCSU theme
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: westconn3
Tags: education, university, college, blue, responsive, custom-menu, featured-images
*/


*,
:before,
:after {
    box-sizing: border-box;
    background-repeat: no-repeat;
}

:where(:root) {
    cursor: default;
    line-height: 1.5;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}
:where(body) {
    margin: 0;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
    margin: 0;
}
:where(nav) :where(ol, ul) {
    list-style-type: none;
    padding: 0;
}
:where(nav li):before {
    content: "​";
    float: left;
}
:where(audio, canvas, iframe, img, svg, video) {
    vertical-align: middle;
}
:where(svg:not([fill])) {
    fill: currentColor;
}
:where(button, input, select) {
    margin: 0;
}
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
    -webkit-appearance: button;
}
:where([type="search" i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
:root {
	--black: #000;
	--black-50: rgba(0, 0, 0, 0.50196);
	--black-20: rgba(0, 0, 0, 0.2);
	--black-10: rgba(0, 0, 0, 0.10196);
	--white: #fff;
	--orange: #ff4d00;
	--light-blue: #003da6;
	--deep-blue: #002856;
	--deep-dark-blue: #051c2c;
	--grey: #d9d8d6;
	--dark-grey: #737373;
    --space-3xs: clamp(0.25rem, 0.23rem + 0.12vw, 0.3125rem);
    --space-2xs: clamp(0.5rem, 0.45rem + 0.24vw, 0.625rem);
    --space-xs: clamp(0.75rem, 0.68rem + 0.37vw, 0.9375rem);
    --space-s: clamp(1rem, 0.9rem + 0.49vw, 1.25rem);
    --space-m: clamp(1.5rem, 1.35rem + 0.73vw, 1.875rem);
    --space-l: clamp(2rem, 1.8rem + 0.98vw, 2.5rem);
    --space-xl: clamp(3rem, 2.71rem + 1.46vw, 3.75rem);
    --space-2xl: clamp(4rem, 3.61rem + 1.95vw, 5rem);
    --space-3xl: clamp(6rem, 5.41rem + 2.93vw, 7.5rem);
    --space-3xs-2xs: clamp(0.25rem, 0.1rem + 0.73vw, 0.625rem);
    --space-2xs-xs: clamp(0.5rem, 0.33rem + 0.85vw, 0.9375rem);
    --space-xs-s: clamp(0.75rem, 0.55rem + 0.98vw, 1.25rem);
    --space-s-m: clamp(1rem, 0.66rem + 1.71vw, 1.875rem);
    --space-m-l: clamp(1.5rem, 1.11rem + 1.95vw, 2.5rem);
    --space-l-xl: clamp(2rem, 1.32rem + 3.41vw, 3.75rem);
    --space-l-2xl: clamp(2rem, 0.83rem + 5.85vw, 5rem);
    --space-xl-2xl: clamp(3rem, 2.22rem + 3.9vw, 5rem);
    --space-2xl-3xl: clamp(4rem, 2.63rem + 6.83vw, 7.5rem);
    --space-zero: clamp(-0.0625rem, -0.09rem + 0.12vw, 0rem);
    --size-step-xs: clamp(0.694375rem, 0.69rem + 0.02vw, 0.70375rem);
    --size-step-s: clamp(0.833125rem, 0.79rem + 0.2vw, 0.9375rem);
    --size-step-0: clamp(1.124375rem, 1.12rem + 0vw, 1.125rem);
    --size-step-1: clamp(1.20125rem, 1.02rem + 0.91vw, 1.66625rem);
    --size-step-2: clamp(1.44rem, 1.14rem + 1.52vw, 2.22125rem);
    --size-step-3: clamp(1.728125rem, 1.25rem + 2.4vw, 2.960625rem);
    --size-step-4: clamp(2.07375rem, 1.34rem + 3.65vw, 3.946875rem);
    --size-step-5: clamp(2.488125rem, 1.41rem + 5.41vw, 5.260625rem);
    --size-step-6: clamp(2.98625rem, 1.42rem + 7.86vw, 7.0125rem);
    --montserrat: "Montserrat", sans-serif;
    --gutter: clamp(1rem, 3.333vw + 0.333rem, 3rem);
    --container: max(var(--gutter), calc((100% - 82rem) / 2));
    --container-max: max(var(--gutter) * 2, calc((100% - 99rem) / 2));
    --container-xl: max(var(--gutter), calc((100% - 74rem) / 2));
    --container-lg: max(var(--gutter), calc((100% - 68rem) / 2));
    --space-fw: max(3rem, min(8vw, 6rem));
    --transition: 0.3s ease;
    --shadow: 0 1rem 1.5rem var(--black-20);
    cursor: auto;
}
@media print{:root * {
        color: #000 !important;
        color: var(--black) !important;
    }
}iframe,
img,
input,
video,
select,
svg,
textarea {
    display: block;
    max-width: 100%;
    height: auto;
}
button,
input,
select,
textarea {
    padding: 0.25em 0.375em;
    border: 1px solid;
    border-radius: 0;
    background-color: field;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-overflow: ellipsis;
}
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 {
    display: none;
}
input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}
p {
    margin: 0;
}
p:not(:last-child) {
    margin: 0 0 32px;
}


@keyframes fade-in {
    0% {
        opacity: 0;
    }
}
@keyframes fade-in-up {
    0% {
        transform: translateY(3rem);
        opacity: 0;
    }
}
@keyframes fade-in-down {
    0% {
        transform: translateY(-3rem);
        opacity: 0;
    }
}
@keyframes fade-in-right {
    0% {
        transform: translate(-3rem);
        opacity: 0;
    }
}
@keyframes fade-in-left {
    0% {
        transform: translate(3rem);
        opacity: 0;
    }
}
@keyframes fade-in-height {
    0% {
        height: 0;
        opacity: 0;
    }
}
:root {
    --heading-color: var(--deep-blue);
    --link-color: var(--deep-blue);
}
@font-face {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: var(--montserrat);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    background:white;

}
ol,
ul {
    padding: 0 0 0 1.5em;
}
li {
    margin-bottom: 0;
}
a {
    color: var(--deep-blue);
    color: var(--link-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all var(--transition);
}
a:hover {
    color: var(--orange);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.25em 0 0.625em;
}

.main__content > h1:first-child {
  margin-top: 10px;
  font-family: "Montserrat", Sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 0px;
    color: #002856;
    line-height: 1em;
     position: relative; /* Needed to position the pseudo-element relative to this element */
  padding-bottom: 30px; /* Optional: adds space between the content and the line */

}

.main__content > h1:first-child:after {
 content: "";
  position: absolute;
  bottom: 0; /* Positions the line at the bottom of the parent element */
  left: 0; /* Aligns the line to the left (adjust as needed, e.g., 'left: 50%; transform: translateX(-50%);' for centering) */
  width: 100px; /* Sets the length of the line */
  height: 15px; /* Sets the thickness of the line */
  background-color: var(--orange); /* Sets the color of the line */
}

h2,
.h2 {
    color: var(--deep-blue);
    color: var(--heading-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 32px;
}
h2 strong,
.h2 strong {
    font-weight: 900;
}
h3,
.h3 {
    color: var(--deep-blue);
    color: var(--heading-color);
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 32px;
}
h6,
.h6 {
    color: var(--deep-blue);
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px;
}
@media (min-width: 48em){h6,
    .h6 {
        margin: 0 0 27px;
    }
}.screen-reader-text:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.skip-link {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 4;
}
[data-animation="fade-in-up"] {
    animation: fade-in-up 0.6s ease both;
}
[data-animation="fade-in-down"] {
    animation: fade-in-down 0.6s ease both;
}
[data-animation="fade-in-right"] {
    animation: fade-in-right 0.6s ease both;
}
[data-animation="fade-in-left"] {
    animation: fade-in-left 0.6s ease both;
}
[data-animation="fade-in-height"] {
    animation: fade-in-height 0.6s ease both;
}
[data-animation="fade-in"] {
    animation: fade-in 0.6s ease both;
}
[data-animate] {
    animation-play-state: paused;
}
[data-animate="true"] {
    animation-play-state: running;
}
[data-minimodal-active] {
    overflow: hidden;
}
[data-search-active],
[data-menu-active] {
    overflow: hidden;
}
@media (min-width: 70em){[data-search-active],
    [data-menu-active] {
        overflow: visible;
    }
}.header {
    display: contents;
    height: 62px;
}
@media (min-width: 70em){.header {
        height: 217px;
    }
}.hdr__sentinel {
    position: absolute;
    height: inherit;
}
.hdr__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    position: sticky;
    top: 0;
    height: inherit;
    padding: 0 20px;
    z-index: 99;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
@media (min-width: 70em){.hdr__main {
        position: relative;
        padding: 67px var(--container) 0;
    }
}.hdr__main:before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    z-index: -1;
}

/* smooth fade into page */
.hdr__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.05) 0%,
    rgba(0,0,0,0.02) 40%,
    rgba(0,0,0,0.00) 100%
  );
  pointer-events: none;
}

@media (min-width: 70em){.hdr__main:before {
        display: none;
    }
}.hdr__main a {
    color: var(--deep-blue);
    -webkit-text-decoration: none;
    text-decoration: none;
}
.hdr__main[data-stuck="true"] {
    transition: transform var(--transition);
}
@media (min-width: 70em){.hdr__main[data-stuck="true"] {
        transition: none;
    }
}[data-scroll="down"] [data-stuck="true"] + .hdr__main[data-stuck="true"] {
    transform: translateY(-100%);
}
@media (min-width: 70em){[data-scroll="down"] [data-stuck="true"] + .hdr__main[data-stuck="true"] {
        transform: none;
    }
}

.hdr__logo {
	background-size: 0 !important;
}
.hdr__logo {
	position: relative;
	width: 260px;
	order: 2;
}
@media (min-width: 70em){
	.hdr__logo {
		order: 1;
		width: 500px;
		margin-bottom: 10px;
		margin-right: auto;
	}
}
.hdr__logo svg path:first-child {
	display: none;
}
@media (min-width: 70em){
	.hdr__logo svg path:first-child {
		display: block;
	}
}
.hdr__logo svg path:nth-last-child(2),
.hdr__logo svg path:last-child {
	transform: translateY(9px);
}
@media (min-width: 70em){
	.hdr__logo svg path:nth-last-child(2),
	.hdr__logo svg path:last-child {
		transform: none;
	}
}
@media (min-width: 70em){
	.header--overlay .hdr__logo:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 11rem;
		max-width: 100%;
		aspect-ratio: 171/109;
		transform: translate(-50%);
		background: var(--white);
		-webkit-mask: url(inc/logo-stack.svg) center no-repeat;
		mask: url(inc/logo-stack.svg) center no-repeat;
	}
}
@media (min-width: 70em){
	.header--overlay .hdr__logo svg {
		visibility: hidden;
	}
}

.hdr__menu-toggle {
    background: transparent !important;
}
.hdr__menu-toggle {
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    order: 1;
    flex-shrink: 0;
    align-self: stretch;
    width: 25px;
    padding: 0;
    border: 0;
    transition: background-color var(--transition);
    order: 3;
}
@media (min-width: 70em){.hdr__menu-toggle {
        display: none;
    }
}.hdr__menu-toggle .humb {
    display: block;
    width: 18px;
    height: 3px;
    background: var(--deep-blue);
    transform: translateY(0);
    transition: transform 0 0.3s;
}
.hdr__menu-toggle .humb:before,
.hdr__menu-toggle .humb:after {
    display: block;
    position: absolute;
    content: "";
    z-index: -1;
    width: 25px;
    height: 3px;
    background: var(--deep-blue);
}
.hdr__menu-toggle .humb:before {
    bottom: 8px;
    transition:
        bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hdr__menu-toggle .humb:after {
    top: 8px;
    transition:
        top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hdr__menu-toggle[aria-expanded="true"] .humb {
    background: none;
}
.hdr__menu-toggle[aria-expanded="true"] .humb:after {
    top: 0;
    transform: rotate(45deg);
    transition:
        top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hdr__menu-toggle[aria-expanded="true"] .humb:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition:
        bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hdr__menu {
    order: -1;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100 * var(--vh) - 70px);
    padding: 0 20px 20px;
    transform: translate(-100%);
    transition:
        transform var(--transition),
        visibility var(--transition);
    background: var(--white);
    overflow: auto;
    visibility: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}
@media (min-width: 70em){.hdr__menu {
        order: 2;
        flex-shrink: 0;
        position: static;
        height: auto;
        padding: 0;
        transform: none;
        transition: none;
        background: transparent;
        overflow: visible;
        visibility: visible;
        border-top: none;
    }
}[aria-expanded="true"] + .hdr__menu {
    transform: none;
    visibility: visible;
}
.hdr__nav {
	padding: 0;
}
@media (min-width: 70em) {
	.hdr__nav, .hdr__audience {
		display: flex;
		gap: 25px;
		margin: 0;
		transition: opacity var(--transition), visibility var(--transition);
	}
}
.hdr__nav > li, .hdr__audience > li {
	border-bottom: 1px solid rgba(0, 47, 108, 0.3);
}
@media (min-width: 70em) {
	.hdr__nav > li, .hdr__audience > li {, 
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-wrap: nowrap;
		margin: 0;
		border-bottom: none;
	}
}
.hdr__nav > li > button,
.hdr__nav > li > a {
	font-weight: 700 !important;
}
.hdr__nav > li > button,
.hdr__nav > li > a, .hdr__audience > li > a, .hdr__audience > li > button {
	padding: 0;
	margin: 0;
	color: var(--deep-blue);
	font-size: 26px;
	line-height: 62.8px;
	display: block;
	position: relative;
	border: none;
	width: 100%;
	text-align: left;
}



@media (min-width: 70em) {
	.hdr__nav > li > button,
	.hdr__nav > li > a, .hdr__audience > li > a, .hdr__audience > li > button {
		padding: 22px 0;
		font-size: 16px;
		line-height: normal;
		border: none;
	}
	
	.hdr__audience > li > a, .hdr__audience > li > button  { font-size:14px; }
}
.hdr__nav > li > button:after,
.hdr__nav > li > a:after, .hdr__audience > li > a:after, .hdr__audience > li > button:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 7px;
	background: var(--orange);
	content: "";
	transition: all var(--transition);
	display: none;
}

.hdr__audience > li > a:after {
background: none;
}
@media (min-width: 70em) {
	.hdr__nav > li > button:after,
	.hdr__nav > li > a:after, .hdr__audience > li > a:after, .hdr__audience > li > button:after {
		display: block;
	}
}
.hdr__nav > li > button.hdr__subnav-toggle,
.hdr__nav > li > a.hdr__subnav-toggle,.hdr__audience > li > a.hdr__subnav-toggle, .hdr__audience > li > button.hdr__subnav-toggle  {
	background: transparent !important;
}
.hdr__nav > li > button.hdr__subnav-toggle,
.hdr__nav > li > a.hdr__subnav-toggle, .hdr__audience > li > a.hdr__subnav-toggle, .hdr__audience > li > button.hdr__subnav-toggle {
	margin-right: 10px;
}
.hdr__nav > li > button.hdr__subnav-toggle:before,
.hdr__nav > li > a.hdr__subnav-toggle:before, .hdr__audience > li > a.hdr__subnav-toggle:before, .hdr__audience > li > button.hdr__subnav-toggle:before {
	content: "";
	position: absolute;
	top: 31px;
	right: 0;
	transition: all var(--transition);
	border: 6px solid transparent;
	border-top: 5px solid var(--deep-blue);
}
@media (min-width: 70em) {
	.hdr__nav > li > button.hdr__subnav-toggle:before,
	.hdr__nav > li > a.hdr__subnav-toggle:before, .hdr__audience > li > a.hdr__subnav-toggle:before, .hdr__audience > li > button.hdr__subnav-toggle:before {
		right: -5px;
		border: 3px solid transparent;
		border-top: 3px solid var(--deep-blue);
	}
}
.hdr__nav > li > button.hdr__subnav-toggle[aria-expanded="true"],
.hdr__nav > li > a.hdr__subnav-toggle[aria-expanded="true"], .hdr__audience > li > a.hdr__subnav-toggle[aria-expanded="true"], .hdr__audience > li > button.hdr__subnav-toggle[aria-expanded="true"] {
	border-bottom: none;
}
.hdr__nav > li > button.hdr__subnav-toggle[aria-expanded="true"]:before,
.hdr__nav > li > a.hdr__subnav-toggle[aria-expanded="true"]:before, .hdr__audience > li > a.hdr__subnav-toggle[aria-expanded="true"]:before, .hdr__audience > li > button.hdr__subnav-toggle[aria-expanded="true"]:before {
	transform: scaleY(-1);
	top: 27px;
}
.hdr__nav > li > button.hdr__subnav-toggle[aria-expanded="true"]:after,
.hdr__nav > li > a.hdr__subnav-toggle[aria-expanded="true"]:after, .hdr__audience > li > a.hdr__subnav-toggle[aria-expanded="true"]:after, .hdr__audience > li > button.hdr__subnav-toggle[aria-expanded="true"]:after {
	width: 100%;
}
.hdr__nav > li > button:hover:after,
.hdr__nav > li > a:hover:after, .hdr__audience > li > a:hover:after, .hdr__audience > li > button:hover:after {
	width: 100%;
	animation: slideLeft var(--transition);
}
@keyframes slideLeft {
	0%,
	to {
		left: 0;
		width: 0;
	}
	to {
		left: 0;
		width: 100%;
	}
}

.hdr__cta {
    display: none;
}
@media (min-width: 70em) {
    .hdr__cta {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 60px;
        padding: 0 var(--container);
        transition:
            transform var(--transition),
            visibility var(--transition);
        background: var(--white);
        box-shadow: 0 10px 15px 0 var(--black-20);
        visibility: hidden;
        z-index: 999;
    }
}
@media (min-width: 70em) {
    [data-scroll="up"] .hdr__sentinel[data-stuck="true"] ~ .hdr__cta {
        transform: translateY(100%);
        visibility: visible;
    }
}
.hdr__cta .hdr__actions li {
    padding-top: 8px;
}
.hdr__cta .hdr__actions li:after {
    transition: none !important;
}
.hdr__cta .hdr__actions li:after {
    width: 100%;
    right: 0;
}
@media (min-width: 70em) {
    .hdr__cta-logo {
        width: 350px;
        margin-top: 4px;
        color: var(--deep-blue);
    }
}

.hdr--landing .hdr__logo svg:nth-child(2) {
    display: none;
}
.hdr--landing .h1,
.hdr--landing h1,
.hdr--landing hr {
    display: none;
}
@media (min-width: 70em) {
    .hdr--landing {
        height: 242px;
    }


    .hdr--landing .hdr__logo {
        margin-bottom: 0;
        width:400px;
    }
    .hdr--landing .hdr__logo svg {
        display: none;
    }
    .hdr--landing .hdr__logo svg:nth-child(2) {
        display: block;
    }
    .hdr--landing .hdr__main {
        flex-wrap: wrap;
        align-content: flex-end;
        align-items: center;
    }
    .hdr--landing .h1,
    .hdr--landing h1 {
        display: block;
        margin-left: auto;
        order: 2;
        letter-spacing: 2px; 
        font-size: 1.8rem;
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight:700;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.61);
        color:var(--deep-blue);
    }
    .hdr--landing hr {
        display: block;
        order: 3;
        width: 100%;
        margin: 20px 0 0;
        opacity: 0.1;
        border-top: 1px solid black;
    }
    .hdr--landing .hdr__menu {
        order: 4;
    }
    .hdr--landing .hdr__search-toggle {
        order: 5;
        margin-bottom: 0;
    }
    .hdr--landing .hdr__group:after {
        position: absolute;
        content: "";
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 6px;
        background: var(--orange);
    }
    .hdr--landing .hdr__nav > li > button,
    .hdr--landing .hdr__nav > li > a {
        padding: 28px 0;
    }
    .hdr--landing .hdr__nav > li > button:after,
    .hdr--landing .hdr__nav > li > a:after {
        top: auto;
        bottom: 0;
    }
    .hdr--landing .hdr__nav > li > button[aria-expanded="true"]:before,
    .hdr--landing .hdr__nav > li > a[aria-expanded="true"]:before {
        top: 33px;
    }
    .hdr--landing .hdr__nav > li > button:before,
    .hdr--landing .hdr__nav > li > a:before {
        top: 37px;
    }
}

.hdr__subnav {
	width: 100%;
	height: auto;
	height: var(--height, auto);
	transition: height var(--transition), visibility var(--transition);
	overflow: hidden;
	justify-content: space-between;
	padding: 0;
}
@media (min-width: 70em) {
	.hdr__subnav {
		border-top: 1px solid rgba(0, 0, 0, 0.09);
		position: absolute;
		top: 100%;
		left: 0;
		height: auto;
		transition: transform var(--transition), opacity var(--transition),
			visibility var(--transition);
		background: var(--white);
		overflow: visible;
		box-shadow: 0 10px 15px 0 var(--black-20);
	}
	.hdr__subnav .hdr__subnav__mega {
		display: flex;
		gap: 76px;
		clip-path: inset(0 -100vmax);
		padding: 50px var(--container);
	}
}
.hdr__subnav .hdr__subMenu__list {
	padding: 0;
}
@media (min-width: 70em) {
	.hdr__subnav .hdr__subMenu__list {
		flex: 1;
	}
}
.hdr__subnav .hdr__subMenu__list .h3 {
	display: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
@media (min-width: 70em) {
	.hdr__subnav .hdr__subMenu__list .h3 {
		display: block;
	}
}
.hdr__subnav .hdr__subMenu__list ul {
	padding: 0 0 20px;
}
@media (min-width: 70em) {
	.hdr__subnav .hdr__subMenu__list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
		margin-top: 0;
	}
}
.hdr__subnav .hdr__subMenu__list ul li {
	position: relative;
	margin-bottom: 10px;
}
@media (min-width: 70em) {
	.hdr__subnav .hdr__subMenu__list ul li {
		width: 45%;
		margin-bottom: 0;
		border-bottom: 1px solid rgba(0, 47, 108, 0.3);
	}
}
.hdr__subnav .hdr__subMenu__list ul li a {
	font-size: 15px;
	color: var(--deep-blue);
	font-weight: 400;
}
@media (min-width: 70em) {
	.hdr__subnav .hdr__subMenu__list ul li a {
		display: flex;
		align-items: center;
		height: 52px;
	}
	.hdr__subnav .hdr__subMenu__list ul li a:after {
		position: absolute;
		content: "";
		bottom: -1px;
		left: 0;
		width: 0;
		border-bottom: 2px solid rgba(0, 47, 108, 0.8);
		transition: all var(--transition);
	}
	.hdr__subnav .hdr__subMenu__list ul li a:hover {
		font-weight: 600;
	}
	.hdr__subnav .hdr__subMenu__list ul li a:hover:after {
		width: 100%;
		right: 0;
	}
}
[aria-expanded="false"] + .hdr__subnav {
	height: 0;
	visibility: hidden;
}
@media (min-width: 70em) {
	[aria-expanded="false"] + .hdr__subnav {
		height: auto;
		transform: translateY(-0.25rem);
		opacity: 0;
	}
}
.hdr__group {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 70em) {
	.hdr__group {
		align-items: center;
		position: absolute;
		padding: 0 var(--container);
		top: 0;
		right: 0;
		left: 0;
		height: 67px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	}
}
.hdr__audience {
	padding: 15px 0 0;
	order: 2;
	width: 100%;
}
@media (min-width: 70em) {
	.hdr__audience {
		order: 1;
		display: flex;
		border-top: none;
		padding: 0;
		gap: 24px;
		margin: 0;
		width: auto;
	}
}
.hdr__audience li {
	margin: 0 0 10px;
}
@media (min-width: 70em) {
	.hdr__audience li {
		margin: 0;
	}
}
.hdr__audience a, .hdr__audience button {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
}
@media (min-width: 70em) {
	.hdr__audience a {
		font-size: 14px;
		line-height: 21px;
	}
}
.hdr__audience a:hover {
	color: var(--orange);
}
.hdr__audience a.normal {
	font-weight: 400;
	border-top: 1px solid rgba(0, 47, 108, 0.3);
	display: block;
	font-size: 14px;
	line-height: 21px;
	padding-top: 15px;
	margin-top: 15px;
}
@media (min-width: 70em) {
	.hdr__audience a.normal {
		padding-top: 0;
		border-top: 0;
		margin-top: 0;
		display: inline-block;
	}
}
.hdr__actions {
	margin: 0;
	padding: 20px 0 0;
	order: 1;
	width: 100%;
}
.hdr__actions li {
	margin-bottom: 7px;
}
.hdr__actions a {
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	background: var(--orange);
	padding: 14px 25px;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
@media (min-width: 70em) {
	.hdr__actions {
		padding: 0;
		order: 2;
		display: flex;
		margin-left: auto;
		height: 100%;
		width: auto;
	}
	.hdr__actions > li {
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
		margin: 0;
	}
	.hdr__actions > li:after {
		position: absolute;
		content: "";
		top: 0;
		width: 0;
		left: 0;
		height: 8px;
		background: var(--orange);
		transition: width 0.23s linear 0s;
	}
	.hdr__actions > li:nth-child(1) {
		padding-right: 46px;
	}
	.hdr__actions > li:nth-child(2) {
		padding-right: 35px;
	}
	.hdr__actions > li:nth-child(2):after {
		background: var(--deep-blue);
		transition: width 0.1s linear 0.23s;
	}
	.hdr__actions > li:nth-child(3) {
		padding-right: 33px;
	}
	.hdr__actions > li:nth-child(3):after {
		background: var(--grey);
		transition: width 0.12s linear 0.33s;
	}
	.hdr__actions > li:nth-child(4) {
		padding-right: 28px;
	}
	.hdr__actions > li:nth-child(4):after {
		background: var(--light-blue);
		transition: width 0.1s linear 0.45s;
	}
	.hdr__actions > li > a {
		font-size: 14px;
		line-height: 21px;
		color: #000;
		font-weight: 700;
		background: transparent;
		padding: 0;
		text-decoration:none;
	}
	.hdr__actions > li > a:hover {
		color: var(--orange);
	}
	.hdr__actions.loaded li:after {
		width: 100%;
		right: 0;
	}
}
.hdr__tools {
	margin: 2rem 0;
	padding: 0;
}
@media (min-width: 70em) {
	.hdr__tools {
		display: flex;
		align-items: center;
		align-self: stretch;
		gap: 1.5rem;
		padding: 0 1.5rem;
		margin: 0;
		background: var(--deep-blue-lt);
	}
}
@media (min-width: 70em) {
	.hdr__tools li {
		margin: 0;
	}
}
.hdr__search-toggle {
	background: transparent !important;
}
.hdr__search-toggle {
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
	border-radius: 0;
	transition: all var(--transition);
	cursor: pointer;
	position: relative;
	order: 1;
}
@media (min-width: 70em) {
	.hdr__search-toggle {
		order: 3;
		margin: 0 0 6px 25px;
	}
}
.hdr__search-toggle:before {
	content: "";
	position: absolute;
	top: 0;
	right: 3px;
	width: 0;
	height: 1px;
	background-color: var(--deep-blue);
	transform: rotate(-45deg);
	transform-origin: right top;
}
@media (min-width: 70em) {
	.hdr__search-toggle:before {
		height: 2px;
		right: 1px;
	}
}
.hdr__search-toggle:after {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 3px;
	width: 30%;
	height: 1px;
	background-color: var(--deep-blue);
	transform: rotate(45deg);
	transform-origin: right bottom;
}
@media (min-width: 70em) {
	.hdr__search-toggle:after {
		height: 2px;
		width: 40%;
		right: 1px;
		bottom: 0;
	}
}
.hdr__search-toggle .search-icon {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: var(--deep-blue);
	background-color: transparent;
}
@media (min-width: 70em) {
	.hdr__search-toggle .search-icon {
		border-width: 2px;
		width: 17px;
		height: 17px;
	}
}
.hdr__search-toggle:before,
.hdr__search-toggle:after,
.hdr__search-toggle .search-icon {
	transition: all var(--transition);
}
.hdr__search-toggle[aria-expanded="true"]:before,
.hdr__search-toggle[aria-expanded="true"]:after {
	width: 25px;
}
@media (min-width: 70em) {
	.hdr__search-toggle[aria-expanded="true"]:before,
	.hdr__search-toggle[aria-expanded="true"]:after {
		width: 27px;
	}
}
.hdr__search-toggle[aria-expanded="true"] .search-icon {
	width: 0;
	height: 0;
	border-color: transparent;
}
.hdr__search-toggle:hover {
	transform: scale(1.1);
}
.hdr__search-toggle:focus:focus-visible {
	outline: var(--deep-blue) dashed 0.25rem;
}
.hdr__search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	padding: 50px 20px;
	transition: opacity var(--transition), visibility var(--transition);
	color: var(--deep-blue);
	background: var(--white);
	visibility: hidden;
	opacity: 0;
	z-index: -2;
	height: calc(100 * var(--vh) - 70px);
	overflow: auto;
	box-shadow: 0 10px 15px 0 var(--black-20);
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}
@media (min-width: 70em) {
	.hdr__search {
		padding: 75px 20px 80px;
		color: var(--deep-blue);
		background: var(--white);
		height: auto;
		overflow: visible;
	}
}
[aria-expanded="true"] + .hdr__search {
	opacity: 1;
	visibility: visible;
}
.popular-pils,
.hdr__form {
    max-width: 632px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.popular-pils p,
.hdr__form p {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    color: var(--deep-blue);
}
.popular-pils .hdr__label,
.hdr__form .hdr__label {
    display: block;
    width: 100%;
    margin-right: 0;
}
.popular-pils ul,
.hdr__form ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0;
    margin: 0;
}
.popular-pils ul li,
.hdr__form ul li {
    padding: 1px 0;
    list-style: none;
}
.popular-pils ul li a,
.hdr__form ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 21px;
    display: block;
    background: var(--orange);
    font-weight: 500;
    color: #fff;
    position: relative;
}
.popular-pils ul li a:before,
.popular-pils ul li a:after,
.hdr__form ul li a:before,
.hdr__form ul li a:after {
    position: absolute;
    content: "";
    background: var(--orange);
    width: 100%;
    transition: all var(--transition);
    height: 1px;
}
.popular-pils ul li a:before,
.hdr__form ul li a:before {
    bottom: -1px;
    right: 0;
}
.popular-pils ul li a:after,
.hdr__form ul li a:after {
    top: -1px;
    left: 0;
}
.popular-pils ul li a:hover,
.hdr__form ul li a:hover {
    background: #ac5212;
}
.popular-pils ul li a:hover:before,
.popular-pils ul li a:hover:after,
.hdr__form ul li a:hover:before,
.hdr__form ul li a:hover:after {
    width: 0;
    background: #ac5212;
}
.popular-pils ul li a:focus:focus-visible,
.hdr__form ul li a:focus:focus-visible {
    outline: var(--orange) dashed 0.25rem;
}
.popular-pils .hdr__submit,
.hdr__form .hdr__submit {
    position: absolute;
    bottom: 0;
    right: 20px;
    display: block;
    width: 22px;
    height: 61px;
    padding: 0;
    border: 0;
    transition: transform var(--transition);
    z-index: 2;
    color: var(--deep-blue);
    text-indent: -9999px;
    background: url(inc/search-icon.svg) center no-repeat;
    background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 22px 22px !important;
}
.popular-pils .hdr__submit:hover,
.hdr__form .hdr__submit:hover {
    transform: scale(1.1);
}
.hdr__form {
    margin-bottom: 35px;
}
.hdr__input {
    width: 100%;
    height: 100%;
    padding: 20px 70px 20px 24px;
    font-family: var(--montserrat);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--deep-blue);
    border: 1px solid #737373;
    margin-bottom: 2px;
    background: white;
    transition: all var(--transition);
}
.hdr__input::-moz-placeholder {
    opacity: 1;
    color: #737373;
}
.hdr__input::placeholder {
    opacity: 1;
    color: #737373;
}
.menu__search {
    padding-top: 46px;
    display: none;
}
@media (min-width: 70em){.menu__search {
        display: block;
    }
}

//   TYPEAHEAD FUNCTIONALITY


.hdr__label.typeahead{
  position: relative;
}

/* container */
.typeahead__list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 8px 0 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  max-height: 320px;
  overflow-y: auto;
  z-index: 999999 !important;
}

/* 🔥 THIS is the key line-per-item rule */
.typeahead__item {
  display: block;          /* forces full row */
  width: 100%;             /* full width click area */
  padding: 10px 14px !important;
  margin: 0;               /* remove inherited spacing */
  line-height: 1.3;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,.06); /* row divider */
}

/* remove divider from last row */
.typeahead__item:last-child {
  border-bottom: none;
}

/* hover + keyboard highlight */
.typeahead__item:hover,
.typeahead__item[aria-selected="true"] {
  background: rgba(0,0,0,.06);
}

/* title line */
.typeahead__title {
  display: block;
  font-weight: 600;
}

/* optional second line */
.typeahead__meta {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 2px;
}

///  END TYPEAHEAD

}.hdr__cta {
    display: none;
}
@media (min-width: 70em){.hdr__cta {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 60px;
        padding: 0 var(--container);
        transition:
            transform var(--transition),
            visibility var(--transition);
        background: var(--white);
        box-shadow: 0 10px 15px 0 var(--black-20);
        visibility: hidden;
        z-index: 999;
    }
}@media (min-width: 70em){[data-scroll="up"] .hdr__sentinel[data-stuck="true"] ~ .hdr__cta {
        transform: translateY(100%);
        visibility: visible;
    }
}.hdr__cta .hdr__actions li {
    padding-top: 8px;
}
.hdr__cta .hdr__actions li:after {
    transition: none !important;
}
.hdr__cta .hdr__actions li:after {
    width: 100%;
    right: 0;
}
@media (min-width: 70em){.hdr__cta-logo {
        width: 300px;
        margin-top: 4px;
        color: var(--deep-blue);
    }
}.footer .footer__main {
    background-color: var(--deep-blue);
    padding: 40px 20px;
    position: relative;
}
@media (min-width: 48em){.footer .footer__main {
        padding: 70px var(--container);
    }
}.footer .footer__main .footer__grid {
    color: var(--white);
}
@media (min-width: 48em){.footer .footer__main .footer__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        grid-column-gap: calc(var(--gutter) * 2);
        -moz-column-gap: calc(var(--gutter) * 2);
        column-gap: calc(var(--gutter) * 2);
    }
}@media screen and (min-width: 1023px){.footer .footer__main .footer__grid {
        grid-template-columns: 1fr 1fr 4fr;
        -moz-column-gap: calc(var(--gutter) * 2);
        column-gap: calc(var(--gutter) * 2);
    }
}.footer .footer__main .footer__contact {
    line-height: 28.8px;
    font-weight: 300;
    padding-top: 11px;
    text-align: center;
    margin-bottom: 50px;
}
@media (min-width: 48em){.footer .footer__main .footer__contact {
        text-align: left;
        margin-bottom: 0;
    }
}.footer .footer__main .footer__contact .h6 {
    color: #fff;
    line-height: 28.8px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.footer .footer__main .footer__contact p {
    margin: 0 0 10px;
}
.footer .footer__main .footer__contact a {
    color: #fff;
}
.footer .footer__main .footer__contact a:hover {
    color: var(--orange);
}
.footer .footer__main .footer__contact .footer__social {
    display: none;
}
@media (min-width: 48em){.footer .footer__main .footer__contact .footer__social {
        display: flex;
    }
}.footer .footer__main .footer__logo,
.footer .footer__main .footer__tsus {
    display: block;
    max-width: 282px;
    margin: 0 auto 40px;
}
@media (min-width: 48em){.footer .footer__main .footer__logo,
    .footer .footer__main .footer__tsus {
        margin: 0 auto 67px;
    }
}.footer .footer__main .footer__logo:focus:focus-visible,
.footer .footer__main .footer__tsus:focus:focus-visible {
    outline-color: #fff;
}
.footer .footer__main .footer__nav {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: calc(var(--gutter) * 1.5);
    column-gap: calc(var(--gutter) * 1.5);
}
@media screen and (min-width: 1023px){.footer .footer__main .footer__nav {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: calc(var(--gutter) * 2);
        column-gap: calc(var(--gutter) * 2);
    }
}@media (min-width: 80em){.footer .footer__main .footer__nav {
        -moz-column-count: 4;
        column-count: 4;
        -moz-column-gap: calc(var(--gutter));
        column-gap: calc(var(--gutter));
    }
}.footer .footer__main .footer__nav ul {
    margin: 0;
    padding: 0;
}
@media (min-width: 70em){.footer .footer__main .footer__nav ul {
        padding: 0;
        margin-top: 0;
    }
}.footer .footer__main .footer__nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.footer .footer__main .footer__nav ul li a {
    font-size: 15px;
    color: var(--white);
    font-weight: 300;
    height: 55px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.footer .footer__main .footer__nav ul li a:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transition: all var(--transition);
}
.footer .footer__main .footer__nav ul li a:hover {
    font-weight: 600;
}
.footer .footer__main .footer__nav ul li a:hover:after {
    width: 100%;
    right: 0;
}
.footer .footer__main .footer__link {
    font-weight: 400;
}
.footer .footer__main .footer__social {
    display: flex;
    align-self: flex-start;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}
@media (min-width: 48em){.footer .footer__main .footer__social {
        display: none;
        gap: 13px;
        margin-top: 18px;
        justify-content: flex-start;
    }
}.footer .footer__main .footer__social .footer__icon {
    border-radius: 50%;
    width: 23px;
    height: 23px;
}
.footer .footer__main .footer__social .footer__icon:hover {
    transform: scale(1.2);
}
.footer .footer__main .footer__social .footer__icon:focus {
    outline: var(--white) dashed 0.1rem;
}
.footer .footer__main .logo-athletics {
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media (min-width: 48em){.footer .footer__main .logo-athletics {
        margin: 26px 0 0;
        justify-content: flex-start;
    }
}.footer .footer__main .logo-athletics span {
    padding: 5px 0;
    margin-left: 17px;
    position: relative;
    color: #fff;
}
.footer .footer__main .logo-athletics span:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4px;
    background: var(--orange);
    transition: all var(--transition);
}
.footer .footer__main .logo-athletics:hover span {
    color: #fff;
}
.footer .footer__main .logo-athletics:hover span:hover:after {
    bottom: -2px;
    height: 6px;
}
.footer .footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: center;
    background: #d9d8d6;
    padding: 11px 20px;
    line-height: 21px;
    color:var(--deep-dark-blue);
    font-weight: 300;
    font-size: 10.5px;
}
.footer .footer__legal p {
    margin: 0;
}
@media (min-width: 48em){.footer .footer__legal {
        padding: 8px var(--container);
        font-size: 14px;
        line-height: 30px;
    }
}@media (min-width: 70em){.footer .footer__legal {
        line-height: 21px;
    }
}.footer .footer__legal a {
    color:var(--deep-dark-blue);
}
.footer .footer__legal a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
:host,
:root {
    --mc-font-family: var(--montserrat) !important;
}
:host,
:root {
    --mc-tbpp-graidnet-color: rgba(0, 0, 0, 0);
    --mc-tbpp-text: var(--deep-blue);
    --mc-export-controls: var(--deep-blue);
    --mc-tbpp-bg: transparent;
    --mc-theme-color-main: var(--deep-blue);
    --mc-event-detail-tbpp-text: var(--deep-blue);
    --mc-text: var(--deep-blue);
    --mc-event-list-details: var(--black);
    --mc-event-list-bg: var(--white);
    --mc-dropdown-trigger-active-text: var(--deep-blue);
    --mc-dropdown-trigger-active-bg: var(--white);
    --mc-event-detail-trigger-active-bg: var(--white);
    --mc-footer-text: var(--deep-blue);
    --mc-page-margin: 0;
    --mc-mobile-filter-close-bg: var(--white);
    --mc-dividers: #c7c7c7;
}
[data-finder-done] [data-finder-load] {
    display: none;
}

.tbpp {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.tbpp.loaded .inner:after {
    width: 100%;
    right: 0;
}
.tbpp.tbpp-alt {
    background-color: var(--deep-blue);
}
.tbpp.tbpp-alt .tbpp__content {
    min-height: 0;
    min-height: initial;
}
@media (min-width: 70em) {
    .tbpp.tbpp-alt .tbpp__content {
        min-height: 355px;
    }
}
.tbpp.tbpp-alt .tbpp__heading {
    margin-bottom: 22px;
}



@media (min-width: 48em) {
    .tbpp.tbpp-alt .tbpp__heading {
        margin-bottom: 32px;
    }
}
.tbpp.tbpp-landing .tbpp__content {
    min-height: 600px;
    padding-bottom: 50px;
}
@media (min-width: 48em) {
    .tbpp.tbpp-landing .tbpp__content {
        padding-bottom: var(--gutter);
    }
}
@media (min-width: 70em) {
    .tbpp.tbpp-landing .tbpp__content {
        min-height: 637px;
    }
}
.tbpp.tbpp-landing .tbpp__heading {
    margin-bottom: 20px;
}
@media (min-width: 48em) {
    .tbpp.tbpp-landing .tbpp__heading {
        margin-bottom: 32px;
    }
}
.tbpp.tbpp-hub {
    background: #002554;
}
.tbpp.tbpp-hub .tbpp__content {
    min-height: 424px;
}
@media (min-width: 70em) {
    .tbpp.tbpp-hub .tbpp__content {
        min-height: 550px;
    }
}
.tbpp.tbpp-hub .inner {
    margin-bottom: 0 !important;
}
.tbpp.tbpp-hub .inner {
    display: flex;
    flex-wrap: wrap;
}
.tbpp.tbpp-hub .inner:after {
    content: none;
}
.tbpp.tbpp-hub .feature-news {
    color: var(--white);
}
@media (min-width: 60em) {
    .tbpp.tbpp-hub .feature-news {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
.tbpp.tbpp-hub .feature-news .img-h {
    width: 100%;
    margin-bottom: 57px;
    --n: 1;
    --d: 1;
}
@media (min-width: 48em) {
    .tbpp.tbpp-hub .feature-news .img-h {
        margin-bottom: 0;
        width: 600px;
        --n: 16;
        --d: 9;
    }
}
.tbpp.tbpp-hub .feature-news h2 {
    color: var(--white);
}
.tbpp.tbpp-hub .feature-news h2 a {
    color: var(--white);
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.tbpp.tbpp-hub .feature-news h2 a:hover {
    color: var(--light-blue);
}
.tbpp.tbpp-hub .feature-news .text {
    padding-top: 20px;
    width: 100%;
    margin-bottom: 45px;
}
@media (min-width: 60em) {
    .tbpp.tbpp-hub .feature-news .text {
        width: calc(100% - 600px);
        padding-top: 0;
        padding-right: 30px;
        margin-bottom: 0;
    }
}
.tbpp.tbpp-hub .bottom-info {
    margin-bottom: 1rem;
}
.tbpp.tbpp-hub .tbpp__heading {
    width: 100%;
    position: relative;
    line-height: 100px;
}
.tbpp.tbpp-hub .tbpp__heading:after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    border-bottom: 6px solid white;
    transition: all var(--transition);
}
.tbpp.tbpp-hub.loaded .tbpp__heading:after {
    width: 100%;
    right: 0;
}
.tbpp.tbpp-home h1 {
    color: #fff;
    font-size: 69.78px;
    font-weight: 700;
    line-height: 71.6px;
    letter-spacing: 5.582px;
    text-transform: uppercase;
    max-width: 336px;
}
.tbpp.tbpp-home h1 span {
    display: block;
}
.tbpp.tbpp-home h1 span span {
    display: inline;
}
.tbpp.tbpp-home h1 [data-animation] {
    animation-play-state: paused;
}
.tbpp.tbpp-home h1 [data-animation]:nth-child(2) {
    animation-delay: 0.2s;
}
.tbpp.tbpp-home h1 [data-animation]:nth-child(3) {
    animation-delay: 0.4s;
}
.tbpp.tbpp-home h1 [data-animation]:nth-child(4) {
    animation-delay: 0.6s;
}
.tbpp.tbpp-home .inner:after {
    transition-delay: 0.8s !important;
}
.tbpp.tbpp-home.loaded [data-animation] {
    animation-play-state: running;
}
.tbpp__media {
    position: absolute;
    inset: 0;
}
.tbpp__media img,
.tbpp__media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.tbpp__media:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(var(--contentHeight) + 200px);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.776369923) 0%,
        rgba(0, 0, 0, 0.7287508754) 22%,
        rgba(0, 0, 0, 0) 100%
    );
}
.tbpp__control {
    background: transparent !important;
    color: #fff !important;
}
.tbpp__control {
    display: grid;
    align-items: center;
    justify-items: self-end;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 50px;
    height: 40px;
    border: 0;
    transition: transform var(--transition);
    will-change: transform;
    z-index: 99;
    margin-right: var(--container);
}
.tbpp__control:before {
    content: "";
    width: 50%;
    height: 50%;
    background: url(inc/pause.svg) center no-repeat;
}
.tbpp__control:hover {
    transform: scale(1.1);
}
@media (min-width: 48em) {
    .tbpp__control {
        width: 65px;
        height: 65px;
    }
    .tbpp__control:before {
        width: 35%;
        height: 35%;
    }
}
.tbpp__control--paused:before {
    background: url(inc/caret-right.svg) center no-repeat;
}
.tbpp-shorter .tbpp__content {
    min-height: 425px;
}
@media (min-width: 48em) {
    .tbpp-shorter .tbpp__content {
        min-height: 425px !important;
    }
}
@media (min-width: 70em) {
    .tbpp-shorter .tbpp__content {
        min-height: 360px !important;
    }
}
.tbpp__content {
    position: relative;
    min-height: 425px;
    padding-top: var(--gutter);
    padding-bottom: var(--gutter);
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
}
@media (min-width: 48em) {
    .tbpp__content {
        padding-left: var(--container);
        padding-right: var(--container);
    }
}
@media (min-width: 70em) {
    .tbpp__content {
        min-height: 534px;
    }
}
.tbpp__content .tbpp__heading {
    color: #fff;
    width: 100%;
    text-transform:uppercase;
    font-size: 3em;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: 1.4px;
    word-spacing: -3px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.61);

}
@media (max-width: 48em) {
.tbpp__content .tbpp__heading {
    font-size: 2.5em;
    font-weight: 900;
    line-height:    1em;
    letter-spacing: 1.2px;

    }
}

.tbpp__content .tbpp__heading.hidden {
    opacity: 0;
    visibility: hidden;
}
.tbpp__content p {
    color: #fff;
    margin-bottom: 22px;
}
@media (min-width: 48em) {
    .tbpp__content p {
        margin-bottom: 32px;
    }
}
.tbpp__content .inner {
    width: 100%;
    position: relative;
}
.tbpp__content .inner:after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    border-bottom: 6px solid white;
    transition: all var(--transition);
}
.tbpp__content .inner:last-child {
    margin-bottom: 30px;
}
@media (min-width: 48em) {
    .tbpp__content .inner:last-child {
        margin-bottom: 50px;
    }
}
.tbpp__content .anchor {
    margin-top: 18px;
    color: #fff;
    font-weight: 700;
    padding-left: 50px;
    line-height: 19px;
    min-height: 35px;
    display: flex;
    align-items: center;
    position: relative;
}
.tbpp__content .anchor:before {
    position: absolute;
    width: 31px;
    height: 31px;
    left: 0;
    top: 3px;
    content: "";
    background: white;
    transition: all var(--transition);
    mask: url(inc/arrow-down-orange.svg);
    -webkit-mask: url(inc/arrow-down-orange.svg);
}
.tbpp__content .anchor:hover {
    color: var(--orange);
}
.tbpp__content .anchor:hover:before {
    background: var(--orange);
}
.tbpp__content .button {
    margin-bottom: 32px;
}

.breadcrumbs {
    padding: 15px 20px;
    color: var(--deep-blue);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    word-spacing: 0px;
    color: #2E2E2E;
}
.breadcrumbs a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
@media (min-width: 48em) {
    .breadcrumbs, .no-featured-image {
        padding: 35px var(--container);
    }
}
.breadcrumbs__separator {
    margin: 0 0.2em;
}

.content-page-sidebar, .content-without-sidebar {
    padding-bottom: 55px;
}
@media (min-width: 48em) {
    .content-page-sidebar, .content-without-sidebar {
        padding-left: var(--container);
        padding-right: var(--container);
        padding-bottom: 96px;
    }
}
@media (min-width: 60em) {
    .content-page-sidebar, .content-without-sidebar {
        padding-left: var(--container);
        padding-right: var(--container);
        padding-top: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;f
    }

    .content-page-sidebar {
        padding-top: 35px;
    }
}
@media (min-width: 70em) {
    .content-page-sidebar, .content-without-sidebar {
        padding-left: calc(var(--container));
        padding-right: calc(var(--container));
    }
}
.main__content {
    padding: 0px 0 0;
    overflow: hidden;
}
.main__content.full-width {
    overflow: hidden !important;
}
.main__content.full-width {
    width: 100%;
}
@media (min-width: 70em) {
    .main__content {
        overflow: visible !important;
    }
}
.content-page-sidebar .main__content, .content-without-sidebar .main__content {
    width: 100%;
    padding: 0;
}
@media (min-width: 60em) {
    .content-page-sidebar .main__content {
        order: 1;
        width: calc(98% - 360px);
    }
}
@media (min-width: 70em) {
    .content-page-sidebar .main__content {
        width: calc(94% - 360px);
    }
}

@media only screen and (max-width: 991.5px) { 
  .main__content,
  .content-page-sidebar .main__content { 
    padding: 20px !important;
  } 

  .main__content.full-width { 
    padding: 0px !important;
  } 
}

.white-bg .content-page-sidebar .main__content {
    font-size: 14px;
    line-height: 21px;
}
.single-post .main__content {
    padding-top: 55px;
}
@media (min-width: 70em) {
    .single-post .main__content {
        padding-top: 0;
    }
}

.page__sidebar {
    width: 100%;
    order: 1;
}
.page__sidebar .sidebar-widgets {
    display: block;
    padding: 0 20px 55px;
    margin-top: 17px;
}
.page__sidebar .sidebar-widgets .widget,
.page__sidebar .sidebar-widgets .form-desktop {
    display: none;
}
@media (min-width: 60em) {
    .page__sidebar {
        width: 360px;
        order: 2;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 100vh;
        overflow: auto;
    }
    .page__sidebar::-webkit-scrollbar {
        width: 5px;
        border-radius: 4px;
    }
    .page__sidebar::-webkit-scrollbar-track {
        background: var(--grey);
        border-radius: 4px;
        box-shadow: inset 0 0 5px gray;
    }
    .page__sidebar::-webkit-scrollbar-thumb {
        background: var(--deep-blue);
        border-radius: 4px;
    }
    .page__sidebar::-webkit-scrollbar-thumb:hover {
        background: var(--deep-blue);
        border-radius: 4px;
    }
    .page__sidebar.with-scroll:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: rgb(245, 243, 243);
        background: linear-gradient(180deg, rgba(245, 243, 243, 0) 0%, rgb(245, 243, 243) 47%, rgb(245, 243, 243) 100%);
        transition: all var(--transition);
    }
    .white-bg .page__sidebar.with-scroll:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: white;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.82) 47%, white 100%);
        transition: all var(--transition);
    }
    .page__sidebar.with-scroll:before {
        position: absolute;
        content: "Scroll Down For More";
        bottom: 10%;
        left: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        background: url(inc/sidebar-down.svg) no-repeat center bottom;
        color: var(--deep-blue);
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        font-family: var(--rocgrotesk);
        z-index: 2;
        transition: all var(--transition);
    }
    .page__sidebar.with-scroll.scrolled:after,
    .page__sidebar.with-scroll.scrolled:before {
        opacity: 0;
        visibility: hidden;
    }
    .page__sidebar .sidebar-widgets {
        padding: 25px 25px 55px 25px;
        margin-top: 0;
        display: block;
        background-color: #f7f7f7;
        border-top: 1px dashed var(--deep-blue);
    }
    .page__sidebar .sidebar-widgets .widget,
    .page__sidebar .sidebar-widgets .form-desktop {
        display: block;
    }
    .page__sidebar .sidebar-widgets .widget__links ul {
        margin-bottom: 0;
    }
}

.subMenu {
    padding: 20px;
    font-weight: 700;
    background: #f7f7f7;
}
@media (min-width: 48em) {
    .subMenu {
        padding-left: var(--container);
        padding-right: var(--container);
    }
}
@media (min-width: 60em) {
    .subMenu {
        margin: 0;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.subMenu a {
    display: block;
    color: var(--deep-dark-blue);
}
.subMenu ul {
    margin: 0;
    padding: 0;
}
.subMenu li {
    margin: 0;
}
.subMenu--sidebar {
    padding: 20px;
}
@media (min-width: 60em) {
    .subMenu--sidebar {
        margin: 0;
        padding: 24px 30px 37px;
    }
    .subMenu--sidebar .subMenu__list {
        padding: 0;
    }
    .subMenu--sidebar .subMenu__list > ul {
        display: block;
        align-items: inherit;
        gap: inherit;
        grid-template-columns: inherit;
        padding: inherit;
    }
}
@media (min-width: 60em) {
    .subMenu--sidebar .subMenu__heading {
        color: var(--orange);
        display: block;
        padding-bottom: 12px;
        //border-bottom: 1px solid #d0cfce;
    }
}
.subMenu--sidebar .subMenu__list {
    padding-top: 0;
}
.subMenu--sidebar .subMenu__list > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.subMenu--sidebar .subMenu__list > ul > li > span {
    display: block;
    border-bottom: 1px solid #d0cfce;
    padding: 12px 40px 12px 0;
    font-weight: 500;
    width: 100%;
    color: var(--deep-blue);
    position: relative;
    color: var(--orange);
}
@media (min-width: 60em) {
    .subMenu--sidebar .subMenu__list > ul > li > span {
        padding: 8px 40px 8px 0;
    }
}
.subMenu--sidebar .subMenu__list > ul > li > a {
    display: block;
    border-bottom: 1px solid #d0cfce;
    padding: 12px 40px 12px 0;
    font-weight: 500;
    width: 100%;
    color: var(--deep-blue);
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    fill: #002856;
    color: #002856;
    position: relative;
    text-transform: uppercase;
}
@media (min-width: 60em) {
    .subMenu--sidebar .subMenu__list > ul > li > a {
        padding: 15px 40px 15px 0;
    }
}
.subMenu--sidebar .subMenu__list > ul > li > a:after {
    display: block;
    border: transparent;
    background: transparent;
    height: 100%;
    left: -10px;
    width: calc(100% - 40px);
}
.subMenu--sidebar .subMenu__list > ul > li > a:hover {
    color: var(--orange);
}
.subMenu--sidebar .subMenu__list > ul > li > a:hover:after {
    height: 100%;
}
.subMenu--sidebar .subMenu__list > ul > li > a:focus:focus-visible {
    outline: none !important;
}
.subMenu--sidebar .subMenu__list > ul > li > a:focus:focus-visible:after {
    outline: var(--deep-blue) dashed 0.25rem;
    outline-offset: 0.25rem;
}
.subMenu--sidebar .subMenu__list > ul > li .subMenu__subtoggle {
    position: relative;
    width: 0;
    height: 100%;
    z-index: 3;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.subMenu--sidebar .subMenu__list > ul > li .subMenu__subtoggle:before {
    position: absolute;
    content: "";
    right: 0;
    top: -4px;
    transition: all var(--transition);
    border: 10px solid transparent;
    border-top: 10px solid var(--deep-blue);
}
.subMenu--sidebar .subMenu__list > ul > li .subMenu__subtoggle:after {
    width: 30px;
    height: 40px;
    position: absolute;
    content: "";
    z-index: 4;
    top: -21px;
    right: 0;
    transition: all var(--transition);
}
.subMenu--sidebar .subMenu__list > ul > li .subMenu__subtoggle:hover:before {
    border-top: 10px solid var(--orange);
}
.subMenu--sidebar .subMenu__list > ul > li .subMenu__subtoggle[aria-expanded="true"]:before {
    top: -17px;
    transform: scaleY(-1);
}
.subMenu--sidebar .subMenu__list > ul > li .subMenu__subtoggle:focus:focus-visible {
    outline: none !important;
}
.subMenu--sidebar .subMenu__list > ul > li .subMenu__subtoggle:focus:focus-visible:after {
    outline: var(--deep-blue) dashed 0.25rem;
    outline-offset: 0;
}
.subMenu--sidebar .subMenu__list > ul > li ul {
    padding-left: 13px;
    padding-bottom: 5px;
}
.subMenu--sidebar .subMenu__list > ul > li ul li {
    padding-bottom: 10px;
}
.subMenu--sidebar .subMenu__list > ul > li ul li a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: var(--deep-blue);
}
.subMenu--sidebar .subMenu__list > ul > li ul li a:hover {
    color: var(--orange);
}
.subMenu__heading {
    display: none;
    margin: 0;
    padding: 0;
    color: var(--deep-blue);
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}

.subMenu__toggle {
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background-color: #f7f7f7;
    text-align: center;
    border: none;
    border-radius: 0;
    position: relative;
    padding:20px;
    color: var(--deep-blue);
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    display: flex;
    width: 100%;
    text-align: left;
}
@media (min-width: 60em) {
    .subMenu__toggle {
        display: none;
    }
}
.subMenu__toggle:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    padding: 0.25rem;
    border: 0;
    transition: transform var(--transition);
}
.subMenu__toggle[aria-expanded="true"] {
    padding-bottom: 12px;
    border-bottom: 1px solid #d0cfce;
}
.subMenu__toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.subMenu__toggle .subMenu__toggle__icon {
    width: 39px;
    min-width: 39px;
    height: 39px;
    border: none;
    color: var(--deep-blue);
    background: var(--deep-blue);
    position: relative;
    transition: var(--transition);
    margin-left: 10px;
}
.subMenu__toggle .subMenu__toggle__icon:before,
.subMenu__toggle .subMenu__toggle__icon:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: var(--transition);
    width: 23px;
    height: 3px;
}
.subMenu__toggle .subMenu__toggle__icon:before {
    transform: translate(-50%, -50%);
}
.subMenu__toggle .subMenu__toggle__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.subMenu__toggle[aria-expanded="true"] .subMenu__toggle__icon {
    background: var(--orange);
}
.subMenu__toggle[aria-expanded="true"] .subMenu__toggle__icon:before {
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0;
}
.subMenu__toggle[aria-expanded="true"] .subMenu__toggle__icon:after {
    transform: translate(-50%, -50%) rotate(0);
}

/*  NEW COLLAPSIBLE SIDEBAR */

.subMenu__toggle .toggle-label::after {
    content: " + More";
}
.subMenu__toggle[aria-expanded="true"] .toggle-label::after {
    content: " - Less";
}

/* Desktop: always fully visible */
@media (min-width: 60em) {
    .sidebar-collapsible,
    .subMenu__list,
    .sidebar-widgets {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        overflow: visible !important;
    }
}

/* Mobile: collapse both submenu and widgets by default */
@media (max-width: 60em) {
    .sidebar-collapsible {
        display: none;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        background-color:#f7f7f7;
        transition: max-height 0.45s ease-out, opacity 0.35s ease-out;
    }

    /* When toggle is expanded → show the entire collapsible container */
    .subMenu__toggle[aria-expanded="true"] + .sidebar-collapsible {
        display: block;
        max-height: 8000px;         /* generous value — fits submenu + widgets */
        opacity: 1;
    }

    /* Optional: spacing when expanded */
    .subMenu__toggle[aria-expanded="true"] + .sidebar-collapsible {
        
        padding-top: 1rem;
    }

    /* Submenu list inside the collapsible — no extra hiding needed */
    .subMenu__list {
        max-height: none;           /* let container control height */
        opacity: 1;
        display: block;
    }
}

.subMenu__icon,
.subMenu__angle {
    flex-shrink: 0;
    width: 1.5rem;
}
.subMenu__angle {
    margin-left: auto;
    transition: transform var(--transition);
}
[aria-expanded="true"] > .subMenu__angle {
    transform: rotate(180deg);
}
.subMenu__list {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 60em) {
    .subMenu__list {
        overflow: visible;
        padding: 0 40px;
    }
}
.subMenu__list > ul {
    padding: 0;
}
@media (min-width: 60em) {
    .subMenu__list > ul {
        display: grid;
        align-items: end;
        grid-gap: 72px;
        gap: 72px;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 33px;
        row-gap: 33px;
    }
}
.subMenu__list > ul > li {
    position: relative;
    width: 100%;
}
.subMenu__list > ul > li.current > a {
    color: var(--orange);
}
.subMenu__list > ul > li > a {
    padding: 10px 40px 10px 0;
    position: relative;
}
.subMenu__list > ul > li > a:after {
    position: absolute;
    content: "";
    bottom: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(inc/chevron-right-blue.svg) no-repeat center right;
    margin-bottom: -10px;
}
@media (min-width: 60em) {
    .subMenu__list > ul > li > a {
        padding: 15px 0;
    }
    .subMenu__list > ul > li > a:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 4px;
        background: var(--orange);
        transition: all var(--transition);
        margin-bottom: 0;
    }
    .subMenu__list > ul > li > a:hover:after {
        height: 7px;
    }
}
[aria-expanded="false"] + .subMenu__list {
    height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 60em) {
    [aria-expanded="false"] + .subMenu__list {
        height: auto;
        visibility: visible;
    }
}
@media (min-width: 60em) {
    .subMenu--sidebar .subMenu__active > a {
        color: var(--green);
    }
}
.subMenu__sublist {
    width: 100%;
    height: auto;
    height: var(--height, auto);
    transition:
        height var(--transition),
        visibility var(--transition);
    overflow: hidden;
}
.subMenu__sublist > ul {
    padding: 15px 0;
}
@media (min-width: 60em) {
    .subMenu__sublist > ul {
        padding: 15px 0 10px;
    }
}
.subMenu__sublist > ul > li {
    padding-bottom: 15px;
}
.subMenu__sublist > ul > li > a {
    display: inline;
    font-weight: 400;
    background-position: 0 100%;
}
.subMenu__sublist > ul > li > a:hover {
    background-position: 100% 100%;
}
[aria-expanded="false"] + .subMenu__sublist {
    height: 0;
    visibility: hidden;
}
.single-post .page__sidebar .sidebar-widgets {
    display: none;
}

/* Base styles — always visible on desktop */
.sidebar-widgets {
    display: block;
}

@media (min-width: 60em) {
    .single-post .page__sidebar .sidebar-widgets {
        display: block;
    }
}

.main__content {
    padding: 0px 0 0;
    overflow: hidden;
}
.main__content.full-width {
    overflow: hidden !important;
}
.main__content.full-width {
    width: 100%;
}
@media (min-width: 70em) {
    .main__content {
        overflow: visible !important;
    }
}
.content-page-sidebar .main__content {
    width: 100%;
    padding: 0;
}
@media (min-width: 60em) {
    .content-page-sidebar .main__content {
        order: 1;
        width: calc(98% - 360px);
    }
}
@media (min-width: 70em) {
    .content-page-sidebar .main__content {
        width: calc(94% - 360px);
    }
}
.white-bg .content-page-sidebar .main__content {
    font-size: 14px;
    line-height: 21px;
}
.single-post .main__content {
    padding-top: 55px;
}
@media (min-width: 70em) {
    .single-post .main__content {
        padding-top: 0;
    }
}

/* ───────────────────────────────────────
   PAGE NAV BAR
───────────────────────────────────────── */

.page__nav {
    height: 65px;
    padding-top: 20px;
    padding-left: var(--container);
    padding-right: var(--container);
    border-bottom: #ccc 1px solid;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page__nav__brand {
    float: left;
}

.page__nav__brand a {
   font-size: 14px; font-weight: 700; text-transform: uppercase; line-height: 14px; letter-spacing: 0px; color:var(--deep-blue);
}

.page__nav__brand svg { width: 29px; height: 29px; float:left; margin-right:15px; }

/* Desktop navigation */
.main-navigation {
    float: right;
    margin-top: -15px;
}

/* Desktop horizontal menu */
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
}

.nav-menu > li {
    position: relative;
}

.nav-menu > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.nav-menu > li > a:hover,
.nav-menu > li:hover > a {
    background: #f7f7f7;
    color: var(--deep-blue);
}

/* Chevron styling */
.submenu-toggle {
    font-size: 0.82em;
    opacity: 0.75;
    transition: transform 0.25s ease;
    margin-left: 6px;
}

/* ───────────────────────────────────────
   IMPORTANT: Chevron rotation rules
───────────────────────────────────────── */

/* Desktop only: rotate on hover (submenu appears instantly) */
@media (min-width: 70em) {
    .has-submenu:hover > a .submenu-toggle {
        transform: rotate(180deg);
    }
}

/* Always: rotate when submenu is actually open (mobile + desktop fallback) */
.has-submenu.open > a .submenu-toggle {
    transform: rotate(180deg);
}

/* Desktop dropdown */
.nav-menu .sub-menu {
        position: absolute;
        top: 100%;                    /* flush below parent */
        right: 0;                     /* right edge matches parent's right edge */
        left: auto;
        width: 225px;                 /* fixed width */
        min-width: unset;
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 0;
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        padding: 8px 0;
        margin: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(6px);
        transition: all 0.18s ease;
        z-index: 1000;
        pointer-events: none;}

.nav-menu > li:hover > .sub-menu,
.nav-menu > li.open > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
}

.nav-menu .sub-menu a:hover {
    background: #f9fafb;
    color: #0066cc;
}

/* ───────────────────────────────────────
   MOBILE STYLES
───────────────────────────────────────── */
@media (max-width: 70em) {
    .page__nav {
        height: auto;
        padding-bottom: 0;
    }

    .page__nav__brand {
        margin-bottom: 10px;
    }

    .main-navigation {
        float: none;
        margin-top: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        z-index: 999;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        margin: 0;
        padding: 0;
    }

    .main-navigation.active {
        display: block !important;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .nav-menu > li > a {
        padding: 16px 20px;
        border-bottom: 1px solid #eee;
    }

    /* Submenus: completely collapsed */
    .nav-menu .sub-menu {
        position: static !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 0 0 30px !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
        border: none !important;
        box-shadow: none !important;
        transition: max-height 0.4s ease, opacity 0.3s ease;
    }

    .nav-menu > li.open .sub-menu {
        max-height: 1200px !important;
        opacity: 1;
        visibility: visible;
    }

    .has-submenu > a {
        position: relative;
        padding-right: 60px;
        cursor: pointer;
    }

    .submenu-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
        font-size: 1em;
        padding: 12px 16px;
    }

    /* Hamburger */
    .menu-toggle {
        display: block !important;
        float: right;
        margin-top: -10px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 15px 20px;
    }

    .hamburger .line {
        display: block;
        width: 28px;
        height: 3px;
        background: #333;
        margin: 6px auto;
        transition: all 0.3s ease;
    }

    .menu-toggle.active .hamburger .line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active .hamburger .line:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .hamburger .line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* Hide hamburger on desktop */
@media (min-width: 70em) {
    .menu-toggle {
        display: none !important;
    }
}

/* END PAGE NAV BAR */

.blog-post-teaser {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.post-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}
.entry-title a {
    text-decoration: none;
}
.read-more {
    display: inline-block;
    margin-top: 1rem;
    font-weight: bold;
}
.pagination {
    margin: 3rem 0;
    text-align: center;
}