
body {
  margin: 0;
  color: #173552;
  background: #f7f9f8;
}

.site-header {
  position: relative !important;
  z-index: 1000 !important;
  width: 100% !important;
  margin: 0 !important;
  background: #061d38 !important;
  border-bottom: 3px solid #6cc23e !important;
  box-shadow: 0 5px 18px rgba(8, 33, 58, .10) !important;
}

.site-header *,
.site-header *::before,
.site-header *::after {
  box-sizing: border-box;
}

.site-header .nav-shell {
  width: min(1540px, calc(100% - 34px)) !important;
  min-height: 100px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
}

.site-header .brand,
.site-header .brand-logo {
  min-height: 78px !important;
  padding: 10px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.site-header .brand img,
.site-header .brand-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 158px !important;
  height: auto !important;
  max-height: 66px !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
}

.site-header .main-nav {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(110px, 1fr)) !important;
  align-items: stretch !important;
}

.site-header .main-nav > a {
  min-width: 0 !important;
  min-height: 100px !important;
  padding: 18px 9px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  border-left: 1px solid rgba(255,255,255,.07) !important;
  background: transparent !important;
}

.site-header .main-nav > a:hover,
.site-header .main-nav > a:focus-visible {
  background: rgba(255,255,255,.06) !important;
  outline: none !important;
}

.site-header .main-nav strong {
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
}

.site-header .main-nav span {
  color: rgba(255,255,255,.72) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 9.5px !important;
  line-height: 1.25 !important;
}

.site-header .get-involved {
  min-height: 48px !important;
  padding: 13px 17px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: #72c83d !important;
  color: #082b50 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.link-unified-site-header,
.link-standard-header,
.link-standard-nav {
  display: none !important;
}

.link-assigned-graphic-hero,
.launch-image-hero,
.link-community-impact-hero,
.business-approved-hero,
.link-public-wide-hero {
  width: 100% !important;
  max-width: none !important;
  height: clamp(270px, 28vw, 410px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.link-assigned-graphic-hero > img,
.launch-image-hero > img,
.link-community-impact-hero img,
.business-approved-hero-image,
.link-public-wide-hero > img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
}

.link-simple-page {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.link-simple-kicker {
  color: #5f9d35;
  font: 800 12px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.link-simple-title {
  margin: 8px 0 14px;
  color: #082f57;
  font: 800 clamp(34px, 4.8vw, 58px)/1.08 Montserrat, Arial, sans-serif;
}

.link-simple-lead {
  max-width: 900px;
  color: #3c556b;
  font: 600 17px/1.65 "Open Sans", Arial, sans-serif;
}

.link-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.link-simple-card {
  padding: 24px;
  border: 1px solid #dce5e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(10, 42, 66, .04);
}

.link-simple-card strong {
  display: block;
  color: #082f57;
  font: 800 15px/1.25 Montserrat, Arial, sans-serif;
}

.link-simple-card p {
  margin: 10px 0 0;
  color: #52697c;
  font: 600 14px/1.55 "Open Sans", Arial, sans-serif;
}

.link-simple-card a,
.link-simple-text-link {
  display: inline-block;
  margin-top: 16px;
  color: #4f8d2b;
  text-decoration: none;
  font: 800 12px/1.35 Montserrat, Arial, sans-serif;
}

.link-simple-card a:hover,
.link-simple-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.link-simple-band {
  padding: 58px 0;
  background: #f7f9f8;
}

.link-simple-band.white {
  background: #fff;
}

.link-simple-band.navy {
  background: #082f57;
  color: #fff;
}

.link-simple-band.navy .link-simple-title,
.link-simple-band.navy .link-simple-card strong {
  color: #fff;
}

.link-simple-band.navy .link-simple-lead,
.link-simple-band.navy .link-simple-card p {
  color: rgba(255,255,255,.82);
}

.link-simple-band.navy .link-simple-card {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.07);
  box-shadow: none;
}

.link-simple-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #6dc33d;
  color: #082f57 !important;
  text-decoration: none !important;
  font: 900 12px/1.2 Montserrat, Arial, sans-serif;
}

.link-simple-button.secondary {
  background: #fff;
  border: 1px solid #ccd9df;
}

.link-simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.link-simple-footer {
  padding: 28px 20px;
  background: #061d38;
  color: rgba(255,255,255,.80);
  text-align: center;
  font: 600 12px/1.55 "Open Sans", Arial, sans-serif;
}

.link-simple-footer a {
  color: #fff;
}

.business-access-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #dbe5e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(10,42,66,.04);
}

.business-access-card .tab-row {
  display: flex;
  gap: 8px;
  margin: 20px 0 16px;
}

.business-access-card .tab {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #c8d6dc;
  border-radius: 7px;
  background: #fff;
  color: #173552;
  font-weight: 800;
}

.business-access-card .tab.active {
  border-color: #082f57;
  background: #082f57;
  color: #fff;
}

.business-access-card label {
  display: block;
  margin: 13px 0;
  color: #173552;
  font: 700 13px/1.35 "Open Sans", Arial, sans-serif;
}

.business-access-card input {
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid #c8d5db;
  border-radius: 7px;
  background: #fff;
  color: #173552;
}

.business-access-card .primary {
  min-height: 46px;
  padding: 11px 16px;
  border: 0;
  border-radius: 7px;
  background: #6dc33d;
  color: #082f57;
  font-weight: 900;
  cursor: pointer;
}

.business-access-card .grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.business-access-card .check-row {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.business-access-card .check-row input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
}

.hidden {
  display: none !important;
}

@media (max-width: 1180px) {
  .site-header .nav-shell {
    width: min(100% - 24px, 1080px) !important;
    grid-template-columns: 180px 1fr !important;
    padding: 10px 0 !important;
  }

  .site-header .main-nav {
    grid-column: 1 / -1 !important;
    order: 3 !important;
    overflow-x: auto !important;
    grid-template-columns: repeat(7, minmax(145px, 1fr)) !important;
  }

  .site-header .main-nav > a {
    min-height: 66px !important;
  }

  .site-header .get-involved {
    justify-self: end !important;
  }
}

@media (max-width: 760px) {
  .link-simple-grid {
    grid-template-columns: 1fr !important;
  }

  .business-access-card .grid-two {
    grid-template-columns: 1fr !important;
  }

  .link-assigned-graphic-hero,
  .launch-image-hero,
  .link-community-impact-hero,
  .business-approved-hero,
  .link-public-wide-hero {
    height: 250px !important;
  }
}
