/* @font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-SemiBold.eot');
    src: url('../fonts/Sora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-SemiBold.woff2') format('woff2'),
        url('../fonts/Sora-SemiBold.woff') format('woff'),
        url('../fonts/Sora-SemiBold.ttf') format('truetype'),
        url('../fonts/Sora-SemiBold.svg#Sora-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

.gif-loader {
    width: 30px;
    height: 30px;
    background-image: url('../../../ceap-odu/assets/images/loading-buffering.gif');
    background-repeat: no-repeat;
    margin: 10px 15px;
    background-size: 30px auto;
}

:root {
    --primary-color: #043657;
    --secondary-color: #1C4BFF;
    --hudson-blue: #98C5EA;
    --coastal-teal: #B0F1FA;
    --aquatic-teal: #1FADC5;
    --grey-dark: #393B40;
    --wisconsin-grey: #E6EAEE;
    --white: #fff;
    --black:#061735;
    --font-family-primary: 'Sora', sans-serif;
    --font-family-secondary: 'Open Sans', sans-serif;

    /* colors */
    --primary-bgcolor: #043657;
    --primary-textcolor:#fff;
    --secondary-bgcolor: #1C4BFF;
    --secondary-textcolor: #fff;

    /* link */
    --link_color_regular: #1C4BFF;
    --link_color_hover: #1FADC5;

    /* Button Color */
    --btn-bg-color: #1C4BFF;
    --btn-text-color: #fff;
    --btn-bg-hover-color: #1FADC5;
    --btn-text-hover-color: #fff;

}
.reports-card .osep-outline-btn:focus-visible{
	box-shadow: unset;
	outline: 3px solid var(--aquatic-teal);
}
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    line-height: 1.5;
    font-size: 20px;
    color: var(--grey-dark);
    font-family: var(--font-family-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-primary);
    color: var(--primary-color);
    line-height: 1.2;
}

img,
iframe {
    max-width: 100%;
}

img {
    width: auto;
    height: auto;
}

a[href^="tel:"] {
    display: inline-block;
}

a {
    color: var(--link_color_regular);
     transition: 0.5s ease all;
}

a:hover {
    color: var(--link_color_hover);
}

a,
button {
    transition: all 0.3s ease;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.nav-link:focus-visible,
.osep-primary-btn:focus-visible,
.osep-secondary-btn:focus-visible,
.osep-outline-btn:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 4px;
    /* box-shadow: 0 0 0 4px #ffffff; */
    box-shadow: unset;
}
.nav-link:focus-visible,
button:focus-visible,
a:focus-visible{
    outline: 3px solid -webkit-focus-ring-color;
    outline-offset: 2px;
}

.nav-link:focus-visible,
button:focus-visible,
a:focus-visible,
.osep-primary-btn:focus-visible,
.osep-outline-btn:focus-visible,
.sor-report-image a:focus-visible{
    outline: 3px solid #000;
    outline-offset: 3px;
}
.sor-report-image a{
    display: block;
}


.nav-link:focus-visible {
    box-shadow: none;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.wrapper  #main-content{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /* overflow: hidden; */
}

main {
    padding-top: 80px;
    flex-grow: 1;
}

h1 {
    font-size: 60px;
    letter-spacing: -1.2px;
}

h2 {
    font-size: 48px;
    letter-spacing: -0.96px;
}

h3 {
    font-size: 36px;
    letter-spacing: -0.72px;
}

h4 {
    font-size: 28px;
    letter-spacing: -0.72px;
}

h5 {
    font-size: 24px;
    letter-spacing: -0.72px;
}

h6 {
    font-size: 20px;
    letter-spacing: -0.72px;
}

.text-xxl {
    font-size: 60px !important;
    letter-spacing: -1.2px;
}

.text-xl {
    font-size: 48px !important;
    letter-spacing: -0.96px;
}

.text-lg {
    font-size: 36px !important;
    letter-spacing: -0.72px;
}

.text-md {
    font-size: 28px !important;
    letter-spacing: -0.72px;
}

.text-sm {
    font-size: 24px !important;
    letter-spacing: -0.72px;
}

.text-xs {
    font-size: 20px !important;
    letter-spacing: -0.72px;
}

