:root{
    --site-blue:#0b5c7a;
    --site-blue-2:#0a4c65;
    --site-red:#CE1126;
  }

   body{
    color:#000000;
  }
 h1, h2, h3, h4, h5, h6, .home.blog .entry-title, .page .entry-title, .page-title, #comments>h3, #respond>h3, .wp-block-button a, .entry-footer{
    font-family: "Aleo"  !important;
  } 
html,
body {
    overflow-x: hidden;
    width: 100%;
}
  .aleo-font, .banner-button a{
  font-family: "Aleo" !important;
  }

.nunito-sans-font, .hero-title{
 font-family: "Nunito Sans" !important;
 }


  .topbar{
    background: #000;
    color:#e9f6ff;
    font-size: 12px;
  }

  .topbar .container-fluid{
    padding-left: 16px;
    padding-right: 16px;
  }


  .site-nav{
    background: #003F87;
  }

  .brand-mark{
    width:34px;
    height:34px;
    border-radius: 10px;
    background: rgba(255,255,255,0.18);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    letter-spacing:-0.5px;
  }
  .nav-item {
    height: 100%;
  }
  .nav-link{
    color: rgba(255,255,255,0.92) !important;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .nav-link:hover{
    color: #fff !important;
  }

  /* Navbar dropdown on hover (matches screenshot behavior) */
  .navbar .dropdown-menu{
    margin-top: 0px;
    border-radius: 0 0 6px 6px;
    border: 0;
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    background: #fff;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .15s ease, transform .15s ease;
    display: none;
    pointer-events: none;
  }
  .navbar .nav-item:hover {
    background-color: #CE1126;
  }
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu{
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

    .nav-link {
        text-transform: uppercase;
    }

  .navbar .dropdown-item{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    padding: 0px 10px !important;
    font-family: "Aleo";
  }
 

  .navbar .dropdown-item:hover{
    background: #fff;
    color: var(--site-blue) !important;
  }

  /* Thin V chevron (not Bootstrap’s solid triangle) */
  .navbar .nav-link.dropdown-toggle::after {
    border: 0 !important;
    margin-left: 0.4em;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    flex-shrink: 0;
    align-self: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23ffffff' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / 100% 100% no-repeat;
    transform-origin: 50% 50%;
    transition: transform 0.15s ease;
  }

  .navbar .dropdown:hover > .dropdown-toggle::after,
  .navbar .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .navbar-nav {
    height: 80px;
  }
  .btn-join {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .hero{
    margin-top: 0;
  }

  .hero-card{
    background:#fff;
    position: relative;
    min-height: 520px;
    overflow:hidden;
  }

 .hero .row{
    align-items: stretch;
  }

  .hero-card .hero-inner{
    padding: 42px 50px 0;
  }
  h1.hero-title {
    margin-top: 0px;
}

  .hero-title{
    color:#0a2f45;
    font-weight: 800 !important;
    line-height: 1.05;
    font-size: 45px;
    line-height: 50px !important;
  }

  .btn-cta-ghost{
    border-color: var(--site-red) !important;
    color: var(--site-red) !important;
    background: transparent !important;
  }

  .btn-cta-solid{
    border-color: #003F87 !important;
    color:#003F87;
    border-radius: 5px;
    border: 1px solid #003F87;
    padding: 11px 24px;
    font-size: 14px;
  }
   .btn-join{
    color: #fff !important;
  }
  
  .btn-join-now {
    background-color: #003F87 !important;
    color: #fff !important;
  }
  .btn-signup-solid {
    background-color: #CE1126;
    color: #fff;
    border-color: #CE1126;
    padding: 11px 24px;
    font-size: 14px;
    border-radius: 5px;
  }

  .hero-landscape{
    position:relative;
    /*left: -60px;*/
    bottom: -30px;
    /*width: 120%;*/
    pointer-events:none;
  }
.hero-landscape img {
    width: 100%;
}
  .hero-image-wrap{
    min-height: 520px;
    background: #0b5c7a;
      position: relative;
    display: flex;
    flex-direction: column;
  }

  .hero-image{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: center;
  }

 /* Hero image carousel (reference: threefirescouncil.org) */
  .hero-slider{
    position: relative;
    flex: 1;
    align-self: stretch;
    min-height: 534px;
    width: 100%;
    overflow: hidden;
    outline: none;
  }

  .hero-slider__slides{
    position: absolute;
    inset: 0;
  }

  .hero-slider__slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.55s ease, visibility 0.55s ease;
    z-index: 0;
  }

  .hero-slider__slide.is-active{
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  @media (prefers-reduced-motion: reduce){
    .hero-slider__slide{
      transition: none;
    }
  }

  .hero-slider__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-slider__flags{
    position: absolute;
    top: 14px;
    right: 26px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }

  .hero-slider__flags img{
    display: block;
    height: auto;
    opacity: 0.95;
  }

  .hero-slider__controls{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 10px 6px;
  }

  .hero-slider__arrows-vertical{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .hero-slider__icon-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: rgba(0, 63, 135, 0.88);
    color: #fff;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
  }

  .hero-slider__icon-btn:hover{
    background: #003f87;
  }

  .hero-slider__icon-btn:focus-visible{
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  .hero-slider__icon-btn--edge{
    width: 32px;
    height: 32px;
    background: rgba(0, 63, 135, 0.75);
  }

  .hero-slider__counter{
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  }

  .hero-slider__counter-inner{
    /* display: inline-flex; */
    flex-direction: column;
    align-items: center;
    gap: 2px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
  }

  .hero-slider__counter-sep{
    opacity: 0.75;
    padding: 4px 0;
  }

  .hero-slider__dots{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .hero-slider__dot{
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .hero-slider__dot:hover{
    background: rgba(255, 255, 255, 0.6);
  }

  .hero-slider__dot.is-active{
    background: #fff;
    transform: scale(1.15);
  }

  .hero-slider__dot:focus-visible{
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
  
  .shop-hours{
    background: #2E3B4E;
    color:#fff;
    padding: 10px 0;
  }

  .shop-hours-label{
    color: var(--site-red);
    font-weight: 800;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 30px;
    white-space: nowrap;
    line-height: 50px;
  }

  .shop-hours-text{
    font-size: 30px;
    opacity:0.95;
    font-weight: 600;
    height: 45px;
  }

  /* Programs slider (1 image per step) */
  .programs-slider-section{
    background:#fff;
  }

  .programs-slider-title{
    color:#0a2f45;
    font-weight: 800;
    text-align:center;
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.2;
  }

  .programs-slider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
  }

  .programs-slider-viewport{
    overflow:hidden;
    width:100%;
    /* max-width: 900px; */
  }

  .programs-slider-track{
    display:flex;
    transition: transform .35s ease;
    will-change: transform;
  }

  .programs-slide{
    /* 5 items visible in the viewport */
    flex: 0 0 20%;
    max-width: 20%;
    display:flex;
    justify-content:center;
  }

  .programs-slide img{
    width:100%;
    height:auto;
    max-height: 120px;
    object-fit: contain;
    background:#fff;
  }

  .programs-slider-btn{
    width:40px;
    height:40px;
    border-radius:999px;
    border: 1px solid transparent;
    background: transparent;
    /* color: #003F87; */
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 26px;
    line-height:1;
    padding: 0;
  }

  .programs-slider-btn:disabled{
    opacity:0.5;
    cursor:not-allowed;
  }

  /* Featured Events — responsive grid (homepage) */
  .featured-events-showcase {
    background: #232f3e;
    padding-bottom: clamp(5rem, 12vw, 8rem);
  }

  .featured-events-showcase-inner {
    z-index: 1;
    padding-bottom: 0.5rem;
  }

  .featured-events-showcase::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(280px, 38vw);
    background-color: #232f3e;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  .featured-events-showcase-title {
    color: #c41230;
    font-family: "Aleo";
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 700;
    line-height: 1.15;
  }

  .featured-events-showcase-cta {
    background-color: #c41230;
    color: #fff !important;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 10px 20px;
    white-space: nowrap;
  }

  .featured-events-showcase-cta:hover {
    background-color: #9e0e26;
    color: #fff !important;
  }

  .featured-events-showcase-caption {
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 0.9rem;
    margin-bottom: 0;
    text-align: left;
    max-width: 100%;
  }

  .featured-events-showcase-card:hover .featured-events-showcase-caption {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .featured-events-showcase-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    background: #1a2633;
  }

  .featured-events-showcase-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
  }
  
    @media (max-width: 575.98px) {
        .activities_tab_sec .wp-block-columns {
            margin-bottom: 20px !important;
        }
    }


  @media (max-width: 575.98px) {
    .featured-events-showcase-caption {
      font-size: 0.95rem;
    }
  }

  /* Featured Events (pixel-accurate screenshot section) */
  .featured-events-section{
    background: #2E3B4E;
    padding: 0;
    margin: 0;
  }

  .featured-events-canvas{
    position: relative;
    width: min(100%, 675px);
    margin: 0 auto;
    aspect-ratio: 675 / 440;
    background: #2E3B4E;
    overflow: hidden;
  }

  .featured-events-bg-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21.590909%;
    object-fit: fill;
    z-index: 2;
    display: block;
    pointer-events: none;
  }

  .featured-events-bg-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31.818182%;
    object-fit: fill;
    z-index: 1;
    display: block;
    pointer-events: none;
  }

  .featured-events-card-link{
    position: absolute;
    z-index: 3;
    display: block;
    padding: 0;
  }

  .featured-events-card-link img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
  }

  /* upcoming events */
  .upcoming-events-section {
    background-color: #f5f5f5;
  }

  .upcoming-events-title {
    color: #2E3B4E;
    font-family: "Aleo";
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.2;
  }

  .upcoming-events-view-all {
    background-color: #CE1126;
    color: #fff !important;
    border: 0;
    border-radius: 4px;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 8px 18px;
  }

  .upcoming-events-view-all:hover {
    background-color: #b30f20;
    color: #fff !important;
  }

  .upcoming-event-card {
    background-color: #23417a;
    border-radius: 12px;
    padding: 18px 18px 20px;
    height: 100%;
  }

  .upcoming-event-card-img-wrap {
    border-radius: 10px;
    overflow: hidden;
  }

  .upcoming-event-card-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .upcoming-event-card-title {
    color: #fff;
    font-family: "Aleo";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.85rem;
  }

  .upcoming-event-meta {
    color: rgba(255, 255, 255, 0.95);
    font-family: "Nunito Sans";
    font-size: 0.9rem;
    line-height: 1.45;
    gap: 0.35rem;
    display: flex;
    flex-direction: column;
  }

  .upcoming-event-meta li + li {
    margin-top: 0.15rem;
  }

  .upcoming-event-icon {
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-flex;
  }

  /* sponsors section */
  /*.sponsors-section {*/
  /*  background-color: #f5f5f5;*/
  /*}*/

  .sponsors-title {
    color: #2E3B4E;
    font-family: "Aleo";
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
  }

  .sponsors-card {
    max-width: 1120px;
    border: 3px solid #2F75BD;
    background: #fff;
  }

  .sponsors-carousel {
    position: relative;
    overflow: hidden;
  }

  .sponsors-carousel-inner {
    overflow: visible;
  }

  .sponsors-arrow-btn {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    top: 50%;
    transform: translateY(-58%);
    z-index: 2;
  }
/* 
  .sponsors-carousel .carousel-control-prev {
    left: -40px;
  }

  .sponsors-carousel .carousel-control-next {
    right: -40px;
  } */

  .sponsors-dots {
    gap: 8px;
  }

  .sponsors-dots [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #6C757D; /* grey border */
    opacity: 1;
    box-sizing: border-box;
  }

.sponsors-dots .active {
  background-color: #fff; /* red fill */
  border-color: #DC3545;
  border-width: 6px;
}

  /* youth protection css */

  .youth-section {
    background-color: #f5f5f5;
  }
  
  .icon-box {
    width: 45px;
    height: 45px;
    background-color: #dc3545;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
  }
  
  .youth-section h3 {
    color: #2E3B4E;
    font-family: "Aleo";
    font-size: 40px;
  }
  
  .youth-section p {
    font-size: 24px;
    line-height: 30px;
    font-family: "Nunito Sans";
  }
  .youth-section .btn {
    background-color: #CE1126;
    padding: 9px 24px;
    font-family: "Aleo";
    border-radius: 5px;
  }

footer p {
margin-bottom: 10px;
}
footer li a {
margin-bottom: 7px !important;
}

  /* footer css */
  .footer-section {
    background-color: #2f3e52;
    position: relative;
    overflow: hidden;
  }
  
  .footer-logo {
    max-width: 100px;
  }
  
  .footer-title {
    color: #CE1126;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Aleo";
  }
  .footer-section a, .footer-section p {
    font-family: "Nunito Sans";
    font-size: 20px;
  }
  .footer-section a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
  
  .footer-section a:hover {
    color: #fff;
  }
  
  .social-icons a {
    display: inline-block;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    background: #3d4f68;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
  }
  
  .footer-bottom {
    background: #000;
    font-size: 16px;
    font-family: "Nunito Sans";
  }
    .footer-bottom a{
          color:#ffffff !important;
  }
  /* Mountain background */
  .footer-section::before {
    /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url('images/footer-mountain.png') no-repeat bottom center;
    background-size: cover; */
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    /* background-color: #232f3e; */
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }
  @media (max-width: 991.98px){
    .hero-card{ min-height: auto; }
    .hero-image-wrap{ min-height: 360px; }
    .hero-card .hero-inner{ padding: 28px 20px 0; }
  }
@media (min-width: 992px){
   .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px;
}
  .page-banner .wp-block-cover__inner-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
}

  .staff-card {
    margin-top: 26px !important;
  }
  
}
  @media (max-width: 575.98px){
    .align-text-img a {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        flex-wrap: nowrap;
        word-break: break-word;
    }
    
    .align-text-img a img {
        margin-top: 3px;
        flex-shrink: 0;
    }

    .sponsors-title{
      font-size: 34px;
    }
    .sponsors-card{
      border-width: 2px;
    }
    .sponsors-dots{
      margin-top: 14px !important;
    }
    .programs-slider{
      gap:10px;
    }
    .programs-slider-btn{
      width:36px;
      height:36px;
      font-size:22px;
    }
    .programs-slide img{
      max-height: 100px;
    }
  }


  .navbar-brand img{
    width: auto;
    max-width:270px;
  }

