@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div {
  display: block;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

[role=button] {
  cursor: pointer;
}

/*! END normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** Pannos Normalize  */
html {
  color: #222;
  font-size: 62.5%;
} /* BASE FONT 10px - Line Height  24px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.625;
} /* Font Smoothing */
/* Font Loading Fix*/
html.wf-loading {
  font-family: "Arial", Tahoma, sans-serif;
  line-height: 1.5;
  visibility: hidden;
}

html.wf-active, html.wf-inactive {
  visibility: visible;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*Hide visually and from screen readers:*/
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.l-row:before,
.l-row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after,
.l-row:after {
  clear: both;
}

/** Button Reset */
button {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

: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;
}

header {
  position: relative;
  z-index: 99998;
  height: 80px;
}
@media screen and (min-width: 980px) {
  header {
    height: 100px;
  }
}
@media screen and (min-width: 980px) {
  .home header {
    height: unset;
  }
}
header .landing-page-only {
  display: none;
}
header .header-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 14px 0 24px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
}
@media screen and (min-width: 980px) {
  header .header-container {
    padding: 0 80px;
    height: 100px;
  }
}
@media screen and (min-width: 1921px) {
  header .header-container {
    max-width: 100vw;
    padding: 0 calc(50vw - 960px);
  }
}
header .header-container .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-height: 38px;
  height: 100%;
  aspect-ratio: 153/38;
}
header .header-container .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: none;
  transition: filter 0.4s ease;
}
@media screen and (min-width: 980px) {
  header .header-container .logo {
    max-height: 44px;
    position: relative;
    left: 0;
    transform: unset;
  }
}
header .header-container a,
header .header-container button {
  font-family: "Qanelas Soft", sans-serif;
  font-size: 1.6rem;
  color: #003b5c;
  text-decoration: underline transparent;
  transition: all 0.4s ease;
}
header .header-container a:hover,
header .header-container button:hover {
  text-decoration: underline currentColor;
}
header .header-container a.login-button,
header .header-container button.login-button {
  font-weight: 600;
  text-transform: uppercase;
}
header .header-container img {
  transition: filter 0.4s ease;
}
.home header .header-container, .search-open header .header-container, .login-open header .header-container, .error404 header .header-container {
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .home header .header-container, .search-open header .header-container, .login-open header .header-container, .error404 header .header-container {
    background-color: unset;
  }
  .home header .header-container a,
  .home header .header-container button, .search-open header .header-container a,
  .search-open header .header-container button, .login-open header .header-container a,
  .login-open header .header-container button, .error404 header .header-container a,
  .error404 header .header-container button {
    color: #fff;
  }
  .home header .header-container img, .search-open header .header-container img, .login-open header .header-container img, .error404 header .header-container img {
    filter: brightness(0) invert(1);
  }
}
.nav-menu-open header .header-container, .internal header .header-container {
  background-color: var(--white);
}
@media screen and (min-width: 980px) {
  .nav-menu-open header .header-container a,
  .nav-menu-open header .header-container button, .internal header .header-container a,
  .internal header .header-container button {
    color: #000;
  }
  .nav-menu-open header .header-container img, .internal header .header-container img {
    filter: unset;
  }
}
header .header-container .nav-buttons {
  display: flex;
  flex-direction: row;
  column-gap: clamp(20px, 5vw, 35px);
  align-items: center;
  width: 100%;
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  header .header-container .nav-buttons {
    width: unset;
    flex-grow: 0;
  }
}
header .header-container .nav-buttons > * {
  transition: all 0.4s ease;
}
header .header-container .nav-buttons img {
  pointer-events: none;
}
header .header-container .nav-buttons .login-button {
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding-left: 5px;
  padding-right: 10px;
  flex-direction: column;
}
header .header-container .nav-buttons .login-button img {
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (min-width: 980px) {
  header .header-container .nav-buttons .login-button {
    flex-direction: row;
  }
}
header .header-container .nav-buttons .location-button,
header .header-container .nav-buttons .search-button {
  display: none;
}
@media screen and (min-width: 980px) {
  header .header-container .nav-buttons .location-button,
  header .header-container .nav-buttons .search-button {
    display: block;
  }
}
header .header-container .nav-buttons .get-started-button {
  padding-right: 10px;
  display: none;
}
@media screen and (min-width: 980px) {
  header .header-container .nav-buttons .get-started-button {
    display: block;
  }
}
header .header-container .nav-buttons .nav-button {
  background-color: #039455;
  width: 51px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background-color 0.2s ease;
}
header .header-container .nav-buttons .nav-button img {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
header .header-container .nav-buttons .nav-button:hover {
  background-color: rgb(1.9867549669, 98.0132450331, 56.2913907285);
  border-color: #039455;
}
header .header-container .nav-buttons .nav-button .btn-line {
  background-color: #fff;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}
header .header-container .nav-buttons .nav-button.open .btn-line {
  opacity: 0;
}
header .header-container .nav-buttons .nav-button.open img {
  opacity: 1;
}
.search-open header .header-container .nav-buttons > *, .login-open header .header-container .nav-buttons > * {
  opacity: 0;
  pointer-events: none;
}
.search-open header .header-container .nav-buttons .nav-button, .login-open header .header-container .nav-buttons .nav-button {
  opacity: 1;
  pointer-events: all;
}
.search-open header .header-container .nav-buttons .nav-button .btn-line, .login-open header .header-container .nav-buttons .nav-button .btn-line {
  opacity: 0;
}
.search-open header .header-container .nav-buttons .nav-button img, .login-open header .header-container .nav-buttons .nav-button img {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease 0.1s;
}
header:has(#menu-nav.open) .header-container {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 979px) {
  header .show-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  header .show-mobile {
    display: none !important;
  }
}

header #menu-nav {
  padding: 0 30px;
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  background-color: white;
  transition: clip-path 0.4s ease;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media screen and (max-width: 979px) {
  header #menu-nav {
    padding-bottom: 2em;
  }
}
header #menu-nav.open {
  transition: clip-path 0.5s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
header #menu-nav .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1500px;
  padding-top: calc(80px + 2em);
  column-gap: calc(24px + clamp(30px, 7vw, 75px));
  display: grid;
}
@media screen and (max-width: 979px) {
  header #menu-nav .content {
    max-width: 600px;
  }
}
@media screen and (min-width: 980px) {
  header #menu-nav .content {
    justify-content: center;
    padding-top: calc(100px + 5em);
    overflow-y: auto;
    max-height: 100vh;
  }
}
@media screen and (min-width: 1600px) {
  header #menu-nav .content {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
  }
}
header #menu-nav .content ul {
  margin-left: 0;
  padding-left: 0;
}
header #menu-nav .content ul li {
  list-style: none;
  padding-left: 0;
}
header #menu-nav .content .main-nav {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav {
    grid-template-columns: min-content min-content;
    column-gap: calc(24px + clamp(30px, 5vw, 100px));
  }
}
@media screen and (min-width: 1125px) {
  header #menu-nav .content .main-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: clamp(30px, 5vw, 70px);
  }
}
header #menu-nav .content .main-nav > li {
  min-width: 200px;
}
header #menu-nav .content .main-nav > li > a,
header #menu-nav .content .main-nav > li > button {
  font-size: 3.6rem;
  font-family: "Amatic SC", serif;
  font-weight: 700;
  color: #003b5c;
  margin-bottom: 0.5em;
  display: block;
  position: relative;
  width: max-content;
}
header #menu-nav .content .main-nav > li > a:after,
header #menu-nav .content .main-nav > li > button:after {
  content: "";
  position: absolute;
  height: 16px;
  right: -24px;
  top: 50%;
  transition: right 0.2s ease;
  transform: translateY(-50%);
  aspect-ratio: 1;
  background-image: url(../template_images/header/right-arrow.svg);
}
header #menu-nav .content .main-nav > li > a:hover:after,
header #menu-nav .content .main-nav > li > button:hover:after {
  right: -30px;
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .main-nav > li > a,
  header #menu-nav .content .main-nav > li > button {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
  }
  header #menu-nav .content .main-nav > li > a:before, header #menu-nav .content .main-nav > li > a:after,
  header #menu-nav .content .main-nav > li > button:before,
  header #menu-nav .content .main-nav > li > button:after {
    content: "";
    display: block;
    position: absolute;
    right: 30px !important;
    top: 50%;
    height: 20px;
    width: 4px;
    background-color: var(--tertiary-color);
    border-radius: 1px;
    transition: transform 0.5s ease !important;
  }
  header #menu-nav .content .main-nav > li > a:before,
  header #menu-nav .content .main-nav > li > button:before {
    transform: translateY(-50%) rotate(90deg);
  }
  header #menu-nav .content .main-nav > li > a:after,
  header #menu-nav .content .main-nav > li > button:after {
    transform: translateY(-50%) rotate(0);
  }
}
header #menu-nav .content .main-nav > li > ul li {
  line-height: 1.1;
  padding-bottom: 1em;
}
header #menu-nav .content .main-nav > li > ul a {
  font-family: "Qanelas Soft", sans-serif;
  font-size: 2rem;
  color: #003b5c;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > li > ul a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav .accordion-content {
    display: block !important;
  }
}
header #menu-nav .content .secondary-nav {
  position: relative;
}
header #menu-nav .content .secondary-nav:after {
  content: none;
  display: block;
  position: absolute;
  left: -5rem;
  height: 100%;
  top: 0;
  background-color: var(--community-footer);
  width: 3px;
}
@media screen and (min-width: 1600px) {
  header #menu-nav .content .secondary-nav:after {
    content: "";
  }
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .secondary-nav {
    padding-top: 2em;
  }
}
header #menu-nav .content .secondary-nav a {
  color: #a45a2a;
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8em;
}
header #menu-nav .content .secondary-nav .socials ul {
  flex-direction: row;
  display: flex;
  column-gap: 0;
}
@media screen and (min-width: 1600px) {
  header #menu-nav .content .secondary-nav .socials ul {
    margin-bottom: 0;
  }
}
header #menu-nav .content .secondary-nav .socials ul li {
  padding-left: 0;
  list-style: none;
}
header #menu-nav .content .secondary-nav .socials ul li a {
  display: block;
  height: 36px;
  aspect-ratio: 1;
  margin-bottom: 0;
}
header #menu-nav .content .secondary-nav .socials ul li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  margin-right: 0;
}
header #menu-nav .content .secondary-nav .socials ul li a span {
  visibility: hidden;
  display: block;
  width: 0;
}
header #menu-nav .content .secondary-nav .socials ul li a:hover img {
  opacity: 1;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .secondary-nav {
    display: flex;
    flex-direction: row;
    column-gap: 2em;
    flex-wrap: wrap;
    width: 100%;
  }
  header #menu-nav .content .secondary-nav .socials {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1600px) {
  header #menu-nav .content .secondary-nav {
    flex-direction: column;
    width: unset;
  }
  header #menu-nav .content .secondary-nav .socials {
    flex-basis: unset;
  }
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .secondary-nav {
    margin: 0 60px;
  }
  header #menu-nav .content .secondary-nav > ul {
    column-count: 2;
    column-gap: clamp(2rem, 3vw, 5vw);
  }
}
@media screen and (max-width: 450px) {
  header #menu-nav .content .secondary-nav > ul {
    column-count: 1;
  }
}
header #menu-nav:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../template_images/MSCU_TreelineDark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
header .mobile-extras {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 2em;
}
header .mobile-extras .search-button {
  display: flex;
  flex-direction: row;
  column-gap: 11px;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Ridley Grotesk", sans-serif;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
header .mobile-extras .search-button:hover {
  text-decoration: underline currentColor;
}
@media screen and (max-width: 979px) {
  header .accordion-container {
    margin: 0 60px;
    width: unset;
    justify-content: normal;
    border-top: 1px solid #f3f3f3;
  }
  header .accordion-container:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  header .accordion-container .accordion-button {
    margin-bottom: 0 !important;
    width: 100% !important;
    justify-content: space-between;
  }
  header .accordion-container .accordion-button:before, header .accordion-container .accordion-button:after {
    content: "";
    display: block;
    position: absolute;
    right: 30px !important;
    top: 50%;
    height: 15px;
    width: 2px;
    background-color: #039455;
    border-radius: 1px;
    transition: transform 0.5s ease !important;
  }
  header .accordion-container .accordion-button:before {
    transform: translateY(-50%) rotate(90deg);
  }
  header .accordion-container .accordion-button:after {
    transform: rotate(0);
  }
  header .accordion-container .accordion-content {
    margin-top: 1em;
  }
  header .accordion-container .accordion-content li {
    margin-bottom: 0.5em;
  }
  header .accordion-container .accordion-content a {
    font-weight: 500;
  }
  header .accordion-container .accordion-content .show-mobile {
    font-weight: 800;
    font-size: 1.6rem !important;
    font-family: "Ridley Grotesk", sans-serif !important;
    text-transform: uppercase;
  }
  header .accordion-container.active .accordion-button:after {
    transform: translateY(-50%) rotate(-270deg) !important;
  }
}

body.nav-menu-open header {
  position: fixed;
  top: 0;
}

#menu-search,
#menu-login {
  position: absolute;
  height: auto;
  width: 100vw;
  background: rgb(0, 59, 92);
  background: linear-gradient(180deg, rgb(0, 59, 92) 61%, rgb(4, 106, 56) 61%);
  padding: calc(80px + 4rem) 30px 6rem;
  transition: clip-path 0.4s ease;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  z-index: 98;
}
@media screen and (min-width: 980px) {
  #menu-search,
  #menu-login {
    background: #003b5c;
    height: 100vh;
    padding: 0 30px;
  }
  #menu-search:before,
  #menu-login:before {
    content: "";
    display: block;
    background-image: url(../template_images/svg-shapes/login-search-bg.svg);
    position: absolute;
    background-size: cover;
    height: 100vh;
    width: 65vw;
    position: absolute;
    right: 35vw;
    top: 0;
    background-position: right;
  }
}
#menu-search.open,
#menu-login.open {
  transition: clip-path 0.5s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#menu-search > .content,
