@charset "UTF-8";
.btn-default:hover, .btn-primary:hover {
  opacity: 0.7;
}

.btn-success {
  background-color: #979797 !important;
  color: #fff !important;
}
.btn-success:hover {
  opacity: 0.7;
}

.btn-info {
  background-color: #fff !important;
  color: #0060af !important;
}
.btn-info:hover {
  opacity: 0.7;
}

.btn-warning {
  background-color: #0089d0 !important;
  color: #fff !important;
}
.btn-warning:hover {
  opacity: 0.7;
}

.btn-danger {
  background-color: #5c2e91 !important;
  color: #fff !important;
}
.btn-danger:hover {
  opacity: 0.7;
}

/*Variables*/
:root {
  --ylb-color-dark-grey-1: #636466;
}

.block-description--wrapper {
  display: flex;
}

.block-description--wrapper {
  flex-wrap: wrap;
}

/*Variables*/
:root {
  --schedules-border-radius: 3px;
}

/**
  FONTS
 */
@font-face {
  font-family: 'Cachet W01 Bold';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/cachet_w01_bold3/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Cachet W01 Book';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/cachet_w01_book2/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Cachet W01 Medium';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/cachet_w01_medium/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/helvetica_neue2/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot");
  src: url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

@media (min-width: 62em) {
  .pull-right-lg {
    float: right !important;
  }
}

.ajax-progress-throbber {
  position: absolute;
  opacity: 0.2;
}

.is-disabled:focus, .is-disabled:active:focus {
  box-shadow: none;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height, .modal-body .fieldset-wrapper > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-eq-height:before, .modal-body .fieldset-wrapper > div:before, .row-eq-height:after, .modal-body .fieldset-wrapper > div:after {
  content: none;
}

.ng-hide {
  display: none !important;
}

.align-center {
  text-align: center;
  margin: 25px auto;
}

body:not(.ymca-seattle-page-with-lb) .container {
  max-width: unset;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body:not(.ymca-seattle-page-with-lb) .container:before, body:not(.ymca-seattle-page-with-lb) .container:after {
  content: " ";
  display: table;
}
body:not(.ymca-seattle-page-with-lb) .container:after {
  clear: both;
}
@media (min-width: 768px) {
  body:not(.ymca-seattle-page-with-lb) .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body:not(.ymca-seattle-page-with-lb) .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body:not(.ymca-seattle-page-with-lb) .container {
    width: 1170px;
  }
}
body:not(.ymca-seattle-page-with-lb) .container .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body {
  color: #636466;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

h1, .h1, h2, .h2, h3, h4, h5, h6 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}

h1, .h1, h2, .h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 18px;
}

p {
  word-wrap: break-word;
  font-size: 14px;
}

figcaption {
  font-size: 13px;
  font-style: italic;
  text-align: right;
}

.visually-hidden {
  color: black;
  background-color: white;
}

.alert-color-blue .site-alert__title {
  color: #fff;
}

.alert-color-blue .site-alert__content .field-alert-description a {
  color: #fff;
}

.site-alert__icon:before {
  content: none !important;
}

body {
  padding-top: 70px !important;
}
@media (min-width: 62em) {
  body {
    padding-top: 175px !important;
  }
}
body main {
  margin-top: 0;
}
@media (min-width: 62em) {
  body main {
    margin-top: 0;
  }
}

.layout-container {
  position: relative;
}

.block-region-header h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
}
@media (min-width: 48em) {
  .block-region-header h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 48px;
  }
}
.block-region-header .node-title {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.addthis_inline_share_toolbox {
  margin: 25px 0;
}

.block-lb-breadcrumbs .breadcrumbs-wrapper {
  position: static;
}

.footer {
  color: #fff;
  background-color: #4f4f4f;
  font-size: 12px;
  padding: 30px 0;
}
@media (min-width: 48em) {
  .footer .container {
    padding: 0 50px;
  }
}
@media (min-width: 62em) {
  .footer .container {
    padding: 0;
  }
}
.footer .footer__brand {
  background: url("../logo.svg?iefix") no-repeat 0 0;
  background-size: contain;
  display: block;
  height: 56px;
  margin-bottom: 20px;
  width: 72px;
}
@media (min-width: 48em) {
  .footer .footer__brand {
    height: 75px;
    width: 99px;
  }
}
.footer .footer__nav.row {
  display: block;
}
.footer .footer__nav nav {
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  margin-right: -15px;
}
.footer .footer__nav nav:last-of-type {
  border-bottom: none;
}
@media (min-width: 48em) {
  .footer .footer__nav nav {
    border-bottom: none;
    display: inline-block;
    float: left;
    width: 33%;
  }
}
.footer .footer__nav nav ul {
  padding: 0 30px 0 0;
  margin: 0;
  list-style: none;
}
.footer .footer__nav nav ul li {
  margin: 0 0 18px;
  padding: 0;
}
.footer .footer__nav nav ul li a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
}
.footer .footer__nav nav ul li ul {
  padding-top: 5px;
  margin-bottom: -3px;
}
.footer .footer__nav nav ul li ul li {
  margin: 0 0 14px;
}
@media (min-width: 48em) {
  .footer .footer__nav nav ul li ul li {
    margin: 0;
  }
}
.footer .footer__nav nav ul li ul li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: none;
}
@media (min-width: 48em) {
  .footer .footer__nav nav ul li ul li a {
    font-size: 12px;
  }
}
.footer .footer__social {
  border-top: 1px solid #979797;
  padding: 25px 15px 10px 25px;
}
@media (min-width: 0) and (max-width: 62em) {
  .footer .footer__social {
    width: 110%;
  }
}
@media (min-width: 36em) {
  .footer .footer__social {
    padding: 25px 45px 10px 60px;
  }
}
@media (min-width: 48em) {
  .footer .footer__social {
    border-top: none;
    margin: 0 0 0;
    padding: 0 0 10px;
  }
}
.footer .footer__social .contextual-region:before, .footer .footer__social .contextual-region:after {
  display: table;
  content: "";
  clear: both;
}
.footer .footer__social .body,
.footer .footer__social .quickedit-field {
  clear: both;
}
.footer .footer__social form {
  max-width: 400px;
  margin: 15px 0;
}
.footer .footer__social form label {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.footer .footer__social form .form-control {
  border: solid 1px #ccc;
  float: left;
  height: 40px;
  width: 70%;
}
@media (min-width: 48em) {
  .footer .footer__social form .form-control {
    margin-right: 20px;
  }
}
.footer .footer__social .btn, .footer .footer__social .button {
  font-size: 14px;
}
.footer .footer__social p {
  margin: 0;
  line-height: 18px;
}
@media (min-width: 0) and (max-width: 62em) {
  .footer .footer__social {
    padding: 25px 15px 10px 25px;
  }
}
.footer .footer__social #block-footercopyright {
  padding-top: 25px;
}
.footer .footer__social #block-footersociallinks ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
.footer .footer__social #block-footersociallinks ul li a {
  color: #fff;
  font-size: 32px;
}

