:root {
  --ice-blue: #B1E4E3;
  --mobile-padding: 30px;
  --white: #fff;
  --body-font-color: #002d3a;
  --primary-color: #003b5c;
  --secondary-color: #a45a2a;
  --tertiary-color: #039455;
  --border-gray: #f3f3f3;
  --cta-banner-bg: #e0f4f4;
  --yellow: #F6EB61;
  --violet: #B580D1;
  --dark-violet: #9c56c2;
  --maine-green: #046a38;
  --community-footer: #dfdfdf;
  --light-yellow: #FDFAD7;
  --light-violet-pink: #F9EEF8;
  --light-ice-blue: #E0F4F4;
  --light-rust: #F4EBE5;
  --rust-tint: #D1AC94;
}

.max-wrap-none, .block-max-wrap-none > .content {
  width: 100%;
  max-width: 100%;
}

.max-wrap-xsmall {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.block-max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

.max-wrap-small {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.block-max-wrap-small > .content {
  max-width: 950px !important;
  margin: 0 auto;
}

.max-wrap-medium {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.block-max-wrap-medium > .content {
  max-width: 1200px !important;
  margin: 0 auto;
}

.max-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.block-max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.block-max-wrap-large > .content {
  max-width: 1440px !important;
  margin: 0 auto;
}

@font-face {
  font-family: "Amatic SC";
  font-weight: 700;
  src: url("../fonts/AmaticSC-Bold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Amatic SC";
  font-weight: 500;
  src: url("../fonts/AmaticSC-Regular.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Qanelas Soft";
  font-weight: 400;
  src: url("../fonts/qanelassoft-medium.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Qanelas Soft";
  font-weight: 500;
  src: url("../fonts/qanelassoft-regular.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Qanelas Soft";
  font-weight: 600;
  src: url("../fonts/qanelassoft-semibold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Qanelas Soft";
  font-weight: 800;
  src: url("../fonts/qanelassoft-extrabold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Qanelas Soft";
  font-weight: 700;
  src: url("../fonts/qanelassoft-bold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Ridley Grotesk";
  font-weight: 500;
  src: url("../fonts/ridleygrotesk-regular.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Ridley Grotesk";
  font-weight: 600;
  src: url("../fonts/ridleygrotesk-semibold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Ridley Grotesk";
  font-weight: 700;
  src: url("../fonts/ridleygrotesk-bold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Ridley Grotesk";
  font-weight: 800;
  src: url("../fonts/ridleygrotesk-extrabold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "Ridley Grotesk";
  font-weight: 900;
  src: url("../fonts/ridleygrotesk-heavy.otf") format("opentype");
  font-display: block;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: var(--body-font-color);
}

body {
  font-family: "Ridley Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
}

p {
  font-family: "Ridley Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
  font-size: inherit !important;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: var(--teachers-red-pen);
  font-style: normal;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

::marker {
  color: var(--secondary-color);
}

ul li {
  break-inside: avoid;
}

.script-font {
  font-family: "ff-market-web", sans-serif !important;
}

.no-top-padding * {
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

a {
  color: var(--primary-color);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
a:hover, a:focus {
  text-decoration: underline currentColor;
}

.content {
  font-family: "Ridley Grotesk", sans-serif;
}

main a:not([class]),
main a[class=speedbump] {
  font-weight: 700;
  text-decoration: underline transparent;
}
main a:not([class]):hover,
main a[class=speedbump]:hover {
  text-decoration: underline currentColor;
  font-weight: 700;
}

@media screen and (max-width: 979px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom,
.margin-bottom-none {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top,
.no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom,
.no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1,
h1:not([class]) {
  font-weight: 800;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1;
  font-family: "Ridley Grotesk", sans-serif;
  color: var(--maryland-midnight);
}

.f-h2,
h2:not([class]) {
  line-height: 1.2;
  font-family: "Ridley Grotesk", sans-serif;
  font-size: clamp(3rem, 3vw, 3.6rem);
  font-weight: 700;
  color: #003b5c;
}
.f-h2.accent,
h2:not([class]).accent {
  font-display: block;
  font-family: "Amatic SC", serif;
  font-size: clamp(4rem, 5vw, 6rem);
}

.f-h3,
h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Ridley Grotesk", sans-serif;
  color: var(--primary-color);
}

.f-h4,
h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Ridley Grotesk", sans-serif;
  color: var(--maryland-midnight);
}

.f-h5,
h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "Ridley Grotesk", sans-serif;
}

.f-h6,
h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "Ridley Grotesk", sans-serif;
}

.force-white {
  color: var(--white) !important;
}
.force-white *:not(.ghost-btn-white) {
  color: var(--white) !important;
}

.force-black {
  color: var(--black) !important;
}
.force-black *:not {
  color: var(--black) !important;
}

/** BRAND BACKGROUNDS **/
.bg-white {
  --blockColor: var(--white) !important;
  --box-color: var(--white) !important;
}

.bg-black {
  --blockColor: var(--black) !important;
  --box-color: var(--black) !important;
}

.breadcrumbs {
  display: none;
}
@media screen and (min-width: 980px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .breadcrumb {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--body-font-color);
}
.breadcrumbs .breadcrumb:hover {
  font-weight: 400;
}
.breadcrumbs .breadcrumb:after {
  content: "|";
  pointer-events: none;
  display: inline-block;
  padding: 0 0.5em 0 0.5em;
}
.breadcrumbs .breadcrumb:after:hover {
  text-decoration: none;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}

#location-index .location-header {
  margin-bottom: 10rem;
}
#location-index .map-holder {
  width: 100%;
  height: 250px;
  position: relative;
  transition: height 0.3s ease-in-out;
  display: none;
}
@media screen and (min-width: 980px) {
  #location-index .map-holder {
    height: 400px;
  }
}
#location-index .map-holder #map {
  height: 100%;
  width: 100%;
}
#location-index .map-holder button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--headingFont);
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border-radius: 10px 10px 0 0;
  background-color: var(--tertiary-color);
  color: var(--white);
}
#location-index .map-holder button .open {
  display: none;
}
#location-index .map-holder button .closed {
  display: block;
}
#location-index .map-holder.enlarged {
  height: 500px;
}
@media screen and (min-width: 980px) {
  #location-index .map-holder.enlarged {
    height: 700px;
  }
}
#location-index .map-holder.enlarged button .open {
  display: block;
}
#location-index .map-holder.enlarged button .closed {
  display: none;
}
#location-index .location-header .header {
  background-color: var(--primary-color);
  padding: 0 30px;
}
#location-index .location-header .header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 11rem 0 7rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  column-gap: clamp(20px, 5vw, 50px);
}
#location-index .location-header .header > .content .breadcrumbs {
  margin-bottom: 4rem;
}
#location-index .location-header .header > .content .breadcrumbs > * {
  color: white;
}
@media screen and (min-width: 980px) {
  #location-index .location-header .header > .content {
    grid-template-columns: minmax(0, 1000px) 371px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 979px) {
  #location-index .location-header .header > .content .info-side {
    justify-items: center;
  }
}
#location-index .location-header .header > .content .search-side {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 500px;
  width: 100%;
  justify-self: center;
}
@media screen and (min-width: 980px) {
  #location-index .location-header .header > .content .search-side {
    justify-self: flex-end;
    max-width: 371px;
    margin-top: 1em;
    justify-items: flex-start;
  }
}
#location-index .location-header .header > .content .search-side form {
  width: 100%;
}
@media screen and (max-width: 979px) {
  #location-index .location-header .header > .content .search-side form {
    text-align: center;
  }
}
#location-index .location-header .header > .content .search-side label {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 1em;
  display: block;
  padding-left: 1em;
  font-weight: 600;
}
@media screen and (max-width: 979px) {
  #location-index .location-header .header > .content .search-side label {
    padding-left: 0;
  }
}
#location-index .location-header .header > .content .search-side .input-box {
  position: relative;
  width: 100%;
  max-width: 500px;
}
#location-index .location-header .header > .content .search-side .input-box:before {
  content: "";
  background-image: url(../template_images/header/ico-search.svg);
  height: 16px;
  width: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}
#location-index .location-header .header > .content .search-side .input-box input {
  border-radius: 31px;
  max-width: 371px;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Ridley Grotesk", sans-serif;
  padding: 1.1em 4em;
}
#location-index .location-header .header > .content .search-side .input-box input::placeholder {
  color: var(--body-font-color);
}
@media screen and (max-width: 979px) {
  #location-index .location-header .header > .content .search-side .input-box input {
    max-width: 500px;
  }
}
#location-index .location-header .header .f-h1 {
  font-size: clamp(3.6rem, 4vw, 4.8rem);
  color: var(--white);
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  #location-index .location-header .header .f-h1 {
    text-align: center;
    margin-bottom: 1em;
  }
}
#location-index .atm-list {
  background-color: var(--cta-banner-bg);
  padding: 8.5rem 30px;
}
#location-index .atm-list > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#location-index .atm-list .header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.3rem;
  margin-bottom: 4.3rem;
}
#location-index .atm-list .header .icon {
  aspect-ratio: 1;
  height: 6.6rem;
  margin-bottom: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  #location-index .atm-list .header .icon {
    height: 8rem;
  }
}
#location-index .atm-list .header .f-h2 {
  margin-bottom: 0;
  text-align: center;
}
#location-index .atm-list .header .copy {
  text-align: center;
}
#location-index .atm-list .atm-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(40px, 5vw, 75px);
  justify-content: center;
  row-gap: 5rem;
}
@media screen and (max-width: 979px) {
  #location-index .atm-list .atm-container {
    display: grid;
    grid-template-columns: 169px 169px;
    justify-content: center;
  }
}
#location-index .atm-list .atm-container .atm {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  align-items: flex-start;
  max-width: 200px;
}
@media screen and (max-width: 979px) {
  #location-index .atm-list .atm-container .atm {
    max-width: 169px;
  }
}
#location-index .atm-list .atm-container .atm .title {
  font-size: 1.8rem;
  font-family: "Ridley Grotesk", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
#location-index .atm-list .atm-container .atm .address {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
#location-index .atm-list .atm-container .atm .directions-link {
  font-family: "Qanelas Soft", sans-serif;
  font-size: 1.6rem;
  position: relative;
  align-content: center;
}
#location-index .atm-list .atm-container .atm .directions-link:before {
  content: "";
  background-image: url(../template_images/header/ico-locations.svg);
  width: 12px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  position: relative;
  display: inline-block;
  top: 3px;
}
#location-index .location-list {
  padding: 0 30px;
  margin-bottom: 10rem;
}
#location-index .location-list > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7.6rem;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  #location-index .location-list > .content {
    row-gap: 14rem;
  }
}
@media screen and (min-width: 1400px) {
  #location-index .location-list > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(20px, 3vw, 100px);
  }
}
#location-index .location-list > .content .location {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 700px;
}
@media screen and (min-width: 980px) {
  #location-index .location-list > .content .location {
    grid-template-columns: 334px 290px;
    column-gap: 20px;
    align-items: center;
  }
}
#location-index .location-list > .content .location .image {
  width: 100%;
  aspect-ratio: 334/209;
  margin-bottom: 1.8rem;
  overflow: hidden;
}
#location-index .location-list > .content .location .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (min-width: 980px) {
  #location-index .location-list > .content .location .image {
    margin-bottom: 0;
  }
}
#location-index .location-list > .content .location .info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 979px) {
  #location-index .location-list > .content .location .info {
    padding: 0 30px;
  }
}
#location-index .location-list > .content .location .info .f-h2 {
  font-size: 2.6rem;
  font-family: var(--headingFont);
  margin-bottom: 2.2rem;
  text-align: left;
}
#location-index .location-list > .content .location .info .address {
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: left;
}
#location-index .location-list > .content .location .info .phones {
  margin-bottom: 2.2rem;
}
#location-index .location-list > .content .location .info .phones a {
  font-weight: 500;
  position: relative;
}
#location-index .location-list > .content .location .info .phones a:after {
  content: "|";
  display: inline-block;
  padding: 0 0.2em 0 0.5em;
}
#location-index .location-list > .content .location .info .phones a:last-child:after {
  content: none;
}
#location-index .location-list > .content .location .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  row-gap: 1em;
  column-gap: 1.5rem;
}
@media screen and (max-width: 979px) {
  #location-index .location-list > .content .location .actions {
    justify-content: center;
  }
}
#location-index .location-list > .content .location .actions a {
  width: 100%;
  max-width: 148px;
}
#location-index .location-list > .content .location .actions a.ghost-btn {
  padding: 0.6em 1em;
}
#location-index .location-list > .content .location .actions a.directions-link {
  font-family: "Qanelas Soft", sans-serif;
  font-size: 1.6rem;
  position: relative;
  align-content: center;
}
#location-index .location-list > .content .location .actions a.directions-link:before {
  content: "";
  background-image: url(../template_images/header/ico-locations.svg);
  width: 12px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  position: relative;
  display: inline-block;
  top: 3px;
}
@media screen and (min-width: 980px) {
  #location-index .cta-block ul li {
    width: 245px;
  }
}
#location-index .photo-split {
  background-color: var(--white);
}
#location-index .photo-split .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(25px, 5vw, 55px);
  row-gap: 1em;
}
@media screen and (max-width: 979px) {
  #location-index .photo-split .actions {
    grid-template-columns: 1fr;
    align-items: center;
    row-gap: 4rem;
  }
}
#location-index .photo-split .actions .block {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  align-content: center;
}
@media screen and (max-width: 979px) {
  #location-index .photo-split .actions .block {
    width: 100%;
  }
}
#location-index .photo-split .actions .block .photo {
  border-radius: 0;
  height: auto;
  width: max-content;
  align-content: center;
  max-width: 74px;
  width: 100%;
  aspect-ratio: 1;
}
#location-index .photo-split .actions .block .photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#location-index .photo-split .actions .block a {
  border-left: 2px solid var(--primary-color);
  padding-left: 2rem;
}
#location-index .photo-split .actions .block:nth-child(3) {
  grid-column: 1/3;
  width: 100%;
}
@media screen and (max-width: 979px) {
  #location-index .photo-split .actions .block:nth-child(3) {
    grid-column: 1;
  }
}

@media screen and (min-width: 980px) {
  #location-detail .internal-header {
    height: 48vw;
    max-height: 583px;
  }
}
#location-detail .internal-header .f-h1 {
  margin-bottom: 2rem;
}
#location-detail .internal-header .address,
#location-detail .internal-header .phones,
#location-detail .internal-header .tty-phone {
  color: var(--white);
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 1.5em;
}
#location-detail .internal-header .phones {
  color: var(--white);
  margin-bottom: 2em;
}
#location-detail .internal-header .phones > a:after {
  content: "|";
  padding: 0 0.2em 0 0.5em;
}
#location-detail .internal-header .phones > a:last-child:after {
  content: none;
}
#location-detail .internal-header .phones:has(+ .tty-phone) {
  margin-bottom: 1em;
}
#location-detail .internal-header .tty-phone {
  margin-bottom: 4.5rem;
}
#location-detail .hours-and-links {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  column-gap: clamp(50px, 10vw, 160px);
  padding-left: 30px;
  padding-right: 30px;
  row-gap: 10rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 282px));
  justify-content: center;
  margin-bottom: 5em;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  #location-detail .hours-and-links .contact-block {
    grid-column: 1/3;
    justify-self: center;
  }
}
#location-detail .hours-and-links .hours-block,
#location-detail .hours-and-links .contact-block {
  flex-shrink: 0;
}
#location-detail .hours-and-links .hours-block .f-h2,
#location-detail .hours-and-links .contact-block .f-h2 {
  font-family: var(--headingFont);
  font-size: 2.6rem;
  font-weight: var(--bold);
}
#location-detail .hours-and-links .hours-block {
  height: max-content;
}
#location-detail .hours-and-links .hours-block .f-h2 {
  display: flex;
  flex-direction: row;
  column-gap: 1.6rem;
  align-items: center;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
#location-detail .hours-and-links .hours-block .f-h2:before {
  content: "";
  height: 2.2rem;
  aspect-ratio: 1;
  display: block;
  background-image: url(../template_images/svg-shapes/clock.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#location-detail .hours-and-links .hours-block dl {
  padding-left: 3.2rem;
  color: var(--primary-color);
}
#location-detail .hours-and-links .hours-block dt {
  font-weight: 700;
}
#location-detail .hours-and-links .hours-block dd {
  padding-bottom: 3rem;
  margin-left: 0;
}
#location-detail .hours-and-links .hours-block dd:last-child {
  padding-bottom: 0;
}
#location-detail .hours-and-links .hours-block:first-of-type {
  position: relative;
}
#location-detail .hours-and-links .hours-block:first-of-type:after {
  content: "";
  display: none;
  position: absolute;
  background-color: var(--tertiary-color);
}
@media screen and (max-width: 599px) {
  #location-detail .hours-and-links .hours-block:first-of-type:after {
    bottom: -5rem;
    left: 0;
    right: 0;
    height: 3px;
  }
}
@media screen and (min-width: 600px) {
  #location-detail .hours-and-links .hours-block:first-of-type:after {
    top: 0;
    right: calc(-1 * clamp(25px, 5vw, 80px));
    bottom: 0;
    width: 3px;
    left: unset;
  }
}
#location-detail .hours-and-links .contact-block {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  column-gap: 1.9rem;
}
@media screen and (min-width: 980px) {
  #location-detail .hours-and-links .contact-block {
    flex-direction: row;
  }
}
#location-detail .hours-and-links .contact-block .photo {
  aspect-ratio: 153/163;
  max-width: 153px;
  border-radius: 30px;
  overflow: hidden;
  flex: 0 0 153px;
}
#location-detail .hours-and-links .contact-block .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#location-detail .hours-and-links .contact-block .info .f-h3 {
  font-size: 1.6rem;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: "Qanelas Soft", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}
#location-detail .hours-and-links .contact-block .info .name,
#location-detail .hours-and-links .contact-block .info .position,
#location-detail .hours-and-links .contact-block .info .email {
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: 500;
}
#location-detail .hours-and-links .contact-block .info .name {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 0;
}
#location-detail .hours-and-links .contact-block .info .position {
  font-size: 1.6rem;
}
#location-detail .hours-and-links:has(.hours-block:nth-child(2)) .hours-block:first-of-type:after {
  display: block;
}
#location-detail .introduction-and-services {
  padding: 0 30px;
  margin-bottom: 4em;
}
#location-detail .introduction-and-services > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6rem;
}
@media screen and (min-width: 980px) {
  #location-detail .introduction-and-services > .content {
    display: flex;
    justify-content: center;
    column-gap: clamp(50px, 15vw, 190px);
  }
}
#location-detail .introduction-and-services > .content .intro {
  width: 100%;
  max-width: 600px;
}
#location-detail .introduction-and-services > .content .intro .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  column-gap: 2em;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  #location-detail .introduction-and-services > .content .intro .actions {
    justify-items: flex-start;
    grid-template-columns: repeat(auto-fit, 200px);
    flex: 2 1 66%;
  }
}
#location-detail .introduction-and-services > .content .intro .actions > a {
  width: 100%;
  max-width: 200px;
}
#location-detail .introduction-and-services > .content .services {
  position: relative;
}
#location-detail .introduction-and-services > .content .services:before {
  content: "";
  position: absolute;
  background-color: var(--community-footer);
}
@media screen and (max-width: 979px) {
  #location-detail .introduction-and-services > .content .services:before {
    left: 0;
    right: 0;
    height: 1px;
    top: -3rem;
  }
}
@media screen and (min-width: 980px) {
  #location-detail .introduction-and-services > .content .services:before {
    top: 0;
    bottom: 0;
    left: calc(-1 * clamp(25px, 7.5vw, 95px));
    width: 1px;
    flex: 1 1 33%;
  }
}
#location-detail .introduction-and-services > .content .services .f-h3 {
  font-size: 1.6rem;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: "Qanelas Soft", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}