#menu-login > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1920px;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  row-gap: 53vw;
}
@media screen and (min-width: 980px) {
  #menu-search > .content,
  #menu-login > .content {
    grid-template-columns: 1fr 1fr;
    padding: 10rem 5rem;
    align-items: center;
    height: 100%;
    column-gap: 30vw;
  }
}
#menu-search > .content .cross-sell,
#menu-login > .content .cross-sell {
  order: 2;
  max-width: 34.6rem;
  width: 100%;
  display: grid;
  row-gap: 2.5rem;
  justify-self: center;
  position: relative;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .cross-sell,
  #menu-login > .content .cross-sell {
    width: 60vw;
  }
  #menu-search > .content .cross-sell .photo-side,
  #menu-search > .content .cross-sell .info-side,
  #menu-login > .content .cross-sell .photo-side,
  #menu-login > .content .cross-sell .info-side {
    max-width: 34.6rem;
    justify-self: center;
  }
}
@media screen and (min-width: 980px) {
  #menu-search > .content .cross-sell,
  #menu-login > .content .cross-sell {
    order: 1;
    justify-self: right;
  }
}
#menu-search > .content .cross-sell .photo-side,
#menu-login > .content .cross-sell .photo-side {
  width: 100%;
  aspect-ratio: 346/325;
  border-radius: 3rem;
  overflow: hidden;
}
#menu-search > .content .cross-sell .photo-side img,
#menu-login > .content .cross-sell .photo-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu-search > .content .cross-sell .info-side,
#menu-login > .content .cross-sell .info-side {
  display: grid;
  justify-items: center;
  text-align: center;
}
#menu-search > .content .cross-sell .info-side .f-h2,
#menu-login > .content .cross-sell .info-side .f-h2 {
  font-family: "Amatic SC", serif;
  font-size: clamp(3.6rem, 5vw, 4.8rem);
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
#menu-search > .content .cross-sell .info-side a,
#menu-login > .content .cross-sell .info-side a {
  color: #fff;
  font-family: "Qanelas Soft", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
#menu-search > .content .cross-sell .info-side a:after,
#menu-login > .content .cross-sell .info-side a:after {
  content: "";
  position: absolute;
  height: 16px;
  right: -24px;
  top: 50%;
  transition: right 0.2s ease;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(89%) sepia(28%) saturate(859%) hue-rotate(360deg) brightness(105%) contrast(93%);
  aspect-ratio: 1;
  background-image: url(../template_images/header/right-arrow.svg);
}
#menu-search > .content .cross-sell .info-side a:hover:after,
#menu-login > .content .cross-sell .info-side a:hover:after {
  right: -30px;
}
#menu-search > .content .info,
#menu-login > .content .info {
  order: 1;
  justify-self: center;
  position: relative;
}
#menu-search > .content .info .f-h2,
#menu-login > .content .info .f-h2 {
  color: #fff;
  font-family: "Ridley Grotesk", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .f-h2,
  #menu-login > .content .info .f-h2 {
    text-align: center;
    margin-bottom: 2.8rem;
  }
}
#menu-search > .content .info .f-h3,
#menu-login > .content .info .f-h3 {
  color: #fff;
  font-size: 2rem;
  font-family: "Ridley Grotesk", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  #menu-search > .content .info .f-h3,
  #menu-login > .content .info .f-h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
  }
}
#menu-search > .content .info .download,
#menu-login > .content .info .download {
  display: grid;
  grid-template-columns: 19rem;
  row-gap: 2.2rem;
  justify-items: flex-start;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .download,
  #menu-login > .content .info .download {
    display: flex;
    flex-direction: row;
    column-gap: 2em;
    justify-content: center;
  }
}
#menu-search > .content .info .download .f-h3,
#menu-login > .content .info .download .f-h3 {
  text-align: left;
}
#menu-search > .content .info .download > img,
#menu-login > .content .info .download > img {
  justify-self: center;
  border-radius: 20px;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .download > img,
  #menu-login > .content .info .download > img {
    display: none;
  }
}
#menu-search > .content .info .download .bugs,
#menu-login > .content .info .download .bugs {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  #menu-search > .content .info .download .bugs,
  #menu-login > .content .info .download .bugs {
    width: 100%;
  }
}
#menu-search > .content .info .download .bugs a,
#menu-login > .content .info .download .bugs a {
  flex: 0 0 27px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
#menu-search > .content .info .download .bugs a.apple,
#menu-login > .content .info .download .bugs a.apple {
  filter: brightness(0) invert(1);
}
#menu-search > .content .info .download .bugs a:hover,
#menu-login > .content .info .download .bugs a:hover {
  opacity: 1;
}
#menu-search > .content .info form#search .input-container:before,
#menu-login > .content .info form#search .input-container:before {
  background-image: url(../template_images/header/ico-search.svg);
}
#menu-search > .content .info form label,
#menu-login > .content .info form label {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Qanelas Soft", sans-serif;
  color: #fff;
  margin-bottom: 1rem;
  padding-left: 1em;
  display: block;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info form label,
  #menu-login > .content .info form label {
    grid-row: 1/3;
  }
}
#menu-search > .content .info form .ghost-btn-white,
#menu-login > .content .info form .ghost-btn-white {
  padding-left: 2em;
  padding-right: 2em;
}
#menu-search > .content .info form .input-container,
#menu-login > .content .info form .input-container {
  position: relative;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 980px) {
  #menu-search > .content .info form .input-container,
  #menu-login > .content .info form .input-container {
    margin-bottom: 2.5rem;
  }
}
#menu-search > .content .info form .input-container:before,
#menu-login > .content .info form .input-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  background-image: url(../template_images/header/ico-user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 21px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(85%) saturate(428%) hue-rotate(340deg) brightness(92%) contrast(91%);
  aspect-ratio: 1;
}
#menu-search > .content .info form .input-container input,
#menu-login > .content .info form .input-container input {
  height: 5rem;
  border-radius: 2.9rem;
  width: 100%;
  padding-left: calc(1.5em + 21px);
  font-family: "Qanelas Soft", sans-serif;
}
#menu-search > .content .info form .row.password .input-container:before,
#menu-login > .content .info form .row.password .input-container:before {
  background-image: url(../template_images/header/ico-lock.svg);
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info:after,
  #menu-login > .content .info:after {
    content: "";
    position: absolute;
    top: calc(43.6rem - 13vw);
    left: calc(-29px + 19vw);
    height: 101vw;
    aspect-ratio: 590/1070;
    transform: rotate(-90deg);
    background-image: url(../template_images/svg-shapes/GreenArrow_Menu.svg);
    background-size: contain;
  }
}
@media screen and (min-width: 980px) {
  #menu-search > .content .info,
  #menu-login > .content .info {
    order: 2;
  }
}

@media screen and (max-width: 979px) {
  #menu-login > .content {
    padding-left: 15px;
    padding-right: 11px;
  }
}
#menu-login > .content .info {
  width: 100%;
  max-width: 34.4rem;
}
@media screen and (max-width: 979px) {
  #menu-login > .content .info {
    display: grid;
    justify-content: center;
    max-width: unset;
    grid-template-columns: minmax(0, 500px);
  }
}
#menu-login > .content .info form .span4:nth-child(2) .input-container:before {
  background-image: url(../template_images/header/ico-lock.svg);
}
#menu-login > .content .info form button[type=submit] {
  font-size: 1.6rem;
  font-family: "Qanelas Soft", sans-serif;
}
#menu-login > .content .info form .last-row {
  margin-bottom: 5rem;
}
@media screen and (max-width: 979px) {
  #menu-login > .content .info form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 5.5rem;
  }
  #menu-login > .content .info form .row {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #menu-login > .content .info form .last-row {
    margin-bottom: 0;
  }
}
#menu-login > .content .info .extra-links {
  display: flex;
  flex-direction: row;
  column-gap: 1.5em;
  margin-bottom: 0rem;
  padding-left: 1em;
}
@media screen and (min-width: 980px) {
  #menu-login > .content .info .extra-links {
    margin-bottom: 7rem;
  }
}
#menu-login > .content .info .extra-links a {
  font-size: 1.4rem;
  font-family: "Qanelas Soft", sans-serif;
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  color: #fff;
}
#menu-login > .content .info .extra-links a:first-of-type:after {
  content: "|";
  position: absolute;
  right: -1em;
}

@media screen and (max-width: 979px) {
  #menu-search > .content {
    padding-left: 15px;
    padding-right: 11px;
  }
}
#menu-search > .content .info {
  width: 100%;
  max-width: 34.4rem;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info {
    display: grid;
    justify-content: center;
    max-width: unset;
    grid-template-columns: minmax(0, 500px);
  }
}
#menu-search > .content .info .f-h2 {
  margin-bottom: 4.1rem;
}
#menu-search > .content .info .input-container:before {
  background-image: url(../template_images/header/ico-search.svg);
}
#menu-search > .content .info .row {
  margin-bottom: 3.5rem;
}
#menu-search > .content .info .last-row {
  margin-bottom: 5.1rem;
}
#menu-search > .content .info .extra-links {
  display: grid;
  grid-template-columns: 1fr;
}
#menu-search > .content .info .extra-links .f-h3 {
  padding-bottom: 3rem;
  margin-bottom: 0;
}
#menu-search > .content .info .extra-links ul {
  padding-left: 0;
  margin-left: 0;
  column-count: 2;
  column-gap: 2em;
}
#menu-search > .content .info .extra-links ul > li {
  padding-bottom: 2rem;
  color: #fff;
  list-style: none;
}
#menu-search > .content .info .extra-links ul > li span, #menu-search > .content .info .extra-links ul > li a {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Qanelas Soft", sans-serif;
}
#menu-search > .content .info .extra-links ul > li a {
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
#menu-search > .content .info .extra-links ul > li a:hover {
  text-decoration: underline currentColor;
}

@media screen and (min-width: 980px) {
  body.search-open, body.login-open {
    overflow-y: hidden;
  }
}

@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;
}

