.bg-kvc-green {
  background: #07AF8A;
}

.bg-kvc-light-green {
  background: #7BCBB6;
}

.bg-navy {
  background: #24356E;
}

.bg-primary-purple {
  background: #854B9D;
}

.bg-primary-turquoise {
  background: #00B4B6;
}

.bg-primary-cyan {
  background: #0B92D1;
}

.bg-primary-blue {
  background: #0962AE;
}

.bg-secondary-lime {
  background: #C3DC82;
}

.bg-tertiary-yellow {
  background: #FFF6A5;
}

.bg-light-green {
  background: #D7ECE5;
}

.bg-light-green-2 {
  background: #EDF6F4;
}

:root {
  /* Font family presets */
  --kvc-font-archer: var(--wp--preset--font-family--archer-pro);
  --kvc-font-source-sans: var(--wp--preset--font-family--source-sans-pro);
  /* Archer Pro weights available in Typekit */
  --kvc-font-weight-archer-book: 300;
  --kvc-font-weight-archer-medium: 400;
  --kvc-font-weight-archer-semibold: 500;
  --kvc-font-weight-archer-bold: 600;
  --kvc-font-weight-archer-black: 700;
  /* Source Sans Pro weights available in Typekit */
  --kvc-font-weight-source-sans-light: 300;
  --kvc-font-weight-source-sans-regular: 400;
  --kvc-font-weight-source-sans-italic: 400;
  --kvc-font-weight-source-sans-semibold: 600;
  --kvc-font-weight-source-sans-bold: 700;
  --kvc-font-weight-source-sans-black: 900;
}

header {
  position: relative;
  margin-block-start: 0;
  margin-bottom: 3rem;
  z-index: 10000;
}

:root {
  --kvc-mobile-header-height: 135px;
  --kvc-mobile-menu-button-top: 43px;
}

header .desktop-nav {
  position: relative;
  background-color: white;
  z-index: 2;
}
header .desktop-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background-image: url("../images/header-border.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  pointer-events: none;
}
@media (min-width: 992px) {
  header .desktop-nav::after {
    height: 10px;
  }
}

