  /* === Mobile Toggle Button === */
.sidebar-toggle {
  display: none;
  background: #56c0e8;
  color: #fff;
  padding: 0.75em 1em;
  border: none;
  width: 100%;
  font-size: 1em;
  text-align: left;
  cursor: pointer;
}

.sidebar-toggle:focus {
  outline: 2px solid #0e4c90;
}

.about-sidebar-menu li.menu-item-has-children > a::after {
  content: "▸";
  float: right;
  font-size: 0.8em;
  margin-left: 0.5em;
}

.about-sidebar-menu li.menu-item-has-children.force-open > a::after,
.about-sidebar-menu li.menu-item-has-children.current-menu-ancestor > a::after {
  content: "▾";
}


@media(max-width: 800px){.mob,.flex,.row{display:block}[class*=col-]{clear:both;float:none;margin-right:0;padding-bottom:1.5em;width:100%}[class*=col-]{clear:both;content:"";}.pad-middle [class*=col-],.pad-middle-more [class*=col-]{padding-left:0 !important;padding-right:0 !important}[class*=col-]:last-child{margin-bottom:0 !important;padding-bottom:0 !important}.hidden,.desk{display:none}.superlight{font-weight:300}.thin-underline:after{left:25%;width:50%}.home-view-all{bottom:1.5em;float:none;font-weight:300;position:absolute;right:0}.mob-centered{text-align:center}.logo{max-width:100%}.header-bottom{display:flex !important}.header-logo,.header-nav{clear:none;padding-bottom:0;width:50%}.header-nav{float:right}.header-nav i{font-size:2em}.nav li{display:none}.nav li:first-child,.nav li:last-child{display:inline-block}.home-news{margin-top:0}.home-news [class*=col-]:last-child{margin-bottom:2.5em !important}.home-news-box{margin-bottom:1.5em}.home-event:last-child{padding-bottom:2em !important}.sub-boxes nav ul li{float:none;width:100%}.sub-highlight strong{width:100%}.sidebar-right{height:100%}footer{text-align:center}footer .logo{max-height:auto;max-width:60%}footer h1{border:none;margin-top:1.5em}footer li a,footer a{font-weight:300}



    /* Make the blog container nearly full width and stack its content vertically */
    .southernsblog-card {
        max-width: 95%;  /* Widen the container */
        flex-direction: column;  /* Stack the image and text vertically for mobile */
        margin: 10px auto; /* Adjust margin if needed */
    }
    
    /* Remove the fixed height from the blog card container */
    .blog-card-container {
        max-height: none;  /* Let the container adjust naturally */
    }
    
    /* Ensure the image takes full width */
    .blog-card-image {
        width: 100%;
        height: auto;
    }
    
    /* Adjust padding in the content area to reduce overall height */
    .blog-card-content {
        width: 100%;
        padding: 10px;
    }
    /* Allow the header-top container to grow in height */
    .header-top {
        height: auto;
    }
      
    /* Change the layout for the right column navigation */
    .header-top .col-8 ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* two equal columns */
        justify-items: stretch;
        float: right !important;
        height: auto !important;
    }
      
    /* If you have an odd number of items, have the last one span both columns */
    .header-top .col-8 ul li:nth-last-child(1):nth-child(odd) {
        grid-column: span 2;
        width: 100% !important;
    }
      
    /* Adjust text alignment or padding as needed */
    .header-top .col-8 ul li {
        text-align: center;
        padding: 0.5em 0;
        width: 100% !important;
    }
    
}

