.menu-toggler {
  display: flex;
  margin: 16px auto;
  padding: 16px 0;
  cursor: pointer;
  justify-content: space-between;
}
#page .logo {
  clip-path: polygon(0 0, 0% 0, -90px 100%, 0 100%);
  opacity: 0;
  transition: 1s ease clip-path, 0.2s ease opacity;
  transition-delay: 1s;
}
.logo-container {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 101/74;
}
.logo-container .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-container .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#page.blue-purple .logo.blue-purple,
#page.blue-green .logo.blue-green,
#page.red-purple .logo.red-purple,
#page.red-yellow .logo.red-yellow,
#page.teal-yellow .logo.teal-yellow {
  clip-path: polygon(0 0, calc(150% + 10px) -50%, 100% 100%, 0 100%);
  opacity: 1;
  z-index: 1;
  transition: 1s ease clip-path;
}
.menu-toggler .bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-toggler .bars .bar {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-toggler .bars .bar.half {
  width: 60%;
}
.menu-toggler:hover .bars .bar.half,
.menu-toggler.active .bars .bar.half {
  width: 100%;
}
.menu-toggler.active .bar:not(:first-child):not(:last-child) {
  opacity: 0;
}
.menu-toggler.active .bar:first-child {
  transform: translateY(13px) rotate(45deg);
}
.menu-toggler.active .bar:last-child {
  transform: translateY(-13px) rotate(-45deg);
}
.menu-label {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Cachet Book', sans-serif;
}
.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  margin-bottom: 5rem;
}
.social-links a {
  color: inherit;
}

/* Gets Replaced By Script */
.chat-toggler,
.chat-toggler a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 40px;
  text-decoration: none;
  position: relative;
}
#page #desktop-sidebar .chat-toggler a[data-type='offline'] {
  color: var(--dgrey) !important;
  pointer-events: none;
  cursor: not-allowed;
}
#page #desktop-sidebar .chat-toggler:hover .tooltip {
  top: 0;
  transform: translateY(-100%);
  opacity: 1;
  font-family: 'Cachet Book';
  font-size: 20px;
  text-transform: uppercase;
  color: var(--grey);
}
.chat-toggler .chat-label {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Cachet Book', sans-serif;
}
.chat-toggler img {
  display: none;
}
#masthead {
  font-family: 'Cachet Book', sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
  color: white;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: white;
  border-bottom: 1px solid var(--lgrey);
  transition: background-color 0.3s ease, color 0.3s ease;
  transform: scale(1);
}
.page-id-23 #masthead {
  background: transparent;
  border-bottom: none;
}
#masthead.scrolled,
#masthead.center-menu-open {
  background-color: #fff;
  border-bottom: 1px solid var(--lgrey);
}
#masthead .home-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
#masthead .site-title {
  font-family: 'Cachet Bold', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-right: 48px;
}
#masthead .center-menu-toggle {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: auto;
  align-items: flex-end;
}
#masthead .center-menu-toggle .my-center {
  /* white-space: nowrap; */
}
#masthead .center-menu-toggle .info-toggler {
  margin-left: 10px;
  white-space: nowrap;
  padding: 0 16px;
  border: 1px solid;
  border-radius: 1000px;
  position: relative;
  z-index: 100;
}
#masthead .center-menu-toggle .info-toggler .icon {
  margin-left: 8px;
  transition: all 0.3s ease;
}
#masthead.center-menu-open .center-menu-toggle .info-toggler .icon {
  transform: rotate(180deg);
}
#masthead .center-menu-toggle .my-center .hours strong {
  font-family: 'Cachet Bold';
}
.blue-purple #masthead.text-primary:not(.menu-open) .center-menu-toggle .my-center .hours strong {
  color: var(--mpurple);
}
.red-purple #masthead.text-primary:not(.menu-open) .center-menu-toggle .my-center .hours strong {
  color: var(--altred);
}
.blue-green #masthead.text-primary:not(.menu-open) .center-menu-toggle .my-center .hours strong {
  color: var(--search-blue);
}
.red-yellow #masthead.text-primary:not(.menu-open) .center-menu-toggle .my-center .hours strong {
  color: var(--altred);
}
.teal-yellow #masthead.text-primary:not(.menu-open) .center-menu-toggle .my-center .hours strong {
  color: var(--teal);
}
#masthead .search-toggler .close {
  display: none;
}
#masthead .search-toggler.active .search {
  display: none;
}
#masthead .search-toggler.active .close {
  display: inline-block;
}
#masthead .masthead-info,
#masthead .masthead-links {
  display: flex;
  align-items: center;
  position: relative;
}
#masthead .masthead-link {
  font-size: 30px;
  text-decoration: none;
  margin-left: 40px;
  cursor: pointer;
  color: inherit;
}
#masthead .masthead-link .icon.translate {
  /* font-size: 1.2em; */
  /* transform: translateY(3px); */
  font-size: 1em;
}
#masthead .masthead-link.translate-toggler {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10000;
}
#masthead .translate-selector {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%) skewX(-45deg);
  background: white;
  width: 0px;
  overflow: hidden;
  /* transition: all 0.5s ease; */
  transition-property: overflow, width;
  transition-delay: 0.5s, 0;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  height: 100%;
  will-change: width, overflow;
}
#masthead .active.translate-selector {
  width: 100%;
  overflow: unset;
  margin-right: 2rem;
}
#masthead .translate-selector a {
  font-size: 25px;
  margin-left: -24px;
  white-space: nowrap;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