footer {
  padding: 6rem 30px 15rem;
}
footer > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1673px;
}
footer .top-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  footer .top-footer {
    display: grid;
    grid-template-areas: "info nav" "contact nav";
    column-gap: 20px;
    row-gap: 5em;
  }
  footer .top-footer .nav-container {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1300px) {
  footer .top-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: clamp(20px, 5vw, 200px);
    padding: 0 50px;
    margin-bottom: 5rem;
  }
}
footer .top-footer .info {
  grid-area: info;
  max-width: 305px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
}
@media screen and (min-width: 980px) {
  footer .top-footer .info {
    align-content: flex-start;
  }
}
footer .top-footer .info .logo {
  justify-self: center;
  margin-bottom: 4.1rem;
}
@media screen and (min-width: 980px) {
  footer .top-footer .info .logo {
    justify-self: flex-start;
    margin-bottom: 3.5rem;
  }
}
footer .top-footer .info .copy {
  margin-bottom: 3.4rem;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .top-footer .info .copy {
    text-align: left;
    margin-bottom: 4.3rem;
  }
}
footer .top-footer .info .copy p {
  margin-bottom: 0;
}
footer .top-footer .info .copy a {
  color: #039455;
  font-weight: 700;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
footer .top-footer .info .copy a:hover {
  text-decoration: underline currentColor;
}
footer .top-footer .info .routing {
  color: #003b5c;
  font-weight: 600;
  font-size: clamp(2rem, 2vw, 2.2rem);
  margin-bottom: 5.3rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .top-footer .info .routing {
    text-align: left;
    margin-bottom: 5.2rem;
  }
}
footer .top-footer .info .socials {
  margin-left: 0;
  padding-left: 0;
  flex-direction: row;
  display: flex;
  column-gap: 0;
  margin-bottom: 6.3rem;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  footer .top-footer .info .socials {
    justify-content: flex-start;
  }
}
footer .top-footer .info .socials li {
  padding-left: 0;
  list-style: none;
}
footer .top-footer .info .socials li a {
  display: block;
  height: 36px;
  aspect-ratio: 1;
}
footer .top-footer .info .socials li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.2s ease;
  margin-right: 0;
}
footer .top-footer .info .socials li a span {
  visibility: hidden;
  display: block;
  width: 0;
}
footer .top-footer .info .socials li a:hover img {
  opacity: 0.8;
}
footer .top-footer .info .download {
  display: none;
}
@media screen and (min-width: 980px) {
  footer .top-footer .info .download {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
  }
}
footer .top-footer .info .download .f-h3 {
  color: #003b5c;
  font-size: 2.2rem;
  font-weight: 700;
}
footer .top-footer .info .download .bugs {
  display: flex;
  column-gap: 1em;
}
footer .top-footer .info .download .bugs a {
  flex: 0 0 27px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
footer .top-footer .info .download .bugs a:hover {
  opacity: 1;
}
footer .top-footer .info .download .bugs a.google {
  position: relative;
  top: 4px;
}
footer .top-footer .nav-container {
  grid-area: nav;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
footer .top-footer .nav-container .f-h3 {
  font-size: 2rem;
  color: #003b5c;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
}
footer .top-footer .nav-container a {
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
footer .top-footer .nav-container a:hover {
  text-decoration: underline currentColor;
}
footer .top-footer .nav-container > .nav {
  padding-left: 0;
  display: block;
  column-count: 1;
  column-gap: clamp(20px, 5vw, 86px);
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .top-footer .nav-container > .nav {
    text-align: left;
    justify-content: flex-start;
    column-count: 3;
  }
}
footer .top-footer .nav-container > .nav > li {
  list-style: none;
  margin-bottom: 5.1rem;
}
@media screen and (min-width: 980px) {
  footer .top-footer .nav-container > .nav > li {
    margin-bottom: 6.7rem;
  }
}
footer .top-footer .nav-container > .nav > li > ul {
  padding-left: 0;
}
@media screen and (max-width: 979px) {
  footer .top-footer .nav-container > .nav > li > ul {
    display: none;
  }
}
footer .top-footer .nav-container > .nav > li > ul > li {
  list-style: none;
  margin-bottom: 1em;
}
footer .top-footer .nav-container > .nav > li > ul > li > a {
  font-size: 1.7rem;
  font-weight: 500;
}
footer .top-footer .contact-info {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .top-footer .contact-info {
    text-align: left;
  }
}
footer .top-footer .contact-info .f-h3 {
  font-size: 2rem;
  color: #003b5c;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
}
footer .top-footer .contact-info .strong {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  color: #003b5c;
}
footer .top-footer .contact-info li {
  list-style: none;
  padding-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 500;
}
footer .top-footer .contact-info li ul {
  padding-left: 0;
}
footer .top-footer .contact-info li ul li {
  font-size: 1.7rem;
  font-weight: 500;
}
footer .top-footer .contact-info li p {
  line-height: 2;
  color: #003b5c;
  font-size: 1.6rem;
}
footer .bottom-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 2em;
  row-gap: 5rem;
  padding-top: 3.8rem;
  border-top: 2px solid #dfdfdf;
}
@media screen and (min-width: 1050px) {
  footer .bottom-footer {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2em;
    border-top: 2px solid var(--community-footer);
  }
}
footer .bottom-footer .legal-statement {
  display: flex;
  flex-direction: column;
  column-gap: 2em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #003b5c;
}
@media screen and (min-width: 980px) {
  footer .bottom-footer .legal-statement {
    flex-direction: row;
  }
}
footer .bottom-footer .legal-statement ul {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 2em;
  padding-left: 0;
}
footer .bottom-footer .legal-statement ul > li {
  list-style: none;
  padding-left: 0;
}
footer .bottom-footer .legal-statement p,
footer .bottom-footer .legal-statement li {
  font-family: "Qanelas Soft", sans-serif;
  position: relative;
}
footer .bottom-footer .legal-statement p:after,
footer .bottom-footer .legal-statement li:after {
  content: "|";
  position: absolute;
  right: -1em;
}
footer .bottom-footer .legal-statement p:last-child:after,
footer .bottom-footer .legal-statement li:last-child:after {
  content: none;
}
@media screen and (max-width: 979px) {
  footer .bottom-footer .legal-statement p:after {
    content: none;
  }
}
footer .bottom-footer .bug-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
footer .bottom-footer .bug-container > p {
  font-size: 1.2rem;
}
footer .bottom-footer .bugs {
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 2em;
  justify-content: flex-end;
}
footer .bottom-footer .bugs > li {
  list-style: none;
}
footer .bottom-footer .bugs > li img {
  height: 49px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(15%) sepia(51%) saturate(2232%) hue-rotate(177deg) brightness(100%) contrast(101%);
}

.feature-community-block {
  padding: 0 30px 12rem;
}
.feature-community-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "tab-header" "content" "photos";
}
@media screen and (min-width: 980px) {
  .feature-community-block > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(20px, 5vw, 100px);
    grid-template-areas: "header photos" "tab-header photos" "content photos";
  }
}
.feature-community-block > .content .header {
  grid-area: header;
  width: 100%;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .feature-community-block > .content .header {
    justify-items: flex-start;
  }
}
.feature-community-block > .content .header .image {
  aspect-ratio: 1;
  height: 6.2rem;
  margin-bottom: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .feature-community-block > .content .header .image {
    height: 8rem;
  }
}
.feature-community-block > .content .header .f-h2 {
  margin-bottom: 0.25em;
  margin-bottom: 2rem;
}
.feature-community-block > .content .header .copy {
  font-size: 1.6rem;
  font-family: "Ridley Grotesk", sans-serif;
}
@media screen and (max-width: 979px) {
  .feature-community-block > .content .header .copy {
    text-align: center;
  }
}
.feature-community-block > .content .tab-header {
  grid-area: tab-header;
  width: 100%;
  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;
  background-color: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 475px) {
  .feature-community-block > .content .tab-header {
    height: unset;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 980px) {
  .feature-community-block > .content .tab-header {
    height: unset;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 1300px) {
  .feature-community-block > .content .tab-header {
    text-align: left;
  }
}
.feature-community-block > .content .tab-header ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding-left: 0;
  margin-bottom: 0;
  column-gap: 0.5em;
  width: 100%;
}
@media screen and (max-width: 475px) {
  .feature-community-block > .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) {
  .feature-community-block > .content .tab-header ul {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .feature-community-block > .content .tab-header ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 0.5em;
  }
}
.feature-community-block > .content .tab-header ul li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.feature-community-block > .content .tab-header ul li button {
  padding: 0.7em clamp(0.5em, 2.5vw, 2em);
  height: 100%;
  transition: all 0.2s ease;
  border-radius: 33px;
  width: 100%;
  font-size: 1.5rem;
}
.feature-community-block > .content .tab-header ul li button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.feature-community-block > .content .tab-header ul li button.active {
  background-color: #039455;
  color: #fff;
}
.feature-community-block > .content .tab-content {
  grid-area: content;
  padding-bottom: 5rem;
}
.feature-community-block > .content .tab-content .tab {
  display: none;
}
.feature-community-block > .content .tab-content .tab.active {
  display: block;
}
.feature-community-block > .content .tab-content .f-h3 {
  color: #003b5c;
  font-size: clamp(2.4rem, 2.5vw, 3rem);
  margin-bottom: 2.1rem;
}
.feature-community-block > .content .tab-content .copy {
  margin-bottom: 4rem;
}
.feature-community-block > .content .tab-content .copy p {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .feature-community-block > .content .tab-content .copy {
    text-align: center;
  }
}
.feature-community-block > .content .tab-content .links {
  border-top: 1px solid #dfdfdf;
  padding-left: 0;
}
.feature-community-block > .content .tab-content .links > li {
  list-style: none;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dfdfdf;
}
.feature-community-block > .content .tab-content .links > li a {
  padding: 1em 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #003b5c;
}
.feature-community-block > .content .tab-photos {
  grid-area: photos;
}
@media screen and (min-width: 980px) {
  .feature-community-block > .content .tab-photos {
    align-self: center;
  }
}
@media screen and (min-width: 1300px) {
  .feature-community-block > .content .tab-photos {
    align-self: flex-end;
  }
}
.feature-community-block > .content .tab-photos .tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.7rem;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.feature-community-block > .content .tab-photos .tab.active {
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease 0.2s;
  display: grid;
}
.feature-community-block > .content .tab-photos .tab.active .left,
.feature-community-block > .content .tab-photos .tab.active .right {
  pointer-events: all;
}
.feature-community-block > .content .tab-photos .tab.active .left .top,
.feature-community-block > .content .tab-photos .tab.active .right .top {
  top: 0;
}
.feature-community-block > .content .tab-photos .tab.active .left .bottom,
.feature-community-block > .content .tab-photos .tab.active .right .bottom {
  bottom: 0;
}
.feature-community-block > .content .tab-photos .tab > div {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  row-gap: 1.7rem;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.feature-community-block > .content .tab-photos .tab > div .image {
  position: relative;
  width: 100%;
  height: 100%;
  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);
}
.feature-community-block > .content .tab-photos .tab > div .spacer {
  height: 5rem;
}
.feature-community-block > .content .tab-photos .tab > div.left {
  top: 0;
  left: 0;
}
.feature-community-block > .content .tab-photos .tab > div.left > div {
  transition-delay: 0.2s;
}
.feature-community-block > .content .tab-photos .tab > div.right {
  bottom: 0;
  right: 0;
}
.feature-community-block > .content .tab-photos .tab > div .top {
  position: relative;
  top: -3em;
  transition: top 0.5s ease 0.2s;
}
.feature-community-block > .content .tab-photos .tab > div .bottom {
  position: relative;
  bottom: -3em;
  transition: bottom 0.5s ease 0.3s;
}

.feature-financial-wellness {
  margin-bottom: 10rem;
}
@media screen and (min-width: 980px) {
  .feature-financial-wellness {
    padding: 0 30px;
  }
}
.feature-financial-wellness > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  overflow-x: clip;
}
@media screen and (min-width: 1450px) {
  .feature-financial-wellness > .content {
    position: relative;
    padding-top: 17rem;
  }
}
.feature-financial-wellness > .content .header {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 979px) {
  .feature-financial-wellness > .content .header {
    justify-items: center;
    margin-top: 6rem;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1450px) {
  .feature-financial-wellness > .content .header {
    margin-bottom: 1em;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1450px) {
  .feature-financial-wellness > .content .header {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.feature-financial-wellness > .content .header .image {
  aspect-ratio: 1;
  height: 6.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .feature-financial-wellness > .content .header .image {
    height: 8rem;
  }
}
.feature-financial-wellness > .content .header .f-h2 {
  margin-bottom: 0.25em;
}
.feature-financial-wellness > .content .header .copy {
  font-size: 1.6rem;
  font-family: "Ridley Grotesk", sans-serif;
}
@media screen and (max-width: 979px) {
  .feature-financial-wellness > .content .header .copy {
    text-align: center;
  }
}
.feature-financial-wellness > .content .tab-header {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3.5rem;
}
@media screen and (min-width: 1400px) {
  .feature-financial-wellness > .content .tab-header {
    grid-template-columns: 33px max-content;
  }
}
.feature-financial-wellness > .content .tab-header .slide-track {
  order: 2;
  height: 30.5px;
  border-radius: 33px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: calc(100% + 12px);
  left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 475px) {
  .feature-financial-wellness > .content .tab-header .slide-track {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .feature-financial-wellness > .content .tab-header .slide-track {
    align-items: unset;
    height: 100%;
    order: 1;
    width: 33px;
    margin-bottom: 0;
    justify-items: center;
  }
}
.feature-financial-wellness > .content .tab-header .slide-track .slide-bullet {
  width: var(--slide-width, 50px);
  height: 19px;
  border-radius: 11px;
  background-color: #a45a2a;
  position: relative;
  top: unset;
  left: var(--slide-left, 0);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1400px) {
  .feature-financial-wellness > .content .tab-header .slide-track .slide-bullet {
    left: unset;
    width: 21px;
    height: 39px;
    top: var(--slide-top, 9px);
  }
}
.feature-financial-wellness > .content .tab-header ul {
  padding: 0.5em 0 0.75em;
  margin-bottom: 0;
  align-self: center;
  display: flex;
  flex-direction: row;
  row-gap: 4rem;
  align-items: center;
  justify-content: space-around;
  column-gap: 20px;
}
@media screen and (max-width: 475px) {
  .feature-financial-wellness > .content .tab-header ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1400px) {
  .feature-financial-wellness > .content .tab-header ul {
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
  }
}
.feature-financial-wellness > .content .tab-header ul > li {
  list-style: none;
}
.feature-financial-wellness > .content .tab-header ul > li button {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.2s ease;
}
.feature-financial-wellness > .content .tab-header ul > li button:hover {
  text-decoration: underline currentColor;
}
.feature-financial-wellness > .content .tab-header ul > li button.active {
  color: #a45a2a;
  font-weight: 700;
}
.feature-financial-wellness > .content .tab-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(20px, 5vw, 50px);
  align-items: center;
  position: relative;
  row-gap: 2.7rem;
  padding: 0 30px;
}
@media screen and (min-width: 1400px) {
  .feature-financial-wellness > .content .tab-container {
    grid-template-columns: 315px 1fr;
  }
}
.feature-financial-wellness > .content .tab-container .tabs .tab {
  display: none;
  position: relative;
}
@media screen and (max-width: 979px) {
  .feature-financial-wellness > .content .tab-container .tabs .tab {
    margin: 0 -30px;
    margin-bottom: -1px;
  }
}
.feature-financial-wellness > .content .tab-container .tabs .tab.active {
  display: block;
}
.feature-financial-wellness > .content .tab-container .tabs .tab .image {
  width: 100%;
  aspect-ratio: 771/622;
  position: relative;
  top: 0;
  right: 0;
  left: unset;
  justify-self: flex-end;
  display: flex;
  justify-content: flex-end;
}
.feature-financial-wellness > .content .tab-container .tabs .tab .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 979px) {
  .feature-financial-wellness > .content .tab-container .tabs .tab .image {
    order: 1;
    width: calc(100% - 60px);
    margin: 0 30px;
    justify-content: center;
  }
  .feature-financial-wellness > .content .tab-container .tabs .tab .image:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100vw;
    background-color: #003b5c;
    top: 50%;
    left: -30px;
    height: calc(50% + 1px);
  }
}
@media screen and (min-width: 980px) {
  .feature-financial-wellness > .content .tab-container .tabs .tab .image {
    max-width: 771px;
  }
}
.feature-financial-wellness > .content .tab-container .tabs .tab .tab-content {
  width: 100%;
  position: relative;
  background-color: #003b5c;
  text-align: center;
  padding: 7rem 6rem 5rem;
  order: 2;
}
.feature-financial-wellness > .content .tab-container .tabs .tab .tab-content .f-h3,
.feature-financial-wellness > .content .tab-container .tabs .tab .tab-content .copy {
  color: #fff;
}
.feature-financial-wellness > .content .tab-container .tabs .tab .tab-content .f-h3 {
  margin-bottom: 3rem;
}
.feature-financial-wellness > .content .tab-container .tabs .tab .tab-content .actions {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .feature-financial-wellness > .content .tab-container .tabs .tab .tab-content .actions {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .feature-financial-wellness > .content .tab-container .tabs .tab .tab-content {
    max-width: 500px;
    border-radius: 30px;
    text-align: left;
    order: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.feature-financial-wellness > .content .mobile-controls {
  display: flex;
  width: 100%;
  padding-bottom: 2em;
  background-color: #003b5c;
  justify-content: center;
}
.feature-financial-wellness > .content .mobile-controls ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 2em;
}
.feature-financial-wellness > .content .mobile-controls ul > li {
  list-style: none;
}
.feature-financial-wellness > .content .mobile-controls ul > li > button {
  opacity: 1;
  transition: opacity 0.2s ease;
  height: 21px;
  width: 21px;
  background-image: url(../template_images/header/right-arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.feature-financial-wellness > .content .mobile-controls ul > li > button.js-prev-button {
  transform: rotate(180deg);
}
.feature-financial-wellness > .content .mobile-controls ul > li > button[disabled] {
  opacity: 0.5;
}
@media screen and (min-width: 980px) {
  .feature-financial-wellness > .content .mobile-controls {
    display: none;
  }
}

.feature-account-cards {
  padding: 0 30px 6rem;
}
.feature-account-cards > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1525px;
}
.feature-account-cards > .content .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: 8rem;
}
.feature-account-cards > .content .header .icon {
  aspect-ratio: 9/6;
  height: 6.6rem;
  margin-bottom: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .feature-account-cards > .content .header .icon {
    height: 8rem;
  }
}
.feature-account-cards > .content .header .f-h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .feature-account-cards > .content .header .f-h2 {
    text-align: center;
  }
}
.feature-account-cards > .content .header .copy {
  text-align: center;
}
.feature-account-cards > .content .card-container {
  display: flex;
  flex-direction: column;
  column-gap: clamp(20px, 5vw, 75px);
  justify-content: center;
  align-items: center;
  justify-items: center;
  row-gap: 5.3rem;
}
@media screen and (min-width: 980px) {
  .feature-account-cards > .content .card-container {
    flex-direction: row;
    align-items: stretch;
  }
}
.feature-account-cards > .content .card-container .card {
  flex: 1 1 457px;
  max-width: 500px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.feature-account-cards > .content .card-container .card .photo {
  width: 100%;
  aspect-ratio: 457/430;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 2.8rem;
}
.feature-account-cards > .content .card-container .card .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-account-cards > .content .card-container .card .f-h3 {
  font-size: clamp(2.4rem, 2vw, 3rem);
  margin-bottom: 0.75em;
}
.feature-account-cards > .content .card-container .card .copy {
  margin-bottom: 2em;
  text-wrap: pretty;
}
.feature-account-cards > .content .card-container .card .actions {
  display: grid;
  grid-template-columns: 1fr;
}
.feature-account-cards > .content .card-container .card .actions a {
  font-size: clamp(1.9rem, 2.5vw, 2.4rem);
  font-weight: 700;
}
.feature-account-cards > .content .card-container .card .actions a:after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(34%) saturate(1579%) hue-rotate(134deg) brightness(96%) contrast(84%);
}

.homepage-digital-block {
  padding: 0 15px 7rem;
}
.homepage-digital-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1500px;
}
.homepage-digital-block > .content .header {
  grid-area: header;
  width: 100%;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.homepage-digital-block > .content .header img {
  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) {
  .homepage-digital-block > .content .header img {
    height: 8rem;
  }
}
.homepage-digital-block > .content .header .f-h2 {
  margin-bottom: 0.25em;
  margin-bottom: 2rem;
  text-align: center;
}
.homepage-digital-block > .content .header .copy {
  font-size: 1.6rem;
  font-family: "Ridley Grotesk", sans-serif;
  width: 75vw;
  max-width: 600px;
  text-align: center;
}
.homepage-digital-block > .content .tab-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .homepage-digital-block > .content .tab-container {
    min-height: 914px;
    position: relative;
  }
}
.homepage-digital-block > .content .tab-container .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) {
  .homepage-digital-block > .content .tab-container .tab-header {
    height: unset;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 980px) {
  .homepage-digital-block > .content .tab-container .tab-header {
    margin: 5.4rem auto 4rem;
    text-align: left;
  }
}
.homepage-digital-block > .content .tab-container .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) {
  .homepage-digital-block > .content .tab-container .tab-header ul {
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .homepage-digital-block > .content .tab-container .tab-header ul li button {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .homepage-digital-block > .content .tab-container .tab-header ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 0.5em;
  }
}
.homepage-digital-block > .content .tab-container .tab-header ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.homepage-digital-block > .content .tab-container .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;
}
.homepage-digital-block > .content .tab-container .tab-header ul li button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.homepage-digital-block > .content .tab-container .tab-header ul li button.active {
  background-color: #9c56c2;
  color: #fff;
}
.homepage-digital-block > .content .tabs {
  position: relative;
  background-image: url(../htmlTemplates/images/cat-phone.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: background-image 0.2s ease;
}
@media screen and (min-width: 980px) {
  .homepage-digital-block > .content .tabs {
    border-radius: 30px;
    position: absolute;
    inset: 0;
    background-position: top;
  }
}
.homepage-digital-block > .content .tabs:after {
  content: "";
  background-color: #707070;
  opacity: 0.6;
  position: absolute;
  inset: 0;
}
.homepage-digital-block > .content .tabs .tab {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
  min-height: 625px;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: flex-end;
  grid-template-columns: 1fr;
}
.homepage-digital-block > .content .tabs .tab .tab-content {
  margin: 0 53px 4rem;
  color: #fff;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 500;
}
.homepage-digital-block > .content .tabs .tab .tab-content .copy {
  margin-bottom: 2rem;
}
@media screen and (min-width: 980px) {
  .homepage-digital-block > .content .tabs .tab .tab-content {
    position: absolute;
    bottom: 6%;
    left: 4%;
    max-width: 440px;
  }
}
.homepage-digital-block > .content .tabs .tab .actions a {
  color: #fff;
}
.homepage-digital-block > .content .tabs .tab .actions a.arrow-lnk {
  font-weight: 600;
}
.homepage-digital-block > .content .tabs .tab .actions a.arrow-lnk:after {
  filter: brightness(0) saturate(100%) invert(74%) sepia(44%) saturate(502%) hue-rotate(13deg) brightness(116%) contrast(93%);
}
.homepage-digital-block > .content .tabs .tab.active {
  position: relative;
  opacity: 1;
}
.homepage-digital-block > .content .qr-block {
  background-color: #9c56c2;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 2em;
  padding: 1.3rem 2.4rem 1.5rem 3.5rem;
  z-index: 1;
}
.homepage-digital-block > .content .qr-block > img,
.homepage-digital-block > .content .qr-block > .copy {
  display: none;
}
.homepage-digital-block > .content .qr-block .mobile-tagline {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 980px) {
  .homepage-digital-block > .content .qr-block {
    flex-direction: column;
    border-radius: 126px;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    padding: 7rem 3.8rem;
  }
  .homepage-digital-block > .content .qr-block .mobile-tagline {
    display: none;
  }
  .homepage-digital-block > .content .qr-block > img,
  .homepage-digital-block > .content .qr-block > .copy {
    display: block;
    max-width: 156px;
    text-align: center;
    border-radius: 20px;
  }
  .homepage-digital-block > .content .qr-block > img {
    margin-bottom: 1.5rem;
  }
  .homepage-digital-block > .content .qr-block > .copy {
    color: #fff;
    margin-bottom: 2rem;
  }
}
.homepage-digital-block > .content .qr-block .bugs {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  justify-content: center;
  align-items: center;
  justify-items: center;
  position: relative;
  bottom: 2px;
}
@media screen and (min-width: 980px) {
  .homepage-digital-block > .content .qr-block .bugs {
    width: 100%;
  }
}
.homepage-digital-block > .content .qr-block .bugs a {
  opacity: 0.8;
  position: relative;
  transition: opacity 0.2s ease;
}
.homepage-digital-block > .content .qr-block .bugs a img {
  pointer-events: none;
  height: 100%;
  object-fit: contain;
}
.homepage-digital-block > .content .qr-block .bugs a.apple {
  filter: brightness(0) invert(1);
  bottom: 1px;
}
.homepage-digital-block > .content .qr-block .bugs a:hover {
  opacity: 1;
}

.homepage-testimonials {
  padding: 7rem 30px;
  background-color: #00466d;
}
.homepage-testimonials > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1545px;
  position: relative;
}
.homepage-testimonials > .content .header {
  grid-area: header;
  width: 100%;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.homepage-testimonials > .content .header img {
  margin-bottom: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.homepage-testimonials > .content .header .f-h2 {
  margin-bottom: 0.25em;
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
}
.homepage-testimonials > .content .header .copy {
  font-size: 1.6rem;
  font-family: "Ridley Grotesk", sans-serif;
  width: 75vw;
  max-width: 600px;
  text-align: center;
  color: #fff;
}
.homepage-testimonials > .content .testimonial-container .splide__track {
  padding-left: 0;
}
.homepage-testimonials > .content .testimonial-container .splide__track > li {
  list-style: none;
}
.homepage-testimonials > .content .testimonial-container .splide__list {
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .homepage-testimonials > .content .testimonial-container .splide__list {
    display: grid;
    grid-template-columns: minmax(0, 477px);
    column-gap: clamp(20px, 5vw, 53px);
  }
  .homepage-testimonials > .content .testimonial-container .splide__list.initialized {
    grid-template-columns: repeat(auto-fit, minmax(0, 477px));
    grid-auto-rows: 15px;
    justify-content: center;
  }
}
.homepage-testimonials > .content .testimonial-container .testimonial-block {
  opacity: 0;
  border-radius: 30px;
  border: 2px solid #F6EB61;
  background-color: #fff;
  padding: 7rem 5.1rem;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 980px) {
  .homepage-testimonials > .content .testimonial-container .testimonial-block {
    grid-row: span var(--numRows);
  }
}
.homepage-testimonials > .content .testimonial-container .testimonial-block:has(.icon) {
  padding-top: 2.3rem;
}
.homepage-testimonials > .content .testimonial-container .testimonial-block .icon {
  aspect-ratio: 1;
  width: 78px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  border: 2px solid #F6EB61;
  left: -1rem;
  margin-bottom: 2rem;
}
.homepage-testimonials > .content .testimonial-container .testimonial-block .name {
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Qanelas Soft", sans-serif;
  margin-bottom: 2.7rem;
}
.homepage-testimonials > .content .testimonial-container .testimonial-block .copy {
  font-style: italic;
  font-size: 2rem;
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 500;
}
.homepage-testimonials > .content .testimonial-container .testimonial-block:nth-child(3n) {
  border-color: #14BBB4;
}
.homepage-testimonials > .content .testimonial-container .testimonial-block:nth-child(3n) .icon {
  border-color: #14BBB4;
}
.homepage-testimonials > .content .testimonial-container .testimonial-block:nth-child(2n) {
  border-color: #B580D1;
}
.homepage-testimonials > .content .testimonial-container .testimonial-block:nth-child(2n) .icon {
  border-color: #B580D1;
}
.homepage-testimonials .actions {
  display: grid;
  justify-content: center;
  height: 200px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  /* width: 100%; */
  left: 0;
  right: 0;
  bottom: 0;
  align-content: flex-end;
}
.homepage-testimonials .actions.visible {
  opacity: 1;
  pointer-events: all;
}
.homepage-testimonials .actions:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00466d;
  background: linear-gradient(180deg, rgba(0, 70, 109, 0) 0%, rgb(0, 70, 109) 100%);
}
@media screen and (max-width: 979px) {
  .homepage-testimonials .actions {
    display: none;
  }
}
.homepage-testimonials .actions > button {
  text-transform: uppercase;
  color: var(--white);
}
.homepage-testimonials .actions > button:hover:after {
  left: 0;
}
.homepage-testimonials .actions > button:after {
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(79%) sepia(8%) saturate(2724%) hue-rotate(13deg) brightness(116%) contrast(93%);
}
.homepage-testimonials .splide__arrows {
  padding: 0 var(--mobile-padding);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .homepage-testimonials .splide__arrows {
    display: none;
  }
}
.homepage-testimonials .splide__arrows .splide__arrow {
  height: 2.1rem;
  aspect-ratio: 1/1;
  background-image: url(../template_images/header/right-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.2s ease;
  filter: brightness(0) invert(1);
}
.homepage-testimonials .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}
.homepage-testimonials .splide__arrows .splide__arrow[disabled] {
  opacity: 0.5;
}
.homepage-testimonials.active .testimonial-block {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 980px) {
  .homepage-testimonials.active .testimonial-block.first-row {
    opacity: 1 !important;
  }
  .homepage-testimonials.active .testimonial-block.second-row {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 979px) {
  .homepage-testimonials.active .testimonial-block {
    opacity: 1 !important;
  }
}
.homepage-testimonials.active .testimonial-block:nth-child(1) {
  transition-delay: 0.2s;
}
.homepage-testimonials.active .testimonial-block:nth-child(2) {
  transition-delay: 0.4s;
}
.homepage-testimonials.active .testimonial-block:nth-child(3) {
  transition-delay: 0.6s;
}
.homepage-testimonials.active .testimonial-block:nth-child(4) {
  transition-delay: 0.8s;
}
.homepage-testimonials.active .testimonial-block:nth-child(5) {
  transition-delay: 1s;
}
.homepage-testimonials.active .testimonial-block:nth-child(6) {
  transition-delay: 1.2s;
}
.homepage-testimonials.active .testimonial-block:nth-child(7) {
  transition-delay: 1.4s;
}
.homepage-testimonials.active .testimonial-block:nth-child(8) {
  transition-delay: 1.6s;
}
.homepage-testimonials.active .testimonial-block:nth-child(9) {
  transition-delay: 1.8s;
}
.homepage-testimonials.active .testimonial-block:nth-child(10) {
  transition-delay: 2s;
}

.awards-banner {
  padding: 2.8rem 30px 4.4rem;
  background-color: #046a38;
}
@media screen and (min-width: 980px) {
  .awards-banner {
    padding: 3.4rem 30px 3rem;
  }
}
.awards-banner > .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) {
  .awards-banner > .content {
    flex-direction: row;
    justify-content: center;
    column-gap: clamp(40px, 10vw, 141px);
  }
}
.awards-banner > .content .f-h2 {
  color: #fff;
  margin-bottom: 2.5rem;
  text-align: center;
}
.awards-banner > .content ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: clamp(20px, 5vw, 105px);
}
.awards-banner > .content ul li {
  list-style: none;
  padding-bottom: 0;
  padding-left: 0;
}
.awards-banner > .content ul li > img {
  min-height: 50px;
}

.homepage-membership {
  padding: 0 30px 10rem;
}
.homepage-membership > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem;
  max-width: 1525px;
  border-radius: 30px;
  border: 1px solid #14bbb4;
  background-color: #e0f4f4;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  column-gap: 2em;
  row-gap: 1em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .homepage-membership > .content {
    text-align: left;
    flex-direction: row;
  }
}
.homepage-membership > .content .copy {
  font-family: "Qanelas Soft", sans-serif;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  color: #003b5c;
}
.homepage-membership > .content .copy p:last-child {
  margin-bottom: 0;
}
.homepage-membership > .content .actions a {
  font-size: clamp(1.9rem, 2vw, 2.4rem);
  font-weight: 700;
}
.homepage-membership > .content .actions a:after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(34%) saturate(1579%) hue-rotate(134deg) brightness(96%) contrast(84%);
}