.osep-primary-btn,
.osep-secondary-btn,
.osep-outline-btn,
button {
    padding: 12px 18px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: none;
    font-family: var(--font-family-primary);
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    transition: 0.5s ease all !important;
	    border-radius: 0px !important;
}

.osep-primary-btn,
button {
    background-color: var(--btn-bg-color);
    color: var(--btn-text-color);
}


.osep-secondary-btn,
.osep-outline-btn:hover {
    background-color: var(--coastal-teal);
    color: var(--primary-color);
}


.osep-outline-btn {
    padding: 12px 18px;
    color: var(--white);
    text-transform: uppercase;
    border: 2px solid var(--coastal-teal);
    box-shadow: none;
    background-color: transparent;
}

.osep-primary-btn:hover,
button:hover {
    background-color: var(--hudson-blue);
    color: var(--primary-color);
    box-shadow: none;
}

.osep-secondary-btn:hover{
    background-color: var(--hudson-blue);
    color: var(--primary-color);
    box-shadow: none;
}

.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    z-index: 9999;
    top: 15px;
    left: 15px;
}

.skip-link:focus-visible {
    width: auto;
    height: auto;
    padding: 12px 18px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    top: 15px;
    left: 15px;
}

section {
    padding-block: 80px;
}

/* Animation Start */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.dashboard-hero {
    background: var(--primary-bgcolor);
    color: var(--primary-textcolor);
    
}
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 27px 0px;	
	gap: 16px;
}

.dashboard-header .text-md{
    color: var(--white);
    margin: 0;
}
.modal-team-content p{
	word-wrap: break-word !important;
}
.leadership.sor-pdf .leadership-image img {   
    object-position: left !important;
}
.footer-support-logos img{
	max-height: 150px;
}
.wow {
visibility: visible !important;
}
/* .wow {
    visibility: hidden;
}
 */
/* .wow.animated {
    visibility: visible;
} */
body.modal-open {
    position: fixed;
    width: 100%;
}
.event-content a:hover,
.event-content a:focus{
	color: #043657 !important;
}
@media (prefers-reduced-motion: reduce) {
    .wow {
        visibility: visible !important;
        opacity: 1 !important;
        animation: none !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .navigation-menu .sub-menu,
    .navigation-menu .sub-menu .sub-menu {
        transition-duration: 1ms !important;
    }
}

@media (prefers-reduced-motion: reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        -o-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/* Animation End */

/* Header */
.logo img,
.logo {
    display: inline-block;
    width: 282px;
    height: auto;
}

.header-bottom {
    background-color: var(--white);
    position: fixed;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    padding-block: 10px;
}

.navigation-menu {
    padding: 0;
}

.navigation-menu ul li {
    margin: 0 30px 0 0 !important;
    position: relative;
    cursor: pointer;
}

.navigation-menu ul li:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

.navigation-menu ul li a {
    color: var(--black) !important;
    font-size: 16px;
    /* padding: 29px 0 !important; */
    float: left;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--font-family-primary);
}

.navigation-menu ul li a:hover,
.navigation-menu ul li.current-menu-item > a,
.navigation-menu ul.sub-menu li.current-menu-item>a,
.navigation-menu ul li.current-menu-ancestor > a{
    color: var(--secondary-color) !important;
}

.navigation-menu .menu-arrow {
    float: left;
    margin-left: 5px;
    /* margin-top: 20px; */
}

.navigation-menu .menu-arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--grey-dark);
    border-bottom: 2px solid var(--grey-dark);
    position: relative;
    content: " ";
    display: inline-block;
    transform: rotate(45deg);
    top: 0;
}

.navigation-menu ul li>.sub-menu {
    display: none;
    z-index: 99;
}