#masthead .translate-selector .gt_switcher {
  font-family: inherit;
  width: 100%;
}
#masthead .translate-selector .gt_selected {
  background: white;
  border-bottom: 2px solid var(--search-border);
}
#masthead .translate-selector .gt_selected a {
  color: unset;
  border: none;
  background: white;
  width: 100%;
}
#masthead .translate-selector .gt_switcher .gt_selected a:after {
  content: none !important;
}
#masthead .gt_selected a .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
#masthead .translate-toggler img {
  visibility: hidden;
}
#masthead .translate-selector .gt_option {
  position: absolute;
  width: 100%;
  background: white;
}
#masthead .translate-selector .gt_option a {
  color: unset;
}
#masthead .gtranslate_wrapper {
  transform: skewX(45deg);
  margin: 18px;
  width: 80%;
}

#main-menu,
#search-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100dvh - 100%);
  background: var(--mblue);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: flex;
  visibility: hidden;
}
#search-menu {
  background: var(--ulblue);
  display: flex;
  height: 100dvh;
}
#search-menu .search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  padding-top: 90px;
  text-align: left;
  min-width: 300px;
  width: 100%;
  max-width: 500px;
  border-right: 2px solid var(--search-border);
}
#search-menu .search-content {
  width: 100%;
  text-align: left;
}
#search-menu .search-title {
  font-family: 'Cachet Book';
  font-size: 60px;
  margin-bottom: 32px;
}
#search-menu .search-subtitle {
  color: var(--grey);
  margin-bottom: 32px;
}
#search-menu .search-input {
  background: transparent;
  color: var(--grey);
  border: none;
  border-bottom: 2px solid var(--search-border);
  width: 100%;
  font-size: 32px;
  margin-bottom: 0;
  border-radius: 0;
  transition: border-bottom 0.3s ease;
}
#search-menu .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#search-menu .search-input::placeholder {
  color: rgba(var(--grey-code), 0.5);
}
#search-menu .search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-direction: column;
}
#search-menu .search-form form {
  width: 100%;
}
#search-menu .search-form label {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
#search-menu .search-form .icon {
  cursor: pointer;
  margin-left: 32px;
  font-size: 30px;
}
#search-menu .search-input:focus,
#search-menu .search-input:focus-visible {
  outline: none;
  border-bottom: 2px solid var(--mblue);
}
#search-menu .search-results-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 80px;
  text-align: left;
  width: 100%;
}
#rlvlive {
  display: none;
  position: fixed;
}
.search-open #rlvlive {
  display: flex;
}

#search-menu .search-ad {
  padding: 23px 32px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 2px 2px 5px #00000022;
  margin-bottom: 32px;
  margin-right: 4px;
}
#search-menu .search-ad .search-ad-header {
  font-size: 55px;
}
#search-menu .search-ad .relevanssi-live-search-result .search-result-content {
  border-top: none;
}

#search-menu .search-ad .search-img-wrap {
  min-width: 300px;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-menu .search-ad .search-img-wrap .ad-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#search-menu .search-ad .relevanssi-live-search-result {
  margin-bottom: 0;
}
#search-menu .search-ad .relevanssi-live-search-result .search-result-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: unset;
  padding: 0;
  margin-left: 32px;
}