.feature-header {
  width: 100%;
  aspect-ratio: 1920/877;
  max-height: 800px;
  min-height: 440px;
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 980px) {
  .feature-header {
    padding-top: 10rem;
  }
}
.feature-header > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
.feature-header > .content .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  aspect-ratio: 1920/877;
  mask-image: url(../template_images/header/1920px-Feature-new.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 150% 100%;
  mask-position: center;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .feature-header > .content .photo {
    mask-size: 100% 100%;
  }
}
.feature-header > .content .photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: var(--overlay-opacity, 0.4);
}
.feature-header > .content .photo img,
.feature-header > .content .photo video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: var(--focal-point, top);
}
.feature-header > .content .info {
  width: 100%;
  max-width: 900px;
  display: grid;
  justify-items: center;
}
.feature-header > .content .info .f-h1,
.feature-header > .content .info .copy {
  color: #fff;
  font-family: "Ridley Grotesk", sans-serif;
  text-align: center;
}
.feature-header > .content .info .f-h1 {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  margin-bottom: 1.4rem;
  line-height: 1;
}
.feature-header > .content .info .copy {
  font-size: 1.8rem;
  max-width: 600px;
  margin-bottom: 1.5em;
  width: 66vw;
}
.feature-header > .content .info .actions {
  display: grid;
  grid-template-columns: 220px;
  row-gap: 1em;
}