.navigation-menu .sub-menu {
    position: absolute;
    background: var(--white);
    min-width: 250px;
    z-index: 9;
    padding: 0;
    top: 100%;
    left: 0;
    margin: 0;
    max-height: 450px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.navigation-menu .sub-menu li {
    list-style: none;
    border-bottom: 1px solid var(--wisconsin-grey);
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
    width: 100%;
}

.navigation-menu .sub-menu li:last-child {
    border: none;
}

.navigation-menu .sub-menu li.menu-item {
    position: relative;
    margin: 0 !important;
    display: grid;
    width: 100%;
}

.navigation-menu .sub-menu li a {
    padding: 12px 18px !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   color: var(--black) !important;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}

.navigation-menu .sub-menu li .sub-menu {
    position: relative;
    top: 0;
}

.navigation-menu ul li ul.sub-menu .menu-arrow {
    width: 40px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
}

.navigation-menu ul li ul.sub-menu li.change-icon .menu-arrow::after {
    transform: rotate(45deg);
}

.header-bottom.sticky-header {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-animation: sticky-menu 0.8s forwards;
    -ms-animation: sticky-menu 0.8s forwards;
    -o-animation: sticky-menu 0.8s forwards;
    animation: sticky-menu 0.8s forwards;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes sticky-menu {
    from {
        top: -50%
    }

    to {
        top: 0
    }
}

@keyframes sticky-menu {
    from {
        top: -50%
    }

    to {
        top: 0
    }
}

.mobile-header {
    display: none;
}

.header-bottom .row {
    align-items: center;
    margin: 0 auto;
}

.header-actions {
    margin-left: 40px;
}

/* Header */

.access-section {
    background-color: var(--wisconsin-grey);
    text-align: center;
}
.access-section  #access-data-heading{
    text-wrap: pretty;
}
.access-btns {
    margin-top: 50px;
    display: flex;
    gap: 16px;
    justify-content: center;
}
/* ====================================
   Footer
==================================== */

.footer {
    background: var(--primary-bgcolor);
    color: var(--primary-textcolor);
}

/* Top Footer */

.footer-support {
    text-align: center;
    padding-block: 64px;
}

.footer-support h2 {
    color: var(--primary-textcolor);
    margin-bottom: 48px;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-link img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Dummy sizes */

.footer-logo-link:first-child img {
    max-width: 140px;
}

.footer-logo-link:last-child img {
    max-width: 280px;
}

/* Bottom */

.footer-bottom {
    /* border-top: 1px solid rgba(255,255,255,.15); */
        padding-block: 48px;
}

.footer-brand {
    display: inline-block;
}

.footer-brand img {
    display: block;
    max-width: 190px;
    height: auto;
}

/* Navigation */

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-nav ul li{
    line-height: 1;
}
.footer-nav a{
    color: var(--primary-textcolor);
    text-decoration: none;
        font-size: 14px;
    font-weight: 600;
    font-family: 'Sora';
	border-bottom: 1px solid transparent;
}
.footer-copyright a {
	border-bottom: 1px solid transparent;
}
.footer-nav .current-menu-item a,
.footer-nav a:hover,
.footer-copyright a:hover {
	border-bottom: 1px solid #fff;
}

.footer-copyright a {
    color: var(--primary-textcolor);
    text-decoration: none;
        font-size: 14px;
}
.footer-copyright p{
    margin-bottom: 10px;
}
.footer-support-logos{
    display: inline-flex;
    justify-content: center;
    gap: 32px;
    margin-top: 12px;
}
/* Copyright */

.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    font-size: 16px;
}

/* Focus */

.footer a:focus-visible {
    outline: 3px solid #00bbde;
    outline-offset: 3px;
}
.sub-title{
	display: block;
	color: var(--secondary-color);
	font-weight: 600;
	margin-bottom: 12px;
    font-size: 16px;
}
.events-heading{
        background: #FAFAFA;
}


.events #leadership-heading{
        text-align: center;
    margin-bottom: 50px;
}
.upcoming-event {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    padding: 20px 20px 20px 100px;
    border-bottom: 1px solid #d7d7d7;
}

 .upcoming-event p:first-of-type {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    background: #20b7d7;
    color: #083d5c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
} 

.upcoming-event .text-md {
    margin: 0 0 10px;
     font-size: 16px !important;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 1.4;
}


.upcoming-event .text-md a {
    color: #0d3f63;
    text-decoration: none;
    transition: color 0.3s ease;
}

.upcoming-event .text-md a:hover {
    color: #20b7d7;
}

.upcoming-event p {
    margin: 0;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}
.grecaptcha-badge{
    visibility: hidden !important;
}

/* ==========================
   Upcoming Events
========================== */

.upcoming-event {
    padding: 0;
}

.upcoming-event-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.upcoming-event-item {
    border-bottom: 1px solid #BAC4CD;
}

.event-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 16px 12px;
}

.event-date {
       width: 86px;
    min-width: 86px;
    height: 88px;
    background: #1FADC5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #043657;
    text-align: center;
    padding: 8px;
}

