/* HOME PAGE LAYOUT
---------------------------------------------------------------------*/
.homePageMain {
  background: var(--surface-light, rgba(17, 17, 17, .04));
}
.homeHeroSection {
  background: var(--theme-primary, #183153);
  position: relative;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #FFF;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
}
.homeHeroBg {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}
.homeHeroBg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.homeHeroSection .container {
  position: relative;
  z-index: 1;
}
.homeHeroContent {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none;
  padding: 60px 0;
}
.homeHeroSection h1 {
  margin: 0;
  color: #FFF;
  font-size: var(--font-size-h1, 3.2rem);
  line-height: var(--line-height-h1, 3.4rem);
  font-weight: 100;
}
.homeHeroSection h2 {
  margin: 0;
  color: #FFF;
  font-size: var(--font-size-h2, 2.2rem);
  line-height: var(--line-height-h2, 1.3);
  font-weight: var(--font-weight-medium, 600);
}
.homeHeroSection h1 + h2,
.homeHeroSection h1 + .homeHeroSummary {
  margin-top: 12px;
}
.homeHeroSection h2 + .homeHeroIntro {
  margin-top: 24px;
}
.homeHeroSummary {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  font-weight: var(--font-weight-regular, 400);
}
.homeHeroIntro {
  max-width: 760px;
  color: rgba(255,255,255,.9);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  font-weight: var(--font-weight-regular, 400);
}
.homeHeroIntro > :first-child {
  margin-top: 0;
}
.homeHeroIntro p:last-child {
  margin-bottom: 0;
}
.homeListingSection {
  background: transparent;
  color: var(--theme-primary, #183153);
  text-align: left;
  padding: 56px 0;
}
#homeServices,
#homeEvents {
  background: var(--section-bg-alt, #EFEFEF);
  background-image: none;
}
#homeProducts,
#homeNews {
  background: #FFF;
  background-image: none;
}
.homeSectionHeader {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px 0;
}
.homeListingSection h2 {
  color: var(--theme-primary, #183153);
  margin: 0;
}
.homeSectionLink {
  color: var(--theme-primary, #183153);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: var(--link-underline-thickness, 1px);
  text-underline-offset: var(--link-underline-offset, 4px);
  white-space: nowrap;
}
.homeSectionLink:hover,
.homeSectionLink:focus {
  text-decoration: none;
}
.homeListingSection .content-card-grid {
  gap: 20px;
}
.homeListingSection .content-card-item {
  width: calc(33.333% - 14px);
}
.homeSearchSection {
  position: relative;
  overflow: visible;
  padding: 72px 0 82px 0;
  background: #FFF;
}
.homeSearchSection .container {
  display: flex;
  justify-content: center;
  overflow: visible;
}
.homeSearchFeatureForm {
  position: relative;
  isolation: isolate;
  width: min(100%, 640px);
  min-height: 58px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  overflow: visible;
}
.homeSearchFeatureForm::before,
.homeSearchFeatureForm::after {
  content: none;
}
.homeSearchGlow {
  position: absolute;
  inset: -6px -9px;
  z-index: 0;
  display: block;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 50%, rgba(var(--theme-primary-rgb, 24, 49, 83), .9) 0%, rgba(var(--theme-primary-rgb, 24, 49, 83), .72) 24%, transparent 48%),
    radial-gradient(circle at 100% 50%, rgba(var(--theme-secondary-rgb, 115, 142, 113), .85) 0%, rgba(var(--theme-secondary-rgb, 115, 142, 113), .68) 24%, transparent 48%);
  filter: blur(8px) saturate(1.45);
  opacity: 0.96;
  transform: translateZ(0);
}
.homeSearchFeatureInner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 24px 0 26px;
  border-radius: inherit;
  background: #FFF;
  box-shadow: 0 0 0 1px var(--color-border, rgba(17, 17, 17, .18));
}
.homeSearchFeatureForm input[type="search"] {
  position: relative;
  width: 100%;
  min-height: 58px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--color-text, #111);
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  font-weight: var(--font-weight-regular, 400);
}
.homeSearchFeatureForm input[type="search"]::placeholder {
  color: var(--color-text, #111);
  opacity: .62;
}
.homeSearchFeatureForm input[type="search"]:focus,
.homeSearchFeatureForm input[type="search"]:focus-visible {
  outline: none;
  background: transparent !important;
}
.homeSearchFeatureForm input[type="search"]::-webkit-search-decoration,
.homeSearchFeatureForm input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.homeSearchFeatureForm input[type="search"]:-webkit-autofill,
.homeSearchFeatureForm input[type="search"]:-webkit-autofill:hover,
.homeSearchFeatureForm input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: var(--color-text, #111);
}
.homeSearchFeatureForm:focus-within {
  box-shadow: none;
}
.homeSearchFeatureForm:focus-within .homeSearchFeatureInner {
  box-shadow: 0 0 0 2px rgba(var(--theme-primary-rgb, 24, 49, 83), .18);
}
.homeSearchFeatureForm button {
  min-width: 0;
}
.homeSearchFeatureForm button::after {
  content: "\2192";
  margin-left: 10px;
  font-size: var(--font-size-body, 1rem);
  font-weight: var(--font-weight-regular, 400);
}
/* RESOURCES
---------------------------------------------------------------------*/
#resourcesHero,
#resources {
  padding: 120px 0 120px 0;
  overflow: hidden;
  text-align: center;
  background-color: #FFF;
  background-image: var(--site-default-bg-image, none);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
}
#resourcesHero h1,
#resources h1 {
  color: #FFF;
  font-size: var(--font-size-eyebrow, 0.875rem);
  line-height: var(--line-height-eyebrow, 1.25rem);
  margin: 0 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: var(--font-weight-bold, 700);
}
#resourcesHero .intro,
#resources .intro {
  color: #FFF;
  font-size: var(--font-size-h2, 2.2rem);
  line-height: var(--line-height-h2, 1.3);
}
#resourcesHero a,
#resources a {
  font-weight: 400;
  color: #FFF;
  text-decoration: underline dotted;
}
#resourcesHero a:hover, #resourcesHero a:focus,
#resources a:hover, #resources a:focus {
  text-decoration: none;
}
#resourcesHero .intro a,
#resources .intro a {
  font-weight: 700;
  color: #FFF;
  text-decoration: underline dotted;
}
#resourcesHero .intro a:hover, #resourcesHero .intro a:focus,
#resources .intro a:hover, #resources .intro a:focus {
  text-decoration: none;
}
#resourcesPartners {
  background: #FFF;
  padding: 0 0 24px 0;
}
/* WHO WE ARE
---------------------------------------------------------------------*/
#WhoWeAre {
  padding: 72px 0 72px 0;
  overflow: hidden;
  background-color: #FFF;
  color: #222;
}
#WhoWeAre h2 {
  color: #467DBC;
  font-size: var(--font-size-h2, 2.2rem);
  line-height: var(--line-height-h2, 1.3);
  margin: 0 0 48px 0;
  padding: 0 0 24px 0;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #467DBC;
}
#WhoWeAre img {
  width: 100%;
}
/* WHO WE SERVE
---------------------------------------------------------------------*/
#WhoWeServe {
  padding: 86px 0 86px 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(70, 125, 188,.2);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#WhoWeServe h1 {
  font-size: var(--font-size-eyebrow, 0.875rem);
  line-height: var(--line-height-eyebrow, 1.25rem);
  margin: 0 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: var(--font-weight-bold, 700);
}
#WhoWeServe h2 {
  font-size: var(--font-size-h2, 2.2rem);
  line-height: var(--line-height-h2, 1.3);
  margin: 0 0 18px 0;
}
#WhoWeServe .intro {
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
}
#WhoWeServe p {
  line-height: var(--line-height-body, 1.5rem);
  margin-bottom: 24px;
}
#WhoWeServe p a {
  text-decoration: underline dotted;
}

