.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: 1000px;
  margin: 0 auto;
}

.block-max-wrap-small > .content {
  max-width: 1000px !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: 1425px;
  margin: 0 auto;
}

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

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

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

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: "Soleil", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
}

p {
  font-family: "Soleil", 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;
}

ul li {
  break-inside: avoid;
  list-style-image: url("../htmlTemplates/images/ico-list-arrow-green.svg");
}

.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 currentColor;
  transition: text-decoration 0.2s ease;
}
a:hover, a:focus {
  text-decoration: underline currentColor;
}

.content {
  font-family: "Soleil", 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: "Soleil", sans-serif;
  color: var(--maryland-midnight);
}

.f-h2,
h2:not([class]) {
  line-height: 1.2;
  font-family: "Soleil", sans-serif;
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: 700;
  color: #002d3a;
}

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

.f-h4,
h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Soleil", 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: "Soleil", 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: "Soleil", 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;
}

/*! 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;
}

header {
  position: relative;
  z-index: 100;
  height: 120px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 980px) {
  header {
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }
}
header .mobile-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.4rem 0.4rem 0.4rem;
  margin: 0 0 0.6rem 0;
  gap: 0.4rem;
}
header .mobile-options a, header .mobile-options span {
  cursor: pointer;
  background-color: #EEEEEE;
  text-align: center;
  font-size: 1.5rem;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.67rem;
}
header .header-container {
  width: 100%;
  max-width: 1425px;
  margin: 0 auto;
  max-width: 1400px;
  z-index: 99;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  header .header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: end;
    gap: clamp(2rem, 5vw, 7rem);
    height: 100px;
  }
}
header .header-container .logo {
  order: 1;
  max-height: 60px;
  height: 100%;
  aspect-ratio: 158/60;
}
@media screen and (min-width: 980px) {
  header .header-container .logo {
    align-self: flex-start;
    justify-self: flex-start;
    max-height: 65px;
    aspect-ratio: 173/64;
    order: 0;
  }
}
header .header-container .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: none;
  transition: filter 0.4s ease;
}
header .header-container #menu-nav span {
  pointer-events: none;
}
header .header-container #menu-nav span img {
  pointer-events: none;
}
header .header-container #menu-nav .mobile-menu-open {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("./../images/ico-mobile-menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
header .header-container #menu-nav.active .mobile-menu-open {
  background-image: url("./../images/ico-close-black.svg");
}
header .header-container #menu-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  width: 69px;
  border-radius: 6px;
  background-color: #00A651;
  order: 2;
  justify-self: end;
  transition: background-color 0.2s ease;
}
header .header-container #menu-login:hover {
  background-color: #009246;
}
@media screen and (min-width: 980px) {
  header .header-container #menu-login {
    border-radius: 10px;
    height: 100px;
    width: 111px;
    aspect-ratio: 111/100;
  }
}
header .header-container #menu-login span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Soleil", sans-serif;
}
@media screen and (max-width: 979px) {
  header .header-container #menu-login span {
    font-size: 1.6rem;
  }
}
header .header-container button {
  font-family: "Soleil", sans-serif;
  font-size: 1.6rem;
  color: #002d3a;
  text-decoration: underline transparent;
}
header .header-container button:hover {
  text-decoration: underline currentColor;
}
header .header-container button.login-button {
  font-weight: 600;
  text-transform: uppercase;
}
header .header-container img {
  transition: filter 0.4s ease;
}
.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: #002d3a;
  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%;
}
header .header-container .nav-buttons .nav-button:hover {
  background-color: rgb(0, 5.4310344828, 7);
  border-color: #002d3a;
}
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;
}
.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;
}
@media screen and (max-width: 979px) {
  header .show-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  header .show-mobile {
    display: none !important;
  }
}

.dropdown-root:not(.active) .dropdown-menu {
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: clip-path 0.25s ease-in-out, height 0.25s ease-in-out, padding 0.25s ease-in-out;
}
@media screen and (max-width: 979px) {
  .dropdown-root:not(.active) .dropdown-menu {
    height: 0vh;
    padding: 0 0 0 7.4rem !important;
  }
}

.dropdown-root.active .dropdown-menu {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 0.25s ease-in-out, height 0.25s ease-in-out;
}
@media screen and (max-width: 979px) {
  .dropdown-root.active .dropdown-menu {
    height: 100vh;
  }
}

header #menu-nav {
  background-color: white;
  transition: clip-path 0.4s ease;
  width: 100%;
  max-width: 874px;
  margin: 0;
}
@media screen and (min-width: 980px) {
  header #menu-nav .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  header #menu-nav .show-desktop {
    display: none;
  }
}
header #menu-nav.active .content {
  display: grid;
}
header #menu-nav .content {
  width: 100%;
  max-width: 1425px;
  margin: 0 auto;
  top: 100px;
  width: 100vw;
  margin: 0 0 0 -30px;
  background: #fff;
}
@media screen and (max-width: 979px) {
  header #menu-nav .content {
    position: absolute;
    top: 100%;
    display: none;
  }
}
@media screen and (min-width: 980px) {
  header #menu-nav .content {
    width: 100%;
    height: 100%;
    gap: 2rem;
    margin: 0;
    display: grid;
    top: 0;
    background: none;
    border-bottom: none;
  }
}
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 .sub-nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 4rem);
  order: 2;
  padding: 0 4.8rem;
  align-items: center;
  margin: 0 0 10.9rem;
}
header #menu-nav .content .sub-nav a {
  list-style: none;
  text-decoration: none;
  color: #909394;
  font-weight: 300;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  transition: color ease 0.1s, font-weight ease 0.1s;
  text-align: right;
}
header #menu-nav .content .sub-nav a:hover {
  color: #1D2E3F;
  font-weight: 400;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .sub-nav {
    order: 1;
    justify-content: end;
    flex-wrap: nowrap;
    margin: 0;
    align-items: unset;
    padding: 0;
  }
}
header #menu-nav .content .main-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.56rem;
  flex-direction: column;
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .main-nav {
    order: 1;
  }
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav {
    order: 2;
    flex-direction: row;
    margin: 0;
  }
}
header #menu-nav .content .main-nav.lp-style {
  display: flex;
  justify-content: end;
  gap: 6.3rem;
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .main-nav.lp-style {
    gap: 0;
  }
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .main-nav > .dropdown-root {
    padding: 0 4.26rem;
    border-bottom: 1px solid #DFE8EC;
    line-height: 1;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
}
header #menu-nav .content .main-nav > .dropdown-root > a {
  font-family: "Soleil", sans-serif;
  font-weight: 800;
  color: #002d3a;
  margin: 0;
  display: block;
  position: relative;
  width: max-content;
  text-decoration: none;
  font-size: 2.4rem;
  pointer-events: none;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > .dropdown-root > a {
    font-size: clamp(1.4rem, 2vw, 2rem);
    align-items: center;
    justify-content: unset;
    pointer-events: all;
  }
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .main-nav > .dropdown-root a {
    display: flex;
    align-items: center;
    min-height: 64px;
  }
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu {
  top: 100%;
  position: relative;
  padding: 3.4rem 5.3rem 5.9rem 7.4rem;
  background: #f3f3f3;
  margin: 0 0 0 -4.26rem;
  top: 0;
  width: 100vw;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu {
    width: calc(100vw + 60px);
    background: #fff;
    position: absolute;
    left: 0;
    top: unset;
  }
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad {
  max-width: 1400px;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 9.9rem 30px 10.1rem;
  }
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad > * {
    border-right: 2px solid #E2E2E3;
  }
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad > *:last-child {
    border: none;
  }
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2.1rem;
  padding: 0 4rem 0 0;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li.category-head {
  display: grid;
  gap: 1.6rem;
  font-family: "Soleil", sans-serif;
  grid-template-columns: 1fr;
  grid-template-columns: auto auto;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li.category-head span {
  font-weight: 700;
  font-size: 2.4rem;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li.category-head img {
  height: 33px;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li.category-head a {
  grid-row: 2;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li.category-head a.overview-cta:hover {
  text-decoration: underline 2px #00A651;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li.category-head:has(img) {
  display: grid;
  grid-template-columns: 30px 1fr;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li.category-head:has(img) a {
  grid-column: 2;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .nav-category li a {
  font-weight: 300;
  font-size: 1.6rem;
  color: #77787B;
  text-decoration: underline;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .primary-links {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.68rem;
  margin: 0 0 6.15rem;
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .primary-links {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .primary-links {
    margin: 0;
    padding: 0 4rem;
  }
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .primary-links li a.arrow-lnk {
  font-family: "Soleil", sans-serif;
  font-size: 2rem;
  text-decoration: none !important;
  font-weight: 400;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .primary-links li a.arrow-lnk img {
  position: relative;
  padding-left: 0.7rem;
  position: relative;
  left: 0;
  transition: transform 0.2s ease, left 0.2s ease;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .additional-links {
  font-family: "Soleil", sans-serif;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .additional-links {
    padding: 0 0 0 4rem;
  }
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .additional-links p {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2.28rem;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .additional-links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 0rem 4rem;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .additional-links ul {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 2rem 2.8rem;
    grid-template-columns: 1fr;
  }
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .additional-links ul li a {
  list-style: none;
  font-weight: 300;
  color: #49535D;
  position: relative;
  text-decoration: none;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu .dropdown-pad .additional-links ul li a:hover {
  text-decoration: underline 2px #00A651;
}
header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu {
  left: 0;
}
@media screen and (min-width: 980px) {
  header #menu-nav .content .main-nav > .dropdown-root .dropdown-menu {
    width: calc(100vw + 60px);
  }
}
header #menu-nav .content .main-nav:has(.dropdown-root .active) .dropdown-root:not(:has(.active)) > a {
  opacity: 0.25;
}
@media screen and (max-width: 979px) {
  header #menu-nav .content .secondary-nav {
    padding-top: 2em;
  }
}
header #menu-nav .content .secondary-nav a {
  color: #909394;
  font-family: "Soleil", 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: 10px;
}
@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 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 60px;
  }
}
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: "Soleil", sans-serif;
  text-decoration: underline;
  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: #002d3a;
    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: "Soleil", sans-serif !important;
    text-transform: uppercase;
  }
  header .accordion-container.active .accordion-button:after {
    transform: translateY(-50%) rotate(-270deg) !important;
  }
}

.body:not(.search-open) section.search {
  visibility: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: visibility 0.01s linear 0.26s, clip-path 0.25s ease-in-out 0.01s;
}
.body:not(.search-open) section.search .dropdown-menu {
  height: 0;
  width: 0;
}

.body.search-open section.search {
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% + 12px), 0% calc(100% + 12px));
  transition: visibility 0.01s linear, clip-path 0.25s ease-in-out 0.01s;
}
.body.search-open section.search .dropdown-menu {
  height: 100%;
  width: 100%;
}

#menu-search {
  cursor: pointer;
}
#menu-search.open span {
  background-image: url("../htmlTemplates/images/ico-close.svg");
}
#menu-search span {
  height: 23px;
  width: 23px;
  display: block;
  background-image: url("../htmlTemplates/images/ico-search.svg");
  background-size: cover;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
#menu-search.open span {
  background-image: url("../htmlTemplates/images/ico-close.svg");
  background-size: cover;
}

.js-search-button:hover span {
  transform: scale(1.15);
}

section.search {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  visibility: hidden;
}
@media screen and (min-width: 980px) {
  section.search {
    bottom: 0;
  }
}

body.search-open section.search {
  visibility: visible;
}
body.search-open section.search .dropdown-menu {
  visibility: visible;
  width: 100%;
  height: auto;
  top: 100%;
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
body.search-open section.search .dropdown-menu .js-search-button {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 18.1px;
  right: 24.9px;
  background-image: url("../htmlTemplates/images/ico-close-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
body.search-open section.search .dropdown-menu .js-search-button img {
  pointer-events: none;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu {
    margin: 0 0 0 -4.26rem;
    width: calc(100vw + 60px);
    background: #f3f3f3;
  }
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu {
    background: #fff;
    position: absolute;
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad {
  padding: 5rem 30px 6.64rem;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad {
    max-width: 870px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12.6rem 30px 16.2rem;
  }
  body.search-open section.search .dropdown-menu .dropdown-pad > * {
    border-right: 2px solid #E2E2E3;
  }
  body.search-open section.search .dropdown-menu .dropdown-pad > *:last-child {
    border: none;
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .search-menu {
    padding: 0 9.07rem 0 0;
  }
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .search-menu {
    align-items: start;
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu .search-heading {
  font-size: 2.6rem;
  color: #1D2E3F;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .search-menu .search-heading {
    font-size: 3rem;
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form {
  width: 100%;
  margin: 0 0 3.7rem;
  max-width: 364px;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form {
    margin: 0 0 4rem;
    max-width: 100%;
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1D2E3F;
  margin: 0 0 5.28rem;
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form input::placeholder {
  color: #1D2E3F;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form input {
    margin: 0 0 2.2rem;
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form button.search-button {
  border: 2px solid #00A651;
  border-radius: 10px;
  padding: 9px 20px;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  width: 112px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0s ease !important;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form button.search-button {
    justify-self: end;
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form button.search-button:after {
  content: "";
  position: relative;
  display: block;
  background-size: cover;
  background-image: url("../htmlTemplates/images/splide-arrows-black.svg");
  height: 10.46px;
  width: 6.3px;
  left: 0;
  top: 0.5px;
  transition: transform 0.2s ease, left 0.2s ease;
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form button.search-button:hover {
  text-decoration: none;
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu form button.search-button:hover:after {
  left: 3px;
}
body.search-open section.search .dropdown-menu .dropdown-pad .search-menu .routing {
  margin-bottom: 5.2rem;
}
body.search-open section.search .dropdown-menu .dropdown-pad .additional-links {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 4.07rem;
}
body.search-open section.search .dropdown-menu .dropdown-pad .additional-links .additional-links-heading {
  font-weight: 700;
  font-family: "Soleil", sans-serif;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .additional-links .additional-links-heading {
    font-size: 1.8rem;
  }
}
body.search-open section.search .dropdown-menu .dropdown-pad .additional-links .additional-links-links {
  display: grid;
  gap: 1.98rem;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
}
body.search-open section.search .dropdown-menu .dropdown-pad .additional-links .additional-links-links li {
  list-style: none;
}
body.search-open section.search .dropdown-menu .dropdown-pad .additional-links .additional-links-links li a {
  font-family: "Soleil", sans-serif;
  font-size: 1.8rem;
  list-style: none;
}
body.search-open section.search .dropdown-menu .dropdown-pad .additional-links .additional-links-links li a:hover {
  text-decoration: underline 2px #00A651;
}
@media screen and (min-width: 980px) {
  body.search-open section.search .dropdown-menu .dropdown-pad .additional-links .additional-links-links {
    grid-template-columns: 1fr;
  }
}

#menu-login {
  cursor: pointer;
  position: relative;
}
#menu-login .login-menu-closed {
  content: "Log In";
}
#menu-login.open .login-menu-open {
  color: transparent;
  font-size: 0;
  display: inline-block;
  background-image: url("./../images/ico-close-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
}
#menu-login span,
#menu-login img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
  pointer-events: none;
}
#menu-login span {
  opacity: 1;
  visibility: visible;
  text-align: center;
}
#menu-login img {
  opacity: 0;
  visibility: hidden;
  height: 23px;
  aspect-ratio: 1;
}

section.login {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  visibility: hidden;
}
@media screen and (min-width: 980px) {
  section.login {
    bottom: 0;
  }
}

body.login-open section.login {
  visibility: visible;
}
body.login-open section.login > .dropdown-menu {
  visibility: visible;
  width: 100%;
  height: auto;
  top: 100%;
  position: static;
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu {
    width: 100vw;
    background: #f3f3f3;
  }
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu {
    background: #fff;
    position: absolute;
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
body.login-open section.login > .dropdown-menu .dropdown-pad {
  padding: 3rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 4.85rem;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad {
    flex-direction: row;
    max-width: 966.57px;
    margin: 0 auto;
    padding: 4.29rem 30px 6.58rem;
    gap: clamp(7.3rem, 8vw, 11.05rem);
  }
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: static;
  top: -20px;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu {
    position: relative;
  }
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu {
    align-items: start;
  }
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu .login-heading {
  margin-bottom: 4.63rem;
  font-size: 2.6rem;
  color: #1D2E3F;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu .login-heading {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form {
  width: 100%;
  margin: 0 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.85rem;
  max-width: 364px;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form {
    margin-bottom: 2.45rem;
    max-width: 100%;
  }
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1D2E3F;
  margin: 0 0 2.2rem;
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form input::placeholder {
  color: #1D2E3F;
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form input.username {
  margin-bottom: 5.05rem;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form input.username {
    margin-bottom: 6rem;
  }
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form input.password {
  margin-bottom: 4rem;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form input.password {
    margin-bottom: 2rem;
  }
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form button {
  border: 2px solid #00A651;
  border-radius: 10px;
  padding: 11px 9px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.52rem;
  width: 112px;
  transition: none;
}
body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form button:after {
  content: "";
  position: relative;
  display: block;
  background-size: cover;
  background-image: url("../htmlTemplates/images/splide-arrows-black.svg");
  height: 10.46px;
  width: 6.3px;
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu form button {
    align-self: end;
  }
}
@media screen and (min-width: 980px) {
  body.login-open section.login > .dropdown-menu .dropdown-pad .login-menu .enroll {
    align-self: start;
  }
}

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

ul li {
  list-style: none;
}

footer {
  width: 100%;
  background-color: #1D2E3F;
}
footer .content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
footer .content ul {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
footer .content li,
footer .content span,
footer .content a {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Soleil", sans-serif;
}
@media screen and (min-width: 980px) {
  footer .content {
    grid-template-columns: 36% 1fr;
  }
}
footer .content .footer-left {
  display: grid;
  position: relative;
  grid-template-areas: "a";
  background-image: url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg");
  background-position: bottom left, bottom 111px left, bottom 222px left;
  /* Adjust second one */
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
}
@media screen and (min-width: 980px) {
  footer .content .footer-left {
    grid-template-areas: ". a" "b b";
    grid-template-columns: 1fr max-content;
    grid-template-rows: 1fr 58px;
  }
}
footer .content .footer-left .footer-main {
  padding: 5.59rem 3rem;
  background-color: #fff;
  border: none;
  grid-area: a;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
  height: 369px;
  z-index: 3;
  max-width: unset;
}
@media screen and (min-width: 980px) {
  footer .content .footer-left .footer-main {
    height: 100%;
    padding: 0 3.05rem;
    justify-content: center;
    max-width: 349px;
  }
}
footer .content .footer-left .footer-main .logo {
  aspect-ratio: 172/64;
  height: 64.47px;
  width: 172.89px;
}
footer .content .footer-left .footer-main .social-bugs {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer .content .footer-left .footer-main .social-bugs.lp-style .bug:after {
  display: none;
}
footer .content .footer-left .footer-main .social-bugs .bug {
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #1D2E3F;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
footer .content .footer-left .footer-main .social-bugs .bug::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../htmlTemplates/images/wave_blue.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom left;
  transition: bottom 0.4s ease;
  z-index: 0;
}
footer .content .footer-left .footer-main .social-bugs .bug:hover::after {
  bottom: 0;
  transition: bottom 0.4s ease;
  height: 66%;
  filter: brightness(1.3);
}
footer .content .footer-left .footer-main .social-bugs .bug img {
  max-height: 36px;
  max-width: 37px;
  z-index: 3;
}
footer .content .footer-left .footer-main .legal-bugs {
  display: flex;
  justify-content: center;
  gap: 2.7rem;
}
footer .content .footer-left .footer-main .legal-bugs .bug {
  list-style: none;
}
footer .content .footer-left .footer-main .legal-bugs img {
  height: 28px;
}
footer .content .footer-left .green {
  grid-area: b;
  height: 58px;
  background-color: #00A651;
  display: none;
}
@media screen and (min-width: 980px) {
  footer .content .footer-left .green {
    display: block;
  }
}
footer .content .footer-right {
  display: grid;
  grid-template-areas: "a" "b" "c" "d";
}
@media screen and (max-width: 979px) {
  footer .content .footer-right {
    padding: 3.68rem 0 0;
    background-image: url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg"), url("../htmlTemplates/images/wave_blue.svg");
    background-position: bottom left, bottom 111px left, bottom 222px left, bottom 333px left, bottom 444px left, bottom 555px left, bottom 666px left, bottom 777px left;
    background-repeat: repeat-x, repeat-x, repeat-x, repeat-x, repeat-x, repeat-x, repeat-x, repeat-x;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto;
  }
}
@media screen and (min-width: 980px) {
  footer .content .footer-right {
    grid-template-areas: "a b c" "d d d";
    grid-template-columns: max-content min-content 1fr;
  }
}
footer .content .footer-right > * {
  display: flex;
  flex-direction: column;
  border: none;
  margin: 0 auto;
  min-width: 57.4%;
}
@media screen and (min-width: 980px) {
  footer .content .footer-right > * {
    margin: 119.5px 0 108px;
    border-right: 1px solid #B4F5D7;
    border-bottom: none;
  }
}
footer .content .footer-right .footer-links {
  grid-area: a;
  padding: 0;
}
@media screen and (max-width: 979px) {
  footer .content .footer-right .footer-links {
    margin-bottom: 4.4rem;
  }
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .footer-links {
    padding: 0 4rem 0 8.8rem;
  }
}
footer .content .footer-right .footer-links ul.show-mobile {
  margin-bottom: 8.8rem;
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .footer-links ul.show-mobile {
    display: none;
  }
}
footer .content .footer-right .footer-links ul.show-mobile li {
  list-style-image: none;
}
footer .content .footer-right .footer-links ul {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  flex-direction: column;
  list-style: none;
}
footer .content .footer-right .footer-links ul .link {
  list-style: none;
  list-style-image: none;
}
footer .content .footer-right .footer-links ul .link a {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}
footer .content .footer-right .footer-links ul .link a:hover {
  text-decoration: underline currentColor;
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .footer-links ul {
    align-items: start;
  }
}
footer .content .footer-right .footer-info {
  grid-area: b;
  align-items: center;
  width: fit-content;
  padding: 0 0 3.8rem;
}
@media screen and (max-width: 979px) {
  footer .content .footer-right .footer-info {
    margin-bottom: 4.46rem;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .footer-info {
    padding: 0 6.5rem;
  }
}
footer .content .footer-right .footer-info ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0 0 4.65rem;
  align-items: center;
}
@media screen and (max-width: 979px) {
  footer .content .footer-right .footer-info ul {
    margin: 0;
  }
}
footer .content .footer-right .footer-info ul li {
  font-weight: 400;
  list-style: none;
}
footer .content .footer-right .footer-info ul li.sum {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 979px) {
  footer .content .footer-right .footer-info ul li.sum {
    background-color: #1D2E3F;
    border: 1px solid #B4F5D7;
    padding: 4.4rem 3.5rem 3.9rem;
    border-radius: 5px;
    align-items: start;
  }
}
footer .content .footer-right .footer-info ul li.sum a:after {
  position: absolute;
  right: -42px;
  left: unset;
  transition: transform 0.2s ease, right 0.2s ease;
}
footer .content .footer-right .footer-info ul li.sum a:hover:after {
  right: -45px;
  left: unset;
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .footer-info ul {
    align-items: start;
  }
}
footer .content .footer-right .footer-info ul .show-desktop {
  display: block;
}
@media screen and (max-width: 979px) {
  footer .content .footer-right .footer-info ul .show-desktop {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .footer-info {
    align-items: start;
  }
}
footer .content .footer-right .footer-info .actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
footer .content .footer-right .footer-app {
  grid-area: c;
  align-items: start;
  width: fit-content;
  border: none;
  gap: 1rem;
  padding: 0 0 4.93rem;
  align-items: center;
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .footer-app {
    padding: 0 0 0 5.52rem;
  }
}
footer .content .footer-right .footer-app .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6rem;
}
footer .content .footer-right .footer-app .actions > a {
  border: 2px solid #B4F5D7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding: 0.6rem 1rem;
  width: 20.7rem;
}
footer .content .footer-right .copyright {
  grid-column: span 3;
  background-color: #fff;
  grid-area: d;
  height: 58px;
  padding: 0 30px 0 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26.9px;
}
@media screen and (min-width: 980px) {
  footer .content .footer-right .copyright {
    justify-content: start;
    padding-left: 8rem;
  }
}
footer .content .footer-right .copyright div.show-mobile {
  height: 100%;
  width: 83px;
  background-color: #00A651;
  position: relative;
}
footer .content .footer-right .copyright div.show-mobile:before {
  content: "";
  position: absolute;
  top: -34px;
  width: 100%;
  left: 0;
  height: 45px;
  aspect-ratio: 83/45;
  background-image: url(../htmlTemplates/images/bcu-badge-mobile.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
footer .content .footer-right .copyright div.show-mobile.lp-styles:before {
  background-image: url("https://brotherhoodcu.org/assets/1757012866-bcubadgemobile.svg");
}
footer .content .footer-right .copyright p {
  margin: 0;
  color: #1D2E3F;
  font-size: 1.2rem;
  font-weight: regular;
}

.feature {
  --opacity: 0.35;
  width: 100%;
  aspect-ratio: 1920/877;
  max-height: 800px;
  min-height: 440px;
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 980px) {
  .feature {
    padding-top: 10rem;
  }
}
.feature > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
.feature > .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 > .content .photo {
    mask-size: 100% 100%;
  }
}
.feature > .content .photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: var(--opacity, 0.35);
}
.feature > .content .photo img,
.feature > .content .photo video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.feature > .content .info {
  width: 100%;
  max-width: 900px;
  display: grid;
  justify-items: center;
}
.feature > .content .info .f-h1,
.feature > .content .info .copy {
  color: #fff;
  font-family: "Soleil", sans-serif;
  text-align: center;
}
.feature > .content .info .f-h1 {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  margin-bottom: 1.4rem;
  line-height: 1;
}
.feature > .content .info .copy {
  font-size: 1.8rem;
  max-width: 600px;
  margin-bottom: 1.5em;
  width: 66vw;
}

.arrow-lnk, .arrow-lnk-green, .arrow-lnk-white {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  column-gap: 1rem;
  font-family: "Soleil", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none !important;
}
.arrow-lnk:after, .arrow-lnk-green:after, .arrow-lnk-white:after {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  display: block;
  background-image: url("./../images/ico-link-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, .arrow-lnk-green:hover:after, .arrow-lnk-white:hover:after {
  left: 3px;
  background-image: url("./../images/ico-green-arrow_on.svg");
}

.arrow-lnk-white:after {
  background-image: url("../htmlTemplates/images/ico-link-arrow-white.svg");
}

.arrow-lnk-green:after {
  background-image: url("./../images/ico-link-arrow-green.svg");
}
.arrow-lnk-green.lp-styles:after {
  background-image: url("https://brotherhoodcu.org/assets/1757012557-icolinkarrowgreen.svg");
}

.cta-btn, .cta-ghost, .cta-secondary {
  font-family: "Soleil", sans-serif;
  margin: 0;
  padding: 0.5em 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00A651;
  border-radius: 8px;
  border-style: solid;
  min-width: 206px;
  color: #1D2E3F;
  position: relative;
  text-align: center;
  font-family: "Soleil", sans-serif;
  gap: 1.5rem;
  text-decoration: none;
}
.cta-btn:after, .cta-ghost:after, .cta-secondary:after {
  content: "";
  height: 18px;
  width: 9px;
  display: block;
  background-image: url("../htmlTemplates/images/ico-arrow-cta.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: -0.5px;
  transition: transform 0.2s ease, left 0.2s ease;
}
.cta-btn.lp-styles:after, .lp-styles.cta-ghost:after, .lp-styles.cta-secondary:after {
  background-image: url("https://brotherhoodcu.org/assets/1757011553-icoarrowcta.svg");
}
.cta-btn:hover, .cta-ghost:hover, .cta-secondary:hover {
  text-decoration: none;
}
.cta-btn:hover:after, .cta-ghost:hover:after, .cta-secondary:hover:after {
  left: 3px;
}

.cta-app {
  border: 2px solid #B4F5D7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding: 0.6rem 1rem;
  width: 20.7rem;
}
.cta-app img {
  transition: scale 0.2s ease;
  scale: 1;
}
.cta-app:hover img {
  scale: 1.05;
  transition: scale 0.2s ease;
}

.cta-secondary {
  background-color: #B4F5D7;
  border-color: #B4F5D7;
  text-decoration: none;
}
.cta-secondary:hover {
  text-decoration: none;
}

.cta-ghost {
  border-color: #B4F5D7;
  color: #fff;
}
.cta-ghost:after {
  background-image: url("../htmlTemplates/images/ico-arrow-cta-green.svg");
  transform: rotate(180deg);
}

.cta-btn-white {
  color: var(--primary-color);
  border-color: var(--tertiary-color);
  background-color: var(--white);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cta-btn-white: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;
}
.cta-btn-white:focus, .cta-btn-white:hover, .cta-btn-white.hovered {
  color: var(--white);
  background-color: rgba(var(--primary-color), 0);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cta-btn-white:focus:before, .cta-btn-white:hover:before, .cta-btn-white.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 {
  display: block;
  color: transparent;
  background: url("../template_images/") no-repeat center/25px 30px;
  height: 30px;
  width: 25px;
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
  filter: invert(1);
}
.apple-btn .text {
  visibility: hidden;
}
.apple-btn:hover {
  transform: scale(1.1);
}

.google-btn {
  display: block;
  color: transparent;
  background: url("../images/ico-android.svg") no-repeat center/25px 30px;
  height: 30px;
  width: 25px;
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.google-btn .text {
  visibility: hidden;
}
.google-btn:hover {
  transform: scale(1.1);
}

.google-btn-red, .google-btn-white, .apple-btn-red, .apple-btn-white {
  height: 30px;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.75em;
  font-size: 2rem;
  color: var(--teachers-red-pen);
}
.google-btn-red:before, .google-btn-white:before, .apple-btn-red:before, .apple-btn-white:before {
  content: "";
  height: 30px;
  width: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.google-btn-red:before, .google-btn-white:before {
  background-image: url(../template_images/block-assets/google-icon.svg);
}

.apple-btn-red:before, .apple-btn-white:before {
  background-image: url(../template_images/block-assets/apple-icon.svg);
}

.apple-btn-white {
  color: var(--white);
}
.apple-btn-white:before {
  filter: invert(1);
}

.google-btn-white {
  color: var(--white);
}
.google-btn-white img {
  transition: scale 0.2s ease;
  scale: 1;
}
.google-btn-white:hover img {
  scale: 1.05;
  transition: scale 0.2s ease;
}

@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/carousel-arrow.svg);
  height: 41px;
  width: 41px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide .mobile-controls .arrows .splide__arrow.prev, .splide .splide-controls .arrows .splide__arrow.prev {
  transform: rotate(180deg);
}
.splide .mobile-controls .arrows .splide__arrow:disabled, .splide .splide-controls .arrows .splide__arrow:disabled {
  background-image: url(../template_images/carousel-arrow-ghost.svg);
}
.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;
  }
}

.cross-sell {
  min-height: 482px;
  max-width: 346.64px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cross-sell:before {
  content: "";
  position: absolute;
  background-image: url(../htmlTemplates/images/shape-cross_sell.svg);
  top: -2px;
  left: -2px;
  height: 100%;
  width: calc(100% + 4px);
  scale: 1;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.cross-sell:after {
  content: "";
  position: absolute;
  background-image: url(../htmlTemplates/images/shape-cross_sell.svg);
  bottom: -2px;
  left: -2px;
  height: 100%;
  width: calc(100% + 4px);
  transform: rotateX(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.cross-sell:before, .cross-sell:after {
  pointer-events: none;
}
.cross-sell .cs-image {
  position: relative;
  width: 100%;
  height: 241.2px;
  max-height: 241.2px;
}
.cross-sell .cs-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.cross-sell .cs-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 37px;
  background-color: #00A651;
  opacity: 0.5;
}
.cross-sell .cs-image:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 40px;
  width: 37px;
  background-color: #B4F5D7;
}
.cross-sell .copy {
  background-color: #f3f3f3;
  padding: 1.82rem 3.44rem 6.82rem 5.83rem;
  min-height: 241px;
  height: 100%;
}
.cross-sell .copy .cs-heading {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #1D2E3F;
}
.cross-sell .copy .cs-copy {
  font-size: 1.8rem;
  font-weight: 400;
  color: #49535D;
  margin-bottom: 1.96rem;
}

.location-module {
  min-height: 846px;
  height: 100%;
  max-width: 590px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.location-module:before {
  content: "";
  position: absolute;
  background-image: url(../htmlTemplates/images/shape-cross_sell.svg);
  top: -2px;
  left: -1.5px;
  height: 100%;
  width: calc(100% + 3px);
  background-repeat: no-repeat;
  z-index: 3;
  background-size: contain;
}
.location-module:before, .location-module:after {
  pointer-events: none;
}
.location-module .cs-image {
  position: relative;
  width: 100%;
  height: 390px;
  max-height: 390px;
}
.location-module .cs-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.location-module .cs-image:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 55px;
  background-color: #00A651;
  opacity: 0.5;
}
@media screen and (max-width: 979px) {
  .location-module .cs-image:before {
    width: 37px;
  }
}
.location-module .cs-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -64px;
  height: 64px;
  width: 55px;
  background-color: #B4F5D7;
  z-index: 3;
}
@media screen and (max-width: 979px) {
  .location-module .cs-image:after {
    width: 37px;
    height: 40px;
    bottom: -40px;
  }
}
.location-module .copy {
  background-color: #f3f3f3;
  padding: 1.92rem 3.95rem 5.5rem;
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 980px) {
  .location-module .copy {
    padding: 4rem 7.3rem 5.1rem 8.7rem;
  }
}
.location-module .copy .drive-thru {
  display: flex;
  gap: 9px;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #B4F5D7;
  padding: 0.6rem 1.4rem;
  border-radius: 6px;
  width: max-content;
}
.location-module .copy .drive-thru img {
  aspect-ratio: 1;
  height: 20px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 390px) {
  .location-module .copy .drive-thru img {
    height: 12px;
  }
}
.location-module .copy .drive-thru p {
  margin: 0;
  font-weight: 800;
  font-size: 1.6rem;
}
@media screen and (max-width: 390px) {
  .location-module .copy .drive-thru p {
    font-size: 1rem;
  }
}
.location-module .copy .branch-heading {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 2rem;
  padding-left: 2rem;
  color: #1D2E3F;
}
@media screen and (min-width: 980px) {
  .location-module .copy .branch-heading {
    padding: 0;
  }
}
.location-module .copy .branch-info {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .location-module .copy .branch-info {
    padding: 0;
    grid-template-columns: 50% 50%;
  }
}
.location-module .copy .branch-info .branch-info-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0 1.85rem 2rem;
}
@media screen and (min-width: 980px) {
  .location-module .copy .branch-info .branch-info-column {
    padding: 0 1rem 0 0;
  }
}
.location-module .copy .branch-info .branch-info-column .branch-info-info {
  font-size: 1.8rem;
  color: #49535D;
}
.location-module .copy .branch-info .branch-info-column .branch-info-info .info-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.96rem;
}
.location-module .copy .branch-info .branch-info-column .branch-info-info p {
  margin: 0;
}
.location-module .copy .branch-info .branch-ctas-column {
  padding-left: 1.1rem;
}
@media screen and (max-width: 979px) {
  .location-module .copy .branch-info .branch-ctas-column {
    padding: 0;
    border-top: 1px solid #00A651;
  }
}
.location-module .copy .branch-info .branch-ctas-column .actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 3rem;
  padding: 2.28rem 0 0 0;
  border-left: none;
}
.location-module .copy .branch-info .branch-ctas-column .actions a {
  text-align: right;
}
@media screen and (min-width: 980px) {
  .location-module .copy .branch-info .branch-ctas-column .actions {
    padding: 0 0 0 1rem;
    gap: 4.9rem;
    align-items: end;
    border-left: 1px solid #00A651;
    text-align: left;
  }
}

.location-sum-module {
  min-height: 622px;
  max-height: 622px;
  height: 100%;
  max-width: 590px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #1D2E3F;
  padding: 0 30px;
}
.location-sum-module:before {
  content: "";
  position: absolute;
  background-image: url(../htmlTemplates/images/shape-cross_sell.svg);
  top: -2px;
  left: -1.5px;
  height: 100%;
  width: calc(100% + 3px);
  background-repeat: no-repeat;
  z-index: 3;
  background-size: contain;
  pointer-events: none;
}
.location-sum-module:after {
  content: "";
  position: absolute;
  background-image: url(../htmlTemplates/images/shape-cross_sell.svg);
  bottom: -2px;
  left: -1.5px;
  height: 100%;
  width: calc(100% + 3px);
  transform: rotateX(180deg);
  background-repeat: no-repeat;
  z-index: 3;
  background-size: contain;
  pointer-events: none;
}
.location-sum-module .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 422px;
  text-align: center;
  color: #fff;
}
.location-sum-module .content .arrow-lnk {
  color: #fff;
}
.location-sum-module .content .arrow-lnk:after {
  background-image: url("../images/ico-link-arrow-green.svg");
}
.location-sum-module .content img {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin-bottom: 5.03rem;
}
.location-sum-module .content p {
  color: #fff;
  margin-bottom: 4.02rem;
}