#search-menu .search-ad .relevanssi-live-search-result p {
  font-size: 1.5em;
}
@media (max-width: 1400px) {
  #search-menu .search-ad .search-ad-header {
    font-size: 35px;
  }
  #search-menu .search-ad .relevanssi-live-search-result p {
    font-size: 1em;
  }
}
#search-menu .relevanssi-live-search-results {
  position: relative;
  top: 64px !important;
  left: 80px !important;
  width: calc(100% - 160px) !important;
  border-radius: 0;
  height: 100%;
  max-height: calc(100% - 128px);
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  border: none;
  box-shadow: none;
}
#search-menu .search-results {
  height: 100%;
}
#search-menu .relevanssi-live-search-result {
  display: flex;
  margin-bottom: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#search-menu .search-img-wrap {
  min-width: 40%;
  max-width: 40%;
}
#search-menu .relevanssi-live-search-result .search-img,
#search-menu .relevanssi-live-search-result .placeholder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 400px;
  min-height: 300px;
}
#search-menu .search-result-header {
  display: flex;
  flex-direction: column;
}
#search-menu .tags {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
  transform: translateX(-10px);
}
#search-menu .tags::-webkit-scrollbar {
  display: none;
}
#search-menu .tag {
  background: white;
  height: fit-content;
  padding: 4px 10px;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid var(--search-border);
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  display: inline-block;
}
#search-menu .relevanssi-live-search-result .search-result-header {
  margin-bottom: 32px;
}
#search-menu .relevanssi-live-search-result .search-result-titles * {
  margin: 0;
}
#search-menu .relevanssi-live-search-result .search-result-title,
#search-menu .relevanssi-live-search-result .search-result-subtitle {
  font-family: 'Cachet Book';
}
#search-menu .relevanssi-live-search-result .search-result-title {
  font-size: 30px;
}
#search-menu .relevanssi-live-search-result .search-result-subtitle {
  font-size: 20px;
  color: var(--mpurple);
  white-space: nowrap;
}
#search-menu .relevanssi-live-search-result .search-result-excerpt {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Cachet Book';
  color: var(--grey);
}
#search-menu .relevanssi-live-search-result .placeholder-img {
  background: var(--search-blue);
}
#search-menu .relevanssi-live-search-result .search-result-content {
  width: 100%;
  margin-left: 32px;
  padding: 32px 0;
  max-width: calc(100% - 40% - 32px);
  border-top: 2px solid var(--search-border);
}
#search-menu .relevanssi-live-search-result-status {
  position: relative;
  font-size: 40px;
  margin-bottom: 32px;
}
#search-menu .relevanssi-live-search-result p,
#search-menu .relevanssi-live-search-result-status p {
  border-bottom: none;
  padding: 0;
}
#search-menu .relevanssi-live-search-result p {
  display: inline;
}
.admin-bar #main-menu,
.admin-bar #search-menu {
  height: calc(100dvh - 100% - 32px);
}
#search-menu .search-recents {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#search-menu .search-recents .icon.chevron-down {
  display: none;
}

#search-menu .search-recents button {
  text-transform: capitalize;
  display: block;
}
#main-menu ul {
  padding: 0;
  list-style: none;
}
#main-menu .menu-item {
  display: block;
  width: 100%;
}
#main-menu .menu-item > a {
  color: #fff;
  font-size: 20px;
}
.menu-open #main-menu,
.search-open #search-menu {
  max-height: calc(100dvh - 100%);
  opacity: 1;
  transition: opacity 0.3s ease;
  border-top: 1px solid var(--lgrey);
  visibility: visible;
}
.menu-open #main-menu {
  overflow: auto;
}
.search-open #search-menu {
  border-top: 2px solid var(--search-border);
}
.menu-open #main-menu > div {
  border-left: 1px solid var(--lgrey);
}
.menu-open #main-menu > div:first-child {
  border-left: none;
}
#main-menu .top-level-container {
  display: flex;
  flex-direction: column;
  padding: 48px 80px;
  text-align: left;
  width: 25%;
}
#main-menu .sub-level-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 80px;
  text-align: left;
  width: 25%;
  overflow: auto;
}
#main-menu .sub-level-container::-webkit-scrollbar {
  width: 20px;
}
#main-menu .sub-level-container::-webkit-scrollbar-track {
  background: #027fbe; /* Color of the track */
}
#main-menu .sub-level-container::-webkit-scrollbar-thumb {
  background: #36adea; /* Color of the scroll thumb */
}
#main-menu .result-container {
  padding: 48px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.top-level-container a,