.arrow-lnk {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  column-gap: 1rem;
  font-family: "Qanelas Soft", sans-serif;
}
.arrow-lnk:after {
  content: "";
  width: 19px;
  aspect-ratio: 1;
  display: block;
  background-image: url(../template_images/header/right-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  transition: transform 0.2s ease, left 0.2s ease;
}
.arrow-lnk:hover:after {
  left: 3px;
}

.base-cta, .google-btn-large, .apple-btn-large, .ghost-btn-white, .ghost-btn, .secondary-btn, .cta-blurry, .cta-btn {
  font-family: "Ridley Grotesk", sans-serif;
  margin: 0;
  padding: 0.6em 1em;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  width: 100%;
  max-width: 220px;
  position: relative;
  text-align: center;
  border-radius: 100px;
  font-family: "Qanelas Soft", sans-serif;
}
.base-cta:focus, .google-btn-large:focus, .apple-btn-large:focus, .ghost-btn-white:focus, .ghost-btn:focus, .secondary-btn:focus, .cta-blurry:focus, .cta-btn:focus, .base-cta:hover, .google-btn-large:hover, .apple-btn-large:hover, .ghost-btn-white:hover, .ghost-btn:hover, .secondary-btn:hover, .cta-blurry:hover, .cta-btn:hover {
  text-decoration: none;
}
.base-cta:focus .text, .google-btn-large:focus .text, .apple-btn-large:focus .text, .ghost-btn-white:focus .text, .ghost-btn:focus .text, .secondary-btn:focus .text, .cta-blurry:focus .text, .cta-btn:focus .text, .base-cta:hover .text, .google-btn-large:hover .text, .apple-btn-large:hover .text, .ghost-btn-white:hover .text, .ghost-btn:hover .text, .secondary-btn:hover .text, .cta-blurry:hover .text, .cta-btn:hover .text {
  text-decoration: none;
}
.base-cta:focus .text:after, .google-btn-large:focus .text:after, .apple-btn-large:focus .text:after, .ghost-btn-white:focus .text:after, .ghost-btn:focus .text:after, .secondary-btn:focus .text:after, .cta-blurry:focus .text:after, .cta-btn:focus .text:after, .base-cta:hover .text:after, .google-btn-large:hover .text:after, .apple-btn-large:hover .text:after, .ghost-btn-white:hover .text:after, .ghost-btn:hover .text:after, .secondary-btn:hover .text:after, .cta-blurry:hover .text:after, .cta-btn:hover .text:after {
  right: -1.5em;
}

.cta-btn {
  color: var(--white);
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Qanelas Soft", sans-serif;
}
.cta-btn:focus, .cta-btn:hover, .cta-btn.hovered {
  text-decoration: none;
  background-color: var(--primary-color);
  color: #fff;
  border-color: #fff;
}
.cta-btn:focus:before, .cta-btn:hover:before, .cta-btn.hovered:before {
  inset: -8px;
  opacity: 1;
}

.cta-blurry {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-weight: 600;
  transition: background 0.2s ease, backdrop-filter 0.2s ease;
}
.cta-blurry:focus, .cta-blurry:hover, .cta-blurry.hovered {
  backdrop-filter: none;
  background: #039455;
}

.secondary-btn {
  color: var(--primary-color);
  border-color: var(--tertiary-color);
  background-color: unset;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.secondary-btn:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 3px solid var(--fall-school-day);
  z-index: -1;
  border-radius: 100px;
  transition: inset 0.2s ease;
  pointer-events: none;
}
.secondary-btn:focus, .secondary-btn:hover, .secondary-btn.hovered {
  color: var(--white);
  background-color: var(--primary-color);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.secondary-btn:focus:before, .secondary-btn:hover:before, .secondary-btn.hovered:before {
  inset: -8px;
}

.ghost-btn {
  color: var(--primary-color);
  border-color: var(--tertiary-color);
  background-color: none;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}
.ghost-btn:before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 3px solid var(--fall-school-day);
  border-radius: 100px;
  transition: opacity 0.2s ease, color 0.25s ease, background-color 0.25s ease, inset 0.2s ease;
  pointer-events: none;
  opacity: 0;
  inset: 0;
}
.ghost-btn:focus, .ghost-btn:hover, .ghost-btn.hovered {
  color: var(--white);
  background-color: var(--tertiary-color);
}
.ghost-btn:focus:before, .ghost-btn:hover:before, .ghost-btn.hovered:before {
  opacity: 1;
  inset: -8px;
}

.ghost-btn-white {
  color: var(--white);
  border-color: var(--white);
  background-color: transparent;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}
.ghost-btn-white:before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 3px solid var(--fall-school-day);
  border-radius: 100px;
  transition: opacity 0.2s ease;
  pointer-events: none;
  opacity: 0;
}
.ghost-btn-white:focus, .ghost-btn-white:hover, .ghost-btn-white.hovered {
  color: var(--maryland-midnight);
  background-color: var(--white);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.ghost-btn-white:focus:before, .ghost-btn-white:hover:before, .ghost-btn-white.hovered:before {
  opacity: 1;
}

.apple-btn-large {
  display: block;
  color: transparent;
  background: url("../template_images/app-store-btn.svg") no-repeat center/141px 40px;
  height: 49px;
  width: 158px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
  border: 2px solid var(--tertiary-color);
  border-radius: 10px;
  background-color: white;
}
.apple-btn-large .text {
  visibility: hidden;
}
.apple-btn-large:hover {
  opacity: 0.7;
}

.google-btn-large {
  display: block;
  color: transparent;
  background: url("../template_images/google-play-btn.svg") no-repeat center/141px 40px;
  height: 49px;
  width: 158px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
  border: 2px solid var(--tertiary-color);
  border-radius: 10px;
  background-color: white;
}
.google-btn-large .text {
  visibility: hidden;
}
.google-btn-large:hover {
  opacity: 0.7;
}

#site-cookie-bar {
  padding: 2.6rem 30px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#site-cookie-bar.visible {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 980px) {
  #site-cookie-bar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    padding-bottom: 2.6rem;
  }
}
#site-cookie-bar > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 700px;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  column-gap: clamp(20px, 3vw, 3.6rem);
  padding: 3rem 5rem 3.6rem;
  border-radius: 100px 100px 0 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  align-items: center;
  row-gap: 1.7rem;
}
@media screen and (min-width: 980px) {
  #site-cookie-bar > .content {
    max-width: 1200px;
    flex-direction: row;
    border-radius: 100px;
    padding: 4rem 9.6rem 4rem 5.6rem;
  }
}
#site-cookie-bar > .content > button {
  position: relative;
  height: 2rem;
  width: 2rem;
  background-image: url(../template_images/header/white-x.svg);
  filter: brightness(0) saturate(100%) invert(13%) sepia(43%) saturate(2098%) hue-rotate(160deg) brightness(91%) contrast(103%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  #site-cookie-bar > .content > button {
    position: absolute;
    top: 50%;
    right: 2.5em;
    transform: translateY(-50%);
  }
}
#site-cookie-bar > .content > p {
  margin-bottom: 0;
}
#site-cookie-bar > .content > img {
  aspect-ratio: 75/50;
  max-width: 75px;
}

.rate-block {
  padding-top: 1rem;
}
.rate-block table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.1rem;
}
.rate-block tbody {
  width: 100%;
  padding: 0 30px;
}
.rate-block .rate-title {
  display: none;
}
.rate-block .effective-date {
  font-family: "Ridley Grotesk", sans-serif;
  font-size: 1.4rem;
  padding-left: 30px;
}
.rate-block th.empty-cell span, .rate-block th:has(span) span {
  display: none;
}
.rate-block th.empty-cell:before, .rate-block th:has(span):before {
  content: none !important;
}
.rate-block tr {
  margin-bottom: 1.1rem;
  background-color: #F9EEF8;
  border-radius: 52px;
}
.rate-block tr > td {
  text-align: left;
  color: var(--body-font-color);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Ridley Grotesk", sans-serif;
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:first-child {
    text-align: left;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    padding-left: 60px;
    font-weight: 800;
    font-size: 2rem;
  }
  .rate-block tr > td:first-child:before {
    left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:last-child {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
    padding-right: 60px;
  }
}
.rate-block tr th:first-child {
  padding-left: 60px;
}
.rate-block tr th:first-child:before {
  left: 30px;
}
.rate-block tr th,
.rate-block tr td {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 980px) {
  .rate-block tr th:before,
  .rate-block tr td:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    top: 0;
    bottom: 0;
    width: 3px;
    left: 0;
    background-color: #B580D1;
  }
}
.rate-block tr th:before {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .rate-block tr th:first-child {
    padding-left: 60px;
  }
  .rate-block tr th:first-child:before {
    left: 30px;
  }
}
.rate-block tr:first-child {
  text-align: center;
  font-family: var(--headingFont);
  font-size: 1.8rem;
  font-weight: var(--bold);
  background-color: inherit;
  border: none;
  margin-bottom: 1.9rem;
}
.rate-block .disclosure {
  font-size: 1.4rem;
  font-style: italic;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 979px) {
  .rate-block {
    margin-bottom: 3em;
  }
  .rate-block table .col_0 {
    empty-cells: hide;
  }
  .rate-block table .col_0 {
    display: block;
    visibility: visible;
  }
  .rate-block table .btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  .rate-block table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .rate-block table tr:first-of-type {
    display: none;
  }
  .rate-block table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .rate-block table thead {
    display: none;
    visibility: hidden;
  }
  .rate-block table .row_0,
  .rate-block table .col_0 {
    display: none;
    visibility: hidden;
  }
  .rate-block table tr {
    background: #F9EEF8;
    position: relative;
    border-radius: 0;
  }
  .rate-block table tr,
  .rate-block table thead {
    display: block;
    padding: 0.5em 0;
    text-align: left;
  }
  .rate-block table tbody {
    padding: 0;
    text-align: left;
  }
  .rate-block table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .rate-block table td,
  .rate-block table th {
    text-align: center;
    position: relative;
    display: flex !important;
    flex-direction: row;
  }
  .rate-block table th {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  .rate-block table th > span.mobile-only,
  .rate-block table td > span.mobile-only {
    font-weight: 700;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
    padding-left: 0;
  }
  .rate-block table td[data-hide]:before {
    content: "" !important;
  }
  .rate-block table td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    column-gap: 40px;
  }
}

/* Alert Homepage Banner */
body:has(#menu-search.open, #menu-login.open) .alerts-container {
  display: none;
}

.alerts-container {
  container-type: inline-size;
  margin: 0;
  position: relative;
  z-index: 100;
  padding: 0;
  background: var(--white);
  display: block;
}
@media screen and (min-width: 980px) {
  .alerts-container {
    padding: 0 0;
    margin: 0;
  }
}