.event-month {
    display: block;
    width: 100%;
     font-family: 'Sora';
        font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(255,255,255,.8);
    text-transform: uppercase;
}

.event-day {
    display: block;
       font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.event-content {
    flex: 1;
    min-width: 0;
}

.event-content .text-xs{
    margin: 0 0 10px;	
}

.event-content .text-xs a,
.event-content .text-xs{
    color: var('--primary-color');
    text-decoration: none;
	font-size: 16px;
    transition: color .3s ease;
	 font-family: 'Open Sans';
	 font-weight: 600;
}


.event-content .text-xs a:hover,
.event-content .text-xs a:focus-visible {
    border-bottom: 1px solid #000;
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
        color: #393B40;
   font-size: 18px;
}

.event-divider {
    color: #666;
    font-weight: 500;
}

/* Keyboard Focus */

.event-content a:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 4px;
}


/* #backToTopBtn{
  display: inline-block;
  background-color: #4e4e4e;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
      visibility: hidden;
      transform: scale(0.8);
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
} */

   #backToTopBtn {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 99;
      width: 48px;
      height: 48px;
      border: none;
      outline: none;
      background-color: #4e4e4e;
      color: white;
      cursor: pointer;
      border-radius: 50%;
      font-size: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      
      /* Smooth fade & scale transition */
      opacity: 0;
      visibility: hidden;
      transform: scale(0.8);
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }

    /* Visible class toggled via JavaScript */
    #backToTopBtn.show {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }

    #backToTopBtn:hover,
	#backToTopBtn:focus{
        background-color: #1d4ed8;
        outline: 3px solid #00bbde;
        outline-offset: 4px;
    }
    #backToTopBtn .arrow-icon{
    width: 18px;
    height: 18px;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    position: absolute;
    content: " ";
    display: inline-block;
    transform: rotate(225deg);
    top: 20px;
    left: 15px;
}

p:empty {
    display: none;
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none;
}
.modal-content,
.modal-content p,
.modal-team-content,
.modal-team-content p{
	color: var(--black) !important;
}
.modal-header .btn-close:focus-visible,
.modal-header .btn-close:focus{
	    outline: 3px solid #000 !important;
    outline-offset: 3px;
    box-shadow: unset !important;
}

@media (min-width: 1200px) {
.events .container{
    max-width: 860px;
}
    /* Base (closed) state — kept in the DOM/visible-to-layout as
       display:block so opacity/transform can transition smoothly;
       visibility:hidden still removes it from the tab order and
       pointer-events:none stops accidental clicks while it is closed. */
    .navigation-menu ul>li>.sub-menu {
        display: block;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
        pointer-events: none;
    }

    .navigation-menu ul>li:hover>.sub-menu,
    .navigation-menu ul>li>a:focus~.sub-menu,
    .navigation-menu ul>li:focus-within>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

	.navigation-menu ul>li .sub-menu .sub-menu {
		display: block;
		left: 100%;
		top: 0;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-10px);
		transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
		pointer-events: none;
	}
    .navigation-menu ul li ul.sub-menu .menu-arrow{
        width: 46px;
        height: 45px;
        position: absolute;
        right: 0px;
        top: 0px;
        margin: 0;
        padding: 4px;
        text-align: center;
    }
    .navigation-menu ul li ul.sub-menu .menu-arrow:after{
            width: 8px;
    height: 8px;
    border-right: 2px solid var(--grey-dark);
    border-bottom: 2px solid var(--grey-dark);
    position: relative;
    content: " ";
    display: inline-block;
    transform: rotate(-45deg);
    top: 1px;
    }

    /* Level 2 -> Level 3: open on hover OR keyboard focus (focus-within
       keeps the menu open while focus moves through its child links,
       fixing the bug where tabbing past the trigger link instantly
       closed the submenu before reaching it) */
    .navigation-menu ul>li .sub-menu li:hover>.sub-menu,
    .navigation-menu ul>li .sub-menu li:focus-within>.sub-menu,
    .navigation-menu ul>li .sub-menu li>a:focus~.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        pointer-events: auto;
        left: 100%;
        top: 0;
        position: absolute;
    }
	

    .navigation-menu ul li:hover .menu-arrow::after {
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }

    .navigation-menu ul li.current-menu-parent>a {
        position: relative;
    }

    .navigation-menu ul li:last-child>a:before {
        height: 0;
    }

    .navigation-menu ul li:hover>a {
        color: var(--secondary-color) !important;
    }

    .navigation-menu ul li ul li:hover .sub-menu{
        display: block !important;
        position: absolute;
        left: 100%;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}