@media (max-width: 991.98px){
  .show-on-desk{
        dispaly:none !important;
    }
    .show-on-phone{
         dispaly:block !important;   
    }
.topbar{
font-size: 11px;
}
.topbar .container-fluid > .d-flex{
align-items: flex-start !important;
gap: 10px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.topbar .container-fluid > .d-flex > .d-flex:first-child{
width: 100%;
flex-direction: column;
align-items: flex-start !important;
gap: 8px !important;
}
.topbar .container-fluid > .d-flex > .d-flex:last-child{
gap: 10px !important;
}

.site-nav .container-fluid{
padding-top: 6px;
padding-bottom: 6px;
}
.navbar-brand img{
max-height: 56px;
}
.navbar-toggler{
border-color: rgba(255,255,255,0.5);
padding: 4px 10px;
}
.navbar-toggler:focus{
box-shadow: none;
}
.navbar-collapse{
margin-top: 8px;
border-top: 1px solid rgba(255,255,255,0.2);
padding-top: 8px;
padding-bottom: 6px;
}
.navbar-collapse.show{
display: block !important;
}
.navbar-nav{
height: auto;
align-items: stretch !important;
gap: 0 !important;
}
.nav-item{
height: auto;
}
.nav-link{
height: auto;
padding: 10px 12px;
font-size: 15px;
justify-content: space-between;
}
.navbar .nav-item:hover{
background-color: transparent;
}
.navbar .dropdown-menu{
opacity: 1;
transform: none;
pointer-events: auto;
box-shadow: none;
border: 0;
border-left: 2px solid rgba(255,255,255,0.25);
border-radius: 0;
margin: 0 0 8px 12px;
padding: 2px 0 0 10px;
background: transparent;
}
.navbar .dropdown-menu.show{
display: block;
}
.navbar .dropdown-item{
color: rgba(255,255,255,0.9);
font-size: 14px;
padding: 7px 6px;
}
.navbar .dropdown-item:hover{
color: #fff !important;
background: transparent;
}
.btn-join{
padding-top: 9px;
padding-bottom: 9px;
}
}
@media (max-width: 575.98px){
   
    
.navbar-brand img{
max-height: 48px;
}
.topbar .container-fluid > .d-flex > .d-flex:first-child{
gap: 6px !important;
}
.topbar .container-fluid > .d-flex > .d-flex:last-child img{
width: 20px;
height: auto;
}
}

.navbar{
  background: #003F87 !important;
}
.navbar-nav > li {
  margin: 0px !important;
}
.navbar-nav ul{
  left: 0% !important;
  width: auto !important;
  border-radius:0px !important;
}
.navbar-nav > li > ul::before{
  display: none !important;
}


.single .entry-content{
  max-width: var(--container-width) !important;
}
.single  .entry-content {
  margin-top: 0px !important;
}

@media (min-width: 769px) and (max-width: 825px) {
    .staff-role-tag{
      padding: 10px 10px 8px !important;
      font-size: 13px  !important;
    }
}

@media (min-width: 826px) and (max-width: 950px) {
    .staff-role-tag{
      padding: 6px 8px 8px !important;
      font-size: 14px  !important;
    }
}

@media (min-width: 1000px) and (max-width: 1190px) {
    .staff-name {
        font-size: 18px !important;
    }
}
@media (max-width: 768px) {
   .blue_box {
      background-color: #003f87 !important;  
    }
    
    .red_box {
      background-color: #ad1123 !important;  
    }
    .staff-card-columns {
        padding-bottom: 0px !important;
    }
    .staff-card {
        margin-bottom: 50px !important;
    }

    .mobile-spacer0 {
        display: none !important; /* completely hidden */
    }
    .mobile-spacer20 {
        height: 20px !important;
    }
}


p.staff-name {
    font-family: Aleo !important;
    font-size: 24px;
    font-weight:600;
}

.staff-section-divider {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
 text-align: center;
}

.staff-section-divider::before {
   
content: "";
position: absolute;
top: 50%;
left: 0;
right: 0;
border-top: 1px solid #D0D0D0;
transform: translateY(-50%);
}

.staff-section-label {
position: relative;
display: inline-block;
padding: 4px 12px 4px;
background-color: #AD1123;
color: #fff;
border-radius: 10px 10px 0 0;
font-family: "Nunito Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 600;
z-index: 1;
transform: translateY(-50%);

margin-left: auto;
margin-right: auto;
display: block;
}

.staff-section-label {
    background-color: #AD1123; /* change to your color */
    color: #fff;            /* text color */
    padding: 4px 10px;     /* spacing around text */
    display: inline-block; /* important for proper background */
}
.site_address a , .site_address a:hover {
    color: #ffffff;
    text-decoration: none;
}
.gt_switcher_wrapper{
top:0px !important;
}
footer ul {
  margin-left: 0px;
  margin-bottom:0px;
}

  .staff-card {
    position: relative;
    background-color: #E8E8E8;
    padding: 16px 12px 16px;
    margin-top: 26px; /* makes room for the tab */
    margin-bottom:25px;
  }

    .red-bg .staff-role-tag {
         background-color: #AD1123 !important;
    }
    
    .staff-role-tag {
    position: absolute;
    top: -43px;
    left: 0;
    padding: 6px 18px 8px;
    background-color: #003F87;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-family: "Aleo" !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .chairpersons_sec .staff-role-tag {
       font-size: 14px;
  }
  
   .activities_tab_sec .wp-block-ub-tabbed-content-tabs-content {
    border-top: 1px solid #333333 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

 .activities_tab_sec .wp-block-ub-tabbed-content-tab-title-wrap {
    border: none !important;
}
 .activities_tab_sec .wp-block-ub-tabbed-content-tabs-content{
    padding: 25px 0px !important;
}

  .activities_tab_sec .staff-name {
    margin: 0 !important;
    font-family: "Aleo", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #2E3B4E;
  }
  
    .top_marquee_sec .shop-hours-right-sec p {
    color:#ffffff;
        font-family: Aleo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px !important;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
        font-variant-numeric-figure: lining-nums;
        font-variant-numeric-spacing: proportional-nums;
    
      }
  
   .top_marquee_sec .shop-hours-label{
    color: var(--site-red);
    font-weight: 800;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 15px;
    white-space: nowrap;
    line-height: 20px;
        
  }
  .top_marquee_sec .shop-hours-text {
  width: 100% !important;
  height: 20px !important;
  font-size: 10px !important;
  }
  .top_marquee_sec.shop-hours{
      padding:0px !important;
  }
  .shop-hours-right-sec p {
  color: #fff;
}

  .home marquee {
    color:#ffffff;
    font-family: Aleo;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    leading-trim: NONE;
    /*line-height: 50px;*/
    letter-spacing: 0%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;

  }
  .donate {
    color: #003F87 !important;
}
.join-now ,.home-signup{ color: #ffffff !important; }

.home-signup:hover {
    background-color: #CE1126;
    border-color:#CE1126 !important;
}
#dafdirectdiv {
  width: 100% !important;
}
.btn-join:hover {
    border: #f6003e !important;
    color: #ffffff !important;
}
.search-btn:hover ,.search-btn:active{
    border: none !important;
}



/* =========================
   SEARCH PAGE STYLING
========================= */


.search-results h1 {
    color: #2E3B4E;
    font-family: "Aleo";
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

/* Search Form */
.search-form {
    max-width: 700px;
    margin-bottom: 50px;
}

.search-form input[type="search"] {
    height: 42px;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    padding: 10px 18px;
    font-family: "Nunito Sans";
    font-size: 16px;
    box-shadow: none !important;
}

.search-form input[type="search"]:focus {
    border-color: #003F87;
}

.search-form .btn {
    background-color: #CE1126;
    border: 1px solid #CE1126;
    color: #fff;
    font-family: "Aleo";
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    padding: 0 28px;
    transition: all 0.3s ease;
}

.search-form .btn:hover {
    background-color: #a90d1f;
    border-color: #a90d1f;
    color: #fff;
}

/* Search Cards */
.search-card {
    background: #fff;
    border: 0 !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    padding: 0 !important;
}

.search-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.search-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 0 !important;
}

.search-card-content {
    padding: 24px;
}

.search-card h2 {
    margin-bottom: 12px;
    line-height: 1.3;
}

.search-card h2 a {
    color: #2E3B4E;
    font-family: "Aleo";
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.search-card h2 a:hover {
    color: #CE1126;
}

.search-card .text-muted {
    color: #6c757d !important;
    font-family: "Nunito Sans";
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.search-excerpt {
    font-family: "Nunito Sans";
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* Pagination */
.navigation.pagination {
    margin-top: 50px;
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.navigation.pagination .page-numbers {
    min-width: 45px;
    height: 45px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ddd;
    color: #2E3B4E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: "Nunito Sans";
    font-weight: 700;
    transition: all 0.3s ease;
}

.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {
    background: #003F87;
    border-color: #003F87;
    color: #fff;
}

/* No Results */
.search-results .alert-warning {
    background: #fff;
    border: none;
    border-left: 5px solid #CE1126;
    border-radius: 8px;
    padding: 20px 24px;
    font-family: "Nunito Sans";
    font-size: 17px;
    color: #2E3B4E;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Responsive */
@media (max-width: 991.98px) {

    .search-card h2 a {
        font-size: 22px;
    }

    .search-thumb img {
        height: 220px;
    }
}

@media (max-width: 767.98px) {

    .search-results h1 {
        font-size: 30px;
    }

    .search-form {
        flex-direction: column;
    }

    .search-form .btn {
        width: 100%;
        height: 52px;
    }

    .search-thumb img {
        height: 200px;
    }

    .search-card-content {
        padding: 20px;
    }

    .search-card h2 a {
        font-size: 20px;
    }
}



/* =========================
   FEATURED TITLE MOBILE
========================= */

@media (max-width: 767.98px) {

    .featured-title {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px;
        padding-bottom: 20px !important;
    }

    .featured-title .wp-block-column:first-child {
        flex: 1 1 auto !important;
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-column:last-child {
        flex: 0 0 auto !important;
    }

    .featured-title p {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-buttons {
        justify-content: flex-end !important;
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-button {
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-button__link {
        padding: 10px 14px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        white-space: nowrap;
    }
}

@media (max-width: 575.98px) {

    .featured-title p {
        font-size: 20px !important;
    }

    .featured-title .wp-block-button__link {
        padding: 9px 12px !important;
        font-size: 10px !important;
    }
}

/* =========================
   FEATURED EVENTS SECTION
========================= */

.featured_events {
    gap: 24px !important;
    margin-bottom: 10px;
}

.featured_events .wp-block-column {
    margin-left: 0 !important;
}

.featured_events figure {
    margin-bottom: 15px !important;
    overflow: hidden;
    border-radius: 10px;
}

.hover_img img {
    width: 100%;
    display: block;
    height: auto;
    transition: transform 0.3s ease;
}

.hover_img .wp-block-column:hover img {
    transform: scale(1.03);
}

.featured_events img {
    width: 100%;
    display: block;
    height: auto;
    transition: transform 0.3s ease;
}

.featured_events .wp-block-column:hover img {
    transform: scale(1.03);
}


.featured_events p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #ffffff;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .featured_events {
        gap: 18px !important;
    }

    .featured_events p {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }
}

/* =========================
   MOBILE 2 COLUMN
========================= */


/*@media (min-width: 992px) and (max-width: 1044px) {*/
/*    .navbar-brand {*/
/*      max-width: 100px !important;*/
      
/*    }*/
/*    .aleo-font.nav-link {*/
/*      font-size: 10px !important;*/
/*    }*/

/*}*/
@media (max-width: 767.98px) and (min-width: 481px) {

    .featured_events {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 18px !important;
    }

    .featured_events > .wp-block-column {
        flex: 0 0 calc(50% - 9px) !important;
        max-width: calc(50% - 9px) !important;
        margin: 0 !important;
    }

    .featured_events figure {
        margin-bottom: 12px !important;
        border-radius: 8px;
    }

    .featured_events p {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .featured_events .wp-block-spacer {
        height: 10px !important;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .featured_events {
        display: block !important;
    }

    .featured_events > .wp-block-column {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 24px 0 !important;
    }

    .featured_events figure {
        margin-bottom: 12px !important;
    }

    .featured_events p {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .featured_events .wp-block-spacer {
        height: 0 !important;
    }
}

/* =========================
   FEATURED TITLE MOBILE
========================= */

@media (max-width: 767.98px) {
    .marquee_sec .wp-block-columns {
    gap:0px !important;
}


    .home marquee{
        font-size:18px !important;
    }
    .featured-title {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px;
        padding-bottom: 20px !important;
    }

    .featured-title .wp-block-column:first-child {
        flex: 1 1 auto !important;
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-column:last-child {
        flex: 0 0 auto !important;
    }

    .featured-title p {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-buttons {
        justify-content: flex-end !important;
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-button {
        margin-bottom: 0 !important;
    }

    .featured-title .wp-block-button__link {
        padding: 10px 14px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        white-space: nowrap;
    }
}

@media (max-width: 575.98px) {

    .featured-title p {
        font-size: 20px !important;
    }

    .featured-title .wp-block-button__link {
        padding: 9px 12px !important;
        font-size: 10px !important;
    }
}

@media (min-width: 1024px)  and (max-width: 1090px) {
    .navbar-brand img {
        max-width: 170px !important;
    }
    .navbar-nav li a {
        font-size: 12px !important;
    }
}


@media (min-width: 1100px)  and (max-width: 1300px) {
    
   .navbar-brand img {
        width: 180px !important;
    }
    .navbar-nav a {
        font-size: 12px !important;
    }

}
@media (min-width: 1301px)  and (max-width: 1600px) {
 .navbar-nav a {
        font-size: 13px !important;
    }
    
}
/* =========================
   NAVBAR ALIGNMENT FIX
========================= */

.site-nav .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Logo */
.navbar-brand {
    flex: 0 0 auto;
    margin-right: 20px;
}

.navbar-brand img {
    width: auto;
    max-width: 300px;
    height: auto;
    display: block;
    width:210px;
}

/* Menu wrapper */
.navbar-collapse {
    flex: 1 1 auto;
    justify-content: flex-end;
}

/* Menu */
.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 100%;
}

/* Prevent left floating */
.navbar-nav.me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

/* Desktop */
@media (min-width: 992px) {

 .show-on-phone {
    display: none !important;
}
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        align-items: center;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    .nav-item {
        flex: 0 0 auto;
    }

    .nav-link {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* Large screens when logo reduced */
@media (min-width: 992px) and (max-width: 1250px) {

    .navbar-brand img {
        max-width: 220px;
    }

    .nav-link {
        font-size: 14px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-join {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

/* Tablet */
@media (min-width: 992px) and (max-width: 1100px) {

    .navbar-brand img {
        max-width: 180px;
    }

    .nav-link {
        font-size: 13px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* Mobile */
@media (max-width: 991.98px) {

    .site-nav .container-fluid {
        gap: 10px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        max-width: 220px;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
        align-items: stretch;
    }
}







/* =========================
   CUSTOM DROPDOWN
========================= */

.nav-dropdown-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-dropdown-wrap .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 6px;
}

/* Arrow Button */
.dropdown-toggle-btn {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0 10px 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Custom Arrow */
.dropdown-arrow {
    width: 12px;
    height: 12px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23ffffff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
    transition: transform 0.2s ease;
}

/* Rotate Arrow */
.dropdown.show .dropdown-arrow {
    transform: rotate(180deg);
}

/* Remove Bootstrap Default Arrow */
.navbar .dropdown-toggle::after {
    display: none !important;
}

@media (max-width: 991px) {
.show-on-desk {
    display: none !important;
}

}

/* Desktop Hover */
@media (min-width: 992px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* Mobile */
@media (max-width: 991.98px) {

    .nav-dropdown-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .dropdown-toggle-btn {
        padding: 10px;
    }

    .dropdown-menu {
        margin-left: 15px;
        border-left: 2px solid rgba(255,255,255,0.2);
    }

    .dropdown-item {
        color: #fff !important;
    }
}

@media  (max-width: 641px) {
   .entry-content{
        margin-top: 0px !important;
    }
}


@media  (max-width: 781px) {
    .list-columns {
        gap: 0 !important;
    }
    
    .wp-block-columns.list-columns > .wp-block-column:last-child li {
        margin-top: 0 !important;
    }

    .council-staff-margin0{
        margin-top:0px !important;
    }
    .home-banner-sec .wp-block-columns {
        gap: 0px !important;
    }
    .box-with-no-gap {
      gap: 0px !important;
    }
        .gap0{
        gap:30px !important;
    }

}

.red-link
 {
 
    text-decoration: underline !important;
}
.red-link:hover
 {
    color: #CE1126 !important;
}

 @media (max-width: 600px) {
    .hero-title br {
        display: none;
    }
 }
    
    
    
.box-with-no-gap .wp-block-column{
    position:relative;
}

.box-with-no-gap .wp-block-column p{
    margin:0;
    min-height:60px; /* adjust as needed */
    display:flex;
    align-items:center;
    justify-content:center;
}

.box-with-no-gap .wp-block-column a{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-decoration:none;
    color:#fff !important;
    padding:20px;
}

.column_btn.wp-block-column.has-background {
    position: relative;
    cursor: pointer;
}

.column_btn.wp-block-column.has-background a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}


.align_img_txt {
    display: flex !important;
    align-items: center !important;
}

.align_img_txt figure {
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.align_img_txt p {
    margin: 0 !important;
}

.search-btn,
.search-btn:hover,
.search-btn:focus {
    /*padding: 0;*/
    border: none;
    box-shadow: none;
    background: transparent;
}

.search-btn:hover{
padding:12px 27px;
}
.btn-join:hover {
    border: 2px solid #bb2d3b !important;
}
.search-btn img {
    width: 20px;
    height: 20px;
    display: block;
}

.search-btn,
.search-btn:hover,
.search-btn:focus,
.search-btn:focus-visible,
.search-btn:active,
.search-btn.btn,
.search-btn.btn:hover,
.search.btn:focus,
.search.btn:focus-visible,
.search.btn:active {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

    .entry-content ul li{
        list-style-type: none !important;
    }