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

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

dl {
  margin: 0;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

header {
  position: relative;
  padding: 0 20px;
  z-index: 99998;
  top: 0;
  left: 0;
  height: 110px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 980px) {
  header {
    height: 100px;
    position: sticky;
  }
}
header .header-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1750px;
  display: grid;
  grid-template-areas: "secondary secondary secondary" "nav logo buttons";
  grid-template-columns: 60px 1fr 60px;
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
  row-gap: 0.6rem;
  column-gap: 20px;
}
header .header-container .logo {
  grid-area: logo;
}
header .header-container .secondary-nav {
  grid-area: secondary;
}
header .header-container .main-nav {
  grid-area: main;
}
header .header-container .header-buttons {
  grid-area: buttons;
}
header .header-container ul {
  padding-left: 0;
  margin-bottom: 0;
}
header .header-container ul > li {
  list-style: none;
}
header .header-container .nav-button {
  position: relative;
  height: 2.3rem;
  width: 3.2rem;
  align-self: center;
}
header .header-container .nav-button > img {
  transition: opacity 0.2s ease;
  pointer-events: none;
  position: absolute;
  inset: 0;
  align-self: center;
  height: 100%;
  width: 100%;
}
header .header-container .nav-button.closed .closed {
  opacity: 1;
}
header .header-container .nav-button.closed .open {
  opacity: 0;
}
header .header-container .nav-button.open .open {
  opacity: 1;
}
header .header-container .nav-button.open .closed {
  opacity: 0;
}
header .header-container .logo {
  justify-self: center;
}
@media screen and (min-width: 1050px) {
  header .header-container .logo {
    justify-self: flex-start;
  }
}
header .header-container .secondary-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 1.8rem;
  align-items: center;
  font-family: "lato", sans-serif;
  font-size: 1.3rem;
}
@media screen and (min-width: 1050px) {
  header .header-container .secondary-nav {
    justify-content: flex-end;
  }
}
header .header-container .secondary-nav .branch-select {
  position: relative;
}
header .header-container .secondary-nav .branch-select:before {
  content: url(../template_images/svg-shapes/ico-locations.svg);
  height: 13px;
  width: 9px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-container .secondary-nav .branch-select button {
  text-decoration: underline;
  font-weight: 700;
  color: var(--cold-current);
}
header .header-container .secondary-nav .nav-items {
  display: flex;
  flex-direction: row;
  column-gap: 1.8rem;
  align-items: center;
  margin-bottom: 0;
}
header .header-container .header-buttons {
  display: flex;
  flex-direction: column;
  column-gap: 1.1rem;
}
@media screen and (min-width: 1550px) {
  header .header-container .header-buttons {
    flex-direction: row;
  }
}
header .header-container .header-buttons > li {
  width: auto;
  height: 4rem;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  display: block;
  border-radius: 8px;
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 1050px) {
  header .header-container .header-buttons > li {
    width: 11.5rem;
  }
}
header .header-container .header-buttons > li a,
header .header-container .header-buttons > li button {
  color: var(--black);
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
@media screen and (min-width: 1050px) {
  header .header-container .header-buttons > li a,
  header .header-container .header-buttons > li button {
    color: var(--white);
  }
}
header .header-container .header-buttons > li a:before,
header .header-container .header-buttons > li button:before {
  content: "";
  height: 1.7rem;
  width: 1.7rem;
  position: relative;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-container .header-buttons > li a:hover,
header .header-container .header-buttons > li button:hover {
  text-decoration: underline currentColor;
}
header .header-container .header-buttons > li:has(.join-btn) {
  background-color: var(--tertiary-color);
}
header .header-container .header-buttons > li:has(.join-btn) a:before {
  background-image: url(../template_images/svg-shapes/ico-user.svg);
}
@media screen and (min-width: 1050px) and (max-width: 1550px) {
  header .header-container .header-buttons > li:has(.join-btn) {
    top: -1.2rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
header .header-container .header-buttons > li:has(.login-btn) {
  background-color: none;
}
@media screen and (min-width: 1050px) {
  header .header-container .header-buttons > li:has(.login-btn) {
    background-color: var(--primary-color);
  }
  header .header-container .header-buttons > li:has(.login-btn) button .open {
    display: none !important;
  }
}
header .header-container .header-buttons > li:has(.login-btn) button:before {
  content: none;
}
header .header-container .header-buttons > li:has(.login-btn) button > * {
  pointer-events: none;
}
header .header-container .header-buttons > li:has(.login-btn) button .closed {
  position: relative;
  display: flex;
  column-gap: 0.8rem;
}
header .header-container .header-buttons > li:has(.login-btn) button .closed:before {
  content: "";
  height: 1.7rem;
  width: 1.7rem;
  position: relative;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../template_images/svg-shapes/ico-login.svg);
}
header .header-container .header-buttons > li:has(.login-btn) button .open {
  display: none;
}
@media screen and (max-width: 1049px) {
  header .header-container .header-buttons > li:has(.login-btn) button.open .open {
    display: block;
  }
  header .header-container .header-buttons > li:has(.login-btn) button.open .closed {
    display: none;
  }
}
header .header-container .main-nav {
  display: flex;
  flex-direction: row;
  column-gap: clamp(20px, 2vw, 100px);
  font-weight: 700;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-family: "futura-pt", sans-serif;
  justify-content: space-evenly;
}
header .header-container .main-nav > li > * {
  color: var(--black);
}
@media screen and (min-width: 1050px) {
  header .header-container {
    grid-template-areas: "logo secondary secondary buttons" "logo main main buttons";
    grid-template-columns: auto 1fr auto auto;
  }
  header .header-container .main-nav {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1375px) {
  header .header-container .main-nav {
    column-gap: clamp(20px, 5vw, 100px);
    justify-content: center;
  }
}
@media screen and (min-width: 1550px) {
  header .header-container {
    grid-template-areas: "logo secondary secondary" "logo main buttons";
    grid-template-columns: auto 1fr auto;
  }
}
@media screen and (max-width: 1049px) {
  header .show-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1050px) {
  header .show-mobile {
    display: none !important;
  }
}

#tethered-login-root {
  position: relative;
  z-index: 100000;
}

.main-nav.dropdowns .dropdown-root .dropdown-menu {
  position: absolute;
  left: 50%;
  top: 10rem;
  width: calc(100% - 60px);
  max-width: 1630px;
  transform: translateX(-50%);
  transition: clip-path 0.5s linear;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  padding: 0 20px;
  background-color: white;
  border-radius: 0 0 25px 25px;
  z-index: 1000;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 5.8rem 20px 8rem;
  display: grid;
  grid-template-areas: "cross-sell nav-links";
  grid-template-columns: 284px auto;
  row-gap: 6.8rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content a {
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content a:hover {
  text-decoration: underline currentColor;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell {
  width: 100%;
  max-width: 284px;
  border-radius: 15px;
  background-color: var(--silent-snowfall);
  display: grid;
  grid-template-columns: 1fr;
  padding: 3.7rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .photo {
  aspect-ratio: 1/1;
  height: 5.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5.5rem;
  position: relative;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .photo:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2.75rem;
  left: 0;
  width: 8rem;
  height: 0.6rem;
  background-image: url(../template_images/svg-shapes/ico-wave.svg);
  background-size: cover;
  background-position: left;
  background-repeat: repeat-x;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .cs_info .copy {
  margin-bottom: 1.2rem;
  font-family: "lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .cross-sell .cs_info a {
  color: var(--tertiary-color);
  font-size: 1.6;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info {
  padding-left: clamp(5rem, 10vw, 10rem);
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info .nav-links {
  grid-area: nav-links;
  column-count: 2;
  column-gap: clamp(50px, 5vw, 84px);
  margin-bottom: 4.7rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info .nav-links > li {
  break-inside: avoid;
  list-style: none;
  padding-left: 0;
  margin-bottom: 3.6rem;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info .nav-links > li > a {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "futura-pt", sans-serif;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info .additional-links p {
  font-family: "lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info .additional-links > ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: clamp(20px, 5vw, 7.1rem);
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info .additional-links > ul li {
  list-style: none;
}
.main-nav.dropdowns .dropdown-root .dropdown-menu > .content .info .additional-links > ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "lato", sans-serif;
  color: var(--primary-color);
}
.main-nav.dropdowns .dropdown-root.active .dropdown-menu {
  transition: clip-path 0.5s linear;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.search-desktop,
.login-desktop,
.mobile-app-modal {
  padding: 0 20px;
}
.search-desktop > .content,
.login-desktop > .content,
.mobile-app-modal > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 422px;
  min-height: clamp(300px, 49vh, 514px);
  border-radius: 10px;
  overflow: hidden;
}
.search-desktop > .content .search-side,
.login-desktop > .content .search-side,
.mobile-app-modal > .content .search-side {
  background-color: var(--oxford-blue);
  display: flex;
  align-content: center;
  justify-content: center;
}
.search-desktop > .content .additional-links,
.login-desktop > .content .additional-links,
.mobile-app-modal > .content .additional-links {
  margin: 0 auto;
  align-self: center;
}
.search-desktop > .content .additional-links .routing-and-nmls,
.login-desktop > .content .additional-links .routing-and-nmls,
.mobile-app-modal > .content .additional-links .routing-and-nmls {
  margin-bottom: 2.5rem;
}
.search-desktop > .content .additional-links .routing-and-nmls p,
.login-desktop > .content .additional-links .routing-and-nmls p,
.mobile-app-modal > .content .additional-links .routing-and-nmls p {
  font-family: "futura-pt", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
.search-desktop > .content .additional-links .routing-and-nmls p span,
.login-desktop > .content .additional-links .routing-and-nmls p span,
.mobile-app-modal > .content .additional-links .routing-and-nmls p span {
  font-weight: 700;
}
.search-desktop > .content .additional-links ul,
.login-desktop > .content .additional-links ul,
.mobile-app-modal > .content .additional-links ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.9rem;
}
.search-desktop > .content .additional-links ul > li,
.login-desktop > .content .additional-links ul > li,
.mobile-app-modal > .content .additional-links ul > li {
  list-style: none;
}
.search-desktop > .content .additional-links ul > li a,
.login-desktop > .content .additional-links ul > li a,
.mobile-app-modal > .content .additional-links ul > li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "lato", sans-serif;
}
.search-desktop > .content form,
.login-desktop > .content form,
.mobile-app-modal > .content form {
  margin: 0 20px;
  width: 100%;
  max-width: 845px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
}
.search-desktop > .content form label,
.login-desktop > .content form label,
.mobile-app-modal > .content form label {
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  font-size: 2.4rem;
  color: var(--white);
  text-transform: uppercase;
  padding-left: 1rem;
  margin-bottom: 1.8rem;
}
.search-desktop > .content form .input-box,
.login-desktop > .content form .input-box,
.mobile-app-modal > .content form .input-box {
  position: relative;
  width: 100%;
}
.search-desktop > .content form .input-box:before,
.login-desktop > .content form .input-box:before,
.mobile-app-modal > .content form .input-box:before {
  content: "";
  background-image: url(../template_images/svg-shapes/ico-search.svg);
  display: block;
  position: absolute;
  pointer-events: none;
  height: 31px;
  width: 30px;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 2.2rem;
  transform: translateY(-50%);
}
.search-desktop > .content form input,
.login-desktop > .content form input,
.mobile-app-modal > .content form input {
  width: 100%;
  padding: 2.5rem 7.5rem;
  font-family: "lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--black);
  border-radius: 10px;
}

.login-desktop > .content {
  max-width: 975px;
}
.login-desktop > .content .orpheus-login {
  width: 100%;
  margin: 0 30px;
  max-width: 310px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.login-desktop > .content .orpheus-login .f-h2 {
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  font-size: 2.2rem;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  text-align: center;
}
.login-desktop > .content .orpheus-login .f-h2:before {
  content: url(../template_images/svg-shapes/ico-login.svg);
  filter: brightness(0) invert(1);
  margin-right: 1rem;
}
.login-desktop > .content .orpheus-login input {
  color: var(--primary-color);
  font-family: "lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.login-desktop > .content .orpheus-login input::placeholder {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.orpheus-login {
  width: 100%;
  margin: 0 30px;
  max-width: 310px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.orpheus-login .f-h2 {
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  font-size: 2.2rem;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  text-align: center;
}
.orpheus-login .f-h2:before {
  content: url(../template_images/svg-shapes/ico-login.svg);
  filter: brightness(0) invert(1);
  margin-right: 1rem;
}
.orpheus-login input,
.orpheus-login button {
  width: 100%;
  border-radius: 15px;
  height: 5.3rem;
  display: flex;
  text-align: center;
  font-size: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 1.5rem;
  justify-content: center;
}
.orpheus-login input#quickLoginBtn,
.orpheus-login button#quickLoginBtn {
  background-color: var(--tertiary-color);
}
.orpheus-login input#loginBtn,
.orpheus-login button#loginBtn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.orpheus-login input {
  color: var(--primary-color);
  font-family: "lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.orpheus-login input::placeholder {
  margin: 0 auto;
}
.orpheus-login input::placeholder {
  text-align: center;
}

#menu-search,
#menu-login {
  position: absolute;
  height: auto;
  width: 100%;
  right: 0;
  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: 1050px) {
  #menu-search,
  #menu-login {
    display: none !important;
  }
}
#menu-search.open,
#menu-login.open {
  transition: clip-path 0.5s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#menu-search > .content,
#menu-login > .content {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
#menu-search > .content .search-side,
#menu-login > .content .search-side {
  background-color: var(--oxford-blue);
  justify-items: center;
  padding-top: 4rem;
  padding-bottom: 5.3rem;
}
#menu-search > .content .search-side input,
#menu-login > .content .search-side input {
  height: 5.2rem;
  text-align: center;
}
#menu-search > .content form,
#menu-login > .content form {
  margin: 0 20px;
  width: 100%;
  max-width: 845px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  padding: 0 20px;
}
#menu-search > .content form label,
#menu-login > .content form label {
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  font-size: 2.4rem;
  color: var(--white);
  text-transform: uppercase;
  padding-left: 1rem;
  margin-bottom: 1.8rem;
}
#menu-search > .content form .input-box,
#menu-login > .content form .input-box {
  position: relative;
  width: 100%;
}
#menu-search > .content form .input-box:before,
#menu-login > .content form .input-box:before {
  content: "";
  background-image: url(../template_images/svg-shapes/ico-search.svg);
  display: block;
  position: absolute;
  pointer-events: none;
  height: 31px;
  width: 30px;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 2.2rem;
  transform: translateY(-50%);
}
#menu-search > .content form input,
#menu-login > .content form input {
  width: 100%;
  padding: 2.5rem 7.5rem;
  font-family: "lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--black);
  border-radius: 10px;
}
#menu-search > .content .close-btn,
#menu-login > .content .close-btn {
  height: 2.3rem;
  width: 2.3rem;
  background-image: url(../template_images/svg-shapes/ico-close-x.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6rem auto 3rem;
  filter: brightness(0) saturate(100%) invert(70%) sepia(96%) saturate(4740%) hue-rotate(350deg) brightness(86%) contrast(97%);
}
#menu-search > .content .additional-links,
#menu-login > .content .additional-links {
  margin: 0 auto;
  align-self: center;
  text-align: center;
  padding-top: 3.7rem;
}
#menu-search > .content .additional-links .routing-and-nmls,
#menu-login > .content .additional-links .routing-and-nmls {
  margin-bottom: 2.5rem;
}
#menu-search > .content .additional-links .routing-and-nmls p,
#menu-login > .content .additional-links .routing-and-nmls p {
  font-family: "futura-pt", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
#menu-search > .content .additional-links .routing-and-nmls p span,
#menu-login > .content .additional-links .routing-and-nmls p span {
  font-weight: 700;
}
#menu-search > .content .additional-links ul,
#menu-login > .content .additional-links ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.9rem;
  text-align: center;
}
#menu-search > .content .additional-links ul > li,
#menu-login > .content .additional-links ul > li {
  list-style: none;
}
#menu-search > .content .additional-links ul > li a,
#menu-login > .content .additional-links ul > li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "lato", sans-serif;
}