header .opening-bg {
  position: relative;
  z-index: 1;
  --opening-tear-height: clamp(36px, 6vw, 120px);
  padding: 40px 0 45px;
}
header .opening-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(var(--opening-tear-height) - 1px);
  background-color: #D7ECE5;
  z-index: 0;
}
header .opening-bg::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: calc(var(--opening-tear-height) + 1px);
  background-image: url("../images/opening-bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}
header .opening-bg > * {
  position: relative;
  z-index: 2;
}
header .opening-bg p {
  text-align: center;
  font-size: 30px;
  line-height: 58px;
  letter-spacing: 3px;
}
header .opening-bg p.year {
  font-size: 70px;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1;
  text-transform: uppercase;
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  header .opening-bg {
    --opening-tear-height: clamp(28px, 10vw, 70px);
    padding: 20px 0 25px;
  }
  header .opening-bg p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  header .opening-bg p.year {
    font-size: 48px;
  }
}

header .wp-block-navigation a {
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  color: #24356E;
  text-decoration: none;
}

header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus,
header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus-visible {
  color: #07AF8A;
  text-decoration: none;
}

header .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
header .wp-block-navigation-item:focus-within > .wp-block-navigation-item__content,
header .wp-block-navigation-item.is-open > .wp-block-navigation-item__content {
  color: #07AF8A;
  text-decoration: none;
}

header .wp-block-navigation__container > .wp-block-navigation-item__has-child > .wp-block-navigation-item__content:hover,
header .wp-block-navigation__container > .wp-block-navigation-item__has-child > .wp-block-navigation-item__content:focus,
header .wp-block-navigation__container > .wp-block-navigation-item__has-child > .wp-block-navigation-item__content:focus-visible,
header .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation-item__content:hover,
header .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation-item__content:focus,
header .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation-item__content:focus-visible,
header .wp-block-navigation__container > .wp-block-navigation-item[aria-expanded=true] > .wp-block-navigation-item__content {
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
}

header .wp-block-navigation__submenu-icon,
header .wp-block-navigation__submenu-icon svg {
  color: #0B92D1;
  fill: #0B92D1;
  stroke: #0B92D1;
}

header .wp-block-navigation__submenu-icon {
  width: 0.75rem;
  height: 0.42856rem;
  background-image: url("../images/chevron-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
}

header .wp-block-navigation__submenu-icon svg {
  opacity: 0;
  width: 0.75rem;
  height: 0.42856rem;
  stroke-width: 2px;
}

header .wp-block-navigation-submenu__toggle {
  width: 24px;
  height: 24px;
  background-image: url("../images/chevron-blue.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
}

header .wp-block-navigation-submenu__toggle svg {
  display: none !important;
}

header .wp-block-navigation__responsive-container-open,
header .wp-block-navigation__responsive-container-close {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 36px;
}

header .wp-block-navigation__submenu-container {
  background-color: white;
  padding: 0;
  border: 0 !important;
  z-index: 9999;
  max-width: calc(100vw - 2rem);
  min-width: 220px !important;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

header .wp-block-navigation__submenu-container a:hover,
header .wp-block-navigation__submenu-container a:focus,
header .wp-block-navigation__submenu-container a:focus-visible {
  background-color: #EDF6F4;
  text-decoration: none;
  color: #000000 !important;
}

header .wp-block-navigation__submenu-container a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000 !important;
  padding: 0.7rem 15px !important;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  transition: color 0.2s ease, background-color 0.2s ease;
}

header .wp-block-navigation__submenu-container::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}

header .wp-block-navigation-item:hover > .wp-block-navigation__submenu-container,
header .wp-block-navigation-item:focus-within > .wp-block-navigation__submenu-container,
header .wp-block-navigation-item.is-open > .wp-block-navigation__submenu-container {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

header .wp-block-navigation-item:hover > .wp-block-navigation__submenu-icon,
header .wp-block-navigation-item:focus-within > .wp-block-navigation__submenu-icon,
header .wp-block-navigation-item.is-open > .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  header .wp-block-navigation__responsive-container-open {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
  }
  header .wp-block-navigation__responsive-container-close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  header .wp-block-navigation__submenu-icon {
    width: 0.75rem;
    height: 0.42856rem;
    display: inline-block;
    background-image: url("../images/chevron-blue.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  header .wp-block-navigation__submenu-icon svg {
    width: 0.75rem;
    height: 0.42856rem;
    display: none !important;
  }
  header .wp-block-navigation__submenu-container {
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 600px) and (max-width: 991.9px) {
  header nav.wp-block-navigation,
  header nav.wp-block-navigation.is-layout-flex {
    flex-direction: row-reverse;
  }
  header .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    display: none !important;
  }
  header .wp-block-navigation__responsive-container {
    display: none !important;
  }
  header .wp-block-navigation__container {
    display: flex !important;
  }
}
header .wp-block-navigation__responsive-container-open {
  background-image: url("../images/navbar-icon.svg");
}

header .wp-block-navigation__responsive-container-close {
  background-image: url("../images/x-icon.svg");
}

header .wp-block-navigation__responsive-container-open svg,
header .wp-block-navigation__responsive-container-close svg {
  display: none !important;
}

@media (max-width: 991.98px) {
  header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    overflow: visible;
  }
  header .site-header {
    position: relative;
    z-index: 10001;
    background-color: #ffffff;
  }
  header .wp-block-site-logo img {
    max-width: 140px;
    height: auto;
  }
  header .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }
  header .wp-block-navigation__responsive-container {
    display: flex !important;
    position: fixed;
    top: calc(var(--kvc-mobile-header-height) + 6px);
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
  header .wp-block-navigation__responsive-container.is-menu-open {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
    overflow-y: auto;
  }
  header .wp-block-navigation {
    position: relative;
  }
  header .wp-block-navigation__responsive-container-open {
    z-index: 2;
    transition: opacity 0.2s ease, transform 0.2s ease;
    margin-right: -6px;
  }
  header .wp-block-navigation__responsive-container-close {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  header .wp-block-navigation__responsive-container-close.kvc-in-header {
    position: fixed;
    top: var(--kvc-mobile-menu-button-top);
    right: 20px;
    left: auto;
    transform: translateY(-50%);
    z-index: 10002;
  }
  .kvc-mobile-menu-open header .wp-block-navigation__responsive-container-close,
  header.kvc-mobile-menu-open .wp-block-navigation__responsive-container-close {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) rotate(90deg);
  }
  .kvc-mobile-menu-open header .wp-block-navigation__responsive-container-open,
  header.kvc-mobile-menu-open .wp-block-navigation__responsive-container-open {
    opacity: 0;
    pointer-events: none;
    transform: rotate(-90deg);
  }
  header .wp-block-navigation > .wp-block-navigation__container {
    display: none !important;
  }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column;
  }
  header .wp-block-navigation__responsive-container-content,
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 0.5rem !important;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    flex-direction: row !important;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__container {
    row-gap: 0.75rem;
    align-items: flex-start;
    width: 100%;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item.has-child {
    flex-wrap: wrap;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
    width: auto;
    display: inline-flex;
    align-items: center;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
    color: #24356E;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
  header .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus,
  header .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus-visible,
  header .wp-block-navigation__responsive-container .wp-block-navigation-item__content:hover,
  header .wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus,
  header .wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus-visible {
    color: #24356E;
    background-color: transparent;
    text-decoration: none;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item.is-open > .wp-block-navigation-item__content {
    color: #24356E;
    text-decoration: none;
  }
  header .wp-block-navigation-submenu__toggle {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    background-image: none !important;
    width: 24px;
    height: 24px;
    margin-left: 0.5rem;
    align-self: center;
  }
  header .wp-block-navigation-submenu__toggle .wp-block-navigation__submenu-icon {
    display: inline-block;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-icon {
    background-image: none;
    width: 14px;
    height: 14px;
    color: #0B92D1;
    fill: none;
    stroke: #0B92D1;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle svg,
  header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-icon svg {
    display: block !important;
    opacity: 1 !important;
    width: 14px;
    height: 14px;
    stroke: #0B92D1;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle svg path {
    stroke: #0B92D1;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus,
  header .wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus-visible {
    color: #24356E;
    background-color: transparent;
    text-decoration: none;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container {
    position: static;
    margin-top: 0;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    flex-basis: 100%;
    box-shadow: none;
    background-color: #EDF6F4;
    padding: 0.7rem 0 !important;
    margin-left: 0;
    padding-left: 0;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding-left: 0;
    margin-left: 0;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding-left: 0.75rem;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container::before {
    display: none;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item:not(.is-open) > .wp-block-navigation__submenu-container {
    display: none;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item.is-open > .wp-block-navigation__submenu-container {
    display: block;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle[aria-expanded=true] + .wp-block-navigation__submenu-container {
    display: block;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle[aria-expanded=false] + .wp-block-navigation__submenu-container {
    display: none;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item:hover > .wp-block-navigation__submenu-icon {
    transform: none;
  }
}
@media (min-width: 992px) {
  header .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
  header .wp-block-navigation__responsive-container {
    display: flex !important;
  }
  header .wp-block-navigation__container {
    display: flex !important;
  }
  header .wp-block-navigation__container > .wp-block-navigation-item:last-child > .wp-block-navigation__submenu-container {
    left: auto;
    right: 0;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container {
    background-color: white;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
  header .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus,
  header .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus-visible {
    color: #07AF8A;
    background-color: transparent;
    text-decoration: none;
  }
}
@media (min-width: 1550px) {
  header .wp-block-navigation__container > .wp-block-navigation-item:last-child > .wp-block-navigation__submenu-container {
    left: 0;
    right: auto;
  }
}
footer {
  position: relative;
  z-index: 2;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem 0;
}
footer .wp-block-columns {
  margin-bottom: 0;
}
footer a {
  color: #000000 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
}
footer hr.wp-block-separator {
  border-width: 5px;
  opacity: 100%;
  max-width: 300px;
  margin: 0 auto;
}
footer a:hover,
footer a:focus,
footer a:focus-visible {
  color: #07AF8A !important;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer {
    padding-top: 3rem;
  }
  footer .wp-block-social-links, footer .wp-block-social-links.has-normal-icon-size {
    font-size: 34px;
  }
}
footer nav.wp-block-navigation ul p {
  font-weight: 300;
}
@media (max-width: 781px) {
  footer nav.wp-block-navigation ul {
    flex-direction: column;
  }
}

.wp-block-button {
  padding: 0;
}
.wp-block-button a,
.wp-block-button button {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
  max-width: fit-content;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  color: white;
  background-color: #24356E;
  border: 2px solid #24356E;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.wp-block-button a::after,
.wp-block-button button::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.4rem;
  margin-left: 4px;
  background-image: url("../images/green-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.wp-block-button a[href^="tel:"]::after,
.wp-block-button button[href^="tel:"]::after {
  width: 1rem;
  height: 0.8rem;
  margin-left: 6px;
  background-image: url("../images/phone-green.svg");
}
.wp-block-button a:hover, .wp-block-button a:active, .wp-block-button a:focus, .wp-block-button a:focus-visible,
.wp-block-button button:hover,
.wp-block-button button:active,
.wp-block-button button:focus,
.wp-block-button button:focus-visible {
  text-decoration: none !important;
  color: #24356E !important;
  background-color: white;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.wp-block-button a:hover::after, .wp-block-button a:active::after, .wp-block-button a:focus::after, .wp-block-button a:focus-visible::after,
.wp-block-button button:hover::after,
.wp-block-button button:active::after,
.wp-block-button button:focus::after,
.wp-block-button button:focus-visible::after {
  transform: translateX(3px);
}
.wp-block-button a:active, .wp-block-button a:focus, .wp-block-button a:focus-visible,
.wp-block-button button:active,
.wp-block-button button:focus,
.wp-block-button button:focus-visible {
  text-decoration: none !important;
}

body p, body ul, body ol {
  color: #000000;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  body p, body ul, body ol {
    font-size: 1.125rem;
  }
}

:focus-visible {
  outline: 1px auto #C3DC82;
}

.wp-site-blocks {
  overflow-x: hidden;
}

.page-with-bg,
.page-template-page-with-background main,
.page-template-page-with-background .entry-content {
  position: relative;
  --page-cutout-height: clamp(80px, 12vw, 200px);
  --page-cutout-offset: clamp(2rem, 6vw, 7rem);
  --page-half-bg-offset: 40px;
  --page-half-bg-start-adjusted: calc(var(--page-half-bg-start, 200px) + var(--page-half-bg-offset));
  background-color: #D7ECE5;
  background-image: linear-gradient(to bottom, transparent 0, transparent var(--page-half-bg-start-adjusted), #D7ECE5 var(--page-half-bg-start-adjusted), #D7ECE5 100%);
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .page-with-bg,
  .page-template-page-with-background main,
  .page-template-page-with-background .entry-content {
    --page-cutout-height: clamp(140px, 12.5vw, 360px);
  }
}
@media (min-width: 2400px) {
  .page-with-bg,
  .page-template-page-with-background main,
  .page-template-page-with-background .entry-content {
    --page-cutout-height: clamp(180px, 12.5vw, 480px);
  }
}
.page-template-page-with-background main.has-leading-image,
.page-template-page-with-background .entry-content.has-leading-image {
  background-color: transparent;
}

.page-template-page-with-background main.has-leading-image {
  background-image: none;
}

.page-template-page-with-background main.has-leading-image {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: visible;
}

.page-template-page-with-background main.has-leading-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--page-half-bg-start, 200px) + var(--page-cutout-offset) - 1px + 100px);
  bottom: 0;
  background-color: #D7ECE5;
  z-index: 0;
}

.page-template-page-with-background main.has-leading-image::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(var(--page-half-bg-start, 200px) + var(--page-cutout-offset) - var(--page-cutout-height) / 2 + 100px);
  height: var(--page-cutout-height);
  transform: scaleY(-1);
  background-image: url("../images/opening-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}

.page-template-page-with-background .entry-content.has-leading-image {
  position: relative;
  z-index: 2;
}

.block-spacing-default,
.is-style-spacing-default {
  --block-spacing: 2rem;
  margin-bottom: var(--block-spacing);
  margin-block-end: var(--block-spacing);
}
@media (min-width: 992px) {
  .block-spacing-default,
  .is-style-spacing-default {
    --block-spacing: 4rem;
    margin-bottom: var(--block-spacing);
    margin-block-end: var(--block-spacing);
  }
}

.block-spacing-tight,
.is-style-spacing-tight {
  --block-spacing: 1rem;
  margin-bottom: var(--block-spacing);
  margin-block-end: var(--block-spacing);
}
@media (min-width: 992px) {
  .block-spacing-tight,
  .is-style-spacing-tight {
    --block-spacing: 2rem;
    margin-bottom: var(--block-spacing);
    margin-block-end: var(--block-spacing);
  }
}

.block-spacing-loose,
.is-style-spacing-loose {
  --block-spacing: 3rem;
  margin-bottom: var(--block-spacing);
  margin-block-end: var(--block-spacing);
}
@media (min-width: 992px) {
  .block-spacing-loose,
  .is-style-spacing-loose {
    --block-spacing: 6rem;
    margin-bottom: var(--block-spacing);
    margin-block-end: var(--block-spacing);
  }
}

.block-spacing-none,
.is-style-spacing-none {
  --block-spacing: 0;
  margin-bottom: var(--block-spacing);
  margin-block-end: var(--block-spacing);
}

:where(.is-layout-flow) > .block-spacing-default:last-child,
:where(.is-layout-flow) > .block-spacing-tight:last-child,
:where(.is-layout-flow) > .block-spacing-loose:last-child,
:where(.is-layout-flow) > .block-spacing-none:last-child,
:where(.is-layout-flow) > .is-style-spacing-default:last-child,
:where(.is-layout-flow) > .is-style-spacing-tight:last-child,
:where(.is-layout-flow) > .is-style-spacing-loose:last-child,
:where(.is-layout-flow) > .is-style-spacing-none:last-child {
  margin-block-end: var(--block-spacing);
}

h1 {
  color: #24356E;
  font-size: 48px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 2rem !important;
}
@media (min-width: 992px) {
  h1 {
    font-size: 80px;
    line-height: 74px;
    letter-spacing: 0.5px;
    margin-bottom: 3rem !important;
  }
}

h2 {
  color: #24356E;
  font-size: 34px;
  line-height: 38px;
  font-weight: 350;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 48px;
    line-height: 46px;
  }
}

h3 {
  color: #24356E;
  font-size: 20px;
  line-height: 23px;
  font-weight: 800;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
    line-height: 31px;
  }
}

.wp-block-group:has(> .wp-block-heading.has-text-align-center) {
  text-align: center !important;
}
.wp-block-group:has(> .wp-block-heading.has-text-align-center) .wp-block-list {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

.wp-block-list.has-text-align-center,
.has-text-align-center > ul,
.has-text-align-center > ol {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

.has-text-align-center ul,
.has-text-align-center ol {
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}

.text-section__content ul,
.text-section__content ol {
  display: inline-block;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.25rem;
}

a {
  text-decoration: none;
  color: #0962AE;
  text-decoration: underline;
}
a:hover {
  color: #07AF8A;
}

@media (min-width: 768px) {
  .home .text-section__content,
  .home .text-section__button {
    text-align: center;
  }
}

.page-template-default .entry-content,
.page-template-default footer,
.page-template-page-with-background .entry-content,
.page-template-page-with-background footer {
  margin-block-start: 0;
}

.page-template-page-with-background .cta-with-background__content {
  background-color: white;
  background-image: none;
}
.page-template-page-with-background .cta-with-background--light-green .cta-with-background__content::before,
.page-template-page-with-background .cta-with-background--light-green .cta-with-background__content::after {
  display: none;
}
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__content {
  background-image: url("../images/wide-blue-spots.svg"), linear-gradient(#24356E, #24356E);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  color: #fff;
}
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__heading,
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__text,
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__text p {
  color: #fff;
}
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__button .wp-block-button__link {
  color: #fff;
  border-color: #fff;
}
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__button .wp-block-button__link:hover,
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__button .wp-block-button__link:focus,
.page-template-page-with-background .cta-with-background--navy-pattern .cta-with-background__button .wp-block-button__link:focus-visible {
  color: #fff;
  border-color: #fff;
}
.page-template-page-with-background .linkable-cards__card {
  background-color: white;
}
.page-template-page-with-background .accordion-block .accordion-button,
.page-template-page-with-background .accordion-block .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.page-template-page-with-background .accordion-block .accordion-button:hover,
.page-template-page-with-background .accordion-block .accordion-button:focus,
.page-template-page-with-background .accordion-block .accordion-button:focus-visible {
  background-color: #7BCBB6;
}
.page-template-page-with-background .two-column-cta__content {
  background-color: white;
  background-image: none;
}
.page-template-page-with-background .two-column-cta__content::before,
.page-template-page-with-background .two-column-cta__content::after {
  display: none;
}
.page-template-page-with-background .icon-ctas {
  background-color: white;
}
.page-template-page-with-background .icon-ctas::before,
.page-template-page-with-background .icon-ctas::after {
  display: none;
}

.page-template-sidebar-page .sidebar-content section.image-block .container,
.page-template-sidebar-page .sidebar-content section.text-section .container,
.page-template-sidebar-page .sidebar-content section.cta-with-background .container,
.page-template-sidebar-page .sidebar-content section.overlay-logo-image .container,
.page-template-sidebar-page .sidebar-content section.accordion-block .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-template-sidebar-page .sidebar-content section.image-block .row,
.page-template-sidebar-page .sidebar-content section.text-section .row,
.page-template-sidebar-page .sidebar-content section.cta-with-background .row,
.page-template-sidebar-page .sidebar-content section.overlay-logo-image .row,
.page-template-sidebar-page .sidebar-content section.accordion-block .row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-sidebar-page .sidebar-content section.image-block .row > [class^=col-],
.page-template-sidebar-page .sidebar-content section.image-block .row > [class*=" col-"],
.page-template-sidebar-page .sidebar-content section.image-block .row > .col,
.page-template-sidebar-page .sidebar-content section.text-section .row > [class^=col-],
.page-template-sidebar-page .sidebar-content section.text-section .row > [class*=" col-"],
.page-template-sidebar-page .sidebar-content section.text-section .row > .col,
.page-template-sidebar-page .sidebar-content section.cta-with-background .row > [class^=col-],
.page-template-sidebar-page .sidebar-content section.cta-with-background .row > [class*=" col-"],
.page-template-sidebar-page .sidebar-content section.cta-with-background .row > .col,
.page-template-sidebar-page .sidebar-content section.overlay-logo-image .row > [class^=col-],
.page-template-sidebar-page .sidebar-content section.overlay-logo-image .row > [class*=" col-"],
.page-template-sidebar-page .sidebar-content section.overlay-logo-image .row > .col,
.page-template-sidebar-page .sidebar-content section.accordion-block .row > [class^=col-],
.page-template-sidebar-page .sidebar-content section.accordion-block .row > [class*=" col-"],
.page-template-sidebar-page .sidebar-content section.accordion-block .row > .col {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-template-sidebar-page .sidebar-content section.text-with-image .container,
.page-template-sidebar-page .sidebar-content section.button-list .container,
.page-template-sidebar-page .sidebar-content section.icon-ctas .container,
.page-template-sidebar-page .sidebar-content section.linkable-cards .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-template-sidebar-page .sidebar-content section.text-with-image .container > .row,
.page-template-sidebar-page .sidebar-content section.button-list .container > .row,
.page-template-sidebar-page .sidebar-content section.icon-ctas .container > .row,
.page-template-sidebar-page .sidebar-content section.linkable-cards .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-sidebar-page .sidebar-content section.text-with-image .container > .row > .col-lg-8,
.page-template-sidebar-page .sidebar-content section.button-list .container > .row > .col-lg-8,
.page-template-sidebar-page .sidebar-content section.icon-ctas .container > .row > .col-lg-8,
.page-template-sidebar-page .sidebar-content section.linkable-cards .container > .row > .col-lg-8 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-template-sidebar-page .sidebar-content section.text-with-image .container > .row > .col-lg-10,
.page-template-sidebar-page .sidebar-content section.button-list .container > .row > .col-lg-10,
.page-template-sidebar-page .sidebar-content section.icon-ctas .container > .row > .col-lg-10,
.page-template-sidebar-page .sidebar-content section.linkable-cards .container > .row > .col-lg-10 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .page-template-sidebar-page .sidebar-content section.text-with-image .row.align-items-center.g-4 > [class^=col-],
  .page-template-sidebar-page .sidebar-content section.text-with-image .row.align-items-center.g-4 > [class*=" col-"],
  .page-template-sidebar-page .sidebar-content section.text-with-image .row.align-items-center.g-4 > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-template-sidebar-page .sidebar-content section.text-with-image.text-with-image--image-right .text-with-image__media-col {
    order: 2;
  }
  .page-template-sidebar-page .sidebar-content section.text-with-image.text-with-image--image-right .text-with-image__content-col {
    order: 1;
  }
}
