.visually-hidden {
  display:none;
}

/*******************
* Reset global list styles inside the header
* ---
* Global typography sets orange ::marker on top-level <ul> and an
* em-dash on nested <ul>. The header navigation is built from
* unordered lists for semantics, so we strip those markers here.
********************/

.site-header ul,
.site-header ol {
  list-style: none;
}

.site-header ul li::marker,
.site-header ol li::marker,
.site-header ul ul li::marker {
  content: '';
  color: inherit;
}

/*******************
* Site Header - Sticky Behavior
********************/

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media(min-width:84.375rem) {
  .site-header {
    overflow: visible;
  }
}

/* Homepage Template Styling */
.homepage-header .site-header{
  background-color: transparent !important;
}

/** Scrolled State **/
.site-header.site-header--scrolled {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/** Logo Container **/
.site-header .site-header__logo-link {
  position: relative;
  display: block;
  border: 1px solid transparent;
}

.site-header .site-header__logo-link:focus{
  border: 1px solid #000;
  outline: 1px solid: #fff;
}

/** Logo Swap - Default State **/
.site-header .site-header__logo--scrolled {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

/** Logo Swap - Scrolled State **/
.site-header.site-header--scrolled .site-header__logo--default {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.homepage-header .site-header__logo--scrolled{
  display: none !important;
}

.site-header.site-header--scrolled .site-header__logo--scrolled {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.homepage-header .site-header.site-header--scrolled .site-header__logo--scrolled{
  display: block;
}

.site-header__logo--home{
  display: none !important;
}

.homepage-header .site-header__logo--home{
  display: block !important;
}

.homepage-header .site-header.site-header--scrolled .site-header__logo--home{
  display: none !important;
}

/** Text Color - Mobile (dark text on white background) **/
.site-header .main-nav__top-button,
.site-header .main-nav__top-link {
  color: #151515;
  font-size: 1rem;
}

/** Text Color - Desktop Default State (white text) **/
@media(min-width:84.375rem) { 
  .homepage-header .site-header:not(.site-header--scrolled) .main-nav__top-button:hover,
  .homepage-header .site-header:not(.site-header--scrolled) .main-nav__top-button:focus{
    color: #fff !important;
  }
}

.homepage-header .site-header .site-header__menu-toggle-icon,
.homepage-header .site-header .site-header__menu-toggle:before,
.homepage-header .site-header .site-header__menu-toggle:after {
  background-color: #fff;
}

.site-header .site-header__menu-toggle-icon,
.site-header .site-header__menu-toggle:before,
.site-header .site-header__menu-toggle:after {
  background-color: #122A3D;
}

.site-header .site-header__search-button .icon {
  fill: #12293C !important;
}

@media(min-width:84.375rem) {
  .site-header .site-header__search-button .icon {
    fill: #122A3D !important;
  }
}

/** Mobile Utility Links - Remove underline **/
.site-header .site-header__mobile-utility-link {
  text-decoration: none;
}

/** Mobile Utility Links - Mobile (dark text) **/
.site-header .site-header__mobile-utility-link,
.site-header .site-header__mobile-utility-links .site-header__utility-label {
  color: #151515 !important;
}

/** Mobile Utility Links - Desktop (white text) **/
@media(min-width:84.375rem) {
  .site-header .site-header__mobile-utility-link,
  .site-header .site-header__mobile-utility-links .site-header__utility-label {
    color: #151515 !important;
  }
}

/** Text Color - Scrolled State (dark text) **/
.site-header.site-header--scrolled .main-nav__top-button{
  font-size: 1rem;
}

.site-header.site-header--scrolled .main-nav__top-button,
.site-header.site-header--scrolled .main-nav__top-link {
  color: #151515 !important;
}

.site-header.site-header--scrolled .site-header__menu-toggle-icon,
.site-header.site-header--scrolled .site-header__menu-toggle:before,
.site-header.site-header--scrolled .site-header__menu-toggle:after {
  background-color:#151515 !important;
}

.site-header.site-header--scrolled .site-header__search-button .icon {
  fill: #151515 !important;
}

/** Mobile Utility Links - Scrolled State (dark text) **/
.site-header.site-header--scrolled .site-header__mobile-utility-link,
.site-header.site-header--scrolled .site-header__mobile-utility-links .site-header__utility-label {
  color: #151515 !important;
}

body {
  Xpadding-top:10rem;  
}

@media(max-width:84.375rem){
  body.menu-open {
    overflow:hidden;  
  }
}

  .site-header__logo-link {
    position:relative; 
    bottom:-3px;
  }
  
.site-header .site-header__logo-link svg,
.site-header__logo-link svg {
  display: block;
  width: 220px !important;
  height: 40px !important;
}

@media(min-width:84.375rem){
  .site-header .site-header__logo-link svg,
  .site-header__logo-link svg {
    width: 220px !important;
    height: 40px !important;
  }
}
  
.no-animation *, .no-animation *:before, .no-animation *:after {
  transition:none !important; 
  animation:none !important;
  }

@media(min-width:84.375rem){
  body {
    Xpadding-top:12rem;  
  }
}
.header__logo,
.header__logo--main,
.site-header .header__logo,
.site-header .header__logo--main {
  flex: 0 0 auto !important;
  order: 1;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: 220px !important;
}

@media(min-width:84.375rem){
  .header__logo,
  .header__logo--main,
  .site-header .header__logo,
  .site-header .header__logo--main {
    order: unset;
    max-width: 230px !important;
  }
}

@media(min-width:84.375rem){
  .site-header {
    position:fixed;
    width:100%;
  }
}

.site-header__wrap {
  position: relative;
  padding: 0;
  /* Cap the header contents at 1920px and center on extra-wide
     viewports. The outer .site-header keeps its full-width white
     bar (and any colored bar overlays) so the visual chrome still
     extends edge-to-edge - only the logo/nav/actions stop at 1920. */
  max-width: 120rem; /* 1920px */
  margin-left: auto;
  margin-right: auto;
}


.site-header__mobile-utility-links {
  list-style:none;
  margin:0 0 0 auto;
  padding:0;
  gap:2.5rem;
  align-items:center;
}

@media(min-width:84.375rem) {
  .site-header__mobile-utility-links {
    display:flex;
    padding:1rem !important;
  }
}

.site-header__utility-links {
  list-style:none;
  margin:0 0 0 auto;
  padding:0;
  gap:1rem;
  align-items:center;
  display:none;
  position:relative;  
}

@media(min-width:84.375rem) {
  .site-header__utility-links {
    display:flex;
  }
}
  
.site-header__utility-item {
}

.site-header__utility-label {
  opacity:0;
  position:absolute;
  left:-8rem;
  top:35%;
  padding:0.2rem 0.5rem;
  font-size:1rem;
  border-radius:0.5rem;
  border:1px solid #00587c;
  transition:all .3s;
  display:block;
  color:#fff !important;
  font-weight:500;
}
  
.site-header__utility-link:hover .site-header__utility-label,
.site-header__utility-link:focus .site-header__utility-label {
  opacity:1;  
  top:15%;
}

.homepage-header .site-header .site-header__mobile-utility-links .site-header__utility-label{
  color: #151515 !important;
}
@media(min-width:84.375rem){
  .homepage-header .site-header .site-header__mobile-utility-links .site-header__utility-label{
    color: #fff !important;
  }
}

.homepage-header .site-header--scrolled .site-header__mobile-utility-links .site-header__utility-label{
  color: #151515 !important;
}

.site-header__settings-toggle {
  padding:0;
  background:transparent;
  border-radius:0;
  border:0;
  color:#333;
}

  
.site-header__utility-links .button:hover,
.site-header__utility-links .button:focus {
  background:transparent; 
}

.site-header__utility-links svg {
  fill:#00587c;
}

.site-header__website-settings {
  list-style:none;
  margin:0;
  padding:0;
}


.site-header__main-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  width: 100%;
}

@media(min-width:84.375rem) {
  .site-header__main-header {
    padding: 0 2rem;
    justify-content: flex-start;
    width: 100% !important;
  }

  /* Border-image lives on the outer .site-header (full viewport width)
     instead of on .site-header__main-header (now capped at 1920 by
     .site-header__wrap). This keeps the colored bottom rule running
     edge-to-edge regardless of the contents being centered. */
  .site-header {
    border-width: 0 0 10px 0;
    border-style: solid;
    border-color: transparent;
    border-image: url("/hubfs/21499432/border-bottom.png") 0 0 30 0 stretch;
  }

  .homepage-header .site-header {
    border-image: none;
    border-width: 0;
  }

  /* The homepage no longer paints its own bottom border on scroll. The
   * Home Hero module renders a sticky border at its own bottom edge
   * (.home-hero__sticky-border) that visually attaches to the header as
   * the page scrolls past it. Once the hero scrolls out of view the
   * border unsticks and disappears, leaving the header borderless. */
  .homepage-header .site-header.site-header--scrolled {
    border-width: 0;
    border-image: none;
  }
}

/*******************
* Mobile Menu Container
********************/
.site-header__mobile-menu {
  display: none;
  position: fixed;
  top: 64px; /* Adjust based on header height */
  left: 0;
  right: 0;
  width: 100%;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  z-index: 9999;
  box-sizing: border-box;
}

.site-header__mobile-menu.toggled {
  display: flex;
  flex-direction: column;
}

@media(min-width:84.375rem) {
  .site-header__mobile-menu {
    display: contents; /* Makes wrapper invisible on desktop */
  }
}

.main-nav {
  display: block;
  background: #fff;
  padding-bottom: 1rem;
}

@media(min-width:84.375rem) {
  .main-nav {
    display: flex;
    flex-grow: 1;
    position: static;
    width: auto;
    background: transparent;
    height: auto !important;
    overflow-y: visible;
    padding-bottom: 0;
    justify-content:center;
  }
}

.main-nav__group-selections {
  display: none; /* Hidden on mobile */
  list-style: none;
  margin: 0;
  padding: 0;
}

@media(min-width:84.375rem) {
  /* Hide group selection tabs on desktop if only one group */
  .main-nav__group-selections {
    display: none;
  }
  
  .main-nav .main-nav__group-selections {
    margin-bottom: 1rem;  
  }
}

.main-nav__top-list {
  display: block; /* Always visible on mobile */
  list-style: none;
  margin: 0;
  padding: 0;
}

@media(min-width:84.375rem) {
  /* Show all nav lists on desktop */
  .main-nav__top-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.main-nav__top-button,
.main-nav__top-link {
  font-family: 'Roboto';
  border: 0;
  border-radius: 0;
  padding: 1rem; 
  background-color: transparent;
  color: #12293C; /* Black text on mobile */
  position: relative;
  letter-spacing: 0.8px;
  width: 100%;
  text-align: left;
  position: relative;
  text-decoration:none;
  font-weight: 500;
}

.main-nav__top-link{
  display: inline-block;
}

@media(min-width:84.375rem) {
  .main-nav__top-button,
  .main-nav__top-link { 
    padding: 40px 45px 40px 25px;
    width: auto;
    text-align: center;
    color: #fff; /* White text on desktop */
  }
}

.homepage-header .main-nav__top-button,
.homepage-header .main-nav__top-link{
  color: #151515;
}
@media(min-width:84.375rem) {
  .homepage-header .main-nav__top-button,
  .homepage-header .main-nav__top-link {
    color: #fff;
  }
}

@media(min-width:84.375rem) {
  .main-nav__top-link::before,
  .main-nav__top-button::before{
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; 
    background-color: #97d700;
    opacity: 0;
    transition: all 0.4s;
  }
}

.main-nav__top-button:hover,
.main-nav__top-button:focus {
  background-color:transparent;
  color:#00587c;
}

@media(min-width:84.375rem) {
  .main-nav__top-button:hover::before,
  .main-nav__top-button:focus::before,
  .main-nav__top-button.active::before,
  .main-nav__top-link:hover::before,
  .main-nav__top-link:focus::before,
  .main-nav__top-link.active::before{
    opacity: 1;
  }
}

.main-nav__top-button.active {
  background-color:transparent;
}

.main-nav__top-button:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition:all .3s;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top:5px solid #151515;
}

.homepage-header .main-nav__top-button:after{
  border-top:5px solid #151515;
}
@media(min-width:84.375rem){
  .homepage-header .main-nav__top-button:after{
    border-top:5px solid #ffffff;
  }
}

.main-nav__top-button:hover::after,
.main-nav__top-button:focus::after,
.main-nav__top-item:hover .main-nav__top-button::after,
.main-nav__top-item:focus-within .main-nav__top-button::after {
  border-top: 5px solid #97d700;
  /* Rotate the down-caret 90deg counterclockwise so it points right
     while the parent item is hovered/focused. */
  transform: translateY(-50%) rotate(-90deg);
}

.main-nav__top-button.active:after {
  border-top: 5px solid #97D700;
  /* Active (dropdown open) keeps the caret pointing down by resetting
     the hover-rotation. */
  transform: translateY(-50%);
}

.homepage-header .site-header--scrolled .main-nav__top-button:after{
  border-top: 5px solid #151515;
}

/*******************
* Split-button toggle (top-level item with both link AND dropdown)
* -------------------
* When an editor sets a `top_level_url` on an item that has a dropdown,
* we render an <a> for the label and a sibling caret <button> for the
* dropdown toggle. CSS below makes them sit together so visually the
* unit looks identical to the old single button + caret pair.
********************/

@media (min-width: 84.375rem) {
  /* Sit the link and toggle on one line with no extra space between. */
  .main-nav__top-item:has(.main-nav__top-toggle) {
    display: inline-flex;
    align-items: center;
  }
  .main-nav__top-link--has-dropdown {
    /* Trim the right padding so the caret sits where the old built-in
       caret used to be (the old button reserved 30px on the right for
       the :after caret). */
    padding-right: 0.5rem;
  }
}

.main-nav__top-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.main-nav__top-toggle:focus-visible {
  outline: 2px solid #97D700;
  outline-offset: -2px;
}

/* Caret (down triangle) - mirrors the existing .main-nav__top-button:after */
.main-nav__top-toggle-caret {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #151515;
  transition: transform 0.3s ease, border-top-color 0.3s ease;
}
@media (min-width: 84.375rem) {
  .homepage-header .main-nav__top-toggle-caret {
    border-top-color: #ffffff;
  }
  .homepage-header .site-header--scrolled .main-nav__top-toggle-caret {
    border-top-color: #151515;
  }
}

/* Hover/focus on the parent item rotates the caret to point right. */
.main-nav__top-item:hover .main-nav__top-toggle-caret,
.main-nav__top-item:focus-within .main-nav__top-toggle-caret {
  border-top-color: #97D700;
  transform: rotate(-90deg);
}

/* Active (dropdown open) - point down again, accent color. */
.main-nav__top-toggle.active .main-nav__top-toggle-caret {
  border-top-color: #97D700;
  transform: none;
}

.main-nav__dropdown {
  display: none;
  justify-content: center;
  position: absolute;
  left:0;

  z-index: 99;
  padding:2rem 0;
  width: 100%;
  background-color: #fff;
  border-top:2px solid #00587c;
  transition-property: opacity, transform, display;
  transition-duration: 0.3s;
  transform:translateY(0);
  opacity:1;
  
  @starting-style {
    opacity:0.5;
  transform:translateY(-5px);
  }
}

.main-nav__top-item--simple .main-nav__dropdown {
  width:auto;
  left: 50%;
  transform: translateX(-50%); 
}

.main-nav__dropdown.toggled {
  display:block;
  position:relative;
  box-shadow:0;
  border-bottom:1px solid #ccc;
  padding-top:1rem;
}

@media(min-width:84.375rem){
  .main-nav__dropdown.toggled {
    display:flex;
    flex-wrap: wrap;
    position:absolute;
    padding-top:2.5rem;
    top: 108px;
    /* Navy drop shadow - lifts the white dropdown off white page
       backgrounds without the heavy framed feel of an outline. */
    box-shadow: 0 12px 28px rgba(18, 42, 61, 0.28);
  }
}

.main-nav__column {
  padding:0 20px;  
}

@media(min-width:84.375rem){
  .main-nav__column {
    padding:0 45px;  
  }
  
  /** Column Widths **/
  /* First and second columns: 25% each */
  .main-nav__column:nth-child(1),
  .main-nav__column:nth-child(2) {
    flex: 0 0 25%;
    width: 25%;
  }
  
  .main-nav__column:first-child{
    /* Match default 45px inline padding so the column's left edge lines
       up with the rest of the menu - extra 65px left was indenting the
       first-column content past the menu gutter. */
    padding: 0 45px;
  }

  .main-nav__column:last-child{
    padding: 0 65px 0 45px;
  }
  
  .main-nav__column--full{
    width: 100%;
  }
  
  /* First and second columns: 50% each */
  .main-nav__top-item--simple .main-nav__column:nth-child(1),
  .main-nav__top-item--simple .main-nav__column:nth-child(2) {
    flex: 0 0 50%;
    width: 50%;
  }
  
  .main-nav__top-item--simple .main-nav__secondary-button {
	  display:none;
  }
  
  
  /* Third column: remaining 50% */
  .main-nav__column:nth-child(3) {
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    padding-left: 4rem;
  }
  
  /* Vertical separator between 2nd and 3rd column */
  .main-nav__column:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
  }
  
  /* Fourth column (slider): 100% width */
  .main-nav__column:nth-child(4) {
    flex: 0 0 100%;
    width: 100%;
  }
}

/*******************
* Mega Menu Gallery
********************/

.main-nav__gallery{
  margin-top: 2.5rem;
}

/** Title row - title text + horizontal rule + nav controls **/
.main-nav__gallery-title{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  color: #122A3D;
  white-space: nowrap;
}

.main-nav__gallery-title hr{
  flex: 1 1 auto;
  margin: 0;
  width: auto;
}

.main-nav__gallery-title-text{
  flex-shrink: 0;
}

/** Carousel controls - circle buttons that scroll the list **/
.main-nav__gallery-controls{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
}

.main-nav__gallery-control{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #122A3D;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 2.25rem; /* 36px */
  height: 2.25rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #122A3D;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.main-nav__gallery-control:hover,
.main-nav__gallery-control:focus{
  border-color: #E06D3A;
  color: #fff;
  background-color: #E06D3A;
  outline: none;
}

/** Disabled state - both buttons stay in the layout when one end of the
 *  scroll is reached, just dimmed. Keeps the control row from reflowing. **/
.main-nav__gallery-control:disabled,
.main-nav__gallery-control[disabled]{
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.main-nav__gallery-control:disabled:hover,
.main-nav__gallery-control[disabled]:hover{
  border-color: #122A3D;
  color: #122A3D;
  background-color: transparent;
}

/** Carousel track **/
.main-nav__gallery-list{
  display: flex;
  overflow: auto hidden;
  gap: 1rem;
  max-width: 100%;
  /* Smooth horizontal touch swipe + button-driven scroll */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* Hide scrollbar - native scroll still works for trackpad/touch */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media(min-width: 64rem){
  .main-nav__gallery-list{
    gap: 2.5rem;
  }
}

.main-nav__gallery-list::-webkit-scrollbar{
  display: none;
}

/** Card - a or div depending on whether a Card Link was set in the editor **/
.main-nav__gallery-item{
  flex-shrink: 0;
  display: block;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  scroll-snap-align: start;
  color: inherit;
  text-decoration: none;
}
@media(min-width: 64rem){
  .main-nav__gallery-item{
    min-width: 256px;
    max-width: 256px;
  }
}

/** Linked card affordance - subtle lift on hover so editors see when a
 *  card is clickable vs purely informational. **/
.main-nav__gallery-item--linked{
  cursor: pointer;
  transition: transform 0.18s ease;
}

.main-nav__gallery-item--linked:hover,
.main-nav__gallery-item--linked:focus-visible{
  transform: translateY(-2px);
  outline: none;
}

.main-nav__gallery-item--linked:hover .main-nav__gallery-image-caption,
.main-nav__gallery-item--linked:focus-visible .main-nav__gallery-image-caption{
  color: #122A3D;
}

.main-nav__gallery-image-wrap{
  width: 100%;
}

.main-nav__gallery-image-wrap img{
  display: block;
  width: 100%;
  object-fit: cover;
}

.main-nav__gallery-image-caption{
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #70747B;
  transition: color 0.18s ease;
}

.main-nav__secondary-button {
  border:0;
  border-radius:0;
  padding:1rem;
  background-color:transparent;
  color:#122A3D;
  font-size: 1rem;
  width:100%;
  position:relative;
  text-align:left;
  margin:0;
}


@media(min-width:84.375rem){
  .main-nav__secondary-button {
    padding:25px 0;
    font-size: 1.5rem;
    width:auto;
    font-weight: 300;
  }
}

.main-nav__secondary-button:hover,
.main-nav__secondary-button:focus {
  text-decoration:none;
  background-color:transparent;
  color:#122A3D;
  cursor:default;
}

.main-nav__separator{
  margin: 0;
  background-color: #D9D9D9;
  width: 100%;
  display: none;
}
@media(min-width: 84.375rem){
  .main-nav__separator{
    display: block;
  }
}

.main-nav__secondary-list {
  list-style:none;
  padding:0 1.5rem;
  margin:0;
}

.main-nav__secondary-list.toggled {
  display:block;  
}

@media(min-width:84.375rem){
  /** Secondary lists - desktop multi-column layout
   *
   *  Why CSS columns instead of flexbox:
   *  Flex with flex-wrap forces every item in a row to start below the
   *  tallest item in that row. A single two-line link (e.g. "Emergency
   *  Management and Recovery") leaves staircase gaps in the rest of the
   *  row. CSS columns flows items vertically inside each column, then
   *  fills the next column - so a tall item just consumes more of its
   *  own column without disturbing siblings.
   *
   *  column-width acts as a graceful-degradation min: as the parent
   *  width shrinks, the browser drops from 3 -> 2 -> 1 column instead
   *  of cramming the configured count into too little space.
   */
  .main-nav__secondary-list {
    padding: 0;
    column-count: 2;
    column-width: 11rem; /* 176px floor before columns collapse */
    column-gap: 2rem;
  }

  .main-nav__secondary-list--3-cols {
    column-count: 3;
    column-width: 9rem; /* 144px - tighter floor since 3 columns share the space */
  }

  .main-nav__secondary-item {
    /* Keep multi-line items intact within their column - no awkward splits */
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Vertical rhythm between items now that flex gap is gone */
    margin-bottom: 0.5rem;
  }

  /* Legacy ID hooks for specific dropdowns - same column behavior, kept
     for compatibility with any inline references in older content. */
  #lvl-3-2-1-2 {
    column-count: 2;
  }
  #lvl-3-2-1-3 {
    column-count: 3;
  }
}
.main-nav__secondary-link {
  display:block;
  font-size: 1rem; /* 16px - default column links */
  font-weight:400;
  color:#151515;
  text-decoration:none;
}

.main-nav__secondary-link:hover,
.main-nav__secondary-link:focus {
  text-decoration:underline;
}

/** Focused Column - bumps the column header + link sizes so one column
 *  in a dropdown can draw the eye. Toggled per-column from the editor
 *  via the "Focused Column" boolean on each navigation column. **/
@media(min-width:84.375rem){
  .main-nav__column--focused .main-nav__secondary-button {
    font-size: 2rem; /* 32px */
  }

  .main-nav__column--focused .main-nav__secondary-link {
    font-size: 1.125rem; /* 18px */
  }
}

.site-header__actions {
  display: block;
  padding: 1rem;
  z-index: 3;
  width: calc(100% - 2.5rem);
}

@media(min-width:84.375rem) {
  .site-header__actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    padding: 0;
    width: auto;
    background: transparent;
  }
}

.site-header__actions .button {
  display:none;
}
  
.site-header__actions .login-modal__form .button {
  display:block;  
}

@media(min-width:84.375rem) {
  .site-header__actions .button {
    display:flex;
    align-items:center;
    padding: .938rem 2.5rem;
  }
}
.site-header__actions span,
.site-header__mobile-logins span {
  display:inline-block;
  height:15px;
}

.site-header__actions svg,
.site-header__mobile-logins svg{
  width:15px;
  height:15px;
  fill: #12293C !important;
  margin-right:15px;
}

@media(min-width:84.375rem) {
  .site-header__actions svg,
  .site-header__mobile-logins svg{
    fill: #fff !important;
  }
}

.site-header__actions .button:focus,
.site-header__actions .button:hover svg {
  fill:#00587c;
}

.site-header__actions .button--invert svg {
  fill:#00587c;
}
.site-header__actions .button--invert:focus svg,
.site-header__actions .button--invert:hover svg {
  fill:#fff;
}

@media(min-width:84.375rem) and (max-width:96.875rem) {
  .site-header__actions svg {
    display:none;  
  }
  .site-header__actions .button {
    padding: .938rem 1.5rem;
  }
  .main-nav__top-button {
    padding: 45px 45px 45px 5px;
  }
}

.site-header__hamburger {
  order: 2;
  display: flex;
  align-items: center;
}

@media(min-width:84.375rem) {
  .site-header__hamburger {
    display: none;
  }
}

.site-header__search {
  display: block;
  position: relative;
  padding: 1rem;
  z-index: 3;
  width: 100%;
}

@media(min-width:84.375rem) {
  .site-header__search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 1rem 0 2.5rem;
    background: transparent;
  }
}

@media(min-width:84.375rem) {
    .site-header__search::after {
      content: '';
      display: block;
      position: relative;
      margin-left: 2rem;
      width: 2px;
      height: 16px;
      background-color: #151515;
    }
  
    .homepage-header .site-header__search::after {
      background-color: #ffffff;
    }
  
    .homepage-header .site-header--scrolled .site-header__search::after {
      background-color: #151515;
    }
}


.site-header__search-button {
  background:transparent;
  padding:0;
  margin:0;
  border-radius:0;
  border:0;
}

.site-header__search-button svg{
  stroke: #151515;
  width: 18px;
  height: 18px;
}

.homepage-header .site-header__search-button svg{
  stroke: #151515;
}
@media(min-width:84.375rem) {
  .homepage-header .site-header__search-button svg{
    stroke: #ffffff;
  }
}

.homepage-header .site-header--scrolled .site-header__search-button svg{
  stroke: #151515;
}

.site-header__search-button:hover,
.site-header__search-button:focus {
  background:transparent;  
}

.site-header__search-button:hover svg,
.site-header__search-button:focus svg {
  fill: #00587c;
}

@media(min-width:84.375rem) {
  .site-header__search-button:hover svg,
  .site-header__search-button:focus svg {
    fill: #fff;
  }
  .site-header__search-bar {
    position: absolute !important;
    top: 100%;
    z-index: 9;
    display:none;
    right:0;
    width:100%;
    padding: 1rem;
    max-width:520px;
  }

}

.site-header__search-bar {
  position: relative;
  top: 100%;
  z-index: 9;
  display:none;
  right:0;
  width:100%;
  padding: 1rem;
  max-width:520px;
}

.site-header__search-bar.toggled {
  display:block;
}

/*******************
* Search input + submit (refresh)
* -------------------
* Replaces the old heavy `border-bottom: 2px solid #00587c` underline on
* the input with a soft pill, and pulls the submit button into the
* theme-button system so it picks up brand colors automatically.
********************/

.site-header__search-input {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin: 0;
  padding: 0.625rem 6rem 0.625rem 1rem; /* 10px - right pad reserves space for the submit button */
  width: 100%;
  font-size: 0.9375rem; /* 15px */
  color: #151515;
  background-color: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.site-header__search-input::placeholder {
  color: #888;
}

.site-header__search-input:focus {
  outline: none;
  border-color: var(--button-color, #3c91cb);
  box-shadow: 0 0 0 3px rgba(60, 145, 203, 0.18);
}

.site-header__search-submit {
  position: absolute;
  top: 50%;
  right: 1.25rem; /* aligns with the bar's 1rem padding + 4px breathing room */
  transform: translateY(-50%);
  border: 0;
  border-radius: 6px;
  padding: 0.5rem 1rem; /* 8px 16px */
  height: auto;
  font-size: 0.9375rem; /* 15px */
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  background-color: var(--button-color, #3c91cb);
  transition: background-color 0.18s ease;
}

.site-header__search-submit:hover,
.site-header__search-submit:focus {
  outline: none;
  background-color: var(--button-hover-color, #2d77a9);
}

/* Mobile: pull the submit tight to the input edge so the always-on
   search bar doesn't crowd against the menu/utility area. */
@media (max-width: 84.3125rem) /* < 1349px - matches the desktop nav breakpoint */ {
  .site-header__search-submit {
    right: 0.1rem;
  }
}


/*******************
* Search icon swap (magnifier <-> X)
* -------------------
* The toggle button always renders both SVGs in markup; CSS picks which
* one shows based on the button's aria-expanded attribute (which the
* toggle JS already maintains). No JS coupling required.
********************/

.site-header__search-icon--close {
  display: none;
}

.site-header__search-button[aria-expanded="true"] .site-header__search-icon--open {
  display: none;
}

.site-header__search-button[aria-expanded="true"] .site-header__search-icon--close {
  display: block;
}


/*******************
* Mobile: always-open search
* -------------------
* Below the desktop nav breakpoint the search bar is rendered inline at
* full width inside the mobile menu - no toggle button. The user sees
* the input and submit button immediately, no extra tap required.
********************/

@media (max-width: 84.374rem){ /* one notch below the desktop 84.375rem breakpoint */
  .site-header__search-button {
    display: none;
  }

  .site-header__search-bar {
    display: block;
    position: relative;
    top: 0;
    max-width: none;
    padding: 0;
    background: transparent;
  }
}

.button--tab {
  position:relative;
  padding:0.938rem 2.5rem;
  border:0;
  background:transparent;
  color:#00587c;
}

.button--tab:after {
  content:'';
  display:block;
  position:absolute;
  bottom:-10px;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #00587c;
  opacity:0;
  left:44%;
  transition:none;
}

.button--tab.active:after {
  opacity:1;
  bottom:-13px;
  transition:all .3s;
}

.button--tab.active { 
  background:#00587c;
  color:#fff;
}


.login-modal {
  display:none;  
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  padding:1.5rem;
  z-index:9;
  border-top:4px solid #00587C;
  background-color:#fff;
  transition-property: opacity, display;
  transition-behavior: allow-discrete;
  transition-duration:.2s;
  opacity:1;
  
  @starting-style {
    opacity:0;
  }
}

@media(min-width:84.375rem){
  .login-modal {
    min-width: 35rem;
    right:0;
    left:auto !important;
  }
}

.login-modal.toggled {
  display:block;  
}

.login-modal__banner {
  display:flex;  
  border-radius:2rem;
  overflow:hidden;
  background:#00587C;
  align-items:center;
  display:none;
}
  
@media(min-width:84.375rem){
  .login-modal__banner {
    display:flex;
  }
}

.main-nav__banner{
  text-decoration: none;
}

.main-nav__banner-imagewrap {
  position:relative;
  Xbackground-color:#97D700;
  Xmax-width:290px;
}

.main-nav__banner-imagewrap img {
  display: block; 
  width: 100%;
  transform: translateX(0) translateY(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
@media(min-width:84.375rem){
  .main-nav__banner-imagewrap img {
    min-width: 16rem;
    max-width: 16rem;
  }
}

.main-nav__banner-image-caption{
  color: #70747B;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1rem;
  padding: 1rem 0;
  text-decoration: none;
}

.toggled > .main-nav__column .main-nav__banner-imagewrap img {
  Xtransform: translateX(10px) translateY(-10px);
}

.login-modal__banner img {
  min-width:130px;
}

.login-modal__banner-content {
  color:#fff;
  background:#00587C;
  padding:1rem;
}

.login-modal__banner-content h2 {
  font-size:2rem;
  line-height:2.2rem;
  color:inherit;
  margin-bottom:0.5rem;
}

.login-modal__banner-content a {
  color:inherit;  
}

.login-modal__alert {
  background-color:#002147;
  color:#fff;
  padding:1rem;
  border-radius:1rem;
  margin:.5rem 0 0;
}
.login-modal__alert p {
  margin-bottom:0;  
  }
.login-modal__form {  
  margin-top:.5rem;
}
.login-modal__form button {
  width:100%;
  margin:1.5rem 0;
  justify-content:center;
}

.login-modal__form label {
  font-size:1rem;  
}
input#UserName {
  margin-bottom:0.5rem
}
.login-modal__links {
  display:flex;
  list-style:none;
  margin:0;
  padding:0;
}

.login-modal__links a {
  display:inline-block;
  margin-right:.5rem;  
  font-size:.9rem;
}
  
  
@media(min-width:84.375rem){
  .login-modal__links a {
  font-size:1rem;
  }
}

.main-nav__banner img {
  display:block;
  color:#00587c;
  width: 100%;
  object-fit: cover;
}

.main-nav__banner {
  padding:1rem;
  display:block;
}

@media(min-width:84.375rem){
  .main-nav__banner {
    padding:0;
  }
}
/** Rich Text Column **/
.main-nav__richtext{
  padding: 0 1rem 1rem;
  color: #151515;
  font-size: 1.125rem;
}

.main-nav__richtext p{
  color: #151515;
  font-size: 1.125rem;
}

@media(min-width:84.375rem) {
  .main-nav__richtext {
    padding: 0;
  }
}

.main-nav__richtext p {
  margin: 0 0 1rem;
}

.main-nav__richtext a {
  color: #00587c;
  text-decoration: underline;
}

.main-nav__richtext a:hover,
.main-nav__richtext a:focus {
  text-decoration: none;
}

.main-nav__banner .arrow-link {
  color:#00587c;
  margin-top:1rem;
}

.site-header__menu-toggle {
  background:transparent;
  border-radius:0;
  padding:0;
  width:30px;
  height:21px;
  position:relative;
  border:0;
  display:flex;
  align-items:center;
  top:-2px;
}

.site-header__menu-toggle:hover,
.site-header__menu-toggle:focus {
  background:transparent;  
}

.site-header__menu-toggle-icon {
  display:block;
  height:3px;
  width:100%;
  background-color:#00587c;
  position:absolute;
  opacity:1;
  transition:opacity .3s;
}
.site-header__menu-toggle:before,
.site-header__menu-toggle:after {
  content:'';
  display:block;
  height:3px;
  width:100%;
  background-color:#00587c;
  position:absolute;
  left:0;
  top:0;
  transform:rotate(0deg);
  transition:transform .3s;
}

.site-header__menu-toggle:after {
  bottom:0;
  top:auto;
}

.site-header__menu-toggle.active .site-header__menu-toggle-icon {
  opacity:0;
}

.site-header__menu-toggle.active:before {
  transform:rotate(45deg);
  top:9px;
}

.site-header__menu-toggle.active:after {
  transform:rotate(-45deg);
  top:9px;
}

@media(min-width:84.375rem){
  .site-header__menu-toggle {
    display:none;
  }
}


.site-header__mobile-logins {
    display:flex;  
  gap:1rem;
}


@media(min-width:84.375rem){
  .site-header__mobile-logins {
  display:none;  
  }
}
.site-header__mobile-logins .button{
  display:flex;
  align-items:center;
  padding: .938rem 2.5rem;
}

.site-header__mobile-logins .button--invert svg, .site-header__mobile-logins .button:focus, .site-header__mobile-logins .button:hover svg {
  fill:#00587c;
}

.site-header__mobile-utility-links {
  padding:0;  
}


.site-header__mobile-utility-links .site-header__utility-label {
  position:static;
  opacity:1;
  border:0;
  padding:0;
}

.site-header__mobile-utility-link {
  display:flex;
  align-items:center;
  margin-bottom:1rem;
}
@media(min-width: 84.375rem){
  .site-header__mobile-utility-link {
    margin-bottom:.75rem;
  }
}

.site-header__mobile-utility-link img, 
.site-header__mobile-utility-link svg {
  display:none;
  margin-right:1rem;  
}

.site-header__settings-dialog {
  position:fixed;
  z-index:999;
  min-width:400px;
}
  
.site-header__settings-dialog button {
  float:right;
}
  .site-header__settings-dialog p {
font-size:1.5rem;
    margin-bottom:2rem;
  }