.top-level-container span {
  color: #fff;
  display: block;
  font-size: 30px;
  text-decoration: none;
  margin-bottom: 48px;
  position: relative;
}
.sub-level-container li,
.sub-level-container a,
#masthead .menu-item > a {
  color: #fff;
  display: block;
  font-size: 20px;
  width: 100%;
  text-decoration: none;
  margin-bottom: 8px;
}
#masthead .menu-item.menu-item-has-children > a {
  margin-bottom: 0;
}
#masthead .sub-level-container .sub-location-trigger {
  margin-bottom: 0;
}
#masthead .sub-level-container .sub-location-trigger[href*='flat-rock'],
#masthead .sub-level-container .sub-location-trigger[href*='association-office'],
#masthead #programs-menu a[href*='recliquecore'] {
  margin-top: 32px;
}
.sub-level-container .all-locations,
.sub-level-container .all-programs,
.result-container .category-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
}
.result-container .category-link {
  margin-bottom: 32px;
}
.sub-level-container .all-locations .icon {
  transform: translateX(16px);
}
.sub-level-container .all-programs .icon,
.result-container .category-link .icon {
  margin-left: 16px;
}
.sub-level-container ul {
  margin: 0;
}
#menu-programs-1 > li > a {
  margin-bottom: 32px;
}
#menu-programs-1 > li:first-child {
  margin-top: 32px;
}
.result-container .result {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: flex;
  transition: opacity 0.3s ease;
}
.result-container .result.active {
  opacity: 1;
  max-height: 100%;
}
.result-container .result .branch-pages {
  width: 40%;
  padding-right: 32px;
}
.result-container .result .branch-image {
  width: 60%;
}
.result-container .result .branch-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 10/7;
  object-fit: cover;
  border-radius: 5px;
}
#masthead:not(.menu-open) .result-container .result .branch-image img {
  display: none;
}
.result-container .result .branch-pages ul {
  display: flex;
  flex-direction: column;
}
.result .branch-pages .branch-title {
  font-family: 'Cachet Book';
  font-size: 30px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.result-container .result .branch-pages a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
}
.top-level-container a,
.top-level-container span,
.sub-level-container li,
.sub-level-container a,
.result .branch-pages a,
.menu-item > a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.menu-close {
  display: none;
}
.menu-open .menu-close {
  display: block;
}
#center-menu .contact-row .flex-link,
#center-menu .reserve-schedule-row .flex-link {
  white-space: nowrap;
}
#center-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: white;
  max-height: 0;
  opacity: 0;
  border-top: 1px solid var(--lgrey);
  border-bottom: 1px solid var(--lgrey);
  display: flex;
  visibility: hidden;
}
#center-menu .hours-item {
  display: flex;
}
.center-menu-open #center-menu {
  max-height: 1000px;
  opacity: 1;
  transition: opacity 0.3s ease;
  visibility: visible;
}
.center-menu-open #center-menu.no-center {
  background: var(--lblue);
  padding: 32px;
  height: calc(100dvh - 100%);
  justify-content: center;
  align-items: center;
}
.center-menu-open #center-menu.no-center ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  list-style: none;
  text-align: center;
  padding-left: 0;
  width: 100%;
  margin: 0;
}
.center-menu-open #center-menu.no-center ul a {
  display: block;
  font-size: 30px;
  color: #fff;
}
#center-menu .directions-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  text-align: left;
  border-right: 1px solid var(--lgrey);
  width: 30%;
  min-width: 550px;
}
#center-menu .directions-container .google-map {
  width: 100%;
}
#center-menu .directions-container .google-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 5px;
}
#center-menu .links-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 30%;
}
#center-menu .links-container > div {
  width: 100%;
  border-bottom: 1px solid var(--lgrey);
  padding: 32px;
}
#center-menu .links-container .hours-row {
  height: 100%;
}
#masthead .hours-item-label {
  width: 120px;
  display: inline-block;
}
#center-menu .links-container > div:last-child {
  border-bottom: none;
}
#center-menu .go-to-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-align: left;
  border-left: 1px solid var(--lgrey);
  width: 40%;
}
#center-menu .directions-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}

#center-menu .directions-header > a {
  width: calc(50% - 8px);
}

#center-menu .flex-link {
  display: flex;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
}
#center-menu .flex-link .label {
  color: var(--grey);
  display: block;
}
#center-menu .flex-link .icon {
  font-size: 1.5em;
  color: inherit;
  margin-right: 24px;
}

#center-menu .flex-link:last-child:not(:first-child) {
  justify-content: flex-end;
}

#center-menu .contact-row,
#center-menu .reserve-schedule-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#center-menu .contact-row > *,
#center-menu .reserve-schedule-row > * {
  width: calc(50% - 16px);
}

#center-menu .social-icons {
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
}

#center-menu .social-icons > a {
  display: block;
  margin-left: 16px;
}

#center-menu .social-icons > a .icon {
  margin: 0;
}

#center-menu .go-to-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
}

#center-menu .go-to-header h4 {
  font-size: 40px;
  padding-right: 16px;
  margin-bottom: 0;
}

#center-menu .go-to-header h4 span {
  font-family: 'Cachet Book';
}

#center-menu .go-to-header .btn {
  height: fit-content;
  min-width: 200px;
}

#center-menu .center-img {
  border-radius: 5px;
  aspect-ratio: 2;
}

#center-menu .change-center-row .flex-link {
  justify-content: space-between;
  appearance: none;
  width: 100%;
}