@media (max-width: 768px) {
    .nso-top-grid,
    .nso-main-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .nso-main-grid .item-3,
    .nso-main-grid .item-4 {
        margin-bottom: 0;
    }

    .item {
        width: 100%;
        max-width: 340px;
    }

    .back-img-wrapper {
        height: 25em;
    }

    /* .spacer,
    .mascot-center,
    .mascot-bottom-left,
    .mascot-bottom-right,
    .top-left {
        display: none;
    } */
     
    .employee-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .employee-info {
        text-align: center;
    }

    .employee-photo {
        margin-bottom: 1em;
    }

    .wrap-tighter.row {
        flex-direction: column;
        display: flex;
    }

    .left-menu,
    .right-content {
        width: 100% !important;
        margin: 0 !important;
    }

    .sidebar-toggle {
        display: block;
    }

    .left-menu {
        width: 100% !important;
        margin: 0;
    }

    .left-nav {
        display: none;
    }

    .left-nav.open {
        display: block;
        margin-top: 1em;
    }

    .right-content {
        width: 100% !important;
    }
    /* Adjust the top hero image and text area */
    .home-image {
      /* Let the height adjust based on content and add some vertical padding */
      height: auto;
      padding: 2em 1em;
    }
    .hero-box {
      /* Bring the text block higher (from 65% to about 50% of the container height),
         expand the width and center it */
      top: 80%;
      width: 90%;
      margin: 0 auto;
      padding: 1em;
    }
    .hero-heading {
      /* Reduce font size and adjust shadow for clarity on smaller screens */
      font-size: 1.5em;
      text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
    }
    .hero-desc {
      /* Make the description slightly smaller and centered */
      font-size: 1.1em;
      width: 90%;
      margin: 0 auto;
      text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
    }
    /* Ensure buttons are not cut off */
    .home-view-all,
    .hero-box button {
      padding: 0.5em 1em;
      font-size: 1em;
    }
    .desktop-float {
        display: none;
    }
    .mobile-bottom {
        display: block;
        width: 80%; /* Adjust as needed */
        margin: 1em 0;
        clear: both;
    }
    .great-college img{
        width:45%;
    }
}

/* =========================================================
   SWV HEADER REFRESH (RESPONSIVE)
   ========================================================= */
@media (max-width: 1200px) {
  .swv-header__utility-inner {
    max-width: 1760px;
    gap: 0.55rem;
    flex-wrap: wrap;
  }

  .swv-header__utility-links {
    display: flex;
    flex-wrap: wrap;
  }

  .swv-header__contact-list a,
  .swv-header__utility-links a {
    font-size: 0.78rem;
    padding: 0.3rem 0.5rem;
  }

  .swv-header__search-form {
    flex: 1 1 260px;
    min-width: 210px;
    max-width: 280px;
  }

  .swv-header .swv-nav__list > li > a {
    padding: 0.7rem 0.2rem 0.85rem;
    font-size: 0.74rem;
  }

}

@media (max-width: 1100px) {
  .swv-header__utility-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .swv-header__utility-links {
    justify-content: flex-start;
  }

  .swv-header__search-form {
    margin-left: 0;
    flex: 0 0 auto;
    height: 2.6rem;
    max-width: 360px;
  }

  .swv-header__main {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand controls"
      "nav nav";
  }

  .swv-header__brand {
    grid-area: brand;
  }

  .swv-header__controls {
    grid-area: controls;
  }

  .swv-header .swv-nav {
    grid-area: nav;
    margin-top: 0.6rem;
  }
}

