/* HOME PAGE LAYOUT
---------------------------------------------------------------------*/
.homePageMain {
  background: #F4F4F4;
}
.homeHeroSection {
  background: #333;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding: 120px 0 30px 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);
}
.homeHeroSection::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.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: 2;
}
.homeHeroContent {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  max-width: 50%;
  border-left: 4px solid var(--theme-secondary, #738E71);
  padding-left: 10px;
}
.homeHeroSection h1 {
  margin: 0;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: var(--font-weight-regular, 400);
  text-transform: uppercase;
}
.homeHeroSection h2 {
  margin: 0;
  color: #FFF;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: var(--font-weight-bold, 700);
}
.homeHeroSummary {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: var(--font-weight-regular, 400);
}
.homeHeroIntro {
  max-width: 760px;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: var(--font-weight-regular, 400);
}
.homeHeroIntro p:last-child {
  margin-bottom: 0;
}
.homeListingSection {
  background: transparent;
  color: var(--theme-primary, #183153);
  text-align: left;
  padding: 56px 0;
}
.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: 0.95rem;
  line-height: 1.4;
  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 {
  width: calc(33.333% - 14px);
}
@keyframes rainbow-border-shift {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
.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(255, 95, 109, 1) 0%, rgba(255, 95, 109, 0.94) 18%, transparent 42%),
    radial-gradient(circle at 14% 100%, rgba(255, 195, 113, 1) 0%, rgba(255, 195, 113, 0.92) 18%, transparent 44%),
    radial-gradient(circle at 35% 0%, rgba(244, 153, 193, 0.95) 0%, rgba(244, 153, 193, 0.78) 18%, transparent 42%),
    radial-gradient(circle at 66% 100%, rgba(127, 192, 234, 1) 0%, rgba(127, 192, 234, 0.94) 20%, transparent 46%),
    radial-gradient(circle at 100% 50%, rgba(95, 156, 255, 1) 0%, rgba(95, 156, 255, 0.96) 22%, transparent 46%);
  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 rgba(19, 33, 51, 0.04);
}
.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(--home-ink, #132133);
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.2;
  font-weight: 400;
}
.homeSearchFeatureForm input[type="search"]::placeholder {
  color: rgba(19, 33, 51, 0.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(--home-ink, #132133);
}
.homeSearchFeatureForm:focus-within {
  box-shadow: none;
}
.homeSearchFeatureForm:focus-within .homeSearchFeatureInner {
  box-shadow: 0 0 0 2px rgba(9, 87, 165, 0.16);
}
.homeSearchFeatureForm button {
  position: relative;
  min-height: calc((var(--button-padding-y, 7px) * 2) + (var(--button-font-size, 1rem) * var(--button-line-height, 1.2)));
  padding: var(--button-padding-y, 7px) var(--button-padding-x, 16px);
  border: var(--button-border-width, 2px) solid #FFF;
  border-radius: var(--button-radius, 999px);
  margin: 0;
  background: #fff;
  color: var(--button-color, var(--theme-primary, #183153));
  font-size: var(--button-font-size, 1rem);
  line-height: var(--button-line-height, 1.2);
  font-weight: var(--button-font-weight, 700);
  white-space: nowrap;
  isolation: isolate;
  overflow: hidden;
}
.homeSearchFeatureForm button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: var(--button-border-width, 2px);
  border-radius: inherit;
  background: var(--button-rainbow-border-animated, linear-gradient(45deg, #06C5D9 0%, #0957A5 18%, #715DFF 36%, #9E248F 54%, #F499C1 72%, #06C5D9 100%));
  background-size: 200% 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.homeSearchFeatureForm button::after {
  content: "\2192";
  margin-left: 10px;
  font-size: 1.18em;
  font-weight: 400;
}
.homeSearchFeatureForm button:hover,
.homeSearchFeatureForm button:focus {
  background: #fff;
  border-color: transparent;
  color: var(--button-hover-color, var(--theme-primary, #183153));
}
.homeSearchFeatureForm button:hover::before,
.homeSearchFeatureForm button:focus::before {
  opacity: 1;
  animation: rainbow-border-shift 3.6s linear infinite;
}
.homeSearchFeatureForm button:focus-visible {
  outline: 2px solid var(--button-focus-ring, #467DBC);
  outline-offset: 3px;
}
.homeStatsSection,
.homeWhoSection,
.homePortfolioSection,
.homeExcellenceSection {
  padding: 64px 0;
  background: #FFF;
}
.homeStatsSection {
  background: var(--theme-primary, #183153);
  color: #FFF;
}
.homeStatsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.homeStat {
  min-width: 0;
}
.homeStat strong {
  display: block;
  margin: 0 0 8px 0;
  color: #FFF;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.05;
}
.homeStat span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  line-height: 1.45;
}
.homeSectionEyebrow {
  margin: 0 0 10px 0;
  color: var(--theme-secondary, #738E71);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.homeWhoContent {
  max-width: 980px;
  color: #2F3F4E;
  font-size: 1.04rem;
  line-height: 1.7;
}
.homePortfolioSection {
  background: #F4F4F4;
}
.homePortfolioSection h2 {
  max-width: 780px;
  margin: 0;
  color: var(--theme-primary, #183153);
}
.homePortfolioGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.homePortfolioCard {
  min-width: 0;
  border-top: 1px solid rgba(var(--theme-primary-rgb, 24,49,83), .2);
  padding: 24px 0 0 0;
}
.homePortfolioCard h3 {
  margin: 0 0 14px 0;
  color: var(--theme-primary, #183153);
  font-size: 1.45rem;
  line-height: 1.25;
}
.homePortfolioCard p {
  margin: 0 0 20px 0;
  color: #2F3F4E;
  line-height: 1.65;
}
.homeExcellenceSection h2:first-child {
  margin-top: 0;
}
.homeExcellenceSection .sectionBlock {
  border-top: 1px solid rgba(var(--theme-primary-rgb, 24,49,83), .16);
  padding: 26px 0;
}
@media (prefers-reduced-motion: reduce) {
  .homeSearchFeatureForm button:hover::before,
  .homeSearchFeatureForm button:focus::before {
    animation: none;
    background: var(--button-rainbow-border, linear-gradient(90deg, #06C5D9 0%, #0957A5 26%, #715DFF 52%, #9E248F 76%, #F499C1 100%));
  }
}
@media (max-width: 900px) {
  .homeStatsGrid,
  .homePortfolioGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .homeStatsGrid,
  .homePortfolioGrid {
    grid-template-columns: 1fr;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 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-feature-title, clamp(1.5rem, 3vw, 2.5rem));
  line-height: var(--line-height-feature-title, 1.15);
}
#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-feature-title, clamp(1.5rem, 3vw, 2.5rem));
  line-height: var(--line-height-feature-title, 1.15);
  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-feature-title, clamp(1.5rem, 3vw, 2.5rem));
  line-height: var(--line-height-feature-title, 1.15);
  margin: 0 0 18px 0;
}
#WhoWeServe .intro {
  font-size: var(--font-size-intro-strong, 1.25rem);
  line-height: var(--line-height-intro-strong, 1.875rem);
}
#WhoWeServe p {
  line-height: 1.6rem;
  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, 1.5rem);
  line-height: var(--line-height-modal-title, 1.25);
  text-transform: none;
}
.homeNoticeModalBodyText {
  margin: 0 0 18px 0;
  color: #304255;
  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: #516173;
  font-size: .95rem;
  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 {
    min-height: 400px;
    padding: 120px 0 30px 0;
  }
  .homeHeroContent {
    max-width: none;
  }
  .homeHeroSection h1 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .homeHeroSection h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .homeHeroSummary,
  .homeHeroIntro {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .homeListingSection {
    padding: 40px 0;
  }
  .homeSectionHeader {
    display: block;
  }
  .homeSectionLink {
    display: inline-block;
    margin-top: 8px;
  }
  .homeListingSection .content-card {
    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: 0.94rem;
  }
  .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: 1.25rem;
  }
  .homeNoticeModalPanel,
  .homeNoticeModalPanel.noMedia {
    width: min(94vw,680px);
  }
}