#center-menu .change-center-row .flex-link .icon.angle-right {
  transition: all 0.3s ease;
}

#center-menu .change-center-row .flex-link.active .icon.angle-right {
  transform: rotate(-90deg);
}

#center-menu .change-center-row .label {
  width: 100%;
  text-align: left;
}

#center-menu .change-center-row .angle-right {
  margin-right: 0;
}

#center-menu .change-center-row {
  position: relative;
}
/* TEmp */
li[data-site-id="17"] {
  display:none;
}
#center-menu .change-center-row .center-selector {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: white;
  list-style: none;
  margin: 0;
  transition: opacity 0.3s ease;
}

#center-menu .change-center-row button.active + .center-selector {
  padding: 32px;
  max-height: 1000px;
  overflow-y: scroll;
  opacity: 1;
}

#center-menu .center-selector a {
  text-decoration: none;
  color: unset;
}

#center-menu .days-string {
  display: inline-block;
  min-width: 100px;
}

#masthead .no-active-center {
  display: none;
}

#locations-menu:not(.active),
#programs-menu:not(.active),
.location-results:not(.active),
.program-results:not(.active) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.location-results,
.program-results {
  width: 100%;
}

.sub-level-container .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sub-level-container .sub-menu.active {
  max-height: 100%;
  opacity: 1;
}

#desktop-sidebar {
  display: none;
}
#masthead .logo-container {
  min-height: 66px;
  margin-right: 16px;
}

.top-level-link .chevron-down {
  display: none;
}

.top-level-container span.top-level-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top-level-link .angle-right {
  margin-left: 8px;
  transform: translateY(-6px);
}

.masthead-spacer {
  height: 138px;
}

#search-menu .relevanssi-live-search-result a {
  color: unset;
}

#search-menu .relevanssi-live-search-result a.title-link {
  text-overflow: unset;
  white-space: unset;
}

#search-menu .relevanssi-live-search-result a.read-more {
  font-family: 'Cachet Book';
  display: inline-block;
  transform: translateY(4px);
  line-height: 1;
}

#search-menu .search-result-body {
  font-family: 'Cachet Extra Light';
  color: var(--grey);
}

#search-menu .search-result-body strong {
  font-family: 'Cachet Extra Light';
  color: var(--grey);
}
#search-menu .search-result-body .button-row {
  margin-top: 1rem;
}

#bottom-menu {
  display: none;
}

@media (min-width: 1200px) {
  #desktop-sidebar {
    width: 160px;
    border: 1px solid #e2e2e2;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
  }
  #masthead .logo-container {
    display: none;
  }
  #masthead .menu-toggler {
    display: none;
  }
  #page.blue-purple #masthead.menu-open,
  #page.red-purple #masthead.menu-open,
  #page.blue-green #masthead.menu-open,
  #page.red-yellow #masthead.menu-open,
  #page.teal-yellow #masthead.menu-open {
    background-color: var(--mblue);
    color: #fff !important;
  }
  #page.blue-purple #masthead.search-open,
  #page.red-purple #masthead.search-open,
  #page.blue-green #masthead.search-open,
  #page.red-yellow #masthead.search-open,
  #page.teal-yellow #masthead.search-open {
    background-color: var(--ulblue);
    color: var(--search-blue);
  }
}

@media (max-width: 1800px) {
  #search-menu .search-img-wrap {
    min-width: 30%;
    max-width: 30%;
  }
  #search-menu .relevanssi-live-search-result .search-result-content {
    max-width: calc(100% - 30% - 32px);
  }
}