#site-cookie-bar {
  margin: 5px 0 0 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 100000;
  opacity: 1;
}
#site-cookie-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 979px) {
  #site-cookie-bar::before {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #site-cookie-bar {
    height: 175px;
  }
}
#site-cookie-bar.dismissed {
  opacity: 0;
  display: none;
}
#site-cookie-bar > .content {
  margin: 0 auto;
  width: calc(100% - 60px);
  padding: 3.4rem 7.3rem 3.4rem 9.7rem;
  gap: 1em 0;
  background-color: #B4F5D7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 49px;
  border-radius: 6px;
  max-width: 1147px;
}
@media screen and (max-width: 979px) {
  #site-cookie-bar > .content {
    bottom: 0;
    padding: 3rem 6.4rem;
    width: 100%;
  }
}
#site-cookie-bar > .content .info-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em 0;
}
@media screen and (max-width: 979px) {
  #site-cookie-bar > .content .info-container {
    flex-direction: column;
    align-items: center;
    gap: 2.6rem;
  }
}
#site-cookie-bar > .content .info-container .body {
  text-align: left;
}
#site-cookie-bar > .content .info-container .body* {
  color: #1D2E3F;
  font-size: 1.6rem;
  font-weight: 400;
}
#site-cookie-bar > .content .info-container .body a {
  font-weight: 700;
  text-decoration: underline;
}
#site-cookie-bar > .content .actions {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
#site-cookie-bar > .content .actions li {
  list-style-image: none;
  width: 100%;
}
#site-cookie-bar > .content .actions li::marker {
  display: none;
}
#site-cookie-bar > .content .actions li button {
  width: 100%;
  border: none;
  background-color: #1D2E3F;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  max-width: 140px;
  min-width: unset;
}
#site-cookie-bar > .content .actions li button:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(359deg) brightness(102%) contrast(105%);
}