@media (max-width: 1499.98px) {
    h1,
    .text-xxl {
        font-size: 54px !important;
    }

    h2,
    .text-xl {
        font-size: 44px !important;
    }

    h3,
    .text-lg {
        font-size: 34px !important;
    }

    h4,
    .text-md {
        font-size: 26px !important;
    }

    h5,
    .text-sm {
        font-size: 22px !important;
    }

    h6,
    .text-xs {
        font-size: 19px !important;
    }
    .footer-bottom .col-auto{
            width: 100%;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
    }
    .footer-bottom .col{
        margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
}
}


/* =========================
   <=1299px
========================= */

@media (max-width: 1299.98px) {

    h1,
    .text-xxl {
        font-size: 48px !important;
        letter-spacing: -1px;
    }

    h2,
    .text-xl {
        font-size: 40px !important;
        letter-spacing: -0.8px;
    }

    h3,
    .text-lg {
        font-size: 32px !important;
    }

    h4,
    .text-md {
        font-size: 24px !important;
    }

    h5,
    .text-sm {
        font-size: 22px !important;
    }

    h6,
    .text-xs {
        font-size: 18px !important;
    }
}



@media (max-width: 1199.98px) {
	/* IMPORTANT: all submenu levels closed by default */
    .navigation-menu .sub-menu {
        display: none;
    }

    .navigation-menu .menu-item-has-children {
        position: relative;
    }

    .navigation-menu .menu-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 46px;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        z-index: 100;
        cursor: pointer;
    }

    /* Nested (2nd-level) sub-menus were picking up "position: relative"
       plus "z-index: 99" from the desktop rules, which stacked the open
       nested dropdown ON TOP of its own toggle arrow and blocked clicks
       meant to close it. Force nested sub-menus to stay unpositioned on
       mobile so they never create a stacking context above the arrow. */
    .navigation-menu .sub-menu li .sub-menu {
        position: static;
    }

    .navigation-menu .menu-arrow:hover,
    .navigation-menu .menu-arrow:focus {
        background: transparent;
        box-shadow: none;
    }

    .navigation-menu .menu-arrow::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 17px;
        right: 18px;
        border-right: 2px solid var(--grey-dark);
        border-bottom: 2px solid var(--grey-dark);
        transform: rotate(-45deg);
        transition: transform 0.3s ease;
    }

    .navigation-menu
    .menu-item-has-children.submenu-open
    > .menu-arrow::after {
        transform: rotate(45deg);
    }
    .navigation-menu .sub-menu li .sub-menu li a{
        padding: 15px 15px 15px 40px !important;
    }
    section {
    padding-block: 60px;
}
   

    .mobile-header {
        display: block;
    }

    header .logo-col,
    header .menu-col {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
    }

    .menu-button {
        padding-top: 10px;
    }

    .header-bottom.sticky-header,
    .header-bottom {
        padding-block: 15px !important;
    }

    .mobile-header {
        padding: 15px 12px !important;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--wisconsin-grey);
    }

    .navigation-menu .sub-menu {
        position: static;
        background: transparent;
        max-height: unset;
    }

    .navigation-menu button.navbar-toggler {
        border: none;
        padding: 0;
        font-weight: normal;
    }

    .navigation-menu button.navbar-toggler:hover {
        background-color: transparent;
    }

    .navigation-menu button.navbar-toggler:focus {
        box-shadow: none;
    }

    .navigation-menu button.navbar-toggler:focus-visible {
        outline: none;
    }

    .navigation-menu button.navbar-toggler:hover span,
    .navigation-menu button.navbar-toggler:hover span:after,
    .navigation-menu button.navbar-toggler:hover span:before,
    .navigation-menu .close-icon:hover::after,
    .navigation-menu .close-icon:hover::before {
        background: var(--secondary-color);
    }

    .navigation-menu button.navbar-toggler span {
        width: 25px;
        height: 3px;
        background: var(--grey-dark);
        margin: 3px 0;
        display: inline-block;
        position: relative;
    }

    .navigation-menu button.navbar-toggler span:after,
    .navigation-menu button.navbar-toggler span:before {
        width: 25px;
        height: 3px;
        background: var(--grey-dark);
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
    }

    .navigation-menu button.navbar-toggler span::before {
        top: -7px;
    }

    .navigation-menu button.navbar-toggler span::after {
        bottom: -7px;
        width: 25px;
    }

    .navigation-menu button.navbar-toggler {
        position: absolute;
        top: -34px;
        right: 0;
        display: block;
        background: transparent;
        box-shadow: none;
    }

    .navigation-menu .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        background: var(--white);
        width: 100%;
        height: 100dvh;
        z-index: 99;
        transition: all 0.5s ease;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .open-menu .navigation-menu .navbar-collapse {
        right: 0;
        display: block !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navigation-menu ul li {
        margin: 0 !important;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .open-menu {
        overflow: hidden;
    }

    .navigation-menu .sub-menu {
        box-shadow: none;
    }

    .open-menu .navigation-menu ul li.current-menu-parent>a,
    .open-menu .navigation-menu ul li a:hover,
    .open-menu .navigation-menu ul li.current-menu-ancestor>a {
        color: var(--secondary-color) !important;
    }

    .navigation-menu ul li a:hover~.menu-arrow::after,
    .navigation-menu ul li.current-menu-parent a~.menu-arrow::after {
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }

    .navigation-menu ul li a {
        border-bottom: 1px solid var(--wisconsin-grey);
        padding: 15px 12px !important;
        display: inline-block;
        width: 100%;
        line-height: 1;
        font-size: 16px;
    }

    .navigation-menu .menu-arrow {
        margin-top: 0;
        width: 40px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navigation-menu .menu-arrow::after {
        position: absolute;
        right: 18px;
        border-right: 2px solid var(--grey-dark);
        border-bottom: 2px solid var(--grey-dark);
        top: 40%;
    }

    .navigation-menu .change-icon>.menu-arrow::after {
        transform: rotate(45deg);
        top: 40%;
    }

    .navigation-menu ul li ul.sub-menu li.change-icon .menu-arrow::after {
        top: 3px;
    }

    .navigation-menu .close-icon::after {
        transform: rotate(135deg);
    }

    .navigation-menu .close-icon {
        width: 24px;
        height: 24px;
        position: relative;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

    .navigation-menu .close-icon::after,
    .navigation-menu .close-icon::before {
        width: 24px;
        height: 2px;
        background: var(--grey-dark);
        display: inline-block;
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .navigation-menu .close-icon::before {
        transform: rotate(45deg);
    }

    .navigation-menu .sub-menu li a {
        line-height: 1;
        font-size: 16px;
        color: var(--black) !important;
    }

    .navigation-menu .sub-menu li a {
        padding: 15px 15px 15px 25px !important;
    }

    .navigation-menu ul li.current-menu-item>a {
        color: var(--secondary-color) !important;
    }

    .navigation-menu ul li.current_page_item a~.menu-arrow::after,
    .navigation-menu .change-icon>.menu-arrow:hover::after {
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }

    .navigation-menu .menu-arrow::after {
        transform: rotate(-45deg);
    }

    .navigation-menu .sub-menu li {
        border-bottom: none;
    }

    .logo img,
    .logo {
        width: 200px;
    }

    .navigation-menu .sub-menu {
        min-width: 100%;
    }

    main {
        padding-top: 72px;
    }

    .header-actions {
        margin-left: 12px;
        margin-top: 15px;
    }
    .footer-nav ul {
        gap: 15px;
    }
    .footer-brand{
                display: flex;
        margin-bottom: 20px;
        align-items: center;
        justify-content: center;
    }
}

/* =========================
   <=1024px
========================= */

@media (max-width: 1024.98px) {

    h1,
    .text-xxl {
        font-size: 42px !important;
        letter-spacing: -0.8px;
    }

    h2,
    .text-xl {
        font-size: 36px !important;
        letter-spacing: -0.72px;
    }

    h3,
    .text-lg {
        font-size: 28px !important;
    }

    h4,
    .text-md {
        font-size: 22px !important;
    }

    h5,
    .text-sm {
        font-size: 20px !important;
    }

    h6,
    .text-xs {
        font-size: 18px !important;
    }
}


/* =========================
   <=991px (Tablet)
========================= */

@media (max-width: 991.98px) {
/* .heroSwiper .swiper-button-prev{
	left: calc(100% - 90px);
    bottom: 0;
    top: auto;
}
.heroSwiper .swiper-button-next{
	bottom: 0;
    top: auto;
} */
.modal-open .team-profile-modal.show{
     z-index: 9999999999 !important;
}
    h1,
    .text-xxl {
        font-size: 38px !important;
        letter-spacing: -0.7px;
    }

    h2,
    .text-xl {
        font-size: 32px !important;
        letter-spacing: -0.64px;
    }

    h3,
    .text-lg {
        font-size: 26px !important;
    }

    h4,
    .text-md {
        font-size: 21px !important;
    }

    h5,
    .text-sm {
        font-size: 19px !important;
    }

    h6,
    .text-xs {
        font-size: 17px !important;
    }
    
    .footer-logos {
        gap: 48px;
    }

    .footer-brand,
    .footer-nav,
    .footer-copyright {
        text-align: center;
    }

    .footer-nav ul {
        justify-content: center;
    }

    .footer-copyright {
        align-items: center;
        text-align: center;
    }
    .footer-support-logos img{
        object-fit: contain;
        height: 100px;
    }
    .footer-bottom {
    padding-block: 25px;
}
footer .footer-nav{
    margin-bottom: 20px;
}
body {
    font-size: 18px;
}
}

@media (max-width:767.98px) {
	#backToTopBtn{
		right:10px;
		bottom:10px;
	}
    .footer-logos {
        flex-direction: column;
        gap: 40px;
    }

    .footer-nav ul {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .footer-logo-link:last-child img {
        max-width: 220px;
    }
        section {
        padding-block: 40px;
    }
      .upcoming-event {
        padding: 20px 15px 20px 105px;
        min-height: 95px;
    }

    .upcoming-event::before {
        width: 65px;
        height: 65px;
        font-size: 1.4rem;
        left: 15px;
    }


    .upcoming-event p {
        font-size: 0.9375rem;
    }
}
/* =========================
   <=567px (Mobile)
========================= */

@media (max-width: 567.98px) {

    h1,
    .text-xxl {
        font-size: 32px !important;
        letter-spacing: -0.5px;
    }

    h2,
    .text-xl {
        font-size: 28px !important;
        letter-spacing: -0.5px;
    }

    h3,
    .text-lg {
        font-size: 24px !important;
        letter-spacing: -0.4px;
    }

    h4,
    .text-md {
        font-size: 20px !important;
        letter-spacing: -0.3px;
    }

    h5,
    .text-sm {
        font-size: 18px !important;
        letter-spacing: -0.3px;
    }

    h6,
    .text-xs {
        font-size: 16px !important;
        letter-spacing: 0;
    }
    .footer-logo-link:first-child img {
        max-width: 120px;
    }

    .footer-logo-link:last-child img {
        max-width: 180px;
    }

    .leadership-linkedin,
.leadership-profile-link,
.close-icon,
.menu-arrow {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
	
}


/* Tablet */
@media (max-width: 768px) {
    .upcoming-event {
        padding: 20px 15px 20px 105px;
        min-height: 95px;
    }

    .upcoming-event::before {
        width: 65px;
        height: 65px;
        font-size: 1.4rem;
        left: 15px;
    }


    .upcoming-event p {
        font-size: 0.9375rem;
    }
}

/* Mobile */
@media (max-width: 575px) {
	
    .upcoming-event {
        padding: 95px 15px 20px;
        min-height: auto;
    }

    .upcoming-event::before {
        top: 20px;
        left: 15px;
        transform: none;
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
    }

   

    .upcoming-event p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
     .event-card {
        align-items: flex-start;
        gap: 16px;
    }

    .event-date {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }

        .event-month {
        font-size: 20px;
        margin-bottom: 3px;
        padding-bottom: 2px;
    }

    .event-day {
        font-size: 1.625rem;
    }

    .event-meta {
        display: block;
        line-height: 1.7;
    }

    .event-divider {
        display: none;
    }
 .navigation-menu .close-icon::after, .navigation-menu .close-icon::before {        
        left: 10px;
        top: 20px;
    }

}
@media (max-width: 399px) {
	    .footer-copyright {
        padding-left: 60px;
        padding-right: 60px;
    }
}