.mobile-nav {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: var(--white);
  transition: clip-path 0.4s ease;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  padding-bottom: 5rem;
  display: grid;
}
.mobile-nav:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../template_images/header/mobile-waves.svg);
  aspect-ratio: 430/109;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav.open {
  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;
  justify-items: center;
}
.mobile-nav > .content .accordions {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 400px;
  margin: 4rem 5.8rem 3.6rem;
  border-top: 1px solid var(--silent-snowfall);
}
.mobile-nav > .content .accordions .accordion-container {
  border-bottom: 1px solid var(--silent-snowfall);
}
.mobile-nav > .content .accordions .accordion-container .accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  padding: 1.4rem 0 1.1rem;
}
.mobile-nav > .content .accordions .accordion-container .accordion-button:before, .mobile-nav > .content .accordions .accordion-container .accordion-button:after {
  width: 2px;
  height: 13px;
  right: 1rem !important;
}
.mobile-nav > .content .accordions .accordion-container .accordion-content .prim {
  padding-left: 0;
}
.mobile-nav > .content .accordions .accordion-container .accordion-content .prim > li {
  font-size: 1.9rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  list-style: none;
  margin-bottom: 2.6rem;
}
.mobile-nav > .content .explore-link {
  border-radius: 15px;
  background-color: var(--silent-snowfall);
  color: var(--tertiary-color);
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
  padding: 1.5rem 2rem;
  margin-bottom: 4.1rem;
}
.mobile-nav > .content .explore-link .photo {
  width: 34px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-nav > .content .explore-link a {
  font-size: 1.4rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  color: var(--tertiary-color);
}
.mobile-nav > .content .add-link-headline {
  font-family: "lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
.mobile-nav > .content .add-links {
  padding-left: 0;
}
.mobile-nav > .content .add-links > li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
}
.mobile-nav > .content .add-links > li a {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "lato", sans-serif;
  text-decoration: underline currentColor;
}
.mobile-nav > .content .secondary-nav {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 400px;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.mobile-nav > .content .secondary-nav > li {
  list-style: none;
  flex: 0 0 60px;
}
.mobile-nav > .content .secondary-nav > li a {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  color: var(--black);
}
.mobile-nav > .content .secondary-nav > li a > img {
  height: 3.6rem;
  width: 3.6rem;
  margin-right: 0;
}
.mobile-nav > .content .search-btn {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 400px;
  background-color: var(--tertiary-color);
  border-radius: 10px;
  color: var(--white);
  display: flex;
  column-gap: 1rem;
  place-content: center;
  padding: 1.5rem 3rem;
}
.mobile-nav > .content .search-btn:before {
  content: url(../template_images/svg-shapes/ico-search.svg);
  filter: brightness(0) invert(1);
  position: relative;
  top: 0.3rem;
}

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

footer {
  background-color: var(--primary-color);
  position: relative;
  padding: 0 20px;
}
footer > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: clamp(4.7rem, 10vw, 8.6rem);
  padding-bottom: 12rem;
  display: grid;
  grid-template-areas: "connected nav" "connected info";
  column-gap: clamp(50px, 10vw, 11.5rem);
  row-gap: 4.8rem;
}
footer > .content > div {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  footer > .content > div {
    justify-self: center;
  }
}
@media screen and (max-width: 979px) {
  footer > .content {
    grid-template-areas: "connected" "nav" "info";
  }
}
footer > .content ul {
  padding-left: 0;
}
footer > .content ul > li {
  list-style: none;
}
footer > .content ul > li > * {
  color: var(--white);
}
footer > .content .f-h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: var(--white);
}
@media screen and (max-width: 979px) {
  footer > .content .footer-nav {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }
}
footer > .content .footer-nav > ul {
  display: flex;
  flex-direction: row;
  row-gap: 2rem;
  flex-wrap: nowrap;
  column-gap: clamp(5rem, 10vw, 9.5rem);
}
@media screen and (max-width: 979px) {
  footer > .content .footer-nav > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 215px);
    justify-content: center;
  }
}
@media screen and (max-width: 415px) {
  footer > .content .footer-nav > ul {
    justify-content: flex-start;
  }
}
footer > .content .footer-nav > ul .f-h2 {
  margin-bottom: 1.9rem;
}
footer > .content .footer-nav > ul > li > ul {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
footer > .content .footer-nav > ul > li > ul > li > a {
  font-size: 1.4rem;
  font-weight: 400;
}
footer > .content .footer-info {
  display: grid;
  grid-template-columns: 1fr;
}
footer > .content .footer-info .row {
  display: flex;
  flex-direction: row;
  column-gap: 3.6rem;
}
@media screen and (max-width: 979px) {
  footer > .content .footer-info .row {
    justify-content: center;
  }
}
footer > .content .footer-info .row:has(.bugs) {
  flex-wrap: wrap;
}
footer > .content .footer-info .routing-and-nmls {
  font-size: 1.8rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: row;
  column-gap: 1.5em;
  margin-bottom: 3.3rem;
}
footer > .content .footer-info .accredations, footer > .content .footer-info .bugs, footer > .content .footer-info .legal {
  display: flex;
  column-gap: 3rem;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 979px) {
  footer > .content .footer-info .accredations {
    margin-bottom: 6.4rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer > .content .footer-info .bugs {
  column-gap: 1.5rem;
}
@media screen and (max-width: 979px) {
  footer > .content .footer-info .bugs {
    margin-bottom: 4rem;
  }
}
footer > .content .footer-info .legal {
  font-size: 1.4rem;
  column-gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  footer > .content .footer-info .legal {
    justify-content: center;
  }
}
footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 157px;
  background-image: url(../template_images/footer/footer-wave-mobile.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: repeat-x;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  footer:after {
    background-size: contain;
    height: 109px;
    background-image: url(../template_images/footer/footer-wave.svg);
  }
}
footer .get-connected {
  grid-area: connected;
  max-width: 279px;
}
@media screen and (min-width: 980px) {
  footer .get-connected {
    margin-left: 20px;
  }
}
footer .get-connected > ul.menu-items {
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 979px) {
  footer .get-connected > ul.menu-items {
    justify-content: center;
  }
}
footer .get-connected > ul.menu-items > li {
  width: 100%;
  max-width: 279px;
}
footer .get-connected > ul.menu-items > li a {
  padding: 1.5rem 2.7rem;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: var(--oxford-blue);
  border-radius: 15px;
  column-gap: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
}
footer .get-connected > ul.menu-items > li a img {
  aspect-ratio: 1;
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
}
footer .get-connected ul.socials {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
}
footer .get-connected ul.socials > li > a {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  background-color: var(--oxford-blue);
  display: flex;
  place-items: center;
  transform: scale(1);
  transition: transform 0.2s ease;
}
footer .get-connected ul.socials > li > a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
footer .get-connected ul.socials > li > a:hover {
  transform: scale(1.1);
}
footer .get-connected ul.socials > li > a span {
  visibility: hidden;
  pointer-events: none;
}
footer .footer-nav {
  grid-area: nav;
}
footer .footer-info {
  grid-area: info;
}

.map-holder {
  padding: 0 20px;
  margin-bottom: 5rem;
}
.map-holder .map-expand-button {
  max-width: 330px;
  width: 100%;
  display: flex;
  column-gap: 1.1rem;
}
.map-holder .map-expand-button:before {
  content: "";
  background-image: url(../template_images/svg-shapes/ico-search.svg);
  aspect-ratio: 1;
  height: 2rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: saturate(1) brightness(0) invert(1);
}
.map-holder .map-expand-button.shrink {
  display: flex;
  margin: 0 auto;
  margin-top: 3rem;
  max-width: unset;
  width: max-content;
}
.map-holder .map-expand-button.shrink:before {
  background-image: url(../template_images/svg-shapes/ico-close-x.svg);
  filter: brightness(0) saturate(100%) invert(48%) sepia(84%) saturate(3606%) hue-rotate(356deg) brightness(90%) contrast(87%);
}
.map-holder > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 425px;
  height: 1000px;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: max-height 2s ease;
}
.map-holder > .content .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(4, 34, 72, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-holder > .content .overlay.active {
  opacity: 1;
  pointer-events: all;
}
.map-holder > .content iframe {
  position: absolute;
  z-index: 1;
}
.map-holder:has(.overlay.active) > .content {
  max-height: 425px;
}
.map-holder:has(.overlay.active) .map-expand-button.shrink {
  display: none;
}
.map-holder:has(.overlay.active) iframe {
  z-index: -1;
}

#location-index .location-list {
  padding: 0 20px;
  margin-bottom: 4em;
}
#location-index .location-list > .content > .location-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  column-gap: clamp(2rem, 3vw, 4.3rem);
  row-gap: clamp(2.6rem, 3vw, 4.5rem);
  flex-wrap: wrap;
  justify-content: center;
}
#location-index .location-list > .content > .location-container > .location {
  background-color: var(--silent-snowfall);
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  #location-index .location-list > .content > .location-container > .location {
    flex: 0 1 438px;
  }
}
#location-index .location-list > .content > .location-container > .location > .content {
  padding: 3rem 2.7rem;
  position: relative;
}
#location-index .location-list > .content > .location-container > .location > .content a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#location-detail .directory-header {
  min-height: 461px;
}
@media screen and (min-width: 980px) {
  #location-detail .directory-header {
    min-height: 550px;
  }
}
#location-detail .directory-header .breadcrumbs > .content {
  right: unset;
  left: 0;
}
#location-detail .directory-header:has(.location-alerts) {
  margin-bottom: 10em;
}
#location-detail .directory-header .info {
  max-width: 1050px;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  color: white;
}
@media screen and (max-width: 979px) {
  #location-detail .directory-header .info {
    padding-top: 2rem;
    padding-bottom: 3.7rem;
  }
}
#location-detail .directory-header .info .address {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 2.5rem;
}
#location-detail .directory-header .info .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 980px) {
  #location-detail .directory-header .info .actions {
    flex-direction: row;
  }
}
#location-detail .directory-header .info .actions > a {
  width: max-content;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  background-color: var(--hopi);
  border-color: var(--hopi);
  position: relative;
  display: flex;
  column-gap: 0.9rem;
}
#location-detail .directory-header .info .actions > a img {
  height: 2.3rem;
  object-fit: contain;
}
#location-detail .directory-header .info .actions > a:hover {
  background-color: var(--oxford-blue);
  border-color: var(--oxford-blue);
}
@media screen and (max-width: 979px) {
  #location-detail .directory-header .info .actions > a {
    width: 100%;
    max-width: 285px;
  }
}
@media screen and (min-width: 980px) {
  #location-detail .directory-header:not(:has(.photo)) {
    height: 20vw;
    min-height: unset;
  }
}
#location-detail .extra-info {
  padding: 0 20px;
  margin-bottom: 4em;
  margin-top: -2em;
}
#location-detail .extra-info > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
#location-detail .hours-and-links {
  padding: 0 20px;
  margin-bottom: 2em;
}
#location-detail .hours-and-links > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1260px;
  display: flex;
  flex-direction: row;
  column-gap: clamp(50px, 5vw, 11rem);
  justify-content: center;
}
@media screen and (max-width: 979px) {
  #location-detail .hours-and-links > .content {
    flex-direction: column;
    align-items: center;
    row-gap: 4.5rem;
  }
}
#location-detail .hours-and-links > .content .hours-block {
  flex: 1 1 275px;
}
#location-detail .hours-and-links > .content .hours-block dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 2.4rem;
  row-gap: 1.4rem;
}
#location-detail .hours-and-links > .content .hours-block dl dd {
  margin-left: 0;
}
#location-detail .hours-and-links > .content .services ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.1rem;
  padding-left: 2rem;
}
@media screen and (min-width: 1100px) {
  #location-detail .hours-and-links > .content .services ul {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(2rem, 5vw, 5rem);
  }
}
#location-detail .holidays {
  margin-bottom: 8.4rem;
}
#location-detail .holidays > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  background-color: var(--silent-snowfall);
  border-radius: 10px;
}
#location-detail .holidays > .content button {
  display: flex;
  justify-content: center;
  justify-self: center;
  font-size: 1.6rem;
  color: var(--tertiary-color);
  font-weight: 700;
}
#location-detail .holidays > .content button:before, #location-detail .holidays > .content button:after {
  right: -20px !important;
  height: 12px;
  width: 3px;
}
#location-detail .holidays > .content button:before {
  position: absolute;
  top: 13px;
}
#location-detail .holidays > .content button:after {
  top: 4px;
  transform: translateY(23%) rotate(0);
}
#location-detail .holidays > .content .accordion-content {
  padding: 0 20px;
}
#location-detail .holidays > .content .accordion-content > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
#location-detail .holidays > .content .accordion-content > .content ul {
  padding-left: 0;
  width: 100%;
}
#location-detail .holidays > .content .accordion-content > .content ul > li {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#location-detail .holidays > .content.active button:after {
  transform: translateY(23%) rotate(-270deg) !important;
}
#location-detail .kadence-ticker .headline {
  margin-bottom: 4.5rem;
}
#location-detail .kadence-ticker .headline .f-h2 {
  margin-bottom: 5.1rem;
}
@media screen and (min-width: 980px) {
  #location-detail .kadence-ticker .headline {
    margin-bottom: 5rem;
  }
}
#location-detail .kadence-ticker .events {
  background-color: var(--cold-current);
  border-radius: 15px;
  padding: 5.4rem clamp(20px, 5vw, 12.4rem);
  justify-items: center;
}
@media screen and (max-width: 979px) {
  #location-detail .kadence-ticker .events {
    max-width: 391px;
    margin: 0 auto;
  }
}
#location-detail .kadence-ticker .events .f-h2 {
  color: #fff;
  position: relative;
  display: flex;
  column-gap: 1.3rem;
  align-items: center;
}
#location-detail .kadence-ticker .events .f-h2:before {
  content: "";
  aspect-ratio: 1;
  width: clamp(4.4rem, 5vw, 6.5rem);
  background-image: url(../template_images/svg-shapes/ico-events.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#location-detail .kadence-ticker .events .event-container {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (min-width: 980px) {
  #location-detail .kadence-ticker .events .event-container {
    flex-direction: row;
    column-gap: clamp(5rem, 5vw, 12rem);
  }
}
#location-detail .kadence-ticker .events .event-container .event {
  color: var(--white);
}
@media screen and (min-width: 980px) {
  #location-detail .kadence-ticker .events .event-container .event {
    flex: 0 0 300px;
  }
}
#location-detail .kadence-ticker .events .event-container .event .date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #c7dae8;
  margin-bottom: 1.5rem;
}
#location-detail .kadence-ticker .events .event-container .event .date .month,
#location-detail .kadence-ticker .events .event-container .event .date .day {
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
#location-detail .kadence-ticker .events .event-container .event .date .day {
  font-size: 5rem;
}
#location-detail .kadence-ticker .events .event-container .event .f-h3 {
  color: white;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