.page-head__logo {
  display: inline-block;
  width: auto;
}
@media (min-width: 62em) {
  .page-head__logo {
    border-bottom: none;
    display: block;
    padding-bottom: 9px;
    position: absolute;
    z-index: 50;
  }
}
.page-head__logo > div {
  position: relative;
  right: 30px;
}
.page-head__logo img {
  height: 38px;
  margin: 16px;
}
@media (min-width: 62em) {
  .page-head__logo img {
    height: 62px;
    margin: 35px 0 0 15px;
  }
}
.page-head__logo .ymca-branding-slogan {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  color: #fff;
  display: table;
  float: right;
  font-size: 5px;
  line-height: 5px;
  margin-top: 38px;
  margin-left: -12px;
}
@media (min-width: 62em) {
  .page-head__logo .ymca-branding-slogan {
    font-size: 9px;
    line-height: 9px;
    margin-top: 68px;
    margin-left: 5px;
  }
}
.page-head__logo .ymca-branding-slogan sup {
  font-size: .5em;
  margin-top: -.5em;
  padding-left: .25em;
}
.page-head__logo #block-sitebranding > a {
  float: left;
}
.page-head__logo .sitebranding-home-link {
  display: flex;
}
.page-head__search {
  padding-left: 240px;
  z-index: 50;
}
.page-head__search .search-form-wrapper {
  background-color: #0089d0;
}
.page-head__search form {
  display: flex;
}
.page-head__search input[type="submit"] {
  display: none;
}
.page-head__search .search-input {
  width: 485px;
  display: inline-block;
}
@media (min-width: 75em) {
  .page-head__search .search-input {
    width: 730px;
  }
}
.page-head__search-close {
  color: #fff;
  padding-left: 22px;
  text-transform: uppercase;
}
.page-head__search-close:hover {
  color: #ccc;
  text-decoration: none;
}
.page-head__search-close .fa {
  font-size: 34px;
  vertical-align: top;
}
.page-head__search .search-input-decoration {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: #0089d0;
  position: absolute;
  width: 14px;
  height: 13px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.page-head__top-menu {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  justify-content: end;
}
.page-head__top-menu .navbar-nav {
  border: none;
}
.page-head__top-menu .navbar-nav > li {
  border: none;
}
.page-head__top-menu .navbar-nav > li > a {
  text-shadow: none;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .page-head__top-menu .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.page-head__top-menu .navbar-nav > li:last-child > a {
  padding-right: 15px;
}
.page-head__top-menu a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 1.06;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .page-head__top-menu {
    border-bottom: none;
    display: flex;
    align-items: center;
  }
  .page-head__top-menu a {
    font-size: 12px;
    line-height: 1.42;
  }
}
.page-head__main-menu a {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.85;
  text-transform: uppercase;
}
.page-head__main-menu.nav-home {
  float: none;
  padding-top: 0;
  height: auto;
}
@media (min-width: 0) and (max-width: 62em) {
  .page-head__main-menu.nav-home {
    padding-top: 10px;
    background-color: #0060af;
  }
}
@media (min-width: 48em) {
  .page-head__main-menu .navbar-nav > li > a {
    padding-top: 10px;
  }
}
@media (min-width: 62em) {
  .page-head__main-menu {
    border-bottom: none;
  }
  .page-head__main-menu .nav-level-2 > a,
  .page-head__main-menu .nav-level-3 > a {
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    white-space: normal;
  }
}
.page-head__menu_bar {
  background-color: #0089d0;
  width: 100%;
  min-height: 50px;
}
.page-head__menu_bar .container {
  position: relative;
}
.page-head__sitename {
  position: absolute;
  left: 15px;
  top: 0;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
}
.page-head__header_right {
  position: absolute;
  right: 28px;
  top: 67px;
}
.page-head__header_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-head__header_right ul li a {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  background: #fff;
  border-radius: 5px;
  color: #0060af;
  display: inline-block;
  font-size: 14px;
  padding: 6px 18px;
  text-transform: uppercase;
}

.search-input {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  line-height: 26px;
  padding: 7px 10px 7px 35px;
}

.search-input-decoration {
  position: absolute;
  font-size: 22px;
  color: #0089d0;
  margin-top: 12px;
  margin-left: 8px;
}

.top-navs {
  background-color: #0089d0;
}
@media (min-width: 992px) {
  .top-navs {
    height: 70px;
    background-color: #0060af;
  }
}
.top-navs .navbar {
  border: none;
}
.viewport .top-navs:not(.affix) {
  height: 175px;
  border-bottom: none;
}
.top-navs .navbar-default {
  background: none;
  border: none;
  box-shadow: none;
  top: 0 !important;
}
.top-navs.navbar-fixed-top {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  height: auto;
}
@media (min-width: 0) and (max-width: 62em) {
  .top-navs.navbar-fixed-top {
    height: 70px;
  }
}

.viewport {
  overflow: hidden;
  -webkit-filter: none;
}

@media (min-width: 0) and (max-width: 62em) {
  .icon-bar {
    transition: -webkit-transform .35s .35s ease-out, height .35s .35s, width .35s .35s, padding-bottom .35s .35s;
  }

  .sidebar-in .navbar-toggle .icon-bar {
    height: 4px;
    transition-delay: 0s;
    width: 28px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .sidebar-in .navbar-toggle .icon-bar:first-of-type {
    -webkit-transform: translate(0, 4px) rotate(-45deg);
    transform: translate(0, 4px) rotate(-45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  .sidebar-in .navbar-toggle .icon-bar:last-of-type {
    -webkit-transform: translate(0px, -14px) rotate(45deg);
    transform: translate(0px, -14px) rotate(45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  .sidebar-in .navbar-toggle .icon-bar:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.modal-open .viewport {
  -ms-filter: blur(5px);
  -webkit-transition: -webkit-filter 0s .25s linear;
  -moz-transition: -moz-filter 0s .25s linear;
  -ms-transition: -ms-filter 0s .25s linear;
  -o-transition: -o-filter 0s .25s linear;
  transition: filter 0s .25s linear;
  -moz-filter: blur(5px);
}

.sidebar {
  background-color: #2560a8;
  height: auto;
}
.sidebar .search-form-wrapper {
  border-top: none;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-left: 22px;
  padding-bottom: 15px;
}
.sidebar .search-form-wrapper .fa {
  display: none;
}
.sidebar .search-form-wrapper .search-input {
  border: none;
  border-radius: 8px;
  width: 100%;
  height: 31px;
  line-height: 31px;
  padding: 0 10px 0 10px;
  outline: none;
}
.sidebar .search-form-wrapper .fa-search,
.sidebar .search-form-wrapper input[type="submit"] {
  display: none;
}
.sidebar .page-head__top-menu {
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.sidebar .page-head__top-menu ul[region="secondary_menu"] li {
  display: flex;
}
.sidebar .page-head__top-menu ul[region="secondary_menu"] li a {
  padding: 10px 30px;
}
@media (min-width: 62em) {
  body .sidebar {
    display: none !important;
  }
}
.sidebar #block-useraccountmenu li a {
  font-size: 18px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.sidebar .nav li a {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 30px;
}
.sidebar .dropdown-menu.row-level-2 {
  background-color: #1b4a84;
}
.sidebar .dropdown-menu.row-level-2 a {
  text-transform: none;
}
.sidebar .row-level-3 {
  list-style-type: none;
  padding-left: 17px;
  margin-top: 6px;
  display: none;
}
@media (min-width: 62em) {
  .sidebar .row-level-3 {
    display: block;
  }
}
.sidebar .row-level-3 li a {
  font-size: 16px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.sidebar .row-level-3 li.nav-level-4 {
  padding: 0px 0 15px;
}
.sidebar .section-icon {
  display: none !important;
}
.sidebar .nav-level-2.open, .sidebar .row-level-2 {
  background: transparent;
}
.sidebar .nav-level-3.open .row-level-3 {
  display: none;
}
.sidebar .page-head__main-menu.nav-home .nav-level-2:first-child a {
  padding: 15px 25px 15px 30px;
}
.sidebar .page-head__main-menu.nav-home .nav-level-2:first-child a.submenu-toggle {
  padding: 0;
}
.sidebar .navbar-nav .open .dropdown-menu > li > a,
.sidebar .navbar-nav .open .dropdown-menu .dropdown-header,
.sidebar .page-head__main-menu.nav-home .nav-level-2 > a,
.sidebar .page-head__main-menu.nav-home .nav-level-2 > a:focus {
  padding: 15px 25px 15px 30px;
  outline: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: baseline;
}
.sidebar .navbar-nav .open .dropdown-menu > li > a.submenu-toggle,
.sidebar .navbar-nav .open .dropdown-menu .dropdown-header.submenu-toggle,
.sidebar .page-head__main-menu.nav-home .nav-level-2 > a.submenu-toggle,
.sidebar .page-head__main-menu.nav-home .nav-level-2 > a:focus.submenu-toggle {
  padding: 0;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus,
.sidebar .nav .open > a, .sidebar .nav .open > a:hover, .sidebar .nav .open > a:focus {
  background-color: transparent;
}
.sidebar .page-head__main-menu.nav-home .nav-level-2.open > a:hover {
  background-color: transparent;
}
.sidebar .page-head__main-menu.nav-home li.nav-level-3 > a:first-child {
  padding: 15px 7px 15px 30px;
}
@media (min-width: 0) and (max-width: 62em) {
  .sidebar .page-head__main-menu.nav-home li.nav-level-3 > a:first-child {
    flex-basis: 90%;
  }
}
.sidebar .page-head__main-menu.nav-home li.nav-level-4 > a:first-child {
  padding: 0 25px 0 30px;
  display: block;
}
.sidebar .page-head__main-menu.nav-home .dropdown-menu.row-level-2 {
  padding: 2px 12px 15px 12px;
}
@media (min-width: 0) and (max-width: 62em) {
  .sidebar .page-head__main-menu.nav-home .dropdown-menu.row-level-2 {
    height: auto;
  }
}
.sidebar .nav-level-2.open .row-level-2 {
  border-bottom: none;
}
.sidebar .nav .open.nav-level-3 > a, .sidebar .nav .open.nav-level-3 > a:hover, .sidebar .nav .open.nav-level-3 > a:focus {
  background-color: transparent;
}
.sidebar .page-head__main-menu.nav-home .dropdown-menu.row-level-2 > a {
  background-color: transparent;
}
.sidebar .page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 > a {
  display: inline-block;
}
.sidebar .page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 > a.submenu-toggle {
  padding: 0;
}
.sidebar .page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 .dropdown-toggle {
  padding: 17px 6px 0 0;
  float: right;
}
@media (min-width: 0) and (max-width: 62em) {
  .sidebar .dropdown a .fa-minus,
  .sidebar .dropdown-menu > li a .fa-minus,
  .sidebar li.nav-level-3 a .fa-minus,
  .sidebar .dropdown-menu > .main-menu-container > li a .fa-minus {
    display: none;
  }
  .sidebar .dropdown a .fa-plus,
  .sidebar .dropdown-menu > li a .fa-plus,
  .sidebar li.nav-level-3 a .fa-plus,
  .sidebar .dropdown-menu > .main-menu-container > li a .fa-plus {
    display: inline-block;
  }
}
@media (min-width: 0) and (max-width: 62em) {
  .sidebar .dropdown.show a .fa-minus, .sidebar .dropdown.open a .fa-minus,
  .sidebar .dropdown-menu > li.show a .fa-minus,
  .sidebar .dropdown-menu > li.open a .fa-minus,
  .sidebar li.nav-level-3.show a .fa-minus,
  .sidebar li.nav-level-3.open a .fa-minus,
  .sidebar .dropdown-menu > .main-menu-container > li.show a .fa-minus,
  .sidebar .dropdown-menu > .main-menu-container > li.open a .fa-minus {
    display: inline-block;
  }
  .sidebar .dropdown.show a .fa-plus, .sidebar .dropdown.open a .fa-plus,
  .sidebar .dropdown-menu > li.show a .fa-plus,
  .sidebar .dropdown-menu > li.open a .fa-plus,
  .sidebar li.nav-level-3.show a .fa-plus,
  .sidebar li.nav-level-3.open a .fa-plus,
  .sidebar .dropdown-menu > .main-menu-container > li.show a .fa-plus,
  .sidebar .dropdown-menu > .main-menu-container > li.open a .fa-plus {
    display: none;
  }
}
.sidebar__header_right ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
.sidebar__header_right ul li a {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  background: #fff;
  border-radius: 5px;
  color: #0060af;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
}

@media (min-width: 0) and (max-width: 62em) {
  .sidebar.collapsing-in,
  .sidebar.collapsing-out {
    width: 100% !important;
  }

  .sidebar.collasping-in + .viewport:after {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .viewport:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: -1px;
    z-index: 1001;
    display: block;
    background-color: transparent;
    content: '';
    -webkit-transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
    -moz-transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
    -ms-transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
    transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
  }
  .viewport.in:after, .viewport.collapsing-in:after {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.64);
    -webkit-transition-delay: 0s, 0s;
  }

  .navbar > .container .navbar-brand {
    left: 50%;
    float: none;
    margin-left: -24px;
    padding: 0;
    height: 80%;
    background-position: left top;
    background-size: contain;
  }

  .collapsing-in .nav-global, .in .nav-global, .collapsing-out .nav-global {
    position: absolute;
    margin-top: -50px;
  }

  .viewport.collapsing-out {
    -webkit-transition: -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out;
    -ms-transition: -ms-transform .35s ease-out;
    transition: transform .35s ease-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .sidebar > .nav {
    overflow: hidden;
    width: 100%;
  }

  .viewport {
    position: relative;
    width: 100%;
  }
  .viewport.collapsing-in, .viewport.collapsing-out {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .viewport.collapsing-in {
    -webkit-transition: -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out;
    -ms-transition: -ms-transform .35s ease-out;
    transition: transform .35s ease-out;
  }
  .viewport.in {
    position: fixed;
    top: 30px;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .viewport.collapsing-in {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  html.sidebar-in {
    overflow: hidden;
  }
}
.navbar-toggle {
  border: none;
}
@media (min-width: 62em) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-default {
  margin: 0;
  padding: 0;
}
.navbar-default .container > .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active {
  background-color: #0089d0;
  cursor: pointer;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
.navbar-default .page-head__logo {
  padding-left: 30px;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 5px;
  width: 31px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.viewport .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.viewport .top-navs:not(.affix) {
  min-height: 100px;
}
.viewport .nav-global {
  box-shadow: none;
}
.viewport .nav-global > .container {
  justify-content: end;
}
.viewport .nav-global > .container > .row {
  height: 125px;
  min-height: 100px;
  width: 100%;
}
.viewport .nav-global > .container > .row .header-content {
  top: 0;
  min-height: 125px;
}
.viewport .nav-global.navbar {
  padding: 0;
}
.viewport .header-content .page-head__search {
  bottom: -50px;
  z-index: 1040;
  padding-left: 0;
}
.viewport .header-content .page-head__search .search-form-wrapper {
  padding-bottom: 0;
  margin-bottom: 5px;
  float: right;
  padding-right: 28px;
}

.affix .nav-global {
  padding: 0;
}
.affix .header-content .page-head__search {
  top: 0;
}
.affix .header-content .page-head__search .search-form-wrapper {
  padding-bottom: 0;
}

.affix .page-head__search {
  top: 5px;
}
.affix .page-head__search .search-form-wrapper {
  padding-bottom: 0;
}
.affix .nav-global > .container > .row {
  height: 42px;
}

.viewport .top-navs.affix .nav-global > .container > .row {
  display: none;
}

.toolbar-fixed.toolbar-horizontal .viewport,
.toolbar-fixed.toolbar-horizontal .top-navs {
  margin-top: 39px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .viewport,
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .top-navs {
  margin-top: 79px;
  z-index: 1000;
}
.toolbar-fixed.toolbar-vertical .viewport,
.toolbar-fixed.toolbar-vertical .top-navs {
  margin-top: 39px;
}
.toolbar-fixed.toolbar-vertical .sidebar {
  top: 109px;
}
.toolbar-fixed.toolbar-vertical.toolbar-tray-open .viewport .top-navs {
  margin-left: 15rem;
}

#toolbar-administration .toolbar-bar {
  z-index: 1030;
}

.viewport .page-head__main-menu.nav-home {
  width: 100%;
  height: 100%;
}
.viewport .page-head__main-menu.nav-home .section-icon {
  background-position: 0 50%;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .viewport .page-head__main-menu.nav-home .section-icon {
    display: none;
  }
}
.viewport .page-head__main-menu.nav-home .dropdown-menu.row-level-2 {
  border: none;
  left: auto;
}
.viewport .page-head__main-menu.nav-home .nav-level-1 > li:first-child > ul {
  left: 0;
  right: 0;
  padding: 0 50px 20px 50px;
}
@media (min-width: 75em) {
  .viewport .page-head__main-menu.nav-home .nav-level-1 > li:first-child > ul {
    padding: 0 100px 20px 100px;
  }
}
@media (min-width: 100em) {
  .viewport .page-head__main-menu.nav-home .nav-level-1 > li:first-child > ul {
    padding: 0 200px 20px 200px;
  }
}
@media (min-width: 118.75em) {
  .viewport .page-head__main-menu.nav-home .nav-level-1 > li:first-child > ul {
    padding: 0 300px 20px 300px;
  }
}
.viewport .page-head__main-menu.nav-home .nav-level-1 > li:first-child > ul .nav-level-3 a:first-child {
  min-height: 145px;
}
.viewport .page-head__main-menu.nav-home .nav-level-2 {
  border: none;
  display: flex;
}
.viewport .page-head__main-menu.nav-home .nav-level-2.show, .viewport .page-head__main-menu.nav-home .nav-level-2.open {
  background-color: #07a0f0;
  margin-top: 0;
  border: none;
  box-shadow: none;
}
.viewport .page-head__main-menu.nav-home .nav-level-2.show > a, .viewport .page-head__main-menu.nav-home .nav-level-2.open > a {
  background-color: #07a0f0;
}
.viewport .page-head__main-menu.nav-home .nav-level-2 > a {
  margin: 0;
}
.viewport .page-head__main-menu.nav-home .dropdown-menu {
  margin-top: 0;
  width: auto;
}
.viewport .page-head__main-menu.nav-home .dropdown-menu.row-level-2 {
  padding: 0 20px 25px 30px;
  border-radius: 0;
}
.viewport .page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 {
  padding-top: 30px;
}
.viewport .page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 > a {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
}
.viewport .page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 a {
  padding-bottom: 5px;
  padding-left: 0;
}
.viewport .page-head__main-menu.nav-home .nav-level-2 .nav-level-3 .nav-level-4 {
  padding: 1px 0;
}
.viewport .page-head__main-menu.nav-home .nav-level-2 .nav-level-3 .nav-level-4 a {
  padding: 0;
}
.viewport .page-head__main-menu.nav-home .page-head__search {
  position: absolute;
  top: 0;
  z-index: 1040;
  padding: 0;
  margin: 0;
  display: none;
  align-content: center;
  flex-wrap: wrap;
}
.viewport .page-head__main-menu.nav-home .page-head__search.show {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.viewport .page-head__main-menu.nav-home .page-head__search .search-form-wrapper {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.viewport .page-head__main-menu.nav-home .page-head__search .search-form-wrapper form {
  margin: 0;
  position: relative;
  display: flex;
}
.viewport .page-head__main-menu.nav-home .page-head__search .search-form-wrapper .page-head__search-close {
  align-items: center;
  display: flex;
  font-size: 16px;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}
.viewport .page-head__main-menu.nav-home .page-head__search .search-form-wrapper .page-head__search-close .fa-times {
  font-size: 34px;
  padding-right: 4px;
}

.viewport .nav-global > .container > .row .header-content {
  min-height: inherit;
}

.viewport .page-head__top-menu ul[region="secondary_menu"] {
  flex-direction: row;
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: baseline;
}
.viewport .page-head__top-menu ul[region="secondary_menu"] li {
  padding-left: 25px;
  padding-right: 25px;
}
.viewport .page-head__top-menu ul[region="secondary_menu"] li:first-child {
  padding: 0;
}
.viewport .page-head__top-menu ul[region="secondary_menu"] li:last-child {
  padding-right: 0;
}
.viewport .page-head__top-menu > div {
  display: inline-block;
  vertical-align: text-bottom;
}

@media (min-width: 75em) {
  .is-camp .page-head__top-menu .navbar-nav,
  .page-head__top-menu .navbar-nav {
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 62em) {
  .layout-container .top-navs.affix {
    background-color: #0089d0;
  }
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open.js-off-canvas-dialog-open .top-navs {
  z-index: 100;
}

.page-head__main-menu.nav-home .main-menu-container {
  max-width: 1176px;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .page-head__main-menu.nav-home {
    float: right;
    position: relative;
    top: 0;
  }
}
@media (min-width: 62em) {
  .page-head__main-menu.nav-home .row-level-2 {
    left: 0;
    right: 0;
  }
}
.page-head__main-menu.nav-home .menu-icon-47 .row-level-2 {
  right: auto;
}
@media (min-width: 62em) {
  .page-head__main-menu.nav-home .menu-icon-47 .row-level-2 {
    transform: translateX(-50%);
    margin-left: 54px;
  }
}
.page-head__main-menu.nav-home .menu-icon-47 .row-level-2 .main-menu-container {
  display: block;
}
.page-head__main-menu.nav-home .menu-icon-47 .nav-level-3 {
  float: none;
}
.page-head__main-menu.nav-home .dropdown-menu.row-level-2 {
  padding: 2px 12px 37px 12px;
}
.page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 {
  padding-left: 7px;
  padding-right: 7px;
}
.page-head__main-menu.nav-home .dropdown-menu.row-level-2 .nav-level-3 li a {
  font-family: "Cachet W01 Book", Verdana, sans-serif !important;
}
.page-head__main-menu.nav-home .navbar-nav {
  float: none;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 62em) {
  .page-head__main-menu.nav-home .navbar-nav {
    flex-direction: row;
    margin-left: 0 !important;
  }
  .page-head__main-menu.nav-home .navbar-nav .dropdown-menu {
    margin-top: 0px !important;
  }
}
@media (min-width: 0) and (max-width: 62em) {
  .page-head__main-menu.nav-home .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    transform: none !important;
  }
}
.page-head__main-menu.nav-home .navbar-nav li a {
  line-height: 20px;
}
.page-head__main-menu.nav-home .nav-level-2 > a,
.page-head__main-menu.nav-home .nav-level-2 > a:hover,
.page-head__main-menu.nav-home .nav-level-2 > a:focus {
  padding: 15px 12px;
  outline: none;
  color: #fdfdfd;
}
.page-head__main-menu.nav-home .nav-level-2 .nav-level-3 {
  min-width: 160px;
}
@media (min-width: 0) and (max-width: 62em) {
  .page-head__main-menu.nav-home .nav-level-2 .nav-level-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 62em) {
  .page-head__main-menu.nav-home .nav-level-2:first-child .nav-level-3 {
    max-width: 13%;
    min-width: 13%;
    margin-bottom: 37px;
  }
  .page-head__main-menu.nav-home .nav-level-2:first-child .nav-level-3 a {
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    letter-spacing: -0.29px;
    padding: 0;
    line-height: 20px;
  }
  .page-head__main-menu.nav-home .nav-level-2:first-child .nav-level-3 li a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.32px;
    line-height: 14px;
  }
}
.page-head__main-menu.nav-home .nav-level-2:first-child .guide-me-to-find-my-activity {
  display: block;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  margin-top: 10px;
  clear: both;
}
.page-head__main-menu.nav-home .nav-level-2:first-child .guide-me-to-find-my-activity .gmtfma-wrapper {
  float: right;
}
.page-head__main-menu.nav-home .nav-level-2:first-child .guide-me-to-find-my-activity p {
  color: #fff;
  font-size: 16px;
  height: 19px;
  letter-spacing: 0px;
  display: inline-block;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.page-head__main-menu.nav-home .nav-level-2:first-child .guide-me-to-find-my-activity a {
  font-weight: bold;
  margin-left: 20px;
  border-radius: 8px;
  background: url(../img/guideicon.svg) #fff no-repeat;
  text-transform: uppercase;
  color: #0060af !important;
  height: 45px;
  background-position-y: 13px;
  background-position-x: 10px;
  padding-left: 50px !important;
  display: inline-block;
  padding-top: 13px;
  padding-right: 15px;
}
.page-head__main-menu.nav-home .nav-level-2:first-child .guide-me-to-find-my-activity a:hover {
  margin-left: 20px;
  border-radius: 8px;
  background: url(../img/guideicon.svg) #fff no-repeat !important;
  text-transform: uppercase;
  color: #0060af !important;
  height: 45px;
  background-position-y: 13px !important;
  background-position-x: 10px !important;
  padding-left: 50px !important;
  display: inline-block;
}
.page-head__main-menu.nav-home .nav-level-2.show > a:hover, .page-head__main-menu.nav-home .nav-level-2.open > a:hover {
  background-color: #2560a8;
  top: 0;
}
.page-head__main-menu.nav-home .site-search a {
  background: none;
  font-size: 18px;
  margin-left: 18px;
}

.affix .page-head__main-menu.nav-home .nav-level-2 .fa-caret-up {
  display: none;
}
.affix .page-head__main-menu.nav-home .nav-level-2 .fa-caret-down {
  display: inline-block;
}
.affix .page-head__main-menu.nav-home .nav-level-2.show > .dropdown-menu, .affix .page-head__main-menu.nav-home .nav-level-2.open > .dropdown-menu {
  margin-top: 0px;
}
.affix .page-head__main-menu.nav-home .nav-level-2.show a, .affix .page-head__main-menu.nav-home .nav-level-2.open a {
  color: #fdfdfd;
}
.affix .page-head__main-menu.nav-home .nav-level-2.show a .fa-caret-up, .affix .page-head__main-menu.nav-home .nav-level-2.open a .fa-caret-up {
  display: inline;
}
.affix .page-head__main-menu.nav-home .nav-level-2.show a .fa-caret-down, .affix .page-head__main-menu.nav-home .nav-level-2.open a .fa-caret-down {
  display: none;
}

@media (min-width: 0) and (max-width: 62em) {
  .fa-caret-down,
  .fa-caret-up {
    display: none !important;
  }
}

.menu-icon .section-icon {
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  margin-bottom: 30px;
  filter: none;
}

.hidden-icon .section-icon {
  display: initial !important;
}

.viewport .openy-gtranslate .openy-google-translate {
  padding: 4px 10px 0;
}
.viewport .openy-gtranslate .goog-te-menu-value span {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
}
.viewport .openy-gtranslate .goog-te-gadget-simple:before, .viewport .openy-gtranslate .goog-te-gadget-simple:after {
  display: none;
}
.viewport .page-head__main-menu.nav-home li a:hover,
.viewport .page-head__main-menu.nav-home li a:focus {
  text-decoration: underline;
}
.viewport .page-head__main-menu .nav-level-2.show a,
.viewport .page-head__main-menu .nav-level-2.show a:hover,
.viewport .page-head__main-menu .nav-level-2.show a:focus, .viewport .page-head__main-menu .nav-level-2.open a,
.viewport .page-head__main-menu .nav-level-2.open a:hover,
.viewport .page-head__main-menu .nav-level-2.open a:focus {
  color: #fdfdfd;
  box-shadow: none;
}

#block-useraccountmenu ul.navbar-nav .d-lg-none #g_translater select {
  margin: 10px 25px;
}

@media (min-width: 74.9375em) {
  .row-level-2 > li:nth-child(6n + 1) {
    clear: none;
    margin-right: 0 !important;
  }

  .row-level-2 > li:nth-child(7n + 1) {
    clear: both;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .guide-me-to-find-my-activity {
    margin-top: 0 !important;
  }
  .guide-me-to-find-my-activity p {
    position: relative;
    top: -15px;
  }
}
@media (max-width: 650px) {
  .guide-me-to-find-my-activity p {
    top: 0px;
  }
  .guide-me-to-find-my-activity a {
    margin-left: 0 !important;
    margin-top: 5px;
  }
}
@media (max-width: 350px) {
  .guide-me-to-find-my-activity a {
    padding: 3px !important;
  }
}
.dropdown-toggle:after {
  display: none;
}
@media (min-width: 62em) {
  .dropdown-toggle .fa-plus,
  .dropdown-toggle .fa-minus {
    display: none;
  }
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  text-decoration: underline;
}

.sidebar {
  position: fixed;
  top: 70px;
  bottom: 0;
  z-index: 40;
  display: block !important;
  visibility: visible;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: inherit;
  height: auto;
  background: #2560a8;
  -webkit-overflow-scrolling: touch;
}
.sidebar.collapse {
  width: 0 !important;
}
.sidebar.collapse.in {
  width: 100% !important;
}
.sidebar.collapsing-out {
  -webkit-transition: visibility 0s .4s linear;
  -moz-transition: visibility 0s .4s linear;
  -ms-transition: visibility 0s .4s linear;
}
.sidebar .search-form-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
}
.sidebar .search-form-wrapper input[type="search"]:-moz-placeholder {
  font-size: 14px;
}
.sidebar .search-form-wrapper input[type="search"]::-moz-placeholder {
  font-size: 14px;
}
.sidebar .search-form-wrapper input[type="search"]:-ms-input-placeholder {
  font-size: 14px;
}
.sidebar .search-form-wrapper input[type="search"]::-webkit-input-placeholder {
  font-size: 14px;
}
.sidebar .caret {
  margin-left: 7px;
}
.sidebar .dropdown-menu {
  position: relative;
  top: 0;
  z-index: 0;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  background-color: #0089d0;
}
.sidebar .active > a {
  -webkit-transition: height .3s .3s ease-out,opacity .3s 0s ease-out,background-color .2s .6s ease-out,color .2s .6s ease-out,color .2s .6s ease-out,border-color 0s ease-out;
  -moz-transition: height .3s .3s ease-out,opacity .3s 0s ease-out,background-color .2s .6s ease-out,color .2s .6s ease-out,color .2s .6s ease-out,border-color 0s ease-out;
  -ms-transition: height .3s .3s ease-out,opacity .3s 0s ease-out,background-color .2s .6s ease-out,color .2s .6s ease-out,color .2s .6s ease-out,border-color 0s ease-out;
}
.sidebar .nav a {
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  -moz-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  -ms-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  -o-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
}
.sidebar .nav-level-2 .row-level-2 {
  display: none;
}
.sidebar .nav-level-2.show .row-level-2, .sidebar .nav-level-2.open .row-level-2 {
  display: block;
  border-bottom: 1px solid #979797;
}
.sidebar .nav-stacked > li {
  margin: 0;
}
.sidebar .nav-stacked > li + li {
  margin: 0;
}
.sidebar .page-head__main-menu {
  padding-top: 9px;
}
.sidebar .page-head__top-menu {
  overflow: visible;
  padding-bottom: 13px;
  padding-top: 13px;
}
.sidebar .page-head__top-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar .row-level-3 {
  display: none;
  height: auto;
}
.sidebar input[type="submit"] {
  display: none;
}
.sidebar .navbar-nav {
  margin: 0 -15px;
}
.sidebar .nav-level-2 a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.sidebar .nav-level-2.open,
.sidebar .row-level-2 {
  background-color: #0060af;
}
.sidebar .navbar-nav .open .dropdown-menu > li > a,
.sidebar .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 12px 15px 12px 23px;
}
.sidebar .dropdown-menu > li > a:hover,
.sidebar .dropdown-menu > li > a:focus {
  background: none;
}
.sidebar .section-icon {
  display: none;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #999 !important;
}

:-moz-placeholder {
  font-style: italic;
  color: #999 !important;
}

::-moz-placeholder {
  font-style: italic;
  color: #999 !important;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #999 !important;
}

::placeholder {
  font-style: italic;
  color: #999 !important;
}

#schedules-search-form-wrapper .form-item .form-control,
.sub-header--filters .form-item .form-control,
.groupex-form-full .form-item .form-control,
.listing-news-posts .form-item .form-control,
.listing-event-posts .form-item .form-control,
.listing-blog-posts .form-item .form-control,
.form-control {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  border: 1px solid #979797;
  border-radius: 0;
  text-shadow: none;
  padding: 6px 12px 6px 5px;
  background-color: #fff;
  height: 34px !important;
}

.btn, .button {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background-image: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
}
.btn.blue, .blue.button, .modal-body .button {
  background-color: #00aeef;
  color: #fff;
}
.btn.blue:hover, .blue.button:hover, .modal-body .button:hover {
  color: #0060af;
  background-color: #00aeef;
}
.btn.blue a, .blue.button a, .modal-body .button a {
  color: #fff;
  text-decoration: none;
}
.btn.blue a:hover, .blue.button a:hover, .modal-body .button a:hover {
  color: #0060af;
}
.btn.white-blue, .white-blue.button {
  background-color: #fff !important;
  color: #00aeef !important;
  border: 1px solid #00aeef !important;
}
.btn.white-blue:hover, .white-blue.button:hover {
  color: #0060af;
  background-color: #fff;
}
.btn.white-blue a, .white-blue.button a {
  color: #00aeef;
  text-decoration: none;
}
.btn.white-blue a:hover, .white-blue.button a:hover {
  color: #0060af;
}
.btn.transparent-blue, .transparent-blue.button {
  background-color: transparent;
  color: #0089d0;
  border: 1px solid #0089d0;
}
.btn.transparent-blue:hover, .transparent-blue.button:hover {
  color: #0060af;
}
.btn.transparent-blue a, .transparent-blue.button a {
  color: #0089d0;
  text-decoration: none;
}
.btn.transparent-blue a:hover, .transparent-blue.button a:hover {
  color: #0060af;
}
.btn.btn-link, .btn-link.button {
  text-decoration: none;
}

#schedules-search-form-wrapper .form-item .form-select,
.sub-header--filters .form-item .form-select,
.groupex-form-full .form-item .form-select,
.listing-news-posts .form-item .form-select,
.listing-event-posts .form-item .form-select,
.listing-blog-posts .form-item .form-select,
.form-select {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  border: 1px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("../img/arrow_down.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: white;
  padding: 6px 12px 6px 5px;
  text-transform: none !important;
  height: 34px !important;
  border-radius: unset;
}
#schedules-search-form-wrapper .form-item .form-select ::-ms-expand,
.sub-header--filters .form-item .form-select ::-ms-expand,
.groupex-form-full .form-item .form-select ::-ms-expand,
.listing-news-posts .form-item .form-select ::-ms-expand,
.listing-event-posts .form-item .form-select ::-ms-expand,
.listing-blog-posts .form-item .form-select ::-ms-expand,
.form-select ::-ms-expand {
  display: none;
}

.ie11 .form-select {
  padding-right: 5px;
  background-image: none;
}

.pager li.load_more_button > a {
  padding: 12px 35px;
  border: none;
  border-radius: 0 !important;
  background-color: #00aeef;
  font-size: 20px;
}

.pager__items {
  padding-left: 0;
}

.pager li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.pager li.is-active a {
  color: #636466;
  font-size: 15px;
  font-weight: 500;
}
.pager li > a {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}
.pager li.pager__item--next a {
  border: none;
}
.pager li.pager__item--next a:hover {
  background: transparent;
}

/* Prevent iphone from zooming in when filling out a form. */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 999px) {
  select,
  input,
  textarea {
    font-size: 16px !important;
  }
}
/* Styles for Guest pass form */
.yamlform-submission-guest-pass-form-form {
  padding: 15px 0;
}
.yamlform-submission-guest-pass-form-form label {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  line-height: 23px;
}
.yamlform-submission-guest-pass-form-form .form-control {
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
  padding: 6px 12px 6px 5px;
  border: solid 1px #ccc;
}
@media (min-width: 0) and (max-width: 48em) {
  .yamlform-submission-guest-pass-form-form .form-control {
    width: 80%;
  }
}
@media (min-width: 0) and (max-width: 36em) {
  .yamlform-submission-guest-pass-form-form .form-control {
    width: 100%;
  }
}
.yamlform-submission-guest-pass-form-form .yamlform-button--submit {
  margin: 10px 0;
}

/* Styles for webforms */
.webform-submission-form .form-actions {
  margin-bottom: 15px;
}
.webform-submission-form .js-form-item {
  margin-bottom: 15px;
}
.webform-submission-form .js-form-item.js-form-type-radio {
  margin-bottom: 10px;
}
.webform-submission-form .js-form-item label,
.webform-submission-form .js-form-item legend {
  border-bottom: none;
  display: inline-block;
  font-weight: bolder;
  font-style: inherit;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #636466;
  margin-bottom: 4px;
  width: auto;
  margin-right: 0;
}
.webform-submission-form .js-form-item label.option,
.webform-submission-form .js-form-item legend.option {
  font-weight: normal;
  display: contents;
}
.webform-submission-form .js-form-item legend {
  margin-bottom: 8px;
}
.webform-submission-form .js-form-item textarea {
  width: 100%;
}
.webform-submission-form .js-form-item input {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #bbbbbb;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: inset 0 2px 3px #dddddd;
  margin-right: 4px;
}
.webform-submission-form .webform-element-help {
  width: 18px;
  top: -2px;
  position: relative;
}

.form-item, .form-actions {
  margin: 0;
}

#schedules-search-form-wrapper .form-item-location {
  margin-bottom: 0;
}
#schedules-search-form-wrapper .form-item-display input {
  display: inline-block;
}

.calc-block-form .form-radio.hidden-radio-membership {
  visibility: hidden;
  margin-left: -1.3em;
}
.calc-block-form .form-item-membership-info {
  margin: 2em 0;
}

@media (max-width: 1025px) {
  .form-item-field-blog-category-target-id {
    padding-bottom: 10px;
  }
}
article.webform {
  width: 100%;
}
article.webform .container {
  width: 100%;
}

#schedules-search-form-wrapper .form-actions .btn-primary,
.sub-header--filters .form-actions .btn-primary,
.groupex-form-full .form-actions .btn-primary,
.listing-news-posts .form-actions .btn-primary,
.listing-event-posts .form-actions .btn-primary,
.listing-blog-posts .form-actions .btn-primary,
.form-actions .btn-primary {
  padding: 7px 16px;
}

.styleguide .sg-color {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: 'Cachet';
  margin-bottom: 12px;
  min-height: 50px;
  padding: 12px;
}
.styleguide .sg-color.bg-white {
  border: 1px solid #636466;
  color: #000;
  padding: 11px;
}
.styleguide .bg-white {
  background-color: #fff;
}
.styleguide .bg-black {
  background-color: #000;
}
.styleguide .bg-sky-blue {
  background-color: #bfe1f3;
}
.styleguide .bg-light-blue {
  background-color: #00aeef;
}
.styleguide .bg-blue {
  background-color: #0089d0;
}
.styleguide .bg-dark-blue {
  background-color: #0060af;
}
.styleguide .bg-pink {
  background-color: #c6168d;
}
.styleguide .bg-dark-magenta {
  background-color: #92278f;
}
.styleguide .bg-purple {
  background-color: #5c2e91;
}
.styleguide .bg-orange {
  background-color: #f15922;
}
.styleguide .bg-yellow {
  background-color: #fcaf17;
}
.styleguide .bg-lighter-grey {
  background-color: #ebebeb;
}
.styleguide .bg-light-grey {
  background-color: #ccc;
}
.styleguide .bg-medium-grey {
  background-color: #979797;
}
.styleguide .bg-default-grey {
  background-color: #636466;
}
.styleguide .bg-dark-grey {
  background-color: #4f4f4f;
}
.styleguide .bs-docs-section {
  margin-bottom: 100px;
}
.styleguide .bs-example {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  *zoom: 1;
}
.styleguide .bs-example:before, .styleguide .bs-example:after {
  display: table;
  content: "";
}
.styleguide .bs-example:after {
  clear: both;
}
.styleguide .highlight {
  border-left: 3px solid #0060af;
}
.styleguide .fontawesome-icon-list .fa-hover a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
}
.styleguide .fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.styleguide .fontawesome-icon-list .fa-hover a:hover {
  background-color: #1d9d74;
  color: #fff;
  text-decoration: none;
}
.styleguide .fontawesome-icon-list .fa-hover a:hover .fa {
  font-size: 28px;
  vertical-align: -6px;
}
.styleguide .underline {
  border-bottom: 3px solid #0060af;
  padding-bottom: 10px;
}

.paragraph h2, .paragraph .h2 {
  font-size: 36px;
}
.paragraph--view-mode--default p {
  margin: 0 0 10px;
}

.listing-blog-posts .form-item .form-control {
  font-size: 12px;
}
.listing-blog-posts .form-item .form-control.form-text {
  height: 34px !important;
  padding-left: 10px;
}
.listing-blog-posts .form-item .form-control.form-text ::-webkit-input-placeholder,
.listing-blog-posts .form-item .form-control.form-text ::-moz-placeholder,
.listing-blog-posts .form-item .form-control.form-text ::placeholder {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 12px;
  color: red !important;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 992px) {
  .paragraph--type--event-posts-listing form .form-item select, .paragraph--type--event-posts-listing form .form-actions select {
    max-width: 220px;
  }
  .paragraph--type--event-posts-listing form .form-item-combine {
    padding-left: 200px;
  }
  .paragraph--type--event-posts-listing form .form-item-combine input {
    min-width: 250px;
  }
}
.paragraph--type--event-posts-listing .views-row {
  margin-bottom: 73px;
  flex-direction: column;
}
.paragraph--type--event-posts-listing .views-row .views-field-field-event-image {
  overflow: hidden;
}
.paragraph--type--event-posts-listing .views-row .views-field-field-event-image img {
  width: 100%;
  height: auto;
}
.paragraph--type--event-posts-listing .listing-event-posts form.views-exposed-form {
  background-color: #ebebeb;
  width: 100%;
  padding: 17px 25px;
  margin: 30px 0 50px;
  box-shadow: unset;
  border-radius: unset;
}
.paragraph--type--event-posts-listing .listing-event-posts form.views-exposed-form .form-actions {
  text-align: center;
}
.paragraph--type--event-posts-listing .listing-event-posts form.views-exposed-form .form-item .select-wrapper:before {
  display: none;
}
.paragraph--type--event-posts-listing .listing-event-posts form.views-exposed-form .form-item label {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

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

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

.sidebar-card {
  border: 1px solid #ccc;
  padding: 20px 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .sidebar-card {
    padding: 20px 25px;
    margin-bottom: 27px;
  }
}
.sidebar-card h2 {
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  color: #636466;
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}
.sidebar-card .field-prgf-description h2 {
  color: #5c2e91;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
}
.sidebar-card .field-prgf-description h2 a {
  text-decoration: none;
  color: inherit;
}
.sidebar-card.blog-related h3 {
  color: #636466;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.sidebar-card.blog-related h2 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #5c2e91 !important;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 33px;
  letter-spacing: normal;
  text-transform: none;
}
.sidebar-card.blog-related h2 a {
  color: inherit;
  text-decoration: none;
}
.sidebar-card .field-prgf-title {
  text-align: left;
}
.sidebar-card .field-prgf-title h2 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  color: #636466;
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}

.story-card a {
  color: #5c2e91;
  text-decoration: none;
}
.story-card .quote {
  color: #5c2e91;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -1px;
  margin-bottom: 33px;
  display: flex;
}
@media (min-width: 48em) {
  .story-card .quote {
    font-size: 25px;
    line-height: 1.2;
  }
}
.story-card .quote svg {
  display: block;
  float: left;
  height: 24px;
  fill: #5c2e91;
  width: 28px;
}
.story-card .quote .quote-open {
  margin: 0 16px 0 0;
}
.story-card .quote .quote-close {
  margin: 0 0 0 16px;
}
.story-card .quote .quote-close svg {
  transform: rotate(180deg);
}
.story-card .quote .icon {
  background: url("../img/quote_purple.svg") no-repeat 0 0;
  display: block;
  height: 24px;
  margin: 13px 0 0px;
  width: 44px;
}
.story-card .link {
  font-size: 15px;
  color: #0089d0;
}
.story-card .link:hover {
  text-decoration: underline;
}

.promo-card .description {
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 28px;
}
.promo-card .description h1, .promo-card .description h2, .promo-card .description h3, .promo-card .description h4, .promo-card .description h5, .promo-card .description h6 {
  font-size: 20px;
  color: #0089d0;
  line-height: 1.2;
  margin: 0 0 10px;
}
.promo-card .btn, .promo-card .button {
  white-space: normal;
  font-size: 18px;
  padding: 0px;
  width: 100%;
}
.promo-card .btn a, .promo-card .button a {
  display: block;
  padding: 16px;
}
@media (min-width: 48em) {
  .promo-card .btn a, .promo-card .button a {
    padding: 10px;
  }
}

.paragraph .h1 {
  font-weight: bold;
}
[class*='sidebar'] .paragraph .h1 {
  padding-bottom: 1em;
}

.wrapper-field-bottom-content .paragraph--type--dynamic-content .field-custom-block-reference {
  padding-right: 15px;
  padding-left: 15px;
}

.paragraph--type--simple-content, .paragraph--type--class-content, .paragraph--type--category-content {
  padding: 20px 0;
}
.paragraph--type--dynamic-content {
  padding: 20px 15px !important;
  overflow: visible;
}
.paragraph--type--dynamic-content:before, .paragraph--type--dynamic-content:after {
  clear: both;
  content: '';
  display: table;
  width: 0;
}
.one-column-clean .paragraph--type--dynamic-content:first-child, .landing-header .paragraph--type--dynamic-content {
  padding-top: 0;
}
.paragraph--type--dynamic-content .views-element-container .branches.row {
  padding: 0 15px;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .views-element-container .branches.row {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph--type--dynamic-content .views-element-container .branches header {
  width: 100%;
}
.paragraph--type--dynamic-content .views-element-container .branches header h2 {
  margin: 5px 0 30px 10px;
  font-size: 32px;
  text-transform: uppercase;
  color: #636466;
}
.paragraph--type--dynamic-content .views-element-container .branches a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 16px;
  line-height: 39px;
  color: #0089d0;
}
.paragraph--type--dynamic-content .views-element-container .branches footer {
  margin-top: 20px;
  width: 100%;
}
.paragraph--type--dynamic-content .views-element-container .branches footer .col-12 {
  text-align: center;
  margin: 50px 0;
}
.paragraph--type--dynamic-content .views-element-container .branches footer .button-wrapper {
  box-sizing: border-box;
  height: 48px;
  width: 237px;
  border: 2px solid #0089d0;
  font-size: 20px;
  padding: 12px 30px;
}
.paragraph--type--dynamic-content .views-element-container .branches footer .button-wrapper i {
  padding-right: 5px;
  font-size: 22px;
}
.paragraph--type--dynamic-content .news {
  padding-bottom: 20px;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .news {
    padding-bottom: 0;
  }
}
.paragraph--type--dynamic-content .news .news-and-events .node--type-blog, .paragraph--type--dynamic-content .news .news-and-events .more-link {
  border-top: 1px solid #979797;
  padding: 15px 0;
}
.paragraph--type--dynamic-content .news .news-and-events .node--type-blog .date, .paragraph--type--dynamic-content .news .news-and-events .more-link .date {
  color: #979797;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 5px;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .news .news-and-events .node--type-blog .date, .paragraph--type--dynamic-content .news .news-and-events .more-link .date {
    font-size: 10px;
    line-height: 12px;
  }
}
.paragraph--type--dynamic-content .news .news-and-events a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #0089d0;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .news .news-and-events a {
    font-size: 16px;
    line-height: 19px;
  }
}
.paragraph--type--dynamic-content .news .news-and-events .more-link {
  text-align: right;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .news .news-and-events .more-link {
    text-align: left;
  }
}
.paragraph--type--dynamic-content .news .news-and-events .more-link a:after {
  font-family: FontAwesome;
  content: '\f054';
  position: relative;
  top: 1px;
  padding-left: 5px;
}
.paragraph--type--dynamic-content .news h2.empty-views a {
  font-size: 22px !important;
}
.paragraph--type--dynamic-content .events {
  padding: 0;
}
.paragraph--type--dynamic-content .events .views-element-container {
  height: 100%;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events {
  height: 100%;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event {
  height: 100%;
  padding-bottom: 20px;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row,
  .paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event {
    padding-bottom: 0;
  }
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .event-date-month,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .event-date-month {
  color: #fff;
  background-color: #0060af;
  border: 1px solid #fff;
  display: inline-block;
  margin-left: 20px;
  top: 0;
  height: 66px;
  width: 71px;
  position: absolute;
  text-align: center;
  z-index: 1;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .event-date-month .event-date,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .event-date-month .event-date {
  font-size: 30px;
  line-height: 35px;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .event-date-month .event-month,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .event-date-month .event-month {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row a,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .views-field-field-event-image,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .field-event-image,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .views-field-field-event-image,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .field-event-image {
  margin-top: 20px;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .views-field-field-event-image img,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .field-event-image img,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .views-field-field-event-image img,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .field-event-image img {
  width: 100%;
  height: auto;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .card-title,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .card-title {
  display: flex;
  flex-grow: 1;
  padding: 20px 15px;
  border: 1px solid #979797;
  min-height: 90px;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .card-title,
  .paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .card-title {
    min-height: auto;
  }
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .card-title span,
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .card-title span {
  align-self: center;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row .card-title span,
  .paragraph--type--dynamic-content .events .views-element-container .news-and-events .node--type-event .card-title span {
    align-self: flex-start;
  }
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .views-row {
  height: auto;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #0089d0;
}
@media (min-width: 62em) {
  .paragraph--type--dynamic-content .events .views-element-container .news-and-events a {
    font-size: 16px;
    line-height: 19px;
  }
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .more-link {
  padding: 15px;
  height: fit-content;
  text-align: end;
  align-self: flex-end;
  width: 100%;
}
.paragraph--type--dynamic-content .events .views-element-container .news-and-events .more-link a:after {
  font-family: FontAwesome;
  content: '\f054';
  position: relative;
  top: 1px;
  padding-left: 5px;
}
.paragraph--type--dynamic-content .events h2.empty-views a {
  font-size: 22px !important;
}
@media (min-width: 62em) {
  .paragraph--type--banner {
    height: 510px;
  }
}
.paragraph--type--banner .video-wrapper {
  min-height: 230px;
}
@media (min-width: 62em) {
  .paragraph--type--banner .video-wrapper {
    min-height: 510px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--banner .video-wrapper {
    min-height: 600px;
  }
}
.paragraph--type--grid-content {
  padding: 50px 0;
}
.paragraph--type--grid-content .grid-item {
  margin: -1px 0 10px;
  padding: 0 20px;
  background: #ebebeb;
  border: 1px solid #333333;
  width: 100%;
}
@media (min-width: 48em) {
  .paragraph--type--grid-content .grid-item {
    margin: 0 0 40px;
  }
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white {
  border-color: #979797;
  background: #fff;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner {
  padding: 0;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner h2 {
  margin: 0;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner h2 div {
  margin-bottom: 33px;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner .text {
  font-size: 16px;
  padding: 0;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner p {
  padding: 0 0 20px;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner table {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  padding: 20px 0;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner table td {
  padding: 10px 0;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner table td a {
  font-size: 24px;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner a {
  color: #0089d0;
  font-size: 20px;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner a.btn-primary {
  color: #fff;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner a.btn-primary:hover {
  opacity: 0.7;
}
.paragraph--type--grid-content .grid-item.prgf-grid-col-bg-white .inner .more-link a:after {
  content: '';
}
.paragraph--type--grid-content .grid-item p, .paragraph--type--grid-content .grid-item .more-link {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.paragraph--type--grid-content .grid-headline {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #636466;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  padding-bottom: 50px;
  width: 100%;
}
.paragraph--type--grid-content .paragraph--call-to-action-button {
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 48em) {
  .paragraph--type--grid-content .paragraph--call-to-action-button {
    margin: 0 0 30px;
  }
}
.paragraph--type--grid-content .paragraph--call-to-action-button a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
@media (min-width: 75em) {
  .paragraph--type--grid-content .paragraph--call-to-action-button a {
    width: 350px;
    min-height: 125px;
    line-height: unset;
  }
}
.paragraph--type--grid-content .paragraph--call-to-action-button a .field-prgf-headline {
  font-size: 20px;
  padding-top: 5px;
}
.paragraph--type--grid-content .paragraph--call-to-action-button a:hover {
  transform: scale(1.1);
}
.paragraph--type--grid-content .paragraph--call-to-action-button.white a:hover {
  color: #0089d0 !important;
}
.paragraph--type--grid-content .paragraph--call-to-action-button .cta-wrapper {
  display: flex;
}
.cta-left .paragraph--type--grid-content .paragraph--call-to-action-button .cta-wrapper {
  justify-content: start;
}
.cta-center .paragraph--type--grid-content .paragraph--call-to-action-button .cta-wrapper {
  justify-content: center;
}
.cta-right .paragraph--type--grid-content .paragraph--call-to-action-button .cta-wrapper {
  justify-content: start;
}
.paragraph--type--grid-content .col-sm-6 .prgf-grid-col-bg-white {
  padding: 36px 42px;
}
@media (min-width: 75em) {
  .paragraph--type--grid-content .col-sm-6 .prgf-grid-col-bg-white {
    padding: 75px 95px;
  }
}
.paragraph--type--grid-content .col-sm-3 .prgf-grid-col-bg-white, .paragraph--type--grid-content .col-sm-4 .prgf-grid-col-bg-white {
  padding: 36px 42px;
}
.paragraph--type--dynamic-blog-posts .field-openy-blog-header {
  text-align: center;
}
.paragraph--type--grid-columns .media--blazy {
  position: absolute;
}
.paragraph--type--grid-columns .btn-primary {
  background-color: #0089CF;
}
.paragraph--type--grid-columns td {
  display: inherit;
}
@media (min-width: 62em) {
  .paragraph--type--grid-columns td {
    display: table-cell;
  }
}
@media (min-width: 48em) and (orientation: portrait) {
  .paragraph--type--featured-blogs .node--type-blog.node--view-mode-teaser {
    width: 100%;
  }
}
@media (min-width: 48em) and (orientation: landscape) {
  .paragraph--type--featured-blogs .node--type-blog.node--view-mode-teaser {
    width: 100%;
  }
}
.paragraph--type--featured-blogs .node--type-blog.node--view-mode-teaser .inner-wrapper {
  width: 100%;
  border-radius: unset;
}
@media (min-width: 48em) {
  .paragraph--type--featured-blogs .node--type-blog.node--view-mode-teaser .inner-wrapper {
    width: 90%;
  }
}
.paragraph--type--activity-finder-search .modal-dialog .modal-info-main {
  padding-bottom: 20px;
}
.paragraph--type--activity-finder-search .modal-dialog .modal-info-main .field-learn-more a {
  font-weight: bold;
}
.paragraph--type--activity-finder-search .modal-dialog .modal-info-sidebar {
  padding-bottom: 40px;
}
.paragraph--type--gallery .cta-group-wrapper {
  height: 100%;
  min-height: unset;
}
@media (min-width: 85.5em) {
  .paragraph--type--gallery .cta-group-wrapper {
    height: 100%;
    bottom: 0;
    top: 0;
  }
}
@media (min-width: 48em) {
  .paragraph--type--gallery .cta-group-wrapper {
    background-color: transparent;
    position: relative;
    transform: none;
    left: 0;
  }
}
@media (min-width: 62em) {
  .paragraph--type--gallery .cta-group-wrapper {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 60px;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
.paragraph--type--gallery .cta-group-wrapper .container {
  height: 100%;
}
@media (min-width: 1440px) {
  .paragraph--type--gallery .cta-group-wrapper .container {
    padding: 0;
    margin: 0 76px;
    width: auto;
  }
}
.paragraph--type--gallery .cta-group-wrapper .container .row {
  height: 100%;
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 48em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group {
    max-width: unset;
  }
}
@media (min-width: 62em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group {
    max-width: 450px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group {
    max-width: 500px;
    padding: 25px 20px;
  }
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group h1 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 32px;
  color: #636466;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 62em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group h1 {
    margin: 0 0 15px;
    font-size: 32px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group h1 {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 10px;
  }
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .field-item {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .text {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 1199) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .text {
    margin-bottom: 15px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .text {
    margin-bottom: 30px;
  }
}
@media (min-width: 62em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .text {
    line-height: 23px;
  }
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .text p {
  font-size: 18px;
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .btn, .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .button {
  background: #0089d0;
  width: max-content;
  max-width: 100%;
}
@media (min-width: 48em) {
  .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .btn, .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .button {
    width: 40%;
  }
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .btn:hover, .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .button:hover {
  opacity: 0.7;
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .btn a, .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .button a {
  text-transform: none;
  padding: 10px;
  font-size: 18px;
}
.paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .btn a:hover, .paragraph--type--gallery .cta-group-wrapper .container .row .cta-group .button a:hover {
  color: #fff;
}
.paragraph--type--secondary-description-sidebar {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #636466;
}
@media (min-width: 48em) {
  .paragraph--type--secondary-description-sidebar {
    margin-bottom: 0;
    padding: 0;
  }
}
.paragraph--type--secondary-description-sidebar .row {
  margin: 0;
  padding: 25px 0;
  align-items: center;
}
@media (min-width: 48em) {
  .paragraph--type--secondary-description-sidebar .row {
    display: flex;
    padding: 55px 0;
  }
}
.paragraph--type--secondary-description-sidebar .row p {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 48em) {
  .paragraph--type--secondary-description-sidebar .row p {
    text-align: unset;
  }
}
.paragraph--type--secondary-description-sidebar .row table {
  width: 100%;
  border: transparent;
  padding-top: 20px;
  color: #636466;
  text-align: center;
}
@media (min-width: 48em) {
  .paragraph--type--secondary-description-sidebar .row table {
    text-align: unset;
  }
}
.paragraph--type--secondary-description-sidebar .row table td {
  display: inherit;
}
@media (min-width: 62em) {
  .paragraph--type--secondary-description-sidebar .row table td {
    display: table-cell;
  }
}
.paragraph--type--secondary-description-sidebar .row a {
  display: initial;
  margin: 0;
  text-decoration: underline;
  font-size: inherit;
  color: #636466;
  text-transform: none;
  text-align: center;
  font-weight: normal;
}
.paragraph--type--secondary-description-sidebar .row a:hover {
  opacity: 0.7;
}
.paragraph--type--secondary-description-sidebar .row a.btn-default {
  background-color: #626466;
  color: #fff;
  margin-left: 0;
  white-space: normal;
}
.paragraph--type--secondary-description-sidebar .row a.btn-link {
  background: none;
}
.paragraph--type--secondary-description-sidebar .row a.btn-link, .paragraph--type--secondary-description-sidebar .row a.btn-default {
  font-size: 20px;
  text-decoration: none;
  display: block;
}
@media (min-width: 62em) {
  .paragraph--type--secondary-description-sidebar .row .field-prgf-right-column-block {
    width: auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
  }
  .paragraph--type--secondary-description-sidebar .row .right {
    padding: 0;
  }
  .paragraph--type--secondary-description-sidebar .row .right a.btn, .paragraph--type--secondary-description-sidebar .row .right a.button {
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .paragraph--type--secondary-description-sidebar .row .left {
    padding: 0;
  }
  .paragraph--type--secondary-description-sidebar .row .left a.btn, .paragraph--type--secondary-description-sidebar .row .left a.button {
    margin-right: 30%;
  }
}
.paragraph--type--faq {
  margin-bottom: 80px;
  margin-top: 10px;
}
.paragraph--type--faq .field-qa:last-child {
  border-bottom: 1px solid #a3a4a6;
}
.paragraph--type--faq .paragraph--type--faq-item {
  border: none;
  border-top: 1px solid #a3a4a6;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}
.paragraph--type--faq .paragraph--type--faq-item.hide {
  display: block !important;
}
.paragraph--type--faq .paragraph--type--faq-item .faq-anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
.paragraph--type--faq .paragraph--type--faq-item .field-question {
  color: #0089d0;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background-color: transparent;
  text-transform: none;
  padding: 10px 30px 10px 0;
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 48em) {
  .paragraph--type--faq .paragraph--type--faq-item .field-question {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph--type--faq .paragraph--type--faq-item .field-question h2 {
  font-size: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.paragraph--type--faq .paragraph--type--faq-item .field-question h2:after {
  position: absolute;
  right: 0;
}
.paragraph--type--faq .paragraph--type--faq-item .field-question h2:after {
  font-family: FontAwesome;
  float: right;
  content: '\f078';
  color: #9B9B9B;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: -30px;
}
@media (min-width: 48em) {
  .paragraph--type--faq .paragraph--type--faq-item .field-question h2:after {
    margin-right: 0;
  }
}
.paragraph--type--faq .paragraph--type--faq-item .field-question.expanded h2:after {
  content: '\f077';
}
.paragraph--type--faq .paragraph--type--faq-item .field-answer {
  padding: 15px 60px 15px 0;
  background-color: transparent;
}
.paragraph--type--faq .paragraph--type--faq-item .field-answer li,
.paragraph--type--faq .paragraph--type--faq-item .field-answer span,
.paragraph--type--faq .paragraph--type--faq-item .field-answer p {
  font-size: 14px;
  font-family: Verdana, sans-serif;
}
.paragraph--type--faq .paragraph--type--faq-item .field-answer a:not(.btn):not(.button), .paragraph--type--faq .paragraph--type--faq-item .field-answer .link:not(.btn):not(.button) {
  color: #0089d0;
}
.paragraph--type--featured-cards {
  margin-bottom: 50px;
}
@media (min-width: 62em) {
  .paragraph--type--featured-cards {
    padding: 0;
  }
  .paragraph--type--featured-cards .col-sm-4:not(.slick-slide) {
    width: 33.3333% !important;
  }
}
.paragraph--type--featured-cards .slick-list {
  width: 100%;
}
.paragraph--type--featured-cards .paragraph--type--featured-card .text-wrapper {
  box-sizing: border-box;
  border: 1px solid #9B9B9B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 27px 30px;
}
.paragraph--type--featured-cards .paragraph--type--featured-card .text-wrapper .description,
.paragraph--type--featured-cards .paragraph--type--featured-card .text-wrapper .more-link {
  font-size: 16px;
}
.paragraph--type--featured-cards .paragraph--type--featured-card.an-ads-placeholder img {
  width: 100%;
}
.paragraph--type--featured-cards .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -7px;
}
.paragraph--type--featured-cards .slick-arrow:before {
  color: #00aeef;
  content: "";
}
@media (min-width: 48em) {
  .paragraph--type--featured-cards .slick-arrow {
    height: 70px;
    width: 50px;
  }
}
.paragraph--type--featured-cards .slick-arrow .svg-inline--fa {
  font-size: 34px;
}
@media (min-width: 48em) {
  .paragraph--type--featured-cards .slick-arrow .svg-inline--fa {
    font-size: 24px;
  }
}
.paragraph--type--featured-cards .slick-arrow.slick-prev {
  left: -5px;
}
@media (min-width: 48em) {
  .paragraph--type--featured-cards .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media (min-width: 62em) {
  .paragraph--type--featured-cards .slick-arrow.slick-prev {
    left: -35px;
  }
}
.paragraph--type--featured-cards .slick-arrow.slick-next {
  right: -5px;
}
@media (min-width: 48em) {
  .paragraph--type--featured-cards .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (min-width: 62em) {
  .paragraph--type--featured-cards .slick-arrow.slick-next {
    right: -35px;
  }
}
.paragraph--type--featured-cards .slick-dots {
  margin-top: 10px;
  position: static;
}
.paragraph--type--featured-cards .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
.paragraph--type--featured-cards .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00aeef;
}
.paragraph--type--featured-cards .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.paragraph--type--featured-cards .slick-slide:focus {
  outline: none;
}
@media (min-width: 48em) {
  .paragraph--type--activities-for-everyone {
    display: flex;
  }
}
.paragraph--type--activities-for-everyone h2 {
  margin-bottom: 20px;
}
.paragraph--type--activities-for-everyone .left {
  padding-right: 0;
}
.paragraph--type--activities-for-everyone .left .media--blazy {
  display: flex;
  justify-content: center;
}
@media (min-width: 75em) {
  .paragraph--type--activities-for-everyone .left .media--blazy img {
    width: 100%;
  }
}
.paragraph--type--activities-for-everyone .right {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background-color: #0089d0;
  color: #fff;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 36em) {
  .paragraph--type--activities-for-everyone .right {
    padding: 0 48px;
  }
}
@media (min-width: 48em) {
  .paragraph--type--activities-for-everyone .right {
    text-align: inherit;
  }
}
@media (min-width: 75em) {
  .paragraph--type--activities-for-everyone .right {
    padding: 0 96px;
  }
}
.paragraph--type--activities-for-everyone .right h2 {
  font-size: 42px;
  line-height: 58px;
  margin-bottom: 21px;
}
.paragraph--type--activities-for-everyone .right .body,
.paragraph--type--activities-for-everyone .right .field-prgf-description {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 26px;
}
.paragraph--type--activities-for-everyone .right .body p,
.paragraph--type--activities-for-everyone .right .field-prgf-description p {
  color: #fff;
  font-size: 20px;
}
.paragraph--type--activities-for-everyone .right .wrapper-field-links,
.paragraph--type--activities-for-everyone .right .wrapper-field-prgf-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 48em) {
  .paragraph--type--activities-for-everyone .right .wrapper-field-links,
  .paragraph--type--activities-for-everyone .right .wrapper-field-prgf-links {
    flex-direction: column;
    width: 100%;
  }
}
.paragraph--type--activities-for-everyone .right .wrapper-field-links .field-item,
.paragraph--type--activities-for-everyone .right .wrapper-field-prgf-links .field-item {
  width: auto;
}
@media (min-width: 0) and (max-width: 62em) {
  .paragraph--type--activities-for-everyone .right .wrapper-field-links .field-item,
  .paragraph--type--activities-for-everyone .right .wrapper-field-prgf-links .field-item {
    width: 80%;
  }
}
.paragraph--type--activities-for-everyone .right .wrapper-field-links a,
.paragraph--type--activities-for-everyone .right .wrapper-field-prgf-links a {
  font-size: 20px;
  padding: 12px 36px;
  background-color: #fff;
  color: #0089d0;
  width: 100%;
  display: block;
  text-transform: none;
}
.paragraph--type--event-posts-listing .views-infinite-scroll-content-wrapper {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.paragraph--type--event-posts-listing .views-infinite-scroll-content-wrapper.clearfix:before, .paragraph--type--event-posts-listing .views-infinite-scroll-content-wrapper.clearfix:after {
  display: none;
}
.paragraph--type--latest-blog-posts-branch h2 {
  padding-right: 15px;
  padding-left: 15px;
}
.paragraph--type--simple-content .field-prgf-description {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}
.paragraph--type--small-banner-full-width-image-bg {
  min-height: 105px;
}
@media (min-width: 62em) {
  .paragraph--type--small-banner-full-width-image-bg {
    min-height: 160px;
  }
}
.paragraph--type--small-banner-full-width-image-bg .banner-full-width-image-bg--img-wrapper {
  display: none;
}
@media (min-width: 62em) {
  .paragraph--type--small-banner-full-width-image-bg .banner-full-width-image-bg--img-wrapper {
    display: block;
  }
}
.paragraph--type--small-banner-full-width-image-bg .banner-full-width-image-bg-section {
  padding: 13px 0;
}
@media (min-width: 62em) {
  .paragraph--type--small-banner-full-width-image-bg .banner-full-width-image-bg-section {
    padding: 30px 0;
  }
}
.paragraph--type--small-banner-full-width-image-bg .banner-full-width-image-bg-section h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (min-width: 48em) {
  .paragraph--type--small-banner-full-width-image-bg .banner-full-width-image-bg-section h1 {
    font-size: 60px;
    margin-bottom: 80px;
  }
}
.paragraph--type--small-banner-full-width-image-bg img {
  position: absolute;
  width: 100vw;
  height: auto;
  left: 0;
}
.paragraph--type--upcoming-events h2 {
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
}
.paragraph--type--upcoming-events > .paragraph-container-wrapper > h2 {
  padding-left: 15px;
}
.paragraph--type--upcoming-events header a {
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  display: block;
  text-align: right;
  padding: 0 15px;
  text-transform: uppercase;
  color: #92278f;
}
@media (min-width: 570px) {
  .paragraph--type--upcoming-events header a {
    float: right;
    margin-top: -34px;
  }
}
.paragraph--type--upcoming-events header a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 5px;
}
.paragraph--type--upcoming-events .read-more .all-events {
  font-weight: 500;
  font-size: 14px;
}
.paragraph--type--upcoming-events .views-row {
  margin: 30px 0;
}

.paragraph.featured-content .field-collection-item {
  font-size: 15px;
  position: relative;
}
.paragraph.featured-content .field-collection-item h3 {
  font-size: 20px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.paragraph.featured-content .btn a, .paragraph.featured-content .button a {
  font-size: 20px;
}

.banner {
  background-color: #01A490;
  overflow: hidden;
  position: relative;
}
.banner--dark-blue {
  background-color: #0060af;
}
.banner--dark-green {
  background-color: #006b6b;
}
.banner--green {
  background-color: #01A490;
}
.banner--grey {
  background-color: #636466;
}
.banner--purple {
  background-color: #5c2e91;
}
.banner-image {
  height: 100%;
}
@media (min-width: 62em) {
  .banner-image {
    position: absolute;
    right: 0;
    width: calc(50% + 145px);
  }
}
@media (min-width: 75em) {
  .banner-image {
    width: calc(50% + 175px);
  }
}
@media (min-width: 62em) {
  .banner-image .media--image {
    height: 600px;
    overflow: hidden;
    padding-bottom: 0 !important;
    position: relative;
  }
}
.banner-image .media--image img.media__element {
  object-fit: cover;
}
@media (min-width: 992px) {
  .banner .container .row .col-md-4 {
    width: 353px;
    height: 510px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .banner .container .row .col-md-4 {
    width: 420px;
  }
}
.banner .banner-text-border {
  display: none;
}
@media (min-width: 992px) {
  .banner .banner-text-border {
    display: block;
    float: left;
    position: relative;
    height: 510px;
    border-left: 260px solid #636466;
    border-bottom: 600px solid transparent;
  }
}
.banner-cta-section {
  margin: auto;
  padding-bottom: 18px;
}
@media (min-width: 62em) {
  .banner-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 75em) {
  .banner-cta-section {
    padding-bottom: 75px;
  }
}
.banner-title {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.banner-title .field-title,
.banner-title .field-prgf-headline {
  text-shadow: none;
  font-size: 32px;
  letter-spacing: normal;
}
@media (min-width: 62em) {
  .banner-title .field-title,
  .banner-title .field-prgf-headline {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 75em) {
  .banner-title .field-title,
  .banner-title .field-prgf-headline {
    font-size: 50px;
    line-height: 50px;
  }
}
.banner-description {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 1.22;
  text-shadow: none;
  letter-spacing: normal;
}
@media (min-width: 48em) {
  .banner-description {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
.banner-description p {
  font-size: 20px;
}
.banner .banner-btn {
  white-space: normal;
  font-size: 18px;
  padding: 0px;
  width: 100%;
}
.banner .banner-btn a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 16px;
}
@media (min-width: 48em) {
  .banner .banner-btn a {
    padding: 15px;
  }
}
.banner-btn.btn, .banner-btn.button {
  white-space: normal;
  font-size: 20px;
  background-color: #fff;
  width: 100%;
  text-transform: initial;
}
@media (min-width: 992px) {
  .banner-btn.btn, .banner-btn.button {
    width: auto;
  }
}
.banner-btn.btn:hover, .banner-btn.button:hover {
  background-color: #0089d0;
}
.banner-btn.btn a, .banner-btn.button a {
  border: 1px solid #fff;
  display: block;
  color: #636466;
  padding: 13px 35px;
}
.banner-btn.btn a:hover, .banner-btn.button a:hover {
  color: #fff;
}
.banner--small .banner-image {
  display: none;
}
@media (min-width: 62em) {
  .banner--small .banner-image {
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    width: calc(50% - 160px);
  }
}
@media (min-width: 75em) {
  .banner--small .banner-image {
    width: calc(50% - 190px);
  }
}
.banner--small .banner-cta-section {
  padding: 13px 0;
}
@media (min-width: 62em) {
  .banner--small .banner-cta-section {
    padding: 36px 0;
  }
}
.banner--small .banner-title {
  margin: 0;
  max-width: 700px;
  color: #fff;
}

@media (min-width: 62em) {
  .ie11 .banner-image .media--image img.media__element {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}
@media (min-width: 62em) and (min-width: 100.3125em) {
  .ie11 .banner-image .media--image img.media__element {
    height: auto;
    width: 100%;
  }
}

.landing-content .paragraph--column-in-a-grid {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .paragraph--column-in-a-grid.container {
    max-width: fit-content;
  }
}
.paragraph--column-in-a-grid .col-12 {
  padding: 5px 10px;
  margin-bottom: 0;
}
.paragraph--column-in-a-grid .field-prgf-headline {
  margin-bottom: 25px;
}

.grid-wrapper.prgf-grid-bg-grey {
  background-color: #ebebeb;
}

.field-bottom-content .grid-wrapper .paragraph--type--grid-content {
  width: auto;
  margin: auto;
}
@media (min-width: 48em) {
  .field-bottom-content .grid-wrapper .paragraph--type--grid-content {
    width: 750px;
  }
}
@media (min-width: 62em) {
  .field-bottom-content .grid-wrapper .paragraph--type--grid-content {
    width: 970px;
  }
}
@media (min-width: 75em) {
  .field-bottom-content .grid-wrapper .paragraph--type--grid-content {
    width: 1170px;
  }
}

.paragraph--call-to-action-button a {
  background-color: #0089d0;
  border-radius: 5px;
  font-size: 19px;
  padding: 10px 30px;
  text-transform: none;
  height: auto;
  line-height: 19px;
  margin-bottom: 20px;
  max-width: 100%;
  white-space: normal;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}
@media (min-width: 48em) {
  .paragraph--call-to-action-button a {
    border-radius: 5px;
    font-size: 28px;
    padding: 15px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.paragraph--call-to-action-button a:hover {
  color: #fff !important;
}
.paragraph--call-to-action-button.white a {
  border: 1px solid #0089d0;
  color: #0089d0;
}

.paragraph--category-content {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 48em) {
  .paragraph--category-content {
    margin-bottom: 45px;
  }
}
.paragraph--category-content img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.paragraph--category-content .image {
  margin-bottom: 20px;
}
@media (min-width: 75em) {
  .paragraph--category-content .image {
    margin-bottom: 0;
    width: 300px;
  }
  .paragraph--category-content .image img {
    max-width: 260px;
  }
}
.paragraph--category-content .content {
  font-size: 14px;
  line-height: 20px;
  float: left;
  color: #4f4f4f;
}
@media (min-width: 48em) {
  .paragraph--category-content .content {
    padding-right: 0;
  }
}
.paragraph--category-content .content h2 {
  font-size: 20px;
  line-height: 20px;
  margin: -2px 0 15px;
  color: #0089d0;
}
.paragraph--category-content .content .btn, .paragraph--category-content .content .button {
  display: block;
  font-size: 18px;
  padding: 12px;
  margin-top: 15px;
}
@media (min-width: 48em) {
  .paragraph--category-content .content .btn, .paragraph--category-content .content .button {
    max-width: 360px;
    font-size: 20px;
    padding: 16px;
    margin-top: 25px;
  }
}

.carousel-indicators {
  margin: auto;
  padding: 0;
  flex-wrap: wrap;
  position: relative;
  display: none;
  justify-content: center;
  left: 0;
  bottom: 0;
  margin-top: 15px;
}
@media (min-width: 62em) {
  .carousel-indicators {
    display: flex;
  }
}
.carousel-indicators li {
  width: 130px !important;
  height: auto !important;
  opacity: 0.6;
  text-indent: 0;
}
.carousel-indicators li.active {
  opacity: 1;
}
.carousel-indicators li img {
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

.main-region .paragraph--type--secondary-description-sidebar .container {
  width: auto;
}

.wrapper-field-bottom-content .paragraph--type--simple-content {
  padding-right: 15px;
  padding-left: 15px;
}

.paragraph--type--activity-finder-search .container,
.paragraph--type--activity-finder .container,
.paragraph--type--camp-finder .container {
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph--type--small-banner {
  max-height: 250px;
  height: auto;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.video-wrapper video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph--type--gallery .video-wrapper video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: static;
  top: 0;
  left: 0;
  max-height: 235px;
}
@media (min-width: 48em) {
  .paragraph--type--gallery .video-wrapper video {
    min-height: 300px;
  }
}
@media (min-width: 62em) {
  .paragraph--type--gallery .video-wrapper video {
    min-height: 500px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--gallery .video-wrapper video {
    min-height: 700px;
  }
}

.paragraph-gallery {
  position: relative;
}
.paragraph-gallery .carousel {
  margin: 0px -135px;
  position: relative;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel {
    margin: 0;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel {
    margin: 0;
  }
}
.paragraph-gallery .carousel.slide {
  max-height: 700px;
}
.paragraph-gallery .carousel .carousel-control {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  height: 46px;
  opacity: 1;
  width: 46px;
  z-index: 1;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control {
    background: none;
    opacity: 0.5;
    height: 54px;
    width: 44px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control {
    height: 74px;
    width: 58px;
  }
}
.paragraph-gallery .carousel .carousel-control .fa {
  font-size: 34px;
  line-height: 46px;
  color: #fff;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control .fa {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control .fa {
    font-size: 74px;
    line-height: 74px;
  }
}
.paragraph-gallery .carousel .carousel-control.left {
  text-align: right;
  top: 50%;
  left: 135px;
  margin-top: -23px;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control.left {
    left: 10px;
    margin-top: -27px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control.left {
    margin-top: -37px;
  }
}
.paragraph-gallery .carousel .carousel-control.left .fa {
  margin-right: 5px;
}
.paragraph-gallery .carousel .carousel-control.right {
  text-align: left;
  top: 50%;
  right: 135px;
  margin-top: -23px;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control.right {
    right: 10px;
    margin-top: -27px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control.right {
    margin-top: -37px;
  }
}
.paragraph-gallery .carousel .carousel-control.right .fa {
  margin-left: 5px;
}
.paragraph-gallery .carousel .carousel-inner > .item img,
.paragraph-gallery .carousel .carousel-inner > .item a img {
  height: auto;
  width: 100%;
}
.paragraph-gallery .item__caption__wrapper {
  position: relative;
}
.paragraph-gallery .item__caption {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #5c2e91;
  font-size: 14px;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.43;
  max-width: 260px;
  padding: 10px;
}

#schedules-search-form-wrapper,
.sub-header--filters,
.groupex-form-full,
.listing-news-posts,
.listing-event-posts,
.listing-blog-posts {
  padding-top: 0;
}

.description.purple, .paragraph.featured-content .description {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  padding-bottom: 1em;
  font-size: 17px;
  max-width: 840px;
  line-height: 1.45em;
  font-weight: bold;
}

.paragraph-gallery .cta-group-wrapper .field-item,
.paragraph-gallery .cta-group-wrapper a.btn,
.paragraph-gallery .cta-group-wrapper a.button {
  text-shadow: none;
}

.sub-category-classes-view .controls-wrapper {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #bfe1f3;
}
.sub-category-classes-view .controls-wrapper a {
  display: inline-block;
  padding: 3px 15px;
}
.sub-category-classes-view form {
  background-color: #bfe1f3;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .sub-category-classes-view form {
    background-color: #ebebeb;
    margin-bottom: 40px;
  }
}
.sub-category-classes-view .js-form-type-select {
  float: left;
  display: inline-block;
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  .sub-category-classes-view .js-form-type-select {
    padding: 15px 0;
    margin-right: 18px;
    width: 125px;
  }
}
@media (min-width: 62em) {
  .sub-category-classes-view .js-form-type-select {
    width: 170px;
  }
}
@media (min-width: 75em) {
  .sub-category-classes-view .js-form-type-select {
    width: 200px;
  }
}
.sub-category-classes-view .js-form-type-select label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .js-form-type-select label {
    margin-bottom: 5px;
  }
}
.sub-category-classes-view .js-form-type-select select {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.sub-category-classes-view .selects-container hr {
  border-color: #636466;
  margin: 0 0 12px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .selects-container hr {
    display: none;
  }
}
.sub-category-classes-view .selects-container > .form-item:last-child {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .selects-container > .form-item:last-child {
    margin-bottom: 0;
  }
}
.sub-category-classes-view .form-actions {
  padding-top: 23px;
  padding-bottom: 23px;
}
.sub-category-classes-view .form-actions input {
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 0;
  width: 100%;
}
.sub-category-classes-view .filters-main-wrapper {
  clear: both;
  background-color: unset;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-main-wrapper {
    background-color: rgba(0, 136, 208, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sub-category-classes-view .filters-container {
  clear: both;
  position: relative;
  border-top: unset;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container {
    margin-top: 0;
  }
}
.sub-category-classes-view .filters-container .container {
  position: relative;
}
.sub-category-classes-view .filters-container .reset-wrapper {
  position: absolute;
  right: 35px;
  top: 4px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .reset-wrapper {
    top: 0;
    right: 0;
  }
}
.sub-category-classes-view .filters-container .reset-wrapper .clear {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: none;
  border: none;
  color: #0089d0;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .reset-wrapper .clear {
    text-transform: uppercase;
  }
}
.sub-category-classes-view .filters-container .filters-wrapper {
  padding-bottom: 5px;
  border-top: 1px solid #636466;
  padding-top: 5px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .filters-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
  }
}
.sub-category-classes-view .filters-container .filters-wrapper .label {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
  padding: 0;
  text-align: left;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .filters-wrapper .label {
    display: inline-block;
  }
}
.sub-category-classes-view .filters-container .filters-wrapper .filters {
  display: inline-block;
}
.sub-category-classes-view .filters-container .filters-wrapper .filters .label {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-weight: 700;
}
.sub-category-classes-view .filters-container .filters-wrapper .filters .filter {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: #fff;
  border-radius: 4px;
  color: #00aeef;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 5px 10px 0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .filters-wrapper .filters .filter {
    margin: 5px 20px 5px 0;
    color: #4f4f4f;
  }
}
.sub-category-classes-view .filters-container .filters-wrapper .filters .filter .remove {
  margin-left: 10px;
  line-height: 30px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .filters-wrapper .filters .filter .remove {
    margin-left: 15px;
  }
}
.sub-category-classes-view .filters-container .filters-wrapper .filters .filter .remove .fa {
  font-size: 13px;
  color: #0089d0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .filters-wrapper .filters .filter .remove .fa {
    font-size: 16px;
  }
}
.sub-category-classes-view .activity-group h3 {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: -0.8px;
  color: #5c2e91;
  margin: 0 15px 20px;
}
.sub-category-classes-view .activity-group .row {
  margin-bottom: 40px;
}
.sub-category-classes-view .activity-group .teaser-row {
  border: 1px solid #c6168d;
  margin: 0 15px;
  height: auto;
  text-decoration: none;
}
.sub-category-classes-view .activity-group .included-in-membership-text {
  height: 32px;
  font-size: 11px;
  width: calc(100% + 30px);
  text-align: center;
  margin-left: -15px;
  margin-top: -15px;
  color: #333333;
}
.sub-category-classes-view .activity-group .included-in-membership-text span {
  height: inherit;
  background: #fcaf17;
  display: block;
  padding-top: 7px;
}
.sub-category-classes-view .activity-group .program {
  margin-top: 20px;
  font-weight: bold;
  color: #636466;
}
.sub-category-classes-view .activity-group .time {
  color: #636466;
}
.sub-category-classes-view .activity-group .inner {
  padding: 15px;
}
.sub-category-classes-view .activity-group .age-string,
.sub-category-classes-view .activity-group .node__content {
  color: #333333;
}
.sub-category-classes-view .activity-group .age-string {
  margin-bottom: 5px;
}
.sub-category-classes-view .activity-group .views-field-title {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #0089d0;
  font-size: 22px;
  line-height: 1;
  margin: 20px 0 27px;
}
.sub-category-classes-view .activity-group .views-field-title a {
  text-decoration: none;
  color: #0089d0;
}
.sub-category-classes-view .activity-group .views-field-field-body-no-summary {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
.sub-category-classes-view .activity-group .activity-group-slider {
  margin: 0 0 45px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider {
    margin: 0 25px 55px;
  }
}
@media (min-width: 50.5em) {
  .sub-category-classes-view .activity-group .activity-group-slider {
    margin: 0 0 45px;
  }
}
@media (min-width: 62em) {
  .sub-category-classes-view .activity-group .activity-group-slider {
    margin: 0 25px 55px;
  }
}
@media (min-width: 64.5em) {
  .sub-category-classes-view .activity-group .activity-group-slider {
    margin: 0 0 55px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .views-field-rendered-entity {
  border: 1px solid #c6168d;
  height: auto;
  margin: 0 15px;
  outline: none;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
.sub-category-classes-view .activity-group .activity-group-slider .views-field-rendered-entity * {
  text-decoration: none;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -7px;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow:before {
  color: #00aeef;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow {
    height: 70px;
    width: 50px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow .fa {
  font-size: 30px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow .fa {
    font-size: 24px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-prev {
    left: -45px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-next {
    right: -45px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-dots {
  margin-top: 10px;
  position: static;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}

.page-node-type-program .program-header .image {
  margin: -36px 0;
}
.page-node-type-program .program-header .image .media {
  overflow: visible;
}

.program-header {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 48em) {
  .program-header {
    margin-bottom: 60px;
  }
}
.program-header .content {
  padding: 15px 0;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 48em) {
  .program-header .content {
    padding: 36px 0;
    margin-bottom: 45px;
  }
}
.program-header .description {
  font-size: 18px;
  line-height: 27px;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
}
@media (min-width: 48em) {
  .program-header .description {
    font-size: 20px;
  }
}
.program-header.purple .content {
  background-color: #5c2e91;
}
.program-header.purple .description {
  color: #5c2e91;
}
.program-header.green .content {
  background-color: #20bdbe;
}
.program-header.green .description {
  color: #20bdbe;
}
.program-header.dark-green .content {
  background-color: #006b6b;
}
.program-header.dark-green .description {
  color: #006b6b;
}
.program-header .image {
  margin-top: -36px;
}
.program-header .main {
  position: static;
}
@media (min-width: 48em) {
  .program-header .icon {
    position: absolute;
    bottom: 35px;
  }
}
.program-header .icon img {
  max-width: 50px;
  max-height: 50px;
  height: auto;
  width: auto;
}
@media (min-width: 48em) {
  .program-header .icon img {
    max-width: 78px;
    max-height: 78px;
  }
}
.program-header .icon img.svg-image {
  width: 100px;
}
.program-header h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (min-width: 48em) {
  .program-header h1 {
    font-size: 50px;
    margin-bottom: 0;
  }
}
.program-header h1.banner-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.program-header .field-header-content {
  margin-bottom: 20px;
}
.program-header.program-header-sub-category {
  margin-bottom: 0;
  overflow: hidden;
}
.program-header.program-header-sub-category h1 {
  margin: 0 0 7px;
}
@media (min-width: 48em) {
  .program-header.program-header-sub-category h1 {
    margin: 0 0 36px;
  }
}
.program-header.program-header-sub-category .field-category-program {
  color: #fff;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 28px;
  letter-spacing: -0.8px;
  line-height: 28px;
  margin: 0;
}
@media (min-width: 48em) {
  .program-header.program-header-sub-category .field-category-program {
    font-size: 36px;
  }
}
.program-header.program-header-sub-category .content {
  height: auto;
  margin-bottom: 0;
}
.program-header.program-header-sub-category .content .image {
  position: static;
}
.program-header.program-header-sub-category .content img {
  height: 100%;
  width: auto;
  position: absolute;
}

.branch-header {
  position: relative;
}
.branch-header .back-link {
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .branch-header .back-link {
    font-size: 12px;
  }
}
.branch-header .back-link a {
  margin-left: 5px;
}
.branch-header .desktop {
  background-color: #c6168d;
  color: #fff;
  padding: 15px 0;
  min-height: 70px;
}
.branch-header .desktop .column {
  margin-left: 60px;
  width: auto;
}
@media (min-width: 48em) and (max-width: 75em) {
  .branch-header .desktop .column {
    margin-left: 0;
    width: auto;
  }
}
.branch-header .desktop .column:first-child {
  margin-left: 0;
}
@media (min-width: 48em) {
  .branch-header .desktop .column.address-wrapper {
    max-width: 275px;
  }
}
@media (min-width: 62em) {
  .branch-header .desktop .column.address-wrapper {
    max-width: 310px;
  }
}
.branch-header .desktop .column .field-phone a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.branch-header .desktop .column .ygs-branch-selector {
  margin-top: 22px;
}
.branch-header .desktop .column .ygs-branch-selector a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.branch-header .desktop h4 {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.branch-header .desktop p {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
@media (min-width: 48em) and (max-width: 62em) {
  .branch-header .desktop p {
    font-size: 14px;
  }
}
.branch-header .desktop a {
  color: #fff;
}
.branch-header .desktop .label-for-field-branch-hours {
  display: none;
}
.branch-header .desktop .today-hours .today {
  margin-right: 10px;
}
.branch-header .desktop .today-hours .branch-hours {
  display: none;
  position: absolute;
  top: 120%;
  background: #c6168d;
  padding: 5px 15px;
  width: 240px;
  left: -15px;
  z-index: 1;
}
.branch-header .desktop .today-hours .branch-hours td {
  padding: 0 10px 5px 0;
}
.branch-header .desktop .today-hours .branch-hours td:first-child {
  white-space: nowrap;
}
.branch-header .desktop .today-hours .dropdown-toggle {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  position: relative;
  z-index: 0;
}
.branch-header .desktop .today-hours .dropdown-toggle span {
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.branch-header .desktop .today-hours .dropdown-toggle .hide-text {
  display: none;
}
.branch-header .desktop .today-hours.open .dropdown-toggle .show-text {
  display: none;
}
.branch-header .desktop .today-hours.open .dropdown-toggle .hide-text {
  display: inline;
}
.branch-header .desktop .today-hours.open .branch-hours {
  display: block;
}
.branch-header .desktop .branch-header-inner {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 75em) {
  .branch-header .desktop .branch-header-inner .branch-header__item {
    margin-left: 0;
    float: none;
  }
}
@media (min-width: 48em) {
  .branch-header .desktop .branch-header-inner .branch-header__item {
    margin-left: 0;
    float: none;
    flex-basis: 20%;
    padding: 0 5px;
  }
}
.branch-header .desktop .branch-header-inner .branch-header__item p {
  line-height: 20px;
}
.branch-header .desktop .branch-header-inner .branch-header__email-header {
  margin-top: 0.5em;
}
.branch-header .desktop .branch-header-inner .branch-header__directions {
  padding-top: 5px;
}
.branch-header .desktop .branch-header-inner .save-link {
  align-self: center;
}
@media (min-width: 48em) and (max-width: 62em) {
  .branch-header .desktop .branch-header-inner .save-link {
    align-self: flex-end;
  }
}
.branch-header .desktop .branch-header-inner .ygs-branch-selector {
  margin-top: 0;
}
.branch-header .desktop .branch-header-inner .ygs-branch-selector a {
  display: inline-block;
}
.branch-header .mobile {
  background-color: #c6168d;
  color: #fff;
  padding: 12px 0 0;
  position: relative;
}
.branch-header .mobile h4 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 3px;
}
.branch-header .mobile p {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  margin: 0 0 5px;
}
.branch-header .mobile a {
  color: #fff;
}
.branch-header .mobile .ui-tabs {
  background: none;
  border-radius: 0;
  border: none;
  clear: both;
  padding: 0;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav li {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0 10px 0 0;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav .ui-tabs-active {
  background: #c6168d;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  color: #fff;
  font-size: 24px;
  outline: none;
  padding: 4px 20px;
}
.branch-header .mobile .ui-tabs .ui-tabs-panel {
  background: #c6168d;
  border-radius: 0;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 18px 15px;
  min-height: 80px;
}
.branch-header .mobile .ui-tabs .ui-tabs-panel h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.branch-header .mobile .ui-tabs .ui-tabs-panel p {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.branch-header .mobile .ui-tabs .today-hours {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.branch-header .mobile .ui-tabs .today-hours .today {
  margin-right: 10px;
}
.branch-header .mobile .ui-tabs .today-hours .branch-hours {
  display: none;
  padding: 20px 0 12px;
}
.branch-header .mobile .ui-tabs .today-hours .branch-hours td {
  padding: 4px 10px 0 2px;
}
.branch-header .mobile .ui-tabs .today-hours .dropdown-toggle {
  color: #ccc;
  position: relative;
  z-index: 0;
}
.branch-header .mobile .ui-tabs .today-hours .dropdown-toggle span {
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.branch-header .mobile .ui-tabs .today-hours .dropdown-toggle .hide-text {
  display: none;
}
.branch-header .mobile .ui-tabs .today-hours.open .dropdown-toggle .show-text {
  display: none;
}
.branch-header .mobile .ui-tabs .today-hours.open .dropdown-toggle .hide-text {
  display: inline;
}
.branch-header .mobile .ui-tabs .today-hours.open .branch-hours {
  display: block;
}
.branch-header .mobile #save-location {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 8px;
  max-width: 155px;
  line-height: 14px;
}
.branch-header .mobile #save-location a {
  color: #fff;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.branch-header .ajax-progress-throbber {
  display: none;
}
.branch-header .location-image .video-wrapper {
  width: 100%;
  min-height: 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  min-height: 300px;
  min-height: 500px;
  min-height: 700px;
}
.branch-header .location-image .video-wrapper video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.branch-header .branch-info-wrapper {
  background-color: rgba(215, 215, 215, 0.25);
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
@media (min-width: 992px) {
  .branch-header .branch-info-wrapper {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    background-color: unset;
  }
}
.branch-header .branch-info-wrapper .container {
  height: 100%;
}
.branch-header .branch-info-wrapper .container .row {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.branch-header .branch-info-wrapper .container .row .row {
  height: auto;
}
@media (min-width: 1440px) {
  .branch-header .branch-info-wrapper .container {
    padding: 0;
    margin: 0 136px;
    width: auto;
  }
}
.branch-header .branch-info-wrapper .branch-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: unset;
  padding: 32px;
}
@media (min-width: 992px) {
  .branch-header .branch-info-wrapper .branch-info {
    font-size: 16px;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info {
    padding: 20px 20px 20px 30px;
    font-size: 20px;
  }
}
.branch-header .branch-info-wrapper .branch-info h1 {
  font-size: 32px;
  text-transform: uppercase;
}
.branch-header .branch-info-wrapper .branch-info h1.info-item {
  margin: 0 0 30px;
  margin: 0;
}
.branch-header .branch-info-wrapper .branch-info a {
  color: #0089CF;
}
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  min-height: auto;
  margin-bottom: 20px;
}
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-location-checkbox-wrapper {
  text-align: left;
}
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-location-checkbox-wrapper .hb-checkbox-wrapper label {
  font-size: 14px;
  padding-left: 9%;
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-location-checkbox-wrapper .hb-checkbox-wrapper label {
    font-size: 20px;
  }
}
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-location-checkbox-wrapper .hb-checkbox-wrapper label:before {
  border: solid 1px #777777;
}
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-location-checkbox-wrapper .hb-checkbox-wrapper label:hover:before {
  border: solid 1px #2196F3;
}
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-branch-selector-change-wrapper {
  padding-left: 5px;
}
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-branch-selector-change-wrapper,
.branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-branch-selector-change {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-branch-selector-change-wrapper,
  .branch-header .branch-info-wrapper .branch-info .hb-branch-selector .hb-branch-selector-change {
    font-size: 16px;
  }
}
.branch-header .branch-info-wrapper .branch-info .info-item {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .branch-header .branch-info-wrapper .branch-info .info-item {
    margin-bottom: 0;
  }
}
.branch-header .branch-info-wrapper .branch-info .text {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  line-height: 23px;
}
.branch-header .branch-info-wrapper .branch-info .btn, .branch-header .branch-info-wrapper .branch-info .button {
  white-space: normal;
  font-size: 18px;
  padding: 0px;
  width: 100%;
}
.branch-header .branch-info-wrapper .branch-info .btn a, .branch-header .branch-info-wrapper .branch-info .button a {
  display: block;
  padding: 12px;
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info .btn a, .branch-header .branch-info-wrapper .branch-info .button a {
    padding: 15px;
  }
}
.branch-header .branch-info-wrapper .branch-info .svg-inline--fa {
  font-size: 26px;
  margin: 3px 0;
  width: auto;
  padding: 0;
}
@media (min-width: 992px) {
  .branch-header .branch-info-wrapper .branch-info .svg-inline--fa {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info .svg-inline--fa {
    font-size: 26px;
  }
}
.branch-header .branch-info-wrapper .branch-info h4 {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info h4 {
    font-size: 20px;
  }
}
.branch-header .branch-info-wrapper .branch-info p {
  margin: 0;
  line-height: 20px;
}
.branch-header .branch-info-wrapper .branch-info .field-location-address {
  padding: 0;
}
.branch-header .branch-info-wrapper .branch-info .field-location-address address {
  margin-bottom: 0;
}
.branch-header .branch-info-wrapper .branch-info .field-location-phone a {
  color: #636466;
}
.branch-header .branch-info-wrapper .branch-info .fa-calendar + a {
  display: inline-block;
  margin: 4px auto 0 auto;
}
@media (min-width: 992px) {
  .branch-header .branch-info-wrapper .branch-info .fa-calendar + a {
    margin: 0;
  }
}
.branch-header .branch-info-wrapper .branch-info .field-location-staff-link a {
  display: inline-block;
}
.branch-header .branch-info-wrapper .branch-info .branch-hours-headline {
  margin-bottom: 7px;
}
.branch-header .branch-info-wrapper .branch-info .today-hours {
  position: relative;
  line-height: 16px;
  margin-bottom: 0;
}
.branch-header .branch-info-wrapper .branch-info .today-hours .show-link,
.branch-header .branch-info-wrapper .branch-info .today-hours .hide-link {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.branch-header .branch-info-wrapper .branch-info .today-hours .branch-hours {
  position: absolute;
  top: 120%;
  background-color: white;
  padding: 0 20px 20px;
  width: 400px;
  z-index: 1;
}
.branch-header .branch-info-wrapper .branch-info .today-hours .branch-hours h5 {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info .today-hours .branch-hours h5 {
    font-size: 20px;
  }
}
.branch-header .branch-info-wrapper .branch-info .today-hours .branch-hours td {
  padding: 0 10px 5px 0;
}
.branch-header .branch-info-wrapper .branch-info .today-hours .branch-hours td:first-child {
  white-space: nowrap;
}
.branch-header .branch-info-wrapper .branch-info .today-hours .dropdown-toggle {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .branch-header .branch-info-wrapper .branch-info .today-hours .dropdown-toggle {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .branch-header .branch-info-wrapper .branch-info .today-hours .dropdown-toggle {
    display: block;
  }
}
.branch-header .branch-info-wrapper .branch-info .today-hours .dropdown-toggle span {
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.branch-header .branch-info-wrapper .branch-info .today-hours .dropdown-toggle .hide-text {
  display: none;
}
.branch-header .branch-info-wrapper .branch-info .today-hours.open .dropdown-toggle .show-text {
  display: none;
}
.branch-header .branch-info-wrapper .branch-info .today-hours.open .dropdown-toggle .hide-text {
  display: inline;
}
.branch-header .branch-info-wrapper .branch-info .today-hours.open .branch-hours {
  display: block;
}
.branch-header .field-location-fax {
  display: inline;
}

.label-for-field-branch-contacts-info {
  display: none;
}

.branch__updates_queue {
  padding-top: 20px;
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .branch__updates_queue {
    margin-bottom: 40px;
  }
}
.branch__updates_queue.container {
  max-width: 100%;
  width: auto;
  padding: 0;
}
.branch__updates_queue h1 {
  font-size: 28px;
  margin: 0 0 20px;
}
@media (min-width: 48em) {
  .branch__updates_queue h1 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.branch__updates_queue .node--type-blog-post.node--view-mode-teaser {
  float: none;
  margin: 0 0 35px;
}
.branch__updates_queue .branch__updates_queue__button {
  display: none;
}
@media (min-width: 36em) and (max-width: 48em) {
  .branch__updates_queue .field-updates-queue-update {
    width: 362px;
    margin: 0 auto;
  }
}
.branch__updates_queue .node--type-blog-post.node--view-mode-teaser {
  width: 100%;
}
.branch__updates_queue .node--type-blog-post.node--view-mode-teaser .inner-wrapper {
  margin: 0;
}
.branch__updates_queue .slick-slider {
  margin: 0 15px 50px;
}
@media (min-width: 0) and (max-width: 36em) {
  .branch__updates_queue .slick-slider {
    margin: 0 0 50px;
  }
}
.branch__updates_queue .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -15px;
}
.branch__updates_queue .slick-arrow .fa {
  font-size: 30px;
}
.branch__updates_queue .slick-arrow.slick-prev {
  left: -25px;
}
.branch__updates_queue .slick-arrow.slick-next {
  right: -25px;
}
.branch__updates_queue .slick-dots {
  bottom: -15px;
}
.branch__updates_queue .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
.branch__updates_queue .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}

.branch-content {
  margin-top: 40px;
}
.branch-content .content-wrapper.row > .col-sm-12 {
  padding: 0;
}

html.js .branch__updates_queue__button {
  text-align: center;
  display: block;
}
html.js .branch__updates_queue__button a {
  margin-top: 15px;
}
@media (min-width: 576px) {
  html.js .branch__updates_queue .cards:nth-child(7),
  html.js .branch__updates_queue .cards:nth-child(8),
  html.js .branch__updates_queue .cards:nth-child(9),
  html.js .branch__updates_queue .cards:nth-child(10),
  html.js .branch__updates_queue .cards:nth-child(11),
  html.js .branch__updates_queue .cards:nth-child(12) {
    display: none;
  }
  html.js .branch__updates_queue__button a {
    font-size: 20px;
    padding: 16px 0;
    max-width: 360px;
    display: inline-block;
    width: 100%;
  }
  html.js .branch__updates_queue__button a:hover {
    color: #fff;
  }
}

#branch-sessions-form-wrapper .container {
  padding: 0;
}
.container #branch-sessions-form-wrapper .container {
  padding: 0;
  width: auto;
}
#branch-sessions-form-wrapper .form-wrapper .form-item {
  margin: 0;
}
#branch-sessions-form-wrapper .full-schedule:hover {
  background-color: #00aeef;
}

.ygs-branch-sessions-form > h1 {
  margin: 0 15px 10px;
  font-size: 28px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form > h1 {
    margin: 0 0 20px;
    font-size: 40px;
  }
}
.ygs-branch-sessions-form > h1 em.placeholder {
  font-style: normal !important;
}
.ygs-branch-sessions-form label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form label {
    margin-bottom: 5px;
  }
}
.ygs-branch-sessions-form .elements-wrapper {
  padding: 20px;
  margin-bottom: 17px;
  position: relative;
  background-color: #bfe1f3;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .elements-wrapper {
    background-color: #ebebeb;
    margin-bottom: 40px;
  }
}
.ygs-branch-sessions-form .controls-wrapper {
  background-color: #bfe1f3;
  padding: 10px 15px;
}
.ygs-branch-sessions-form .controls-wrapper a {
  padding: 3px 10px;
}
.ygs-branch-sessions-form .js-form-type-select {
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .js-form-type-select {
    padding: 0;
  }
}
.ygs-branch-sessions-form .js-form-type-select select {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.ygs-branch-sessions-form .form-item-when-day {
  display: inline-block;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .form-item-when-day {
    width: 130px;
  }
}
.ygs-branch-sessions-form .form-item-when-hours {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .form-item-when-hours {
    width: 130px;
  }
}
.ygs-branch-sessions-form .form-item-program {
  display: inline-block;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .form-item-program {
    width: 200px;
  }
}
.ygs-branch-sessions-form .at {
  display: inline-block;
  width: 44px;
  text-align: center;
}
.ygs-branch-sessions-form .schedule-wrapper {
  margin-top: 10px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .schedule-wrapper {
    margin: 27px -7px 0 0;
    float: right;
  }
}
@media (min-width: 62em) {
  .ygs-branch-sessions-form .schedule-wrapper {
    margin: 2px -7px 0 0;
    float: right;
  }
}
.ygs-branch-sessions-form .schedule-wrapper a {
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .schedule-wrapper a {
    font-size: 12px;
    padding: 9px;
    width: auto;
  }
}
@media (min-width: 62em) {
  .ygs-branch-sessions-form .schedule-wrapper a {
    font-size: 20px;
    padding: 15px 0;
    width: 340px;
  }
}
.ygs-branch-sessions-form .schedule-wrapper-mobile {
  margin: 10px 15px;
}
.ygs-branch-sessions-form .schedule-wrapper-mobile a {
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
}
.ygs-branch-sessions-form .ajax-progress-throbber {
  position: absolute;
  left: 0;
  top: 0;
}
.ygs-branch-sessions-form .selects-container {
  padding: 0 15px 15px;
  background-color: #bfe1f3;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .selects-container {
    background-color: #ebebeb;
    padding: 15px 20px;
  }
}
.ygs-branch-sessions-form .selects-container .inner {
  border-top: 1px solid #636466;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .selects-container .inner {
    border-top: none;
  }
}
.ygs-branch-sessions-form .js-form-submit {
  display: none;
}
.ygs-branch-sessions-form .filters-main-wrapper {
  clear: both;
  background-color: rgba(0, 136, 208, 0.25);
  position: relative;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-main-wrapper {
    display: none;
  }
}
.ygs-branch-sessions-form .filters-main-wrapper > div {
  padding: 0 15px 15px;
}
.ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper {
  position: absolute;
  right: 35px;
  top: 4px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper {
    top: 0;
    right: 0;
  }
}
.ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper .clear {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: none;
  border: none;
  color: #0089d0;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper .clear {
    text-transform: uppercase;
  }
}
.ygs-branch-sessions-form .filters-wrapper {
  padding-bottom: 5px;
  border-top: 1px solid #636466;
  padding-top: 5px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
  }
}
.ygs-branch-sessions-form .filters-wrapper .label {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
  padding: 0;
  text-align: left;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .label {
    display: inline-block;
  }
}
.ygs-branch-sessions-form .filters-wrapper .filters {
  display: inline-block;
}
.ygs-branch-sessions-form .filters-wrapper .filters .filter {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: #fff;
  border-radius: 4px;
  color: #00aeef;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 5px 10px 0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .filters .filter {
    margin: 5px 20px 5px 0;
    color: #4f4f4f;
  }
}
.ygs-branch-sessions-form .filters-wrapper .filters .filter .remove {
  margin-left: 10px;
  line-height: 30px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .filters .filter .remove {
    margin-left: 15px;
  }
}
.ygs-branch-sessions-form .filters-wrapper .filters .filter .remove .fa {
  font-size: 13px;
  color: #0089d0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .filters .filter .remove .fa {
    font-size: 16px;
  }
}

.branch-sessions-group {
  padding: 0;
}
.branch-sessions-group h3 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #0089d0;
  font-size: 22px;
  letter-spacing: -0.8px;
  line-height: 1;
  margin: 10px 0 5px;
}
.branch-sessions-group .row {
  margin-bottom: 40px;
}
.branch-sessions-group .views-row {
  border: 1px solid #c6168d;
  height: auto;
  margin: 0 15px;
  position: relative;
  text-decoration: none;
  max-width: 310px;
  max-width: 320px;
}
@media (min-width: 992px) {
  .branch-sessions-group .views-row {
    max-width: 360px;
  }
}
.branch-sessions-group .inner {
  border-top: 1px solid #c6168d;
  padding: 15px;
}
.branch-sessions-group h4 {
  font-family: "Helvetica Neue LT W01_55 Roman", Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #4f4f4f;
  margin: 10px 0 15px;
}
.branch-sessions-group h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #0089d0;
  margin: 10px 0 5px;
}
.branch-sessions-group .time {
  color: #636466;
  font-size: 14px;
  margin-bottom: 10px;
}
.branch-sessions-group .included-in-membership {
  background: url("../img/included-in-membership.png") no-repeat 0 0;
  background-size: contain;
  height: 32px;
  position: absolute;
  right: 0;
  top: 47px;
  width: 90px;
  right: 0;
  top: 66px;
}
.branch-sessions-group .included-in-membership-text {
  height: 32px;
  font-size: 11px;
  width: calc(100% + 30px);
  text-align: center;
  margin-left: -15px;
  margin-top: -15px;
  color: #333333;
}
.branch-sessions-group .included-in-membership-text span {
  height: inherit;
  background: #fcaf17;
  display: block;
  padding-top: 7px;
}
.branch-sessions-group .field-body-no-summary {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
.branch-sessions-group .field-class-description {
  color: #333333;
}
.branch-sessions-group .group_time {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: #fff;
  color: #5c2e91;
  font-size: 18px;
  height: 48px;
  line-height: 56px;
  margin: -1px;
  padding-left: 2px;
  border-bottom: none;
  font-size: 30px;
  height: 67px;
  letter-spacing: -0.8px;
  line-height: 72px;
  padding-left: 0;
}
.branch-sessions-group .branch-sessions-group-slider {
  margin: 0 15px 35px 15px;
  margin: 0 45px 45px;
  margin: 0 25px 45px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: 15px;
  height: 70px;
  margin-top: 30px;
  width: 50px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow:before {
  color: #00aeef;
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow .svg-inline--fa {
  font-size: 34px;
  font-size: 70px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow.slick-prev {
  left: -20px;
  left: -45px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow.slick-next {
  right: -20px;
  right: -45px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-dots {
  margin-top: 10px;
  position: static;
}
.branch-sessions-group .branch-sessions-group-slider .slick-dots li button:before {
  color: #ebebeb;
  opacity: 1;
}
.branch-sessions-group .branch-sessions-group-slider .slick-dots li.slick-active button:before {
  color: #c6168d;
  opacity: 1;
}

.form__locations {
  background-color: #ebebeb;
  height: 92px;
  display: table;
  width: 100%;
  padding: 35px 0px 17px;
}
@media (min-width: 992px) {
  .form__locations {
    padding: 35px 25px 17px;
  }
}
@media (min-width: 768px) {
  .form__locations .form-group {
    margin-bottom: 0px;
  }
}
.form__locations label {
  text-transform: none;
  padding: 6px 8px;
  left: -1px;
  margin: 10px 10px 0 0;
}
@media (min-width: 992px) {
  .form__locations label {
    left: -20px;
    margin: 0 10px 0 0;
  }
}
.form__locations input[type="checkbox"] {
  margin: 0 10px 0px 0;
  vertical-align: middle;
}
.form__locations .btn-group-justified {
  border-spacing: 1px;
  margin: -1px -1px 5px 1px;
  min-width: 234px;
}
@media (min-width: 992px) {
  .form__locations .btn-group-justified {
    border-spacing: 10px;
    margin: -10px -10px -10px 10px;
  }
}
@media (max-width: 575.98px) {
  .form__locations .zip-code,
  .form__locations .distance {
    display: none;
  }
}

.tag_filters img {
  margin: -2px 0 0 3px;
  width: 13px;
}

.locations-list .views-row__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 100%;
}
.locations-list .views-row {
  display: flex;
  flex-basis: 100%;
}
@media (min-width: 600px) and (max-width: 1025px) {
  .locations-list .views-row {
    flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  .locations-list .views-row {
    flex-basis: 33.33%;
  }
}
.locations-list .views-row .node--view-mode-teaser {
  flex-basis: 100%;
  align-self: stretch;
  box-shadow: none;
}
.locations-list .views-row .node--view-mode-teaser .location-item--title {
  margin: 20px 0 10px 0;
  padding: 0 20px;
}
.locations-list .views-row .node--view-mode-teaser .field-location-area a {
  display: inline-block;
  padding: 0 20px;
}
.locations-list header h2,
.locations-list header h2.h1 {
  padding-left: 20px;
  padding-bottom: 0px;
  clear: both;
  margin-top: 0;
  font-weight: bold;
}
.locations-list h2.color-purple {
  color: #5c2e91;
}
.locations-list .field_state {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  font-size: 10px;
  color: #231f20;
  width: 100px;
  height: 32px;
  vertical-align: bottom;
  background: #fcaf17;
  line-height: 1.2;
  font-style: italic;
}
.locations-list .field_state .fas {
  color: white;
  height: 34px;
  float: left;
  font-size: 16px;
  padding-right: 6px;
}
.locations-list .field_state span {
  display: block;
}

.node--location-content-type.node--view-mode-teaser,
.node--type-facility.node--view-mode-teaser,
.node--type-branch.node--view-mode-teaser,
.node--type-branch.node--view-mode-sidebar-teaser,
.node--type-branch.node--view-mode-class-location,
.node--type-camp.node--view-mode-teaser {
  border: solid 1px #fcaf17;
  padding: 20px;
  min-height: 300px;
  margin: 10px;
  position: relative;
  font-size: 15px;
}
[class*="sidebar"] .node--location-content-type.node--view-mode-teaser, [class*="sidebar"]
.node--type-facility.node--view-mode-teaser, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser, [class*="sidebar"]
.node--type-branch.node--view-mode-sidebar-teaser, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser {
  height: auto;
  margin: 0 0 20px;
  border-color: #ccc;
}
[class*="sidebar"] .node--location-content-type.node--view-mode-teaser h2 a, [class*="sidebar"]
.node--type-facility.node--view-mode-teaser h2 a, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser h2 a, [class*="sidebar"]
.node--type-branch.node--view-mode-sidebar-teaser h2 a, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location h2 a, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser h2 a {
  color: #5c2e91;
}
[class*="sidebar"] .node--location-content-type.node--view-mode-teaser .location-item--title, [class*="sidebar"]
.node--type-facility.node--view-mode-teaser .location-item--title, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser .location-item--title, [class*="sidebar"]
.node--type-branch.node--view-mode-sidebar-teaser .location-item--title, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location .location-item--title, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser .location-item--title {
  display: inline-block;
}
[class*="sidebar"] .node--location-content-type.node--view-mode-teaser .location-item--title a, [class*="sidebar"]
.node--type-facility.node--view-mode-teaser .location-item--title a, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser .location-item--title a, [class*="sidebar"]
.node--type-branch.node--view-mode-sidebar-teaser .location-item--title a, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location .location-item--title a, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser .location-item--title a {
  color: #5c2e91;
}
[class*="sidebar"] .node--location-content-type.node--view-mode-teaser .edit-class-popup, [class*="sidebar"]
.node--type-facility.node--view-mode-teaser .edit-class-popup, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser .edit-class-popup, [class*="sidebar"]
.node--type-branch.node--view-mode-sidebar-teaser .edit-class-popup, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location .edit-class-popup, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser .edit-class-popup {
  background-color: #00aeef;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 3px 15px;
  text-transform: lowercase;
  vertical-align: middle;
}
[class*="sidebar"] .node--location-content-type.node--view-mode-teaser .edit-class-popup:hover, [class*="sidebar"]
.node--type-facility.node--view-mode-teaser .edit-class-popup:hover, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser .edit-class-popup:hover, [class*="sidebar"]
.node--type-branch.node--view-mode-sidebar-teaser .edit-class-popup:hover, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location .edit-class-popup:hover, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser .edit-class-popup:hover {
  background-color: #0089d0;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser, .marker_tooltip
.node--type-facility.node--view-mode-teaser, .marker_tooltip
.node--type-branch.node--view-mode-teaser, .marker_tooltip
.node--type-branch.node--view-mode-sidebar-teaser, .marker_tooltip
.node--type-branch.node--view-mode-class-location, .marker_tooltip
.node--type-camp.node--view-mode-teaser {
  border: 0 none;
  padding: 0;
  margin: 0;
  height: auto;
}
.node--location-content-type.node--view-mode-teaser .location-item--title,
.node--type-facility.node--view-mode-teaser .location-item--title,
.node--type-branch.node--view-mode-teaser .location-item--title,
.node--type-branch.node--view-mode-sidebar-teaser .location-item--title,
.node--type-branch.node--view-mode-class-location .location-item--title,
.node--type-camp.node--view-mode-teaser .location-item--title {
  font-size: 22px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.node--location-content-type.node--view-mode-teaser .location-item--title + .node__content,
.node--type-facility.node--view-mode-teaser .location-item--title + .node__content,
.node--type-branch.node--view-mode-teaser .location-item--title + .node__content,
.node--type-branch.node--view-mode-sidebar-teaser .location-item--title + .node__content,
.node--type-branch.node--view-mode-class-location .location-item--title + .node__content,
.node--type-camp.node--view-mode-teaser .location-item--title + .node__content {
  margin: 0;
}
.node--location-content-type.node--view-mode-teaser .location-item--title ~ .field-location-area, .node--location-content-type.node--view-mode-teaser .location-item--title ~ .field-location-state,
.node--type-facility.node--view-mode-teaser .location-item--title ~ .field-location-area,
.node--type-facility.node--view-mode-teaser .location-item--title ~ .field-location-state,
.node--type-branch.node--view-mode-teaser .location-item--title ~ .field-location-area,
.node--type-branch.node--view-mode-teaser .location-item--title ~ .field-location-state,
.node--type-branch.node--view-mode-sidebar-teaser .location-item--title ~ .field-location-area,
.node--type-branch.node--view-mode-sidebar-teaser .location-item--title ~ .field-location-state,
.node--type-branch.node--view-mode-class-location .location-item--title ~ .field-location-area,
.node--type-branch.node--view-mode-class-location .location-item--title ~ .field-location-state,
.node--type-camp.node--view-mode-teaser .location-item--title ~ .field-location-area,
.node--type-camp.node--view-mode-teaser .location-item--title ~ .field-location-state {
  margin: 10px 0;
  padding: 0;
}
.node--location-content-type.node--view-mode-teaser .field-branch-hours,
.node--type-facility.node--view-mode-teaser .field-branch-hours,
.node--type-branch.node--view-mode-teaser .field-branch-hours,
.node--type-branch.node--view-mode-sidebar-teaser .field-branch-hours,
.node--type-branch.node--view-mode-class-location .field-branch-hours,
.node--type-camp.node--view-mode-teaser .field-branch-hours {
  margin-top: 15px;
}
.node--location-content-type.node--view-mode-teaser .field-branch-hours td:first-child,
.node--type-facility.node--view-mode-teaser .field-branch-hours td:first-child,
.node--type-branch.node--view-mode-teaser .field-branch-hours td:first-child,
.node--type-branch.node--view-mode-sidebar-teaser .field-branch-hours td:first-child,
.node--type-branch.node--view-mode-class-location .field-branch-hours td:first-child,
.node--type-camp.node--view-mode-teaser .field-branch-hours td:first-child {
  padding-right: 10px;
}
.node--location-content-type.node--view-mode-teaser h2,
.node--type-facility.node--view-mode-teaser h2,
.node--type-branch.node--view-mode-teaser h2,
.node--type-branch.node--view-mode-sidebar-teaser h2,
.node--type-branch.node--view-mode-class-location h2,
.node--type-camp.node--view-mode-teaser h2 {
  font-size: 22px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  margin: 20px 0 33px;
  font-weight: bold;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser h2, .marker_tooltip
.node--type-facility.node--view-mode-teaser h2, .marker_tooltip
.node--type-branch.node--view-mode-teaser h2, .marker_tooltip
.node--type-branch.node--view-mode-sidebar-teaser h2, .marker_tooltip
.node--type-branch.node--view-mode-class-location h2, .marker_tooltip
.node--type-camp.node--view-mode-teaser h2 {
  margin: 0 0 5px;
}
.node--location-content-type.node--view-mode-teaser .branch-hours,
.node--type-facility.node--view-mode-teaser .branch-hours,
.node--type-branch.node--view-mode-teaser .branch-hours,
.node--type-branch.node--view-mode-sidebar-teaser .branch-hours,
.node--type-branch.node--view-mode-class-location .branch-hours,
.node--type-camp.node--view-mode-teaser .branch-hours {
  margin-top: 15px;
}
.node--location-content-type.node--view-mode-teaser .branch-hours td:first-child,
.node--type-facility.node--view-mode-teaser .branch-hours td:first-child,
.node--type-branch.node--view-mode-teaser .branch-hours td:first-child,
.node--type-branch.node--view-mode-sidebar-teaser .branch-hours td:first-child,
.node--type-branch.node--view-mode-class-location .branch-hours td:first-child,
.node--type-camp.node--view-mode-teaser .branch-hours td:first-child {
  padding-right: 10px;
}
.node--location-content-type.node--view-mode-teaser .field-branch-area,
.node--type-facility.node--view-mode-teaser .field-branch-area,
.node--type-branch.node--view-mode-teaser .field-branch-area,
.node--type-branch.node--view-mode-sidebar-teaser .field-branch-area,
.node--type-branch.node--view-mode-class-location .field-branch-area,
.node--type-camp.node--view-mode-teaser .field-branch-area {
  position: static;
  top: 15px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .node--location-content-type.node--view-mode-teaser .field-branch-area,
  .node--type-facility.node--view-mode-teaser .field-branch-area,
  .node--type-branch.node--view-mode-teaser .field-branch-area,
  .node--type-branch.node--view-mode-sidebar-teaser .field-branch-area,
  .node--type-branch.node--view-mode-class-location .field-branch-area,
  .node--type-camp.node--view-mode-teaser .field-branch-area {
    letter-spacing: 1.1px;
  }
}
.node--location-content-type.node--view-mode-teaser .field-branch-area a,
.node--type-facility.node--view-mode-teaser .field-branch-area a,
.node--type-branch.node--view-mode-teaser .field-branch-area a,
.node--type-branch.node--view-mode-sidebar-teaser .field-branch-area a,
.node--type-branch.node--view-mode-class-location .field-branch-area a,
.node--type-camp.node--view-mode-teaser .field-branch-area a {
  color: inherit;
  text-decoration: none;
}
.node--location-content-type.node--view-mode-teaser .field-location-area,
.node--type-facility.node--view-mode-teaser .field-location-area,
.node--type-branch.node--view-mode-teaser .field-location-area,
.node--type-branch.node--view-mode-sidebar-teaser .field-location-area,
.node--type-branch.node--view-mode-class-location .field-location-area,
.node--type-camp.node--view-mode-teaser .field-location-area {
  position: static;
  top: 15px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 48em) and (max-width: 62em) {
  .node--location-content-type.node--view-mode-teaser .field-location-area,
  .node--type-facility.node--view-mode-teaser .field-location-area,
  .node--type-branch.node--view-mode-teaser .field-location-area,
  .node--type-branch.node--view-mode-sidebar-teaser .field-location-area,
  .node--type-branch.node--view-mode-class-location .field-location-area,
  .node--type-camp.node--view-mode-teaser .field-location-area {
    letter-spacing: 1.1px;
  }
}
.node--location-content-type.node--view-mode-teaser .field-location-area a,
.node--type-facility.node--view-mode-teaser .field-location-area a,
.node--type-branch.node--view-mode-teaser .field-location-area a,
.node--type-branch.node--view-mode-sidebar-teaser .field-location-area a,
.node--type-branch.node--view-mode-class-location .field-location-area a,
.node--type-camp.node--view-mode-teaser .field-location-area a {
  color: inherit;
  text-decoration: none;
}
.node--location-content-type.node--view-mode-teaser .label-for-field-address,
.node--location-content-type.node--view-mode-teaser .label-for-field-phone,
.node--type-facility.node--view-mode-teaser .label-for-field-address,
.node--type-facility.node--view-mode-teaser .label-for-field-phone,
.node--type-branch.node--view-mode-teaser .label-for-field-address,
.node--type-branch.node--view-mode-teaser .label-for-field-phone,
.node--type-branch.node--view-mode-sidebar-teaser .label-for-field-address,
.node--type-branch.node--view-mode-sidebar-teaser .label-for-field-phone,
.node--type-branch.node--view-mode-class-location .label-for-field-address,
.node--type-branch.node--view-mode-class-location .label-for-field-phone,
.node--type-camp.node--view-mode-teaser .label-for-field-address,
.node--type-camp.node--view-mode-teaser .label-for-field-phone {
  display: none;
}

.node--view-mode-sidebar.node--type-facility {
  margin-top: -20px;
}
.node--view-mode-sidebar.node--type-facility .label-for-field-address {
  display: block;
}
.node--view-mode-sidebar .wrapper-field-phone {
  letter-spacing: 2px;
  padding-bottom: 35px;
}
.node--view-mode-sidebar .wrapper-field-phone .label-for-field-phone,
.node--view-mode-sidebar .wrapper-field-phone .field-phone {
  display: inline;
}
.node--view-mode-sidebar .label-for-field-address:after,
.node--view-mode-sidebar .label-for-field-phone:after {
  content: ":";
}
.node--view-mode-sidebar h2 {
  font-size: 22px;
  margin-bottom: 33px;
}
.node--view-mode-sidebar .sidebar-card_h3 {
  position: absolute;
  margin-bottom: -20px;
  margin-left: 20px;
  margin-top: 18px;
}
.node--view-mode-sidebar .field-branch-area {
  display: none;
}

.sidebar-card_h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #636466;
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}

.node--type-facility .field-collection-hours .field-day-of-the-week,
.node--type-facility .field-collection-hours .field-start-end-time {
  display: inline;
  font-weight: normal;
  font-size: 14px;
}
.node--type-facility .field-collection-hours .field-day-of-the-week + .field-start-end-time:before {
  content: ":";
  margin-left: -0.15em;
  margin-right: 0.25em;
}

.node--view-mode-teaser.new_branch .field-branch-area {
  padding-right: 80px;
}

.openy-map-canvas {
  height: 420px;
}
.openy-map-canvas .leaflet-top,
.openy-map-canvas .leaflet-bottom {
  z-index: 600;
}

.branch-amenities {
  background: #ebebeb;
  color: #636466;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 16px;
  line-height: 39px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.branch-amenities a {
  color: #636466;
  text-decoration: underline;
}
.branch-amenities .label-for-field-location-amenities {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 30px;
}
.branch-amenities .wrapper-field-location-amenities > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .branch-amenities .wrapper-field-location-amenities > div {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  .branch-amenities .wrapper-field-location-amenities > div {
    max-height: 180px;
  }
}

article.node.node--location-content-type[data-hb-id="781221"] .node__content {
  display: none;
}

article[data-hb-id="781221"] .fa-map-marker-alt,
article[data-hb-id="781221"] address,
article[data-hb-id="781221"] .fa-phone,
article[data-hb-id="781221"] .field-location-phone,
article[data-hb-id="781221"] .fa-clock,
article[data-hb-id="781221"] .field-branch-hours,
article[data-hb-id="781221"] h4 {
  display: none;
}

.marker_tooltip .node--location-content-type.node--view-mode-teaser,
.marker_tooltip .node--type-facility.node--view-mode-teaser,
.marker_tooltip .node--type-branch.node--view-mode-teaser,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser,
.marker_tooltip .node--type-branch.node--view-mode-class-location,
.marker_tooltip .node--type-camp.node--view-mode-teaser {
  padding: 0 !important;
  margin: 0;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .location-item--title,
.marker_tooltip .node--type-facility.node--view-mode-teaser .location-item--title,
.marker_tooltip .node--type-branch.node--view-mode-teaser .location-item--title,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .location-item--title,
.marker_tooltip .node--type-branch.node--view-mode-class-location .location-item--title,
.marker_tooltip .node--type-camp.node--view-mode-teaser .location-item--title {
  margin-bottom: 0;
  color: red;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .field-location-area,
.marker_tooltip .node--type-facility.node--view-mode-teaser .field-location-area,
.marker_tooltip .node--type-branch.node--view-mode-teaser .field-location-area,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .field-location-area,
.marker_tooltip .node--type-branch.node--view-mode-class-location .field-location-area,
.marker_tooltip .node--type-camp.node--view-mode-teaser .field-location-area {
  margin: 0;
  padding: 0;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content {
  padding: 0;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content address.wrapper-field-location-address,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content address.wrapper-field-location-address,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content address.wrapper-field-location-address,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content address.wrapper-field-location-address,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content address.wrapper-field-location-address,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content address.wrapper-field-location-address {
  margin: 5px 0 !important;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content address.wrapper-field-location-address .field-location-address,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content address.wrapper-field-location-address .field-location-address,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address {
  padding-right: 0;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address .address,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address .address,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address .address,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content address.wrapper-field-location-address .field-location-address .address,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content address.wrapper-field-location-address .field-location-address .address,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content address.wrapper-field-location-address .field-location-address .address {
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content .field-location-phone a,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content .field-location-phone a,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content .field-location-phone a,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content .field-location-phone a,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content .field-location-phone a,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content .field-location-phone a {
  font-size: 12px;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content .directions a,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content .directions a,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content .directions a,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content .directions a,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content .directions a,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content .directions a {
  font-size: 15px;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content .field-branch-hours,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content .field-branch-hours,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content .field-branch-hours,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content .field-branch-hours,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content .field-branch-hours,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content .field-branch-hours {
  margin-top: 15px;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content .field-branch-hours h4,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content .field-branch-hours h4,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content .field-branch-hours h4,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content .field-branch-hours h4,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content .field-branch-hours h4,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content .field-branch-hours h4 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 0.35em;
  margin-top: 0;
  font-size: 14px;
  text-transform: unset;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content .field-branch-hours td,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content .field-branch-hours td,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content .field-branch-hours td,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content .field-branch-hours td,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content .field-branch-hours td,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content .field-branch-hours td {
  font-style: italic;
  font-size: 12px;
  padding-left: 0.5em;
}
.marker_tooltip .node--location-content-type.node--view-mode-teaser .node__content .field-branch-hours td:first-child,
.marker_tooltip .node--type-facility.node--view-mode-teaser .node__content .field-branch-hours td:first-child,
.marker_tooltip .node--type-branch.node--view-mode-teaser .node__content .field-branch-hours td:first-child,
.marker_tooltip .node--type-branch.node--view-mode-sidebar-teaser .node__content .field-branch-hours td:first-child,
.marker_tooltip .node--type-branch.node--view-mode-class-location .node__content .field-branch-hours td:first-child,
.marker_tooltip .node--type-camp.node--view-mode-teaser .node__content .field-branch-hours td:first-child {
  padding-right: 10px;
}

.node--type-facility.node--view-mode-teaser .field-location-address,
.node--type-branch.node--view-mode-teaser .field-location-address,
.node--type-camp.node--view-mode-teaser .field-location-address {
  padding-left: 0;
}
.node--type-facility.node--view-mode-teaser .field-location-address .address,
.node--type-branch.node--view-mode-teaser .field-location-address .address,
.node--type-camp.node--view-mode-teaser .field-location-address .address {
  margin-top: 0;
}

.branch-header .camp-info .column {
  flex: unset;
  max-width: unset;
}
.branch-header .field-location-address {
  padding: unset;
}

.slick-dotted {
  margin-bottom: 75px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.featured-content .slick-dots li button:before {
  opacity: 0.15;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.featured-content .slick-dots li.slick-active button:before {
  color: #c6168d;
}
.slick-dots li:only-child {
  display: none;
}

.blog-card .slick-arrow,
.featured-content .slick-arrow {
  width: auto;
  z-index: 1;
}
.blog-card .slick-arrow:before,
.featured-content .slick-arrow:before {
  color: #0089d0;
  content: "";
}

.slick-track:before {
  width: 0;
}

.node--type-blog {
  font-size: 15px;
}
.node--type-blog.node--view-mode-full {
  margin-bottom: 50px;
}
.node--type-blog h1 {
  font-size: 36px;
  letter-spacing: -1.2px;
  padding-bottom: 8px;
}
.node--type-blog.node--view-mode-sidebar {
  margin-top: 118px;
}
.node--type-blog .field-blog-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.node--type-blog p {
  line-height: 1.62em;
}
.node--type-blog p + h2 {
  margin-top: 1em;
}
.node--type-blog.node--view-mode-teaser {
  margin: auto;
}
@media (min-width: 36em) {
  .node--type-blog.node--view-mode-teaser {
    max-width: 373px;
    width: 100%;
  }
}
.node--type-blog.node--view-mode-teaser .inner-wrapper {
  height: 240px;
  width: 288px;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 36em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper {
    height: 288px;
    width: auto;
  }
}
@media (min-width: 48em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper {
    height: 288px;
    width: auto;
  }
}
@media (min-width: 62em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper {
    height: 245px;
  }
}
@media (min-width: 75em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper {
    height: 300px;
  }
}
.node--type-blog.node--view-mode-teaser img {
  height: auto;
  max-width: inherit;
  width: 100%;
  vertical-align: top;
  margin: auto;
}
.node--type-blog.node--view-mode-teaser .blog-heading {
  padding: 12px 22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 500;
}
.node--type-blog.node--view-mode-teaser .blog-heading h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 36em) {
  .node--type-blog.node--view-mode-teaser .blog-heading h3 {
    font-size: 28px;
  }
}
.node--type-blog.node--view-mode-teaser a {
  color: inherit;
  word-break: break-word;
}
.node--type-blog.node--view-mode-teaser h3,
.node--type-blog.node--view-mode-teaser .blog-category {
  color: white;
}
.node--type-blog.node--view-mode-teaser .blog-category {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: 2px;
  font-family: Verdana, sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 22px;
}
.node--type-blog.node--view-mode-teaser .blog-category a {
  position: relative;
  z-index: 1;
}
.node--type-blog.node--view-mode-teaser h3 a:after {
  content: '';
  position: absolute;
  height: 100%;
  min-height: 250px;
  width: 100%;
  left: 0;
  top: 0;
}
.node--type-blog.node--view-mode-teaser.blog-green .inner-wrapper {
  background-color: #20bdbe;
}
.node--type-blog.node--view-mode-teaser.blog-fuchsia .inner-wrapper {
  background-color: #c6168d;
}
.node--type-blog.node--view-mode-teaser.blog-photo .inner-wrapper .blog-heading {
  background-color: rgba(51, 51, 51, 0.7);
}
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper {
  border: 1px solid #ccc;
}
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper h3,
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper .blog-category {
  color: #5c2e91;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper {
  border: 1px solid #ccc;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper .blog-heading {
  background: none;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper .blog-heading a {
  color: inherit;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper .blog-category {
  color: inherit;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper h3 {
  color: #5c2e91;
}
.node--type-blog.node--view-mode-teaser .story h3 {
  overflow: hidden;
  width: auto;
}
.node--type-blog.node--view-mode-teaser .quote {
  float: left;
}
.node--type-blog.node--view-mode-teaser .quote svg {
  margin-top: 1px;
}

.blog-card {
  overflow: hidden;
  padding-top: 20px;
}
@media (min-width: 0) and (max-width: 36em) {
  .blog-card {
    overflow: visible;
  }
}

.blog-related {
  position: relative;
}
.blog-related h2 {
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  color: #636466 !important;
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}
.blog-related h3 {
  font-weight: bold;
  font-size: 28px;
}
.blog-related h3 a {
  color: inherit;
}
.blog-related h3 a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.adjust-container {
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .adjust-container {
    margin: -20px;
    max-width: inherit;
  }
}

.blog-more-teaser {
  margin-top: 40px;
}
.blog-more-teaser .h1 {
  padding-bottom: 0;
}
.blog-more-teaser .views-view-grid {
  text-align: center;
}
@media (max-width: 1200px) {
  .blog-more-teaser .views-view-grid .row {
    display: inline;
  }
  .blog-more-teaser .views-view-grid .row:before, .blog-more-teaser .views-view-grid .row:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .blog-more-teaser .views-view-grid .row {
    display: inline;
  }
}
.blog-more-teaser .views-exposed-form {
  background-color: #ebebeb;
  width: 100%;
  padding: 17px 25px;
  margin-bottom: 49px;
}
@media (min-width: 1024px) {
  .blog-more-teaser .views-exposed-form {
    height: 92px;
    display: table;
  }
}
.blog-more-teaser .views-exposed-form > div {
  vertical-align: bottom;
}
@media (min-width: 1024px) {
  .blog-more-teaser .views-exposed-form > div {
    display: table-cell;
  }
  .blog-more-teaser .views-exposed-form > div.form-item-field-blog-location-target-id-verf {
    width: 210px;
  }
  .blog-more-teaser .views-exposed-form > div.form-item-field-blog-category-target-id {
    width: 210px;
  }
  .blog-more-teaser .views-exposed-form > div.form-item-combine input {
    width: 100%;
  }
  .blog-more-teaser .views-exposed-form > div.form-item-related-content-titles {
    width: 258px;
  }
  .blog-more-teaser .views-exposed-form > div.form-actions {
    padding-right: 0;
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .blog-more-teaser .views-exposed-form > div.form-item-field-blog-location-target-id-verf {
    width: 240px;
  }
  .blog-more-teaser .views-exposed-form > div.form-item-field-blog-category-target-id {
    width: 240px;
  }
}
.blog-more-teaser .form-actions {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .blog-more-teaser .form-actions {
    padding-top: 0;
    text-align: inherit;
  }
}
.blog-more-teaser label {
  display: block;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.blog-more-teaser .form-item-combine label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.blog-more-teaser select {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.blog-more-teaser .form-text {
  width: 100%;
  height: 34px;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .blog-more-teaser .form-text {
    width: 250px;
  }
}
.blog-more-teaser input[type="submit"] {
  width: 90px;
  height: 34px;
  padding: 7px 16px;
  border: solid 1px #636466;
  font-size: 14px;
  font-weight: 600;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  text-transform: uppercase;
}
.blog-more-teaser .no-results {
  margin-bottom: 49px;
}

.comma-list .item:after {
  content: ",";
}
.comma-list .item:last-child:after {
  content: none;
}

.node--type-blog.node--view-mode-teaser {
  display: inline-block;
  max-width: 100%;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 36em) {
  .node--type-blog.node--view-mode-teaser {
    width: 373px;
    padding: 0;
  }
}
@media (min-width: 36em) and (orientation: landscape) {
  .node--type-blog.node--view-mode-teaser {
    display: block;
  }
}
@media (min-width: 48em) {
  .node--type-blog.node--view-mode-teaser {
    display: block;
    float: left;
  }
}
@media (min-width: 48em) and (orientation: portrait) {
  .node--type-blog.node--view-mode-teaser {
    width: 50%;
  }
}
@media (min-width: 48em) and (orientation: landscape) {
  .node--type-blog.node--view-mode-teaser {
    display: block;
    width: 33%;
  }
  .field-sidebar-content .node--type-blog.node--view-mode-teaser {
    width: 100%;
  }
}
.node--type-blog.node--view-mode-teaser .inner-wrapper {
  height: 250px;
  margin: 0 auto;
  max-width: 372px;
  overflow: hidden;
  position: relative;
  border-radius: unset;
}
@media (min-width: 36em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper {
    margin: 15px auto;
  }
}
@media (min-width: 48em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper {
    margin: 15px;
  }
}
.node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading {
  bottom: 0;
  padding: 12px 22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 500;
  background-color: rgba(35, 31, 32, 0.01);
}
.node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading h2 {
  font-size: 28px;
  margin-top: 10px;
  font-weight: 600;
}
@media (min-width: 48em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading h2 {
    font-size: 32px;
  }
  .field-sidebar-content .node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading h2 {
    font-size: 22px;
  }
}
.node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 36em) {
  .node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading h3 {
    font-size: 28px;
  }
}
.node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading h4 {
  font-weight: 600;
}
.node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading .blog-category {
  position: static;
  padding: 0;
}
.node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 22px;
}
.node--type-blog.node--view-mode-teaser .inner-wrapper .blog-heading .title a span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  white-space: pre-wrap;
}
.node--type-blog.node--view-mode-teaser a {
  color: #fff;
  word-break: break-word;
  text-decoration: none;
}
.node--type-blog.node--view-mode-teaser h2,
.node--type-blog.node--view-mode-teaser h4 {
  color: white;
}
.node--type-blog.node--view-mode-teaser h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node--type-blog.node--view-mode-teaser h4 a {
  position: relative;
  z-index: 1;
}
.node--type-blog.node--view-mode-teaser h2 a:after {
  content: '';
  position: absolute;
  height: 100%;
  min-height: 250px;
  width: 100%;
  left: 0;
  top: 0;
}
.node--type-blog.node--view-mode-teaser.blog-green .inner-wrapper {
  background-color: #20bdbe;
}
.node--type-blog.node--view-mode-teaser.blog-fuchsia .inner-wrapper {
  background-color: #c6168d;
}
.node--type-blog.node--view-mode-teaser.blog-photo .inner-wrapper .blog-heading-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.5);
}
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper {
  border: 1px solid #ccc;
}
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper h2,
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper h4 {
  color: #5c2e91;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper h4 {
  color: inherit;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper h2 {
  color: #5c2e91;
}
.node--type-blog.node--view-mode-teaser .quote {
  float: left;
  min-height: 360px;
}
.node--type-blog.node--view-mode-teaser .quote i {
  background-size: 27px;
  background-position: top left;
  margin-top: 21px;
}

.blog-related h2 a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.blog-more-teaser {
  margin-top: 0;
}
.blog-more-teaser .h1 {
  padding-bottom: 0;
}
@media (min-width: 36em) {
  .blog-more-teaser .blog-more-teaser-results-wrapper {
    margin: 0;
  }
}
.blog-more-teaser .blog-more-teaser-results-wrapper .node--view-mode-teaser {
  display: block;
  width: 100%;
}
@media (min-width: 36em) {
  .blog-more-teaser .blog-more-teaser-results-wrapper .node--view-mode-teaser {
    margin: auto;
  }
}
@media (min-width: 62em) {
  .blog-more-teaser .blog-more-teaser-results-wrapper .node--view-mode-teaser .inner-wrapper {
    margin: 15px;
  }
}
@media (min-width: 62em) {
  .blog-more-teaser .blog-more-teaser-results-wrapper .node--view-mode-teaser {
    width: 100%;
  }
}
.blog-more-teaser .blog-more-teaser-results-wrapper > div {
  display: block;
  padding: 0;
}
@media (min-width: 40em) {
  .blog-more-teaser .blog-more-teaser-results-wrapper > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 62em) {
  .blog-more-teaser .blog-more-teaser-results-wrapper > div {
    width: 33%;
  }
}
.blog-more-teaser .js-pager__items.pager {
  margin-top: 15px;
}
.blog-more-teaser label {
  display: block;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.blog-more-teaser label[for="edit-combine"] {
  opacity: 0;
}
.blog-more-teaser input[type="submit"] {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background-color: #0060af;
  color: #ffffff;
  width: 90px;
  height: 34px;
  padding: 7px 16px;
  border: solid 1px #636466;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-more-teaser form.views-exposed-form {
  background-color: #ebebeb;
  box-shadow: none;
  border-radius: unset;
  width: 100%;
  padding: 17px 25px;
  margin-bottom: 49px;
}
@media (min-width: 1024px) {
  .blog-more-teaser form.views-exposed-form {
    height: 92px;
    display: table;
  }
}
.blog-more-teaser form.views-exposed-form > div {
  vertical-align: bottom;
}
@media (min-width: 1024px) {
  .blog-more-teaser form.views-exposed-form > div {
    display: table-cell;
  }
  .blog-more-teaser form.views-exposed-form > div.form-item-field-blog-location-target-id-verf {
    width: 210px;
  }
  .blog-more-teaser form.views-exposed-form > div.form-item-field-blog-category-target-id {
    width: 210px;
  }
  .blog-more-teaser form.views-exposed-form > div.form-item-combine input {
    width: 100%;
  }
  .blog-more-teaser form.views-exposed-form > div.form-item-related-content-titles {
    width: 258px;
  }
  .blog-more-teaser form.views-exposed-form > div.form-actions {
    padding-right: 0;
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .blog-more-teaser form.views-exposed-form > div.form-item-field-blog-location-target-id-verf {
    width: 240px;
  }
  .blog-more-teaser form.views-exposed-form > div.form-item-field-blog-category-target-id {
    width: 240px;
  }
}
.blog-more-teaser .no-results {
  margin-bottom: 49px;
}

.paragraph--type--featured-blogs .slick-prev,
.paragraph--type--dynamic-blog-posts .slick-prev {
  left: 15px;
}
@media (min-width: 0) and (max-width: 62em) {
  .paragraph--type--featured-blogs .slick-prev,
  .paragraph--type--dynamic-blog-posts .slick-prev {
    left: -10px;
  }
}
.paragraph--type--featured-blogs .slick-next,
.paragraph--type--dynamic-blog-posts .slick-next {
  right: 15px;
}
@media (min-width: 0) and (max-width: 62em) {
  .paragraph--type--featured-blogs .slick-next,
  .paragraph--type--dynamic-blog-posts .slick-next {
    right: -10px;
  }
}
.paragraph--type--featured-blogs .slick-arrow,
.paragraph--type--dynamic-blog-posts .slick-arrow {
  top: 55%;
}
.paragraph--type--featured-blogs .slick-dots li.slick-active button:before,
.paragraph--type--dynamic-blog-posts .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}
.field-sidebar-content .paragraph--type--featured-blogs .h1, .field-sidebar-content
.paragraph--type--dynamic-blog-posts .h1 {
  margin-bottom: 5px;
  padding-bottom: 0;
}

@media (min-width: 0) and (max-width: 36em) {
  .container .paragraph--type--featured-blogs,
  .container .paragraph--type--dynamic-blog-posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 48em) {
  .container .paragraph--type--featured-blogs .description,
  .container .paragraph--type--dynamic-blog-posts .description {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 0) and (max-width: 36em) {
  .container .paragraph--type--featured-blogs .slick-prev,
  .container .paragraph--type--dynamic-blog-posts .slick-prev {
    left: 0;
  }
}
@media (min-width: 0) and (max-width: 36em) {
  .container .paragraph--type--featured-blogs .slick-next,
  .container .paragraph--type--dynamic-blog-posts .slick-next {
    right: 0;
  }
}

.paragraph--type--dynamic-blog-posts {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .paragraph--type--dynamic-blog-posts {
    margin-bottom: 40px;
  }
  .field-sidebar-content .paragraph--type--dynamic-blog-posts {
    padding-top: 20px;
  }
}
.frontpage .paragraph--type--dynamic-blog-posts {
  padding-top: 20px;
}
.paragraph--type--dynamic-blog-posts.blog--style--carousel .field-openy-blog-header {
  text-align: left;
}
.paragraph--type--dynamic-blog-posts.blog--style--carousel .blog-card {
  overflow: visible;
}
.paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-arrow {
  color: #D8D8D8;
  margin-top: -25px;
}
.paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-arrow:before {
  color: #D8D8D8;
}
@media (min-width: 48em) {
  .paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-arrow {
    height: 70px;
    width: 50px;
    margin-top: -15px;
  }
}
.paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-arrow .svg-inline--fa,
.paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-arrow .fa {
  font-size: 34px;
}
@media (min-width: 48em) {
  .paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-arrow.slick-prev {
    left: -45px;
  }
}
@media (min-width: 48em) {
  .paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-arrow.slick-next {
    right: -45px;
  }
}
.paragraph--type--dynamic-blog-posts.blog--style--carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00aeef;
}
@media (max-width: 767) and (orientation: portrait) {
  .paragraph--type--dynamic-blog-posts .h1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.frontpage .paragraph--type--dynamic-blog-posts .h1 {
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .frontpage .paragraph--type--dynamic-blog-posts .h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767) {
  .paragraph--type--dynamic-blog-posts .node--type-blog.node--view-mode-teaser {
    margin-bottom: 35px;
  }
}
.frontpage .paragraph--type--dynamic-blog-posts .blog-card {
  padding-top: 0;
}
.paragraph--type--dynamic-blog-posts .slick-slider {
  margin: 0 15px 50px;
}
@media (min-width: 0) and (max-width: 36em) {
  .paragraph--type--dynamic-blog-posts .slick-slider {
    margin: 0 0 50px;
  }
}
.paragraph--type--dynamic-blog-posts .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -15px;
}
.paragraph--type--dynamic-blog-posts .slick-arrow .fa {
  font-size: 30px;
}
.paragraph--type--dynamic-blog-posts .slick-arrow.slick-prev {
  left: -22px;
}
@media (orientation: landscape) {
  .paragraph--type--dynamic-blog-posts .slick-arrow.slick-prev {
    left: -17px;
  }
}
.paragraph--type--dynamic-blog-posts .slick-arrow.slick-next {
  right: -22px;
}
@media (orientation: landscape) {
  .paragraph--type--dynamic-blog-posts .slick-arrow.slick-next {
    right: -17px;
  }
}
.paragraph--type--dynamic-blog-posts .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
.paragraph--type--dynamic-blog-posts .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}

.blog-pager--items {
  border-top: solid 1px #5c2e91;
  border-bottom: solid 1px #5c2e91;
  margin-bottom: 2em;
}
.blog-pager--items a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #0089d0;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.85;
}
.blog-pager--items .blog-pager--header {
  font-family: "Helvetica Neue LT W01_55 Roman", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 2px;
  color: #4a4a4a;
  height: 17px;
  margin-top: 1em;
}
.blog-pager--items .blog-pager--content {
  margin-top: 24px;
}
.blog-pager--items .blog-pager--previous,
.blog-pager--items .blog-pager--next {
  width: 50%;
  min-height: 134px;
}
.blog-pager--items .blog-pager--previous {
  padding-right: 2em;
  float: left;
}
.blog-pager--items.both .blog-pager--previous {
  border-right: solid 1px #5c2e91;
}
.blog-pager--items .blog-pager--next {
  padding-left: 2em;
  text-align: right;
  float: right;
}

@media (min-width: 48em) and (orientation: portrait) {
  .taxonomy-term .node--type-blog.node--view-mode-teaser {
    width: 100%;
  }
}
@media (min-width: 48em) and (orientation: landscape) {
  .taxonomy-term .node--type-blog.node--view-mode-teaser {
    display: block;
    width: 100%;
  }
}

.listing-blog-posts .form-item .form-control {
  font-size: 12px;
}
.listing-blog-posts .form-item .form-control.form-text {
  height: 34px !important;
  padding-left: 10px;
}
.listing-blog-posts .form-item .form-control.form-text::-webkit-input-placeholder, .listing-blog-posts .form-item .form-control.form-text::-moz-placeholder, .listing-blog-posts .form-item .form-control.form-text::placeholder {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

.page-node-type-class .header-region .container,
.page-node-type-class .main-region .container,
.page-node-type-class .footer-region .container {
  height: 100%;
  width: 100%;
}
.page-node-type-class .header-region .container .row,
.page-node-type-class .main-region .container .row,
.page-node-type-class .footer-region .container .row {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 75em) {
  .page-node-type-class .header-region .container,
  .page-node-type-class .main-region .container,
  .page-node-type-class .footer-region .container {
    padding: 0;
    margin: 0 126px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .page-node-type-class .header-region .container,
  .page-node-type-class .main-region .container,
  .page-node-type-class .footer-region .container {
    min-width: 900px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-class .header-region .container,
  .page-node-type-class .main-region .container,
  .page-node-type-class .footer-region .container {
    min-width: 1100px;
  }
}
.page-node-type-class .header-region {
  min-height: 520px;
}
@media (max-width: 991px) {
  .page-node-type-class .header-region .container {
    width: calc(100% - 30px);
  }
}
.page-node-type-class .header-region .class-header {
  position: relative;
  min-height: 460px;
  width: 100%;
}
.page-node-type-class .header-region .class-header .location-image img {
  width: 100%;
}
.page-node-type-class .header-region .class-header .class-info-wrapper {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
@media (min-width: 62em) {
  .page-node-type-class .header-region .class-header .class-info-wrapper {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    background-color: unset;
  }
}
.page-node-type-class .header-region .class-header .class-info-wrapper .container {
  height: 100%;
  width: 100%;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .container .row {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .container {
    min-width: 900px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .container {
    min-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .container {
    min-width: 1600px;
  }
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info {
  padding: 25px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 62em) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .class-info {
    font-size: 16px;
    max-width: 600px;
  }
}
@media (min-width: 75em) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .class-info {
    font-size: 20px;
    padding: 15px 25px;
  }
}
@media (min-width: 87.5em) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .class-info {
    padding: 25px;
  }
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info h1 {
  font-size: 32px;
  text-transform: uppercase;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info h1 > span {
  font-size: 27px;
}
@media (min-width: 62em) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .class-info h1 > span {
    font-size: 40px;
  }
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info h1.info-item {
  margin-bottom: 30px;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info a {
  color: #0089CF;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info .info-item.activity-name {
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 0;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info .info-item .field-class-description {
  font-size: 18px;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info .info-item .wrapper-field-age {
  display: flex;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info .info-item .wrapper-field-age .label-for-field-age {
  font-weight: bold;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info .info-item .wrapper-field-age .field-age {
  margin-left: 15px;
}
.page-node-type-class .header-region .class-header .class-info-wrapper .class-info .text {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 100em) {
  .page-node-type-class .header-region .class-header .class-info-wrapper .class-info .text {
    line-height: 23px;
  }
}
.page-node-type-class .header-region .class-header.long-description .class-info {
  max-width: 700px;
  overflow-y: overlay;
}
.page-node-type-class .header-region .class-header.long-description h1 {
  margin-top: 0;
  margin-bottom: 15px !important;
}
.page-node-type-class .header-region .class-header.long-description h1 > span {
  font-size: 32px !important;
}
.page-node-type-class .header-region .class-header.long-description .description {
  line-height: 1.3;
  margin-bottom: 20px !important;
}
.page-node-type-class .header-region .change-locations {
  padding: 35px 30px;
  width: 100%;
  background-color: #ebebeb;
}
.page-node-type-class .header-region .change-locations .description {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-node-type-class .header-region .change-locations .description {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-node-type-class .header-region .change-locations .description h3 {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 62em) {
  .page-node-type-class .header-region .change-locations .description h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.page-node-type-class .header-region .change-locations .description h3 span {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}
@media (max-width: 767px) {
  .page-node-type-class .header-region .change-locations .description h3 span {
    font-size: 18px;
    line-height: 20px;
    display: block;
  }
}
.page-node-type-class .header-region .change-locations .description .help-text {
  font-size: 16px;
  font-family: "Verdana", sans-serif;
  line-height: 24px;
  color: #231f20;
}
.page-node-type-class .header-region .change-locations .description .switcher {
  font-size: 20px;
  padding: 14px 40px;
  text-transform: none;
  max-height: 56.6px;
  z-index: 10;
  overflow: hidden;
  transition: all 0.6s ease-in-out, background-color 0.2s ease-in-out;
}
.page-node-type-class .header-region .change-locations .description .switcher:active, .page-node-type-class .header-region .change-locations .description .switcher:focus, .page-node-type-class .header-region .change-locations .description .switcher:hover {
  background-color: #0060af;
  opacity: 1;
  box-shadow: none;
}
@media (max-width: 767px) {
  .page-node-type-class .header-region .change-locations .description .switcher {
    margin-top: 1em;
  }
}
@media (min-width: 992px) {
  .page-node-type-class .header-region .change-locations .description .switcher {
    right: 40px;
    top: 0;
    left: auto;
  }
}
@media (min-width: 530px) and (max-width: 991px) {
  .page-node-type-class .header-region .change-locations .description .switcher {
    top: 110px;
  }
}
.page-node-type-class .header-region .change-locations .collapsible {
  position: relative;
}
.page-node-type-class .header-region .change-locations .collapsible__label {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
@media (max-width: 991px) {
  .page-node-type-class .header-region .change-locations .collapsible__label.select-location {
    margin-bottom: 80px;
  }
}
.page-node-type-class .header-region .change-locations .collapsible__content {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  display: block;
}
.page-node-type-class .header-region .change-locations .collapsible.opened .collapsible__content {
  opacity: 1;
  max-height: 800px;
  margin-top: 10px;
  height: auto;
  display: block;
}
.page-node-type-class .header-region .change-locations .collapsible.opened .select-location .switcher {
  opacity: 0;
  z-index: -1;
  margin-bottom: -56.6px;
}
.page-node-type-class .header-region .change-locations .collapsible.closed .collapsible__content {
  opacity: 0;
  max-height: 0;
  margin-top: 10px;
}
.page-node-type-class .header-region .change-locations .collapsible.closed .select-location .switcher {
  display: block;
  margin-bottom: 0;
}
.page-node-type-class .header-region .change-locations .collapsible.closed .select-location .switcher:hover {
  background-color: #1b4a84;
}
.page-node-type-class .header-region .change-locations .collapsible.branch-map.opened__content {
  height: 460px;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form {
  margin-bottom: 40px;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form legend {
  border: none;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch {
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch > h3 {
  display: none;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch .form-item-branch {
  width: 100%;
  display: flex;
  line-height: 20px;
  padding: 7px 15px 7px 10px;
  position: relative;
}
@media (min-width: 420px) and (max-width: 767px) {
  .page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch .form-item-branch {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch .form-item-branch {
    width: 33.33%;
  }
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch .form-item-branch:hover {
  background-color: #ebebeb;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch .form-item-branch input {
  margin: 7px 0 0 0;
  position: absolute;
  top: 5px;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form #edit-branch .form-item-branch label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding-left: 20px;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions {
  display: flex;
  flex-direction: row;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .switcher {
  text-transform: lowercase;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
  }
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-submit {
  font-size: 20px !important;
  padding: 15px 30px;
  text-transform: none;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-submit:active, .page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-submit:focus, .page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-submit:hover {
  background-color: #1b4a84;
  opacity: 1;
  box-shadow: none;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-close {
  background-color: transparent;
  color: #1b4a84;
  font-size: 18px;
  padding: 15px;
  display: inline-block;
  margin-left: 0.5em;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-close:active, .page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-close:focus, .page-node-type-class .header-region .change-locations .ygs-popups-class-branches-form .form-actions .btn-close:hover {
  background-color: #1b4a84;
  color: #fff;
}
.page-node-type-class .header-region .change-locations .branch-map .openy-map-wrapper {
  margin-bottom: 40px;
}
.page-node-type-class .header-region .change-locations .branch-map .fa-map,
.page-node-type-class .header-region .change-locations .branch-map .more,
.page-node-type-class .header-region .change-locations .branch-map .less {
  color: #0060af;
}
.page-node-type-class .header-region .change-locations .branch-map.opened .more {
  display: none;
}
.page-node-type-class .header-region .change-locations .branch-map.opened .less {
  display: inline-block;
}
.page-node-type-class .header-region .change-locations .branch-map.closed .more {
  display: inline-block;
}
.page-node-type-class .header-region .change-locations .branch-map.closed .less {
  display: none;
}
.page-node-type-class .header-region .change-locations .branch-map span {
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}
.page-node-type-class .main-region {
  background-color: #fff;
  padding: 40px 0;
  width: 100%;
}
.page-node-type-class .main-region > h1 {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  margin-top: 40px;
  margin-bottom: 25px;
}

.marker_tooltip article.node .node__content address.wrapper-field-location-address .field-location-address .address {
  margin-left: 0;
}

.class-page-schedule .sidebar-card {
  position: relative;
}
.class-page-schedule h2 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: normal;
  margin-top: 18px;
  margin-bottom: 1px;
  max-width: 284px;
  text-transform: none;
}
.class-page-schedule h3 {
  color: #636466;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 25px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-right: 70px;
  text-transform: uppercase;
}
.class-page-schedule .edit-class-sch {
  display: inline-block;
  padding-left: 10px;
  color: #0089d0;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}
.class-page-schedule .phone {
  letter-spacing: 2px;
  padding-bottom: 35px;
}
.class-page-schedule .facility-name {
  margin-top: -30px;
}
.class-page-schedule .facility-text {
  margin-top: -30px;
  padding-bottom: 35px;
}
.class-page-schedule ul {
  padding-left: 0;
  list-style: none;
}
.class-page-schedule ul .class_end {
  padding-top: 4px;
  font-size: 15px;
  color: #4a4a4a;
}
.class-page-schedule .btn, .class-page-schedule .button {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-top: 19px;
  white-space: normal;
  color: white;
}
.class-page-schedule .starting-from {
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  margin-bottom: 15px;
  font-size: 16px;
}
.class-page-schedule .reg-date {
  color: #4f4f4f;
}
.class-page-schedule .reg-date.end {
  margin-bottom: 20px;
}
.class-page-schedule .tier-prices {
  margin-bottom: 15px;
}
.class-page-schedule .tier-prices .tier-price {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.class-page-schedule .ticket {
  color: #5c2e91;
  margin-top: 10px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.class_price,
.class_time,
.class_days {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.class_price:first-child {
  margin-top: 35px;
}

.node--type-class.node--view-mode-teaser h2, .node--type-class.node--view-mode-teaser h3 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0089d0;
  margin: 40px 0 27px;
}
.node--type-class.node--view-mode-teaser p {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}

.class-page-other-sessions {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .class-page-other-sessions {
    margin-bottom: 82px;
  }
}
.class-page-other-sessions .session .name {
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}

.active-net__teasers .active-net__teasers-list,
.active-net__teasers .flexreg__teasers-list,
.flexreg__teasers .active-net__teasers-list,
.flexreg__teasers .flexreg__teasers-list {
  width: 100%;
}
.active-net__teasers .btn, .active-net__teasers .button,
.flexreg__teasers .btn,
.flexreg__teasers .button {
  color: #fff;
  font-size: 16px;
}
.active-net__teasers .c-tooltip:hover .c-tooltip-content,
.flexreg__teasers .c-tooltip:hover .c-tooltip-content {
  display: block;
}
.active-net__teasers .c-tooltip .c-tooltip-content,
.flexreg__teasers .c-tooltip .c-tooltip-content {
  display: none;
  position: absolute;
  background-color: #000;
  opacity: .7;
  color: white;
  padding: 15px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .active-net__teasers .c-tooltip .c-tooltip-content,
  .flexreg__teasers .c-tooltip .c-tooltip-content {
    opacity: 1;
  }
}
.active-net__teasers .c-tooltip i,
.flexreg__teasers .c-tooltip i {
  font-size: 28px;
}

.active-net__teasers__header {
  margin-bottom: 40px;
}
.active-net__teasers__header h2 {
  font-size: 27px;
  line-height: 43px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
}
@media (min-width: 62em) {
  .active-net__teasers__header h2 {
    font-size: 36px;
  }
}
.active-net__teasers__header h2 a {
  font-size: 18px;
  font-family: "Verdana", sans-serif;
  color: #0060af;
  margin-left: auto;
  align-self: center;
  text-transform: none;
}
.active-net__teasers__header span {
  font-size: 20px;
}
.active-net__teasers.empty .message {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
.active-net__teasers.empty .message p {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
.active-net__teasers.empty .message p a {
  color: #00aeef;
}
.active-net__teasers.empty .message form label {
  display: none;
}
.active-net__teasers.empty .message form .form-item {
  max-width: 350px;
  margin-right: -6px;
}
.active-net__teasers.empty .message form * {
  display: inline-block;
}
.active-net__teasers.empty .message form .form-submit {
  padding: 6px 20px;
  font-size: 18px;
}
.active-net__teasers .schedules-data__row:nth-child(even) {
  background-color: #f0faF9;
}
.active-net__teaser .column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .active-net__teaser .column {
    flex: 0 0 100%;
  }
}
.active-net__teaser .time {
  font-family: "Verdana", sans-serif;
  color: #000;
  line-height: 24px;
}
.active-net__teaser .time .date {
  font-size: 14px;
  font-weight: bolder;
}
.active-net__teaser .time .session-name {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
}
.active-net__teaser .time .class-runs {
  text-transform: none;
}
.active-net__teaser .days span {
  font-size: 14px !important;
  color: #000;
  line-height: 24px;
  font-weight: bolder;
}
.active-net__teaser .instructor span {
  font-size: 14px !important;
}
.active-net__teaser .price {
  font-size: 14px;
}
.active-net__teaser .name {
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}
.active-net__teaser .description {
  margin-bottom: 15px;
}

.flexreg__teaser {
  border-bottom: 1px solid #eeeeee;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.flexreg__teaser td {
  padding: 10px 0;
}
.flexreg__teaser .name {
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}
.flexreg__teaser .description {
  margin-bottom: 15px;
}
.flexreg__teaser .days {
  width: 60%;
}
.flexreg__teaser .more-info {
  padding: 0 10px;
}
.flexreg__teaser .more-info a {
  color: #4f4f4f;
  text-decoration: underline;
}
.flexreg__teaser .register {
  padding: 0 10px;
}
.flexreg__teaser .register a {
  color: #4f4f4f;
  text-decoration: underline;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}

.table-sessions {
  margin: 0 auto;
}
.table-sessions td,
.table-sessions th {
  padding: 5px;
}

.more-information-card {
  margin-bottom: 82px;
}
.more-information-card h3 {
  font-size: 20px;
  margin: 0 0 15px;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
}
@media (min-width: 48em) {
  .more-information-card h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.more-information-card .ages_range {
  margin: 0 0 15px;
  line-height: 17px;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}
@media (min-width: 48em) {
  .more-information-card .ages_range {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 19px;
  }
}
.more-information-card .description {
  margin-bottom: 30px;
  padding-right: 15px;
}
@media (min-width: 62em) {
  .more-information-card .description {
    padding-right: 0;
  }
}
.more-information-card .description p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Cachet W01 Book", Verdana,sans-serif;
}
@media (min-width: 48em) {
  .more-information-card .description p {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-node-type-class .layout-container {
  background-color: #ebebeb;
}

.footer-region {
  padding: 40px 0;
  background-color: #ebebeb;
}
.footer-region .more-classes {
  margin-bottom: 44px;
}
.footer-region .more-classes > h2 {
  margin-bottom: 44px;
  font-size: 36px;
  line-height: 43px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card {
  background-color: #fff;
  border: #9b9b9b solid 1px;
  box-sizing: border-box;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .title {
  padding: 36px 30px;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .title h3 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "Cachet W01 Book", Verdana,sans-serif;
}
@media (min-width: 48em) {
  .footer-region .more-classes .class-list-by-activity .views-row .slide-card .title h3 {
    font-size: 24px;
  }
}
@media (min-width: 62em) {
  .footer-region .more-classes .class-list-by-activity .views-row .slide-card .title h3 {
    font-size: 27px;
  }
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .title h3 a {
  color: #fff;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .title h3 a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .card-body {
  padding: 30px;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .card-body .field-class-description {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .card-body .find-class {
  position: absolute;
  bottom: 20px;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .card-body .find-class a {
  font-size: 18px;
}
.footer-region .more-classes .class-list-by-activity .views-row .slide-card .card-body .find-class a:hover, .footer-region .more-classes .class-list-by-activity .views-row .slide-card .card-body .find-class a:active, .footer-region .more-classes .class-list-by-activity .views-row .slide-card .card-body .find-class a:focus {
  text-decoration: none;
}
.footer-region .more-classes .class-list-by-activity .views-row:nth-child(1n) .title {
  background-color: #01A490;
}
.footer-region .more-classes .class-list-by-activity .views-row:nth-child(2n) .title {
  background-color: #5c2e91;
}
.footer-region .more-classes .class-list-by-activity .views-row:nth-child(3n) .title {
  background-color: #0089d0;
}
.footer-region .more-classes .class-list-by-activity .slick-arrow {
  background: none;
  color: #fff;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -7px;
}
.footer-region .more-classes .class-list-by-activity .slick-arrow:before {
  color: #fff;
  content: "";
}
@media (min-width: 48em) {
  .footer-region .more-classes .class-list-by-activity .slick-arrow {
    height: 70px;
    width: 50px;
  }
}
.footer-region .more-classes .class-list-by-activity .slick-arrow .fa {
  font-size: 36px;
}
.footer-region .more-classes .class-list-by-activity .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 48em) {
  .footer-region .more-classes .class-list-by-activity .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media (min-width: 62em) {
  .footer-region .more-classes .class-list-by-activity .slick-arrow.slick-prev {
    left: -35px;
  }
}
.footer-region .more-classes .class-list-by-activity .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 48em) {
  .footer-region .more-classes .class-list-by-activity .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (min-width: 62em) {
  .footer-region .more-classes .class-list-by-activity .slick-arrow.slick-next {
    right: -35px;
  }
}
.footer-region .more-classes .class-list-by-activity .slick-arrow.slick-disabled {
  visibility: hidden !important;
}

.field-prgf-title,
.field-prgf-nu-title,
.field-prgf-whay-title,
.field-prgf-fc-title {
  text-align: center;
  width: 100%;
  clear: both;
}
.field-prgf-title h2,
.field-prgf-nu-title h2,
.field-prgf-whay-title h2,
.field-prgf-fc-title h2 {
  font-weight: 600;
  line-height: lh(30, 26);
  color: #636466;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 0) and (max-width: 75em) {
  .field-prgf-title h2,
  .field-prgf-nu-title h2,
  .field-prgf-whay-title h2,
  .field-prgf-fc-title h2 {
    font-size: 25px;
  }
}
.field-prgf-title.mobile h2,
.field-prgf-nu-title.mobile h2,
.field-prgf-whay-title.mobile h2,
.field-prgf-fc-title.mobile h2 {
  font-size: 28px;
  margin-bottom: -15px;
}

#schedules-search-form-wrapper .ajax-progress-throbber {
  background-color: #232323;
  background-image: url(/core/misc/loading-small.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  height: 24px;
  left: 49%;
  opacity: 0.9;
  padding: 4px;
  position: fixed;
  top: 48.5%;
  width: 24px;
  z-index: 1000;
}
#schedules-search-form-wrapper .ajax-progress-throbber .throbber,
#schedules-search-form-wrapper .ajax-progress-throbber .message {
  display: none;
}
#schedules-search-form-wrapper .schedule-title {
  clear: both;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 36em) {
  #schedules-search-form-wrapper .schedule-title {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 260px);
  }
}
#schedules-search-form-wrapper .controls-wrapper {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #bfe1f3;
}
#schedules-search-form-wrapper .controls-wrapper a {
  display: inline-block;
  padding: 3px 15px;
}
#schedules-search-form-wrapper form {
  background-color: #bfe1f3;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper form {
    background-color: #ebebeb;
    margin-bottom: 40px;
  }
}
#schedules-search-form-wrapper .selects-container {
  padding-bottom: 8px;
  padding-top: 15px;
}
#schedules-search-form-wrapper .js-form-type-select {
  float: left;
  display: inline-block;
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select {
    padding: 0 0 15px;
    margin-right: 18px;
    width: 147px;
  }
}
#schedules-search-form-wrapper .js-form-type-select label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select label {
    margin-bottom: 5px;
  }
}
#schedules-search-form-wrapper .js-form-type-select select {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
#schedules-search-form-wrapper .js-form-type-select.form-item-location {
  padding: 15px 0 25px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select.form-item-location {
    padding: 0 0 15px;
    width: 150px;
  }
}
#schedules-search-form-wrapper .js-form-type-select.form-item-age {
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select.form-item-age {
    width: 70px;
  }
}
#schedules-search-form-wrapper .js-form-type-select.form-item-time {
  padding: 15px 0 25px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select.form-item-time {
    margin-right: 0;
    padding: 0 0 15px;
    width: 90px;
  }
}
#schedules-search-form-wrapper .form-item-display {
  float: left;
  padding: 2px 0 6px;
}
@media (min-width: 48em) and (max-width: 75em) {
  #schedules-search-form-wrapper .form-item-display {
    margin-left: 18px;
  }
}
#schedules-search-form-wrapper .js-form-type-textfield {
  float: left;
  display: inline-block;
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-textfield {
    padding: 0 0 15px;
    margin-right: 18px;
    width: 110px;
  }
}
#schedules-search-form-wrapper .js-form-type-textfield label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-textfield label {
    margin-bottom: 5px;
  }
}
#schedules-search-form-wrapper .js-form-type-textfield input {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  width: 100%;
}
#schedules-search-form-wrapper .js-form-type-textfield .hasDatepicker {
  background: #fff url("../img/input_calc_icon.png") no-repeat 95% center;
  padding-right: 20px;
  padding-left: 5px;
}
#schedules-search-form-wrapper .js-form-type-textfield .hasDatepicker[readonly], #schedules-search-form-wrapper .js-form-type-textfield .hasDatepicker[disabled] {
  background-color: inherit;
}
#schedules-search-form-wrapper .selects-container hr {
  border-color: #636466;
  margin: 0 0 12px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .selects-container hr {
    display: none;
  }
}
#schedules-search-form-wrapper .actions-wrapper {
  padding-top: 23px;
  padding-bottom: 23px;
}
#schedules-search-form-wrapper .actions-wrapper input {
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 0;
  width: 100%;
}
#schedules-search-form-wrapper .filters-main-wrapper {
  clear: both;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-main-wrapper {
    background-color: rgba(0, 136, 208, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#schedules-search-form-wrapper .filters-container {
  clear: both;
  position: relative;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-container {
    margin-top: 0;
  }
}
#schedules-search-form-wrapper .filters-container > .filters-container {
  padding-left: 0;
  padding-right: 0;
  position: static;
  width: 100%;
}
#schedules-search-form-wrapper .filters-container .reset-wrapper {
  position: absolute;
  right: 35px;
  top: 4px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-container .reset-wrapper {
    top: 0;
    right: 0;
  }
}
#schedules-search-form-wrapper .filters-container .reset-wrapper .clear {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: none;
  border: none;
  color: #0089d0;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-container .reset-wrapper .clear {
    text-transform: uppercase;
  }
}
#schedules-search-form-wrapper .filters-wrapper {
  padding-bottom: 5px;
  border-top: 1px solid #636466;
  padding-top: 5px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
  }
}
#schedules-search-form-wrapper .filters-wrapper .label {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
  padding: 0;
  text-align: left;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .label {
    display: inline-block;
  }
}
#schedules-search-form-wrapper .filters-wrapper .filters {
  display: inline-block;
}
#schedules-search-form-wrapper .filters-wrapper .filters .filter {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: #fff;
  border-radius: 4px;
  color: #00aeef;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 5px 10px 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .filters .filter {
    margin: 5px 20px 5px 0;
    color: #4f4f4f;
  }
}
#schedules-search-form-wrapper .filters-wrapper .filters .filter .remove {
  margin-left: 10px;
  line-height: 30px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .filters .filter .remove {
    margin-left: 15px;
  }
}
#schedules-search-form-wrapper .filters-wrapper .filters .filter .remove .fa {
  font-size: 13px;
  color: #0089d0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .filters .filter .remove .fa {
    font-size: 16px;
  }
}
#schedules-search-form-wrapper .results h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .results h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
#schedules-search-form-wrapper .results h2 em {
  font-style: normal;
}
#schedules-search-form-wrapper .results .group_time {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #5c2e91;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .results .group_time {
    font-size: 30px;
  }
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider {
  margin: 0 0 45px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider {
    margin: 0 25px 55px;
  }
}
@media (min-width: 50.5em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider {
    margin: 0 0 55px;
  }
}
@media (min-width: 62em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider {
    margin: 0 25px 55px;
  }
}
@media (min-width: 64.5em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider {
    margin: 0 0 55px;
  }
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -7px;
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow:before {
  color: #00aeef;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow {
    height: 70px;
    width: 50px;
  }
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow .fa {
  font-size: 30px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow .fa {
    font-size: 30px;
  }
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-prev {
    left: -45px;
  }
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-next {
    right: -45px;
  }
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-dots {
  margin-top: 10px;
  position: static;
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
#schedules-search-form-wrapper .results .schedule-sessions-group-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}
#schedules-search-form-wrapper .results .week-control {
  font-size: 16px;
}
#schedules-search-form-wrapper .results .week-control.prev-week {
  float: left;
}
#schedules-search-form-wrapper .results .week-control.next-week {
  float: right;
}
#schedules-search-form-wrapper .results .views-row {
  border: 1px solid #c6168d;
  margin: 0 15px;
  height: auto;
  outline: none;
  text-decoration: none;
  padding: 15px;
  position: relative;
}
#schedules-search-form-wrapper .results .views-row .included-in-membership {
  background: url("../img/included-in-membership.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 90px;
}
#schedules-search-form-wrapper .results .views-row .included-in-membership-text {
  height: 32px;
  font-size: 11px;
  width: calc(100% + 30px);
  text-align: center;
  margin-left: -15px;
  margin-top: -15px;
  color: #333333;
}
#schedules-search-form-wrapper .results .views-row .included-in-membership-text span {
  height: inherit;
  background: #fcaf17;
  display: block;
  padding-top: 7px;
}
#schedules-search-form-wrapper .results .views-row .program {
  margin-top: 20px;
  font-weight: bold;
  color: #636466;
}
#schedules-search-form-wrapper .results .views-row .ticket {
  color: #5c2e91;
  margin-top: 10px;
  display: block;
}
#schedules-search-form-wrapper .results .views-row h3 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #0089d0;
  font-size: 22px;
  letter-spacing: -0.8px;
  line-height: 1;
  margin: 20px 0 27px;
  white-space: normal;
}
#schedules-search-form-wrapper .results .views-row p,
#schedules-search-form-wrapper .results .views-row .node__content,
#schedules-search-form-wrapper .results .views-row .facility-text,
#schedules-search-form-wrapper .results .views-row .time,
#schedules-search-form-wrapper .results .views-row .age-string {
  color: #636466;
}
#schedules-search-form-wrapper .results .views-row p {
  font-size: 15px;
  line-height: 1.5;
}
#schedules-search-form-wrapper .results .views-row img {
  display: none;
}
#schedules-search-form-wrapper .branch-hours-wrapper {
  margin-bottom: 10px;
}
#schedules-search-form-wrapper .branch-hours-wrapper .slick-slider {
  padding: 0 30px;
}
#schedules-search-form-wrapper .branch-hours-wrapper .slick-track {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 36em) {
  #schedules-search-form-wrapper .branch-hours-wrapper .slick-track {
    flex-wrap: nowrap;
  }
}
#schedules-search-form-wrapper .branch-hours-wrapper .slick-slide {
  display: -webkit-flex;
  display: flex;
  height: auto;
}
#schedules-search-form-wrapper .branch-hours-wrapper .row-eq-height, #schedules-search-form-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .fieldset-wrapper > div {
  margin: 0 10px 10px 0;
}
#schedules-search-form-wrapper .branch-hours-wrapper .row-eq-height .slick-arrow, #schedules-search-form-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-arrow, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-arrow {
  color: #00aeef;
}
#schedules-search-form-wrapper .branch-hours-wrapper .row-eq-height .slick-arrow:hover:before, #schedules-search-form-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-arrow:hover:before, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-arrow:hover:before {
  color: #00aeef;
}
#schedules-search-form-wrapper .branch-hours-wrapper .row-eq-height .slick-arrow:before, #schedules-search-form-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-arrow:before, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-arrow:before {
  color: #00aeef;
}
#schedules-search-form-wrapper .branch-hours-wrapper .row-eq-height .slick-next, #schedules-search-form-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-next, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-next,
#schedules-search-form-wrapper .branch-hours-wrapper .row-eq-height .slick-prev,
#schedules-search-form-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-prev,
.modal-body #schedules-search-form-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-prev {
  z-index: 100;
}
#schedules-search-form-wrapper .branch-hours-wrapper .row-eq-height .slick-next, #schedules-search-form-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-next, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-next {
  text-align: right;
}
#schedules-search-form-wrapper .branch-hours-wrapper .card {
  background-color: #f15922;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#schedules-search-form-wrapper .branch-hours-wrapper .card h4 {
  font-size: 20px;
  line-height: 17px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
#schedules-search-form-wrapper .branch-hours-wrapper .card p {
  font-size: 30px;
  line-height: 1.15;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
#schedules-search-form-wrapper .branch-hours-wrapper .col-sm-2 h4 {
  font-size: 14px;
}
#schedules-search-form-wrapper .branch-hours-wrapper .col-sm-2 p {
  font-size: 20px;
}
@media (min-width: 0) and (max-width: 48em) {
  #schedules-search-form-wrapper .branch-hours-wrapper .row {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #schedules-search-form-wrapper .branch-hours-wrapper .row .row-eq-height, #schedules-search-form-wrapper .branch-hours-wrapper .row .modal-body .fieldset-wrapper > div, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .row .fieldset-wrapper > div {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #schedules-search-form-wrapper .branch-hours-wrapper .row .row-eq-height h4, #schedules-search-form-wrapper .branch-hours-wrapper .row .modal-body .fieldset-wrapper > div h4, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .row .fieldset-wrapper > div h4 {
    font-size: 20px;
    white-space: normal;
  }
  #schedules-search-form-wrapper .branch-hours-wrapper .row .row-eq-height p, #schedules-search-form-wrapper .branch-hours-wrapper .row .modal-body .fieldset-wrapper > div p, .modal-body #schedules-search-form-wrapper .branch-hours-wrapper .row .fieldset-wrapper > div p {
    font-size: 30px;
    white-space: normal;
  }
}

.print-schedule {
  float: right;
}

.schedules-data,
.schedule-dashboard__pager,
.schedule-dashboard__top-header,
.schedule-dashboard__modal--body {
  font-size: 14px !important;
}

.schedules-data__row span {
  font-size: 12px !important;
}

.schedule-dashboard-extra-charges {
  font-size: 80%;
  font-weight: normal;
}
.schedule-dashboard-extra-charges:before {
  content: " ";
  background-image: url("../img/icons/icon-dollar.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.schedule-dashboard__wrapper {
  margin: 0;
}
.schedule-dashboard__wrapper .schedules-filters {
  width: 100%;
}
@media (max-width: 767.98px) {
  .schedule-dashboard__wrapper > .container > .row {
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 48em) {
  .schedule-dashboard__wrapper .navbar-collapse form.navbar-form {
    margin: 8px 0;
  }
}
.schedule-dashboard__wrapper .navbar-controls {
  margin-bottom: .7rem;
}
.schedule-dashboard__wrapper .navbar .form-group-wrapper label .plus {
  display: inline;
}
.schedule-dashboard__wrapper .navbar .form-group-wrapper label .minus {
  display: none;
}
.schedule-dashboard__wrapper .navbar .form-group-wrapper label.expand .plus {
  display: none;
}
.schedule-dashboard__wrapper .navbar .form-group-wrapper label.expand .minus {
  display: inline;
}
.schedule-dashboard__wrapper .navbar .card-body {
  padding: 0;
}
.schedule-dashboard__wrapper .navbar .card-body p {
  font-family: Verdana, Arial, Helvetica, Geneva sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.schedule-dashboard__wrapper .navbar .card-body p .badge {
  padding: .3em .5em;
  color: white;
}
.schedule-dashboard__wrapper .schedules-data__row {
  color: #656565;
}
.schedule-dashboard__wrapper .schedules-data__row:nth-child(even) {
  background-color: #f0faf9;
}
.schedule-dashboard__wrapper .schedules-data__row > div {
  flex: 0 0 50%;
  padding: 8px 20px;
  max-width: none;
}
@media (min-width: 0) and (max-width: 62em) {
  .schedule-dashboard__wrapper .schedules-data__row > div:nth-child(even) {
    text-align: right !important;
  }
}
.schedule-dashboard__wrapper .schedules-data__row .time {
  font-weight: bold;
}
.schedule-dashboard__wrapper .schedules-data__row .atcb-link {
  color: #0060af;
  font-weight: normal;
}
.schedule-dashboard__wrapper .schedules-data__row .instructor-column .instructor-substitute {
  color: #000;
}
.schedule-dashboard__wrapper .schedules-data__row .instructor-column .instructor-substitute span {
  color: #ed1c24;
}
.schedule-dashboard__wrapper .schedules-data__row .register-column a:hover,
.schedule-dashboard__wrapper .schedules-data__row .register-column a:active,
.schedule-dashboard__wrapper .schedules-data__row .register-column a:focus {
  background-color: #0060ad;
  opacity: .8;
}
.schedule-dashboard__wrapper .schedules-data__row .register-column .canceled {
  color: #000;
}
@media (min-width: 0) and (max-width: 62em) {
  .schedule-dashboard__wrapper .schedules-data__row .register-column .canceled {
    text-align: left;
  }
}
.schedule-dashboard__wrapper .schedules-data__row .register-column .reserve-btn {
  background-color: #0060ad;
  border-radius: 0;
  font-weight: normal;
  padding-top: 6px;
}
.schedule-dashboard__wrapper .schedules-data__row .spots {
  color: #333333;
  font-weight: bold;
  margin: 10px 0;
}
.schedule-dashboard__wrapper .schedules-data__row .spots-info {
  font-weight: normal;
  font-size: 90%;
  margin-top: 10px;
}
.schedule-dashboard__wrapper .schedules-data__row .spots-info-date {
  font-weight: bold;
}

.schedule-locations__wrapper .openy-card__item svg {
  margin-right: 10px;
}

@media (min-width: 62em) {
  .schedules-data .schedules-data__header > div, .schedules-data .schedules-data__row > div {
    flex: 1 0 0;
  }
  .schedules-data .schedules-data__header > .classname-column, .schedules-data .schedules-data__row > .classname-column {
    flex-grow: 2;
  }

  .schedules-data__cols-5 .schedules-data__header > div, .schedules-data__cols-5 .schedules-data__row > div, .schedules-data__cols-6 .schedules-data__header > div, .schedules-data__cols-6 .schedules-data__row > div, .schedules-data__cols-7 .schedules-data__header > div, .schedules-data__cols-7 .schedules-data__row > div {
    padding: 24px 10px;
    max-width: none;
  }
  .schedules-data__cols-5 .schedules-data__header > div.time-column, .schedules-data__cols-5 .schedules-data__row > div.time-column, .schedules-data__cols-6 .schedules-data__header > div.time-column, .schedules-data__cols-6 .schedules-data__row > div.time-column, .schedules-data__cols-7 .schedules-data__header > div.time-column, .schedules-data__cols-7 .schedules-data__row > div.time-column {
    word-break: break-word;
  }

  .schedules-data__cols-5 .schedules-data__header > div, .schedules-data__cols-5 .schedules-data__row > div {
    padding: 24px 12px;
  }

  .schedule-dashboard__content.main-table {
    font-size: 95%;
  }
  .schedule-dashboard__content.main-table .schedules-data {
    letter-spacing: -0.4px;
  }
}
@media (min-width: 75em) {
  .schedule-dashboard__content.main-table {
    font-size: 100%;
  }
}
.schedule-dashboard__sidebar {
  background-color: unset;
}
.schedule-dashboard__sidebar .navbar-controls__title {
  color: var(--ylb-color-dark-grey-1, darkgray);
}
.schedule-dashboard__sidebar #schedules-filters .navbar-form {
  padding: 0;
}
.schedule-dashboard__sidebar #schedules-filters .navbar-form .form-group-wrapper label {
  color: var(--ylb-color-dark-grey-1, darkgray);
}
.schedule-dashboard__sidebar #schedules-filters .navbar-form .form-group-wrapper label .header-today {
  font-size: 12px;
  font-weight: 400;
  color: var(--ylb-color-dark-grey-1, darkgray);
}
.schedule-dashboard__sidebar #schedules-filters .navbar-form .checkboxes .checkbox-wrapper {
  padding: unset;
}
@media (min-width: 48em) {
  .schedule-dashboard__sidebar #schedules-filters .navbar-form .checkboxes .checkbox-wrapper {
    padding-left: 15px;
  }
}
.schedule-dashboard__sidebar #schedules-filters .navbar-form .checkboxes .checkbox-wrapper input:checked + label, .schedule-dashboard__sidebar #schedules-filters .navbar-form .checkboxes .checkbox-wrapper input:not(:checked) + label {
  font-size: 12px;
  line-height: 25px;
}
.schedule-dashboard__sidebar .date {
  padding: 15px 10px;
}

.schedule-dashboard__modal--location .btn, .schedule-dashboard__modal--location .button {
  display: inline-block;
}

.schedule-dashboard__modal .modal-dialog {
  top: 0;
  max-width: 750px;
}
.schedule-dashboard__modal .modal-content {
  bottom: unset;
  height: auto !important;
  max-height: 800px;
}
.schedule-dashboard__modal .schedule-dashboard__modal--body {
  height: 90%;
  max-height: 800px;
  overflow-y: auto;
  background-color: white;
}
.schedule-dashboard__modal .schedule-dashboard__modal--footer {
  position: relative;
  background-color: white;
}
.schedule-dashboard__modal .schedule-dashboard__modal--footer .btn, .schedule-dashboard__modal .schedule-dashboard__modal--footer .button {
  position: relative;
}
.schedule-dashboard__modal .schedule-dashboard__modal--footer .btn:active, .schedule-dashboard__modal .schedule-dashboard__modal--footer .button:active, .schedule-dashboard__modal .schedule-dashboard__modal--footer .btn:focus, .schedule-dashboard__modal .schedule-dashboard__modal--footer .button:focus, .schedule-dashboard__modal .schedule-dashboard__modal--footer .btn:hover, .schedule-dashboard__modal .schedule-dashboard__modal--footer .button:hover {
  background-color: var(--ylb-color-blue-dark, #0060ad);
  color: white;
  opacity: .8;
}
.schedule-dashboard__modal .schedule-dashboard__modal--header .close {
  background: var(--ylb-color-blue-dark, #0060ad) !important;
  padding: 10px;
  color: white;
  opacity: 1;
  max-height: 100%;
}

.schedule-dashboard__modal--body iframe {
  border: none;
}

.reserve-btn--disabled {
  background-color: #666666;
  cursor: default !important;
}
.reserve-btn--disabled:hover, .reserve-btn--disabled:active, .reserve-btn--disabled:focus, .reserve-btn--disabled:active:focus {
  background-color: #777777;
  opacity: 1;
}

.paragraph--type--repeat-schedules-loc .locations-footer {
  z-index: 1;
}
.paragraph--type--repeat-schedules-loc .js-locations-row {
  padding: 15px;
}
@media (min-width: 0) and (max-width: 62em) {
  .paragraph--type--repeat-schedules-loc .js-locations-row label {
    font-size: 12px;
    padding: 10px;
  }
}
.paragraph--type--repeat-schedules-loc .js-locations-row .options .row {
  display: flex;
  flex-wrap: wrap;
}

.modal-dialog:not(.hb-loc-modal__modal) .modal-content {
  height: auto !important;
}

.schedule-dashboard__arrow i.fa {
  display: inline-block;
  border-radius: 60px;
  padding: 0.3em 0.6em;
  border: 2px solid #f2f2f2;
}

.block-inline-blocklb-repeat-schedules a.btn, .block-inline-blocklb-repeat-schedules a.button {
  font-size: 16px;
  line-height: 24px;
}
.block-inline-blocklb-repeat-schedules .schedule-dashboard__content .schedules-data__row {
  padding: unset;
  border: unset;
}
.block-inline-blocklb-repeat-schedules .schedule-dashboard__content .schedules-data__row .register-column .register-btn:hover {
  color: white;
  opacity: .8;
}
.block-inline-blocklb-repeat-schedules .schedule-dashboard__content .schedules-data__row a:not(.btn):not(.button) {
  color: var(--ylb-color-blue-dark, #0060AF);
}

.locations-header {
  align-items: flex-end;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .locations-header {
    margin-bottom: 2rem;
  }
}
.locations-header h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .locations-header h4 {
    font-size: 18px;
  }
}

.openy-card__item label {
  border-color: #ccc;
  color: #4f4f4f;
}

.openy-card__item.selected label,
.openy-card__item.selected:hover label,
.openy-card__link:hover {
  color: white;
  border-color: #01A490;
  background: #01A490;
}

/* No results text. */
.openy-card__item.no-results small {
  color: #ed1c24;
}

.schedule-dashboard__sidebar {
  color: #333333;
}

.schedule-dashboard__sidebar .form-group-wrapper {
  border-color: #ccc;
}
.schedule-dashboard__sidebar .form-group-wrapper label.label-mobile-results {
  padding: 10px;
}

.schedule-dashboard__modal--body .table h4 {
  color: #0060af;
}

/*
 * Due to SASS interpolation we cannot use variables in the background "fill" property unless we upgrade to BS4 and require its libraries.
*/
/* Checkbox > checkmark icon (default). */
.schedule-dashboard__sidebar .checkboxes input + label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230060af' d='M0 0h24v24H0z'/%3E%3Cpath fill='white' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
  background-size: contain;
}

/* Material Icons + https://yoksel.github.io/url-encoder */
.schedule-dashboard__sidebar .checkboxes .checkbox-partial input + label:after {
  /* minus icon */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230060af' d='M0 0h24v24H0V0z'/%3E%3Cpath fill='white' d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E");
}

.schedule-dashboard__sidebar .checkboxes .checkbox-checked input + label:after {
  /* plus icon */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230060af' d='M0 0h24v24H0z'/%3E%3Cpath fill='white' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
}

.schedule-dashboard__sidebar .radios input + label:after {
  background-color: #0060af;
}

.schedule-dashboard__sidebar .tabs .checkbox-wrapper input:checked + label {
  background-color: #0060af;
}

/* row striping */
.schedule-dashboard__content .day-label {
  margin-top: 15px;
}
.schedule-dashboard__content .day-label h2 {
  display: flex;
  justify-content: space-between;
}

.calendar-column .atcb-list.active {
  visibility: visible !important;
  display: block !important;
}

body .branch-popup {
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  font-family: inherit;
  max-width: 750px;
  min-width: 300px;
  padding: 0;
  z-index: 1031 !important;
}
@media (min-width: 0) and (max-width: 48em) {
  body .branch-popup #drupal-modal {
    max-height: 90% !important;
  }
}
body .branch-popup .ui-dialog-titlebar {
  display: none;
}
body .branch-popup .ui-dialog-content {
  padding: 0;
  overflow-x: hidden;
}
body .branch-popup .ui-dialog-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-right: 15px;
  color: #5c2e91;
  width: 100%;
}
body .branch-popup .ui-dialog-content h3:after {
  content: ":";
}
body .branch-popup .ui-dialog-content .form-item-branch {
  line-height: 20px;
  padding: 7px 15px 7px 10px;
  position: relative;
}
body .branch-popup .ui-dialog-content .form-item-branch:hover {
  background-color: #ebebeb;
}
body .branch-popup .ui-dialog-content .form-item-branch input {
  margin: 7px 0 0 0;
  position: absolute;
  top: 5px;
}
body .branch-popup .ui-dialog-content .form-item-branch label {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding-left: 20px;
}
@media (min-width: 62em) {
  body .branch-popup .ui-dialog-content .branch-popup-map {
    position: relative;
    overflow: hidden;
    max-height: 100px;
    transition: max-height 0.3s;
  }
  body .branch-popup .ui-dialog-content .branch-popup-map:hover {
    max-height: 500px;
  }
}
body .branch-popup + .ui-widget-overlay {
  z-index: 1030 !important;
  opacity: 0.5;
}

.modal-body {
  overflow: hidden;
}
.modal-body + .modal-body {
  padding-top: 0;
  margin-top: -10px;
}
.modal-body .fieldset-legend {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
@media (min-width: 48em) {
  .modal-body .fieldset-legend {
    font-size: 24px;
  }
}
.modal-body .button {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  height: 40px;
  float: right;
  padding: 10px 20px;
}
.modal-body legend {
  border-bottom: 0;
  margin-bottom: 0;
}
.modal-body img {
  max-width: 100%;
  height: auto;
}
.modal-body .js-form-type-radio {
  display: inline-block;
  padding: 15px;
}
@media (min-width: 48em) {
  .modal-body .js-form-type-radio {
    width: 50%;
  }
}
@media (min-width: 75em) {
  .modal-body .js-form-type-radio {
    width: 33.33%;
  }
}
.modal-body .js-form-type-radio input {
  margin: 4px 5px 0 0;
  margin-top: 1px \9;
}
.modal-body .js-form-type-radio label {
  display: inline;
}

.ygs-popups-class-branches-form hr {
  margin: 0;
  width: 100%;
}

.schedule-dashboard__modal .modal-dialog {
  padding-right: 0 !important;
}

.ymca-seattle-page-with-lb #hb-loc-modal select {
  background: var(--ylb-color-white) url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjNWM2MDZiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzVjNjA2YiIgZD0iTTUwLjExMSw3Mi42NTljLTEuMDYxLDAtMi4wNzgtMC40MjItMi44MjktMS4xNzJMMTcuMjc1LDQxLjQ3NGMtMS41NjItMS41NjItMS41NjItNC4wOTUsMC4wMDEtNS42NTcgIGMxLjU2My0xLjU2Miw0LjA5Ni0xLjU2Miw1LjY1NywwbDI3LjE3OCwyNy4xODVsMjcuMTc4LTI3LjE4NWMxLjU2Mi0xLjU2Miw0LjA5NS0xLjU2Miw1LjY1NywwICBjMS41NjIsMS41NjIsMS41NjIsNC4wOTQsMC4wMDEsNS42NTdMNTIuOTQsNzEuNDg3QzUyLjE4OSw3Mi4yMzcsNTEuMTcyLDcyLjY1OSw1MC4xMTEsNzIuNjU5eiI+PC9wYXRoPjwvc3ZnPg==) no-repeat right 10px center;
  background-size: 25px;
  height: 50px !important;
}

.two-column-fixed .affix {
  top: 126px;
  position: static;
}
@media (min-width: 48em) {
  .two-column-fixed .affix {
    width: 220px;
    position: fixed;
  }
}
@media (min-width: 62em) {
  .two-column-fixed .affix {
    width: 294px;
  }
}
@media (min-width: 75em) {
  .two-column-fixed .affix {
    width: 360px;
  }
}
.toolbar-fixed .two-column-fixed .affix {
  top: 166px;
}

.embedded-entity {
  display: inline;
}
.embedded-entity .media-image.view-mode-link {
  display: inline;
}
.embedded-entity img {
  padding: 10px 0;
  height: auto;
  max-width: 100%;
  width: auto;
}

article[about="/403"] {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.imgrigth {
  float: right;
  margin-left: 10px;
}

a[href="#step2"] {
  pointer-events: none;
}

.views-element-container .nav-pills {
  display: table;
  width: 100%;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 13px;
}
@media (min-width: 48em) {
  .views-element-container .nav-pills {
    font-size: 20px;
    line-height: 42px;
  }
}
.views-element-container .nav-pills > li {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.views-element-container .nav-pills > li:last-child a {
  padding-left: 25px;
}
.views-element-container .nav-pills > li a {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  border-radius: 0;
  color: white;
  background-color: #92278f;
  width: calc(100% - 30px);
  text-align: center;
}
@media (min-width: 36em) {
  .views-element-container .nav-pills > li a {
    display: block;
  }
}
.views-element-container .nav-pills > li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.views-element-container .nav-pills > li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid  #92278f;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: -1px;
  left: 100%;
  z-index: 2;
}
.views-element-container .nav-pills > li a .nav-pills__text {
  position: relative;
  z-index: 3;
}
.views-element-container .nav-pills > li a[href="#step1"], .views-element-container .nav-pills > li a[href="#ygbwstep1"] {
  width: calc(100% - 15px);
}
.views-element-container .nav-pills > li.active a, .views-element-container .nav-pills > li:first-child a {
  background-color: #5c2e91;
}
.views-element-container .nav-pills > li:first-child a:after, .views-element-container .nav-pills > li.active a:after {
  border-left: 30px solid #5c2e91;
}

.views-view-membership .h1 {
  padding-bottom: 4px;
}
.views-view-membership .field-mbrshp-description {
  font-size: 15px;
  padding-bottom: 110px;
}
.views-view-membership .btn, .views-view-membership .button {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px;
}
.views-view-membership .text-center {
  margin-top: 40px;
}
.views-view-membership .text-center > .field-mbrshp-link {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .views-view-membership .text-center > .field-mbrshp-link {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .views-view-membership .text-center > .field-mbrshp-link:last-child {
    margin-right: 0;
  }
}
.views-view-membership .inner-wrapper .btn, .views-view-membership .inner-wrapper .button {
  display: block;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 30px);
}
.views-view-membership .inner-wrapper .btn:after, .views-view-membership .inner-wrapper .button:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #333;
  height: 1px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.views-view-membership .tab-content center img {
  max-width: 100%;
}
@media (min-width: 62em) {
  .views-view-membership .tab-content center img {
    max-width: none;
  }
}
.views-view-membership .description {
  margin-bottom: -0.5em;
}
.views-view-membership .col-sm-6 {
  margin-bottom: 20px;
}
@media (min-width: 36em) and (max-width: 48em) {
  .views-view-membership .col-sm-6 {
    width: 50%;
  }
}
.views-view-membership .col-sm-6 .contextual-region {
  position: static;
}
.views-view-membership .col-sm-6 .node--view-mode-teaser img {
  width: 100%;
}

.views-view-membership-2 .btn, .views-view-membership-2 .button {
  line-height: normal;
}

.view-mode-thumb-262-233 {
  margin-bottom: 1em;
}

.wrapper-field-membership-info {
  display: flex;
  flex-wrap: wrap;
}

.field-membership-info {
  flex-basis: 25%;
  margin-bottom: 5px;
}
@media (min-width: 48em) and (max-width: 62em) {
  .field-membership-info {
    flex-basis: 33.33%;
  }
}
@media (min-width: 0) and (max-width: 48em) {
  .field-membership-info {
    flex-basis: 100%;
  }
}
.field-membership-info input {
  vertical-align: middle;
  display: inline-block;
  margin: 10px;
}
.field-membership-info [class^="wrapper-"] > div {
  display: inline-block;
}
.field-membership-info [class^="label-"]:after {
  content: ":";
}
.field-membership-info .field-mbrshp-link {
  display: none;
}
.field-membership-info label {
  max-width: calc(100% - 40px);
  margin-bottom: 0;
  vertical-align: middle;
}

.membership-continue {
  display: none;
}

#membership-calc-wrapper h2.display-6 {
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 4px;
}
#membership-calc-wrapper .description {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
#membership-calc-wrapper .membership-type .card > .form-element-wrapper > label {
  align-self: end;
}
#membership-calc-wrapper .membership-type .btn-success {
  background-color: #5c2e91 !important;
}
#membership-calc-wrapper .nav-pills {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  white-space: nowrap;
  overflow: hidden;
}
#membership-calc-wrapper .nav-pills .nav-pills__text .sr-only-focusable {
  pointer-events: none;
}
#membership-calc-wrapper .nav-pills .nav-pills__text .sr-only-focusable:focus {
  box-shadow: unset;
}
@media (min-width: 0) and (max-width: 36em) {
  #membership-calc-wrapper .nav-pills {
    display: block;
  }
}
#membership-calc-wrapper .nav-pills > li {
  overflow: unset;
  margin-bottom: unset;
}
@media (min-width: 0) and (max-width: 36em) {
  #membership-calc-wrapper .nav-pills > li {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 0) and (max-width: 36em) {
  #membership-calc-wrapper .nav-pills > li div {
    width: 90%;
  }
}
#membership-calc-wrapper .nav-pills > li div:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 36em) {
  #membership-calc-wrapper .nav-pills > li div:before {
    display: block;
  }
}
#membership-calc-wrapper .nav-pills > li div:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid #c6168d;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: -1px;
  left: 100%;
  z-index: 2;
}
@media (min-width: 0) and (max-width: 36em) {
  #membership-calc-wrapper .nav-pills > li div:after {
    display: block;
  }
}
#membership-calc-wrapper .pull-right {
  margin-bottom: 20px;
}
#membership-calc-wrapper .field-location-address {
  padding-left: unset;
}
#membership-calc-wrapper .field-location-address p {
  font-size: 14px;
}
#membership-calc-wrapper .membership-calc__body {
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 992px) {
  #membership-calc-wrapper .membership-calc__body {
    flex-direction: column;
  }
}
#membership-calc-wrapper .membership-calc__body .form-item {
  margin: 0;
}
#membership-calc-wrapper .membership-calc__body .form-item-location,
#membership-calc-wrapper .membership-calc__body .map-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#membership-calc-wrapper .membership-calc__body .map-wrapper .openy-map {
  min-height: 430px;
  margin-bottom: 24px;
}
#membership-calc-wrapper .membership-calc__body .form-item-location {
  font-family: var(--ylb-font-family-verdana), serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
}
#membership-calc-wrapper .membership-calc__body .form-item-location .description,
#membership-calc-wrapper .membership-calc__body .form-item-location select {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}
#membership-calc-wrapper .membership-calc__body .form-item-location .select-wrapper:before {
  display: none;
}
#membership-calc-wrapper .step-title {
  display: none;
}

.camp-menu {
  height: 50px;
  height: 5rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  z-index: 6;
}
.camp-menu-wrapper {
  position: relative;
  background-color: #0060af;
}
.camp-menu-wrapper .columns-gradient {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media (min-width: 0) and (max-width: 62em) {
  .camp-menu-wrapper .columns-gradient {
    display: block;
  }
}
.camp-menu-wrapper .columns-gradient.gradient-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, #003663 100%);
}
.camp-menu-wrapper .columns-gradient.gradient-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, #003663 100%);
}
.camp-menu__item {
  height: 50px;
  height: 5rem;
  display: inline-block;
  list-style: none;
}
.camp-menu__item a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  line-height: 50px;
  line-height: 5rem;
  padding: 0 15px;
  padding: 0 1.5rem;
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 48em) {
  .camp-menu__item a {
    padding: 0 20px;
    padding: 0 2rem;
    font-size: 18px;
  }
}
.camp-menu__item a:hover, .camp-menu__item a:active {
  background-color: #0089d0;
}
@media (min-width: 0) and (max-width: 36em) {
  .camp-menu__item a:hover, .camp-menu__item a:active {
    background-color: transparent;
  }
}

/* Revert Camp specific overrides */
.is-camp .viewport .nav-level-2 > a:hover,
.is-camp .viewport .nav-level-2 > a:focus,
.is-camp .nav > li > a:hover,
.is-camp .nav > li > a:focus,
.is-camp .navbar-nav .open .dropdown-menu > li > a:hover,
.is-camp .navbar-nav .open .dropdown-menu > li > a:focus {
  background: none !important;
}
.is-camp .navbar-default .navbar-toggle,
.is-camp .navbar-default .navbar-toggle:focus,
.is-camp .navbar-default .navbar-toggle:hover,
.is-camp .navbar-default .navbar-toggle:active {
  background-color: #0089d0 !important;
}
.is-camp .top-navs {
  background-color: #0089d0;
}
@media (min-width: 62em) {
  .is-camp .top-navs {
    background-color: #0060af;
  }
}
.is-camp .sidebar {
  background-color: #2560a8;
}
.is-camp .sidebar .dropdown-menu.row-level-2 {
  background-color: #1b4a84;
}
.is-camp .page-head__main-menu a {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  line-height: 20px !important;
}
@media (min-width: 48em) {
  .is-camp .page-head__main-menu .navbar-nav > li > a {
    padding-top: 15px !important;
  }
}
.is-camp .page-head__main-menu .dropdown-menu {
  background-color: #0060af;
}
@media (min-width: 62em) {
  .is-camp .page-head__top-menu .navbar-nav {
    margin-right: 0;
  }
}
.is-camp .page-head__top-menu .navbar-nav a {
  line-height: 20px;
  color: #fff;
}
.is-camp .page-head__top-menu .navbar-nav > li > a {
  line-height: 20px !important;
  font-size: 12px;
}
@media (min-width: 48em) {
  .is-camp .page-head__top-menu .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.is-camp .page-head__top-menu .navbar-nav > li:last-child > a {
  padding-right: 15px;
}
.is-camp .page-head__top-menu a {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-size: 14px;
  color: #0060af;
}
.is-camp .page-head__search .page-head__search-close {
  font-size: 16px;
}
.is-camp .paragraph--call-to-action-button.white a {
  color: #0089d0 !important;
}

.node--type-eventlb .main-region,
.node--type-event .main-region {
  padding: 0 15px;
}
.node--type-eventlb .location-label,
.node--type-eventlb .date-label,
.node--type-event .location-label,
.node--type-event .date-label {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: #636466;
}
.node--type-eventlb .date-start,
.node--type-eventlb .event-time,
.node--type-event .date-start,
.node--type-event .event-time {
  color: #5c2e91;
}
.node--type-eventlb .date-start:before,
.node--type-eventlb .event-time:before,
.node--type-event .date-start:before,
.node--type-event .event-time:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  padding-right: 10px;
}
.node--type-eventlb .location-link,
.node--type-event .location-link {
  font-size: 20px;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  color: #5c2e91;
}
.node--type-eventlb .location-link a:hover,
.node--type-event .location-link a:hover {
  text-decoration: underline !important;
}
.node--type-eventlb .location-link:before,
.node--type-event .location-link:before {
  content: "\f041";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  padding-right: 10px;
  color: #5c2e91;
}
.node--type-eventlb .location-branch-links,
.node--type-event .location-branch-links {
  padding: 0 0 24px 5px;
  margin: 0;
  list-style: none;
}
@media (min-width: 0) and (max-width: 48em) {
  .node--type-eventlb .location-branch-links,
  .node--type-event .location-branch-links {
    display: flex;
    flex-direction: column;
  }
}
.node--type-eventlb .location-branch-links li,
.node--type-event .location-branch-links li {
  padding: 0 10px 0;
}
.node--type-eventlb .location-branch-links a,
.node--type-event .location-branch-links a {
  font-size: 20px;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  color: #5c2e91;
}
.node--type-eventlb .event-image,
.node--type-event .event-image {
  min-height: 237px;
}
@media (max-width: 1200px) {
  .node--type-eventlb .event-image,
  .node--type-event .event-image {
    min-height: 190px;
  }
}
@media (max-width: 992px) {
  .node--type-eventlb .event-image,
  .node--type-event .event-image {
    min-height: 247px;
  }
}
.field-event-location .node--type-eventlb .contact-name span, .field-event-location
.node--type-event .contact-name span {
  padding-left: 10px;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}
.node--type-eventlb .node--event-heading,
.node--type-event .node--event-heading {
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 48em) {
  .node--type-eventlb .node--event-heading .container,
  .node--type-event .node--event-heading .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.node--type-eventlb .node--event-heading .field-event-image img.media__element,
.node--type-event .node--event-heading .field-event-image img.media__element {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.node--type-eventlb.node--view-mode-teaser,
.node--type-event.node--view-mode-teaser {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .node--type-eventlb.node--view-mode-teaser,
  .node--type-event.node--view-mode-teaser {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.node--type-eventlb.node--view-mode-teaser .event-date-month,
.node--type-event.node--view-mode-teaser .event-date-month {
  display: inline-block;
  position: absolute;
  top: -20px;
  margin-left: 20px;
  height: 66px;
  width: 71px;
  text-align: center;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  color: #fff;
  background-color: #0060af;
  border: 1px solid #fff;
}
.node--type-eventlb.node--view-mode-teaser .event-date-month .event-date,
.node--type-event.node--view-mode-teaser .event-date-month .event-date {
  background-color: transparent;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 5px;
}
.node--type-eventlb.node--view-mode-teaser .event-date-month .event-month,
.node--type-event.node--view-mode-teaser .event-date-month .event-month {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  position: absolute;
  top: 35px;
  left: 10px;
}
.node--type-eventlb.node--view-mode-teaser .field-event-image .media,
.node--type-event.node--view-mode-teaser .field-event-image .media {
  width: 100%;
}
.node--type-eventlb.node--view-mode-teaser .field-event-image .media img.media__element,
.node--type-event.node--view-mode-teaser .field-event-image .media img.media__element {
  display: inline-block;
  width: 100%;
  max-width: 266px;
  height: auto;
}
@media (max-width: 767.98px) {
  .node--type-eventlb.node--view-mode-teaser .field-event-image .media img.media__element,
  .node--type-event.node--view-mode-teaser .field-event-image .media img.media__element {
    height: auto;
    object-fit: cover;
    padding: 0 15px;
    width: 100%;
  }
}
.node--type-eventlb.node--view-mode-teaser .field-event-image img,
.node--type-event.node--view-mode-teaser .field-event-image img {
  display: inline-block;
  width: 100%;
  max-width: 266px;
  height: auto;
}
.node--type-eventlb.node--view-mode-teaser h2,
.node--type-event.node--view-mode-teaser h2 {
  margin: 10px 0 5px;
  line-height: 16px;
}
.node--type-eventlb.node--view-mode-teaser h2 a,
.node--type-event.node--view-mode-teaser h2 a {
  display: inline-block;
  width: 100%;
  color: #231f20;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}
.node--type-eventlb.node--view-mode-teaser h2 a:hover,
.node--type-event.node--view-mode-teaser h2 a:hover {
  text-decoration: underline !important;
}
.node--type-eventlb.node--view-mode-teaser .event-time,
.node--type-eventlb.node--view-mode-teaser .wrapper-field-event-location a,
.node--type-eventlb.node--view-mode-teaser .field-event-location a,
.node--type-eventlb.node--view-mode-teaser .wrapper-field-event-location a:hover,
.node--type-eventlb.node--view-mode-teaser .field-event-location a:hover,
.node--type-event.node--view-mode-teaser .event-time,
.node--type-event.node--view-mode-teaser .wrapper-field-event-location a,
.node--type-event.node--view-mode-teaser .field-event-location a,
.node--type-event.node--view-mode-teaser .wrapper-field-event-location a:hover,
.node--type-event.node--view-mode-teaser .field-event-location a:hover {
  color: #92278f;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.node--type-eventlb.node--view-mode-teaser .field-event-location,
.node--type-event.node--view-mode-teaser .field-event-location {
  line-height: 30px;
}
.node--type-eventlb.node--view-mode-teaser .field-event-location a,
.node--type-event.node--view-mode-teaser .field-event-location a {
  padding-left: 11px;
  color: #92278f;
  font-size: 16px;
}
.node--type-eventlb.node--view-mode-teaser .event-time:before,
.node--type-eventlb.node--view-mode-teaser .field-event-location:before,
.node--type-event.node--view-mode-teaser .event-time:before,
.node--type-event.node--view-mode-teaser .field-event-location:before {
  color: #92278f;
  font-size: 22px;
}
.node--type-eventlb.node--view-mode-full,
.node--type-event.node--view-mode-full {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .node--type-eventlb.node--view-mode-full .field-event-location:before, .node--type-eventlb.node--view-mode-full .field-event-location:after,
  .node--type-event.node--view-mode-full .field-event-location:before,
  .node--type-event.node--view-mode-full .field-event-location:after {
    content: " ";
    display: table;
  }
  .node--type-eventlb.node--view-mode-full .field-event-location:after,
  .node--type-event.node--view-mode-full .field-event-location:after {
    clear: both;
  }
}
@media (min-width: 0) and (max-width: 48em) {
  .node--type-eventlb.node--view-mode-full .field-event-description,
  .node--type-eventlb.node--view-mode-full .location-branch-links,
  .node--type-eventlb.node--view-mode-full .info-col,
  .node--type-event.node--view-mode-full .field-event-description,
  .node--type-event.node--view-mode-full .location-branch-links,
  .node--type-event.node--view-mode-full .info-col {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.node--type-eventlb.node--view-mode-full .field-event-description .field-register-link a,
.node--type-eventlb.node--view-mode-full .location-branch-links .field-register-link a,
.node--type-eventlb.node--view-mode-full .info-col .field-register-link a,
.node--type-event.node--view-mode-full .field-event-description .field-register-link a,
.node--type-event.node--view-mode-full .location-branch-links .field-register-link a,
.node--type-event.node--view-mode-full .info-col .field-register-link a {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .node--type-eventlb.node--view-mode-full .wrapper-field-event-location,
  .node--type-event.node--view-mode-full .wrapper-field-event-location {
    padding: 15px;
  }
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location {
  border-radius: 8px;
  box-shadow: 0 3px 30px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col {
  padding: 15px;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-link,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-address,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-directions,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-start,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-end,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-email,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-phone,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-fax,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-link,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-address,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-directions,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-start,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-end,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-email,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-phone,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-fax {
  margin-bottom: 15px;
  font-size: 14px;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location, .node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date, .node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact {
  padding-top: 15px;
  padding-bottom: 15px;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-link, .node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-start, .node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-phone,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-link,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-start,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-phone {
  line-height: 20px;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-link a, .node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-start,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-link a,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .date-start {
  font-size: 20px;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  color: #5c2e91;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-directions > a, .node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .addtocalendar > a,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .location-directions > a,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .addtocalendar > a {
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary {
  margin: 0;
  color: #0089D0;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary::marker,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary::marker {
  color: transparent;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .less,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .more,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .less,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .more {
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .less,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .more,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .fa-chevron-down,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .less,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .more,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .fa-chevron-down {
  display: inline;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .less,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .fa-chevron-up,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .less,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary .fa-chevron-up {
  display: none;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .more,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .fa-chevron-down,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .more,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .fa-chevron-down {
  display: none;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .less,
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .fa-chevron-up,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .less,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date summary[aria-expanded="true"] .fa-chevron-up {
  display: inline;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date .addtocalendar,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.date .addtocalendar {
  margin-bottom: 15px;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.contact,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col.contact {
  background-color: #fff;
}
.node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-phone span, .node--type-eventlb.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-fax span,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-phone span,
.node--type-event.node--view-mode-full .wrapper-field-event-location .field-event-location .info-col .contact-fax span {
  padding-left: 10px;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
}
@media (min-width: 0) and (max-width: 48em) {
  .node--type-eventlb.node--view-mode-full .location-branch-links li,
  .node--type-event.node--view-mode-full .location-branch-links li {
    padding: 0;
  }
}

.listing-event-posts {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767) {
  .listing-event-posts {
    max-width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.listing-event-posts .event-date-month {
  display: inline-block;
  position: absolute;
  top: -20px;
  margin-left: 20px;
  height: 66px;
  width: 71px;
  text-align: center;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  color: #fff;
  background-color: #0060af;
  border: 1px solid #fff;
}
.listing-event-posts .event-date-month .event-date {
  font-size: 30px;
  line-height: 35px;
}
.listing-event-posts .event-date-month .event-month {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.listing-event-posts .field-event-image img {
  display: inline-block;
  width: 100%;
  max-width: 266px;
  height: auto;
}
.listing-event-posts h2 {
  margin: 10px 0 5px;
  line-height: 16px;
}
.listing-event-posts h2 a {
  display: inline-block;
  width: 100%;
  color: #231f20;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
.listing-event-posts h2 a:hover {
  text-decoration: underline !important;
}
.listing-event-posts .event-time,
.listing-event-posts .views-field-field-event-location {
  width: 100%;
  line-height: 30px;
}
.listing-event-posts .event-time a,
.listing-event-posts .views-field-field-event-location a {
  color: #92278f;
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding-left: 11px;
}
.listing-event-posts .event-time:before,
.listing-event-posts .views-field-field-event-location:before {
  color: #92278f;
  font-size: 22px;
}
.listing-event-posts .date-start,
.listing-event-posts .event-time {
  color: #92278f;
  font-size: 16px;
}
.listing-event-posts .date-start:before,
.listing-event-posts .event-time:before {
  content: "\f017";
  font-family: 'FontAwesome';
  font-size: 30px;
  padding-right: 10px;
}

.node--event-heading .field-event-image .media {
  width: 100%;
}
@media (max-width: 767.98px) {
  .node--event-heading .field-event-image .media img.media__element {
    height: auto;
    object-fit: cover;
    padding: 0 15px;
    width: 100%;
  }
}

.global-search-results .view-results-summary {
  font-weight: bold;
}
.global-search-results .views-exposed-form {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.global-search-results .views-exposed-form .js-form-item-query {
  padding: 2px;
  position: relative;
}
.global-search-results .views-exposed-form .js-form-item-query:before {
  left: 12px;
  left: 1.2rem;
  top: 12px;
  top: 1.2rem;
  color: #0089d0;
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
}
.global-search-results .views-exposed-form .js-form-item-query input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px;
  padding-left: 3rem;
}
.global-search-results .views-exposed-form .form-actions {
  display: none;
}
.global-search-results .item-list ul {
  padding: 0;
  list-style: none;
}
.global-search-results .item-list li {
  padding: 0 0 16px 0;
  padding: 0 0 1.6rem 0;
}
.global-search-results .item-list .views-field-title {
  font-weight: bold;
  margin-bottom: 0;
}
.global-search-results .item-list .views-field-title a {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #0060ac;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li.load_more_button > a {
  padding: 12px 35px;
  border: none;
  border-radius: 0;
  color: #fffffc;
  font-family: "Cachet W01 Book", Verdana, sans-serif !important;
}
.pager li.load_more_button > a:hover {
  color: #fffffc;
  background-color: #0060af;
}
.pager li.load_more_button > a:focus {
  background-color: #0060ad;
  color: #fffffc;
}

.pager__items {
  padding-left: 0;
}

.global-search-results nav.pager li,
.pager li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.global-search-results nav.pager li.is-active a,
.pager li.is-active a {
  color: #636466;
  font-size: 15px;
  font-weight: 500;
}
.global-search-results nav.pager li > a,
.pager li > a {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  font-family: Verdana, Arial, Helvetica, Geneva sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: solid 1px #ddd;
  color: #0060ac;
  width: auto;
  height: auto;
  line-height: 22px;
  display: inline;
}
.global-search-results nav.pager li > a:active, .global-search-results nav.pager li > a:focus, .global-search-results nav.pager li > a:hover,
.pager li > a:active,
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.global-search-results nav.pager .pager__item--next a,
.pager .pager__item--next a {
  border: none;
  font-family: Verdana, Arial, Helvetica, Geneva sans-serif;
}
.global-search-results nav.pager .pager__item--next a:before,
.pager .pager__item--next a:before {
  display: none;
}
.global-search-results nav.pager .pager__item--next a:active, .global-search-results nav.pager .pager__item--next a:focus, .global-search-results nav.pager .pager__item--next a:hover,
.pager .pager__item--next a:active,
.pager .pager__item--next a:focus,
.pager .pager__item--next a:hover {
  color: #23527c;
  background-color: transparent;
}
.global-search-results nav.pager .pager__item--next a span,
.pager .pager__item--next a span {
  display: inline-block;
}
.global-search-results nav.pager .pager__item--previous a,
.pager .pager__item--previous a {
  border-radius: 0;
  border: solid 1px #ddd;
  font-family: Verdana, Arial, Helvetica, Geneva sans-serif;
}
.global-search-results nav.pager .pager__item--previous a:before,
.pager .pager__item--previous a:before {
  display: none;
}
.global-search-results nav.pager .pager__item--previous a:active, .global-search-results nav.pager .pager__item--previous a:focus, .global-search-results nav.pager .pager__item--previous a:hover,
.pager .pager__item--previous a:active,
.pager .pager__item--previous a:focus,
.pager .pager__item--previous a:hover {
  color: #23527c;
  background-color: transparent;
}
.global-search-results nav.pager .pager__item--previous a span,
.pager .pager__item--previous a span {
  display: inline-block;
}

.lb-events-listing .pager .load_more_button a,
.lb-articles-listing .pager .load_more_button a {
  background-color: var(--wsPartnerColor, black);
  color: var(--ylb-color-white, white);
  border: 2px solid transparent;
}
.lb-events-listing .pager .load_more_button a:hover,
.lb-articles-listing .pager .load_more_button a:hover {
  background-color: var(--ylb-color-white, white);
  color: var(--wsPartnerColor, black);
  border-color: var(--wsPartnerColor, black);
}

.user-login {
  margin: 10px 0;
}
.user-login #block-tabs > ul {
  margin: 10px 0;
  padding-left: 0;
}
.user-login label {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  color: #636466;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.user-login input[type="text"],
.user-login input[type="password"] {
  border: solid 1px #ccc;
  padding: 6px 12px 6px 5px;
  height: 40px;
  width: 50%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
}
@media (max-width: 576px) {
  .user-login input[type="text"],
  .user-login input[type="password"] {
    width: 100%;
  }
}
.user-login input:-webkit-autofill,
.user-login textarea:-webkit-autofill {
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
}
.user-login .description {
  margin-bottom: 20px;
}

#block-tabs .is-active {
  color: #fff;
  background: #00aeef;
}
#block-tabs > ul {
  display: table;
  margin: 10px auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}
#block-tabs > ul li {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  font-weight: 500;
  border: solid 1px #00aeef;
  border-right: 0;
}
@media (max-width: 576px) {
  #block-tabs > ul li {
    font-size: 12px;
  }
}
#block-tabs > ul li:last-child {
  border-right: solid 1px #00aeef;
}
#block-tabs > ul li a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  display: block;
  padding: 9px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 576px) {
  #block-tabs > ul li a {
    padding: 6px;
  }
}

html.js .ajax-progress .throbber,
html.js .flag-waiting .flag-throbber {
  width: 15px;
  height: 15px;
  top: 5px !important;
  position: relative;
  background-image: url(../img/bx_loader.gif);
  background-size: contain;
  opacity: 1;
}

@media (min-width: 75em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 62em) and (max-width: 75em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(0.78);
    -webkit-transform: scale(0.78);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 36em) and (max-width: 48em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 768px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 568px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.425);
    -webkit-transform: scale(1.425);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 320px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 375px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 667px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.69);
    -webkit-transform: scale(1.69);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (min-width: 75em) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 20px;
  }
}
@media (min-width: 36em) and (max-width: 48em) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 20px;
  }
}
@media screen and (width: 375px) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 10px;
  }
}
@media screen and (width: 568px) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 30px;
  }
}
@media screen and (width: 667px) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 50px;
  }
}

.status-message ul, .status-message p {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
  background: #20bdbe;
}
.status-message__alert ul, .status-message__alert p {
  background: #ed1c24;
}

.node--type-personal-trainer {
  padding-bottom: 15px;
}
@media (min-width: 0) and (max-width: 36em) {
  .node--type-personal-trainer .photo {
    width: 100%;
  }
}
.node--type-personal-trainer .field-pt-photo img {
  width: 100%;
  height: auto;
}
.node--type-personal-trainer h2 {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  margin: 0 0 16px;
  font-size: 24px;
  color: #231f20;
}
.node--type-personal-trainer .trainer-branch {
  display: flex;
  align-items: center;
}
.node--type-personal-trainer .trainer-branch .fa {
  font-size: 22px;
  padding-right: 8px;
  color: #0089d0;
}
.node--type-personal-trainer .trainer-branch .wrapper-field-branch {
  display: flex;
  flex-wrap: wrap;
}
.node--type-personal-trainer .trainer-branch .field-branch:not(:last-child):after {
  content: ',';
}
.node--type-personal-trainer .field-pt-role, .node--type-personal-trainer .trainer-branch {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 18px;
  padding-bottom: 16px;
  color: #231f20;
}
.node--type-personal-trainer .btn-wrapper .btn, .node--type-personal-trainer .btn-wrapper .button {
  background-color: #fff;
  color: #0089d0;
  border: 2px solid #0089d0;
  border-radius: 5px;
  text-transform: initial;
  font-size: 16px;
}
.node--type-personal-trainer .btn-wrapper.active .btn, .node--type-personal-trainer .btn-wrapper.active .button {
  background-color: #0089d0;
  color: white;
  box-shadow: 0px 4px 8px #00000080;
}
.node--type-personal-trainer .btn-wrapper :hover {
  opacity: 0.7;
}
.node--type-personal-trainer .body {
  font-size: 16px;
}
.node--type-personal-trainer .field-pt-gallery {
  margin: 20px 0;
}
@media (min-width: 62em) {
  .node--type-personal-trainer .field-pt-gallery {
    margin: 50px 0;
  }
}
.node--type-personal-trainer .field-pt-gallery .carousel {
  margin: 0;
}
.node--type-personal-trainer .field-pt-gallery .carousel-control {
  background-color: #0089d0;
  opacity: 1;
  text-align: center !important;
}
.node--type-personal-trainer .field-pt-gallery .carousel-control .fa {
  font-size: 42px;
}
.node--type-personal-trainer .field-pt-gallery .carousel-control.left {
  left: 0;
  border-radius: 0px 5px 5px 0px;
}
.node--type-personal-trainer .field-pt-gallery .carousel-control.right {
  right: 0;
  border-radius: 5px 0px 0px 5px;
}
.node--type-personal-trainer .field-pt-gallery .carousel-control:hover {
  opacity: 0.7;
}
.node--type-personal-trainer.node--view-mode-teaser {
  width: 100%;
  margin: 0;
}
@media (min-width: 36em) {
  .node--type-personal-trainer.node--view-mode-teaser {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .node--type-personal-trainer.node--view-mode-teaser {
    width: 33%;
  }
}
@media (min-width: 75em) {
  .node--type-personal-trainer.node--view-mode-teaser {
    width: 25%;
  }
}
.node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper {
  box-shadow: 0px 4px 8px #00000029;
  border-radius: 5px;
  border-top: 5px solid #92278f;
  height: 100%;
}
.node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper:hover {
  border-top-color: #0089d0;
}
.node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper h2 {
  color: #0060af;
  text-align: center;
  margin: 16px 0;
}
.node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper .field-pt-photo {
  margin-bottom: 16px;
}
.node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper .field-pt-role, .node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper .trainer-branch {
  padding: 0 16px 16px;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  color: #636466;
}
.node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper .btn-wrapper {
  padding: 0 16px 16px;
}
.node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper .btn-wrapper .btn, .node--type-personal-trainer.node--view-mode-teaser > .teaser-wrapper .btn-wrapper .button {
  width: 100%;
}

.personal-trainer-dialog {
  z-index: 9999;
  border-width: 2px;
}
@media (min-width: 0) and (max-width: 48em) {
  .personal-trainer-dialog {
    width: 100% !important;
    left: 0 !important;
  }
  .personal-trainer-dialog .ui-dialog-titlebar {
    font-size: 30px;
  }
}
.personal-trainer-dialog + .ui-widget-overlay {
  background: none;
}
.personal-trainer-dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
  color: #231f20;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-weight: normal;
  font-size: 36px;
  padding: 10px 30px;
}
.personal-trainer-dialog .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  width: 10%;
  height: auto;
  position: relative;
  margin: .1em 0;
  right: 0;
  text-align: right;
  color: transparent;
}
.personal-trainer-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none;
}
.personal-trainer-dialog .ui-dialog-titlebar-close:focus {
  outline: 0;
}
.personal-trainer-dialog .ui-dialog-titlebar-close:hover:after {
  opacity: 0.7;
}
.personal-trainer-dialog .ui-dialog-titlebar-close:after {
  font-family: FontAwesome;
  color: #231f20;
  content: '\f00d';
}

.webform-submission-personal-training-form {
  position: relative;
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > legend {
  width: 100%;
  text-align: center;
  line-height: normal;
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > legend .fieldset-legend {
  color: #231f20;
  font-size: 36px;
  padding: 16px 0;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-weight: normal;
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper .description {
  text-align: center;
  color: #636466;
  font-size: 24px;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  padding-bottom: 32px;
  text-transform: uppercase;
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox {
  flex: 0 0 100%;
  margin: 0;
}
@media (min-width: 36em) {
  .webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 62em) {
  .webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox {
    flex: 0 0 calc(33.333% - 10px);
  }
}
@media (min-width: 75em) {
  .webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox {
    flex: 0 0 calc(25% - 10px);
  }
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox input {
  display: none;
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox input:checked + label .node--type-personal-trainer .btn, .webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox input:checked + label .node--type-personal-trainer .button {
  background-color: #0089d0;
  color: white;
  box-shadow: 0px 4px 8px #00000080;
}
.webform-submission-personal-training-form .pt-form-first-step > fieldset > .fieldset-wrapper > .js-webform-webform-entity-checkboxes > .js-form-type-checkbox article {
  width: 100%;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .selected-trainers {
  display: flex;
  flex-wrap: wrap;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .selected-trainers > label {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #231f20;
  display: block;
  text-align: center;
  margin: 60px 0 100px;
  line-height: normal;
  flex-basis: 100%;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .selected-trainers .node--type-personal-trainer .btn-wrapper {
  display: none;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step {
  display: flex;
  flex-wrap: wrap;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * {
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 62em) {
  .webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * {
    flex: 0 0 50%;
  }
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * > label, .webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * .fieldset-legend {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #636466;
  display: block;
  margin: 16px 0;
  line-height: normal;
  position: relative;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * > label.form-required:after, .webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * .fieldset-legend.form-required:after {
  font-family: FontAwesome;
  content: '\f069';
  font-size: 8px;
  position: absolute;
  margin-left: 5px;
  background-image: none;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * input, .webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * select, .webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * textarea {
  box-shadow: inset 0 2px 3px #dddddd;
  padding: 12px 16px;
  height: auto;
  border-color: #636466;
  border-radius: 5px;
  color: #231f20;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * textarea {
  padding: 6px 16px;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step > * select {
  background: unset;
  padding: 0 16px;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step .form-item-branch {
  margin-right: 50%;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step .form-item-goals {
  flex-basis: 100%;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step .form-item {
  margin-bottom: 15px;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step .js-form-type-checkbox label {
  color: #231f20;
  font-size: 16px;
}
.webform-submission-personal-training-form[data-webform-wizard-current-page="form_details"] .pt-form-second-step label.step-title {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #231f20;
  display: block;
  text-align: center;
  flex-basis: 100%;
  padding: 35px 0;
}
.webform-submission-personal-training-form .form-actions {
  text-align: center;
  margin: 42px 0;
}
.webform-submission-personal-training-form .form-actions input {
  font-family: "Cachet W01 Bold", Verdana, sans-serif;
  font-size: 20px;
  border-radius: 5px;
  background-color: #0089d0;
  padding: 15px 25px;
  min-width: 220px;
}
.webform-submission-personal-training-form .form-actions .back-wrapper {
  position: absolute;
  left: 15px;
  top: 170px;
  font-size: 32px;
  display: flex;
  align-items: center;
}
@media (min-width: 36em) {
  .webform-submission-personal-training-form .form-actions .back-wrapper {
    top: 110px;
  }
}
.webform-submission-personal-training-form .form-actions .back-wrapper input {
  background: transparent;
  color: #636466;
  box-shadow: none;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  font-size: 24px;
  text-transform: none;
  min-width: auto;
  padding-left: 42px;
}
.webform-submission-personal-training-form .form-actions .back-wrapper:hover:before, .webform-submission-personal-training-form .form-actions .back-wrapper:hover input {
  opacity: 0.7;
}
.webform-submission-personal-training-form .form-actions .back-wrapper:before {
  font-family: FontAwesome;
  content: '\f190';
  position: absolute;
}

.personal-training-confirmation {
  text-align: center;
}
.personal-training-confirmation h2 {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  color: #231f20;
  margin-bottom: 40px;
}
.personal-training-confirmation p {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #636466;
}
.personal-training-confirmation .button-wrapper {
  padding-top: 25px;
}
.personal-training-confirmation .button-wrapper .btn, .personal-training-confirmation .button-wrapper .button {
  min-width: 220px;
  padding: 10px 15px;
  margin: 15px;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  border: 2px solid transparent;
  border-radius: 5px;
}
.personal-training-confirmation .button-wrapper .btn:hover, .personal-training-confirmation .button-wrapper .button:hover {
  color: #0089d0;
  border-color: #0089d0;
  background-color: #fff;
}
.personal-training-confirmation .button-wrapper .home {
  background-color: #0089d0;
  font-size: 24px;
}
.personal-training-confirmation .button-wrapper .back {
  color: #0089d0;
  background-color: #fff;
  font-size: 18px;
}
.personal-training-confirmation .button-wrapper .back:before {
  content: '\f060';
  font-family: FontAwesome;
  padding-right: 12px;
}

body.personal-train-webform-share {
  padding: 60px 0 !important;
}
body.personal-train-webform-share .personal-trainer-dialog .ui-dialog-titlebar-close {
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
}
body.personal-train-webform-share .personal-trainer-dialog .ui-dialog-titlebar-close .ui-icon {
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/close.png");
  background-size: 30px;
  background-position: center;
  margin: 0;
  top: 0;
  left: 0;
}

.view-mode-media-original-size img {
  width: auto;
}

@media (min-width: 0) and (max-width: 36em) {
  .paragraph--type--facets {
    display: none;
  }
}
.paragraph--type--facets .field-prgf-title h2 {
  text-align: left;
}
.paragraph--type--facets .facets-widget-checkbox ul {
  list-style: none;
  padding: 0;
}
.paragraph--type--facets .facets-widget-checkbox ul .facet-item {
  padding: 5px 0;
}
.paragraph--type--facets .facets-widget-checkbox ul .facet-item label {
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 700;
}
.paragraph--type--facets .facets-widget-checkbox ul .facet-item .facets-checkbox {
  position: relative;
  top: 3px;
}

.block-description--wrapper .field-prgf-description {
  margin-bottom: 20px;
}
.block-description--text {
  padding: 12px 0;
  width: calc(100% - 15px);
  text-align: left !important;
}
@media (min-width: 768px) {
  .block-description--text {
    margin: 0 15px;
    padding: 24px 0;
  }
}
@media (min-width: 48em) {
  .block-description--text h2 {
    font-size: 26px;
  }
}
@media (min-width: 64em) {
  .block-description--text h2 {
    font-size: 30px;
  }
}
.block-description--text h2.with-icon {
  padding-left: 28px;
}
@media (min-width: 48em) {
  .block-description--text h2.with-icon {
    padding-left: 32px;
  }
}
@media (min-width: 64em) {
  .block-description--text h2.with-icon {
    padding-left: 40px;
  }
}
.block-description--text h4 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 26px;
  line-height: lh(30, 26);
  color: #5c2e91;
  margin: 0 0 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .block-description--text h4 {
    font-size: 36px;
    line-height: lh(40, 36);
  }
}
.block-description--text .fa {
  color: #5c2e91;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
  max-height: 24px;
  max-width: 24px;
  float: left;
  width: auto;
}
@media (min-width: 768px) {
  .block-description--text .fa {
    font-size: 26px;
    max-height: 26px;
    max-width: 26px;
  }
}
@media (min-width: 992px) {
  .block-description--text .fa {
    font-size: 30px;
    max-height: 30px;
    max-width: 30px;
  }
}
.block-description--text .field-icon {
  vertical-align: middle;
  margin-right: 5px;
  float: left;
}
.block-description--text .field-icon img {
  vertical-align: middle;
  max-height: 24px;
  max-width: 24px;
  width: auto;
}
@media (min-width: 768px) {
  .block-description--text .field-icon img {
    max-height: 28px;
    max-width: 28px;
  }
}
@media (min-width: 992px) {
  .block-description--text .field-icon img {
    max-height: 35px;
    max-width: 35px;
  }
}
.block-description--text li,
.block-description--text p {
  font-size: 13px;
  line-height: lh(20, 13);
  margin: 0;
}
@media (min-width: 768px) {
  .block-description--text li,
  .block-description--text p {
    font-size: 15px;
    line-height: lh(22, 15);
  }
}
.block-description--text .content {
  margin: 0 0 10px 0;
}
.block-description--text .field-sb-link a {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  line-height: lh(20.1, 15);
  position: relative;
}
.block-description--text .field-sb-link a:after {
  content: '>';
  display: inline-block;
  vertical-align: text-top;
  font-size: inherit;
  line-height: inherit;
  padding: 0 0 0 2px;
}
.block-description--text .field-sb-body {
  padding: 15px 0;
}
.block-description--text .column-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.block-description--text.left .with-icon, .block-description--text.right .with-icon, .block-description--text.center .with-icon {
  display: flex;
  padding: 0;
}
.block-description--text.left .field-icon,
.block-description--text.left .fa, .block-description--text.right .field-icon,
.block-description--text.right .fa, .block-description--text.center .field-icon,
.block-description--text.center .fa {
  float: none;
  display: flex;
  align-self: center;
}
.block-description--text.left .field-icon, .block-description--text.right .field-icon, .block-description--text.center .field-icon {
  margin: 10px 5px;
}
.block-description--text.left h1, .block-description--text.left h2, .block-description--text.left h3, .block-description--text.left h4, .block-description--text.left h5, .block-description--text.left p, .block-description--text.left span, .block-description--text.left div {
  text-align: left !important;
}
.block-description--text.left .column-header {
  justify-content: flex-start;
}
.block-description--text.right {
  text-align: right !important;
}
.block-description--text.right h1, .block-description--text.right h2, .block-description--text.right h3, .block-description--text.right h4, .block-description--text.right h5, .block-description--text.right p, .block-description--text.right span, .block-description--text.right div {
  text-align: right !important;
}
.block-description--text.right .column-header {
  justify-content: flex-end;
}
.block-description--text.center {
  text-align: center !important;
}
.block-description--text.center h1, .block-description--text.center h2, .block-description--text.center h3, .block-description--text.center h4, .block-description--text.center h5, .block-description--text.center p, .block-description--text.center span, .block-description--text.center div {
  text-align: center !important;
}
.block-description--text.center .column-header {
  justify-content: center;
}
.block-description--2 .block-description--text:nth-child(1) {
  margin-left: 0;
}
.block-description--2 .block-description--text:nth-child(2) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .block-description--2 .block-description--text {
    width: calc(100% / 2 - 15px);
  }
}
.block-description--3 .block-description--text {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.block-description--3 .block-description--text .field-branch-am,
.block-description--3 .block-description--text .field-sb-body {
  padding: 15px 0;
}
.block-description--3 .block-description--text .field-sb-link {
  display: block;
  width: 100%;
}
.block-description--3 .block-description--text h2 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  margin-top: 0px;
  font-size: 22px;
  color: #636466;
  text-align: left;
}
@media (min-width: 768px) {
  .block-description--3 .block-description--text {
    width: calc(100% / 3 - 30px);
    position: relative;
    margin-bottom: 10px;
  }
}
.block-description--4 {
  display: block;
}
@media (min-width: 768px) {
  .block-description--4 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .block-description--4 .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .block-description--4 .block-description--text {
    width: calc(100% / 4 - 30px);
  }
}
.block-description--4 .fa-icon {
  text-align: center;
}
.block-description--4 .fa-icon .fa {
  float: none;
  margin: 15px auto;
  width: 100%;
}
.block-description--4 .field-icon {
  float: none;
  margin: 10px auto;
}
.block-description--4 .field-icon .field-image {
  width: 100%;
}

.paragraph--type--lto {
  background-color: #0060af;
  width: 100%;
}
@media (min-width: 576px) {
  .paragraph--type--lto .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--lto .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--lto .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--lto .container {
    max-width: 1140px;
  }
}
.paragraph--type--lto .field-lto-title {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 575.98px) {
  .paragraph--type--lto .field-lto-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--lto .field-lto-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--lto .field-lto-title {
    width: 100%;
  }
}
.paragraph--type--lto .field-lto-subtitle {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .paragraph--type--lto .field-lto-subtitle {
    font-size: 18px;
  }
}
.paragraph--type--lto .block--subtitle {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .paragraph--type--lto .block--subtitle {
    padding: 0;
    clear: both;
  }
  .paragraph--type--lto .block--btn {
    display: inline-block;
    float: none;
    padding: 10px 20px 0 20px;
  }
}
.paragraph--type--lto .btn, .paragraph--type--lto .button {
  white-space: normal;
  font-size: 18px;
  padding: 0;
  width: 100%;
}
.paragraph--type--lto .btn a, .paragraph--type--lto .button a {
  display: block;
  padding: 12px;
  color: white;
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  text-transform: uppercase;
}
.paragraph--type--lto .btn .field-lto-link, .paragraph--type--lto .button .field-lto-link {
  border: 1px solid white;
}
.wrapper-field-bottom-content .paragraph--type--lto {
  margin: 0;
}

.microsites-menu.microsites-menu--hide-main-menu .nav-home .navbar-nav {
  visibility: hidden;
}

.microsites-menu__wrapper {
  background: #0089d0;
}
.microsites-menu__wrapper .wrapper-field-menu-block-links {
  line-height: 55px;
  overflow: hidden;
}
.microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links {
  display: block;
  float: left;
  line-height: 40px;
}
@media (min-width: 768px) {
  .microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links {
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links {
    line-height: 55px;
  }
}
.microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  padding: 10px 15px 15px 15px;
  background-color: transparent;
  color: #fff;
  margin: 0;
}
.microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links a:active, .microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links a:focus, .microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links a:hover {
  color: inherit;
  text-decoration: underline;
  border-radius: 0;
}
.microsites-menu__wrapper .wrapper-field-menu-block-links .field-menu-block-links a.is_active {
  background-color: transparent;
  color: #fff;
}

.paragraph--type--prgf-location-finder {
  margin-top: 40px;
}
.paragraph--type--prgf-location-finder .views-element-container {
  padding: 0;
}
.paragraph--type--prgf-location-finder .views-element-container .locations-list {
  padding: 0;
}
.paragraph--type--prgf-location-finder .views-element-container .locations-list .label-for-field-location-fax,
.paragraph--type--prgf-location-finder .views-element-container .locations-list .label-for-field-location-phone {
  text-transform: lowercase;
  display: inline;
}
.paragraph--type--prgf-location-finder .views-element-container .locations-list .field-location-fax,
.paragraph--type--prgf-location-finder .views-element-container .locations-list .field-location-phone {
  display: block;
}

.form__locations {
  background-color: #ebebeb;
  height: 92px;
  display: table;
  width: 100%;
  padding: 35px 0px 17px;
}
@media (min-width: 992px) {
  .form__locations {
    padding: 35px 25px 17px;
  }
}
@media (min-width: 768px) {
  .form__locations .filter-item .form-group {
    margin-bottom: 0;
  }
}
.form__locations .filter-item .form-group button,
.form__locations .filter-item .form-group select,
.form__locations .filter-item .form-group input[type=text] {
  min-height: 40px;
}
.form__locations .filter-item .form-group input[type=text] {
  padding: 6px 12px 6px 5px;
  color: #555555;
}
.form__locations .filter-item.distance .form-group {
  position: relative;
  background: #fff;
}
.form__locations .filter-item.distance .form-group:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #979797;
  font-family: Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: -18px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 0;
}
.form__locations .filter-item.distance .form-group .form-select {
  position: relative;
  z-index: 1;
  background: transparent;
  height: 38px;
  border: 1px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("../img/arrow_down.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: white;
  padding-right: 25px;
}
.form__locations .filter-item.zip-code .form-group .btn, .form__locations .filter-item.zip-code .form-group .button {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 14px;
  background-color: #00aeef;
}
.form__locations .filter-item .tag_filters label {
  text-transform: none;
  padding: 6px 8px;
  left: -1px;
  margin: 10px 10px 0 0;
}
@media (min-width: 992px) {
  .form__locations .filter-item .tag_filters label {
    left: -20px;
    margin: 0 10px 0 0;
  }
}
.form__locations .filter-item .tag_filters label.btn-default {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0 2px;
  position: initial;
}
.form__locations .filter-item .tag_filters label.btn-default:active, .form__locations .filter-item .tag_filters label.btn-default:focus, .form__locations .filter-item .tag_filters label.btn-default:hover {
  background-color: #0089d0;
  color: #fffffc;
}
.form__locations .filter-item .tag_filters label input[type="checkbox"] {
  margin: 0 10px 0px 0;
  vertical-align: middle;
}
.form__locations .filter-item .tag_filters label .btn-group-justified {
  border-spacing: 1px;
  margin: -1px -1px 5px 1px;
  min-width: 234px;
}
@media (min-width: 992px) {
  .form__locations .filter-item .tag_filters label .btn-group-justified {
    border-spacing: 10px;
    margin: -10px -10px -10px 10px;
  }
}
.form__locations .filter-item .tag_filters img {
  margin: -2px 0 0 3px;
  width: 13px;
}

.locations-list .views-row__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 100%;
}
.locations-list .views-row {
  display: flex;
  flex-basis: 100%;
}
@media (min-width: 600px) and (max-width: 1025px) {
  .locations-list .views-row {
    flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  .locations-list .views-row {
    flex-basis: 33.33%;
  }
}
.locations-list .views-row .node--view-mode-teaser {
  flex-basis: 100%;
  align-self: stretch;
  border-radius: 0;
}
.locations-list header h1,
.locations-list header h2,
.locations-list header h2.h1 {
  font-size: 36px;
  padding-left: 20px;
  padding-bottom: 0px;
  clear: both;
  margin-top: 0;
  font-weight: bold;
}
.locations-list h1.color-purple,
.locations-list h2.color-purple {
  color: #5c2e91;
}
.locations-list .field_location_state {
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding: 5px;
  font-size: 10px;
  color: #231f20;
  width: 100px;
  height: 32px;
  vertical-align: bottom;
  background: #fcaf17;
  line-height: 1.2;
  font-style: italic;
}
.locations-list .field_location_state .fa {
  color: white;
  height: 32px;
  float: left;
  font-size: 16px;
  padding-right: 6px;
}
.locations-list .field_location_state span {
  display: block;
}
.locations-list .field-branch-hours h4 {
  font-size: 14px;
}

.paragraph--type--location-filter-by-amenities {
  margin-top: 40px;
}
.paragraph--type--location-filter-by-amenities .field-amenities-filter .views-field-title {
  font-size: 16px;
}
.paragraph--type--location-filter-by-amenities .field-amenities-filter .views-field-title a {
  color: #fff;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.paragraph--type--location-filter-by-amenities .field-prgf-title h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
.paragraph--type--location-filter-by-amenities .field-amenities-icon {
  background-color: #fff;
  border-radius: 32px;
  padding: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.paragraph--type--location-filter-by-amenities .field-amenities-icon svg * {
  fill: #007677;
}
.paragraph--type--location-filter-by-amenities .views-element-container {
  margin: 0 15px 40px;
}
.paragraph--type--location-filter-by-amenities .views-element-container legend {
  color: #636466;
}
.paragraph--type--location-filter-by-amenities .views-element-container form {
  margin-bottom: 1em;
}
.paragraph--type--location-filter-by-amenities .views-element-container form .webform-options-display-one-column.form-checkboxes {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
@media (max-width: 576px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .webform-options-display-one-column.form-checkboxes {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
@media (min-width: 768px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .webform-options-display-one-column.form-checkboxes {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 992px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .webform-options-display-one-column.form-checkboxes {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
}
.paragraph--type--location-filter-by-amenities .views-element-container form .form-item {
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .form-item .js-form-type-checkbox {
    background-color: #ebebeb;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 5px 5px 0;
  }
}
.paragraph--type--location-filter-by-amenities .views-element-container form .form-item .field-amenities-icon {
  padding: 2px;
  width: 30px;
  height: 30px;
  margin: 0 4px;
}
@media (max-width: 991px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .form-item label {
    margin-bottom: 0;
  }
}
.paragraph--type--location-filter-by-amenities .views-element-container form .form-item label .field-amenities-icon-wrapper {
  vertical-align: middle;
}
.paragraph--type--location-filter-by-amenities .views-element-container form .form-item label .term-name {
  font-size: 14px;
}
@media (max-width: 576px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .form-item label .term-name {
    width: auto;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .form-item label .term-name {
    width: auto;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .form-item label .term-name {
    width: 155px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--location-filter-by-amenities .views-element-container form .form-item label .term-name {
    width: auto;
  }
}
.paragraph--type--location-filter-by-amenities .views-element-container form .form-item label div {
  display: inline-block;
}
.paragraph--type--location-filter-by-amenities .views-element-container form .form-item label div svg * {
  fill: #0089d0;
  color: #008485;
}
.paragraph--type--location-filter-by-amenities .views-element-container form input[type="submit"] {
  display: none;
}

@media (max-width: 992px) {
  .sidebar-region.col-sm-4:has(.paragraph--type--location-filter-by-amenities) {
    width: 100%;
  }

  .main-region.col-sm-8:has(+ .sidebar-region.col-sm-4 .paragraph--type--location-filter-by-amenities) {
    width: 100%;
  }
}
.paragraph--type--secondary-description-sidebar {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  background: #e5e5e5;
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
  color: #636466;
  font-family: Verdana, sans-serif;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .paragraph--type--secondary-description-sidebar {
    margin-bottom: 40px;
    padding: 0;
  }
}
.paragraph--type--secondary-description-sidebar p {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
}
.paragraph--type--secondary-description-sidebar .left {
  font-size: 18px;
  padding: 15px 0;
}
.paragraph--type--secondary-description-sidebar .right {
  padding: 15px 0;
  text-align: right;
  font-size: 18px;
}
.paragraph--type--secondary-description-sidebar .right a {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-weight: 200;
}

.employee-contacts--item svg.svg-inline--fa.fa-w-16 {
  width: 1.2rem !important;
  line-height: 2;
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 5px;
}

.embedded-entity.view-mode-employee-position-full img {
  height: auto;
}

.openy-gtranslate {
  display: inline-block;
  height: 39px;
  vertical-align: bottom;
}

.openy-google-translate select {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
  text-transform: uppercase;
}
.openy-google-translate select option {
  color: #636466;
}

.goog-te-gadget {
  font-size: 0 !important;
}
.goog-te-gadget .goog-logo-link, .goog-te-gadget span {
  display: none;
}

.translated-ltr body, .translated-rtl body {
  top: 0 !important;
}

.goog-te-banner-frame {
  display: none;
}
@media (max-width: 767.98px) {
  .goog-te-banner-frame {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .sidebar .openy-google-translate {
    display: block;
  }
}
.sidebar .openy-google-translate select {
  margin-left: -5px;
  margin-top: 6px;
  margin-bottom: 9px;
}
.sidebar .skiptranslate.goog-te-gadget {
  display: flex;
  justify-content: flex-end;
}

.openy-google-translate .goog-te-gadget .goog-te-combo {
  margin: 5px 0;
}
@media (max-width: 767.98px) {
  .openy-google-translate .goog-te-gadget .goog-te-combo {
    margin-bottom: 14px;
  }
}
.openy-google-translate select {
  font-family: "Cachet W01 Medium", Verdana, sans-serif;
  max-width: 160px;
}
@media (min-width: 48em) {
  .openy-google-translate select {
    max-width: 130px;
  }
}

.lb-modal-block .modal-dialog .modal-content .modal-body h2 {
  text-align: center;
}

.lb-articles-listing .views-infinite-scroll-content-wrapper.clearfix:before,
.lb-events-listing .views-infinite-scroll-content-wrapper.clearfix:before {
  display: none;
}

.listing-filters form .select-wrapper:before {
  display: none;
}
.listing-filters form .select-wrapper select {
  background: var(--ylb-color-white) url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjNWM2MDZiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzVjNjA2YiIgZD0iTTUwLjExMSw3Mi42NTljLTEuMDYxLDAtMi4wNzgtMC40MjItMi44MjktMS4xNzJMMTcuMjc1LDQxLjQ3NGMtMS41NjItMS41NjItMS41NjItNC4wOTUsMC4wMDEtNS42NTcgIGMxLjU2My0xLjU2Miw0LjA5Ni0xLjU2Miw1LjY1NywwbDI3LjE3OCwyNy4xODVsMjcuMTc4LTI3LjE4NWMxLjU2Mi0xLjU2Miw0LjA5NS0xLjU2Miw1LjY1NywwICBjMS41NjIsMS41NjIsMS41NjIsNC4wOTQsMC4wMDEsNS42NTdMNTIuOTQsNzEuNDg3QzUyLjE4OSw3Mi4yMzcsNTEuMTcyLDcyLjY1OSw1MC4xMTEsNzIuNjU5eiI+PC9wYXRoPjwvc3ZnPg==) no-repeat right 10px center;
  background-size: 25px;
}
.listing-filters form .form-actions {
  margin: 10px 0;
  min-height: unset;
}

.node--type-lb-event .block-lb-event-info .add-to-calendar {
  margin-top: 10px;
}
.node--type-lb-event .block-lb-event-info .add-to-calendar .btn-link {
  background-color: var(--ylb-color-white, white);
  color: var(--wsPartnerColor, black);
  border: 2px solid var(--wsPartnerColor, black);
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
  border-radius: var(--wsBorderRadius, unset);
  text-transform: initial;
  padding: 0 10px;
}
.node--type-lb-event .block-lb-event-info .add-to-calendar .btn-link:hover, .node--type-lb-event .block-lb-event-info .add-to-calendar .btn-link:focus {
  color: var(--ylb-color-white, white);
  background-color: var(--wsPartnerColor, black);
  border-color: var(--wsPartnerColor, black);
  text-decoration: none;
}

.form__locations__lb .tag_filters img.tag_icon {
  width: 13px;
  height: unset !important;
}
.form__locations__lb .tag_filters input[type="checkbox"]:focus {
  box-shadow: unset;
}

.block-openy-map .map_controls .zip-code .btn, .block-openy-map .map_controls .zip-code .button {
  line-height: normal;
}
.block-openy-map .distance select {
  font-family: "Cachet W01 Book", Verdana,sans-serif !important;
  padding: 0 15px !important;
}
.block-openy-map .selected-amenities .btn, .block-openy-map .selected-amenities .button {
  background-color: var(--wsPrimaryColor, lightgrey);
}

.block-layout-builder .marker_tooltip .card-body h2 {
  line-height: 24px;
  margin: 0;
}
.block-layout-builder .marker_tooltip .card-body h2 a {
  font-size: 22px;
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.block-layout-builder .marker_tooltip .card-body address .field-location-address {
  padding: 0;
}
.block-layout-builder .marker_tooltip .card-body address .address {
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
.block-layout-builder .marker_tooltip .card-body .phone {
  display: flex;
  align-items: center;
  gap: 5px;
}
.block-layout-builder .marker_tooltip .card-body .phone .phone-text {
  display: none;
}
.block-layout-builder .marker_tooltip .card-body .hours {
  display: none;
}

body:not(.ymca-seattle-page-with-lb) #schedules-search-form-wrapper .form-item .form-control.form-text:not(.hasDatepicker),
body:not(.ymca-seattle-page-with-lb) .sub-header--filters .form-item .form-control.form-text:not(.hasDatepicker),
body:not(.ymca-seattle-page-with-lb) .groupex-form-full .form-item .form-control.form-text:not(.hasDatepicker),
body:not(.ymca-seattle-page-with-lb) .listing-news-posts .form-item .form-control.form-text:not(.hasDatepicker),
body:not(.ymca-seattle-page-with-lb) .listing-event-posts .form-item .form-control.form-text:not(.hasDatepicker),
body:not(.ymca-seattle-page-with-lb) .listing-blog-posts .form-item .form-control.form-text:not(.hasDatepicker) {
  border: 1px solid #979797;
}
body:not(.ymca-seattle-page-with-lb) .listing-news-posts .form-actions,
body:not(.ymca-seattle-page-with-lb) .listing-event-posts .form-actions,
body:not(.ymca-seattle-page-with-lb) .listing-blog-posts .form-actions {
  margin-right: 20px;
}
body:not(.ymca-seattle-page-with-lb) .listing-news-posts .pager__item.load_more_button,
body:not(.ymca-seattle-page-with-lb) .listing-event-posts .pager__item.load_more_button,
body:not(.ymca-seattle-page-with-lb) .listing-blog-posts .pager__item.load_more_button {
  margin-bottom: 24px !important;
}

.block-ping-pong .ping-pong-item.background .item-description a:not(.btn):not(.button) {
  color: var(--ylb-color-white, white);
}
.block-ping-pong .ping-pong-item.background .item-description a:not(.btn):not(.button):hover {
  color: var(--ylb-color-light-grey-2, lightgray);
}

#drupal-off-canvas .section-library-links {
  list-style: none;
}
#drupal-off-canvas .section-library-links li {
  margin-bottom: 15px;
}
#drupal-off-canvas .section-library-links li a > span {
  font-weight: bold;
  font-size: large;
}

.block-lb-listing-articles .lb-articles-listing .node--lb.node--type-article-lb.node--view-mode-teaser {
  padding: 0 20px 20px;
}
.block-lb-listing-articles .lb-articles-listing .node--lb.node--type-article-lb.node--view-mode-teaser .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.block-lb-listing-articles .lb-articles-listing .node--lb.node--type-article-lb.node--view-mode-teaser .content .bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.block-lb-listing-articles .lb-articles-listing .node--lb.node--type-article-lb.node--view-mode-teaser .content .bottom-content .changed {
  margin-bottom: 0;
  margin-top: 20px;
}
.block-lb-listing-articles .lb-articles-listing .node--lb.node--type-article-lb.node--view-mode-teaser .content .bottom-content .changed .field-published-date {
  margin: 0;
  padding: 0;
}
.block-lb-listing-articles .lb-articles-listing .node--lb.node--type-article-lb.node--view-mode-teaser .wrapper-field-tags {
  margin-bottom: 0;
  margin-top: 20px;
  gap: 10px;
}
.block-lb-listing-articles .lb-articles-listing .node--lb.node--type-article-lb.node--view-mode-teaser .wrapper-field-tags .field-tags {
  font-size: 12px;
  line-height: unset;
}

.node--lb.node--type-article-lb.node--view-mode-related-content .changed {
  margin-bottom: 15px;
  margin-top: unset;
}
.node--lb.node--type-article-lb.node--view-mode-related-content .changed .field-published-date {
  font-weight: 500;
}

.block-lb-cards.block-lb-cards-standard .row-cards .card .card-content {
  height: unset !important;
}
.block-lb-cards .card-text p {
  font-size: inherit;
}

.block-lb-cards-overlay .section-description h2 {
  text-align: center;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
.dropdown-toggle:focus,
.carousel-control:focus,
.btn:focus,
.button:focus,
.btn.focus,
.focus.button,
.btn:active:focus,
.button:active:focus,
.btn:active.focus,
.button:active.focus,
.btn.active:focus,
.active.button:focus,
.btn.active.focus,
.active.focus.button,
.form-control:focus,
.navbar-toggle:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #69ff00;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: 0px 0px 3px 3px #69ff00;
  outline: none;
}

.focusable.skip-link:focus {
  position: fixed !important;
  top: 0;
}

.page-head__main-menu.nav-home .site-search a:focus {
  box-shadow: none;
}

/*# sourceMappingURL=styles.css.map */