#fourohfour {
  width: 100%;
  background-color: #1D2E3F;
  padding: 3rem 0 9rem;
}
#fourohfour .content {
  max-width: 1255px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: 556px;
  background-image: url("./../images/404.svg");
  background-size: cover;
  background-position: center;
}
#fourohfour .content .info {
  max-width: 435px;
}
#fourohfour .content .info h2 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media screen and (min-width: 980px) {
  #fourohfour .content .info h2 {
    font-size: 4rem;
  }
}
#fourohfour .content .info p {
  color: #fff;
}
#fourohfour .content .info .actions {
  display: flex;
  gap: 2rem;
}
#fourohfour .content .info .actions a {
  color: #fff;
  width: 210px;
}
#fourohfour .content .info .actions a:after {
  filter: brightness(0) saturate(100%) invert(90%) sepia(8%) saturate(913%) hue-rotate(98deg) brightness(98%) contrast(99%);
}

html {
  scroll-behavior: smooth;
}

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

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

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

.sitemap {
  width: 100%;
  margin: 0 auto 3.5rem;
  padding: 0 30px;
}
@media screen and (min-width: 980px) {
  .sitemap {
    margin: 0 auto 9rem;
  }
}
.sitemap .content {
  max-width: 1000px;
  margin: 0 auto;
}
.sitemap .content ul.top-level {
  padding-inline-start: 0;
  columns: 1;
}
@media screen and (min-width: 980px) {
  .sitemap .content ul.top-level {
    columns: 2;
  }
}
.sitemap .content ul.top-level > li {
  list-style-image: none;
  list-style: none;
  font-size: 2.2rem;
  color: #1D2E3F;
}
@media screen and (max-width: 979px) {
  .sitemap .content ul.top-level > li {
    font-size: 1.8rem;
  }
}
.sitemap .content ul.top-level .children {
  margin: 0 !important;
}
.sitemap .content ul.top-level .children li {
  font-size: 1.8rem;
  color: #49535D;
  list-style-image: none;
  list-style: none;
}
@media screen and (max-width: 979px) {
  .sitemap .content ul.top-level .children li {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=layout.min.css.map */