#location-detail .kadence-ticker .events .event-container .event .copy {
  font-size: 1.6rem;
  font-weight: 400;
}

.rate-block,
.zrb-frontend-rate-table {
  padding-top: 1rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.1rem;
}
.rate-block tbody,
.zrb-frontend-rate-table tbody {
  width: 100%;
}
.rate-block .rate-title,
.zrb-frontend-rate-table .rate-title {
  display: none;
}
.rate-block tr,
.zrb-frontend-rate-table tr {
  margin-bottom: 1.5rem;
  background-color: var(--white);
  border-radius: 10px;
}
.rate-block tr > td,
.zrb-frontend-rate-table tr > td {
  text-align: left;
  color: var(--body-font-color);
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:first-child,
  .zrb-frontend-rate-table tr > td:first-child {
    text-align: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 50px;
  }
  .rate-block tr > td:first-child:before,
  .zrb-frontend-rate-table tr > td:first-child:before {
    left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:last-child,
  .zrb-frontend-rate-table tr > td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 50px;
  }
}
.rate-block tr th:first-child,
.zrb-frontend-rate-table tr th:first-child {
  padding-left: 50px;
}
.rate-block tr th:first-child:before,
.zrb-frontend-rate-table tr th:first-child:before {
  left: 30px;
}
.rate-block tr th,
.rate-block tr td,
.zrb-frontend-rate-table tr th,
.zrb-frontend-rate-table tr td {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  position: relative;
}
.rate-block tr th:before,
.zrb-frontend-rate-table tr th:before {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .rate-block tr th:first-child,
  .zrb-frontend-rate-table tr th:first-child {
    padding-left: 50px;
  }
  .rate-block tr th:first-child:before,
  .zrb-frontend-rate-table tr th:first-child:before {
    left: 30px;
  }
}
.rate-block tr:first-child,
.zrb-frontend-rate-table tr:first-child {
  text-align: left;
  background-color: inherit;
  border: none;
  margin-bottom: 1.9rem;
}
.rate-block tr:first-child td,
.zrb-frontend-rate-table tr:first-child td {
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #214573;
}
.rate-block .disclosure,
.zrb-frontend-rate-table .disclosure {
  font-size: 1.4rem;
  font-style: italic;
  padding-left: 20px;
  padding-right: 20px;
}

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