/* HOME NOTICE MODAL
---------------------------------------------------------------------*/
.homeNoticeModal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17,30,46,.58);
}
.homeNoticeModal[hidden] {
  display: none;
}
.homeNoticeModalPanel {
  position: relative;
  width: min(92vw,860px);
  max-height: 88vh;
  overflow: auto;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
}
.homeNoticeModalPanel.noMedia {
  width: min(92vw,620px);
}
.homeNoticeModalClose {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #6A7786;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  border-radius: 6px;
  padding: 2px 6px;
}
.homeNoticeModalClose:hover,
.homeNoticeModalClose:focus {
  color: var(--theme-primary, #183153);
}
.homeNoticeModalClose:focus {
  outline: none;
  box-shadow: none;
}
.homeNoticeModalClose:focus-visible {
  outline: 2px solid #467DBC;
  outline-offset: 2px;
}
.homeNoticeModalBody {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  gap: 0;
}
.homeNoticeModalMedia {
  background: #EEF2F6;
  min-height: 100%;
}
.homeNoticeModalMedia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeNoticeModalCopy {
  padding: 34px 34px 28px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homeNoticeModalCopy h2 {
  margin: 0 0 12px 0;
  color: var(--theme-primary, #183153);
  font-size: var(--font-size-modal-title, 2.2rem);
  line-height: var(--line-height-modal-title, 1.25);
  text-transform: none;
}
.homeNoticeModalBodyText {
  margin: 0 0 18px 0;
  color: var(--color-text, #111);
  font-size: var(--font-size-modal-body, 1rem);
  line-height: var(--line-height-modal-body, 1.625rem);
}
.homeNoticeModalBodyText p {
  margin: 0 0 14px 0;
}
.homeNoticeModalBodyText p:last-child {
  margin-bottom: 0;
}
.homeNoticeModalActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}
.homeNoticeModalDismiss,
.homeNoticeModalDismissDay {
  border: 0;
  background: transparent;
  color: var(--color-text, #111);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.homeNoticeModalDismiss:hover,
.homeNoticeModalDismiss:focus,
.homeNoticeModalDismissDay:hover,
.homeNoticeModalDismissDay:focus {
  color: var(--theme-primary, #183153);
}
body.notice-modal-open {
  overflow: hidden;
}
@media only screen and (max-width:749px) {
  .homeHeroSection h1 {
    font-size: var(--font-size-h1, 3.2rem);
    line-height: var(--line-height-h1, 3.4rem);
  }
  .homeHeroSection h2 {
    font-size: var(--font-size-h2, 2.2rem);
    line-height: var(--line-height-h2, 1.3);
  }
  .homeHeroSummary,
  .homeHeroIntro {
    font-size: var(--font-size-body, 1rem);
    line-height: var(--line-height-body, 1.5rem);
  }
  .homeListingSection {
    padding: 40px 0;
  }
  .homeSectionHeader {
    display: block;
  }
  .homeSectionLink {
    display: inline-block;
    margin-top: 8px;
  }
  .homeListingSection .content-card-item {
    width: 100%;
  }
  .homeSearchSection {
    padding: 48px 0 54px 0;
  }
  .homeSearchFeatureForm {
    width: calc(100% - 36px);
    min-height: 52px;
  }
  .homeSearchFeatureInner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 52px;
    padding: 0 16px 0 18px;
  }
  .homeSearchFeatureForm input[type="search"] {
    min-height: 52px;
    padding: 0;
    font-size: var(--font-size-body, 1rem);
  }
  .homeSearchFeatureForm button {
    display: inline-grid;
    place-items: center;
    width: 42px;
    padding-inline: 0;
    font-size: 0;
  }
  .homeSearchFeatureForm button::after {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1;
  }
  .homeNoticeModal {
    padding: 16px;
  }
  .homeNoticeModalBody {
    grid-template-columns: 1fr;
  }
  .homeNoticeModalCopy {
    padding: 24px 20px 22px 20px;
  }
  .homeNoticeModalCopy h2 {
    font-size: var(--font-size-h2, 2.2rem);
  }
  .homeNoticeModalPanel,
  .homeNoticeModalPanel.noMedia {
    width: min(94vw,680px);
  }
}