.mod-alert {
  font-size: 1.4rem;
  padding: 0.75em 30px;
  position: relative;
  z-index: 100;
  text-align: right;
}
@media screen and (min-width: 980px) {
  .mod-alert {
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .mod-alert:last-of-type {
    margin: 0 auto;
  }
}
.mod-alert.dismissed {
  display: none;
}
.mod-alert[data-type=alert] {
  background-color: #8F2200;
  color: var(--white);
}
.mod-alert[data-type=alert] > .alert-wrapper > .content a {
  text-decoration: underline;
  color: var(--white);
}
.mod-alert[data-type=alert] .alert-close:before, .mod-alert[data-type=alert] .alert-close:after {
  background: var(--white);
}
.mod-alert[data-type=notice] {
  background-color: var(--primary-color);
  color: var(--white);
}
.mod-alert[data-type=notice] > .alert-wrapper > .content a {
  text-decoration: underline;
  color: white;
}
.mod-alert.location-alerts {
  z-index: 1;
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .mod-alert.location-alerts {
    margin-left: 0;
    margin-right: 0;
  }
}
.mod-alert.location-alerts .alert-wrapper {
  padding: 1em 0;
  background-color: #a45a2a;
  margin-bottom: 1em;
}
.mod-alert > .alert-wrapper {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .mod-alert > .alert-wrapper {
    text-align: center;
    display: block;
  }
}
.mod-alert > .alert-wrapper > .content {
  margin: 0 auto;
  text-align: left;
  order: 1;
  padding: 0 22px 0 0px;
}
@media screen and (min-width: 980px) {
  .mod-alert > .alert-wrapper > .content {
    display: block;
    text-align: center;
    padding: 0 50px;
  }
}
.mod-alert > .alert-wrapper > .content > *:last-child {
  margin: 0 auto;
}
.mod-alert > .alert-wrapper > .content a {
  text-decoration: underline;
  font-weight: 700;
}
.mod-alert .alert-close {
  order: 2;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.mod-alert .alert-close:before, .mod-alert .alert-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 0%;
  transform: rotate(-45deg);
}
.mod-alert .alert-close:after {
  transform: rotate(45deg);
}
.mod-alert .alert-close:focus, .mod-alert .alert-close:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .mod-alert .alert-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 101;
  }
}

.alert-bell {
  display: none;
  background-color: var(--primary-color);
  color: #fff;
}
.alert-bell button {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5em 0;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
.alert-bell button:after {
  transform: rotate(45deg);
}
.alert-bell button:hover {
  text-decoration: underline currentColor;
}
.alert-bell button:hover:after {
  left: 0;
}

.alerts-container:has(.mod-alert[data-type=alert]) .alert-bell {
  background-color: #8f2200;
}

.location-alerts {
  padding: 0 30px;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
}
.location-alerts .alert {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1525px;
  border-radius: 30px;
  background-color: var(--maine-green);
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
.location-alerts .alert > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px;
}
.location-alerts .alert > .content > * {
  color: white;
  margin-bottom: 0;
  text-align: center;
}

body.nav-menu-open .alerts-container {
  z-index: -1;
}

.event-single .event-header {
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(5.3rem, 10vw, 9.7rem) 30px clamp(4.1rem, 5vw, 5.8rem);
  position: relative;
  background: rgb(0, 59, 92);
  background: linear-gradient(180deg, rgb(0, 59, 92) 64%, rgba(255, 255, 255, 0) 64%);
}
.event-single .event-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4.5rem;
}
@media screen and (min-width: 980px) {
  .event-single .event-header > .content {
    row-gap: 2.5rem;
  }
}
.event-single .event-header > .content .info {
  text-align: center;
}
.event-single .event-header > .content .info .breadcrumbs {
  margin-bottom: 3.7rem;
}
.event-single .event-header > .content .info .breadcrumbs .breadcrumb {
  font-size: 1.4rem;
  color: var(--white);
}
.event-single .event-header > .content .info .f-h1 {
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-weight: 700;
  color: var(--white);
}
.event-single .event-header > .content .photo {
  aspect-ratio: 1000/600;
  width: 100%;
  max-width: 1000px;
  border-radius: 30px;
  overflow: hidden;
}
.event-single .event-header > .content .photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-single .event-content .content-header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr;
}
.event-single .event-content .content-header > .date {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
  color: var(--primary-color);
}
@media screen and (min-width: 980px) {
  .event-single .event-content .content-header > .date {
    text-align: left;
  }
}
.event-single .event-content .content-header .category-and-share {
  margin-bottom: 3.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 3px solid var(--tertiary-color);
}
.event-single .event-content .content-header .category-and-share img:not(.no-filter) {
  filter: brightness(0) saturate(100%) invert(35%) sepia(58%) saturate(574%) hue-rotate(340deg) brightness(101%) contrast(93%);
}
@media screen and (max-width: 979px) {
  .event-single .event-content .content-header .category-and-share {
    flex-direction: column;
    align-items: center;
    row-gap: 3.6rem;
  }
}
@media screen and (min-width: 980px) {
  .event-single .event-content .content-header .category-and-share {
    margin-bottom: 5.2rem;
  }
}
.event-single .event-content .content-header .category-and-share .date-comment {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Qanelas Soft", sans-serif;
}
.event-single .event-content .content-header .category-and-share .date-comment span:after {
  content: "|";
  padding: 0 0.2rem 0 0.5rem;
}
.event-single .event-content .content-header .category-and-share .date-comment span:last-child:after {
  content: none;
}
.event-single .event-content .content-header .category-and-share .category {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  color: var(--secondary-color);
  align-self: center;
}
.event-single .event-content .content-header .category-and-share .share-accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-button {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-button img {
  pointer-events: none;
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-button span {
  pointer-events: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 2rem;
}
@media screen and (max-width: 979px) {
  .event-single .event-content .content-header .category-and-share .share-accordion .share-button span {
    display: none;
  }
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-content {
  width: 0;
  opacity: 0;
  transition: all 0.2s ease;
  padding-left: 2rem;
}
@media screen and (max-width: 979px) {
  .event-single .event-content .content-header .category-and-share .share-accordion .share-content {
    padding-left: 3rem;
  }
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-content ul > li {
  list-style: none;
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-content ul > li a,
.event-single .event-content .content-header .category-and-share .share-accordion .share-content ul > li button {
  font-size: 1.6rem;
  font-weight: var(--regular);
  color: var(--black);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.event-single .event-content .content-header .category-and-share .share-accordion .share-content ul > li a:hover,
.event-single .event-content .content-header .category-and-share .share-accordion .share-content ul > li button:hover {
  text-decoration: underline currentColor;
}
.event-single .event-content .content-header .category-and-share .share-accordion.open .share-content {
  width: 100%;
  opacity: 1;
}
.event-single .event-content .content-body > *:not(section) {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1060px;
}
.event-single .event-content .content-body .wp-block-heading {
  margin-bottom: 1em;
}
.event-single .event-content .content-body .cta-block {
  margin-top: 4em;
}
.event-single .event-nav {
  background-color: #e0f4f4;
  padding: 5.9rem 30px;
}
.event-single .event-nav > .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.event-single .event-nav > .content a {
  border-right: 3px solid #14bbb4;
  padding: 0 2.5rem;
  font-family: "Qanelas Soft", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.event-single .event-nav > .content a:after {
  filter: brightness(0) saturate(100%) invert(66%) sepia(96%) saturate(1845%) hue-rotate(128deg) brightness(88%) contrast(84%);
}
.event-single .event-nav > .content a:first-child:hover:after {
  left: -3px;
}
.event-single .event-nav > .content a:first-child:after {
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}
.event-single .event-nav > .content a:last-child {
  border-right: none;
}

.blog-detail .blog-header {
  padding: 100px 30px 6.5rem;
  background: var(--maine-green);
  margin-bottom: 2em;
}
.blog-detail .blog-header:has(.photo) {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(4, 106, 56) 40%);
}
.blog-detail .blog-header.news {
  background: var(--primary-color);
}
.blog-detail .blog-header.news:has(.photo) {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(0, 59, 92) 40%);
}
.blog-detail .blog-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}
.blog-detail .blog-header > .content .breadcrumbs {
  margin-bottom: 3.4rem;
}
.blog-detail .blog-header > .content .breadcrumbs > * {
  font-size: 1.4rem;
  color: #fff;
}
.blog-detail .blog-header > .content .f-h1 {
  color: #fff;
  font-size: clamp(3rem, 4vw, 4.8rem);
  margin-bottom: 1em;
  text-align: center;
}
.blog-detail .blog-header > .content .photo {
  aspect-ratio: 1000/600;
  border-radius: 30px;
  max-width: 1000px;
  overflow: hidden;
  width: 100%;
}
.blog-detail .blog-header > .content .photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-detail .category-and-share {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
  margin-bottom: 3.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-detail .category-and-share img:not(.no-filter) {
  filter: brightness(0) saturate(100%) invert(35%) sepia(58%) saturate(574%) hue-rotate(340deg) brightness(101%) contrast(93%);
}
@media screen and (max-width: 979px) {
  .blog-detail .category-and-share {
    flex-direction: column;
    align-items: center;
    row-gap: 3.6rem;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail .category-and-share {
    margin-bottom: 5.2rem;
  }
}
.blog-detail .category-and-share .date-comment {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Qanelas Soft", sans-serif;
}
.blog-detail .category-and-share .date-comment span:after {
  content: "|";
  padding: 0 0.2rem 0 0.5rem;
}
.blog-detail .category-and-share .date-comment span:last-child:after {
  content: none;
}
.blog-detail .category-and-share .category {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  color: var(--secondary-color);
  align-self: center;
}
.blog-detail .category-and-share .share-accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-detail .category-and-share .share-accordion .share-button {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
.blog-detail .category-and-share .share-accordion .share-button img {
  pointer-events: none;
}
.blog-detail .category-and-share .share-accordion .share-button span {
  pointer-events: none;
  font-family: "Qanelas Soft", sans-serif;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1.8rem;
}
@media screen and (max-width: 979px) {
  .blog-detail .category-and-share .share-accordion .share-button span {
    display: none;
  }
}
.blog-detail .category-and-share .share-accordion .share-content {
  width: 0;
  opacity: 0;
  transition: all 0.2s ease;
  padding-left: 2rem;
}
@media screen and (max-width: 979px) {
  .blog-detail .category-and-share .share-accordion .share-content {
    padding-left: 0;
  }
}
.blog-detail .category-and-share .share-accordion .share-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
}
.blog-detail .category-and-share .share-accordion .share-content ul > li {
  list-style: none;
}
.blog-detail .category-and-share .share-accordion .share-content ul > li img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(58%) saturate(546%) hue-rotate(340deg) brightness(92%) contrast(98%);
}
.blog-detail .category-and-share .share-accordion .share-content ul > li a,
.blog-detail .category-and-share .share-accordion .share-content ul > li button {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: "Qanelas Soft", sans-serif;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.blog-detail .category-and-share .share-accordion .share-content ul > li a:hover,
.blog-detail .category-and-share .share-accordion .share-content ul > li button:hover {
  text-decoration: underline currentColor;
}
.blog-detail .category-and-share .share-accordion.open .share-content {
  width: 100%;
  padding-left: 3rem;
  opacity: 1;
}
.blog-detail .blog-content {
  padding: 0 30px;
  margin-bottom: 4em;
}
.blog-detail .blog-content > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.blog-detail .blog-content > .content .wp-block-list > li {
  padding-bottom: 0.5em;
  padding-left: 0;
}
.blog-detail .blog-content > .content .wp-block-list:has(li:nth-child(4)) {
  padding-left: 2rem;
}
@media screen and (min-width: 980px) {
  .blog-detail .blog-content > .content .wp-block-list:has(li:nth-child(4)) {
    column-gap: clamp(20px, 5vw, 50px);
    column-count: 2;
  }
}
.blog-detail .blog-content > .content .wp-block-list:has(li:nth-child(4)) li {
  break-inside: avoid;
  text-wrap: pretty;
}
.blog-detail .blog-content > .content .wp-block-image {
  margin: 1em 0;
}
.blog-detail .blog-content > .content .wp-block-image > img {
  aspect-ratio: 1000/475;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.blog-detail .blog-content > .content .wp-block-image .wp-element-caption {
  font-size: 1.8rem;
  font-weight: 700;
}
.blog-detail .similar-articles {
  padding: 5.5rem 30px 8rem;
  background-color: #dfdfdf;
}
.blog-detail .similar-articles > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1460px;
}
.blog-detail .similar-articles > .content .headline {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (max-width: 979px) {
  .blog-detail .similar-articles > .content .splide__track {
    max-width: 345px;
    justify-self: center;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail .similar-articles > .content .splide__track {
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail .similar-articles > .content .splide__track {
    max-width: unset;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail .similar-articles > .content .splide__list.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail .similar-articles > .content .splide__list.container {
    flex-direction: row;
    grid-gap: 2rem;
  }
}
.blog-detail .similar-articles > .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;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 1200px) {
  .blog-detail .similar-articles > .content .splide__list.container .card {
    flex: 0 1 345px;
  }
}
.blog-detail .similar-articles > .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;
}
.blog-detail .similar-articles > .content .splide__list.container .card .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-detail .similar-articles > .content .splide__list.container .card .info {
  padding: 4rem 3.2rem 5.4rem;
}
.blog-detail .similar-articles > .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;
}
.blog-detail .similar-articles > .content .splide__list.container .card .info .f-h3 {
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
}
.blog-detail .similar-articles > .content .splide__list.container .card .info .arrow-lnk:after {
  background-image: url(../template_images/svg-shapes/ico-next-arrow.svg);
}
.blog-detail .similar-articles .slideshow-box {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .blog-detail .similar-articles .slideshow-box {
    max-width: 650px;
    margin: 0 auto;
  }
}
.blog-detail .similar-articles .mobile-controls {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 400/322;
  align-content: center;
  padding: 0 1.9rem;
  z-index: 1;
}
.blog-detail .similar-articles .mobile-controls .arrows {
  justify-content: space-between;
}
.blog-detail .similar-articles .mobile-controls .arrows .splide__arrow {
  height: 2.1rem;
  width: 2.1rem;
}
.blog-detail .similar-articles .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);
}
.blog-detail .similar-articles .splide__pagination:has(li:nth-child(2)) {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}
@media screen and (min-width: 980px) {
  .blog-detail .similar-articles .splide__pagination {
    display: none;
  }
}
.blog-detail .similar-articles .splide__pagination li {
  display: flex;
  height: 1.4rem;
  flex: 0 1 110px;
}
.blog-detail .similar-articles .splide__pagination li button {
  border-radius: 9px;
  height: 1.4rem;
  flex-grow: 1;
  background-color: var(--community-footer);
  transition: background-color 0.2s ease;
}
.blog-detail .similar-articles .splide__pagination li button.is-active {
  background-color: var(--primary-color);
}

#blog-index .blog-index-header {
  padding: 100px 30px 0;
  margin-bottom: 6.4rem;
  background: var(--maine-green);
}
@media screen and (min-width: 980px) {
  #blog-index .blog-index-header {
    background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(4, 106, 56) 40%);
  }
}
#blog-index .blog-index-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content {
    justify-items: center;
  }
}
@media screen and (min-width: 980px) {
  #blog-index .blog-index-header > .content .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#blog-index .blog-index-header > .content .info .headline {
  max-width: 450px;
}
#blog-index .blog-index-header > .content .info .headline .breadcrumbs {
  margin-bottom: 4.2rem;
}
#blog-index .blog-index-header > .content .info .headline .breadcrumbs > * {
  color: white;
}
#blog-index .blog-index-header > .content .info .headline .f-h1 {
  font-size: clamp(3rem, 4vw, 4.8rem);
  color: white;
}
#blog-index .blog-index-header > .content .info .top-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .info .top-articles {
    margin-bottom: 7rem;
  }
}
#blog-index .blog-index-header > .content .info .top-articles .headline {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  color: white;
}
#blog-index .blog-index-header > .content .info .top-articles ul {
  border-left: 1px solid var(--yellow);
  max-width: 250px;
  padding: 1rem 0 1rem 2.5rem;
}
@media screen and (min-width: 980px) {
  #blog-index .blog-index-header > .content .info .top-articles ul {
    max-width: 308px;
  }
}
#blog-index .blog-index-header > .content .info .top-articles ul > li {
  padding-left: 0;
  list-style: none;
  padding-bottom: 1.5rem;
}
#blog-index .blog-index-header > .content .info .top-articles ul > li a {
  font-size: 1.4rem;
  color: white;
  font-weight: 500;
}
#blog-index .blog-index-header > .content .featured-article {
  position: relative;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .featured-article {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.5rem;
    padding-bottom: 3.2rem;
    width: 100%;
  }
  #blog-index .blog-index-header > .content .featured-article:before {
    content: "";
    position: absolute;
    display: block;
    left: -30px;
    width: 100vw;
    bottom: 0;
    top: clamp(0px, 29vw, 200px);
    background-color: var(--primary-color);
    z-index: 0;
  }
}
@media screen and (min-width: 980px) {
  #blog-index .blog-index-header > .content .featured-article {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1250px) {
  #blog-index .blog-index-header > .content .featured-article {
    padding-left: 45px;
    padding-right: 30px;
    margin: unset;
  }
}
#blog-index .blog-index-header > .content .featured-article .photo {
  aspect-ratio: 927/556;
  width: 100%;
  max-width: 927px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .featured-article .photo {
    max-width: 600px;
    justify-self: center;
  }
}
#blog-index .blog-index-header > .content .featured-article .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
#blog-index .blog-index-header > .content .featured-article .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.5rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .featured-article .info {
    max-width: 600px;
    justify-self: center;
  }
}
@media screen and (min-width: 980px) {
  #blog-index .blog-index-header > .content .featured-article .info {
    background: var(--primary-color);
    padding: 5.3rem 6.7rem;
    border-radius: 30px;
    position: relative;
    right: -30px;
    top: 0;
    transform: translateY(-50%);
    width: calc(100% - 60px);
    max-width: 867px;
    text-align: left;
  }
}
@media screen and (min-width: 1250px) {
  #blog-index .blog-index-header > .content .featured-article .info {
    background: var(--primary-color);
    padding: 5.3rem 6.7rem;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;
    text-align: left;
  }
}
#blog-index .blog-index-header > .content .featured-article .info .category {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  color: var(--yellow);
  align-self: flex-start;
}
#blog-index .blog-index-header > .content .featured-article .info .f-h2 {
  color: white;
  font-size: clamp(2.2rem, 2.5vw, 2.4rem);
  margin-bottom: 0;
}
#blog-index .blog-index-header > .content .featured-article .info .excerpt {
  color: white;
}
#blog-index .blog-index-header > .content .featured-article .info .ghost-btn-white {
  width: 182px;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .featured-article .info .ghost-btn-white {
    margin: 0 auto;
  }
}
#blog-index .blog-module-display {
  padding: 0 30px;
}
#blog-index .blog-module-display > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#blog-index .blog-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) {
  #blog-index .blog-module-display > .content .category-filter {
    align-items: flex-start;
    max-width: 1200px;
    justify-self: center;
  }
}
#blog-index .blog-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) {
  #blog-index .blog-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;
  }
}
#blog-index .blog-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;
  filter: brightness(0) saturate(100%) invert(34%) sepia(64%) saturate(614%) hue-rotate(340deg) brightness(98%) contrast(83%);
}
#blog-index .blog-module-display > .content .category-filter .accordion-content {
  padding-left: 0;
  display: none;
}
@media screen and (min-width: 980px) {
  #blog-index .blog-module-display > .content .category-filter .accordion-content {
    display: block !important;
  }
}
#blog-index .blog-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) {
  #blog-index .blog-module-display > .content .category-filter .accordion-content ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    text-align: left;
    justify-content: flex-start;
  }
}
#blog-index .blog-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;
}
#blog-index .blog-module-display > .content .category-filter .accordion-content ul > li.active {
  color: white;
  background-color: #14bbb4;
}
#blog-index .blog-module-display > .content .category-filter.open {
  background-color: white;
}
#blog-index .blog-module-display > .content .article-container {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: grid;
  grid-template-columns: repeat(auto-fit, 430px);
  column-gap: clamp(20px, 5vw, 50px);
  justify-content: center;
  padding-left: 0;
  row-gap: 4.5rem;
}
#blog-index .blog-module-display > .content .article-container.visible {
  opacity: 1;
}
#blog-index .blog-module-display > .content .card {
  display: none;
  max-width: 430px;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--border-gray);
  border-radius: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#blog-index .blog-module-display > .content .card.visible {
  display: flex;
}
@media screen and (min-width: 1200px) {
  #blog-index .blog-module-display > .content .card {
    flex: 0 1 430px;
  }
}
#blog-index .blog-module-display > .content .card .photo {
  width: 100%;
  aspect-ratio: 498/299;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  border: 13px solid white;
  position: relative;
  left: -13px;
  top: -13px;
  box-sizing: content-box;
}
#blog-index .blog-module-display > .content .card .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#blog-index .blog-module-display > .content .card .info {
  padding: 2rem 3.2rem 5.4rem;
}
#blog-index .blog-module-display > .content .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;
}
#blog-index .blog-module-display > .content .card .info .f-h3 {
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
}
#blog-index .blog-module-display > .content .card .info .arrow-lnk {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Qanelas Soft", sans-serif;
}
#blog-index .blog-module-display > .content .card .info .arrow-lnk:after {
  background-image: url(../template_images/svg-shapes/ico-next-arrow.svg);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  place-content: center;
  place-items: center;
  padding: 30px;
  opacity: 0;
  display: block !important;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10000000;
}
.modal[data-open=true] {
  opacity: 1;
  pointer-events: all;
}
.modal > .content {
  width: 100%;
  max-width: 1060px;
  background-color: white;
  position: relative;
}
.modal > .content .close-btn {
  position: absolute;
  top: 3.8rem;
  right: 3.8rem;
  height: 5.1rem;
  width: 5.1rem;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  background-image: url(./../template_images/svg-shapes/ico-close-x.svg);
  background-size: 1.8rem;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(70%) sepia(96%) saturate(4740%) hue-rotate(350deg) brightness(86%) contrast(97%);
}
.modal .video-transcript {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  padding: 0.5em;
}
.modal.account-opening > .content {
  padding: 7rem 3rem 10rem;
  border-radius: 40px;
}
.modal.account-opening > .content .headline {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  row-gap: clamp(2rem, 3vw, 3.8rem);
  justify-items: center;
  margin-bottom: clamp(4rem, 5vw, 5.7rem);
}
.modal.account-opening > .content .headline .icon {
  height: 4.4rem;
  width: 4.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal.account-opening > .content .columns {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  justify-content: center;
  position: relative;
  row-gap: 2em;
}
@media screen and (max-width: 979px) {
  .modal.account-opening > .content .columns .col {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }
  .modal.account-opening > .content .columns .col .f-h3, .modal.account-opening > .content .columns .col p {
    text-align: center;
  }
}
.modal.account-opening > .content .columns .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.1rem;
}
.modal.account-opening > .content .columns .actions a {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 980px) {
  .modal.account-opening > .content .columns {
    grid-template-columns: 317px 317px;
    column-gap: clamp(30px, 10vw, 133px);
  }
  .modal.account-opening > .content .columns:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dfdfdf;
  }
}