#location-detail .introduction-and-services > .content .services ul {
  padding-left: 0;
}
#location-detail .introduction-and-services > .content .services ul > li {
  list-style: none;
  font-size: clamp(2rem, 2vw, 2.2rem);
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 600;
  margin-bottom: clamp(2rem, 2vw, 2.4rem);
}
#location-detail .introduction-and-services > .content:not(:has(.intro)) .services:before {
  content: none;
}

#location-index .holidays,
#location-detail .holidays {
  padding: 0 30px 11rem;
}
#location-index .holidays > .content,
#location-detail .holidays > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid var(--community-footer);
  border-bottom: 1px solid var(--community-footer);
  max-width: 1278px;
}
#location-index .holidays .accordion-button,
#location-detail .holidays .accordion-button {
  padding-left: 1.8rem;
  font-weight: 700;
  font-size: 2rem;
  color: var(--primary-color);
  display: flex;
  column-gap: 1.4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#location-index .holidays .accordion-button:before, #location-index .holidays .accordion-button:after,
#location-detail .holidays .accordion-button:before,
#location-detail .holidays .accordion-button:after {
  right: -30px !important;
}
@media screen and (min-width: 980px) {
  #location-index .holidays .accordion-button,
  #location-detail .holidays .accordion-button {
    padding-left: clamp(5rem, 8vw, 11rem);
  }
}
#location-index .holidays .accordion-content,
#location-detail .holidays .accordion-content {
  padding: 3rem var(--mobile-padding) 4rem;
}
#location-index .holidays .accordion-content > .content,
#location-detail .holidays .accordion-content > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: var(--primary-color);
}
#location-index .holidays .accordion-content ul,
#location-detail .holidays .accordion-content ul {
  column-count: 1;
  padding-left: 0;
  column-gap: clamp(20px, 5vw, 87px);
}
@media screen and (min-width: 750px) {
  #location-index .holidays .accordion-content ul,
  #location-detail .holidays .accordion-content ul {
    column-count: 2;
  }
}
@media screen and (min-width: 1100px) {
  #location-index .holidays .accordion-content ul,
  #location-detail .holidays .accordion-content ul {
    column-count: 3;
  }
}
#location-index .holidays .accordion-content ul li.holiday,
#location-detail .holidays .accordion-content ul li.holiday {
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 4rem;
  align-items: stretch;
  width: 300px;
  margin-bottom: 5rem;
  height: 70px;
}
#location-index .holidays .accordion-content ul li.holiday .date,
#location-detail .holidays .accordion-content ul li.holiday .date {
  position: relative;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-end;
  flex: 0 0 50px;
  align-self: center;
  align-content: center;
  height: 70px;
}
#location-index .holidays .accordion-content ul li.holiday .date:after,
#location-detail .holidays .accordion-content ul li.holiday .date:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2rem;
  width: 2px;
  background-color: var(--tertiary-color);
}
#location-index .holidays .accordion-content ul li.holiday .date .month,
#location-detail .holidays .accordion-content ul li.holiday .date .month {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
#location-index .holidays .accordion-content ul li.holiday .date .day,
#location-detail .holidays .accordion-content ul li.holiday .date .day {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.8rem;
}
#location-index .holidays .accordion-content ul li.holiday .info,
#location-detail .holidays .accordion-content ul li.holiday .info {
  line-height: 2.4rem;
}
#location-index .holidays .accordion-content ul li.holiday .info .title,
#location-detail .holidays .accordion-content ul li.holiday .info .title {
  font-size: 1.6rem;
  font-weight: 700;
}
#location-index .holidays .accordion-content ul li.holiday .info .date-comment,
#location-detail .holidays .accordion-content ul li.holiday .info .date-comment {
  font-size: 1.6rem;
  font-weight: 500;
}