@media (max-width: 1100px) {
  .swv-header__utility-links {
    display: none;
  }

  .swv-header__search-form {
    flex: 0 0 auto;
    min-width: 0;
    height: 2.6rem;
    max-width: none;
    width: 100%;
  }

  .swv-header .swv-nav {
    display: none;
    width: 100%;
    border-bottom: 0;
  }

  .swv-header .swv-nav.is-open {
    display: block;
  }

  .swv-header .swv-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
    border: 1px solid #cad8e7;
    border-radius: 14px;
    background: #ffffff;
    padding: 0.45rem;
    margin-top: 0.2rem;
  }

  .swv-header .swv-nav.is-open .swv-header__utility-links--mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px solid #d7e4f2;
  }

  .swv-header .swv-nav .swv-header__utility-links--mobile a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-align: center;
    min-height: 2.7rem;
    color: #0b3d73;
    background: #f2f7fc;
    border-color: #7f9fbe;
  }

  .swv-header .swv-nav .swv-header__utility-links--mobile a:hover,
  .swv-header .swv-nav .swv-header__utility-links--mobile a:focus,
  .swv-header .swv-nav .swv-header__utility-links--mobile a:focus-visible {
    color: #0b3d73;
    background: #e2edf9;
    border-color: #5f86ae;
  }

  .swv-header .swv-nav .swv-header__utility-links--mobile a:focus,
  .swv-header .swv-nav .swv-header__utility-links--mobile a:focus-visible {
    outline: 3px solid #0b3d73;
    outline-offset: 2px;
  }

  /* Keep white brand glyphs (e.g., Flying-S) visible on light mobile pills. */
  .swv-header .swv-nav .swv-header__utility-links--mobile a img {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    object-fit: contain;
    background: #0b3d73;
    border-radius: 999px;
    padding: 0.12rem;
    box-sizing: content-box;
  }

  .swv-header .swv-nav .swv-header__utility-links--mobile li {
    display: block !important;
    float: none !important;
    width: 100%;
  }

  /* Override legacy mobile rule `.nav li{display:none}` for refreshed header nav. */
  .swv-header .swv-nav__list > li {
    display: block !important;
    width: 100%;
  }

  .swv-header .swv-nav__list > li > a {
    width: 100%;
    justify-content: space-between;
    font-size: 0.9rem;
    min-height: 2.85rem;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 10px;
    color: #0e4c90;
    padding: 0.7rem 0.8rem;
  }

  .swv-header .swv-nav__list > li > a::before {
    left: 0.8rem;
    right: 0.8rem;
  }

  .swv-header .swv-nav__list li ul,
  .swv-header .swv-nav__list ul.sub-menu {
    display: none;
    position: static;
    min-width: 0;
    max-width: none;
    width: 100%;
    margin-top: 0.2rem;
    border-radius: 10px;
    box-shadow: none;
    max-height: none;
    overflow: visible;
    column-width: auto;
    column-fill: balance;
    column-gap: 0;
  }

  .swv-header .swv-nav__list > li.is-mobile-open > ul,
  .swv-header .swv-nav__list > li.is-mobile-open > ul.sub-menu {
    display: block !important;
  }

  /* Disable desktop mega-menu grid on mobile so depth-3 items stack cleanly. */
  .swv-header .swv-nav__list > li > ul.is-long-menu,
  .swv-header .swv-nav__list > li > ul.sub-menu.is-long-menu {
    display: none !important;
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 0;
    width: 100%;
    max-width: none;
  }

  .swv-header .swv-nav__list > li:hover > ul.is-long-menu,
  .swv-header .swv-nav__list > li:hover > ul.sub-menu.is-long-menu,
  .swv-header .swv-nav__list > li:focus-within > ul.is-long-menu,
  .swv-header .swv-nav__list > li:focus-within > ul.sub-menu.is-long-menu {
    display: block !important;
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 0;
    width: 100%;
    max-width: none;
  }

  .swv-header .swv-nav__list > li > ul::before {
    display: none;
  }

  .swv-header .swv-nav__list li ul li ul {
    margin-left: 0.4rem;
  }

  .swv-header .swv-nav__list li ul li.menu-item-has-children > a::after {
    content: ">";
  }
  
  .swv-header .swv-nav__list > li.swv-mobile-sidebar-menu-root > a::after {
    display: none !important;
    content: none !important;
  }

  .swv-header__icon-btn.sidebar-icon {
    display: none !important;
  }

  .swv-header__menu-toggle {
    display: inline-flex !important;
  }

}

@media (max-width: 640px) {
  .swv-header__main {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .swv-header__brand .logo {
    width: min(76vw, 280px);
  }

  .swv-header__controls {
    gap: 0.4rem;
  }

  .swv-header__icon-btn,
  .swv-header__menu-toggle {
    min-width: 2.4rem;
    height: 2.4rem;
    padding: 0 0.8rem;
  }

  .swv-header__contact-list {
    width: 100%;
    justify-content: space-between;
    gap: 0.3rem;
  }

  .swv-header__contact-list li {
    flex: 1 1 48%;
  }

  .swv-header__contact-list a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .swv-header__search-form {
    min-width: 0;
  }

  .swv-header .swv-nav.is-open .swv-header__utility-links--mobile {
    grid-template-columns: 1fr;
  }

  .swv-search {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .swv-search__controls {
    grid-template-columns: 1fr;
  }

  .swv-search__controls button {
    width: 100%;
  }

  .swv-search__meta {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 800px) {
  /* Cancel legacy `.nav li:first-child/.last-child` inline rule for refreshed header nav. */
  .swv-header .swv-nav__list li,
  .swv-header .swv-nav__list li:first-child,
  .swv-header .swv-nav__list li:last-child {
    display: block !important;
    width: 100%;
  }

  /* Prevent inline JS submenu positioning from pushing panels off-screen on very narrow widths. */
  .swv-header .swv-nav__list > li > ul,
  .swv-header .swv-nav__list > li > ul.sub-menu {
    left: auto !important;
    right: auto !important;
    transform: none !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .swv-header .swv-nav,
  .swv-header .swv-nav__list {
    overflow: visible !important;
    height: auto !important;
  }

  .swv-header .swv-nav__list,
  .swv-header .swv-nav__list > li {
    height: auto !important;
  }
}
/*# sourceMappingURL=mobile.css.map */