.resource-cat-header .resources-search {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  width: 550px;
  max-width: calc(100% - 60px);
}
.resource-cat-header .resources-search .resources-search-box {
  position: relative;
}
.resource-cat-header .resources-search .resources-search-box:before {
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/ico-search.svg) no-repeat;
  background-size: contain;
  top: 18px;
  left: 18px;
  display: block;
  position: absolute;
}
.resource-cat-header .resources-search .resources-search-box input {
  height: 65px;
  width: 100%;
  padding: 0 15px 0 75px;
  background: var(--white);
  color: var(--black);
  border-radius: 20px;
  border: none;
}
.resource-cat-header .resources-search .resources-search-btn {
  width: 180px;
  border-radius: 20px;
  background: var(--dark-green);
  color: var(--white);
  font-size: 1.6rem;
}

.resources-page {
  padding: 0 30px;
  margin-bottom: 4em;
}
.resources-page > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.resources-page .resource-filter {
  text-align: center;
  margin-bottom: 2em;
}
.resources-page .resource-filter h2 {
  margin-bottom: 1em;
}
.resources-page .resource-filter .filter {
  margin: 0;
  display: flex;
  justify-content: center;
  column-gap: 15px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.resources-page .resource-filter .filter button {
  background: var(--background-green);
  color: var(--black);
  padding: 0.5em 1.5em;
  font-weight: 800;
  font-size: 1.6rem;
  border-radius: 20px;
}
.resources-page .resource-filter .filter button.active {
  background: var(--primary-color);
  color: var(--white);
}
.resources-page .resource-tiles {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(20px, 5vw, 60px);
}
@media screen and (min-width: 980px) {
  .resources-page .resource-tiles {
    grid-template-columns: repeat(auto-fit, 425px);
  }
}

* {
  box-sizing: border-box;
}

.step-count {
  text-align: center;
  margin-bottom: 20px;
}
.step-count > span {
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 12px;
  background: rgba(2, 69, 37, 0.1);
  border-radius: 3px;
}
.step-count > span:last-of-type {
  margin-right: 0;
}
.step-count > span.filled {
  background: rgb(2, 69, 37);
}

.calc-step {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
}
.calc-step.step-1 {
  display: block;
}

@media screen and (min-width: 980px) {
  .calc-form {
    float: left;
    width: 40%;
    padding-right: 40px;
  }
}

.calc-results {
  background: #f1efeb;
  color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .calc-results {
    float: right;
    width: 55%;
  }
}

.calc-results-content {
  padding: 30px;
}

.calc-results-content .action {
  text-align: center;
}

.calc-results-content .action a {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 980px) {
  .calc-results-content .action a {
    margin: 0 20px 20px 0;
  }
}

.calc-amount {
  font-size: 80px;
  color: #25777a;
}
.calc-amount span {
  font-size: 45px;
}
@media screen and (max-width: 979px) {
  .calc-amount {
    font-size: 32px;
    font-weight: 700;
  }
  .calc-amount span {
    font-size: 20px;
    font-weight: normal;
  }
}

.calc-amount span {
  font-size: 45px;
}

.calc-additional-info {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 979px) {
  .calc-additional-info {
    font-size: 12px;
    text-align: left;
  }
}

.calc-quick-compare {
  background: #e8e4dd;
}
.calc-quick-compare > button {
  background: #e8e4dd;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #026937;
  text-transform: uppercase;
  width: 100%;
  height: 65px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .calc-quick-compare > button {
    font-size: 12px;
  }
}
.calc-quick-compare > button:before {
  content: "›";
  position: absolute;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  /* position: relative; */
  top: -14px;
  left: 50%;
  font-weight: normal;
  line-height: 0.8;
  transform: translateX(-50%) rotateZ(-90deg);
  width: 30px;
  height: 30px;
  background: #026937;
  border-radius: 100%;
}

.calc-quick-compare > button {
  background: #e8e4dd;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #026937;
  text-transform: uppercase;
  width: 100%;
  height: 65px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .calc-quick-compare > button {
    font-size: 16px;
  }
}

.calc-quick-compare > button:before {
  content: "›";
  position: absolute;
  display: block;
  color: #fff;
  font-size: 1.8em;
  font-weight: 900;
  /* position: relative; */
  top: -14px;
  left: 50%;
  font-weight: normal;
  line-height: 0.8;
  transform: translateX(-50%) rotateZ(-90deg);
  width: 30px;
  height: 30px;
  background: #026937;
  border-radius: 100%;
}

.calc-compare-content {
  background: #e8e4dd;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}

/*
.calc-compare-content:before {
  content: "\203A";
    position: absolute;
    display: block;
    color: #FFF;
    font-size: 1.8em;
    font-weight: 900;
    top: -14px;
    left: 50%;
    font-weight: normal;
    line-height: 0.8;
    transform: translateX(-50%) rotateZ(90deg);
    width: 30px;
    height: 30px;
    background: #026937;
    border-radius: 100%;
}
*/
.auto-calculator {
  padding: 4em 30px;
}

.calc-compare-block {
  padding: 30px;
  overflow: auto;
}

.calc-compare-content table {
  width: 100%;
  text-align: center;
  font-size: 15px;
  border: none;
}
.calc-compare-content table caption {
  display: none;
}
.calc-compare-content table tr th {
  border-bottom: solid 1px #c9c3b8;
  font-weight: 700;
  padding: 0.3em;
}
.calc-compare-content table tr td {
  border-bottom: solid 1px #c9c3b8;
  padding: 0.3em;
}
.calc-compare-content table tr.current td {
  background: #999692;
  color: #fff;
}

.calc-results.js-open .calc-compare-content {
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.close-calc-compare {
  font-size: 18px;
  color: #026937;
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  border: none;
  background: none;
  display: none;
}

.js-open .close-calc-compare {
  display: inline-block;
}

/* CALC HEADER */
.calc-header {
  text-align: center;
  font-size: 18px;
  margin-bottom: 3em;
}

/* CONTINUE SECTION */
.calc-actions {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  .calc-actions {
    padding: 30px;
  }
}
.calc-actions .cta-btn {
  background: #026937;
  border: solid 1px #026937;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0.7em 2em;
  display: inline-block;
}
.calc-actions .cta-btn {
  background: #026937;
  border: solid 1px #026937;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0.7em 2em;
  display: inline-block;
}
.calc-actions .cta-btn[disabled] {
  opacity: 0.3;
}

.calc-actions .cta-btn:after {
  content: "›";
  display: inline-block;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  position: relative;
  top: 3px;
  left: 8px;
  font-weight: normal;
  line-height: 0.1;
}

.calc-actions .cta-btn-ghost {
  background: #fff;
  border: solid 1px #026937;
  font-size: 18px;
  color: #026937;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0.7em 2em;
  display: inline-block;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 980px) {
  .calc-actions .cta-btn-ghost {
    margin: 0 20px 0 0;
  }
}
.calc-actions .cta-btn-ghost:before {
  content: "›";
  display: inline-block;
  color: #026937;
  font-size: 36px;
  font-weight: 900;
  position: relative;
  top: 8px;
  left: -8px;
  font-weight: normal;
  transform: rotateZ(180deg);
  line-height: 0.1;
}

.calc-step .disclosure {
  font-size: 15px;
  font-style: italic;
  text-align: left;
}

/* FORM */
.calc-form label {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.2em;
  display: block;
}

.calc-form input,
select {
  border: solid 1px #026937;
  height: 45px;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 18px;
  color: #232323;
  width: 100%;
  margin-bottom: 1em;
}

.calc-additional-info dl {
  border-bottom: dotted 2px #bcb8b1;
}

.calc-additional-info dt {
  float: left;
  position: relative;
  background: #f1efeb;
  top: 2px;
}

.calc-additional-info dd {
  float: right;
  position: relative;
  background: #f1efeb;
  top: 2px;
}

.calc-budget-results {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  .calc-budget-results {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.calc-budget-info {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 979px) {
  .calc-budget-info {
    order: 2;
  }
}
@media screen and (min-width: 980px) {
  .calc-budget-info {
    margin-right: 30px;
  }
}
.calc-budget-info dl {
  border-bottom: dotted 2px #bcb8b1;
}
.calc-budget-info dt {
  float: left;
  position: relative;
  background: #f1efeb;
  top: 2px;
}
.calc-budget-info dd {
  float: right;
  position: relative;
  background: #f1efeb;
  top: 2px;
}

.calc-budget-info dl {
  border-bottom: dotted 2px #bcb8b1;
}

.calc-budget-info dt {
  float: left;
  position: relative;
  background: #f1efeb;
  top: 2px;
}

.calc-budget-info dd {
  float: right;
  position: relative;
  background: #f1efeb;
  top: 2px;
}

.calc-budget-chart {
  position: relative;
  min-width: 250px;
}
@media screen and (max-width: 979px) {
  .calc-budget-chart {
    order: 1;
  }
}

body.landing .nav-buttons .nav-button, body.landing .nav-buttons .search-button, body.landing .nav-buttons .login-button, body.landing .nav-buttons .location-button {
  display: none;
}
body.landing .landing-page-only {
  display: block;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide .mobile-controls, .splide .splide-controls {
  padding: 1em 30px;
}
.splide .mobile-controls .arrows, .splide .splide-controls .arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
}
.splide .mobile-controls .arrows .splide__arrow, .splide .splide-controls .arrows .splide__arrow {
  background-image: url(../template_images/svg-shapes/white-arrow.svg);
  height: 41px;
  width: 41px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide .mobile-controls .arrows .splide__arrow.splide__arrow--prev, .splide .splide-controls .arrows .splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}
.splide .mobile-controls .arrows .splide__arrow:disabled, .splide .splide-controls .arrows .splide__arrow:disabled {
  opacity: 0.5;
}
.splide .mobile-controls .splide__pagination, .splide .splide-controls .splide__pagination {
  display: flex;
  column-gap: 10px;
  padding-left: 0;
}
.splide .mobile-controls .splide__pagination li button, .splide .splide-controls .splide__pagination li button {
  height: 12px;
  width: 12px;
  border: 1px solid var(--teachers-red-pen);
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.splide .mobile-controls .splide__pagination li button.is-active, .splide .splide-controls .splide__pagination li button.is-active {
  background-color: var(--teachers-red-pen);
}
@media screen and (min-width: 1500px) {
  .splide .mobile-controls {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .splide .splide-controls {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1000px) {
  .splide .splide-controls .arrows {
    justify-content: flex-start;
  }
}

.accordion-container {
  margin-bottom: 0.5em;
  padding: 0 1em;
}
.accordion-container .accordion-button {
  position: relative;
}
.accordion-container .accordion-button:before, .accordion-container .accordion-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px !important;
  top: 50%;
  height: 20px;
  width: 4px;
  background-color: var(--tertiary-color);
  border-radius: 1px;
  transition: transform 0.5s ease !important;
}
.accordion-container .accordion-button:before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-container .accordion-button:after {
  transform: translateY(-50%) rotate(0);
}
.accordion-container .accordion-content {
  padding: 0 0 1em;
}
.accordion-container .accordion-content p {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.accordion-container.active > .accordion-button:after {
  transform: translateY(-50%) rotate(-270deg) !important;
}

/** DEFAULT SPEEDBUMP STYLES **/
.speedbump_back,
.js-email_pop {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
}

.speedbump_pop_inner,
.email_pop_inner {
  display: inline-block;
  max-width: 600px;
  width: 90%;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: top 0.35s ease-in-out;
}
.dg-active .speedbump_pop_inner,
.dg-active .email_pop_inner {
  top: 50%;
}

.speedbump_pop_content,
.email_pop_content {
  background: var(--white);
  border-radius: 20px;
  padding: 4em;
  text-align: left;
}

.speedbump_pop_header,
.email_pop_header {
  margin: 0 auto 0.5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-color);
}

.speedbump_pop_message,
.email_pop_message {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
}
.speedbump_pop_message p:last-child,
.email_pop_message p:last-child {
  margin: 0 auto;
}

.speedbump_pop_btn_ok,
.email_pop_btn_ok {
  margin: 0 auto;
  width: 100%;
}
.speedbump_pop_btn_ok:hover, .speedbump_pop_btn_ok:focus,
.email_pop_btn_ok:hover,
.email_pop_btn_ok:focus {
  color: var(--white);
}

.speedbump_pop_btn_cancel,
.email_pop_btn_cancel {
  margin: 0 auto;
  width: 100%;
}

/** Translation Speedbump Styles **/
.langbump_back {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
}

.langbump_pop_inner {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  transform: translateX(0) translateY(0);
  transition: all 0.35s ease-in-out;
}
.dg-active .langbump_pop_inner {
  top: 0;
}
@media screen and (min-width: 500px) {
  .langbump_pop_inner {
    max-width: 600px;
    width: 90%;
    top: -50%;
    left: 50%;
    height: auto;
    max-height: 90%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.35s ease-in-out;
  }
  .dg-active .langbump_pop_inner {
    top: 50%;
  }
}

.langbump_pop_content {
  background: var(--white);
  border-radius: 5px;
  padding: 1em;
  text-align: left;
  height: 100%;
  overflow-y: auto;
}
@container (min-width: 500px) {
  .langbump_pop_content {
    height: auto;
  }
}
.langbump_pop_content a {
  color: var(--black);
  text-decoration: underline;
}

.langbump_pop_header_lg {
  margin: 0 auto 0.5em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.langbump_pop_message_lg {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
}
.langbump_pop_message_lg p:last-child {
  margin: 0 auto;
}

.langbump_pop_header_sm {
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.langbump_pop_message_sm {
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
}
.langbump_pop_message_sm p:last-child {
  margin: 0 auto;
}

.langbump_pop_btn_ok {
  margin: 0 auto;
  width: 100%;
}

.langbump_pop_btn_cancel {
  margin: 0 auto;
  width: 100%;
}

.speedbump_pop_buttons {
  display: grid;
  grid-template-columns: minmax(0, 320px);
  justify-content: center;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  .speedbump_pop_buttons {
    grid-template-columns: 1fr 1fr;
  }
}

.speedbump_pop_logo {
  background-image: url(../template_images/speedbump-logo.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 29px;
  width: 32px;
  margin-bottom: 1em;
}

.mod-search-results {
  margin: 0 auto 5em;
  padding: 0 30px;
}
.mod-search-results > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 5em;
}
.mod-search-results .results-headline {
  margin: 0 auto 1em;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  text-align: center;
}
.mod-search-results .ruler {
  margin: 0 auto 1.5em;
  display: block;
  height: 6px;
  width: 75px;
  background-color: var(--secondary-color);
}
.mod-search-results .results {
  margin: 0 auto 3em;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}
.mod-search-results .result {
  margin: 0 auto;
  padding: 2.5em 2em;
  display: grid;
  gap: 1em 0;
  width: 100%;
}
.mod-search-results .result:nth-child(odd) {
  background-color: var(--white);
}
.mod-search-results .result:nth-child(even) {
  background-color: var(--background-gray);
}
.mod-search-results .result-title {
  margin: 0;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.4;
  font-size: 2.2rem;
}
.mod-search-results .result-description {
  margin: 0;
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
  font-size: 1.8rem;
}
.mod-search-results .result-description > *:last-child {
  margin: 0;
}
.mod-search-results .result-action {
  margin: 0;
}

.navigation.pagination {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  width: 100%;
}
.navigation.pagination .nav-links {
  display: flex;
  gap: 0.5em 0.5em;
  justify-content: center;
  font-size: 2rem;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 0.5em;
  color: var(--black);
  font-weight: 500;
}
.navigation.pagination .nav-links a {
  font-size: 2rem;
  color: var(--black);
  text-decoration: underline;
  font-weight: 500;
}

#fourohfour {
  padding: 0 30px;
  position: static;
}
#fourohfour:before {
  content: "";
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../template_images/404_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#fourohfour > .content {
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin: 0 auto;
  padding: 2em 0;
}
#fourohfour > .content .info {
  margin: 2em 0;
  text-align: center;
  position: relative;
}
#fourohfour > .content .info .big-title {
  font-size: 30rem;
  font-family: "Amatic SC", serif;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  #fourohfour > .content .info .big-title {
    font-size: 10rem;
  }
}
#fourohfour > .content .info .copy {
  color: #fff;
  max-width: 626px;
  margin: 0 auto 1.5em;
  font-size: 1.8rem;
}
#fourohfour > .content .info .subtitle {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 700;
  font-family: "Ridley Grotesk", sans-serif;
  color: #fff;
  margin-bottom: 0.5em;
}
#fourohfour > .content .info .actions {
  display: grid;
  grid-gap: 1em;
  justify-content: center;
  grid-template-columns: 1fr;
  justify-items: center;
}
#fourohfour > .content .info .actions a {
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #fff;
  max-width: 200px;
}
@media screen and (min-width: 980px) {
  #fourohfour > .content .info .actions {
    grid-template-columns: repeat(auto-fit, 200px);
  }
  #fourohfour > .content .info .actions a {
    width: 100%;
    max-width: 200px;
  }
}