/* 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 20px;
  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: #840000;
  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(--silent-snowfall);
  color: var(--black);
}
.mod-alert[data-type=notice] > .alert-wrapper > .content a {
  text-decoration: underline;
  color: var(--primary-color);
}
.mod-alert > .alert-wrapper {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .mod-alert > .alert-wrapper {
    text-align: center;
    display: block;
  }
}
.mod-alert > .alert-wrapper > .content {
  margin: 0 auto;
  text-align: left;
  order: 1;
  padding: 0 22px 0 0px;
}
@media screen and (min-width: 980px) {
  .mod-alert > .alert-wrapper > .content {
    display: block;
    text-align: center;
    padding: 0 50px;
  }
}
.mod-alert > .alert-wrapper > .content > *:last-child {
  margin: 0 auto;
}
.mod-alert > .alert-wrapper > .content a {
  text-decoration: underline;
  font-weight: 700;
}
.mod-alert .alert-close {
  order: 2;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.mod-alert .alert-close:before, .mod-alert .alert-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 0%;
  transform: rotate(-45deg);
}
.mod-alert .alert-close:after {
  transform: rotate(45deg);
}
.mod-alert .alert-close:focus, .mod-alert .alert-close:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .mod-alert .alert-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 101;
  }
}

.alert-bell {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.alert-bell .arrow-lnk {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "lato", sans-serif;
  color: var(--tertiary-color);
  padding: 0.5em 0;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
.alert-bell .arrow-lnk:after {
  transform: rotate(45deg);
}
.alert-bell .arrow-lnk:hover {
  text-decoration: underline currentColor;
}
.alert-bell .arrow-lnk:hover:after {
  left: 0;
}
.alert-bell.visible {
  opacity: 1;
  pointer-events: all;
}

.location-alerts {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
}
.location-alerts .alert {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin-top: 2rem;
}
.location-alerts .alert > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}
.location-alerts .alert > .content > * {
  color: white;
  margin-bottom: 0;
  text-align: center;
}
.location-alerts .alert.notice-level {
  background-color: var(--blue-booties);
}
.location-alerts .alert.notice-level > .content * {
  color: var(--black);
}
.location-alerts .alert.alert-level {
  background-color: var(--alert-red);
}

.blog-detail .blog-detail-header {
  padding: 0 20px;
  margin-bottom: 4em;
  position: relative;
  height: 55vw;
  max-height: 755px;
  min-height: 546px;
}
.blog-detail .blog-detail-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
}
.blog-detail .blog-detail-header > .content .photo {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  aspect-ratio: 1900/600;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .blog-detail .blog-detail-header > .content .photo {
    aspect-ratio: 430/263;
  }
}
.blog-detail .blog-detail-header > .content .photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
.blog-detail .blog-detail-header > .content .photo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  height: clamp(8.4rem, 10vw, 160px);
  background-image: url(../template_images/svg-shapes/waves-blog-feature-overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.35;
}
@media screen and (max-width: 979px) {
  .blog-detail .blog-detail-header > .content .photo:after {
    background-size: cover;
  }
}
.blog-detail .blog-detail-header > .content .info {
  width: calc(100% - 40px);
  margin: 0 20px;
  max-width: 1000px;
  padding: clamp(2rem, 3vw, 3.4rem) clamp(2.3rem, 3vw, 4.1rem) clamp(4rem, 5vw, 5.6rem);
  background-color: var(--calypso);
  border-radius: 15px;
  position: absolute;
  bottom: 3.5em;
  left: calc(50% - 20px);
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  column-gap: clamp(20px, 3vw, 5.4rem);
  align-items: center;
}
.blog-detail .blog-detail-header > .content .info .category {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 979px) {
  .blog-detail .blog-detail-header > .content .info .category {
    justify-content: center;
  }
}
.blog-detail .blog-detail-header > .content .info .category > * {
  color: #fff;
  font-size: 1.6rem;
  font-family: "lato", sans-serif;
}
.blog-detail .blog-detail-header > .content .info .category .date {
  position: relative;
}
.blog-detail .blog-detail-header > .content .info .category .date:before {
  content: "|";
  margin-right: 1rem;
}
.blog-detail .blog-detail-header > .content .info .f-h1 {
  color: var(--white);
  margin-bottom: 1.4rem;
}
.blog-detail .blog-detail-header > .content .info .copy {
  color: var(--white);
  text-align: left;
  max-width: 587px;
}
.blog-detail .blog-detail-header > .content .info .actions {
  display: grid;
  grid-template-columns: 220px;
  width: 100%;
  row-gap: 1em;
  column-gap: 2em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3.3rem;
}
@media screen and (min-width: 980px) {
  .blog-detail .blog-detail-header > .content .info .actions {
    margin-top: 0;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 220px);
  }
}
.blog-detail .category-and-share {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 20px;
  margin-bottom: 3.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-detail .category-and-share img:not(.no-filter) {
  filter: brightness(0) saturate(100%) invert(35%) sepia(58%) saturate(574%) hue-rotate(340deg) brightness(101%) contrast(93%);
}
@media screen and (max-width: 979px) {
  .blog-detail .category-and-share {
    flex-direction: column;
    align-items: center;
    row-gap: 3.6rem;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail .category-and-share {
    margin-bottom: 5.2rem;
  }
}
.blog-detail .category-and-share .date-comment {
  font-size: 1.4rem;
  font-weight: 600;
}
.blog-detail .category-and-share .date-comment span:after {
  content: "|";
  padding: 0 0.2rem 0 0.5rem;
}
.blog-detail .category-and-share .date-comment span:last-child:after {
  content: none;
}
.blog-detail .category-and-share .category {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  color: var(--secondary-color);
  align-self: center;
}
.blog-detail .category-and-share .share-accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-detail .category-and-share .share-accordion .share-button {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
.blog-detail .category-and-share .share-accordion .share-button img {
  pointer-events: none;
}
.blog-detail .category-and-share .share-accordion .share-button span {
  pointer-events: none;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1.8rem;
}
@media screen and (max-width: 979px) {
  .blog-detail .category-and-share .share-accordion .share-button span {
    display: none;
  }
}
.blog-detail .category-and-share .share-accordion .share-content {
  width: 0;
  opacity: 0;
  transition: all 0.2s ease;
  padding-left: 2rem;
}
@media screen and (max-width: 979px) {
  .blog-detail .category-and-share .share-accordion .share-content {
    padding-left: 0;
  }
}
.blog-detail .category-and-share .share-accordion .share-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
}
.blog-detail .category-and-share .share-accordion .share-content ul > li {
  list-style: none;
}
.blog-detail .category-and-share .share-accordion .share-content ul > li img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(58%) saturate(546%) hue-rotate(340deg) brightness(92%) contrast(98%);
}
.blog-detail .category-and-share .share-accordion .share-content ul > li a,
.blog-detail .category-and-share .share-accordion .share-content ul > li button {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.blog-detail .category-and-share .share-accordion .share-content ul > li a:hover,
.blog-detail .category-and-share .share-accordion .share-content ul > li button:hover {
  text-decoration: underline currentColor;
}
.blog-detail .category-and-share .share-accordion.open .share-content {
  width: 100%;
  padding-left: 3rem;
  opacity: 1;
}
.blog-detail .blog-content {
  padding: 0 20px;
}
.blog-detail .blog-content > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.blog-detail .blog-content > .content .wp-block-list > li {
  padding-bottom: 0.5em;
  padding-left: 0;
}
.blog-detail .blog-content > .content .wp-block-list:has(li:nth-child(4)) {
  padding-left: 2rem;
}
@media screen and (min-width: 980px) {
  .blog-detail .blog-content > .content .wp-block-list:has(li:nth-child(4)) {
    column-gap: clamp(20px, 5vw, 50px);
    column-count: 2;
  }
}
.blog-detail .blog-content > .content .wp-block-image {
  margin: 1em 0;
  max-width: 1000px;
}
.blog-detail .blog-content > .content .wp-block-image > img {
  aspect-ratio: 1000/475;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-detail .blog-content > .content .wp-block-image .wp-element-caption {
  font-size: 1.8rem;
  font-weight: 700;
}
.blog-detail .similar-articles {
  padding: 5.5rem 20px 8rem;
}
.blog-detail .similar-articles > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 980px) {
  .blog-detail .similar-articles > .content:has(.card:nth-of-type(3)) {
    max-width: 1460px;
  }
}
.blog-detail .similar-articles > .content .headline {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (max-width: 979px) {
  .blog-detail .similar-articles > .content .splide__track {
    max-width: 345px;
    justify-self: center;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail .similar-articles > .content .splide__track {
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail .similar-articles > .content .splide__track {
    max-width: unset;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail .similar-articles > .content .splide__list.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail .similar-articles > .content .splide__list.container {
    flex-direction: row;
    grid-gap: 2rem;
  }
}
.blog-detail .similar-articles > .content .splide__list.container .card {
  max-width: 345px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background-color: var(--border-gray);
  border-radius: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .blog-detail .similar-articles > .content .splide__list.container .card {
    flex: 0 1 345px;
  }
}
.blog-detail .similar-articles > .content .splide__list.container .card .photo {
  width: 100%;
  aspect-ratio: 498/299;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  border: 13px solid var(--community-footer);
  position: relative;
  left: -13px;
  top: -13px;
  box-sizing: content-box;
}
.blog-detail .similar-articles > .content .splide__list.container .card .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-detail .similar-articles > .content .splide__list.container .card .info {
  padding: 4rem 3.2rem 5.4rem;
}
.blog-detail .similar-articles > .content .splide__list.container .card .info .category {
  font-size: 1.4rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  color: var(--secondary-color);
  align-self: center;
  margin-bottom: 1rem;
}
.blog-detail .similar-articles > .content .splide__list.container .card .info .f-h3 {
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
}
.blog-detail .similar-articles > .content .splide__list.container .card .info .arrow-lnk:after {
  background-image: url(../template_images/svg-shapes/ico-next-arrow.svg);
}
.blog-detail .similar-articles .slideshow-box {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .blog-detail .similar-articles .slideshow-box {
    max-width: 650px;
    margin: 0 auto;
  }
}
.blog-detail .similar-articles .mobile-controls {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 400/322;
  align-content: center;
  padding: 0 1.9rem;
  z-index: 1;
}
.blog-detail .similar-articles .mobile-controls .arrows {
  justify-content: space-between;
}
.blog-detail .similar-articles .mobile-controls .arrows .splide__arrow {
  height: 2.1rem;
  width: 2.1rem;
}
.blog-detail .similar-articles .splide__pagination {
  margin-top: 3.2rem;
  border-radius: 33px;
  box-shadow: 0 3px 10px rgb(0, 0, 0.16);
  height: 3rem;
  padding: 8px;
  column-gap: 9px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 110px));
  width: 295px;
  justify-self: center;
  display: none;
  background-color: var(--border-gray);
}
.blog-detail .similar-articles .splide__pagination:has(li:nth-child(2)) {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}
@media screen and (min-width: 980px) {
  .blog-detail .similar-articles .splide__pagination {
    display: none;
  }
}
.blog-detail .similar-articles .splide__pagination li {
  display: flex;
  height: 1.4rem;
  flex: 0 1 110px;
}
.blog-detail .similar-articles .splide__pagination li button {
  border-radius: 9px;
  height: 1.4rem;
  flex-grow: 1;
  background-color: var(--community-footer);
  transition: background-color 0.2s ease;
}
.blog-detail .similar-articles .splide__pagination li button.is-active {
  background-color: var(--primary-color);
}

.single-pannos_newsroom .blog-detail-header:has(.content .photo .placeholder) {
  height: 40vw !important;
  min-height: 400px !important;
}

#blog-index .blog-index-header {
  padding: 0 20px;
  margin-bottom: 4em;
  position: relative;
  height: 55vw;
  max-height: 755px;
  min-height: 546px;
}
#blog-index .blog-index-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
}
#blog-index .blog-index-header > .content .photo {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  aspect-ratio: 1900/600;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .photo {
    aspect-ratio: 430/263;
  }
}
#blog-index .blog-index-header > .content .photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
#blog-index .blog-index-header > .content .photo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  height: clamp(8.4rem, 10vw, 160px);
  background-image: url(../template_images/svg-shapes/waves-blog-feature-overlay.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.35;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .photo:after {
    background-size: cover;
  }
}
#blog-index .blog-index-header > .content .info {
  width: calc(100% - 40px);
  margin: 0 20px;
  max-width: 1000px;
  padding: clamp(2rem, 3vw, 3.4rem) clamp(2.3rem, 3vw, 4.1rem) clamp(4rem, 5vw, 5.6rem);
  background-color: var(--calypso);
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  grid-template-columns: auto 220px;
  column-gap: clamp(20px, 3vw, 5.4rem);
  align-items: center;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .info {
    grid-template-columns: 1fr;
  }
}
#blog-index .blog-index-header > .content .info .category {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-index-header > .content .info .category {
    justify-content: center;
  }
}
#blog-index .blog-index-header > .content .info .category > * {
  color: #fff;
  font-size: 1.6rem;
  font-family: "lato", sans-serif;
}
#blog-index .blog-index-header > .content .info .category .date {
  position: relative;
}
#blog-index .blog-index-header > .content .info .category .date:before {
  content: "|";
  margin-right: 1rem;
}
#blog-index .blog-index-header > .content .info .f-h1 {
  color: var(--white);
  margin-bottom: 1.4rem;
}
#blog-index .blog-index-header > .content .info .copy {
  color: var(--white);
  text-align: left;
  max-width: 587px;
}
#blog-index .blog-index-header > .content .info .actions {
  display: grid;
  grid-template-columns: 220px;
  width: 100%;
  row-gap: 1em;
  column-gap: 2em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3.3rem;
}
@media screen and (min-width: 980px) {
  #blog-index .blog-index-header > .content .info .actions {
    margin-top: 0;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 220px);
  }
}
#blog-index .pinned-articles {
  margin-bottom: clamp(4.9rem, 5vw, 6.3rem);
}
@media screen and (min-width: 980px) {
  #blog-index .pinned-articles {
    padding: 0 20px;
  }
}
#blog-index .pinned-articles > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: var(--silent-snowfall);
  padding-top: 3.5rem;
}
@media screen and (min-width: 980px) {
  #blog-index .pinned-articles > .content {
    border-radius: 15px;
  }
}
#blog-index .pinned-articles > .content .header {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
#blog-index .pinned-articles > .content .header .f-h2 {
  margin-bottom: 0;
}
#blog-index .pinned-articles > .content .header img {
  aspect-ratio: 1;
  height: clamp(4rem, 3vw, 5rem);
  object-fit: contain;
}
#blog-index .pinned-articles > .content .article-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 5.3rem;
  padding-left: 0;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 979px) {
  #blog-index .pinned-articles > .content .article-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#blog-index .article, #blog-index .card {
  flex: 0 1 650px;
  min-width: 300px;
  display: grid;
  grid-template-columns: 1fr;
}
#blog-index .article .photo, #blog-index .card .photo {
  width: 100%;
  aspect-ratio: 650/414;
  border-radius: 15px;
  overflow: hidden;
}
#blog-index .article .photo > img, #blog-index .card .photo > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#blog-index .article .info, #blog-index .card .info {
  margin: -4rem 4rem 0;
  padding: 2.3rem 3.1rem;
  background-color: var(--white);
  border-radius: 15px;
  position: relative;
}
#blog-index .article .info .category, #blog-index .card .info .category {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  padding: 0.4rem 2rem 0.6rem 1rem;
  font-size: 1.4rem;
}
#blog-index .article .info .f-h3, #blog-index .card .info .f-h3 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 1.7rem;
}
#blog-index .article .info .copy, #blog-index .card .info .copy {
  margin-bottom: 2.5rem;
}
#blog-index .article .info .cta-btn, #blog-index .card .info .cta-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 220px;
}
#blog-index .blog-module-display {
  padding: 0 20px;
  margin-bottom: 4em;
}
#blog-index .blog-module-display > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#blog-index .blog-module-display > .content:has(.standard-content) {
  max-width: 1000px;
}
#blog-index .blog-module-display > .content .category-filter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  #blog-index .blog-module-display > .content .category-filter {
    align-items: flex-start;
    justify-self: center;
  }
}
#blog-index .blog-module-display > .content .category-filter .filter-button {
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1.1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: var(--cold-current);
  width: 100%;
  max-width: 375px;
  pointer-events: none;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-module-display > .content .category-filter .filter-button {
    border: 1px solid var(--gray);
    justify-content: center;
    border-radius: 15px;
    padding: 1.7rem;
    pointer-events: all;
    background-color: var(--calm-day);
    color: var(--white);
    font-size: 1.6rem;
  }
}
#blog-index .blog-module-display > .content .category-filter .filter-button:before {
  content: "";
  height: 2.8rem;
  aspect-ratio: 31/22;
  background-image: url("../template_images/svg-shapes/Glyph.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  #blog-index .blog-module-display > .content .category-filter .filter-button:before {
    height: 1.7rem;
    filter: brightness(0) invert(1);
  }
}
#blog-index .blog-module-display > .content .category-filter .accordion-content {
  padding-left: 0;
  display: none;
}
@media screen and (min-width: 980px) {
  #blog-index .blog-module-display > .content .category-filter .accordion-content {
    display: block !important;
  }
}
#blog-index .blog-module-display > .content .category-filter .accordion-content ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  padding-left: 0;
  padding-top: 1.7rem;
  row-gap: 2rem;
}
@media screen and (min-width: 980px) {
  #blog-index .blog-module-display > .content .category-filter .accordion-content ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    text-align: left;
    justify-content: flex-start;
    column-gap: 1.3rem;
  }
}
#blog-index .blog-module-display > .content .category-filter .accordion-content ul > li {
  list-style: none;
  font-size: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  color: var(--black);
  background-color: var(--silent-snowfall);
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 5px;
}
#blog-index .blog-module-display > .content .category-filter .accordion-content ul > li.active {
  color: var(--white);
  background-color: var(--calm-day);
}
#blog-index .blog-module-display > .content .category-filter .accordion-content ul > li button {
  display: block;
  padding: 0.6rem 3rem;
}
#blog-index .blog-module-display > .content .category-filter.open {
  background-color: white;
}
#blog-index .blog-module-display > .content .article-container {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: grid;
  grid-template-columns: repeat(auto-fit, 430px);
  column-gap: clamp(20px, 5vw, 50px);
  justify-content: center;
  padding-left: 0;
  row-gap: 4.5rem;
}
#blog-index .blog-module-display > .content .article-container.visible {
  opacity: 1;
}
#blog-index .blog-module-display > .content .article-container:has(.standard-content) {
  grid-template-columns: 1fr;
}
#blog-index .blog-module-display > .content .card, #blog-index .blog-module-display > .content .standard-content {
  display: none;
  max-width: 430px;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--silent-snowfall);
  border-radius: 15px;
}
#blog-index .blog-module-display > .content .card.visible, #blog-index .blog-module-display > .content .standard-content.visible {
  display: flex;
}
@media screen and (min-width: 1200px) {
  #blog-index .blog-module-display > .content .card, #blog-index .blog-module-display > .content .standard-content {
    flex: 0 1 430px;
  }
}
#blog-index .blog-module-display > .content .card .photo, #blog-index .blog-module-display > .content .standard-content .photo {
  width: 100%;
  aspect-ratio: 498/299;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  border-radius: 0;
}
#blog-index .blog-module-display > .content .card .photo img, #blog-index .blog-module-display > .content .standard-content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#blog-index .blog-module-display > .content .card .info, #blog-index .blog-module-display > .content .standard-content .info {
  padding: 2.3rem 2.8rem 2.9rem;
  margin: -2rem 20px 0;
}
#blog-index .blog-module-display > .content .card .info .f-h3, #blog-index .blog-module-display > .content .standard-content .info .f-h3 {
  font-size: 1.8rem;
}
#blog-index .blog-module-display > .content .card .text-lnk, #blog-index .blog-module-display > .content .standard-content .text-lnk {
  display: block;
  margin: 2.1rem auto 4.4rem;
}
#blog-index .blog-module-display > .content .standard-content {
  max-width: 1000px;
  padding-top: 2.3rem;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 0;
}
#blog-index .blog-module-display > .content .standard-content .text-lnk {
  text-align: left;
  margin-bottom: 2.3rem;
}

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

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

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

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

ul li {
  break-inside: avoid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-h1,
h1:not([class]) {
  font-weight: 700;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.2;
  font-family: "futura-pt", sans-serif;
  color: var(--maryland-midnight);
}

.f-h2,
h2:not([class]),
h2 > p {
  line-height: 1.2;
  font-family: "futura-pt", sans-serif;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: #214573;
}

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

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

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

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  place-content: center;
  place-items: center;
  display: none;
}
@media screen and (min-width: 1050px) {
  .modal {
    display: block !important;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1000000;
  }
}
.modal[data-open=true] {
  opacity: 1;
  pointer-events: all;
}
.modal > .content {
  background-color: white;
  position: relative;
}
.modal > .content .close-btn {
  position: absolute;
  top: 2.5rem;
  right: 2.9rem;
  height: 15px;
  width: 15px;
  background-image: url(../template_images/svg-shapes/ico-close-x.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(70%) sepia(96%) saturate(4740%) hue-rotate(350deg) brightness(86%) contrast(97%);
}
.modal .video-transcript {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  padding: 0.5em;
}

.mobile-app-modal > .content {
  max-width: 925px;
  padding: clamp(5rem, 10vh, 14rem) 20px;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}
.mobile-app-modal .qr-codes {
  display: grid;
  grid-template-columns: 190px 190px;
  column-gap: clamp(4rem, 5vw, 10rem);
  margin-bottom: 4.9rem;
}
.mobile-app-modal .qr-codes .qr {
  aspect-ratio: 190/186;
  width: 100%;
  max-width: 190px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-app-modal .f-h3 {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.8rem;
}
.mobile-app-modal p {
  font-size: 1.8rem;
  font-weight: 400;
}
.mobile-app-modal .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}

.cta-modal {
  padding: 0 20px;
}
.cta-modal > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 925px;
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(300px, 49vh, 514px);
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  position: relative;
  background-image: url(../template_images/svg-shapes/cta-modal-waves.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .cta-modal > .content {
    grid-template-columns: 300px 300px;
    column-gap: clamp(50px, 5vw, 100px);
    grid-template-rows: max-content;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
  }
}
.cta-modal > .content .f-h2 {
  color: var(--primary-color);
  margin-bottom: 1.1rem;
}
.cta-modal > .content .copy {
  margin-bottom: 3.3rem;
}
.cta-modal > .content .search-side {
  position: relative;
}
.cta-modal > .content .search-side:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-1 * clamp(25px, 2.5vw, 50px));
  width: 2px;
  background-color: #c7dae8;
}
.cta-modal > .content .search-side .f-h2 {
  text-align: left;
  margin-bottom: 1.1rem;
}
.cta-modal > .content .search-side .f-h2:before {
  content: none;
}
.cta-modal > .content .search-side .copy {
  text-align: left;
}
@media screen and (min-width: 980px) {
  .cta-modal > .content .search-side .orpheus-login {
    margin: 0 0 0 0;
  }
}
.cta-modal > .content .additional-links {
  max-width: 300px;
}
.cta-modal > .content .additional-links .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
  justify-items: center;
}
.cta-modal > .content .additional-links .actions > * {
  width: 100%;
}

@media screen and (max-width: 979px) {
  .branch-modal {
    padding: 20px;
    position: absolute;
    z-index: 1000000;
  }
  .branch-modal[data-open=true] {
    display: block;
  }
}
.branch-modal > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: var(--oxford-blue);
  padding: 5.5rem 20px 3rem;
  border-radius: 15px;
}
.branch-modal > .content .f-h2 {
  color: var(--white);
  text-align: center;
  font-size: clamp(2.4rem, 5vw, 4rem);
}
.branch-modal .no-branch-set {
  display: none;
}
.branch-modal .location-list {
  display: block;
}
.branch-modal.no-branch > .content {
  padding-bottom: 10rem;
}
.branch-modal.no-branch > .content .no-branch-set {
  display: block;
}
.branch-modal.no-branch > .content .location-list {
  display: none;
}
.branch-modal.no-branch > .content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .branch-modal.no-branch > .content .container {
    flex-direction: row;
  }
}
.branch-modal.no-branch > .content .container form {
  margin-right: clamp(20px, 3vw, 40px);
}
@media screen and (min-width: 980px) {
  .branch-modal.no-branch > .content .container form {
    flex: 0 1 745px;
  }
}
.branch-modal.no-branch > .content .container form .branch-search-inp {
  position: relative;
}
.branch-modal.no-branch > .content .container form .branch-search-inp:before {
  content: "";
  background-image: url(../template_images/svg-shapes/ico-search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 1;
  height: 2.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.6rem;
}
.branch-modal.no-branch > .content .container form input {
  height: 8.9rem;
  border-radius: 15px;
  font-size: 2.2rem;
  font-family: "lato", sans-serif;
  padding-left: 7rem;
  width: 100%;
}
.branch-modal.no-branch > .content .container .divider {
  margin-right: clamp(20px, 3.5vw, 60px);
}
@media screen and (min-width: 980px) {
  .branch-modal.no-branch > .content .container .button-side {
    flex: 0 1 344px;
  }
}
.branch-modal.no-branch > .content .container .button-side .bl-current {
  margin-top: 0.5em;
  height: 70px;
  width: 100%;
  max-width: 338px;
  position: relative;
}
.branch-modal.no-branch > .content .container .button-side .bl-current:before {
  content: "";
  background-image: url(../template_images/svg-shapes/ico-search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 1;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.6rem;
  filter: brightness(0) invert(1);
}
.branch-modal.no-branch > .content .container .divider {
  color: var(--white);
  height: 165px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 979px) {
  .branch-modal.no-branch > .content .container .divider {
    justify-content: center;
  }
}
.branch-modal.no-branch > .content .container .divider p {
  margin-bottom: 0;
  align-self: center;
  background-color: var(--oxford-blue);
  display: block;
  position: relative;
  z-index: 1;
  height: 3em;
  align-content: center;
}
@media screen and (max-width: 979px) {
  .branch-modal.no-branch > .content .container .divider p {
    padding: 1em;
    top: -0.3em;
  }
}
.branch-modal.no-branch > .content .container .divider:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: var(--white);
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 979px) {
  .branch-modal.no-branch > .content .container .divider:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
  }
}
.branch-modal.no-branch > .content .container .branch-search-label {
  text-transform: uppercase;
  color: var(--white);
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 1.8rem;
  display: block;
}
.branch-modal .location-list {
  padding: 0 20px;
  margin-bottom: 4em;
}
.branch-modal .location-list > .content .close-locations {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  column-gap: clamp(2rem, 3vw, 4.3rem);
  row-gap: clamp(2.6rem, 3vw, 4.5rem);
  flex-wrap: wrap;
}
.branch-modal .location-list > .content .close-locations .f-h3 {
  flex: 0 0 100%;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "lato", sans-serif;
  color: var(--white);
  margin-bottom: 0;
}
.branch-modal .location-list > .content .close-locations > .location {
  background-color: #001229;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 980px) {
  .branch-modal .location-list > .content .close-locations > .location {
    flex: 0 1 377px;
  }
}
.branch-modal .location-list > .content .close-locations > .location > .content {
  padding: 3rem 3.5rem 3rem 2.7rem;
  align-content: center;
}
.branch-modal .location-list > .content .close-locations > .location > .content .f-h2 {
  font-size: 2.5rem;
  text-align: left;
}
.branch-modal .location-list > .content .close-locations > .location > .content .address {
  color: var(--white);
}
.branch-modal .location-list > .content .close-locations > .location > .content .links {
  display: flex;
  column-gap: 2em;
}
.branch-modal .location-list > .content .close-locations > .location > .content .links > * {
  color: var(--tertiary-color);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
.branch-modal .location-list > .content .close-locations > .location > .content .links > *:hover {
  text-decoration: underline currentColor;
}
.branch-modal .location-list > .content .first-location {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}
@media screen and (min-width: 980px) {
  .branch-modal .location-list > .content .first-location {
    grid-template-columns: 465px auto;
    column-gap: clamp(20px, 3vw, 4rem);
    margin-bottom: 6rem;
  }
}
.branch-modal .location-list > .content .first-location .image {
  aspect-ratio: 465/278;
  max-width: 465px;
  border-radius: 15px;
  overflow: hidden;
}
.branch-modal .location-list > .content .first-location .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.branch-modal .location-list > .content .first-location .info {
  display: flex;
  flex-direction: column;
}
.branch-modal .location-list > .content .first-location .info .name {
  text-align: left;
  font-size: 3rem;
  color: white;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  margin-bottom: 2.1rem;
}
.branch-modal .location-list > .content .first-location .info .name a {
  font-family: "lato", sans-serif;
  font-weight: 700;
  margin-left: 2rem;
  color: var(--white);
  font-size: 1.3rem;
}
.branch-modal .location-list > .content .first-location .info .address {
  font-family: "lato", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #fff;
}
.branch-modal .location-list > .content .first-location .info > button {
  margin-bottom: 2.5rem;
}
.branch-modal .location-list > .content .first-location .info .buttons {
  display: flex;
  flex-direction: row;
  column-gap: 1.2rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.branch-modal .location-list > .content .first-location .info .buttons .cta-btn {
  background-color: #001229;
  position: relative;
  border-color: #001229;
  display: flex;
  column-gap: 0.8rem;
}
.branch-modal .location-list > .content .first-location .info .buttons .cta-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.branch-modal .location-list > .content .first-location .info .buttons .cta-btn:before {
  content: "";
  background-size: contain;
  height: 20px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
}
.branch-modal .location-list > .content .first-location .info .buttons .cta-btn.directions:before {
  background-image: url(../template_images/svg-shapes/ico-locations.svg);
}
.branch-modal .location-list > .content .first-location .info .buttons .cta-btn.phone:before {
  background-image: url(../template_images/svg-shapes/ico-calendar.svg);
}
.branch-modal .location-list > .content .first-location .info .buttons .cta-btn.appointment {
  width: 285px;
}
.branch-modal .location-list > .content .first-location .info .buttons .cta-btn.appointment:before {
  background-image: url(../template_images/svg-shapes/ico-phone.svg);
}
.branch-modal .js-new-branch-search {
  color: var(--white);
  display: flex;
  column-gap: 0.8rem;
  font-family: "futura-pt", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  margin: 2em auto;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
.branch-modal .js-new-branch-search:hover {
  text-decoration: underline currentColor;
}

#site-cookie-bar {
  padding: 2.6rem 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#site-cookie-bar.visible {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 980px) {
  #site-cookie-bar {
    padding-bottom: 2.6rem;
  }
}
@media screen and (max-width: 979px) {
  #site-cookie-bar {
    padding: 20px;
  }
}
#site-cookie-bar > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 700px;
  background-color: var(--oxford-blue);
  position: relative;
  display: flex;
  flex-direction: column;
  column-gap: clamp(20px, 3vw, 3.6rem);
  padding: 2.3rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  align-items: center;
  row-gap: 1.7rem;
  color: var(--white);
  border-radius: 15px;
}
@media screen and (min-width: 980px) {
  #site-cookie-bar > .content {
    max-width: 910px;
    flex-direction: row;
    padding: 3.5rem 7rem;
  }
}
#site-cookie-bar > .content > button {
  position: relative;
  height: 4rem;
  width: 12.5rem;
  border-color: var(--white);
  border-radius: 15px;
}
#site-cookie-bar > .content > p {
  margin-bottom: 0;
}

.text-lnk {
  position: relative;
  font-weight: 700;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  color: var(--tertiary-color);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
.text-lnk:hover {
  text-decoration: underline currentColor;
}

.base-cta, .google-btn-large, .apple-btn-large, .ghost-btn-white, .ghost-btn, .cta-btn-blue, .cta-btn-white, .cta-blurry, .cta-btn {
  font-family: "lato", sans-serif;
  margin: 0;
  padding: 0.6em 1em;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  width: 225px;
  position: relative;
  text-align: center;
  border-radius: 15px;
  font-family: "futura-pt", sans-serif;
  text-wrap: pretty;
}
.base-cta:focus, .google-btn-large:focus, .apple-btn-large:focus, .ghost-btn-white:focus, .ghost-btn:focus, .cta-btn-blue:focus, .cta-btn-white:focus, .cta-blurry:focus, .cta-btn:focus, .base-cta:hover, .google-btn-large:hover, .apple-btn-large:hover, .ghost-btn-white:hover, .ghost-btn:hover, .cta-btn-blue: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, .ghost-btn-white:focus .text, .ghost-btn:focus .text, .cta-btn-blue: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, .ghost-btn-white:hover .text, .ghost-btn:hover .text, .cta-btn-blue: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, .ghost-btn-white:focus .text:after, .ghost-btn:focus .text:after, .cta-btn-blue: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, .ghost-btn-white:hover .text:after, .ghost-btn:hover .text:after, .cta-btn-blue: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);
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
}
.cta-btn:focus, .cta-btn:hover, .cta-btn.hovered {
  text-decoration: none;
  background-color: var(--primary-color);
  color: #fff;
  border-color: #fff;
}
.cta-btn:focus:before, .cta-btn:hover:before, .cta-btn.hovered:before {
  inset: -8px;
  opacity: 1;
}

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

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

.cta-btn-blue {
  color: var(--white);
  border-color: var(--oxford-blue);
  background-color: var(--oxford-blue);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cta-btn-blue:focus, .cta-btn-blue:hover, .cta-btn-blue.hovered {
  color: var(--oxford-blue);
  background-color: white;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.ghost-btn {
  color: var(--primary-color);
  border-color: var(--tertiary-color);
  background-color: none;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}
.ghost-btn:focus, .ghost-btn:hover, .ghost-btn.hovered {
  color: var(--white);
  background-color: var(--tertiary-color);
}

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

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

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

main .search-results {
  padding: 0 20px;
  margin-bottom: 3em;
}
main .search-results > .content, main .search-results > .copy {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
}
main .search-results > .content > li, main .search-results > .copy > li {
  list-style: none;
  margin-bottom: 2em;
}
main .search-results > .content > li p, main .search-results > .copy > li p {
  margin-bottom: 0.5rem;
}

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

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

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

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

main {
  position: relative;
}

.calendly-badge-widget {
  bottom: 90px !important;
}
@media screen and (max-width: 979px) {
  .calendly-badge-widget {
    display: none;
  }
}

.calendly-badge-widget .calendly-badge-content {
  border-radius: 15px !important;
}

.root__button--pvCnq.button__button--sAZZM.root__button--withText--jvodL {
  border-radius: 15px !important;
}

#live_chat_application_root {
  z-index: 10000 !important;
}

.calendly-overlay {
  z-index: 100000000 !important;
}
/*# sourceMappingURL=layout.min.css.map */
