/*! 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;
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

* {
  -webkit-box-sizing: border-box;
  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 {
  --white: #fff;
  --body-font-color: #1F2F3B;
  --heading-font-color: #002d62;
  --primary-color: #005294;
  --secondary-color: #2987AB;
  --tertiary-color: #b63a86;
  --electric-blue: #39d2f1;
  --ice-blue: #e6f5f9;
  --pacific-blue: #1BA2C4;
  --powder-blue: #bde4ee;
  --aqua-marine: #04c7a8;
  --marble-teal: #2987AB;
  --sea-green: #218463;
  --violet: #4b4bab;
  --goldenrod: #f3d55b;
  --tomato: #FF4C4D;
  --light-yellow: #FDF8e1;
  --golden-sand: #F6DF84;
  --old-lace: #FDF8E1;
  --marble-blue: #005294;
}

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

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

p {
  font-family: "motiva-sans", sans-serif;
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  text-wrap: pretty;
}
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 {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

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

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

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

a {
  color: var(--primary-color);
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  font-family: "motiva-sans", sans-serif;
}
a:hover, a:focus {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
a > span {
  pointer-events: none;
}

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

main a:not([class]),
main a[class=speedbump] {
  font-weight: 700;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}
main a:not([class]):hover,
main a[class=speedbump]:hover {
  -webkit-text-decoration: underline currentColor;
  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(4.2rem, 4vw, 6rem);
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: var(--heading-font-color);
}

.f-h2,
h2:not([class]) {
  line-height: 1.2;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: clamp(3rem, 3vw, 3.6rem);
  font-weight: 700;
  color: #005294;
}

.f-h3,
h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  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: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  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: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}

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

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

header {
  position: relative;
  z-index: 99;
  background-color: white;
}
header .header-container {
  height: 15rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  header .header-container {
    height: 18.8rem;
  }
}
header .header-container .top {
  border-bottom: 1px solid var(--electric-blue);
}
@media screen and (min-width: 980px) {
  header .header-container .top {
    height: 6rem;
  }
}
header .header-container .top > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 192rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 6rem;
}
@media screen and (max-width: 979px) {
  header .header-container .top > .content {
    padding-left: 1.7rem;
    padding-right: 2.6rem;
  }
}
@media screen and (min-width: 980px) {
  header .header-container .top > .content {
    padding-left: 4rem;
  }
}
header .header-container .top .bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: clamp(1rem, 1vw, 2.5rem);
  -moz-column-gap: clamp(1rem, 1vw, 2.5rem);
  column-gap: clamp(1rem, 1vw, 2.5rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-container .top .bugs img {
  aspect-ratio: 59.5/42;
  width: 59px;
  -o-object-fit: contain;
  object-fit: contain;
}
header .header-container .top .secondary-nav ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  height: 100%;
}
header .header-container .top .secondary-nav ul > li {
  height: calc(100% - 1px);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-left: 1px solid var(--electric-blue);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
header .header-container .top .secondary-nav ul > li:hover {
  background-color: var(--ice-blue);
}
header .header-container .top .secondary-nav ul > li > a,
header .header-container .top .secondary-nav ul > li button {
  padding: 0 clamp(1.5rem, 2vw, 2rem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  font-family: "motiva-sans", sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 700;
  color: var(--primary-color);
  height: 100%;
  text-align: center;
}
header .header-container .top .secondary-nav ul > li > a:has(img),
header .header-container .top .secondary-nav ul > li button:has(img) {
  font-weight: 400;
}
header .header-container .top .secondary-nav ul > li > a:has(img) span,
header .header-container .top .secondary-nav ul > li button:has(img) span {
  display: none;
}
@media screen and (min-width: 1400px) {
  header .header-container .top .secondary-nav ul > li > a:has(img) span,
  header .header-container .top .secondary-nav ul > li button:has(img) span {
    display: inline-block;
  }
}
header .header-container .top .secondary-nav ul > li > a img,
header .header-container .top .secondary-nav ul > li button img {
  height: 18px;
  width: auto;
  aspect-ratio: 1;
}
header .header-container .top .secondary-nav ul > li > a span,
header .header-container .top .secondary-nav ul > li button span {
  text-align: center;
}
header .header-container .bottom {
  height: 8.3rem;
}
@media screen and (max-width: 979px) {
  header .header-container .bottom {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 980px) {
  header .header-container .bottom {
    height: 12.8rem;
  }
}
header .header-container .bottom .text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--primary-color);
  font-family: "motiva-sans", sans-serif;
}
header .header-container .bottom > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 192rem;
  height: 100%;
  display: grid;
  position: relative;
  padding: 1.2rem 1.2rem 1.5rem;
  grid-template-columns: 4.5rem auto 4.5rem;
}
@media screen and (min-width: 980px) {
  header .header-container .bottom > .content {
    padding: 0 4rem;
    grid-template-columns: clamp(15rem, 17vw, 28.7rem) auto;
  }
}
header .header-container .bottom #header_logo {
  height: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  header .header-container .bottom #header_logo {
    aspect-ratio: 287/74;
    width: 100%;
    margin-bottom: 3.9rem;
    height: auto;
  }
}
header .header-container .bottom #header_logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .header-container .bottom .nav-button {
  aspect-ratio: 1/1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  bottom: -0.5rem;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 980px) {
  header .header-container .bottom .nav-button {
    display: none;
  }
}
header .header-container .bottom .nav-button img {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
header .header-container .bottom .nav-button.closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-container .bottom .nav-button.closed .open {
  display: none;
}
header .header-container .bottom .nav-button.closed .closed {
  display: block;
}
header .header-container .bottom .nav-button.closed .btn-line {
  display: block;
}
header .header-container .bottom .nav-button.open {
  height: 100%;
  width: 100%;
  position: relative;
}
header .header-container .bottom .nav-button.open .closed {
  display: none;
}
header .header-container .bottom .nav-button.open .open {
  display: block;
}
header .header-container .bottom .nav-button.open .btn-line {
  display: none;
}
header .header-container .bottom .nav-button .ex {
  height: 3rem;
  width: 1.6rem;
  position: relative;
}
header .header-container .bottom .nav-button .ex:before, header .header-container .bottom .nav-button .ex:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3rem;
  border-radius: 3rem;
  background: #1BA2C4;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  z-index: 20;
}
header .header-container .bottom .nav-button .ex:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-open header .header-container .bottom .nav-button .closed {
  display: none;
}
.nav-open header .header-container .bottom .nav-button .open {
  display: block;
}
header .header-container .bottom .nav-button .btn-line {
  background-color: var(--pacific-blue);
  display: block;
  width: 2.7rem;
  height: 3px;
  border-radius: 3px;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
header .header-container .bottom .main-nav {
  display: none;
  padding-left: clamp(20px, 4vw, 160px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: clamp(20px, 4vw, 81px);
  -moz-column-gap: clamp(20px, 4vw, 81px);
  column-gap: clamp(20px, 4vw, 81px);
}
@media screen and (min-width: 980px) {
  header .header-container .bottom .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1700px) {
  header .header-container .bottom .main-nav {
    padding-left: 16rem;
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
}
header .header-container .bottom .main-nav:has(li.active) > li:not(.active) button {
  opacity: 0.5;
}
header .header-container .bottom .main-nav > li {
  padding-left: 0;
  list-style: none;
  padding-bottom: 3.3rem;
  height: 100%;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
header .header-container .bottom .main-nav > li.active button:after {
  opacity: 1;
}
header .header-container .bottom .main-nav > li button {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: clamp(1.5rem, 1.3vw, 1.7rem);
  font-weight: 700;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1001;
}
header .header-container .bottom .main-nav > li button:after {
  content: "";
  height: 1rem;
  left: -2rem;
  right: -4rem;
  bottom: -0.8rem;
  position: absolute;
  background-color: var(--tertiary-color);
  border-radius: 3px;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
  z-index: 1000;
}
header .header-container .bottom .main-nav > li button:hover span:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 1rem;
}
header .header-container .bottom .main-nav > li button span {
  display: inline-block;
  position: relative;
}
header .header-container .bottom .main-nav > li button span:after {
  content: "";
  border-right: 2px solid var(--tertiary-color);
  border-bottom: 2px solid var(--tertiary-color);
  height: 0.6rem;
  width: 0.6rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s linear;
  transition: top 0.2s ease, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s ease;
  transition: transform 0.2s linear, top 0.2s ease, -webkit-transform 0.2s linear;
  position: absolute;
  right: -2rem;
  top: 0.7rem;
}
header .header-container .bottom .login-btn span, header .header-container .bottom .login-btn img {
  pointer-events: none;
}
@media screen and (max-width: 979px) {
  header .header-container .bottom .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 6.5px;
    bottom: -0.5rem;
    position: relative;
  }
  header .header-container .bottom .login-btn .image {
    height: 23.5px;
    width: 17.13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(39%) saturate(2919%) hue-rotate(293deg) brightness(95%) contrast(83%);
    filter: brightness(0) saturate(100%) invert(27%) sepia(39%) saturate(2919%) hue-rotate(293deg) brightness(95%) contrast(83%);
  }
  header .header-container .bottom .login-btn.open .image {
    background-image: unset !important;
  }
  header .header-container .bottom .login-btn.open .image:before, header .header-container .bottom .login-btn.open .image:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3rem;
    border-radius: 3rem;
    background: #B63A86;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    z-index: 20;
  }
  header .header-container .bottom .login-btn.open .image:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 980px) {
  header .header-container .bottom .login-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 5.8rem;
    width: 29.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .header-container .bottom .login-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--tertiary-color);
    height: 100%;
    width: 75px;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 77.28% 100%, 77.28% 100%, 64.752% 98.69%, 52.864% 94.898%, 41.778% 88.831%, 31.652% 80.695%, 22.645% 70.697%, 14.919% 59.043%, 8.631% 45.939%, 3.943% 31.594%, 1.012% 16.212%, 0% 0%, 0% 0%);
  }
  header .header-container .bottom .login-btn:hover span.show-desktop {
    color: white;
  }
  header .header-container .bottom .login-btn:hover:after {
    width: calc(100% + 2em);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    border-bottom-left-radius: 30px;
  }
}
header .header-container .bottom .login-btn span.show-desktop {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: var(--tertiary-color);
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
@media screen and (min-width: 980px) {
  header .header-container .bottom .login-btn .image {
    background-size: 1.4rem, 1.9rem;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    width: 6.5rem;
    height: 100%;
  }
}
@media screen and (max-width: 979px) {
  header .show-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  header .show-mobile {
    display: none !important;
  }
}

.main-nav.dropdowns .dropdown-root .dropdown-menu {
  position: absolute;
  left: 50%;
  top: 10rem;
  width: calc(100% - 60px);
  max-width: 1300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: clip-path 0.5s linear;
  transition: clip-path 0.5s linear;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  padding: 0 30px;
  background-color: white;
  border-radius: 0 0 100px 100px;
  z-index: 1000;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content {
  padding: clamp(5rem, 10vw, 10rem) clamp(4rem, 5vw, 8rem);
  display: grid;
  grid-template-areas: "link nav-links" "cross-sell nav-links";
  grid-template-columns: 253px auto;
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto;
  row-gap: 6.8rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content a {
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content a:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell {
  grid-area: cross-sell;
  padding: 2rem;
  border: 3px solid var(--border-color, var(--aqua-marine));
  border-radius: 20px;
  width: 100%;
  max-width: 253px;
  font-family: "motiva-sans", sans-serif;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .photo {
  aspect-ratio: 211/117;
  max-width: 211px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 3rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .f-h2 {
  font-size: 2rem;
  color: var(--heading-font-color);
  margin-bottom: 1rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .intro,
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .support-copy {
  font-size: 1.6rem;
  font-style: italic;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .rate {
  font-size: 4.8rem;
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  color: var(--heading-font-color);
  line-height: 1;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .rate sup {
  top: -1em;
  font-size: 2rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .sub-rate {
  font-size: 1.8rem;
  font-weight: 500;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  margin-top: 1.6rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .directory-link {
  grid-area: link;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .directory-link p,
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .directory-link a {
  font-size: 1.4rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--raspberry);
  margin-bottom: 5px;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .directory-link a {
  font-size: 3rem;
  color: var(--primary-color);
  line-height: 1.3;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links {
  grid-area: nav-links;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: clamp(5rem, 10vw, 10rem);
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links > li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links > li {
  list-style: none;
  padding-left: 0;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links > li:not(ul) {
  margin-bottom: 1em;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links > li > a {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-color);
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links > li > ul {
  padding-left: 0;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links > li > ul > li {
  list-style: none;
  padding-left: 0;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .nav-links > li > ul > li > a {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "motiva-sans", sans-serif;
  color: var(--body-font-color);
}
.main-nav.dropdowns .dropdown-root.active .dropdown-menu {
  -webkit-transition: clip-path 0.5s linear;
  transition: clip-path 0.5s linear;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mobile-nav {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: var(--white);
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  padding-bottom: 5rem;
  display: grid;
}
@media screen and (min-width: 980px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav.open {
  -webkit-transition: clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mobile-nav > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 500px) {
  .mobile-nav > .content {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mobile-nav > .content .secondary-nav {
  border-bottom: 1px solid var(--electric-blue);
}
.mobile-nav > .content .secondary-nav ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  height: 100%;
}
.mobile-nav > .content .secondary-nav ul > li {
  height: calc(100% - 1px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-left: 1px solid var(--electric-blue);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.mobile-nav > .content .secondary-nav ul > li:hover {
  background-color: var(--ice-blue);
}
.mobile-nav > .content .secondary-nav ul > li > a,
.mobile-nav > .content .secondary-nav ul > li button {
  padding: 1.5rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  font-family: "motiva-sans", sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 700;
  color: var(--primary-color);
  height: 100%;
  width: 100%;
}
.mobile-nav > .content .secondary-nav ul > li > a:has(img),
.mobile-nav > .content .secondary-nav ul > li button:has(img) {
  font-weight: 400;
}
.mobile-nav > .content .secondary-nav ul > li > a img,
.mobile-nav > .content .secondary-nav ul > li button img {
  height: 18px;
}
.mobile-nav > .content .secondary-nav ul > li > a span,
.mobile-nav > .content .secondary-nav ul > li button span {
  text-align: center;
}
.mobile-nav > .content .cta-btn {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  justify-self: center;
}
.mobile-nav > .content .accordions {
  margin: 5.2rem 6rem 5rem;
  border-top: 1px solid var(--electric-blue);
  display: grid;
  grid-template-columns: 291px;
  justify-self: center;
}
.mobile-nav > .content .accordion-container {
  border-bottom: 1px solid var(--electric-blue);
  width: 100%;
  background-color: white;
}
.mobile-nav > .content .accordion-container .accordion-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.6rem 2rem 1.6rem 0;
  color: var(--primary-color);
}
@media screen and (max-width: 979px) {
  .mobile-nav > .content .accordion-container .accordion-button:before, .mobile-nav > .content .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;
    -webkit-transition: -webkit-transform 0.5s ease !important;
    transition: -webkit-transform 0.5s ease !important;
    transition: transform 0.5s ease !important;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
  }
  .mobile-nav > .content .accordion-container .accordion-button:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .mobile-nav > .content .accordion-container .accordion-button:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
}
.mobile-nav > .content .accordion-container .accordion-content {
  padding-bottom: 3.6rem;
}
.mobile-nav > .content .accordion-container .accordion-content > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-nav > .content .accordion-container .accordion-content > ul > li {
  list-style: none;
  padding-bottom: 2.3rem;
}
.mobile-nav > .content .accordion-container .accordion-content > ul > li a,
.mobile-nav > .content .accordion-container .accordion-content > ul > li button {
  font-family: "motiva-sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--body-font-color);
}
.mobile-nav > .content .accordion-container .accordion-content .explore-link {
  font-size: 1.6rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--tertiary-color);
  margin-bottom: 2.7rem;
  display: block;
}
.mobile-nav > .content .accordion-container .accordion-content .cross-sell {
  grid-area: cross-sell;
  padding: 2rem;
  border: 3px solid var(--border-color, var(--aqua-marine));
  border-radius: 20px;
  width: 100%;
  font-family: "motiva-sans", sans-serif;
  justify-self: flex-start;
}
@media screen and (max-width: 979px) {
  .mobile-nav > .content .accordion-container .accordion-content .cross-sell {
    max-width: 253px;
    margin: 0;
  }
}
.mobile-nav > .content .accordion-container .accordion-content .cross-sell > .content {
  -webkit-column-gap: clamp(20px, 3vw, 42px);
  -moz-column-gap: clamp(20px, 3vw, 42px);
  column-gap: clamp(20px, 3vw, 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .mobile-nav > .content .accordion-container .accordion-content .cross-sell > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
  }
}
.mobile-nav > .content .accordion-container .accordion-content .cross-sell .photo {
  aspect-ratio: 211/117;
  max-width: 211px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.mobile-nav > .content .accordion-container .accordion-content .cross-sell .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mobile-nav > .content .accordion-container .accordion-content .cross-sell p {
  display: inline;
  font-weight: 700;
  font-size: 2rem;
  color: var(--heading-font-color);
}
.mobile-nav > .content .accordion-container .accordion-content .cross-sell a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--tertiary-color);
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
}
.mobile-nav > .content .accordion-container:first-child {
  border-top: 1px solid var(--gray);
}
.mobile-nav > .content .accordion-container.active {
  background-color: var(--white);
  border-radius: 0;
}
.mobile-nav > .content .accordion-container.active .accordion-button:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mobile-nav > .content .extra-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  -webkit-column-gap: clamp(20px, 10vw, 60px);
  -moz-column-gap: clamp(20px, 10vw, 60px);
  column-gap: clamp(20px, 10vw, 60px);
  padding-top: 5rem;
}
.mobile-nav > .content .extra-buttons > li {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 60px;
  row-gap: 1.3rem;
  font-size: 1.6rem;
  font-family: var(--headingFont);
  font-weight: var(--medium);
}
.mobile-nav > .content .extra-buttons > li img {
  height: 25px !important;
  width: auto !important;
  margin-right: 0 !important;
}
.mobile-nav > .content .extra-buttons > li a {
  color: var(--blue);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.3rem;
  justify-items: center;
  line-height: 1.25;
}

.fdic-bar {
  padding: 0.5em 15px 0.5em;
}
.fdic-bar > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fdic-bar > .content .logo {
  height: 15px;
  width: 37px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fdic-bar > .content p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
  color: #3B3B3B;
}
@media screen and (min-width: 980px) {
  .fdic-bar > .content p {
    font-size: 12.8px;
  }
}

#menu-search,
#menu-login {
  position: absolute;
  height: auto;
  width: 100%;
  right: 0;
  padding: 7rem 3rem 6rem 3rem;
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  z-index: 98;
  background-color: white;
}
@media screen and (min-width: 980px) {
  #menu-search,
  #menu-login {
    max-width: 624px;
    border-bottom-left-radius: 100px;
    padding: 7rem 5.9rem 6rem 6.5rem;
  }
}
#menu-search.open,
#menu-login.open {
  -webkit-transition: clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#menu-search .row-container,
#menu-login .row-container {
  position: relative;
  width: 100%;
}
#menu-search .row-container label,
#menu-login .row-container label {
  font-family: "motiva-sans", sans-serif;
  font-size: 1.4rem;
  background-color: white;
  font-weight: 500;
  position: absolute;
  top: -1.2rem;
  left: 1em;
  display: inline-block;
  padding: 0 0.5em;
}
#menu-search .row-container input,
#menu-login .row-container input {
  border: 2px solid var(--electric-blue);
  border-radius: 10px;
  font-family: "motiva-sans", sans-serif;
  font-size: 1.4rem;
  padding: 0.5em;
  height: 6rem;
  padding-left: 1.1em;
  outline: none;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
}
#menu-search .cross-sell,
#menu-login .cross-sell {
  grid-area: cross-sell;
  padding: 2rem;
  border: 3px solid var(--border-color, var(--aqua-marine));
  border-radius: 20px;
  width: 100%;
  font-family: "motiva-sans", sans-serif;
}
@media screen and (max-width: 979px) {
  #menu-search .cross-sell,
  #menu-login .cross-sell {
    max-width: 253px;
    margin: 0 auto;
  }
}
#menu-search .cross-sell > .content,
#menu-login .cross-sell > .content {
  -webkit-column-gap: clamp(20px, 3vw, 42px);
  -moz-column-gap: clamp(20px, 3vw, 42px);
  column-gap: clamp(20px, 3vw, 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  #menu-search .cross-sell > .content,
  #menu-login .cross-sell > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
  }
}
#menu-search .cross-sell .photo,
#menu-login .cross-sell .photo {
  aspect-ratio: 211/117;
  max-width: 211px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
#menu-search .cross-sell .photo img,
#menu-login .cross-sell .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#menu-search .cross-sell p,
#menu-login .cross-sell p {
  display: inline;
  font-weight: 700;
  font-size: 2rem;
  color: var(--heading-font-color);
}
#menu-search .cross-sell a,
#menu-login .cross-sell a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--tertiary-color);
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
}

#menu-login > .content > .info {
  margin-bottom: 5rem;
}
#menu-login > .content > .info .f-h2 {
  color: var(--primary-color);
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "motiva-sans", sans-serif;
  margin-bottom: 5.1rem;
  text-align: center;
  text-transform: none;
}
#menu-login > .content > .info .tab-header {
  border: 2px solid var(--electric-blue);
  border-radius: 40px;
  max-width: 418px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  justify-self: center;
}
#menu-login > .content > .info .tab-header:before {
  content: "";
  position: absolute;
  left: var(--offSetLeft, 0);
  width: 50%;
  top: 0;
  bottom: 0;
  border-radius: 40px;
  background-color: var(--marble-teal);
  z-index: 1;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
#menu-login > .content > .info .tab-header > button {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  text-transform: uppercase;
  padding: 1.5rem 1.8rem;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #002D62;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#menu-login > .content > .info .tab-header > button.active {
  color: #fff;
}
#menu-login > .content > .info .tabs {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#menu-login > .content > .info .tabs.fadeOut {
  opacity: 0;
}
#menu-login > .content > .info .tabs .tab-content {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#menu-login > .content > .info .tabs .tab-content#personal {
  margin-top: 4.7rem;
}
#menu-login > .content > .info .tabs .tab-content#business {
  margin-top: 4.7rem;
}
#menu-login > .content > .info .tabs .tab-content#business .row-container:first-child {
  margin-bottom: 2rem;
}
#menu-login > .content > .info .tabs .tab-content .formBox {
  width: 100%;
  max-width: 400px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  row-gap: 3rem;
}
#menu-login > .content > .info .tabs .tab-content .row-container {
  position: relative;
  width: 100%;
}
#menu-login > .content > .info .tabs .tab-content .row-container label {
  font-family: "motiva-sans", sans-serif;
  font-size: 1.4rem;
  background-color: white;
  font-weight: 500;
  position: absolute;
  top: -1.2rem;
  left: 1em;
  display: inline-block;
  padding: 0 0.5em;
}
#menu-login > .content > .info .tabs .tab-content .row-container input {
  border: 2px solid var(--electric-blue);
  border-radius: 10px;
  font-family: "motiva-sans", sans-serif;
  font-size: 1.8rem;
  padding: 0.5em;
  height: 6rem;
  padding-left: 1.1em;
  outline: none;
  width: 100%;
}
#menu-login > .content > .info .tabs .tab-content .pseudoBox {
  position: relative;
  width: 100%;
  max-width: 168px;
}
#menu-login > .content > .info .tabs .tab-content .pseudoBox:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 3px solid var(--primary-color);
  z-index: 0;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: inset 0.2s ease, opacity 0.2s ease;
  transition: inset 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
}
#menu-login > .content > .info .tabs .tab-content .pseudoBox:focus, #menu-login > .content > .info .tabs .tab-content .pseudoBox:hover, #menu-login > .content > .info .tabs .tab-content .pseudoBox.hovered {
  text-decoration: none;
}
#menu-login > .content > .info .tabs .tab-content .pseudoBox:focus:before, #menu-login > .content > .info .tabs .tab-content .pseudoBox:hover:before, #menu-login > .content > .info .tabs .tab-content .pseudoBox.hovered:before {
  inset: -6px;
  opacity: 1;
}
#menu-login > .content > .info .tabs .tab-content .cta-btn {
  width: 100%;
  max-width: 168px;
}
#menu-login > .content > .info .tabs .tab-content .CEBEnroll > a {
  font-size: 1.6rem;
  color: var(--primary-color);
  font-weight: 500;
}
#menu-login > .content > .info .tabs .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-login .visa {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 3rem;
  display: block;
}

#menu-search {
  padding-top: 3.5rem;
}
@media screen and (max-width: 979px) {
  #menu-search > .content {
    padding-left: 15px;
    padding-right: 11px;
  }
}
#menu-search > .content .info {
  width: 100%;
  max-width: 463px;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: unset;
    grid-template-columns: minmax(0, 500px);
  }
}
#menu-search > .content .info .f-h2 {
  margin-bottom: 2.9rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .f-h2 {
    margin-bottom: 2rem;
    text-align: center;
  }
}
#menu-search > .content .info .row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .row-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.3rem;
  }
}
#menu-search > .content .info .row-container input {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 980px) {
  #menu-search > .content .info .row-container input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 366px;
    flex: 1 0 366px;
    height: 7.4rem;
  }
}
#menu-search > .content .info .row-container button.show-desktop {
  border-radius: 10px;
  aspect-ratio: 81/74;
  max-width: 74px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  position: relative;
  background-color: var(--tertiary-color);
  border-color: var(--tertiary-color);
}
#menu-search > .content .info .row-container button.show-desktop:hover {
  background-color: var(--marble-teal);
  border-color: var(--marble-teal);
}
#menu-search > .content .info .row-container button.show-desktop:after {
  content: "";
  position: absolute;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-size: cover;
  background-position: center;
  height: 3.2rem;
  width: 3.1rem;
  background-image: url(../template_images/icons/ico-search.svg);
}
#menu-search > .content .info .row-container button.show-mobile {
  width: 100%;
  max-width: 168px;
  background-color: var(--tertiary-color);
  border-color: var(--tertiary-color);
}
#menu-search > .content .info .row-container button.show-mobile:hover {
  background-color: var(--marble-teal);
  border-color: var(--marble-teal);
}
#menu-search > .content .info .extra-links {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  #menu-search > .content .info .extra-links {
    text-align: left;
  }
}
#menu-search > .content .info .extra-links .f-h3 {
  padding-bottom: 3rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--tertiary-color);
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .extra-links .f-h3 {
    padding-bottom: 2rem;
  }
}
#menu-search > .content .info .extra-links ul {
  padding-left: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .extra-links ul {
    grid-template-columns: 1fr;
  }
}
#menu-search > .content .info .extra-links ul > li {
  color: var(--heading-font-color);
  list-style: none;
  font-weight: 700;
}
#menu-search > .content .info .extra-links ul > li span,
#menu-search > .content .info .extra-links ul > li a {
  color: var(--heading-font-color);
  font-size: 1.6rem;
  font-weight: 500;
}
#menu-search > .content .info .extra-links ul > li a {
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
#menu-search > .content .info .extra-links ul > li a:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
#menu-search > .content .info .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.1rem;
}
@media screen and (max-width: 979px) {
  #menu-search > .content .info .download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#menu-search > .content .info .download .f-h3 {
  font-family: "motiva-sans", sans-serif;
  font-size: 2rem;
  color: #1F2F3B;
  margin-bottom: 0;
}
#menu-search > .content .info .download .bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
#menu-search > .content .info .download .bugs .google {
  position: relative;
  top: 5px;
}
#menu-search .icon-links {
  margin-bottom: 5.7rem;
}
#menu-search .icon-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-left: 0;
}
@media screen and (max-width: 979px) {
  #menu-search .icon-links > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#menu-search .icon-links > ul > li {
  list-style: none;
  height: 5.2rem;
  aspect-ratio: 1;
  border: 2px solid var(--electric-blue);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  background-color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#menu-search .icon-links > ul > li:hover {
  background-color: var(--electric-blue);
}
#menu-search .icon-links > ul > li:hover a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#menu-search .icon-links > ul > li a {
  padding: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu-search .icon-links > ul > li a img {
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

#the-shroud {
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #002D62;
  opacity: 0;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.5s ease;
  transition: background-color 0.3s ease-in-out, opacity 0.5s ease;
  z-index: 98;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  display: block;
}
#the-shroud.shown {
  display: block;
}
#the-shroud.active {
  pointer-events: auto;
  opacity: 0.5;
}

footer {
  padding: clamp(5.3rem, 5vw, 7.5rem) 30px 15rem;
  background-color: var(--primary-color);
  position: relative;
}
@media screen and (max-width: 979px) {
  footer {
    padding-bottom: 17.3rem;
  }
}
footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-position: bottom;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  height: 10vw;
  background-image: url(../template_images/footer/footer-waves.svg);
}
@media screen and (max-width: 979px) {
  footer:after {
    height: 14.5rem;
  }
}
@media screen and (max-width: 430px) {
  footer:after {
    bottom: 2.8rem;
    background-image: url(../template_images/footer/footer-waves-mobile.svg);
  }
}
footer > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1709px;
  position: relative;
  z-index: 1;
}
footer > .content .f-h3 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: var(--electric-blue);
  font-size: 2rem;
}
footer .top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 8.5rem;
  max-width: 625px;
  width: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  margin: 0 auto;
  z-index: 1;
  border-bottom: 2px solid var(--pacific-blue);
}
@media screen and (min-width: 980px) {
  footer .top-footer {
    max-width: unset;
    padding-bottom: 4.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1525px) {
  footer .top-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
footer .top-footer .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .top-footer .main .logo {
  aspect-ratio: 286/131;
  width: 100%;
  max-width: 286px;
  margin-bottom: 3.3rem;
}
footer .top-footer .main .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .top-footer .main .cta-btn {
  margin-bottom: 4rem;
}
footer .top-footer .main .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 2.8rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
footer .top-footer .main .contact-info > a,
footer .top-footer .main .contact-info > div {
  color: #fff;
}
@media screen and (min-width: 980px) {
  footer .top-footer .footer-nav {
    padding-top: 7.5rem;
  }
}
footer .top-footer .footer-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  -webkit-column-gap: clamp(7rem, 5vw, 14rem);
  -moz-column-gap: clamp(7rem, 5vw, 14rem);
  column-gap: clamp(7rem, 5vw, 14rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 7rem;
}
@media screen and (max-width: 979px) {
  footer .top-footer .footer-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
footer .top-footer .footer-nav > ul li {
  list-style: none;
  padding-left: 0;
}
footer .top-footer .footer-nav > ul li .f-h3 {
  margin-bottom: clamp(2.3rem, 3vw, 4.9rem);
}
footer .top-footer .footer-nav > ul li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  row-gap: clamp(2.5rem, 3vw, 3.9rem);
}
footer .top-footer .footer-nav > ul li a {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
footer .top-footer .digital-contact {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 980px) {
  footer .top-footer .digital-contact {
    padding-top: 7rem;
  }
}
footer .top-footer .digital-contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  row-gap: clamp(1.1rem, 1.5vw, 2rem);
  margin-bottom: 5rem;
}
footer .top-footer .digital-contact .row .f-h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
footer .top-footer .digital-contact .row:last-child .f-h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}
footer .top-footer .digital-contact .row .f-h3 {
  margin-bottom: 0;
}
footer .top-footer .digital-contact .row ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: clamp(2rem, 3vw, 4rem);
  -moz-column-gap: clamp(2rem, 3vw, 4rem);
  column-gap: clamp(2rem, 3vw, 4rem);
}
footer .top-footer .digital-contact .row ul > li {
  list-style: none;
}
footer .top-footer .digital-contact .row ul > li > a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 980px) {
  footer .top-footer .digital-contact .row.socials {
    row-gap: 0.8rem;
  }
}
footer .top-footer .digital-contact .row.socials li {
  list-style: none;
  height: 5.2rem;
  aspect-ratio: 1;
  border: 2px solid var(--electric-blue);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
footer .top-footer .digital-contact .row.socials li:hover {
  background-color: var(--electric-blue);
}
footer .top-footer .digital-contact .row.socials li:hover a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
footer .top-footer .digital-contact .row.socials li a {
  padding: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .top-footer .digital-contact .row.socials li a img {
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  height: 23px;
  width: auto;
}
footer .top-footer .digital-contact .row.socials img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 980px) and (max-width: 1524px) {
  footer .top-footer {
    row-gap: 0;
  }
  footer .top-footer .digital-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
  }
  footer .top-footer .digital-contact .row {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
footer .bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  padding-top: 5.6rem;
}
@media screen and (min-width: 980px) {
  footer .bottom-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer .bottom-footer .legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 980px) {
  footer .bottom-footer .legal {
    justify-items: flex-start;
  }
}
footer .bottom-footer .legal .copyright {
  color: #fff;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 979px) {
  footer .bottom-footer .legal .copyright {
    text-align: center;
  }
}
footer .bottom-footer .legal ul {
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 26px;
}
footer .bottom-footer .legal ul > li {
  position: relative;
}
footer .bottom-footer .legal ul > li > a {
  color: #fff;
}
footer .bottom-footer .legal ul > li:after {
  content: "|";
  position: absolute;
  height: 100%;
  right: -1em;
  top: 0;
  display: block;
  color: var(--electric-blue);
}
@media screen and (max-width: 979px) {
  footer .bottom-footer .legal ul > li:nth-child(2n):after {
    content: none;
  }
}
footer .bottom-footer .legal ul > li:last-child:after {
  content: none;
}
footer .bottom-footer .bugs {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  footer .bottom-footer .bugs {
    padding-top: 5.4rem;
  }
}
footer .bottom-footer ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 979px) {
  footer .bottom-footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .bottom-footer ul > li {
  list-style: none;
}

.arrow-lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-family: "brandon-grotesque", 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;
  -webkit-transition: left 0.2s ease, -webkit-transform 0.2s ease;
  transition: left 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, left 0.2s ease;
  transition: transform 0.2s ease, left 0.2s ease, -webkit-transform 0.2s ease;
}
.arrow-lnk:hover:after {
  left: 3px;
}

.base-cta, .google-btn-large, .apple-btn-large, .google-btn, .apple-btn, .ghost-btn-white, .ghost-btn, .cta-btn-white, .cta-blurry, .cta-btn {
  font-family: "motiva-sans", sans-serif;
  margin: 0;
  padding: 0.8em 4rem 0.7em;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  position: relative;
  text-align: center;
  border-radius: 100px;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (max-width: 979px) {
  .base-cta, .google-btn-large, .apple-btn-large, .google-btn, .apple-btn, .ghost-btn-white, .ghost-btn, .cta-btn-white, .cta-blurry, .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}
.base-cta:focus, .google-btn-large:focus, .apple-btn-large:focus, .google-btn:focus, .apple-btn:focus, .ghost-btn-white:focus, .ghost-btn:focus, .cta-btn-white:focus, .cta-blurry:focus, .cta-btn:focus, .base-cta:hover, .google-btn-large:hover, .apple-btn-large:hover, .google-btn:hover, .apple-btn:hover, .ghost-btn-white:hover, .ghost-btn:hover, .cta-btn-white:hover, .cta-blurry:hover, .cta-btn:hover {
  text-decoration: none;
}
.base-cta:focus .text, .google-btn-large:focus .text, .apple-btn-large:focus .text, .google-btn:focus .text, .apple-btn:focus .text, .ghost-btn-white:focus .text, .ghost-btn:focus .text, .cta-btn-white:focus .text, .cta-blurry:focus .text, .cta-btn:focus .text, .base-cta:hover .text, .google-btn-large:hover .text, .apple-btn-large:hover .text, .google-btn:hover .text, .apple-btn:hover .text, .ghost-btn-white:hover .text, .ghost-btn:hover .text, .cta-btn-white: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, .google-btn:focus .text:after, .apple-btn:focus .text:after, .ghost-btn-white:focus .text:after, .ghost-btn:focus .text:after, .cta-btn-white: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, .google-btn:hover .text:after, .apple-btn:hover .text:after, .ghost-btn-white:hover .text:after, .ghost-btn:hover .text:after, .cta-btn-white: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);
  -webkit-transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
}
.cta-btn:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 2px solid var(--white);
  z-index: 0;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: inset 0.2s ease, opacity 0.2s ease;
  transition: inset 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
}
.cta-btn:focus, .cta-btn:hover, .cta-btn.hovered {
  text-decoration: none;
}
.cta-btn:focus:before, .cta-btn:hover:before, .cta-btn.hovered:before {
  inset: -8px;
  opacity: 1;
}
.cta-btn.on-white:before {
  border-color: var(--heading-font-color);
}

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

.cta-btn-white {
  color: var(--heading-font-color);
  border-color: var(--white);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  background-color: var(--white);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  text-transform: uppercase;
}
.cta-btn-white:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 2px solid var(--white);
  z-index: 0;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: inset 0.2s ease, opacity 0.2s ease;
  transition: inset 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
}
.cta-btn-white:focus, .cta-btn-white:hover, .cta-btn-white.hovered {
  text-decoration: none;
}
.cta-btn-white:focus:before, .cta-btn-white:hover:before, .cta-btn-white.hovered:before {
  inset: -8px;
  opacity: 1;
}

.ghost-btn {
  color: var(--heading-font-color);
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  border-color: var(--tertiary-color);
  background-color: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}
.ghost-btn:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 2px solid var(--white);
  z-index: 0;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: inset 0.2s ease, opacity 0.2s ease;
  transition: inset 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
}
.ghost-btn:focus, .ghost-btn:hover, .ghost-btn.hovered {
  text-decoration: none;
  background-color: var(--tertiary-color);
  color: var(--white);
}
.ghost-btn:focus:before, .ghost-btn:hover:before, .ghost-btn.hovered:before {
  border-color: var(--heading-font-color);
  inset: -8px;
  opacity: 1;
}

.ghost-btn-white {
  color: var(--white);
  border-color: var(--white);
  background-color: transparent;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
  text-transform: uppercase;
}
.ghost-btn-white:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 2px solid var(--white);
  z-index: 0;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: inset 0.2s ease, opacity 0.2s ease;
  transition: inset 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
}
.ghost-btn-white:focus, .ghost-btn-white:hover, .ghost-btn-white.hovered {
  text-decoration: none;
  background-color: #fff;
  color: var(--heading-font-color);
}
.ghost-btn-white:focus:before, .ghost-btn-white:hover:before, .ghost-btn-white.hovered:before {
  inset: -8px;
  opacity: 1;
}

.apple-btn {
  display: block;
  color: transparent;
  background: url("../template_images/") no-repeat center/25px 30px;
  height: 30px;
  width: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.apple-btn .text {
  visibility: hidden;
}
.apple-btn:hover {
  -webkit-transform: scale(1.1);
  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;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.google-btn .text {
  visibility: hidden;
}
.google-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.google-btn-red, .google-btn-white,
.apple-btn-red,
.apple-btn-white {
  height: 30px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.75em;
  -moz-column-gap: 0.75em;
  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 {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.google-btn-white {
  color: var(--white);
}

.apple-btn-large {
  display: block;
  color: transparent;
  background: url("../template_images/footer/app_store.svg") no-repeat center/129px 31px;
  height: 49px;
  width: 158px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
  background-color: black;
}
.apple-btn-large .text {
  visibility: hidden;
}
.apple-btn-large:hover {
  opacity: 0.7;
}

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

.breadcrumbs {
  display: none;
}
@media screen and (min-width: 980px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.breadcrumbs .breadcrumb {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--primary-color);
}
.breadcrumbs .breadcrumb > img {
  position: relative;
  top: -2px;
}
.breadcrumbs .breadcrumb:hover {
  font-weight: 400;
}
.breadcrumbs .breadcrumb:after {
  content: "";
  background-image: url(../template_images/icons/double-chevron.svg);
  height: 0.5rem;
  width: 0.6rem;
  pointer-events: none;
  display: inline-block;
  padding: 0 0.5em 0 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -2px;
}
.breadcrumbs .breadcrumb:after:hover {
  text-decoration: none;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}

#site-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#site-cookie-bar.visible {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 979px) {
  #site-cookie-bar {
    padding-left: 30px;
  }
}
#site-cookie-bar > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-right: 0;
  max-width: 771px;
  background-color: var(--heading-font-color);
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4.3rem 6.7rem;
  border-radius: 45px 0 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1.7rem;
}
@media screen and (min-width: 980px) {
  #site-cookie-bar > .content {
    border-radius: 60px 0 0 0;
    padding-left: 8.8rem;
    padding-right: 11rem;
  }
}
#site-cookie-bar > .content > button {
  height: 3.3rem;
  width: 3.3rem;
  background-image: url(../template_images/icons/cookie-bar-close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.1rem;
  right: 2.9rem;
}
#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;
  margin-bottom: 3em;
}
.rate-block:last-of-type {
  margin-bottom: 0;
}
.rate-block table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  max-width: 1020px;
}
.rate-block tbody {
  width: 100%;
  padding: 0 30px;
}
.rate-block .rate-title {
  display: none;
}
.rate-block .effective-date {
  font-family: "motiva-sans", sans-serif;
  font-size: 1.4rem;
  padding-left: 30px;
  text-align: center;
}
.rate-block th.empty-cell::before {
  content: none;
}
.rate-block tr {
  margin-bottom: 1.1rem;
  border-radius: 10px;
  color: var(--primary-color);
}
.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 tr > td {
  text-align: center;
  color: var(--marble-blue);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "motiva-sans", sans-serif;
  background: white;
  border: 1px solid var(--electric-blue);
  border-left: none;
}
.rate-block tr > td > p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:first-child {
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid var(--electric-blue);
  }
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 30px;
    border-left: none;
  }
}
.rate-block tr th,
.rate-block tr td {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  position: relative;
}
.rate-block th {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  padding-bottom: 1.6rem;
}
.rate-block th::before {
  margin-top: 0;
  margin-bottom: 0;
}
.rate-block th:first-child {
  padding-left: 30px;
}
.rate-block th:first-child::before {
  left: 30px;
}
@media screen and (min-width: 980px) {
  .rate-block th:first-child {
    padding-left: 30px;
  }
  .rate-block th:first-child::before {
    left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .rate-block tbody:has(tr:nth-of-type(3)) tr td {
    border-bottom: none;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr td:first-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr td:last-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:nth-of-type(2) td:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:nth-of-type(2) td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:last-child td {
    border-bottom: 1px solid var(--electric-blue);
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:last-child td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:last-child td:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px !important;
  }
}

.disclosure {
  font-size: 1.4rem;
  font-style: italic;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 979px) {
  table .col_0 {
    empty-cells: hide;
    display: block;
    visibility: visible;
  }
  table .btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  table tr:first-of-type {
    display: none;
  }
  table td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    white-space: normal;
    position: relative;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
    border: 1px solid var(--electric-blue);
    border-top: none !important;
    border-left: 1px solid var(--electric-blue) !important;
  }
  table td:after {
    content: "";
    top: 0;
    bottom: 0;
    right: calc(50% - 1px);
    width: 1px;
    background-color: var(--electric-blue);
    position: absolute;
  }
  table td:first-of-type {
    border-top: 1px solid var(--electric-blue) !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table td:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
  }
  table td span {
    text-align: left;
    padding-right: 30px !important;
  }
  table thead,
  table .row_0,
  table .col_0 {
    display: none;
    visibility: hidden;
  }
  table tr {
    position: relative;
    border-radius: 0;
    display: block;
    padding: 0.5em 0;
    text-align: left;
    border-radius: 10px;
  }
  table tbody {
    padding: 0;
    text-align: left;
  }
  table th {
    padding: 0;
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  table td,
  table th {
    text-align: center;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
    padding: 0 30px;
  }
  table th > span.mobile-only,
  table td > span.mobile-only {
    font-weight: 900;
    font-size: 1.6rem;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
    padding-left: 0;
  }
  table td[data-hide]::before {
    content: "" !important;
  }
}
/* Alert Homepage Banner */
.alerts-container {
  container-type: inline-size;
  margin: 0;
  position: relative;
  z-index: 100;
  padding: 0;
  background: var(--white);
}
@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: var(--tertiary-color);
  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(--powder-blue);
  color: var(--body-font-color);
}
.mod-alert[data-type=notice] > .alert-wrapper > .content a {
  text-decoration: underline;
  color: var(--tertiary-color);
}
.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: #2987AB;
  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;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  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 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mod-alert .alert-close:before, .mod-alert .alert-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  top: 50%;
  left: 0%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod-alert .alert-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod-alert .alert-close:focus, .mod-alert .alert-close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-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;
}
.alert-bell .arrow-lnk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5em 0;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.alert-bell .arrow-lnk:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert-bell .arrow-lnk:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.alert-bell .arrow-lnk:hover:after {
  left: 0;
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-animation: splide-loading 1s linear infinite;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  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 {
  -webkit-transform: rotate(180deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  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%;
  -webkit-transition: background-color 0.2s ease;
  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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: -15px !important;
  top: 50%;
  height: 20px;
  width: 4px;
  background-color: var(--tertiary-color);
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.5s ease !important;
  transition: -webkit-transform 0.5s ease !important;
  transition: transform 0.5s ease !important;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
}
.accordion-container .accordion-button:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion-container .accordion-button:after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.accordion-container .accordion-content {
  padding: 0 0 1em;
  display: none;
}
.accordion-container .accordion-content p {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.accordion-container.active > .accordion-button:after {
  -webkit-transform: translateY(-50%) rotate(-270deg) !important;
  transform: translateY(-50%) rotate(-270deg) !important;
}

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

#fourohfour {
  padding: 0 30px;
  position: relative;
  background-color: #bde4ee;
}
#fourohfour .light-waves {
  -webkit-animation: lightwaves 2s infinite;
  animation: lightwaves 2s infinite;
  position: relative;
}
#fourohfour #Path_151006 {
  -webkit-animation-duration: 10.1s;
  animation-duration: 10.1s;
}
#fourohfour #Path_151005 {
  -webkit-animation-duration: 10.6s;
  animation-duration: 10.6s;
}
#fourohfour #Group_23865 {
  -webkit-animation: bobbing 5s infinite;
  animation: bobbing 5s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes lightwaves {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 5px) rotate(1deg);
    transform: translate(0, 5px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
}
@keyframes lightwaves {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 5px) rotate(1deg);
    transform: translate(0, 5px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
}
@-webkit-keyframes bobbing {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  25% {
    -webkit-transform: translate(-15px, 5px) rotate(1deg);
    transform: translate(-15px, 5px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  75% {
    -webkit-transform: translate(15px, 15px) rotate(-0.5deg);
    transform: translate(15px, 15px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
}
@keyframes bobbing {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  25% {
    -webkit-transform: translate(-15px, 5px) rotate(1deg);
    transform: translate(-15px, 5px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  75% {
    -webkit-transform: translate(15px, 15px) rotate(-0.5deg);
    transform: translate(15px, 15px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
}
#fourohfour > .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 2em 0;
  -webkit-column-gap: clamp(20px, 5vw, 6.7rem);
  -moz-column-gap: clamp(20px, 5vw, 6.7rem);
  column-gap: clamp(20px, 5vw, 6.7rem);
}
@media screen and (max-width: 979px) {
  #fourohfour > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #fourohfour > .content .info {
    max-width: 400px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
#fourohfour > .content .photo {
  width: 100%;
  aspect-ratio: 812/667;
  position: relative;
  max-width: 40vw;
  padding: 2em 0;
  overflow-y: visible;
}
#fourohfour > .content .photo svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding-bottom: 1em;
  overflow: visible;
}
#fourohfour > .content .info {
  margin: 2em 0;
  text-align: center;
  position: relative;
  max-width: 570px;
  text-align: left;
}
#fourohfour > .content .info .f-h1 {
  margin-bottom: 2.9rem;
  font-size: clamp(4rem, 5vw, 6rem);
}
#fourohfour > .content .info .f-h2 {
  color: #1ba2c4;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}
#fourohfour > .content .info .copy {
  color: #1f2f3b;
  max-width: 626px;
  margin: 0 auto 1.5em;
  font-size: 1.8rem;
}
#fourohfour > .content .info .subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  color: #7acafc;
  margin-bottom: 1em;
}
#fourohfour > .content .info .actions {
  display: grid;
  grid-gap: 1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-template-columns: 1fr;
  -webkit-column-gap: clamp(2rem, 3vw, 5rem);
  -moz-column-gap: clamp(2rem, 3vw, 5rem);
  column-gap: clamp(2rem, 3vw, 5rem);
}
#fourohfour > .content .info .actions a {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 980px) {
  #fourohfour > .content .info .actions {
    grid-template-columns: repeat(auto-fit, minmax(100px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  }
  #fourohfour > .content .info .actions a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

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

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

.content .actions {
  display: grid;
  grid-template-columns: 300px;
  row-gap: 1em;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    justify-items: flex-start;
  }
}

main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > p,
main > ul,
main > ol,
main > figure {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 2em;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1000px;
}
main > ul, main ol {
  padding-left: 3em;
}
@media screen and (min-width: 980px) {
  main > ul:has(li:nth-child(4)), main ol:has(li:nth-child(4)) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: clamp(3rem, 5vw, 5rem);
    -moz-column-gap: clamp(3rem, 5vw, 5rem);
    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 (min-width: 980px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  .desktop-only {
    display: none !important;
  }
}

.testing-actions-again-for-real-this-time {
  display: block;
}