.mod-compare-chart {
  margin: 0 0 3em;
  padding: 3em var(--mobile-padding);
  background: var(--gradient-compare-chart);
  color: var(--dark-green);
  position: relative;
}
@media screen and (max-width: 979px) {
  .mod-compare-chart {
    padding: 3em 0;
  }
  .mod-compare-chart > .mobile-content {
    display: block;
  }
  .mod-compare-chart > .desktop-content {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .mod-compare-chart {
    padding: 4em calc(50px + var(--mobile-padding));
  }
  .mod-compare-chart > .mobile-content {
    display: none;
  }
  .mod-compare-chart > .desktop-content {
    margin: 0 auto;
    max-width: 1232px;
    display: block;
  }
}
.mod-compare-chart .f-h2 {
  margin: 0 0 7.7rem;
  text-align: center;
}
.mod-compare-chart > .mobile-content .chart-container {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: clamp(100px, 25vw, 200px) minmax(0, 1fr);
  width: 100%;
  max-width: 1232px;
  position: relative;
}
@container (min-width: 500px) {
  .mod-compare-chart > .mobile-content .chart-container {
    grid-template-columns: minmax(0, 250px) auto;
  }
}
.mod-compare-chart > .mobile-content .chart-container .chart-checkmark {
  margin: 0 auto;
  width: 25px;
  height: auto;
}
.mod-compare-chart > .mobile-content .chart-container .headers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.mod-compare-chart > .mobile-content .chart-container .headers li {
  margin: 0;
  padding: 2.4rem 1em;
  align-items: center;
  text-align: left;
  border-bottom: 1px var(--violet) solid;
  background-color: #F9EEF8;
}
.mod-compare-chart > .mobile-content .chart-container .headers li.current {
  background-color: var(--grad-blue-dark);
}
.mod-compare-chart > .mobile-content .chart-container .headers li:last-child {
  border-bottom: none;
}
.mod-compare-chart > .mobile-content .chart-container .headers li:first-child {
  background-color: white;
}
.mod-compare-chart > .mobile-content .chart-container .headers li a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  font-weight: var(--bold);
  color: var(--white);
}
.mod-compare-chart > .mobile-content .chart-container .chart-pad {
  margin: 0;
  position: relative;
}
.mod-compare-chart > .mobile-content .chart-container .chart-pad:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.5em;
  background: linear-gradient(270deg, rgba(128, 128, 128, 0) 0%, rgb(128, 128, 128) 100%);
  z-index: 200;
}
.mod-compare-chart > .mobile-content .chart-container .items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod-compare-chart > .mobile-content .chart-container .item .column {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  max-width: 350px;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li {
  background-color: #F9EEF8;
  margin: 0;
  padding: 2.4rem 1em;
  font-weight: 500;
  font-size: 1.4rem;
  border-bottom: 1px var(--violet) solid;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li:first-child {
  background-color: white;
  align-content: flex-start;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li.current {
  background-color: var(--grad-blue-dark);
}
.mod-compare-chart > .mobile-content .chart-container .item .column li > p {
  margin-bottom: 0;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li:last-child {
  border-bottom: none;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li a[class^=cta-]:not(:last-child) {
  margin: 0 auto 0.5em;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li a[class^=cta-]:last-child {
  margin: 0 auto;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li a[class^=cta-] {
  display: inlin-block;
  white-space: nowrap;
}
.mod-compare-chart > .mobile-content .chart-container .item .column li a:not([class^=cta]) {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  font-weight: var(--bold);
}
.mod-compare-chart > .mobile-content .chart-container .item .column li span.table-checkmark {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url("../template_images/svg-shapes/ico-checkmark.png") transparent no-repeat center/100% auto;
}
.mod-compare-chart > .mobile-content .carousel-controls {
  margin: 0;
  padding: 2em 0 0;
  grid-column: 1/span 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 980px) {
  .mod-compare-chart > .mobile-content .carousel-controls .splide__arrow {
    display: none;
  }
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__arrow.arrow-prev {
  transform: rotate(180deg);
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__arrow[disabled] {
  background: url(../template_images/svg-shapes/ico-next-arrow.svg) no-repeat transparent center/20px auto;
  opacity: 0.5;
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__arrow:not([disabled]) {
  background: url(../template_images/svg-shapes/ico-next-arrow.svg) no-repeat transparent center/20px auto;
  opacity: 1;
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__pagination {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  gap: 0;
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__pagination .splide__pagination__page {
  width: 50px;
  height: 50px;
  position: relative;
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__pagination .splide__pagination__page:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__pagination .splide__pagination__page:not(.is-active):before {
  background-color: var(--faded-white-pagination);
}
.mod-compare-chart > .mobile-content .carousel-controls .splide__pagination .splide__pagination__page.is-active:before {
  background-color: var(--white);
}
.mod-compare-chart > .desktop-content .chart-container {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: clamp(100px, 25vw, 200px) minmax(0, 1fr);
  width: 100%;
  max-width: 1400px;
  position: relative;
}
@container (min-width: 500px) {
  .mod-compare-chart > .desktop-content .chart-container {
    grid-template-columns: minmax(0, 250px) auto;
  }
}
@media screen and (min-width: 1700px) {
  .mod-compare-chart > .desktop-content .chart-container {
    max-width: 1600px;
  }
}
.mod-compare-chart > .desktop-content .chart-container .chart-checkmark {
  margin: 0 auto;
  width: 25px;
  height: auto;
}
.mod-compare-chart > .desktop-content .chart-container .headers {
  margin: 0;
  padding: 5.3rem 0 10rem;
  list-style: none;
  text-align: left;
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.mod-compare-chart > .desktop-content .chart-container .headers li {
  margin: 0;
  padding: 2.6rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--violet);
}
@container (min-width: 500px) {
  .mod-compare-chart > .desktop-content .chart-container .headers li {
    padding: 1em;
  }
}
.mod-compare-chart > .desktop-content .chart-container .headers li > p {
  margin-bottom: 0;
}
.mod-compare-chart > .desktop-content .chart-container .headers li:last-child {
  border-bottom: none;
}
.mod-compare-chart > .desktop-content .chart-container .headers a {
  text-decoration: underline;
  font-family: "Qanelas Soft", sans-serif;
}
.mod-compare-chart > .desktop-content .chart-container .chart-pad {
  margin: 0;
  position: relative;
  border-radius: 52px;
  background-color: #F9EEF8;
  padding-top: 5.3rem;
  padding-bottom: 3rem;
  padding-right: 30px !important;
}
.mod-compare-chart > .desktop-content .chart-container .chart-pad:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.5em;
  background: radial-gradient(ellipse at left, #FFFFFF, rgba(255, 255, 255, 0));
  z-index: 200;
}
.mod-compare-chart > .desktop-content .chart-container .chart-pad:after {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.5em;
  background: radial-gradient(ellipse at right, #FFFFFF, rgba(255, 255, 255, 0));
  z-index: 200;
}
.mod-compare-chart > .desktop-content .chart-container .items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod-compare-chart > .desktop-content .chart-container .item {
  flex-grow: 1;
}
.mod-compare-chart > .desktop-content .chart-container .item.current {
  background-color: var(--grad-blue-dark);
  border-radius: 41px;
}
.mod-compare-chart > .desktop-content .chart-container .item .column {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mod-compare-chart > .desktop-content .chart-container .item .column li {
  padding: 2.6rem 1em;
  border-bottom: 1px var(--violet) solid;
  max-width: 300px;
}
.mod-compare-chart > .desktop-content .chart-container .item .column li > p {
  margin-bottom: 0;
}
.mod-compare-chart > .desktop-content .chart-container .item .column li:first-child {
  margin: 0;
  padding: 1em 0.5em 0.5em;
  font-family: "Qanelas Soft", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@container (min-width: 500px) {
  .mod-compare-chart > .desktop-content .chart-container .item .column li:first-child {
    padding: 2em 1em 1em;
    font-size: 2.2rem;
  }
}
.mod-compare-chart > .desktop-content .chart-container .item .column li:not(:first-child):not(:last-child):nth-child(n+2) {
  margin: 0;
  padding: 0.5em;
  font-family: var(--acumin-pro);
  font-weight: var(--regular);
  font-size: 1.6rem;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@container (min-width: 500px) {
  .mod-compare-chart > .desktop-content .chart-container .item .column li:not(:first-child):not(:last-child):nth-child(n+2) {
    padding: 1em;
    font-size: 1.8rem;
  }
}
.mod-compare-chart > .desktop-content .chart-container .item .column li:last-child {
  margin: 0;
  padding: 0.5em 0.5em 1em 0.5em;
  font-family: var(--acumin-pro);
  font-weight: var(--regular);
  font-size: 1.6rem;
  border-bottom: none;
}
@container (min-width: 500px) {
  .mod-compare-chart > .desktop-content .chart-container .item .column li:last-child {
    padding: 1em 1em 2em 1em;
    font-size: 1.8rem;
  }
}
.mod-compare-chart > .desktop-content .chart-container .item .column li a[class^=cta-]:not(:last-child) {
  margin: 0 auto 0.5em;
}
.mod-compare-chart > .desktop-content .chart-container .item .column li a[class^=cta-]:last-child {
  margin: 0 auto;
}
.mod-compare-chart > .desktop-content .chart-container .item .column li a[class^=cta-] {
  display: inline-block;
  white-space: nowrap;
}
.mod-compare-chart > .desktop-content .chart-container .item .column li span.table-checkmark {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url("../template_images/svg-shapes/ico-checkmark.png") transparent no-repeat center/100% auto;
}
.mod-compare-chart > .desktop-content .carousel-controls {
  margin: 0;
  padding: 2em 0 0;
  grid-column: 1/span 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-compare-chart > .desktop-content .carousel-controls .splide__pagination {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  gap: 0;
}
.mod-compare-chart > .desktop-content .carousel-controls .splide__pagination .splide__pagination__page {
  width: 50px;
  height: 50px;
  position: relative;
}
.mod-compare-chart > .desktop-content .carousel-controls .splide__pagination .splide__pagination__page:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background-color: var(--white);
}
.mod-compare-chart > .desktop-content .carousel-controls .splide__pagination .splide__pagination__page:not(.is-active):before {
  opacity: 0.3;
}
.mod-compare-chart > .desktop-content .carousel-controls .splide__pagination .splide__pagination__page.is-active:before {
  opacity: 1;
}
.mod-compare-chart > .desktop-content .custom-arrow {
  display: none;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 980px) {
  .mod-compare-chart > .desktop-content .custom-arrow {
    display: inline-block;
  }
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-prev, .mod-compare-chart > .desktop-content .custom-arrow.custom-next {
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 60px;
  height: 166px;
  transform: translateY(-50%);
  background-color: var(--darkest-blue);
  z-index: 2;
  filter: brightness(0) saturate(100%) invert(24%) sepia(24%) saturate(3215%) hue-rotate(146deg) brightness(89%) contrast(101%);
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-prev:before, .mod-compare-chart > .desktop-content .custom-arrow.custom-next:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  background: url(../images/icons/carousel-next.svg) transparent no-repeat center/26px auto;
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-prev:before {
  transform: translate(-50%, -50%) rotate(180deg) scale(1);
  transition: transform 0.25s ease-in-out;
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-prev:focus:before, .mod-compare-chart > .desktop-content .custom-arrow.custom-prev:hover:before {
  transform: translate(-50%, -50%) rotate(180deg) scale(1.5);
  transition: transform 0.25s ease-in-out;
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-next:before {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s ease-in-out;
}
.mod-compare-chart > .desktop-content .custom-arrow.custom-next:focus:before, .mod-compare-chart > .desktop-content .custom-arrow.custom-next:hover:before {
  transform: translate(-50%, -50%) scale(1.5);
  transition: transform 0.25s ease-in-out;
}

.video-modal {
  margin: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.video-modal .video-flex-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .video-modal .video-flex-container {
    align-items: center;
  }
}
.video-modal .video-modal-content {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-height: calc(100% - 60px);
  overflow-y: auto;
  max-width: 800px;
  position: relative;
}
.video-modal .video-modal-content > div, .video-modal .video-modal-content > video {
  width: 100%;
}
.video-modal .video-modal-close {
  margin: 1em 1em 1em auto;
  padding: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../template_images/svg-shapes/ico-close-x.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  z-index: 2;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 980px) {
  .video-modal .video-modal-close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1em;
    top: 1em;
  }
}
.video-modal .video-holder {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
.video-modal .local-video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-modal .transcript-container {
  margin: 0;
  color: var(--white);
}
.video-modal .transcript-container .transcript-button {
  margin: 0;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .video-modal .transcript-container .transcript-button {
    font-size: 1.8rem;
  }
}
.video-modal .transcript-container .transcript-button:after {
  content: "";
  margin: 0 0 0 0.25em;
  padding: 0;
  background: url("../icons/header_shape_dropdown-arrow.svg") transparent no-repeat center/14px 8px;
  width: 14px;
  height: 8px;
  position: relative;
  display: inline-block;
  transform: scale(1, 1);
  transition: transform 0.25s ease;
}
.video-modal .transcript-container .transcript-content {
  margin: 0;
  padding: 0.5em 0 0;
  display: none;
}
.video-modal .transcript-container .transcript-content > *:last-child {
  margin: 0;
}
.video-modal .transcript-container .transcript-content a {
  color: var(--white);
  text-decoration: underline;
}
.video-modal .transcript-container.active > .transcript-button:after {
  transform: scale(1, -1);
  transition: transform 0.25s ease;
}

.directory-page-header {
  width: 100%;
  padding-bottom: 4em;
  background-color: var(--blockColor, var(--border-gray));
}
.directory-page-header:has(+ .directory-page-intro) {
  padding-bottom: 0;
}
@media screen and (max-width: 979px) {
  .directory-page-header:has(+ .resource-page-intro) {
    background-color: #046a38;
  }
  .directory-page-header:has(+ .resource-page-intro) > .content {
    position: relative;
    z-index: 1;
  }
}
.directory-page-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1850px;
  border-bottom-left-radius: clamp(6.2rem, 10vw, 22.5rem);
  border-bottom-right-radius: clamp(6.2rem, 10vw, 22.5rem);
  border: clamp(1.7rem, 2vw, 2.9vw) solid var(--white);
  border-top: none;
  position: relative;
  aspect-ratio: 1850/600;
  min-height: 34.5rem;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.directory-page-header > .content .photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.directory-page-header > .content .photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: var(--overlay-opacity);
}
.directory-page-header > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.directory-page-header > .content .info {
  width: 100%;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  align-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .directory-page-header > .content .info:has(a:nth-child(2)) {
    align-content: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .directory-page-header > .content .info {
    justify-items: flex-start;
    align-content: flex-end;
    margin-bottom: clamp(6rem, 6vw, 10rem);
  }
}
.directory-page-header > .content .info .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .directory-page-header > .content .info .container {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .directory-page-header > .content .info .container:not(:has(.actions)) {
    justify-content: flex-start;
  }
  .directory-page-header > .content .info .container:not(:has(.actions)) .f-h1 {
    max-width: 700px;
  }
}
.directory-page-header > .content .info .f-h1 {
  color: var(--white);
  font-size: clamp(3rem, 5vw, 4.8rem);
  text-wrap: pretty;
}
.directory-page-header > .content .info .breadcrumbs {
  margin-bottom: 3.2rem;
}
.directory-page-header > .content .info .breadcrumbs > * {
  color: var(--white);
}
.directory-page-header > .content .info .actions {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  column-gap: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .directory-page-header > .content .info .actions {
    flex-direction: row;
    width: max-content;
  }
}
.directory-page-header > .content .info .actions > a {
  width: 200px;
}

.directory-page-intro {
  width: 100%;
  padding: 0 30px 12rem;
  background-color: var(--blockColor, var(--border-gray));
  margin-bottom: 4em;
}
.directory-page-header + .directory-page-intro {
  padding-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .directory-page-header + .directory-page-intro {
    padding-bottom: 0;
  }
}
.directory-page-header + .directory-page-intro > .content {
  position: relative;
  top: -10rem;
}
@media screen and (min-width: 1250px) {
  .directory-page-header + .directory-page-intro > .content {
    top: -12rem;
  }
}
.directory-page-intro > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: clamp(4rem, 4vw, 8rem);
  background: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 3.7rem 30px;
}
@media screen and (min-width: 980px) {
  .directory-page-intro > .content {
    padding: 5rem;
    column-gap: clamp(2rem, 5vw, 5rem);
  }
  .directory-page-intro > .content:has(.sidebar) {
    grid-template-columns: 7fr 4fr;
  }
}
.directory-page-intro > .content .main {
  padding-bottom: 3rem;
}
@media screen and (min-width: 980px) {
  .directory-page-intro > .content .main {
    padding-bottom: 0;
  }
}
.directory-page-intro > .content .main .f-h2 {
  font-family: "Ridley Grotesk", sans-serif;
  font-size: clamp(2.6rem, 3vw, 3rem);
  margin-bottom: 3rem;
}
.directory-page-intro > .content .main .copy {
  margin-bottom: 3rem;
}
.directory-page-intro > .content .main .actions {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1em;
  row-gap: 1em;
  justify-items: center;
  align-items: center;
}
.directory-page-intro > .content .main .actions > a {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 700px) {
  .directory-page-intro > .content .main .actions {
    grid-template-columns: repeat(auto-fit, 200px);
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .directory-page-intro > .content .main .actions {
    justify-content: flex-start;
  }
}
.directory-page-intro > .content .sidebar {
  border-top: 1px solid var(--border-gray);
  padding-top: 3rem;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .directory-page-intro > .content .sidebar {
    padding-top: 0;
    padding-left: 4.5rem;
    border-left: 1px solid var(--border-gray);
    border-top: none;
  }
}
.directory-page-intro > .content .sidebar .f-h3,
.directory-page-intro > .content .sidebar p:first-child {
  text-transform: uppercase;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  color: var(--secondary-color);
  font-family: "Qanelas Soft", sans-serif;
  margin-bottom: 1.5rem;
}
.directory-page-intro > .content .sidebar ul {
  padding-left: 0;
}
.directory-page-intro > .content .sidebar ul > li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.directory-page-intro > .content .sidebar ul > li a {
  font-size: 1.8rem;
  color: var(--primary-color);
  font-family: "Qanelas Soft", sans-serif;
}
.directory-page-intro.get-started > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.directory-page-intro.get-started > .content .f-h2 {
  font-family: "Amatic SC", serif;
  font-size: clamp(4rem, 5vw, 5rem);
}
.directory-page-intro.get-started > .content .f-h2 > p {
  font-family: "Amatic SC", serif;
}
.directory-page-intro.get-started > .content .copy {
  width: 100%;
  max-width: 100rem;
}
.directory-page-intro.get-started > .content .copy p {
  margin-bottom: 3rem;
}
.directory-page-intro.get-started > .content .copy ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  padding-left: 0;
  column-gap: clamp(2rem, 5vw, 40px);
  row-gap: 2rem;
  justify-content: center;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .directory-page-intro.get-started > .content .copy ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .directory-page-intro.get-started > .content .copy ul li {
    flex: 0 0 300px;
    text-align: left;
    align-items: center;
  }
}
.directory-page-intro.get-started > .content .copy ul > li {
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  display: grid;
  grid-template-columns: 3.9rem auto;
  column-gap: 1.8rem;
}
@media screen and (min-width: 980px) {
  .directory-page-intro.get-started > .content .copy ul > li {
    grid-template-columns: 3.2rem auto;
    flex: 1 0 230px;
  }
}
.directory-page-intro.get-started > .content .copy ul > li:before {
  content: "";
  width: 100%;
  background-image: url(../template_images/svg-shapes/member-checkmark.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.9rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 980px) {
  .directory-page-intro.get-started > .content .copy ul > li:before {
    width: 3.2rem;
  }
}

.photo-split {
  padding: 0 30px;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: var(--blockColor, var(--border-gray));
}
.photo-split.white-bg {
  background-color: white;
}
.photo-split > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.5rem;
}
@media screen and (min-width: 980px) {
  .photo-split > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(2rem, 5vw, 5rem);
  }
}
.photo-split > .content .photo {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 582/350;
  width: 100%;
}
.photo-split > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.photo-split > .content .info {
  align-self: flex-start;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3rem;
  margin-top: 1em;
}
@media screen and (min-width: 980px) {
  .photo-split > .content .info {
    margin-top: 3em;
  }
}
.photo-split > .content .info .f-h2 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  font-family: "Ridley Grotesk", sans-serif;
  margin-bottom: 0;
}
.photo-split > .content .actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 1em;
}
.photo-split > .content .actions > a {
  width: 100%;
  max-width: 20rem;
}
@media screen and (min-width: 980px) {
  .photo-split > .content .actions {
    grid-template-columns: repeat(auto-fit, 20rem);
    justify-items: flex-start;
  }
}
.photo-split > .content .disclosure {
  font-size: 1.2rem;
}
.photo-split > .content .disclosure > button {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
}
.photo-split > .content .disclosure > button:before, .photo-split > .content .disclosure > button:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px !important;
  top: 50%;
  height: 1em;
  width: 2px;
  background-color: var(--tertiary-color);
  border-radius: 1px;
  transition: transform 0.5s ease !important;
}
.photo-split > .content .disclosure > button:before {
  transform: translateY(-50%) rotate(90deg);
}
.photo-split > .content .disclosure > button:after {
  transform: translateY(-50%) rotate(0);
}
.photo-split > .content .disclosure .js-accordion-content {
  padding-top: 1em;
}
.photo-split > .content .disclosure .js-accordion-content p {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.photo-split > .content .disclosure.active > button:after {
  transform: translateY(-50%) rotate(-270deg) !important;
}
@media screen and (min-width: 980px) {
  .photo-split.photo-right > .content .photo {
    order: 2;
  }
  .photo-split.photo-right > .content .info {
    order: 1;
  }
}

.split-content {
  padding: 5em 30px;
  padding-bottom: 5em;
  background-color: var(--blockColor, #fff);
}
.split-content > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.5rem;
}
@media screen and (min-width: 980px) {
  .split-content > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(2rem, 5vw, 5rem);
  }
}
.split-content > .content .photo-side img {
  display: block;
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 583/162;
  object-fit: cover;
  object-position: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 980px) {
  .split-content > .content .photo-side img {
    margin-bottom: 3.1rem;
  }
}
.split-content > .content .photo-side .f-h2 {
  font-family: "Ridley Grotesk", sans-serif;
  font-size: clamp(3rem, 3vw, 3.6rem);
  margin-bottom: 0.5em;
}
.split-content > .content .info-side {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3rem;
}
.split-content > .content .info-side .content-block {
  border-bottom: 1px solid var(--border-gray);
  padding-bottom: 3rem;
}
.split-content > .content .info-side .content-block:last-child {
  border-bottom: none;
}
.split-content > .content .info-side .f-h3 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  font-family: "Ridley Grotesk", sans-serif;
  margin-bottom: 1.9rem;
}
.split-content > .content .info-side .copy {
  margin-bottom: 1.9rem;
}
.split-content > .content .info-side .copy p {
  margin-bottom: 0;
}
.split-content > .content .info-side .actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: left;
}
.split-content > .content .info-side .actions > a {
  width: 100%;
  max-width: 20rem;
}
.split-content > .content .info-side .actions > a.arrow-lnk {
  font-size: 2rem;
  font-weight: 700;
}
.split-content > .content .info-side .actions > a.arrow-lnk:after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(88%) saturate(454%) hue-rotate(129deg) brightness(91%) contrast(84%);
}
@media screen and (min-width: 980px) {
  .split-content > .content .info-side .actions {
    grid-template-columns: repeat(auto-fit, 20rem);
    justify-items: flex-start;
  }
}
.split-content > .content .info-side .disclosure {
  font-size: 1.2rem;
}
@media screen and (min-width: 980px) {
  .split-content.photo-right > .content .photo-side {
    order: 2;
  }
  .split-content.photo-right > .content .info-side {
    order: 1;
  }
}

.community-impact-block {
  width: 100%;
  padding: 0 30px;
  background-color: var(--cta-banner-bg);
}
.community-impact-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(2rem, 5vw, 5rem);
  row-gap: 4.5rem;
  padding-top: 8.6rem;
  padding-bottom: 8.6rem;
}
@media screen and (min-width: 1100px) {
  .community-impact-block > .content {
    grid-template-columns: 1fr 1fr;
  }
}
.community-impact-block > .content .static-side {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
.community-impact-block > .content .static-side .f-h2 {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .community-impact-block > .content .static-side .f-h2 {
    text-align: left;
  }
}
.community-impact-block > .content .static-side .copy p:last-child {
  margin-bottom: 0;
}
.community-impact-block > .content .static-side .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  justify-items: center;
}
.community-impact-block > .content .static-side .actions > a {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 1100px) {
  .community-impact-block > .content .static-side .actions {
    grid-template-columns: repeat(auto-fit, 200px);
  }
}
.community-impact-block > .content .tab-side {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .community-impact-block > .content .tab-side {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1100px) {
  .community-impact-block > .content .tab-side {
    grid-template-columns: 1fr;
  }
}
.community-impact-block > .content .tab-side .tab-header {
  width: 100%;
  border-radius: 33px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  align-content: center;
  padding: 8px 10px;
  margin: 0 auto 6.7rem;
  text-align: center;
  background-color: var(--white);
}
@media screen and (min-width: 600px) {
  .community-impact-block > .content .tab-side .tab-header {
    width: max-content;
  }
}
@media screen and (min-width: 980px) {
  .community-impact-block > .content .tab-side .tab-header {
    height: max-content;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1300px) {
  .community-impact-block > .content .tab-side .tab-header {
    text-align: left;
  }
}
.community-impact-block > .content .tab-side .tab-header ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding-left: 0;
  margin-bottom: 0;
  column-gap: 0.5em;
}
@media screen and (max-width: 475px) {
  .community-impact-block > .content .tab-side .tab-header ul {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 980px) {
  .community-impact-block > .content .tab-side .tab-header ul {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1100px) {
  .community-impact-block > .content .tab-side .tab-header ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 0.5em;
  }
}
.community-impact-block > .content .tab-side .tab-header ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.community-impact-block > .content .tab-side .tab-header ul li button {
  padding: 0.7em clamp(0.5em, 3vw, 2.5em);
  height: 100%;
  transition: all 0.2s ease;
  border-radius: 33px;
}
.community-impact-block > .content .tab-side .tab-header ul li button.active {
  background-color: #039455;
  color: #fff;
}
.community-impact-block > .content .tab-side .tab-header ul li button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.community-impact-block > .content .tab-side .tab-content .tab {
  display: none;
  grid-template-columns: 300px;
  justify-content: center;
  column-gap: clamp(2rem, 5vw, 4.5rem);
  align-items: flex-start;
  row-gap: 2.4rem;
}
@media screen and (min-width: 980px) {
  .community-impact-block > .content .tab-side .tab-content .tab {
    grid-template-columns: 265px 315px;
  }
}
.community-impact-block > .content .tab-side .tab-content .tab .photo {
  aspect-ratio: 265/258;
  overflow: hidden;
  width: 100%;
  max-width: 265px;
}
.community-impact-block > .content .tab-side .tab-content .tab .photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.community-impact-block > .content .tab-side .tab-content .tab .info {
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.1rem;
  color: var(--primary-color);
}
.community-impact-block > .content .tab-side .tab-content .tab .info > a {
  width: 100%;
  max-width: 200px;
  align-self: center;
}
@media screen and (min-width: 980px) {
  .community-impact-block > .content .tab-side .tab-content .tab .info > a {
    align-self: flex-start;
  }
}
.community-impact-block > .content .tab-side .tab-content .tab.active {
  display: grid;
}

.icon-tile-block {
  padding: 5rem 30px 8.4rem;
  background-color: var(--background, var(--cta-banner-bg));
}
.icon-tile-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
.icon-tile-block > .content .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.8rem;
  margin-bottom: 5rem;
}
.icon-tile-block > .content .header .f-h2 {
  margin-bottom: 0;
}
.icon-tile-block > .content .header .actions {
  display: grid;
  grid-template-columns: 220px;
  margin: 0 auto;
}
.icon-tile-block > .content .header .actions > a {
  width: 100%;
  max-width: 220px;
}
.icon-tile-block > .content .icon-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(2rem, 5vw, 3.7rem);
  row-gap: 1.5rem;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .icon-tile-block > .content .icon-container {
    row-gap: 2.5rem;
  }
}
.icon-tile-block > .content .icon-container .icon-block {
  flex: 1 0 26rem;
  max-width: 31.6rem;
  display: flex;
  flex-direction: row;
  column-gap: 2.3rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 33px;
  padding: 2.1rem 0;
}
.icon-tile-block > .content .icon-container .icon-block:hover > a {
  text-decoration: underline currentColor;
}
@media screen and (min-width: 980px) {
  .icon-tile-block > .content .icon-container .icon-block {
    flex-direction: column;
    justify-items: flex-start;
    padding: 3.3rem;
  }
}
@media screen and (max-width: 979px) {
  .icon-tile-block > .content .icon-container .icon-block {
    display: grid;
    grid-template-columns: 54px 1fr;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.icon-tile-block > .content .icon-container .icon-block .image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 5.7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-tile-block > .content .icon-container .icon-block .link {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .icon-tile-block > .content .icon-container .icon-block .link {
    text-align: left;
  }
}

.testimonial-carousel {
  padding: 10rem 30px 5rem;
  background-color: var(--blockColor, var(--primary-color));
}
.testimonial-carousel > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .testimonial-carousel > .content {
    grid-template-columns: 9fr 10fr;
    column-gap: clamp(5rem, 10vw, 14rem);
    justify-content: center;
  }
}
.testimonial-carousel > .content .static-side {
  align-content: center;
  max-width: 445px;
}
@media screen and (min-width: 980px) {
  .testimonial-carousel > .content .static-side {
    justify-self: flex-end;
  }
}
@media screen and (max-width: 979px) {
  .testimonial-carousel > .content .static-side {
    margin-bottom: 4rem;
  }
}
.testimonial-carousel > .content .static-side h2,
.testimonial-carousel > .content .static-side .copy {
  color: var(--white);
}
.testimonial-carousel > .content .static-side .f-h2 {
  font-size: clamp(4.8rem, 10vw, 6rem);
  margin-bottom: 2rem;
}
.testimonial-carousel > .content .static-side .copy {
  margin-bottom: 3rem;
  max-width: 44.5rem;
}
.testimonial-carousel > .content .static-side img {
  margin-bottom: 2.1rem;
}
@media screen and (min-width: 980px) {
  .testimonial-carousel > .content .carousel-side .splide__list {
    display: flex;
  }
}
.testimonial-carousel > .content .carousel-side .testimonial-block {
  border-radius: 30px;
  border: 3px solid #F6EB61;
  background-color: #fff;
  padding: 7rem 5.1rem;
  width: 100%;
  margin-bottom: 4rem;
}
.testimonial-carousel > .content .carousel-side .testimonial-block:has(.icon) {
  padding-top: 2.3rem;
}
.testimonial-carousel > .content .carousel-side .testimonial-block .icon {
  aspect-ratio: 1;
  width: 100px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  border: 2px solid #F6EB61;
  left: -1rem;
  margin-bottom: 2rem;
}
.testimonial-carousel > .content .carousel-side .testimonial-block .name {
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Qanelas Soft", sans-serif;
  margin-bottom: 2.7rem;
}
.testimonial-carousel > .content .carousel-side .testimonial-block .copy {
  font-style: italic;
  font-size: 2rem;
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 500;
}
.testimonial-carousel > .content .splide-controls .splide__arrow {
  height: 2.1rem;
  width: 2.1rem;
}
@media screen and (min-width: 980px) {
  .testimonial-carousel > .content .splide-controls {
    justify-items: flex-end;
    grid-column: 2;
  }
}

.internal-header {
  width: 100%;
  height: 100%;
  background-color: var(--maine-green);
  position: relative;
  margin-bottom: 4em;
}
.internal-header:has(+ .shared-benefits-block) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .internal-header {
    background: linear-gradient(90deg, rgb(4, 106, 56) 45%, rgba(255, 255, 255, 0) 45%);
  }
}
.internal-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  min-height: 450px;
}
.internal-header > .content:before {
  content: "";
  background-image: var(--bgImage, url(../template_images/svg-shapes/SmImg_header_Grn.svg));
  position: absolute;
  left: 45%;
  top: -1px;
  bottom: -2px;
  transform: translateX(-25%);
  background-size: cover;
  aspect-ratio: 256/486;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .internal-header > .content:before {
    content: none;
  }
}
@media screen and (min-width: 980px) {
  .internal-header > .content {
    grid-template-columns: 45fr 55fr;
    column-gap: clamp(50px, 10vw, 100px);
  }
}
.internal-header > .content .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  max-width: 120rem;
}
.internal-header > .content .photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.2;
}
@media screen and (max-width: 979px) {
  .internal-header > .content .photo {
    aspect-ratio: 430/288;
  }
  .internal-header > .content .photo:before {
    content: "";
    background-image: var(--bgImage, url(../template_images/svg-shapes/Mobile_GreenArrow.svg));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    aspect-ratio: 430/91;
    z-index: 1;
  }
}
@media screen and (min-width: 1921px) {
  .internal-header > .content .photo {
    width: 55vw;
    max-width: unset;
  }
}
.internal-header > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 980px) {
  .internal-header > .content .photo {
    position: absolute;
    order: 2;
    z-index: -1;
  }
}
.internal-header > .content .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2em 3rem;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  .internal-header > .content .info {
    padding: 0 6rem 4rem;
    text-align: center;
  }
}
.internal-header > .content .info .breadcrumbs {
  margin-bottom: 4.1rem;
}
.internal-header > .content .info .breadcrumbs span,
.internal-header > .content .info .breadcrumbs a {
  color: var(--white);
  font-size: 1.4rem;
}
.internal-header > .content .info .f-h1 {
  font-size: clamp(3rem, 5vw, 4.8rem);
  color: var(--white);
  margin-bottom: clamp(2.7rem, 3vw, 2rem);
}
.internal-header > .content .info .copy {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 3.7rem;
}
.internal-header > .content .info .actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 2em;
}
.internal-header > .content .info .actions > a {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 979px) {
  .internal-header > .content .info .actions {
    flex-direction: column;
    row-gap: 1em;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .internal-header > .content .info {
    order: 1;
  }
}
.internal-header.bg-blue {
  background-color: var(--primary-color);
}
@media screen and (min-width: 980px) {
  .internal-header.bg-blue {
    background: linear-gradient(90deg, rgb(0, 59, 92) 45%, rgba(255, 255, 255, 0) 45%);
  }
}
.internal-header.bg-blue > .content:before {
  background-image: var(--bgImage, url(../template_images/svg-shapes/SmImg_header_Blu.svg));
}
.internal-header.bg-blue > .content .photo:before {
  background-image: var(--bgImage, url(../template_images/svg-shapes/Mobile_BlueArrow.svg));
}

@keyframes popup {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  50% {
    opacity: 1;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.shared-benefits-block {
  padding: 3.4rem 30px;
  background-color: var(--blockColor, #e0f4f4);
  margin-bottom: 4em;
}
.shared-benefits-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .shared-benefits-block > .content {
    flex-direction: row;
    align-items: center;
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.shared-benefits-block > .content.active .js-accordion-button:after {
  transform: translateY(-50%) rotate(-270deg) !important;
}
.shared-benefits-block > .content .f-h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.shared-benefits-block > .content .f-h2 .mobile {
  display: none;
}
.shared-benefits-block > .content .f-h2 .tablet {
  display: block;
}
@media screen and (max-width: 979px) {
  .shared-benefits-block > .content .f-h2 {
    position: relative;
    display: grid;
    grid-template-columns: 4rem auto;
    justify-content: center;
    align-items: center;
    column-gap: 0.8rem;
    padding-right: 6rem;
  }
  .shared-benefits-block > .content .f-h2 .mobile {
    display: block;
  }
  .shared-benefits-block > .content .f-h2 .tablet {
    display: none;
  }
  .shared-benefits-block > .content .f-h2 img {
    width: 4.2rem;
    aspect-ratio: 1;
    object-fit: contain;
  }
  .shared-benefits-block > .content .f-h2:before, .shared-benefits-block > .content .f-h2:after {
    content: "";
    display: block;
    position: absolute;
    right: 30px !important;
    top: 50%;
    height: 15px;
    width: 3px;
    background-color: var(--tertiary-color);
    border-radius: 1px;
    transition: transform 0.5s ease !important;
  }
  .shared-benefits-block > .content .f-h2:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .shared-benefits-block > .content .f-h2:after {
    transform: translateY(-50%) rotate(0);
  }
}
@media screen and (min-width: 980px) {
  .shared-benefits-block > .content .f-h2 {
    margin-bottom: 0;
    pointer-events: none;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .shared-benefits-block > .content .accordion-content {
    display: flex !important;
  }
}
.shared-benefits-block > .content .accordion-content ul {
  display: grid;
  grid-template-columns: max-content;
  justify-content: flex-start;
  padding-left: 0;
  column-gap: clamp(2rem, 5vw, 50px);
  row-gap: 2rem;
  justify-content: center;
  text-align: left;
  padding: 3.9rem 0 2.6rem;
}
@media screen and (max-width: 979px) {
  .shared-benefits-block > .content .accordion-content ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 980px) {
  .shared-benefits-block > .content .accordion-content ul {
    display: grid;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .shared-benefits-block > .content .accordion-content ul li {
    text-align: left;
    align-items: center;
  }
}
.shared-benefits-block > .content .accordion-content ul > li {
  padding-left: 0;
  font-size: 2rem;
  font-weight: var(--semiBold);
  column-gap: 1rem;
  align-items: center;
  position: relative;
  list-style: none;
  margin-left: 5.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .shared-benefits-block > .content .accordion-content ul > li {
    grid-template-columns: 4rem auto;
    opacity: 0;
    transition: opacity 0.2s ease, bottom 0.2s ease;
  }
}
.shared-benefits-block > .content .accordion-content ul > li:before {
  content: "";
  width: 100%;
  background-image: url(../template_images/svg-shapes/member-checkmark.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.2rem;
  aspect-ratio: 1;
  align-self: flex-start;
  display: inline-block;
  position: absolute;
  left: -5.2rem;
  top: -0.7rem;
}
@media screen and (min-width: 980px) {
  .shared-benefits-block > .content .accordion-content ul > li:before {
    width: 4rem;
  }
}
@media screen and (min-width: 980px) {
  .shared-benefits-block.active .accordion-content ul li {
    animation-name: popup;
    animation-duration: 0.4s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    align-content: flex-start;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(1) {
    animation-delay: 0.2s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(2) {
    animation-delay: 0.4s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(3) {
    animation-delay: 0.6s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(4) {
    animation-delay: 0.8s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(5) {
    animation-delay: 1s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(6) {
    animation-delay: 1.2s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(7) {
    animation-delay: 1.4s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(8) {
    animation-delay: 1.6s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(9) {
    animation-delay: 1.8s;
  }
  .shared-benefits-block.active .accordion-content ul li:nth-child(10) {
    animation-delay: 2s;
  }
}

.cross-sell-container {
  padding: 4rem 30px 4em;
}
.cross-sell-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1860px;
  position: relative;
}
.cross-sell-container > .content .header .f-h2 {
  font-size: clamp(4rem, 5vw, 4.8rem);
  text-align: center;
}
.cross-sell-container > .content .slideshow-box {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cross-sell-container > .content .slideshow-box {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .cross-sell-container > .content .splide__list.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .cross-sell-container > .content .splide__list.container {
    flex-direction: row;
    grid-gap: 2rem;
  }
}
.cross-sell-container > .content .splide__list.container .cross-sell {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  position: relative;
  overflow: hidden;
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-dark-violet {
  --blockColor: var(--dark-violet);
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-maine-blue {
  --blockColor: var(--primary-color);
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-ice-blue {
  --blockColor: var(--ice-blue);
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-rust {
  --blockColor: var(--secondary-color);
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-maine-green {
  --blockColor: var(--maine-green);
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-maine-green .info a:hover {
  color: white;
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-yellow {
  --blockColor: var(--yellow);
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-dark-violet .copy, .cross-sell-container > .content .splide__list.container .cross-sell.theme-maine-blue .copy, .cross-sell-container > .content .splide__list.container .cross-sell.theme-maine-green .copy, .cross-sell-container > .content .splide__list.container .cross-sell.theme-rust .copy {
  color: white;
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-dark-violet .ghost-btn, .cross-sell-container > .content .splide__list.container .cross-sell.theme-maine-blue .ghost-btn, .cross-sell-container > .content .splide__list.container .cross-sell.theme-maine-green .ghost-btn, .cross-sell-container > .content .splide__list.container .cross-sell.theme-rust .ghost-btn {
  border-color: white;
  color: white;
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-yellow .copy, .cross-sell-container > .content .splide__list.container .cross-sell.theme-ice-blue .copy {
  color: var(--primary-color);
}
.cross-sell-container > .content .splide__list.container .cross-sell.theme-yellow .ghost-btn, .cross-sell-container > .content .splide__list.container .cross-sell.theme-ice-blue .ghost-btn {
  border-color: var(--tertiary-color);
  color: var(--primary-color);
}
.cross-sell-container > .content .splide__list.container .cross-sell .photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cross-sell-container > .content .splide__list.container .cross-sell .photo:before {
  content: "";
  inset: 0;
  background-color: black;
  opacity: 0.15;
  position: absolute;
}
@media screen and (max-width: 979px) {
  .cross-sell-container > .content .splide__list.container .cross-sell .photo {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    aspect-ratio: 400/322.7;
  }
}
@media screen and (min-width: 980px) {
  .cross-sell-container > .content .splide__list.container .cross-sell {
    max-width: 700px;
    aspect-ratio: 919/670;
    padding: 0 30px;
    border-radius: 50px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .cross-sell-container > .content .splide__list.container .cross-sell {
    flex: 0 1 919px;
    max-width: unset;
  }
}
.cross-sell-container > .content .splide__list.container .cross-sell .info {
  background-color: var(--blockColor, var(--dark-violet));
  padding: 2.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  border-radius: 30px;
}
@media screen and (min-width: 980px) {
  .cross-sell-container > .content .splide__list.container .cross-sell .info {
    flex-direction: row;
    padding: 4.4rem;
    justify-content: space-between;
    position: relative;
    align-self: flex-end;
    justify-self: center;
    width: 100%;
    max-width: 625px;
    margin: 0 auto 3.4rem;
    border-radius: 120px;
    color: var(--white);
    column-gap: clamp(20px, 5vw, 50px);
    align-content: center;
  }
}
.cross-sell-container > .content .splide__list.container .cross-sell .info .copy {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
}
.cross-sell-container > .content .splide__list.container .cross-sell .info a {
  width: 100%;
  max-width: 200px;
}
.cross-sell-container > .content .splide__list.container .cross-sell .info a:hover {
  color: black;
}
.cross-sell-container > .content .mobile-controls {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 400/322;
  align-content: center;
  padding: 0 1.9rem;
  z-index: 1;
}
.cross-sell-container > .content .mobile-controls .arrows {
  justify-content: space-between;
}
.cross-sell-container > .content .mobile-controls .arrows .splide__arrow {
  height: 2.1rem;
  width: 2.1rem;
}
.cross-sell-container > .content .splide__pagination {
  margin-top: 3.2rem;
  border-radius: 33px;
  box-shadow: 0 3px 10px rgb(0, 0, 0.16);
  height: 3rem;
  padding: 8px;
  column-gap: 9px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 110px));
  width: 245px;
  justify-self: center;
  display: none;
}
.cross-sell-container > .content .splide__pagination:has(li:nth-child(2)) {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .cross-sell-container > .content .splide__pagination {
    display: none;
  }
}
.cross-sell-container > .content .splide__pagination li {
  display: flex;
  height: 1.4rem;
  flex: 0 1 110px;
}
.cross-sell-container > .content .splide__pagination li button {
  border-radius: 9px;
  height: 1.4rem;
  flex-grow: 1;
  background-color: var(--community-footer);
  transition: background-color 0.2s ease;
}
.cross-sell-container > .content .splide__pagination li button.is-active {
  background-color: #039455;
}

.internal-resource-block {
  padding: 9rem 30px;
}
.internal-resource-block.gray-bg {
  background-color: var(--blockColor, var(--border-gray));
}
.internal-resource-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5rem;
}
@media screen and (min-width: 980px) {
  .internal-resource-block > .content {
    max-width: 1200px;
    grid-template-columns: 55fr 50fr;
    column-gap: clamp(50px, 10vw, 100px);
  }
}
.internal-resource-block > .content .info-side {
  align-self: flex-start;
}
.internal-resource-block > .content .info-side .f-h2 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  margin-bottom: 2.4rem;
}
.internal-resource-block > .content .info-side > .copy {
  margin-bottom: 5.6rem;
}
.internal-resource-block > .content .info-side .resource-boxes {
  border-top: 1px solid var(--community-footer);
}
.internal-resource-block > .content .info-side .resource-boxes .resource {
  border-bottom: 1px solid var(--community-footer);
  padding: 3rem 0 2.5rem;
  display: grid;
  grid-template-columns: 70px auto;
  column-gap: 3.2rem;
}
.internal-resource-block > .content .info-side .resource-boxes .resource .icon {
  grid-row: 1/3;
  width: 70px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.internal-resource-block > .content .info-side .resource-boxes .resource a {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Qanelas Soft", sans-serif;
}
.internal-resource-block > .content .info-side .resource-boxes .resource a:after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(80%) saturate(1249%) hue-rotate(133deg) brightness(94%) contrast(84%);
  height: 0.75em;
}
.internal-resource-block > .content .photo-side {
  display: grid;
  justify-content: center;
}
.internal-resource-block > .content .photo-side .card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(4, 106, 56) 30%);
  border-radius: 30px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
}
.internal-resource-block > .content .photo-side .photo {
  width: 100%;
  aspect-ratio: 498/299;
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  overflow: hidden;
  border: 20px solid white;
  position: relative;
  left: -20px;
  top: -20px;
  box-sizing: content-box;
}
.internal-resource-block > .content .photo-side .photo-info {
  padding: 2.4rem clamp(3.5rem, 5vw, 7.2rem) 5rem;
}
.internal-resource-block > .content .photo-side .photo-info .copy {
  font-family: "Ridley Grotesk", sans-serif;
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 1em;
}
.internal-resource-block > .content .photo-side .photo-info a {
  color: var(--white);
  font-weight: 600;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.internal-resource-block > .content .photo-side .photo-info a:after {
  filter: brightness(0) saturate(100%) invert(74%) sepia(76%) saturate(296%) hue-rotate(11deg) brightness(103%) contrast(106%);
}
.internal-resource-block > .content .photo-side .visit {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Qanelas Soft", sans-serif;
  display: flex;
  column-gap: 1.6rem;
  padding-top: 2em;
  margin: 0 auto;
  align-items: flex-start;
}
.internal-resource-block > .content .photo-side .visit img {
  width: 33px;
  aspect-ratio: 1;
  object-fit: contain;
}

.internal-product-block {
  margin-bottom: 4em;
}
@media screen and (min-width: 1140px) {
  .tab-content .internal-product-block > .content > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.internal-product-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1060px;
}
.internal-product-block > .content > * {
  padding-left: 30px;
  padding-right: 30px;
}
.internal-product-block > .content .f-h2 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  margin-bottom: 0.66em;
}
.internal-product-block > .content .copy .f-h3 {
  font-family: "Qanelas Soft", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--secondary-color);
  padding-top: 1em;
  margin-bottom: 2.6rem;
}
.internal-product-block > .content .copy ul {
  padding-left: 1em;
  padding-bottom: 2.6rem;
}
@media screen and (min-width: 980px) {
  .internal-product-block > .content .copy ul:has(li:nth-child(4)) {
    column-count: 2;
    column-gap: clamp(3rem, 5vw, 5rem);
  }
}
.internal-product-block > .content .copy ul > li {
  padding-left: 0;
  padding-bottom: 2.6rem;
  text-wrap: pretty;
}
.internal-product-block > .content .copy h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: "Qanelas Soft", sans-serif;
  margin-bottom: 1.5em;
}
.internal-product-block > .content .non-accordion-rate-block .rate-title,
.internal-product-block > .content .rate-block .rate-title {
  display: block;
}
@media screen and (max-width: 979px) {
  .internal-product-block > .content .non-accordion-rate-block tr {
    background-color: unset !important;
  }
  .internal-product-block > .content .non-accordion-rate-block tr td:before {
    border-left: unset;
    padding-left: 0;
  }
}
.internal-product-block > .content .accordions {
  border-top: 1px solid var(--community-footer);
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 4rem;
}
.internal-product-block > .content .accordions .accordion-container {
  border-bottom: 1px solid var(--community-footer);
  padding: 0;
}
.internal-product-block > .content .accordions .accordion-container:not(:has(.rate-block)) {
  padding-left: 30px;
  padding-right: 30px;
}
.internal-product-block > .content .accordions .accordion-container:not(:has(.rate-block)) .accordion-content {
  padding-top: 1em;
}
@media screen and (min-width: 980px) {
  .internal-product-block > .content .accordions .accordion-container:not(:has(.rate-block)) .accordion-content {
    padding-left: 30px;
  }
}
.internal-product-block > .content .accordions .accordion-container:not(:has(.rate-block)) .accordion-content ul {
  padding-left: 1em;
}
.internal-product-block > .content .accordions .accordion-container:not(:has(.rate-block)) .accordion-content ul > li {
  margin-bottom: 2rem;
}
@media screen and (min-width: 980px) {
  .internal-product-block > .content .accordions .accordion-container:not(:has(.rate-block)) .accordion-content ul:has(li:nth-child(4)) {
    column-count: 2;
    column-gap: clamp(3rem, 5vw, 5rem);
  }
}
.internal-product-block > .content .accordions .accordion-container:has(.rate-block) .accordion-button {
  padding-left: 30px;
  padding-right: 60px;
}
.internal-product-block > .content .accordions .accordion-container:has(.rate-block) .accordion-button:before, .internal-product-block > .content .accordions .accordion-container:has(.rate-block) .accordion-button:after {
  right: 60px !important;
}
@media screen and (max-width: 979px) {
  .internal-product-block > .content .accordions .accordion-container {
    padding: 2rem 0;
  }
}
.internal-product-block > .content .accordions .accordion-container .accordion-button {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Qanelas Soft", sans-serif;
  padding-right: calc(2em + 30px);
  position: relative;
  text-align: left;
  color: var(--primary-color);
}
.internal-product-block > .content .actions {
  display: flex;
  justify-content: center;
  column-gap: 2em;
  row-gap: 1em;
}
.internal-product-block > .content .actions:has(a:nth-child(3)) {
  flex-wrap: wrap;
}
.internal-product-block > .content .actions > a {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .internal-product-block > .content .actions {
    flex-direction: column;
    align-items: center;
  }
}
.internal-product-block > .content .disclosure {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 4.8rem;
}
.internal-product-block > .content .disclosure .accordion-button {
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  width: max-content;
  align-self: center;
}
.internal-product-block > .content .disclosure .accordion-button:before, .internal-product-block > .content .disclosure .accordion-button:after {
  height: 1.8rem;
  right: -30px !important;
}
.internal-product-block > .content .disclosure .accordion-content {
  padding-top: 1em;
}

.mortgage-timeline {
  padding: 0 30px 4em;
  background-color: var(--light-ice-blue);
}
.mortgage-timeline > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content {
    max-width: 500px;
  }
}
.mortgage-timeline > .content .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 6.6rem;
}
.mortgage-timeline > .content .header .f-h2 {
  margin-bottom: 0.5em;
}
.mortgage-timeline > .content .copy {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
}
.mortgage-timeline > .content .actions {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .actions {
    justify-items: center;
    column-gap: 2em;
  }
}
.mortgage-timeline > .content .containers {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  column-gap: 2rem;
  border-radius: 2rem;
  row-gap: 2rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers {
    padding-right: 4em;
  }
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .containers {
    min-height: 529px;
    flex-direction: row;
    padding-top: 4em;
    overflow-x: auto;
  }
}
.mortgage-timeline > .content .containers .timeline-item {
  width: 60px;
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers .timeline-item {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .containers .timeline-item {
    transition: width 0.5s ease 0.2s;
  }
}
.mortgage-timeline > .content .containers .timeline-item:not(.active):hover {
  cursor: pointer;
}
.mortgage-timeline > .content .containers .timeline-item:not(.active) .bar {
  background-color: #B1E4E3;
}
.mortgage-timeline > .content .containers .timeline-item:not(.active) .bar:before {
  background-color: #B1E4E3;
}
.mortgage-timeline > .content .containers .timeline-item .bar {
  background-color: #14BBB4;
  position: relative;
}
.mortgage-timeline > .content .containers .timeline-item .bar:before {
  content: "";
  display: block;
  position: relative;
  aspect-ratio: 1;
  height: 1.8rem;
  background-color: #14BBB4;
  border-radius: 50%;
  top: 1px;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers .timeline-item .bar {
    position: absolute;
    height: calc(100% + 20px);
    width: 3px;
    top: 0;
    right: -2em;
    transition: height 0.5s ease 0.2s;
  }
  .mortgage-timeline > .content .containers .timeline-item .bar:before {
    left: 1px;
  }
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .containers .timeline-item .bar {
    height: 3px;
    width: calc(100% + 20px);
    top: -3em;
    transition: width 0.5s ease 0.2s;
  }
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers .timeline-item:last-child .bar {
    width: 3px;
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .containers .timeline-item:last-child .bar {
    width: 100%;
  }
}
.mortgage-timeline > .content .containers .timeline-item:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.8rem;
  background-color: #B1E4E3;
  transition: all 0.2s ease;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers .timeline-item:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.8rem;
    height: 100%;
    border-top-right-radius: unset;
    border-bottom-left-radius: 20px;
  }
}
.mortgage-timeline > .content .containers .timeline-item button {
  display: flex;
  position: relative;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: all;
}
@media screen and (max-width: 500px) {
  .mortgage-timeline > .content .containers .timeline-item button {
    left: 15px;
    text-wrap: wrap;
    text-align: left;
    max-width: 50vw;
  }
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers .timeline-item button {
    padding-top: 4.2rem;
    padding-bottom: 2.2rem;
    left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .containers .timeline-item button {
    position: absolute;
    transform: rotate(-90deg);
    bottom: 140px;
    left: -4.7em;
    width: 270px;
    text-align: left;
  }
}
.mortgage-timeline > .content .containers .timeline-item .f-h3 {
  font-size: 2.2rem;
  color: var(--primary-color);
  font-weight: 700;
}
.mortgage-timeline > .content .containers .timeline-item .f-h3 span {
  color: #14BBB4;
}
.mortgage-timeline > .content .containers .timeline-item .js-timeline-content {
  display: none;
}
.mortgage-timeline > .content .containers .timeline-item .js-timeline-content p {
  margin-bottom: 4rem;
}
.mortgage-timeline > .content .containers .timeline-item .js-timeline-content img {
  aspect-ratio: 341/170;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers .timeline-item .js-timeline-content .f-h3 {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .containers .timeline-item.active {
    width: 464px;
  }
}
.mortgage-timeline > .content .containers .timeline-item.active:before {
  background-color: #14BBB4;
}
@media screen and (min-width: 980px) {
  .mortgage-timeline > .content .containers .timeline-item.active button {
    opacity: 0;
    pointer-events: none;
    padding: 0 0 0 0;
  }
}
.mortgage-timeline > .content .containers .timeline-item.active .js-timeline-content {
  grid-template-columns: 1fr;
  padding: 6.3rem 30px 3.5rem;
}
@media screen and (max-width: 979px) {
  .mortgage-timeline > .content .containers .timeline-item.active .js-timeline-content {
    padding-top: 1.5rem;
  }
}
.mortgage-timeline > .content .containers .timeline-item.active .bar {
  background-color: #14BBB4;
}
.mortgage-timeline > .content .containers .timeline-item.active .bar:before {
  background-color: #14BBB4;
}

.cta-block {
  padding: 2.8rem 30px 4.4rem;
  background-color: #046a38;
}
@media screen and (min-width: 980px) {
  .cta-block {
    padding: 3.4rem 30px 3rem;
  }
}
.cta-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .cta-block > .content {
    flex-direction: row;
    justify-content: center;
    column-gap: clamp(40px, 10vw, 141px);
  }
}
.cta-block > .content .f-h2 {
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  text-wrap: pretty;
}
@media screen and (max-width: 979px) {
  .cta-block > .content .f-h2 {
    max-width: 50vw;
    text-align: center;
  }
}
.cta-block > .content .info {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-start;
}
@media screen and (max-width: 979px) {
  .cta-block > .content .info {
    justify-items: center;
  }
}
@media screen and (min-width: 980px) {
  .cta-block > .content .info {
    flex: 1 1 50%;
  }
}
.cta-block > .content .copy {
  color: #fff;
  margin-bottom: 0;
}
.cta-block > .content .actions {
  padding-left: 0;
  display: grid;
  flex-direction: row;
  align-items: center;
  column-gap: 2em;
  row-gap: 1em;
  grid-auto-columns: 1fr;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .cta-block > .content .actions {
    grid-template-columns: repeat(auto-fit, 220px);
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 979px) {
  .cta-block > .content .actions {
    justify-content: center;
    justify-items: center;
  }
}
.cta-block > .content .actions a {
  width: 100%;
  max-width: 245px;
}
.cta-block > .content .actions a.ghost-btn {
  color: var(--white);
  border-color: var(--white);
}

.social-block {
  padding: 0 30px;
  margin-bottom: 16rem;
  padding-top: 16rem;
}
.social-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1155px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.social-block > .content .f-h2 {
  margin-bottom: 3.1rem;
}
.social-block > .content .socials {
  margin-left: 0;
  padding-left: 0;
  flex-direction: row;
  display: flex;
  column-gap: 0;
  margin-bottom: 3.4rem;
  justify-content: center;
}
.social-block > .content .socials li {
  padding-left: 0;
  list-style: none;
}
.social-block > .content .socials li a {
  display: block;
  height: 36px;
  aspect-ratio: 1;
}
.social-block > .content .socials li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  margin-right: 0;
}
.social-block > .content .socials li a span {
  visibility: hidden;
  display: block;
  width: 0;
}
.social-block > .content .socials li a:hover img {
  opacity: 1;
}
.social-block > .content .copy {
  margin-bottom: clamp(2.5rem, 5vw, 6.1rem);
}
.social-block > .content .social-image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3.1rem;
  column-gap: 2.5rem;
}
.social-block > .content .social-image-container .image-block {
  aspect-ratio: 1;
  width: 16.7rem;
  border-radius: 20px;
  overflow: hidden;
}
.social-block > .content .social-image-container .image-block .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .social-block > .content .social-image-container .image-block {
    width: 27rem;
  }
}
.social-block > .content .social-image-container .image-block > a {
  display: none;
}

.non-image-page-header {
  background-color: var(--maine-green);
  padding: 0 30px;
  margin-bottom: clamp(6.5rem, 5vw, 8rem);
}
.non-image-page-header.bg-blue {
  background-color: var(--primary-color);
}
.non-image-page-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 11rem 0 7rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  column-gap: clamp(20px, 5vw, 50px);
}
.non-image-page-header > .content .breadcrumbs {
  margin-bottom: 4rem;
}
@media screen and (min-width: 980px) {
  .non-image-page-header > .content .breadcrumbs {
    grid-area: breadcrumb;
  }
}
.non-image-page-header > .content .breadcrumbs > * {
  color: white;
}
@media screen and (min-width: 980px) {
  .non-image-page-header > .content .info {
    display: grid;
    grid-template-areas: "breadcrumb ." "title copy";
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    column-gap: clamp(2rem, 7vw, 7rem);
  }
}
@media screen and (max-width: 979px) {
  .non-image-page-header > .content .info-side {
    justify-items: center;
  }
}
.non-image-page-header > .content .copy {
  color: white;
  font-size: clamp(2.8rem, 3vw, 3.2rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .non-image-page-header > .content .copy {
    text-align: left;
    grid-area: copy;
  }
}
.non-image-page-header .f-h1 {
  font-size: clamp(3.6rem, 4vw, 4.8rem);
  color: var(--white);
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .non-image-page-header .f-h1 {
    grid-area: title;
  }
}
@media screen and (max-width: 979px) {
  .non-image-page-header .f-h1 {
    text-align: center;
    margin-bottom: 1em;
  }
}

.events-module-display {
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .events-module-display {
    padding: 0 var(--mobile-padding);
  }
}
.events-module-display > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  align-content: flex-start;
}
.events-module-display > .content .category-filter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .events-module-display > .content .category-filter {
    align-items: flex-start;
    max-width: 1200px;
    justify-self: center;
  }
}
.events-module-display > .content .category-filter .filter-button {
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1.1rem;
  font-family: "Ridley Grotesk", sans-serif;
  font-weight: 700;
  width: 100%;
  max-width: 375px;
  pointer-events: none;
}
@media screen and (max-width: 979px) {
  .events-module-display > .content .category-filter .filter-button {
    border: 1px solid var(--gray);
    justify-content: center;
    border-radius: 0.6rem;
    padding: 0.9rem;
    pointer-events: all;
  }
}
.events-module-display > .content .category-filter .filter-button:before {
  content: "";
  height: 2.8rem;
  aspect-ratio: 31/22;
  background-image: url("../template_images/svg-shapes/Glyph.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.events-module-display > .content .category-filter .accordion-content {
  padding-left: 0;
  display: none;
}
@media screen and (min-width: 980px) {
  .events-module-display > .content .category-filter .accordion-content {
    display: block !important;
  }
}
.events-module-display > .content .category-filter .accordion-content ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  padding-left: 0;
  padding-top: 3.6rem;
  row-gap: 2rem;
}
@media screen and (min-width: 980px) {
  .events-module-display > .content .category-filter .accordion-content ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    text-align: left;
    justify-content: flex-start;
  }
}
.events-module-display > .content .category-filter .accordion-content ul > li {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Qanelas Soft", sans-serif;
  color: var(--primary-color);
  background-color: white;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 1em 2em;
  border-radius: 28px;
}
.events-module-display > .content .category-filter .accordion-content ul > li.active {
  color: white;
  background-color: #14bbb4;
}
.events-module-display > .content .category-filter.open {
  background-color: white;
}
.events-module-display > .content .article-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  row-gap: 2.1rem;
  padding-left: 0;
}
@media screen and (min-width: 1300px) {
  .events-module-display > .content .article-container {
    justify-content: flex-start;
  }
  .events-module-display > .content .article-container:has(.article.visible:nth-child(3)) {
    justify-content: center;
  }
}
.events-module-display > .content .article-container li.article {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  display: none;
  flex-direction: row;
  column-gap: 4rem;
  align-items: stretch;
  padding: 5.4rem 4rem;
  background-color: var(--cta-banner-bg);
}
.events-module-display > .content .article-container li.article.visible {
  display: flex;
}
.events-module-display > .content .article-container li.article .date {
  position: relative;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-end;
  flex: 0 0 50px;
  align-self: center;
  align-content: center;
  height: 70px;
  flex: 0 0 75px;
}
@media screen and (max-width: 979px) {
  .events-module-display > .content .article-container li.article .date {
    align-self: flex-start;
  }
  .events-module-display > .content .article-container li.article .date:after {
    content: "";
    position: absolute;
    top: -0.9em;
    bottom: 0;
    right: -2rem;
    width: 3px;
    background-color: #14bbb4;
  }
}
.events-module-display > .content .article-container li.article .date.has-range {
  height: 140px;
}
.events-module-display > .content .article-container li.article .date .month {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-color);
}
.events-module-display > .content .article-container li.article .date .day {
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 5.4rem;
  color: var(--primary-color);
}
.events-module-display > .content .article-container li.article .info {
  line-height: 2.4rem;
  position: relative;
}
@media screen and (min-width: 980px) {
  .events-module-display > .content .article-container li.article .info:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2rem;
    width: 3px;
    background-color: #14bbb4;
  }
}
.events-module-display > .content .article-container li.article .info .title {
  font-size: clamp(2.4rem, 2.5vw, 3rem);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  color: var(--primary-color);
}
.events-module-display > .content .article-container li.article .info .date-comment {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}
.events-module-display > .content .article-container li.article .info .date-comment span:after {
  content: "|";
  padding: 0 0.2rem 0 0.5rem;
}
.events-module-display > .content .article-container li.article .info .date-comment span:last-child:after {
  content: none;
}
.events-module-display > .content .article-container li.article .info .arrow-lnk {
  margin-top: 0.9rem;
  font-size: 2rem;
  font-weight: 700;
}
.events-module-display > .content .article-container li.article .info .arrow-lnk:after {
  filter: brightness(0) saturate(100%) invert(66%) sepia(96%) saturate(1845%) hue-rotate(128deg) brightness(88%) contrast(84%);
}

.mortgage-team-block {
  padding: 3rem 30px 6rem;
  position: relative;
  background-color: var(--blockColor, var(--light-yellow));
}
.mortgage-team-block:has(.content > .photo):before {
  content: "";
  position: absolute;
  height: clamp(292px, 45vw, 615px);
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 0;
}
.mortgage-team-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mortgage-team-block > .content .f-h2 {
  text-align: center;
  padding-bottom: clamp(3.2rem, 5vw, 7.2rem);
}
.mortgage-team-block > .content > .photo {
  margin-bottom: 8rem;
  aspect-ratio: 1400/777;
  border-radius: clamp(3rem, 5vw, 8rem);
  overflow: hidden;
}
.mortgage-team-block > .content > .photo > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mortgage-team-block > .content .directory-container {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(50px, 5vw, 9.3rem);
  row-gap: 4.5rem;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .mortgage-team-block > .content .directory-container {
    grid-template-columns: 280px 280px;
  }
}
@media screen and (min-width: 1250px) {
  .mortgage-team-block > .content .directory-container {
    grid-template-columns: repeat(auto-fit, clamp(215px, 20%, 280px));
  }
}
.mortgage-team-block > .content .directory-container .directory-item .photo {
  aspect-ratio: 1;
  border-radius: 30px;
  width: 100%;
  max-width: 280px;
  overflow: hidden;
  margin-bottom: 4.3rem;
}
.mortgage-team-block > .content .directory-container .directory-item .photo > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.mortgage-team-block > .content .directory-container .directory-item .info {
  display: flex;
  flex-direction: column;
  row-gap: 1.1rem;
}
.mortgage-team-block > .content .directory-container .directory-item .info .name {
  font-size: 2rem;
  font-weight: 700;
}
.mortgage-team-block > .content .directory-container .directory-item .info .position {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
}
.mortgage-team-block > .content .directory-container .directory-item .info .content {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 979px) {
  .mortgage-team-block > .content .directory-container .directory-item .info > a {
    margin: 0 auto;
  }
}
.mortgage-team-block > .content .directory-container .directory-item .info .location {
  margin-bottom: 2.9rem;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
.mortgage-team-block > .content .directory-container .directory-item .info .location:before {
  content: "";
  display: block;
  position: relative;
  background-image: url(../template_images/header/ico-locations.svg);
  height: 1.7rem;
  width: 1.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(44%) sepia(10%) saturate(2677%) hue-rotate(340deg) brightness(88%) contrast(101%);
}
.mortgage-team-block > .content .directory-container .directory-item .info .location > a {
  text-transform: uppercase;
  font-family: "Qanelas Soft", sans-serif;
  font-size: 1.4rem;
  color: var(--secondary-color);
}

@keyframes popup {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  50% {
    opacity: 1;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.product-highlight-block {
  padding: 2.4rem 30px;
  background-color: var(--blockColor, #e0f4f4);
  margin-bottom: 7rem;
}
.product-highlight-block .mobile {
  display: none;
}
.product-highlight-block .tablet {
  display: block;
}
@media screen and (max-width: 979px) {
  .product-highlight-block .mobile {
    display: block;
  }
  .product-highlight-block .tablet {
    display: none;
  }
}
.product-highlight-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .product-highlight-block > .content {
    flex-direction: row;
    align-items: center;
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.product-highlight-block > .content.active .js-accordion-button:after {
  transform: translateY(-50%) rotate(-270deg) !important;
}
@media screen and (min-width: 980px) {
  .product-highlight-block > .content .headline {
    max-width: 350px;
  }
}
.product-highlight-block > .content .headline .f-h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}
.product-highlight-block > .content .headline > img {
  aspect-ratio: 1;
  object-fit: contain;
  height: 7.7rem;
}
@media screen and (max-width: 979px) {
  .product-highlight-block > .content .headline > img {
    height: 4rem;
  }
}
@media screen and (min-width: 980px) {
  .product-highlight-block > .content .headline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 979px) {
  .product-highlight-block > .content .headline {
    position: relative;
    display: grid;
    grid-template-columns: 4rem auto;
    justify-content: center;
    align-items: center;
    column-gap: 1.4rem;
    padding-right: 6rem;
    text-align: left;
  }
  .product-highlight-block > .content .headline img {
    object-fit: contain;
  }
  .product-highlight-block > .content .headline:before, .product-highlight-block > .content .headline:after {
    content: "";
    display: block;
    position: absolute;
    right: 30px !important;
    top: 50%;
    height: 15px;
    width: 3px;
    background-color: var(--tertiary-color);
    border-radius: 1px;
    transition: transform 0.5s ease !important;
  }
  .product-highlight-block > .content .headline:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .product-highlight-block > .content .headline:after {
    transform: translateY(-50%) rotate(0);
  }
}
@media screen and (min-width: 980px) {
  .product-highlight-block > .content .headline {
    margin-bottom: 0;
    pointer-events: none;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .product-highlight-block > .content .accordion-content {
    display: grid !important;
  }
  .product-highlight-block > .content .accordion-content:has(.actions) {
    grid-template-columns: auto 220px;
    column-gap: clamp(20px, 5vw, 40px);
  }
  .product-highlight-block > .content .accordion-content .actions {
    padding-top: 39px;
  }
}
.product-highlight-block > .content .accordion-content .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  justify-items: center;
  align-content: flex-start;
}
.product-highlight-block > .content .accordion-content .reward-blocks {
  display: grid;
  justify-content: flex-start;
  padding-left: 0;
  column-gap: clamp(2rem, 5vw, 50px);
  row-gap: 2rem;
  justify-content: center;
  text-align: left;
  padding: 3.9rem 0 2.6rem;
}
@media screen and (min-width: 980px) {
  .product-highlight-block > .content .accordion-content .reward-blocks {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .product-highlight-block > .content .accordion-content .reward-blocks li {
    flex: 0 0 300px;
    text-align: left;
    align-items: center;
  }
}
.product-highlight-block > .content .accordion-content .reward-blocks > li {
  padding-left: 0;
  font-size: 2rem;
  font-weight: var(--semiBold);
  display: grid;
  grid-template-columns: 4.2rem auto;
  column-gap: 1rem;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .product-highlight-block > .content .accordion-content .reward-blocks > li {
    grid-template-columns: 4rem auto;
    opacity: 0;
    transition: opacity 0.2s ease, bottom 0.2s ease;
  }
}
.product-highlight-block > .content .accordion-content .reward-blocks .icon {
  aspect-ratio: 1;
  width: 40px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  align-self: flex-start;
}
@media screen and (min-width: 980px) {
  .product-highlight-block.active .accordion-content ul li {
    animation-name: popup;
    animation-duration: 0.4s;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(1) {
    animation-delay: 0.2s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(2) {
    animation-delay: 0.4s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(3) {
    animation-delay: 0.6s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(4) {
    animation-delay: 0.8s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(5) {
    animation-delay: 1s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(6) {
    animation-delay: 1.2s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(7) {
    animation-delay: 1.4s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(8) {
    animation-delay: 1.6s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(9) {
    animation-delay: 1.8s;
  }
  .product-highlight-block.active .accordion-content ul li:nth-child(10) {
    animation-delay: 2s;
  }
}

.product-tabs > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1060px;
}
.product-tabs > .content .tab-header {
  grid-area: tab-header;
  width: max-content;
  border-radius: 33px;
  height: 66px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  align-content: center;
  padding: 2px 10px;
  margin: 0 auto 4rem;
  text-align: center;
  background-color: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 475px) {
  .product-tabs > .content .tab-header {
    height: unset;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 980px) {
  .product-tabs > .content .tab-header {
    height: unset;
    margin: 0 auto 4rem 0;
  }
}
@media screen and (min-width: 1300px) {
  .product-tabs > .content .tab-header {
    text-align: left;
  }
}
.product-tabs > .content .tab-header ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding-left: 0;
  margin-bottom: 0;
  column-gap: 0.5em;
}
@media screen and (max-width: 475px) {
  .product-tabs > .content .tab-header ul {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .product-tabs > .content .tab-header ul {
    margin: 0 auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .product-tabs > .content .tab-header ul {
    align-content: center;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 0.5em;
  }
}
.product-tabs > .content .tab-header ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.product-tabs > .content .tab-header ul li button {
  padding: 0.7em clamp(0.5em, 3vw, 2.5em);
  height: 100%;
  transition: all 0.2s ease;
  border-radius: 33px;
}
.product-tabs > .content .tab-header ul li button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.product-tabs > .content .tab-header ul li button.active {
  background-color: #039455;
  color: #fff;
}
.product-tabs > .content .tabs .tab-content {
  display: none;
}
@media screen and (max-width: 979px) {
  .product-tabs > .content .tabs .tab-content:first-child {
    padding: 0 30px;
  }
}
.product-tabs > .content .tabs .tab-content.active {
  display: block;
}
.product-tabs > .content .disclosure {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 4.8rem;
}
.product-tabs > .content .disclosure .accordion-button {
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  width: max-content;
  align-self: center;
}
.product-tabs > .content .disclosure .accordion-button:before, .product-tabs > .content .disclosure .accordion-button:after {
  height: 1.8rem;
  right: -30px !important;
}
.product-tabs > .content .disclosure .accordion-content {
  padding-top: 1em;
}

.disclosure {
  padding: 0 30px;
  margin-bottom: 4em;
}
.disclosure > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 920px;
  display: flex;
  flex-direction: row;
  column-gap: 0.6em;
  align-items: flex-start;
}
@media screen and (max-width: 979px) {
  .disclosure > .content {
    flex-direction: column;
  }
}
.disclosure > .content .intro, .disclosure > .content .copy {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Ridley Grotesk", sans-serif;
  line-height: 1.7;
}
.disclosure > .content .intro {
  font-weight: 700;
  color: var(--hopi);
}

.rate-container {
  margin-bottom: 4em;
  padding: 0 30px;
}
.rate-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1475px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .rate-container > .content {
    grid-template-columns: clamp(250px, 30vw, 300px) 1fr;
    column-gap: clamp(20px, 5vw, 7rem);
    align-items: flex-start;
  }
}
.rate-container > .content .sidebar {
  display: none;
  padding-left: 34px;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.rate-container > .content .sidebar .sticky-container {
  position: sticky;
  top: 2em;
}
@media screen and (min-width: 980px) {
  .rate-container > .content .sidebar {
    display: flex;
    border-right: 1px solid var(--community-footer);
  }
}
.rate-container > .content .sidebar .f-h2 {
  position: relative;
  font-family: "Ridley Grotesk", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}
.rate-container > .content .sidebar .f-h2:before {
  content: "";
  position: absolute;
  display: block;
  left: -34px;
  height: 22px;
  width: 24px;
  background-image: url(../template_images/svg-shapes/Glyph.svg);
  background-size: cover;
  background-position: center;
}
.rate-container > .content .sidebar .rate-links {
  padding-left: 0;
  display: grid;
  row-gap: 1.7rem;
  padding-right: 30px;
}
.rate-container > .content .sidebar .rate-links li {
  padding-left: 0;
  list-style: none;
}
.rate-container > .content .sidebar .rate-links li a {
  font-family: "Qanelas Soft", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.rate-container > .content .sidebar .rate-links li.active a {
  font-weight: 700;
}
.rate-container > .content .rate-side .f-h2 {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 700;
  position: relative;
  font-family: "Ridley Grotesk", sans-serif;
}
.rate-container > .content .rate-side .f-h2 span {
  background-color: white;
  padding-right: 1em;
  position: relative;
}
.rate-container > .content .rate-side .f-h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--violet);
  z-index: 0;
}
@media screen and (max-width: 979px) {
  .rate-container > .content .rate-side .accordion-container {
    width: calc(100vw - 75px);
    border-bottom: 1px solid var(--community-footer);
  }
  .rate-container > .content .rate-side .accordion-container:nth-of-type(1) {
    border-top: 1px solid var(--community-footer);
  }
}
.rate-container > .content .rate-side .accordion-container .rate-title {
  font-weight: 700;
  font-family: "Qanelas Soft", sans-serif;
  font-size: 2rem;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .rate-container > .content .rate-side .accordion-container .rate-title {
    font-family: "Ridley Grotesk", sans-serif;
    text-decoration: underline;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    pointer-events: none;
  }
  .rate-container > .content .rate-side .accordion-container .rate-title:before, .rate-container > .content .rate-side .accordion-container .rate-title:after {
    content: none;
  }
}
@media screen and (max-width: 979px) {
  .rate-container > .content .rate-side .accordion-container .rate-title {
    pointer-events: all;
    padding: 3.2rem 0 2.8rem;
    padding-right: 2.5em;
  }
}
.rate-container > .content .rate-side .accordion-container .accordion-content:has(.actions) {
  display: grid;
  grid-template-columns: 1fr 250px;
  column-gap: 20px;
}
.rate-container > .content .rate-side .accordion-container .accordion-content:has(.actions) > .accordion-button {
  grid-column: 1/3;
}
@media screen and (max-width: 1500px) {
  .rate-container > .content .rate-side .accordion-container .accordion-content:has(.actions) {
    grid-template-columns: 1fr;
  }
  .rate-container > .content .rate-side .accordion-container .accordion-content:has(.actions) > .accordion-button {
    grid-column: 1;
  }
}
.rate-container > .content .rate-side .accordion-container .accordion-content .rate-block {
  padding-top: 0;
}
@media screen and (max-width: 979px) {
  .rate-container > .content .rate-side .accordion-container .accordion-content .rate-block {
    padding-top: 1rem;
    margin-bottom: 0;
  }
  .rate-container > .content .rate-side .accordion-container .accordion-content .rate-block table {
    position: relative;
    margin-bottom: 0;
  }
  .rate-container > .content .rate-side .accordion-container .accordion-content .rate-block table:before {
    content: "";
    position: absolute;
    top: 1em;
    width: 100vw;
    left: -50px;
    right: -50px;
    bottom: 1em;
    background-color: var(--light-violet-pink);
  }
}
.rate-container > .content .rate-side .accordion-container .accordion-content .effective-date {
  padding-left: 0;
}
@media screen and (max-width: 979px) {
  .rate-container > .content .rate-side .accordion-container .accordion-content .effective-date {
    padding-left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .rate-container > .content .rate-side .accordion-container .accordion-content {
    display: grid !important;
  }
}
.rate-container > .content .rate-side .accordion-container .accordion-content .disclosure {
  border-top: none;
  border-bottom: none;
  display: grid;
  grid-template-columns: 1fr;
}
.rate-container > .content .rate-side .accordion-container .accordion-content .disclosure .accordion-button {
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Qanelas Soft", sans-serif;
  font-style: normal;
  padding-right: 2em;
  text-transform: uppercase;
  justify-self: flex-start;
}
.rate-container > .content .rate-side .accordion-container .accordion-content .disclosure .accordion-button:before, .rate-container > .content .rate-side .accordion-container .accordion-content .disclosure .accordion-button:after {
  height: 1rem;
  width: 2px;
  right: 1.5rem !important;
}
@media screen and (max-width: 979px) {
  .rate-container > .content .rate-side .accordion-container .accordion-content .disclosure .accordion-button {
    text-align: center;
    justify-self: center;
  }
}
@media screen and (max-width: 979px) {
  .rate-container > .content .rate-side .actions {
    display: grid;
    grid-template-columns: 220px;
    justify-content: center;
  }
}
.rate-container > .content .rate-side .actions a {
  width: 100%;
  max-width: 220px;
}

.similar-articles-block {
  padding: 5.5rem 30px 8rem;
  background-color: #dfdfdf;
}
.similar-articles-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1460px;
}
.similar-articles-block > .content .headline {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (max-width: 979px) {
  .similar-articles-block > .content .splide__track {
    max-width: 345px;
    justify-self: center;
  }
}
@media screen and (min-width: 980px) {
  .similar-articles-block > .content .splide__track {
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .similar-articles-block > .content .splide__track {
    max-width: unset;
  }
}
@media screen and (min-width: 980px) {
  .similar-articles-block > .content .splide__list.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .similar-articles-block > .content .splide__list.container {
    flex-direction: row;
    grid-gap: 2rem;
  }
}
.similar-articles-block > .content .splide__list.container .card {
  max-width: 345px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background-color: var(--border-gray);
  border-radius: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .similar-articles-block > .content .splide__list.container .card {
    flex: 0 1 345px;
  }
}
.similar-articles-block > .content .splide__list.container .card .photo {
  width: 100%;
  aspect-ratio: 498/299;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  border: 13px solid var(--community-footer);
  position: relative;
  left: -13px;
  top: -13px;
  box-sizing: content-box;
}
.similar-articles-block > .content .splide__list.container .card .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.similar-articles-block > .content .splide__list.container .card .info {
  padding: 4rem 3.2rem 5.4rem;
}
.similar-articles-block > .content .splide__list.container .card .info .category {
  font-size: 1.4rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  color: var(--secondary-color);
  align-self: center;
  margin-bottom: 1rem;
}
.similar-articles-block > .content .splide__list.container .card .info .f-h3 {
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
}
.similar-articles-block > .content .splide__list.container .card .info .arrow-lnk:after {
  background-image: url(../template_images/svg-shapes/ico-next-arrow.svg);
}
.similar-articles-block .slideshow-box {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .similar-articles-block .slideshow-box {
    max-width: 650px;
    margin: 0 auto;
  }
}
.similar-articles-block .mobile-controls {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 400/322;
  align-content: center;
  padding: 0 1.9rem;
  z-index: 1;
}
.similar-articles-block .mobile-controls .arrows {
  justify-content: space-between;
}
.similar-articles-block .mobile-controls .arrows .splide__arrow {
  height: 2.1rem;
  width: 2.1rem;
}
.similar-articles-block .splide__pagination {
  margin-top: 3.2rem;
  border-radius: 33px;
  box-shadow: 0 3px 10px rgb(0, 0, 0.16);
  height: 3rem;
  padding: 8px;
  column-gap: 9px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 110px));
  width: 295px;
  justify-self: center;
  display: none;
  background-color: var(--border-gray);
}
.similar-articles-block .splide__pagination:has(li:nth-child(2)) {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}
@media screen and (min-width: 980px) {
  .similar-articles-block .splide__pagination {
    display: none;
  }
}
.similar-articles-block .splide__pagination li {
  display: flex;
  height: 1.4rem;
  flex: 0 1 110px;
}
.similar-articles-block .splide__pagination li button {
  border-radius: 9px;
  height: 1.4rem;
  flex-grow: 1;
  background-color: var(--community-footer);
  transition: background-color 0.2s ease;
}
.similar-articles-block .splide__pagination li button.is-active {
  background-color: var(--primary-color);
}

.resource-page-intro {
  width: 100%;
  padding: 0 60px 12rem;
  background-color: var(--blockColor, var(--border-gray));
}
@media screen and (max-width: 979px) {
  .resource-page-intro {
    padding: 2em 0 5rem;
  }
}
.directory-page-header + .resource-page-intro {
  padding-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .directory-page-header + .resource-page-intro {
    padding-bottom: 0;
    margin-bottom: -2px;
  }
}
.directory-page-header + .resource-page-intro > .content {
  position: relative;
  top: -10rem;
}
@media screen and (min-width: 1250px) {
  .directory-page-header + .resource-page-intro > .content {
    top: -15rem;
  }
}
.resource-page-intro > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 0;
  background: #046a38;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 3.7rem 30px;
}
@media screen and (min-width: 980px) {
  .resource-page-intro > .content {
    max-width: 1000px;
    padding: 5rem;
    border-radius: 50px;
    z-index: 1;
  }
}
.resource-page-intro > .content .main {
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  column-gap: clamp(30px, 3vw, 50px);
  row-gap: 30px;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .resource-page-intro > .content .main {
    flex-direction: row;
    padding-bottom: 0;
  }
}
.resource-page-intro > .content .main .f-h2,
.resource-page-intro > .content .main .f-h2 p {
  font-family: "Amatic SC", serif;
  font-size: 3.6rem;
  margin-bottom: 0;
  color: var(--white);
}
@media screen and (max-width: 979px) {
  .resource-page-intro > .content .main .f-h2,
  .resource-page-intro > .content .main .f-h2 p {
    font-size: 4rem;
  }
}
.resource-page-intro > .content .main .select-container {
  position: relative;
}
.resource-page-intro > .content .main .select-container select {
  border-radius: 10px;
  padding: 1.8rem 4.2rem 1.8rem 3.2rem;
  font-family: "Ridley Grotesk", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  height: 61px;
  margin-bottom: 0;
  -webkit-appearance: none; /* For WebKit browsers (Chrome, Safari) */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Standard property */
}
.resource-page-intro > .content .main .select-container:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../blocks/resource-page-intro/arrow.svg);
  height: 9px;
  right: 20px;
  width: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.resource-page-intro > .content .main .actions {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1em;
  row-gap: 1em;
  justify-items: center;
  align-items: center;
}
.resource-page-intro > .content .main .actions > a {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 700px) {
  .resource-page-intro > .content .main .actions {
    grid-template-columns: repeat(auto-fit, 200px);
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .resource-page-intro > .content .main .actions {
    justify-content: flex-start;
  }
}
.resource-page-intro > .content .sidebar {
  border-top: 1px solid var(--border-gray);
  padding-top: 3rem;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .resource-page-intro > .content .sidebar {
    padding-top: 0;
    padding-left: 4.5rem;
    border-left: 1px solid var(--border-gray);
    border-top: none;
  }
}
.resource-page-intro > .content .sidebar .f-h3,
.resource-page-intro > .content .sidebar p:first-child {
  text-transform: uppercase;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  color: var(--secondary-color);
  font-family: "Qanelas Soft", sans-serif;
  margin-bottom: 1.5rem;
}
.resource-page-intro > .content .sidebar ul {
  padding-left: 0;
}
.resource-page-intro > .content .sidebar ul > li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.resource-page-intro > .content .sidebar ul > li a {
  font-size: 1.8rem;
  color: var(--primary-color);
  font-family: "Qanelas Soft", sans-serif;
}
.resource-page-intro.get-started > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.resource-page-intro.get-started > .content .f-h2 {
  font-family: "Amatic SC", serif;
  font-size: clamp(4rem, 5vw, 5rem);
}
.resource-page-intro.get-started > .content .f-h2 > p {
  font-family: "Amatic SC", serif;
}
.resource-page-intro.get-started > .content .copy {
  width: 100%;
  max-width: 100rem;
}
.resource-page-intro.get-started > .content .copy p {
  margin-bottom: 3rem;
}
.resource-page-intro.get-started > .content .copy ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  padding-left: 0;
  column-gap: clamp(2rem, 5vw, 40px);
  row-gap: 2rem;
  justify-content: center;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .resource-page-intro.get-started > .content .copy ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .resource-page-intro.get-started > .content .copy ul li {
    flex: 0 0 300px;
    text-align: left;
    align-items: center;
  }
}
.resource-page-intro.get-started > .content .copy ul > li {
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  display: grid;
  grid-template-columns: 3.9rem auto;
  column-gap: 1.8rem;
}
@media screen and (min-width: 980px) {
  .resource-page-intro.get-started > .content .copy ul > li {
    grid-template-columns: 3.2rem auto;
    flex: 1 0 230px;
  }
}
.resource-page-intro.get-started > .content .copy ul > li:before {
  content: "";
  width: 100%;
  background-image: url(../template_images/svg-shapes/member-checkmark.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.9rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 980px) {
  .resource-page-intro.get-started > .content .copy ul > li:before {
    width: 3.2rem;
  }
}

.fraud-prevention-block {
  position: relative;
  background-color: var(--light-rust);
  display: grid;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 980px) {
  .fraud-prevention-block {
    min-height: 550px;
    grid-template-rows: 1fr;
  }
}
.fraud-prevention-block:before {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  width: 50vw;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 979px) {
  .fraud-prevention-block:before {
    content: none;
  }
}
.fraud-prevention-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1720px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .fraud-prevention-block > .content {
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }
}
.fraud-prevention-block > .content .headline-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 980px) {
  .fraud-prevention-block > .content .headline-side {
    margin-top: 4.3rem;
    margin-bottom: 4.3rem;
  }
}
@media screen and (max-width: 979px) {
  .fraud-prevention-block > .content .headline-side {
    padding: 4.6rem 4.3rem;
    background-color: var(--primary-color);
  }
}
.fraud-prevention-block > .content .headline-side:before {
  content: "";
  background-image: url(../blocks/fraud-prevention-block/lock-bg.svg);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 364/465;
  z-index: 0;
}
@media screen and (max-width: 979px) {
  .fraud-prevention-block > .content .headline-side:before {
    max-width: 336px;
  }
}
.fraud-prevention-block > .content .headline-side .info {
  width: 100%;
  max-width: 571px;
  margin-right: 2.8rem;
  z-index: 1;
}
.fraud-prevention-block > .content .headline-side .info .f-h2,
.fraud-prevention-block > .content .headline-side .info .copy,
.fraud-prevention-block > .content .headline-side .info p,
.fraud-prevention-block > .content .headline-side .info ul {
  color: var(--white);
}
.fraud-prevention-block > .content .headline-side .info .f-h2 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  margin-bottom: 1.6rem;
}
.fraud-prevention-block > .content .headline-side .info .copy {
  margin-bottom: 3.2rem;
}
.fraud-prevention-block > .content .headline-side .info .links {
  margin-left: 0;
  padding-left: 0;
}
.fraud-prevention-block > .content .headline-side .info .links li {
  padding-left: 0;
  padding-bottom: 2.3rem;
  list-style: none;
}
.fraud-prevention-block > .content .headline-side .info .links li a {
  color: white;
}
@media screen and (min-width: 980px) {
  .fraud-prevention-block > .content .headline-side .info .links {
    column-count: 2;
  }
}
.fraud-prevention-block > .content .headline-side .info .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
}
.fraud-prevention-block > .content .recent-article-side {
  padding-left: clamp(2.8rem, 3vw, 9.7rem);
  align-self: center;
}
@media screen and (max-width: 979px) {
  .fraud-prevention-block > .content .recent-article-side {
    padding-top: 5.6rem;
    padding-bottom: 7.6rem;
  }
}
.fraud-prevention-block > .content .recent-article-side .f-h3 {
  font-family: "Qanelas Soft", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: clamp(4.6rem, 5vw, 5.5rem);
}
.fraud-prevention-block > .content .recent-article-side .recent-articles {
  padding-left: 0;
  margin-bottom: 0;
}
.fraud-prevention-block > .content .recent-article-side .recent-articles li {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  padding: 22.5px 0;
  align-items: center;
  border-bottom: 1px solid var(--secondary-color);
}
.fraud-prevention-block > .content .recent-article-side .recent-articles li a {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Ridley Grotesk", sans-serif;
  color: var(--primary-color);
}
.fraud-prevention-block > .content .recent-article-side .recent-articles li img {
  aspect-ratio: 150/84;
  border-radius: 20px;
  max-height: 84px;
  max-width: 150px;
  object-fit: cover;
  object-position: top;
}
.fraud-prevention-block > .content .recent-article-side .recent-articles li:last-of-type {
  border-bottom: none;
}

.video-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.video-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.video-block > .content .header {
  margin-bottom: clamp(4.3rem, 5vw, 6rem);
}
.video-block > .content .header .f-h2 {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 979px) {
  .video-block > .content .header .f-h2 {
    margin-bottom: 2.4rem;
  }
}
.video-block > .content .header .copy {
  font-size: 1.6rem;
}
.video-block > .content .video-container {
  display: flex;
  flex-direction: row;
  column-gap: 2.1rem;
  row-gap: clamp(4rem, 5vw, 6rem);
}
@media screen and (max-width: 979px) {
  .video-block > .content .video-container {
    flex-direction: column;
  }
}
.video-block > .content .video-container .video {
  overflow: hidden;
  width: 100%;
}
.video-block > .content .video-container .video:hover {
  cursor: pointer;
}
.video-block > .content .video-container .video .image {
  aspect-ratio: 671.3/321.9;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
  margin-bottom: 2.3rem;
  pointer-events: none;
}
.video-block > .content .video-container .video .image:before {
  content: "";
  height: 44%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  background-image: url(../blocks/video-block/play-arrow.svg);
  background-size: 20% 29%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-block > .content .video-container .video .title {
  font-size: 2rem;
  font-family: "Ridley Grotesk", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
}
@media screen and (min-width: 980px) {
  .video-block > .content .video-container:has(.video:nth-child(4)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .video-block > .content .video-container:has(.video:nth-child(5)) {
    grid-template-columns: repeat(6, 1fr);
  }
  .video-block > .content .video-container:has(.video:nth-child(5)) .video {
    grid-column: span 2;
  }
  .video-block > .content .video-container:has(.video:nth-child(5)) .video:nth-child(1),
  .video-block > .content .video-container:has(.video:nth-child(5)) .video:nth-child(2) {
    grid-column: span 3;
  }
  .video-block > .content .video-container:has(.video:nth-child(6)) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .video-block > .content .video-container:has(.video:nth-child(6)) .video,
  .video-block > .content .video-container:has(.video:nth-child(6)) .video:nth-child(1),
  .video-block > .content .video-container:has(.video:nth-child(6)) .video:nth-child(2) {
    grid-column: span 1;
  }
}

.product-accordion-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.product-accordion-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
}
.product-accordion-block > .content .header {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(6.1rem, 5vw, 8.1rem);
}
@media screen and (min-width: 980px) {
  .product-accordion-block > .content .header {
    flex-direction: row;
    column-gap: clamp(50px, 14vw, 22rem);
    align-items: flex-end;
  }
}
.product-accordion-block > .content .header .info {
  width: 100%;
  max-width: 527px;
}
@media screen and (max-width: 979px) {
  .product-accordion-block > .content .header .info {
    margin-bottom: 3rem;
  }
}
.product-accordion-block > .content .header .tab-header {
  width: max-content;
  border-radius: 33px;
  height: 66px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  align-content: center;
  padding: 2px 10px;
  margin-bottom: 4rem;
  text-align: center;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 475px) {
  .product-accordion-block > .content .header .tab-header {
    height: unset;
    margin: 0 auto 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .product-accordion-block > .content .header .tab-header {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .product-accordion-block > .content .header .tab-header {
    margin: 5.4rem auto 4rem;
    text-align: left;
  }
}
.product-accordion-block > .content .header .tab-header ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding-left: 0;
  margin-bottom: 0;
  column-gap: 0.5em;
}
@media screen and (max-width: 475px) {
  .product-accordion-block > .content .header .tab-header ul {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .product-accordion-block > .content .header .tab-header ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 0.5em;
  }
}
.product-accordion-block > .content .header .tab-header ul li {
  list-style: none;
  display: flex;
  align-items: center;
  flex: 1 0 150px;
}
@media screen and (min-width: 980px) {
  .product-accordion-block > .content .header .tab-header ul li {
    flex: 1 0 249px;
  }
}
.product-accordion-block > .content .header .tab-header ul li button {
  padding: 0.7em clamp(0.5em, 1.5vw, 2.5em);
  height: 100%;
  transition: all 0.2s ease;
  border-radius: 33px;
  color: #002d3a;
  font-weight: 600;
  width: 100%;
  max-width: 249px;
}
.product-accordion-block > .content .header .tab-header ul li button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.product-accordion-block > .content .header .tab-header ul li button.active {
  background-color: var(--tertiary-color);
  color: #fff;
}
.product-accordion-block > .content .tabs .tab {
  display: none;
  columns: 1;
  padding-left: 0;
}
.product-accordion-block > .content .tabs .tab > .accordion_section {
  break-inside: avoid;
  list-style: none;
  padding-left: 0;
  margin-bottom: 7rem;
}
.product-accordion-block > .content .tabs .tab > .accordion_section .f-h3 {
  font-family: "Amatic SC", serif;
  font-size: clamp(4rem, 5vw, 4.8rem);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: clamp(2.8rem, 3vw, 3.8rem);
}
.product-accordion-block > .content .tabs .tab > .accordion_section .f-h3:after {
  content: "";
  background-image: url(../template_images/svg-shapes/ico-next-arrow-green.svg);
  height: 23px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-left: 2rem;
  left: 0;
  transition: left 0.2s ease;
}
.product-accordion-block > .content .tabs .tab > .accordion_section .f-h3:hover:after {
  left: 10px;
}
@media screen and (min-width: 980px) {
  .product-accordion-block > .content .tabs .tab {
    columns: 2;
    column-gap: clamp(50px, 14vw, 22rem);
  }
}
.product-accordion-block > .content .tabs .tab.active {
  display: block;
}
.product-accordion-block > .content .tabs .tab .accordions {
  padding-left: 0;
}
.product-accordion-block > .content .tabs .tab .accordions .accordion-container {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid var(--community-footer);
}
.product-accordion-block > .content .tabs .tab .accordions .accordion-container:nth-child(1) {
  border-top: 1px solid var(--community-footer);
}
.product-accordion-block > .content .tabs .tab .accordions .accordion-container .accordion-button {
  font-size: clamp(2rem, 3vw, 2.2rem);
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  color: var(--primary-color);
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
}
.product-accordion-block > .content .tabs .tab .accordions .accordion-container .accordion-content {
  padding-bottom: 3.1rem;
}
.product-accordion-block > .content .tabs .tab .accordions .accordion-container .accordion-content .actions {
  display: grid;
  grid-template-columns: 1fr;
}
.product-accordion-block > .content .tabs .tab .accordions .accordion-container .accordion-content .actions .copy {
  margin-bottom: 3rem;
}
@media screen and (max-width: 979px) {
  .product-accordion-block > .content .tabs .tab .accordions .accordion-container .accordion-content .actions {
    justify-items: center;
  }
}
.product-accordion-block > .content .tabs .tab .accordions .accordion-container .accordion-content .actions > a {
  max-width: 180px;
  width: 100%;
}

.mortgage-calculator {
  padding: 30px;
}
@media screen and (min-width: 980px) {
  .mortgage-calculator {
    padding: 50px;
  }
}
.mortgage-calculator .content {
  max-width: 900px;
  margin: 0 auto;
}
.mortgage-calculator .content > h2 {
  text-align: center;
  margin-bottom: 2em;
}
.mortgage-calculator .dollar {
  position: relative;
  display: block;
}
.mortgage-calculator div.dollar {
  display: block;
}
.mortgage-calculator .dollar input {
  padding-left: 30px !important;
  width: 100%;
}
.mortgage-calculator .dollar:before {
  content: "$";
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 10px;
  color: #aaa3a3;
}
.mortgage-calculator .percent {
  position: relative;
  display: inline-block;
}
.mortgage-calculator .percent input {
  padding-right: 30px !important;
}
.mortgage-calculator .percent:before {
  content: "%";
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 8px;
  right: 10px;
  color: #aaa3a3;
}
.mortgage-calculator .legend .value {
  float: right;
  display: inline-block;
}
.mortgage-calculator .center {
  text-align: center;
  margin: 0 auto;
}
.mortgage-calculator .legend {
  font-size: 0.8em;
  margin: 0 0.5em 1em;
}
.mortgage-calculator .legend > p {
  margin: 0.5em 0;
}
.mortgage-calculator .circ {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 100%;
}
.mortgage-calculator .disclosure {
  font-size: 0.8em;
  color: #555;
}
.mortgage-calculator .calc-form {
  float: left;
}
@media screen and (min-width: 980px) {
  .mortgage-calculator .calc-form {
    width: 65%;
    padding: 30px;
  }
}
.mortgage-calculator .calc-graph {
  float: right;
  position: relative;
}
@media screen and (min-width: 980px) {
  .mortgage-calculator .calc-graph {
    width: 35%;
    max-width: 285px;
  }
}
.mortgage-calculator .calc-graph .disclosure {
  text-align: center;
}
.mortgage-calculator #monthly-payment {
  position: absolute;
  left: 50%;
  top: 110px;
  font-size: 2em;
  font-weight: bold;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1em;
}
.mortgage-calculator #monthly-payment span {
  display: block;
  font-weight: normal;
  font-size: 0.5em;
}
.mortgage-calculator .calculator {
  padding: 20px 0;
}
.mortgage-calculator .note {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  /* z-index: 100; */
}
.mortgage-calculator .note span {
  position: relative;
  z-index: 1;
}
.mortgage-calculator .note-body {
  position: absolute;
  width: 270px;
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 20px;
  border-radius: 7px;
  font-size: 0.7em;
  font-weight: normal;
  z-index: 140;
  top: 34px;
  left: -90px;
  display: none;
}
.mortgage-calculator .note:hover .note-body {
  display: block;
}
.mortgage-calculator .note-body:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: -6px;
  left: 95px;
  background: #fff;
  border: solid 1px #ccc;
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
}
@media only screen and (max-width: 800px) {
  .mortgage-calculator {
    /* SMALL PHONE */
  }
  .mortgage-calculator .calculator {
    padding: 0 30px;
  }
  .mortgage-calculator .calc-form {
    float: none;
    width: 100%;
  }
  .mortgage-calculator .calc-graph {
    float: none;
    width: 100%;
  }
  .mortgage-calculator header h2 {
    text-align: center !important;
  }
  .mortgage-calculator .logo {
    float: none;
    margin: 0.5em auto 0em auto !important;
    display: inline-block;
    width: auto !important;
  }
  .mortgage-calculator .top-nav {
    display: none;
  }
  .mortgage-calculator .options-area article {
    float: none;
    width: 100%;
  }
  .mortgage-calculator .options-area h3 {
    height: auto;
  }
  .mortgage-calculator .btn.cta-btn {
    margin-bottom: 1em;
    display: block;
    text-align: center;
    margin: 0 0 1em 0 !important;
  }
  .mortgage-calculator .lock-area {
    padding: 20px;
  }
  .mortgage-calculator .lock-info {
    padding: 0;
  }
  .mortgage-calculator .lock {
    display: none;
  }
  .mortgage-calculator .lock-area .btn {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .mortgage-calculator .sub-header {
    padding: 20px;
  }
  .mortgage-calculator .sub-header span {
    display: block;
    color: transparent;
    height: 1px;
  }
  .mortgage-calculator .sub-header .btn {
    margin: 1em 0 !important;
  }
  .mortgage-calculator .lender-area {
    padding: 20px;
  }
  .mortgage-calculator #fi_copyright,
  .mortgage-calculator #footer_nav,
  .mortgage-calculator #footer_bugs {
    display: block;
    float: none !important;
    width: 100%;
    margin-bottom: 1em;
  }
  .mortgage-calculator #footer_nav a {
    display: block;
    width: 100%;
  }
  .mortgage-calculator #footer_bugs {
    text-align: center;
  }
  .mortgage-calculator #bugs_nav {
    margin: 10px;
  }
}
.mortgage-calculator .apply-button {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.mortgage-calculator .baseform input, .mortgage-calculator .baseform select {
  background-color: var(--border-gray);
  border-color: var(--tertiary-color);
}

.multi-product-image-block {
  padding: 0 30px;
  margin-bottom: 4em;
  background-color: var(--blockColor, var(--border-gray));
}
.multi-product-image-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1550px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}
.multi-product-image-block > .content .block-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .multi-product-image-block > .content .block-container {
    grid-template-columns: repeat(auto-fill, 467px);
    column-gap: clamp(20px, 5vw, 7.1rem);
    row-gap: 8.1rem;
    justify-content: center;
  }
}
.multi-product-image-block > .content .block-container .block {
  display: block;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .multi-product-image-block > .content .block-container .block {
    border-bottom: 1px solid var(--community-footer);
  }
  .multi-product-image-block > .content .block-container .block:nth-child(1) {
    border-top: 1px solid var(--community-footer);
  }
}
@media screen and (min-width: 980px) {
  .multi-product-image-block > .content .block-container .block .accordion-content {
    display: block !important;
  }
}
.multi-product-image-block > .content .block-container .block .f-h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 979px) {
  .multi-product-image-block > .content .block-container .block .f-h2 {
    display: none;
  }
}
.multi-product-image-block > .content .block-container .block .image {
  aspect-ratio: 467/341;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #707070;
  margin-bottom: clamp(2.7rem, 3vw, 3.5rem);
}
.multi-product-image-block > .content .block-container .block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.multi-product-image-block > .content .block-container .block button {
  width: 100%;
  padding-top: 3.1rem;
  padding-bottom: 2.9rem;
  text-align: left;
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 980px) {
  .multi-product-image-block > .content .block-container .block button {
    display: none;
  }
}

.mortgage-rate-block {
  margin-bottom: 4em;
  padding: 0 30px;
}
.mortgage-rate-block > .content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.7rem;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1435px) {
  .mortgage-rate-block > .content {
    grid-template-columns: 3fr 7fr;
    column-gap: clamp(2rem, 5vw, 5rem);
    padding-top: 10rem;
  }
  .mortgage-rate-block > .content .header {
    flex: 0 0 400px;
  }
  .mortgage-rate-block > .content .info {
    flex-shrink: 1;
  }
}
.mortgage-rate-block > .content .header {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  row-gap: 2.7rem;
}
@media screen and (min-width: 1435px) {
  .mortgage-rate-block > .content .header {
    text-align: center;
    padding-top: 5.5rem;
    align-items: center;
    align-content: flex-start;
    justify-items: flex-start;
  }
}
.mortgage-rate-block > .content .header .image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(60%) sepia(92%) saturate(4284%) hue-rotate(245deg) brightness(81%) contrast(83%);
}
@media screen and (max-width: 979px) {
  .mortgage-rate-block > .content .header .image {
    max-width: 140px;
  }
}
.mortgage-rate-block > .content .header .f-h2 {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Ridley Grotesk", sans-serif;
  margin-bottom: 0;
  text-align: center;
  text-wrap: pretty;
}
@media screen and (min-width: 980px) {
  .mortgage-rate-block > .content .header .f-h2 {
    text-align: left;
    font-size: 2.8rem;
  }
}
.mortgage-rate-block > .content .header .actions {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  row-gap: 1em;
  column-gap: 2em;
}
.mortgage-rate-block > .content .header .actions > a {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 1435px) {
  .mortgage-rate-block > .content .header .actions {
    justify-items: center;
  }
}
.mortgage-rate-block > .content .info {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.5rem;
}
.mortgage-rate-block > .content .info .rates-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 220px));
  column-gap: 1.9rem;
  row-gap: 1.6rem;
  justify-content: center;
}
@media screen and (min-width: 550px) {
  .mortgage-rate-block > .content .info .rates-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 980px) {
  .mortgage-rate-block > .content .info .rates-container {
    display: flex;
  }
}
@media screen and (min-width: 1435px) {
  .mortgage-rate-block > .content .info .rates-container {
    justify-content: flex-start;
  }
}
.mortgage-rate-block > .content .info .rates-container .rate-block {
  background-color: var(--light-violet-pink);
  border-radius: 50px;
  padding: 5rem 3.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .mortgage-rate-block > .content .info .rates-container .rate-block {
    max-width: 220px;
  }
}
.mortgage-rate-block > .content .info .rates-container .rate-block .name {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Ridley Grotesk", sans-serif;
  margin-bottom: 0;
}
.mortgage-rate-block > .content .info .rates-container .rate-block .name .suffix {
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
}
.mortgage-rate-block > .content .info .rates-container .rate-block > .rate {
  font-size: 3.6rem;
  font-weight: 800;
}
.mortgage-rate-block > .content .info .rates-container .rate-block > .rate span {
  font-weight: 400;
  font-size: 2.8rem;
  display: block;
}
.mortgage-rate-block > .content .info .rates-container .rate-block .secondary-rate {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Ridley Grotesk", sans-serif;
}
.mortgage-rate-block > .content .info .rates-container .rate-block .secondary-rate span {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.mortgage-rate-block > .content .info .disclosure {
  max-width: unset;
  width: 100%;
  justify-self: center;
  text-align: center;
}
@media screen and (max-width: 1435px) {
  .mortgage-rate-block > .content .info .disclosure {
    max-width: 800px;
  }
}
.mortgage-rate-block > .content .info .disclosure .accordion-button {
  text-transform: uppercase;
  font-family: "Qanelas Soft", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}
.mortgage-rate-block > .content .info .disclosure .accordion-button:before, .mortgage-rate-block > .content .info .disclosure .accordion-button:after {
  right: -30px !important;
  height: 1.1rem;
  width: 2px;
}
.mortgage-rate-block > .content .info .disclosure .accordion-content {
  text-align: left;
}

@keyframes make-it-pop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
.mortgage-checklist-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.mortgage-checklist-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  column-gap: clamp(20px, 5vw, 8rem);
  row-gap: 5.4rem;
}
@media screen and (min-width: 980px) {
  .mortgage-checklist-block > .content {
    grid-template-columns: 5fr 8fr;
  }
}
.mortgage-checklist-block > .content .header .f-h2, .mortgage-checklist-block > .content .header .f-h3 {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
}
.mortgage-checklist-block > .content .header .copy {
  margin-bottom: 4rem;
}
.mortgage-checklist-block > .content .header .checklist {
  padding-left: 25px;
}
.mortgage-checklist-block > .content .header .checklist > li {
  list-style: none;
  position: relative;
  padding-bottom: 2.2rem;
}
.mortgage-checklist-block > .content .header .checklist > li svg {
  position: absolute;
  left: -30px;
  top: -5px;
  height: 31px;
  width: 29px;
}
.mortgage-checklist-block > .content .header .checklist > li svg .action_marks {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  animation-name: make-it-pop;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mortgage-checklist-block > .content .header .checklist > li svg .checkmark {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.mortgage-checklist-block > .content .header .checklist > li svg .missing_piece {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mortgage-checklist-block > .content .video-container {
  display: flex;
  flex-direction: row;
  column-gap: 2.1rem;
  row-gap: clamp(4rem, 5vw, 6rem);
}
@media screen and (max-width: 979px) {
  .mortgage-checklist-block > .content .video-container {
    flex-direction: column;
  }
}
.mortgage-checklist-block > .content .video-container .video {
  overflow: hidden;
  width: 100%;
}
.mortgage-checklist-block > .content .video-container .video:hover {
  cursor: pointer;
}
.mortgage-checklist-block > .content .video-container .video .image {
  aspect-ratio: 374/181;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
  margin-bottom: 2.3rem;
  pointer-events: none;
}
.mortgage-checklist-block > .content .video-container .video .image:before {
  content: "";
  height: 44%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  background-image: url(../blocks/video-block/play-arrow.svg);
  background-size: 20% 29%;
  background-position: center;
  background-repeat: no-repeat;
}
.mortgage-checklist-block > .content .video-container .video .title {
  font-size: 2rem;
  font-family: "Ridley Grotesk", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
}
@media screen and (min-width: 980px) {
  .mortgage-checklist-block > .content .video-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 374px);
    column-gap: clamp(2rem, 4vw, 5rem);
  }
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(1) .action_marks {
  animation-delay: 1.1s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(1) .checkmark {
  opacity: 1;
  transition-delay: 1.1s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(1) .missing_piece {
  opacity: 0;
  transition-delay: 0.9s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(2) .action_marks {
  animation-delay: 1.4s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(2) .checkmark {
  opacity: 1;
  transition-delay: 1.4s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(2) .missing_piece {
  opacity: 0;
  transition-delay: 1.2s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(3) .action_marks {
  animation-delay: 1.7s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(3) .checkmark {
  opacity: 1;
  transition-delay: 1.7s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(3) .missing_piece {
  opacity: 0;
  transition-delay: 1.5s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(4) .action_marks {
  animation-delay: 2s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(4) .checkmark {
  opacity: 1;
  transition-delay: 2s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(4) .missing_piece {
  opacity: 0;
  transition-delay: 1.8s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(5) .action_marks {
  animation-delay: 2.3s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(5) .checkmark {
  opacity: 1;
  transition-delay: 2.3s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(5) .missing_piece {
  opacity: 0;
  transition-delay: 2.1s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(6) .action_marks {
  animation-delay: 2.6s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(6) .checkmark {
  opacity: 1;
  transition-delay: 2.6s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(6) .missing_piece {
  opacity: 0;
  transition-delay: 2.4s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(7) .action_marks {
  animation-delay: 2.9s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(7) .checkmark {
  opacity: 1;
  transition-delay: 2.9s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(7) .missing_piece {
  opacity: 0;
  transition-delay: 2.7s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(8) .action_marks {
  animation-delay: 3.2s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(8) .checkmark {
  opacity: 1;
  transition-delay: 3.2s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(8) .missing_piece {
  opacity: 0;
  transition-delay: 3s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(9) .action_marks {
  animation-delay: 3.5s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(9) .checkmark {
  opacity: 1;
  transition-delay: 3.5s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(9) .missing_piece {
  opacity: 0;
  transition-delay: 3.3s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(10) .action_marks {
  animation-delay: 3.8s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(10) .checkmark {
  opacity: 1;
  transition-delay: 3.8s;
}
.mortgage-checklist-block.active > .content .checklist li:nth-child(10) .missing_piece {
  opacity: 0;
  transition-delay: 3.6s;
}

.sitemap {
  margin-bottom: 5em;
  padding: 0 30px;
}
.sitemap > .content {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
.sitemap > .content ul, .sitemap > .content li, .sitemap > .content a {
  font-size: 1.8rem;
  font-weight: 400;
}
.sitemap > .content ul {
  margin: 0;
  list-style: none;
}
.sitemap > .content li {
  margin: 0;
}
.sitemap > .content a {
  display: inline-block;
  margin: 0 0 0.75em 0;
}
.sitemap > .content ul.top-level {
  padding: 0 0 0 2em;
}
@media screen and (min-width: 980px) {
  .sitemap > .content ul.top-level {
    padding: 0 0 0 4em;
  }
}
.sitemap.two-col > .content {
  column-count: 1;
}
@media screen and (min-width: 980px) {
  .sitemap.two-col > .content {
    column-count: 2;
  }
}

.rate-subhead {
  padding: 3.4rem 30px;
  background-color: var(--blockColor, #e0f4f4);
  margin-bottom: 4em;
}
.rate-subhead > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  row-gap: 5.4rem;
}
@media screen and (min-width: 1400px) {
  .rate-subhead > .content {
    justify-content: flex-start;
    grid-template-columns: 9fr 10fr;
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.rate-subhead > .content .header {
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 979px) {
  .rate-subhead > .content .header {
    text-align: center;
    justify-content: center;
  }
}
.rate-subhead > .content .header .f-h2 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  margin-bottom: clamp(3rem, 5vw, 4.6rem);
}
.rate-subhead > .content .rate-blocks {
  display: grid;
  width: 100%;
  grid-template-columns: 316px;
  row-gap: 1.9rem;
  column-gap: 4.1rem;
  grid-template-columns: 319px;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .rate-subhead > .content .rate-blocks {
    grid-template-columns: 300px 300px;
    row-gap: 3.1rem;
  }
}
.rate-subhead > .content .rate-blocks .block {
  border-radius: 27px;
  background-color: white;
  padding: 2.7rem;
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 979px) {
  .rate-subhead > .content .rate-blocks .block {
    display: flex;
    column-gap: 1.9rem;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .rate-subhead > .content .rate-blocks .block {
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 1.8rem;
  }
}
.rate-subhead > .content .rate-blocks .block img {
  aspect-ratio: 1;
  width: 100%;
  max-width: clamp(70px, 10vw, 80px);
}
.rate-subhead > .content .rate-blocks .block a {
  font-family: "Qanelas Soft", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.news-module-display {
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .news-module-display {
    padding: 0 var(--mobile-padding);
  }
}
.news-module-display > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  align-content: flex-start;
}
.news-module-display > .content .category-filter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .news-module-display > .content .category-filter {
    align-items: flex-start;
    max-width: 1200px;
    justify-self: center;
  }
}
.news-module-display > .content .category-filter .filter-button {
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1.1rem;
  font-family: "Ridley Grotesk", sans-serif;
  font-weight: 700;
  width: 100%;
  max-width: 375px;
  pointer-events: none;
}
@media screen and (max-width: 979px) {
  .news-module-display > .content .category-filter .filter-button {
    border: 1px solid var(--gray);
    justify-content: center;
    border-radius: 0.6rem;
    padding: 0.9rem;
    pointer-events: all;
  }
}
.news-module-display > .content .category-filter .filter-button:before {
  content: "";
  height: 2.8rem;
  aspect-ratio: 31/22;
  background-image: url("../template_images/svg-shapes/Glyph.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.news-module-display > .content .category-filter .accordion-content {
  padding-left: 0;
  display: none;
}
@media screen and (min-width: 980px) {
  .news-module-display > .content .category-filter .accordion-content {
    display: block !important;
  }
}
.news-module-display > .content .category-filter .accordion-content ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  padding-left: 0;
  padding-top: 3.6rem;
  row-gap: 2rem;
}
@media screen and (min-width: 980px) {
  .news-module-display > .content .category-filter .accordion-content ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    text-align: left;
    justify-content: flex-start;
  }
}
.news-module-display > .content .category-filter .accordion-content ul > li {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Qanelas Soft", sans-serif;
  color: var(--primary-color);
  background-color: white;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 1em 2em;
  border-radius: 28px;
}
.news-module-display > .content .category-filter .accordion-content ul > li.active {
  color: white;
  background-color: #14bbb4;
}
.news-module-display > .content .category-filter.open {
  background-color: white;
}
.news-module-display > .content .article-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  row-gap: 2.1rem;
  padding-left: 0;
}
@media screen and (min-width: 1300px) {
  .news-module-display > .content .article-container {
    justify-content: flex-start;
  }
  .news-module-display > .content .article-container:has(.article.visible:nth-child(3)) {
    justify-content: center;
  }
}
.news-module-display > .content .article-container li.article {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  display: none;
  flex-direction: row;
  column-gap: 4rem;
  align-items: stretch;
  padding: 5.4rem 4rem;
  background-color: var(--cta-banner-bg);
}
.news-module-display > .content .article-container li.article.visible {
  display: flex;
}
.news-module-display > .content .article-container li.article .date {
  position: relative;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-end;
  flex: 0 0 50px;
  align-self: center;
  align-content: center;
  height: 70px;
  flex: 0 0 75px;
}
@media screen and (max-width: 979px) {
  .news-module-display > .content .article-container li.article .date {
    align-self: flex-start;
  }
  .news-module-display > .content .article-container li.article .date:after {
    content: "";
    position: absolute;
    top: -0.9em;
    bottom: 0;
    right: -2rem;
    width: 3px;
    background-color: #14bbb4;
  }
}
.news-module-display > .content .article-container li.article .date .month {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-color);
}
.news-module-display > .content .article-container li.article .date .day {
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 5.4rem;
  color: var(--primary-color);
}
.news-module-display > .content .article-container li.article .info {
  line-height: 2.4rem;
  position: relative;
}
.news-module-display > .content .article-container li.article .title {
  font-size: clamp(2.4rem, 2.5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 1;
  color: var(--primary-color);
}
.news-module-display > .content .article-container li.article .date-comment {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}
.news-module-display > .content .article-container li.article .date-comment span:after {
  content: "|";
  padding: 0 0.2rem 0 0.5rem;
}
.news-module-display > .content .article-container li.article .date-comment span:last-child:after {
  content: none;
}
.news-module-display > .content .article-container li.article .excerpt {
  margin-bottom: 1.6rem;
}
.news-module-display > .content .article-container li.article .arrow-lnk {
  margin-top: 0.9rem;
  font-size: 2rem;
  font-weight: 700;
}
.news-module-display > .content .article-container li.article .arrow-lnk:after {
  filter: brightness(0) saturate(100%) invert(66%) sepia(96%) saturate(1845%) hue-rotate(128deg) brightness(88%) contrast(84%);
}

.contact-subhead {
  padding: 3.4rem 30px;
  background-color: var(--blockColor, #e0f4f4);
  margin-bottom: 4em;
}
.contact-subhead > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  row-gap: 5.4rem;
}
@media screen and (min-width: 1400px) {
  .contact-subhead > .content {
    justify-content: flex-start;
    grid-template-columns: 9fr 10fr;
    column-gap: clamp(20px, 5vw, 50px);
    align-items: center;
  }
}
.contact-subhead > .content .header {
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 979px) {
  .contact-subhead > .content .header {
    text-align: center;
    justify-content: center;
  }
}
.contact-subhead > .content .header .f-h2 {
  font-size: clamp(4rem, 5vw, 4.8rem);
  margin-bottom: clamp(3rem, 5vw, 4.6rem);
}
.contact-subhead > .content .contact-blocks {
  display: flex;
  width: 100%;
  grid-template-columns: 316px;
  row-gap: 8.7rem;
  column-gap: 7.9rem;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .contact-subhead > .content .contact-blocks {
    flex-direction: column;
    align-items: center;
  }
}
.contact-subhead > .content .contact-blocks .block {
  display: flex;
  justify-items: center;
  flex-direction: column;
  width: max-content;
}
@media screen and (max-width: 979px) {
  .contact-subhead > .content .contact-blocks .block {
    display: flex;
    column-gap: 1.9rem;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .contact-subhead > .content .contact-blocks .block {
    justify-content: flex-start;
  }
}
.contact-subhead > .content .contact-blocks .block img {
  aspect-ratio: 1;
  width: 100%;
  max-width: 4.6rem;
}

.landing-page-header {
  width: 100%;
  height: 100%;
  background-color: var(--maine-green);
  position: relative;
  margin-bottom: 4em;
}
.landing-page-header:has(+ .shared-benefits-block) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .landing-page-header {
    background: linear-gradient(90deg, rgb(4, 106, 56) 45%, rgba(255, 255, 255, 0) 45%);
  }
}
.landing-page-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  min-height: 450px;
}
.landing-page-header > .content:before {
  content: "";
  background-image: var(--bgImage, url(../template_images/svg-shapes/SmImg_header_Grn.svg));
  position: absolute;
  left: 45%;
  top: -1px;
  bottom: -2px;
  transform: translateX(-25%);
  background-size: cover;
  aspect-ratio: 256/486;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .landing-page-header > .content:before {
    content: none;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-header > .content {
    grid-template-columns: 45fr 55fr;
    column-gap: clamp(50px, 10vw, 100px);
  }
}
.landing-page-header > .content .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  max-width: 120rem;
}
.landing-page-header > .content .photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.2;
}
@media screen and (max-width: 979px) {
  .landing-page-header > .content .photo {
    aspect-ratio: 430/288;
  }
  .landing-page-header > .content .photo:before {
    content: "";
    background-image: var(--bgImage, url(../template_images/svg-shapes/Mobile_GreenArrow.svg));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    aspect-ratio: 430/91;
    z-index: 1;
  }
}
@media screen and (min-width: 1921px) {
  .landing-page-header > .content .photo {
    width: 55vw;
    max-width: unset;
  }
}
.landing-page-header > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
@media screen and (min-width: 980px) {
  .landing-page-header > .content .photo {
    position: absolute;
    order: 2;
    z-index: -1;
  }
}
.landing-page-header > .content .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 15rem 3rem;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  .landing-page-header > .content .info {
    padding: 0 6rem 4rem;
    text-align: center;
  }
}
.landing-page-header > .content .info .breadcrumbs {
  margin-bottom: 4.1rem;
}
.landing-page-header > .content .info .breadcrumbs span,
.landing-page-header > .content .info .breadcrumbs a {
  color: var(--white);
  font-size: 1.4rem;
}
.landing-page-header > .content .info .f-h1 {
  font-size: clamp(3rem, 5vw, 4.8rem);
  color: var(--white);
  margin-bottom: clamp(2.7rem, 3vw, 2rem);
}
.landing-page-header > .content .info .copy {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 3.7rem;
}
.landing-page-header > .content .info .actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 2em;
}
.landing-page-header > .content .info .actions > a {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 979px) {
  .landing-page-header > .content .info .actions {
    flex-direction: column;
    row-gap: 1em;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .landing-page-header > .content .info {
    order: 1;
  }
}
.landing-page-header.bg-blue {
  background-color: var(--primary-color);
}
@media screen and (min-width: 980px) {
  .landing-page-header.bg-blue {
    background: linear-gradient(90deg, rgb(0, 59, 92) 45%, rgba(255, 255, 255, 0) 45%);
  }
}
.landing-page-header.bg-blue > .content:before {
  background-image: var(--bgImage, url(../template_images/svg-shapes/SmImg_header_Blu.svg));
}
.landing-page-header.bg-blue > .content .photo:before {
  background-image: var(--bgImage, url(../template_images/svg-shapes/Mobile_BlueArrow.svg));
}

.about-us-timeline {
  padding: 0 30px 4em;
  background-color: var(--light-rust);
}
.about-us-timeline > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content {
    max-width: 500px;
  }
}
.about-us-timeline > .content .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 6.6rem;
}
.about-us-timeline > .content .header .f-h2 {
  margin-bottom: 0.5em;
}
.about-us-timeline > .content .copy {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
}
.about-us-timeline > .content .actions {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .actions {
    justify-items: center;
    column-gap: 2em;
  }
}
.about-us-timeline > .content .containers {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  column-gap: 2rem;
  border-radius: 2rem;
  row-gap: 2rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers {
    padding-right: 4em;
  }
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .containers {
    min-height: 529px;
    flex-direction: row;
    padding-top: 4em;
    overflow-x: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.about-us-timeline > .content .containers .timeline-item {
  width: 60px;
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers .timeline-item {
    width: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .containers .timeline-item {
    transition: width 0.5s ease 0.2s;
  }
}
.about-us-timeline > .content .containers .timeline-item:not(.active):hover {
  cursor: pointer;
}
.about-us-timeline > .content .containers .timeline-item:not(.active) .bar {
  background-color: var(--rust-tint);
}
.about-us-timeline > .content .containers .timeline-item:not(.active) .bar:before {
  background-color: var(--rust-tint);
}
.about-us-timeline > .content .containers .timeline-item .bar {
  background-color: var(--secondary-color);
  position: relative;
}
.about-us-timeline > .content .containers .timeline-item .bar:before {
  content: "";
  display: block;
  position: relative;
  aspect-ratio: 1;
  height: 1.8rem;
  background-color: var(--secondary-color);
  border-radius: 50%;
  top: 1px;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers .timeline-item .bar {
    position: absolute;
    height: calc(100% + 20px);
    width: 3px;
    top: 0;
    right: -2em;
    transition: height 0.5s ease 0.2s;
  }
  .about-us-timeline > .content .containers .timeline-item .bar:before {
    left: 1px;
  }
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .containers .timeline-item .bar {
    height: 3px;
    width: calc(100% + 20px);
    top: -3em;
    transition: width 0.5s ease 0.2s;
  }
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers .timeline-item:last-child .bar {
    width: 3px;
    height: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .containers .timeline-item:last-child .bar {
    width: 100%;
  }
}
.about-us-timeline > .content .containers .timeline-item:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.8rem;
  background-color: var(--rust-tint);
  transition: all 0.2s ease;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers .timeline-item:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.8rem;
    height: 100%;
    border-top-right-radius: unset;
    border-bottom-left-radius: 20px;
  }
}
.about-us-timeline > .content .containers .timeline-item button {
  display: flex;
  position: relative;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: all;
}
@media screen and (max-width: 500px) {
  .about-us-timeline > .content .containers .timeline-item button {
    left: 15px;
    text-wrap: wrap;
    text-align: left;
    max-width: 50vw;
  }
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers .timeline-item button {
    padding-top: 4.2rem;
    padding-bottom: 2.2rem;
    left: 30px;
  }
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .containers .timeline-item button {
    position: absolute;
    transform: rotate(-90deg);
    bottom: 140px;
    left: -5.2em;
    width: 270px;
    text-align: left;
  }
}
.about-us-timeline > .content .containers .timeline-item .f-h3 {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 700;
}
.about-us-timeline > .content .containers .timeline-item .f-h3 span {
  color: var(--secondary-color);
}
.about-us-timeline > .content .containers .timeline-item .js-timeline-content {
  display: none;
}
.about-us-timeline > .content .containers .timeline-item .js-timeline-content p {
  margin-bottom: 4rem;
}
.about-us-timeline > .content .containers .timeline-item .js-timeline-content img {
  aspect-ratio: 341/170;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers .timeline-item .js-timeline-content .f-h3 {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .containers .timeline-item.active {
    width: 464px;
  }
}
.about-us-timeline > .content .containers .timeline-item.active:before {
  background-color: var(--secondary-color);
}
@media screen and (min-width: 1250px) {
  .about-us-timeline > .content .containers .timeline-item.active button {
    opacity: 0;
    pointer-events: none;
    padding: 0 0 0 0;
  }
}
.about-us-timeline > .content .containers .timeline-item.active .js-timeline-content {
  grid-template-columns: 1fr;
  padding: 6.3rem 30px 3.5rem;
}
@media screen and (max-width: 1249px) {
  .about-us-timeline > .content .containers .timeline-item.active .js-timeline-content {
    padding-top: 1.5rem;
  }
}
.about-us-timeline > .content .containers .timeline-item.active .bar {
  background-color: var(--secondary-color);
}
.about-us-timeline > .content .containers .timeline-item.active .bar:before {
  background-color: var(--secondary-color);
}

.our-mission-block {
  padding: 0 30px;
  margin-bottom: 4em;
  background-color: var(--blockColor, var(--light-rust));
}
.our-mission-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 775px;
  padding-top: clamp(5.3rem, 10vw, 125px);
  padding-bottom: clamp(5.3rem, 10vw, 125px);
  display: flex;
  flex-direction: column;
  place-items: center;
}
.our-mission-block > .content .lead-in {
  font-family: "Qanelas Soft", sans-serif;
  color: var(--secondary-color);
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 979px) {
  .our-mission-block > .content .lead-in {
    margin-bottom: 3.5rem;
  }
}
.our-mission-block > .content .f-h2 {
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  font-weight: 700;
  font-style: italic;
  margin-bottom: 2.9rem;
  color: var(--primary-color);
  text-align: center;
}
.our-mission-block > .content .copy {
  text-align: center;
  font-size: 1.8rem;
  color: var(--primary-color);
}

.internal-community-block {
  padding: 0 30px 12rem;
}
.internal-community-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1250px) {
  .internal-community-block > .content {
    grid-template-columns: 1fr 1fr;
  }
}
.internal-community-block > .content .info-side {
  order: 1;
}
@media screen and (min-width: 1250px) {
  .internal-community-block > .content .info-side {
    padding-right: clamp(20px, 5vw, 100px);
    padding-left: 0;
    padding-top: 5.6rem;
  }
}
.internal-community-block > .content .info-side .f-h2 {
  margin-bottom: 0.25em;
  margin-bottom: 2rem;
}
.internal-community-block > .content .info-side .copy {
  font-size: 1.6rem;
  font-family: "Ridley Grotesk", sans-serif;
}
@media screen and (max-width: 1249p) {
  .internal-community-block > .content .info-side .copy {
    text-align: center;
  }
}
.internal-community-block > .content .info-side .links {
  border-top: 1px solid #dfdfdf;
  padding-left: 0;
}
.internal-community-block > .content .info-side .links > li {
  list-style: none;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dfdfdf;
}
.internal-community-block > .content .info-side .links > li a {
  padding: 1em 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #003b5c;
}
.internal-community-block > .content .photos {
  order: 2;
  display: flex;
  width: 100%;
  row-gap: 1.7rem;
  overflow: hidden;
  pointer-events: none;
  column-gap: clamp(1.7rem, 3vw, 3.2rem);
  position: relative;
  flex-wrap: nowrap;
  align-content: center;
}
@media screen and (max-width: 1249px) {
  .internal-community-block > .content .photos {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1250px) {
  .internal-community-block > .content .photos {
    align-self: center;
    order: 2;
  }
}
@media screen and (min-width: 1300px) {
  .internal-community-block > .content .photos {
    align-self: flex-end;
  }
}
.internal-community-block > .content .photos .image {
  position: relative;
  width: 100%;
  max-width: 336px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1249p) {
  .internal-community-block > .content .photos .image {
    max-width: 181px;
  }
}
.internal-community-block > .content .photos .image:has(.count) {
  background-color: var(--light-violet-pink);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  padding: 2rem 3rem;
}
.internal-community-block > .content .photos .image:has(.count) .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1249p) {
  .internal-community-block > .content .photos .image:has(.count) {
    padding: 1.5rem 1.8rem;
  }
  .internal-community-block > .content .photos .image:has(.count) .icon {
    height: 35px;
    width: 35px;
  }
}
.internal-community-block > .content .photos .image:has(.count) .count {
  font-size: clamp(3rem, 3vw, 4.8rem);
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease 0.2s;
}
@media screen and (max-width: 1249p) {
  .internal-community-block > .content .photos .image:has(.count) .count {
    font-size: 2.7rem;
  }
}
.internal-community-block > .content .photos .image:has(.count) .count.active {
  opacity: 1;
}
.internal-community-block > .content .photos .image:has(.count) .subtitle {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1249p) {
  .internal-community-block > .content .photos .image:has(.count) .subtitle {
    font-size: 1.4rem;
  }
}
.internal-community-block > .content .photos .spacer {
  height: clamp(1.7rem, 3vw, 5.6rem);
}
.internal-community-block > .content .photos .left {
  top: 0;
  left: 0;
}
.internal-community-block > .content .photos .left > div {
  transition-delay: 0.2s;
}
.internal-community-block > .content .photos .right {
  bottom: 0;
  right: 0;
}
.internal-community-block > .content .photos .left,
.internal-community-block > .content .photos .right {
  display: flex;
  flex-direction: column;
  row-gap: 3.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1249p) {
  .internal-community-block > .content .photos .left,
  .internal-community-block > .content .photos .right {
    row-gap: 1.7rem;
  }
}
@media screen and (min-width: 1250px) {
  .internal-community-block > .content .photos .top {
    position: relative;
    top: -3em;
    transition: top 0.5s ease 0.2s;
  }
  .internal-community-block > .content .photos .bottom {
    position: relative;
    bottom: -3em;
    transition: bottom 0.5s ease 0.3s;
  }
}
.internal-community-block.active {
  display: grid;
}
.internal-community-block.active .left .top,
.internal-community-block.active .right .top {
  top: 0;
}
.internal-community-block.active .left .bottom,
.internal-community-block.active .right .bottom {
  bottom: 0;
}
@media screen and (min-width: 1250px) {
  .internal-community-block.photo-right > .content .info-side {
    order: 1 !important;
    padding-right: clamp(20px, 5vw, 100px);
    padding-left: 0;
  }
  .internal-community-block.photo-right > .content .photos {
    order: 2 !important;
  }
}
/*# sourceMappingURL=main.min.css.map */