html {
  scroll-behavior: smooth;
}

body.admin-bar {
  padding-top: 46px;
}
@media screen and (min-width: 980px) {
  body.admin-bar {
    padding-top: 32px;
  }
}

section,
div {
  scroll-margin-top: 70px;
}
@media screen and (min-width: 980px) {
  section,
  div {
    scroll-margin-top: 157px;
  }
}

.mobile-only {
  display: block !important;
}
@media screen and (min-width: 980px) {
  .mobile-only {
    display: none !important;
  }
}

main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > p,
main > ul,
main > figure {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 2em;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1000px;
}
main > ul {
  padding-left: 3em;
}
@media screen and (min-width: 980px) {
  main > ul:has(li:nth-child(4)) {
    column-count: 2;
    column-gap: clamp(3rem, 5vw, 5rem);
  }
}

.clear {
  clear: both;
}

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 2em 0;
}

.relative {
  position: relative;
}

span[role=button],
.linkbox {
  cursor: pointer;
}

main a:not([class]),
main a[class=speedbump],
main a[class=""],
main a[class=email_bump] {
  color: var(--black);
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-caps {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase !important;
}

body.home {
  position: relative;
}
body.home:after {
  content: "";
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  aspect-ratio: 1920/431;
  background-image: url(../template_images/MSCU_Treeline_Light.png.png);
  z-index: -10000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 979px) {
  body.home:after {
    aspect-ratio: 430/360;
    background-size: cover;
  }
}

body:not(.home) footer {
  position: relative;
}
body:not(.home) footer:after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1920/431;
  background-image: url(../template_images/MSCU_Treeline_Light.png.png);
  z-index: -10000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 979px) {
  body:not(.home) footer:after {
    aspect-ratio: 430/360;
    background-size: cover;
  }
}

@media screen and (min-width: 980px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  .desktop-only {
    display: none !important;
  }
}
/*# sourceMappingURL=layout.min.css.map */