@media (max-width: 1660px) {
  .masthead-spacer {
    height: 124px;
  }
  .result .branch-pages .branch-title,
  .sub-level-container .all-locations,
  .sub-level-container .all-programs,
  .result-container .category-link,
  .top-level-container a,
  .top-level-container span,
  #masthead .masthead-link,
  #masthead .site-title {
    font-size: 25px;
  }
  .sub-level-container li,
  .sub-level-container a,
  #masthead .menu-item > a,
  .result-container .result .branch-pages a {
    font-size: 18px;
    line-height: 22px;
  }
  #main-menu .top-level-container,
  #main-menu .sub-level-container,
  #main-menu .result-container {
    padding: 48px 32px;
  }
  #center-menu .flex-link {
    font-size: 18px;
  }
  #center-menu .directions-container,
  #center-menu .links-container {
    width: 50%;
  }
  #center-menu .go-to-header h4 {
    font-size: 30px;
  }
  #search-menu .relevanssi-live-search-result .search-result-excerpt {
    font-size: 18px;
  }
  #search-menu .search-result-header {
    flex-direction: column;
    margin-bottom: 16px;
  }
  #search-menu .relevanssi-live-search-result .search-result-titles {
    margin-bottom: 0;
  }
  #search-menu .tags {
    justify-content: flex-start;
    margin-top: 5px;
  }
  #search-menu .search-title {
    font-size: 44px;
  }
  #search-menu .search-container {
    max-width: 400px;
  }
  #search-menu .search-img-wrap {
    min-width: 300px;
    max-width: 300px;
  }
  #search-menu .relevanssi-live-search-result .search-result-content {
    max-width: calc(100% - 300px - 32px);
  }
  #search-menu .relevanssi-live-search-results {
    left: 48px !important;
    width: calc(100% - 96px) !important;
  }
  .center-menu-open #center-menu.no-center ul a {
    font-size: 20px;
  }
  .center-menu-open #center-menu {
    flex-wrap: wrap;
  }
  #center-menu .go-to-container {
    width: 100%;
  }
  #center-menu .center-img {
    display: none;
  }
  #center-menu .go-to-container {
    display: block;
    padding: 0;
    order: 1;
    border-bottom: 1px solid var(--lgrey);
  }
  #center-menu .go-to-header {
    background: var(--ulblue);
    padding: 24px;
    margin: 0;
  }
  #center-menu .directions-container {
    order: 2;
  }
  #center-menu .links-container {
    order: 3;
  }
  #center-menu .directions-container {
    min-width: unset;
  }
  .center-menu-open #center-menu.no-center ul a {
    color: white;
  }
}
@media (max-width: 1220px) {
  #masthead .center-menu-toggle {
    font-size: 15px;
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
  #masthead .center-menu-toggle .info-toggler {
    margin-left: 0;
  }
  #masthead .translate-selector a {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  #masthead {
    padding: 16px 24px;
  }
  #masthead.search-open {
    background-color: var(--ulblue);
  }
  #masthead.menu-open {
    background-color: #fff;
  }
  .blue-purple .menu-toggler .bars .bar {
    background-color: var(--dpurple);
  }
  .blue-green .menu-toggler .bars .bar {
    background-color: var(--mblue);
  }
  .red-yellow .menu-toggler .bars .bar {
    background-color: var(--dred);
  }

  .teal-yellow .menu-toggler .bars .bar {
    background-color: var(--dgreen);
  }
  #main-menu .top-level-container,
  #main-menu .sub-level-container,
  #main-menu .result-container {
    padding: 24px;
  }
  #masthead .masthead-link {
    font-size: 20px;
  }
  #masthead .masthead-link .icon.translate {
    font-size: 1.7em;
  }
  #masthead .masthead-link.search-toggler {
    font-size: 30px;
  }

  #search-menu {
    flex-direction: column;
  }
  #search-menu .search-title {
    font-size: 40px;
  }
  #search-menu .line-accent {
    margin-bottom: 16px;
  }
  .search-content-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search-content-text p {
    margin-left: 16px;
  }
  #search-menu .search-container {
    padding-top: 32px;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
  }
  #search-menu .search-results-container {
    height: 100%;
  }
  #rlvlive {
    min-width: 100%;
    width: calc(100% + 64px) !important;
    position: relative;
    top: 100% !important;
    left: 0 !important;
    height: 100% !important;
    max-height: 100%;
    margin-left: -64px;
    margin-right: -64px;
    overflow: auto;
  }
  #search-menu .search-content {
    position: relative;
    max-height: 100%;
    padding: 32px;
    padding-bottom: 0;
  }
  #search-menu .search-container {
    padding: 0;
  }
  #search-menu .relevanssi-live-search-results {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: 100%;
    overflow: auto;
  }
  #search-menu .search-form {
    max-height: 100%;
  }
  .ajax-results {
    padding-bottom: 96px;
    overflow: hidden;
  }
  #search-menu .relevanssi-live-search-result-status {
    padding-left: 32px;
  }
  #search-menu .relevanssi-live-search-result .search-img,
  #search-menu .relevanssi-live-search-result .placeholder-img {
    border-radius: 0 10px 10px 0;
  }
  #search-menu .relevanssi-live-search-result .search-result-content {
    border-top: none;
    max-width: calc(100% - 272px);
  }
  #search-menu .search-img-wrap {
    min-width: 40%;
    max-width: 40%;
  }
  #search-menu .search-form label {
    margin-bottom: 8px;
  }
  #search-menu .search-recents {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #search-menu .search-recents .search-recents-toggler {
    cursor: pointer;
  }
  #search-menu .search-recents h3 {
    font-size: 20px;
    display: inline-block;
  }
  #search-menu .search-recents .icon.chevron-down {
    display: inline-block;
    font-size: 1rem;
    margin-left: unset;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  #search-menu .search-recents.active .icon.chevron-down {
    transform: rotate(180deg);
  }
  #search-menu .search-recents-content {
    height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    overflow: hidden;
    font-size: 1rem;
    transition: height 0.3s ease;
  }
  #search-menu .search-recents.active .search-recents-content {
    height: 30px;
  }

  #masthead .active.translate-selector {
    width: 89%;
  }
  #search-menu .search-ad {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .sub-level-container li.active,
  .sub-level-container li.active a,
  .sub-level-container li:hover,
  .sub-level-container a:hover,
  .result .branch-pages a:hover,
  .menu-item > a:hover,
  .category-link:hover {
    color: #84c8ff !important;
  }
  #locations-menu > ul > li:first-child {
    margin-top: 32px;
  }

  .top-level-container a:hover,
  .top-level-container span:hover {
    text-decoration: underline;
  }
}

@media (max-width: 992px) {
  #main-menu .menu-item .arrow-left {
    padding: 16px 32px;
    font-size: 25px;
    width: 100%;
  }
  #bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 32px;
    background: white;
    display: flex;
    z-index: 10;
    border-top: 1px solid var(--lgrey);
  }
  .menu-open + #bottom-menu,
  .search-open + #bottom-menu,
  .center-menu-open + #bottom-menu {
    display: none;
  }
  #bottom-menu > * {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    font-family: 'Cachet Book';
    color: var(--mblue);
    cursor: pointer;
  }
  .page-id-23 #masthead {
    background: white;
  }
  #menu-programs-1 > li > a {
    margin-bottom: 0;
  }
  #menu-programs-1 > li:first-child {
    margin-top: 0;
  }
  #masthead .center-menu-toggle .info-toggler {
    border: none;
    padding: 0;
  }
  .masthead-spacer {
    height: 173px;
  }
  #masthead {
    padding: 0;
  }
  .menu-open #main-menu > div {
    border: none;
  }
  .center-menu-open #center-menu {
    flex-direction: column;
    overflow: auto;
    max-height: calc(100dvh - 100%);
    flex-wrap: unset;
  }
  .admin-bar .center-menu-open #center-menu {
    max-height: calc(100dvh - 100% - 32px);
  }
  #center-menu .directions-header {
    margin-bottom: 24px;
  }
  #center-menu .go-to-container,
  #center-menu .directions-container,
  #center-menu .links-container {
    min-width: unset;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--lgrey);
  }
  #masthead .masthead-link:not(.on-mobile) {
    display: none;
  }
  #masthead .translate-selector {
    transform: translate(-77%, -50%) skewX(-45deg);
  }
  #masthead .active.translate-selector {
    width: 215px;
  }
  #masthead .masthead-link .icon.translate {
    /* font-size: 1.2em; */
    /* transform: translateY(3px); */
    font-size: 1.75em;
  }

  #masthead .masthead-info {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  #masthead .center-menu-toggle .my-center {
    display: flex;
    align-items: center;
    font-size: 15px;
    overflow: hidden;
  }
  #masthead .center-menu-toggle .my-center > * {
    padding: 0 5px;
  }
  #masthead .center-menu-toggle .my-center > .hours:not(.empty) {
    border-left: 1px solid var(--mblue);
  }
  #masthead .masthead-links {
    position: absolute;
    top: 0;
    right: 24px;
  }
  #masthead .center-menu-toggle {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 16px;
    border-top: 1px solid var(--lgrey);
    line-height: 1;
  }
  #masthead .home-link {
    margin: 24px 16px;
  }
  #masthead .center-menu-toggle .info-toggler {
    margin-left: 10px;
  }
  #masthead .center-menu-toggle .info-toggler .info-label {
    display: none;
  }
  #masthead .masthead-link.menu-toggler {
    margin: 16px 1rem;
    margin-right: 0;
  }
  #main-menu {
    flex-direction: column;
  }
  #main-menu .top-level-container,
  #main-menu .sub-level-container,
  #main-menu .result-container {
    width: 100%;
  }
  #main-menu .top-level-container {
    padding: 0;
  }
  #main-menu .sub-level-container,
  #main-menu .result-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }
  #main-menu .sub-level-container.active {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
  .top-level-container a,
  .top-level-container span {
    margin-bottom: 0;
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 100%;
  }
  #locations-menu,
  #programs-menu {
    width: 100%;
  }
  .top-level-link.hide {
    display: none !important;
  }
  #locations-menu > ul > li.active > a {
    display: none;
  }
  #masthead .menu-item > a {
    padding: 8px 32px;
    margin: 0;
  }
  #main-menu .menu-item.active > .sub-menu {
    max-height: 1000px;
    opacity: 1;
    padding: 16px 0;
  }
  #locations-menu .result .branch-pages .branch-title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .sub-level-container ul {
    margin-top: 0;
  }
  .menu-item.active > .result,
  .menu-item.active > .sub-menu,
  .menu-item > .sub-menu.active {
    background: var(--lblue);
  }
  .sub-level-container .all-locations,
  .sub-level-container .all-programs {
    display: none;
  }
  .result .branch-pages a {
    padding: 8px 32px;
  }
  .sub-level-container a,
  .sub-level-container li {
    margin-bottom: 0;
  }
  .top-level-container a:hover,
  .top-level-container span:hover,
  .sub-level-container li:hover,
  .sub-level-container a:hover,
  .result .branch-pages a:hover,
  .menu-item > a:hover,
  .category-link:hover {
    color: white !important;
  }
  .top-level-link {
    position: relative;
  }
  .top-level-link .icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    margin-top: 8px;
    padding: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .top-level-link .angle-right {
    display: none;
  }
  .top-level-link.active .icon {
    transform: rotate(180deg);
  }
  #masthead + #bottom-menu {
    transition: transform 0.3s ease;
  }
  #masthead.scrolled + #bottom-menu {
    transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .masthead-link .no-mobile {
    display: none;
  }

  #masthead.scrolled .logo-container {
    min-height: 40px;
  }
  #masthead.scrolled .site-title {
    font-size: 15px;
  }
  #masthead.scrolled .home-link {
    margin: 10px 16px;
  }
  #masthead.scrolled .masthead-link.menu-toggler {
    margin: 0px 1rem;
    margin-right: 0;
    z-index: 100;
  }
  #masthead.scrolled .center-menu-toggle {
    padding: 10px;
  }
  #locations-menu .result .branch-pages .branch-title {
    font-size: 18px;
  }
  #bottom-menu > * {
    font-size: 20px;
  }
  #search-menu .relevanssi-live-search-result .search-result-content {
    padding: 0 32px;
    max-width: 67%;
    margin-left: 0;
  }
  #search-menu .search-title {
    font-size: 35px;
  }
  #center-menu .go-to-header h4 {
    font-size: 25px;
  }
  #center-menu .go-to-header .btn {
    font-size: 15px;
    padding: 8px 24px;
    min-width: 135px;
  }
  #center-menu .flex-link {
    font-size: 15px;
  }
  #search-menu .relevanssi-live-search-result .search-img,
  #search-menu .relevanssi-live-search-result .placeholder-img {
    aspect-ratio: 1 /1;
    height: auto;
  }
  #search-menu .search-title {
    margin-bottom: 16px;
  }
  #search-menu .relevanssi-live-search-result .search-result-title,
  #search-menu .relevanssi-live-search-result-status p {
    font-size: 20px;
  }
  #search-menu .relevanssi-live-search-result .search-result-subtitle,
  #search-menu .relevanssi-live-search-result .search-result-subtitle,
  #search-menu .relevanssi-live-search-result p {
    font-size: 15px;
  }
  #search-menu .relevanssi-live-search-result .search-result-header {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  #search-menu .search-ad .relevanssi-live-search-result {
    flex-direction: column;
  }
  #search-menu .search-ad .search-img-wrap {
    min-width: 100%;
    max-width: 100%;
  }
  #search-menu .search-ad .relevanssi-live-search-result .search-result-content {
    padding: 0;
    max-width: 100%;
    width: 100%;
    padding-top: 1rem;
    text-align: center;
    margin-left: unset;
  }
  #search-menu .search-ad .button-row {
    justify-content: center;
  }
  #search-menu .search-ad .button-row .btn {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 535px) {
  #masthead .active.translate-selector {
    width: 400px;
  }
  #masthead .translate-selector .gt_switcher {
    width: 45%;
    margin-left: 176px;
  }
}

@media (max-width: 480px) {
  #search-menu .search-title {
    font-size: 30px;
  }
  #masthead .center-menu-toggle .my-center .hours {
    /* Hide Excess Overflow */
    /* color: white; */
  }
  #page.blue-purple .hours strong {
    color: var(--dpurple);
  }
  #page.blue-green .hours strong {
    color: var(--mblue);
  }
  #page.red-yellow .hours strong {
    color: var(--dred);
  }
  #page.teal-yellow .hours strong {
    color: var(--dgreen);
  }
  #locations-menu.active,
  #programs-menu.active {
    overflow: auto;
    max-height: 100%;
  }
  .admin-bar #locations-menu.active {
    max-height: calc(100% - 46px);
  }
  #masthead .center-menu-toggle .info-toggler {
    margin-left: 0;
  }
  #search-menu .tag {
    font-size: 12px;
  }
}
