@charset "UTF-8";
/*
 * modules, settings, functions, mixins and global styles
 */
/*----------------------------------------------------
Fonts
-----------------------------------------------------*/
.skip-to-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-to-link:focus, .skip-to-link:active {
  left: auto;
  top: auto;
  height: auto;
  width: auto;
  overflow: auto;
  z-index: 999;
}

.btn, .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-plugin .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .healcode-link.loginRegister, .footer__info .newsletter form .gform_footer input {
  padding: 15px 40px;
  min-width: 150px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 0 !important;
}
.btn--solid, .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-plugin .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .healcode-link.loginRegister, .footer__info .newsletter form .gform_footer input {
  border: 1px solid #4e5569;
  background: #4e5569;
  color: #fff;
  letter-spacing: 2px;
}
.btn--solid:hover, .page-template-page-builder .embed .healcode-link.loginRegister:hover, .page-template-plugin .embed .healcode-link.loginRegister:hover,
.page-template-class-plugin-combo .embed .healcode-link.loginRegister:hover, .footer__info .newsletter form .gform_footer input:hover {
  background: transparent;
  color: #4e5569;
}
.btn--alt, .btn--black {
  border: 1px solid #3d3935;
  background: #3d3935;
  color: #fff;
  letter-spacing: 2px;
}
.btn--alt:hover, .btn--black:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn--accent {
  border: 1px solid #d65f52;
  background: #d65f52;
  color: #fff;
  letter-spacing: 2px;
}
.btn--accent:hover {
  border: 1px solid #d65f52;
  background: transparent;
  color: #d65f52;
}
.btn--white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  letter-spacing: 2px;
}
.btn--white:hover {
  background: #4e5569;
  color: #fff;
}
.btn--chalk {
  background: url("images/chalk-btn.png") center center/contain no-repeat;
  color: #fff;
  letter-spacing: 2px;
  padding: 25px 65px;
  font-size: 20px;
}
.btn--chalk:hover {
  opacity: 0.7;
}
.btn--flex {
  width: auto;
  max-width: unset;
}

button {
  font-family: "Good Pro";
  color: #3d3935;
}

.link {
  font-weight: 700;
  color: #4e5569;
  text-decoration: none;
}
.link span {
  border-bottom: 2px solid transparent;
}
.link:hover span {
  border-bottom: 2px solid #4e5569;
}
.link--arrow {
  position: relative;
}
.link--arrow:hover::after {
  opacity: 1;
}
.link--arrow::after {
  right: -20px;
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  background: url("images/icon-arrow-right.svg") center center no-repeat;
  opacity: 0;
}

@font-face {
  font-family: "Good Pro";
  src: url("fonts/GoodPro-Ultra.woff2") format("woff2"), url("fonts/GoodPro-Ultra.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Good Pro";
  src: url("fonts/GoodPro-Bold.woff2") format("woff2"), url("fonts/GoodPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Good Pro";
  src: url("fonts/GoodPro-Medium.woff2") format("woff2"), url("fonts/GoodPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Good Pro";
  src: url("fonts/GoodPro-News.woff2") format("woff2"), url("fonts/GoodPro-News.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Good Pro";
  src: url("fonts/GoodPro-MediumItalic.woff2") format("woff2"), url("fonts/GoodPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.gfield {
  margin-bottom: 20px;
  position: relative;
}

::-moz-placeholder {
  color: #3d3935;
  opacity: 1;
  font-size: 16px;
}

::placeholder {
  color: #3d3935;
  opacity: 1;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #3d3935;
  font-size: 16px;
}

::-ms-input-placeholder {
  color: #3d3935;
  font-size: 16px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
select,
textarea {
  font-family: "Good Pro";
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #979797;
  font-size: 16px !important;
  color: #3d3935;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
select {
  height: 50px;
  padding: 0 20px;
}

select {
  background: url("images/icon-chevron-down.svg") calc(100% - 10px) center no-repeat #fff;
}

textarea {
  font-family: "Good Pro";
  min-height: 120px;
  padding: 20px;
}

input[type=checkbox] {
  height: auto;
}

.gform_submission_error,
.validation_message {
  font-size: 14px !important;
  text-transform: none;
  font-weight: 500;
  line-height: 18px;
  color: #f02424;
}

.validation_message {
  margin-top: 5px;
  font-style: italic;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #3d3935;
  color: #fff;
}

::selection {
  background: #3d3935;
  color: #fff;
}

::-moz-selection {
  background: #3d3935;
  color: #fff;
}

body {
  font-family: "Good Pro";
  font-size: 14px;
  font-weight: 400;
  color: #3d3935;
}

.heading-block .eyebrow--xl {
  font-size: 30px;
  line-height: 30px;
}

html.menu-open, html.modal-open {
  overflow: hidden;
}

html,
body {
  overflow-x: clip;
  scroll-padding-top: 110px;
}

/* The default outline styling, for greatest accessibility. */
/* You can skip this to just use the browser's defaults. */
/* When mouse is detected, ALL focused elements have outline removed. */
/* You could apply this selector only to buttons, if you wanted. */
body.using-mouse :focus {
  outline: none;
}

[hidden] {
  display: none;
}

p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
}

img {
  display: block;
  max-width: 100%;
  height: unset;
}

.todo {
  font-style: italic;
  color: red;
}

.vertical-heading {
  right: 45px;
  overflow: visible;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 99;
}
@media (max-width: 1540px) {
  .vertical-heading {
    right: 15px;
  }
}
@media (max-width: 576px) {
  .vertical-heading {
    display: none;
  }
}

.responsive-iframe {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
  padding: 0;
  display: block;
}

#main p a:not([class]) {
  color: #4e5569;
}
#main p a:not([class]):hover {
  color: #97a2ba;
}

/* ------------------------------------------------------------ *\
	ADA related
\* ------------------------------------------------------------ */
.sr-only, .footer__info .newsletter form label, .gfield--type-captcha label, .hide-label label,
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.no-dec {
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Position related
\* ------------------------------------------------------------ */
.video-banner button, .video-banner .video__bg, .video-banner::before, .mobile-menu-location__list .list-body .loc .icon-check::before, .hero--global .hero__copy, .hero--global .hero__bg, .hero__slide .slide__bg, .header__mobile li .icon--location .icon-close, .header__nav .top-level.loc-menu .sub-menu .market-wrap ul .loc .icon-check::before, .cta-icons__video button, .cta-icons__video::before, .cta-banner__video, .banner-slider__slide .slide__copy, .banner-slider__slide .slide__bg, .modal__wrap, .grain::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__slide .slide__copy, .cta-banner__copy, .link--arrow::after, .vertical-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ------------------------------------------------------------ *\
	Display related
\* ------------------------------------------------------------ */
.d-flex, #lever-jobs-container .lever-job {
  display: flex;
  flex-wrap: wrap;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.justify-between, #lever-jobs-container .lever-job {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-right {
  justify-content: right;
}

.align-center, #lever-jobs-container .lever-job {
  align-items: center;
}

.align-left {
  align-items: left;
}

.align-right {
  align-items: right;
}

/* ------------------------------------------------------------ *\
	Typography related
\* ------------------------------------------------------------ */
.text-center {
  text-align: center;
}

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

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

.text-upper, .tab-slider .slider-tabs .tab, .quotes .quote blockquote, .mobile-menu .top-level, .mobile-menu-location__list .list-body .loc span.title, .mobile-menu-location__list .list-body .market-title, .message-bar__message, .membership-list__tabs .price-cat .price-block .cost, .membership-list__tabs .price-cat .price-block .sub, .gform_button:not(#gform_submit_button_1), .header__nav .btn--nav, .header__nav .top-level > a, .acc__trigger h3, .eyebrow, .heading--seven, .page-template-default .page-copy .inner h4, h6,
.heading--six,
.page-template-default .page-copy .inner h3,
.class-list.instructors .class-list__list .tab-location .instructor-message p, h5,
.heading--five,
.page-template-default .page-copy .inner h2, h4,
.heading--four, h3,
.heading--three, h2,
.heading--two,
.heading-block .heading--one, h1,
.heading--one, .heading--hero, .btn--solid, .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-plugin .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .healcode-link.loginRegister, .footer__info .newsletter form .gform_footer input, .btn--alt, .btn--black, .btn--accent, .btn--white, .btn--chalk {
  text-transform: uppercase;
}

.list-reset, #lever-jobs-container ul {
  margin: 0;
  padding: 0;
}
.list-reset li, #lever-jobs-container ul li {
  list-style-type: none;
}

/* ------------------------------------------------------------ *\
	FX/Animation related
\* ------------------------------------------------------------ */
.single .single-copy__intro .bottom-wrap .details .post__cats a, .search-results .results-wrap .result a, .page-template-page-builder .embed .actions .link, .page-template-plugin .embed .actions .link,
.page-template-class-plugin-combo .embed .actions .link, .location-list .market__locations .location__heading a, .location-list .market__heading, .video-banner button img, .video-banner button, .tab-slider .slider-tabs .tab, .sxs__block .block__copy .dropdowns .dropdown__list li a, .sxs-scroll .list__images img, .mobile-menu .mobile-utility li a, .mobile-menu .acc__body a, .mobile-menu .top-level, .message-bar__message a, .membership-list__tabs .price-cat .price-block__inner, .location-box__info .phone, .gform_button:not(#gform_submit_button_1), .form-wrap .gfield input,
.form-wrap .gfield textarea, .intro-form__info .message a, .intro-form__info .managers .manager .actions div a, .intro-details__copy a, .intro-details__details .hours button::after, .intro-details__details .actions .phone, .intro-details__details .address a, .intro-copy__copy a, .instafeed__slider .slick-arrow::before, .instafeed__slider .slick-arrow, .hero--blog .hero__details .post__cats a, .header__mobile li .icon--location .icon-alert, .header__mobile li img:not(.icon-alert):not(.icon-close), .header__nav .btn--nav, .header__nav .top-level .sub-menu a, .header__nav .top-level > a, .header__logo .logo, .header, .fixed-wrap, .footer__bottom .inner li a, .footer__info .footer-menus a, .cta-icons__icons .cta__info .link span, .cta-icons__icons .cta__info h3, .cta-icons__video button img, .cta-icons__video button, .card--post .class-type a, .card__info h3 a, .card__image, .callouts__sidebar .links li a, .callouts a, .approach-embed .actions .link, .alert-bar__util #search-trigger,
.alert-bar__util .chosen-location, .alert-bar__util ul li a, .acc__trigger h3, .slick-slider .slick-arrow::before, .slick-slider .slick-arrow, .slider-vert .slick-dots li button::before, .btn--solid, .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-plugin .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .healcode-link.loginRegister, .footer__info .newsletter form .gform_footer input, .btn--alt, .btn--black, .btn--accent, .btn--white, .btn--chalk, .link, .link--arrow, .link--arrow::after, #main p a:not([class]) {
  transition: all 0.17s ease-in-out;
}

.grain {
  position: relative;
}
.grain .container {
  z-index: 5;
  position: relative;
}
.grain::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0.45;
  background: transparent url("images/chalk-bg.png") repeat 0 0;
}
.grain--dark::after {
  background: transparent url("images/chalk-bg.png") repeat 0 0;
}

@keyframes noise {
  0%, 100% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0% 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--md {
  max-width: 1180px;
}
.container--sm {
  max-width: 980px;
}
@media (max-width: 1280px) {
  .container {
    max-width: 952px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 728px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 536px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 440px;
    padding: 0 20px;
  }
}

.modal {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.modal__bg {
  height: 100%;
  width: 100%;
  background: rgba(61, 57, 53, 0.8);
  z-index: 9999;
}
.modal--banner h3 {
  margin-bottom: 30px;
}
.modal--approach h2 {
  margin-bottom: 20px;
}
.modal--approach .modal__wrap {
  max-width: 100vw;
  height: 100%;
}
.modal--approach .modal__inner {
  height: 100%;
}
@media (max-width: 992px) {
  .modal--approach .modal__inner {
    padding: 0;
  }
  .modal--approach .modal__inner h2 {
    display: none;
  }
}
.modal--approach .modal__content {
  max-height: calc(100vh - 60px);
  height: 100%;
}
@media (max-width: 992px) {
  .modal--approach .modal__content {
    max-height: 100%;
    width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .modal--approach .modal__content {
    width: 100%;
  }
}
.modal--mobile .modal-close {
  top: 10px;
  right: 10px;
}
.modal--mobile .modal__content {
  padding-right: 0;
  padding-top: 40px;
}
.modal--mobile .modal__content .responsive-iframe {
  padding: 0;
}
.modal--mobile .modal__content .responsive-iframe iframe {
  position: static;
}
.modal--video .modal__wrap, .modal--setting .modal__wrap {
  max-width: 1200px;
}
.modal--video .modal__content, .modal--setting .modal__content {
  max-height: calc(100vh - 100px);
}
.modal--class .class-type {
  font-size: 20px;
  font-weight: 500;
}
.modal--class .actions {
  margin: 30px 0;
}
.modal--class p {
  font-size: 16px;
  line-height: 24px;
}
.modal__wrap {
  max-width: 600px;
  width: 100%;
}
.modal__inner {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 50px 40px 40px;
  position: relative;
}
@media (max-width: 576px) {
  .modal__inner {
    padding: 30px 15px 15px;
  }
}
.modal__inner .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 576px) {
  .modal__inner .modal-close {
    top: 10px;
    right: 10px;
    z-index: 99;
  }
}
.modal__inner .modal-close img {
  width: 20px;
}
.modal__inner .panel {
  display: none;
}
.modal__inner .panel--active {
  display: block;
}
.modal__inner .panel--noloc .link:hover {
  color: #4e5569 !important;
}
.modal__inner .panel--noloc .link:hover span {
  border: none !important;
}
.modal__heading {
  margin-bottom: 15px;
  max-width: 350px;
}
.modal__content {
  max-height: 300px;
  width: calc(100% + 20px);
  padding-right: 20px;
  overflow: auto;
  scrollbar-gutter: stable;
}
.modal__content::-webkit-scrollbar {
  width: 2px;
}
.modal__content::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.modal__content::-webkit-scrollbar-thumb {
  background: #3d3935;
}
.modal__content input {
  background: url("images/icon-search.svg") 15px center no-repeat #f2f2f2;
  padding-left: 40px;
  margin-bottom: 15px;
}
.modal__footer {
  padding-top: 20px;
}
.modal__footer a + a {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #3d3935;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.slider-vert .slick-dots {
  width: 30px;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
@media (max-width: 992px) {
  .slider-vert .slick-dots {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .slider-vert .slick-dots {
    right: auto;
    left: 0;
    top: auto;
    bottom: -25px;
    transform: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.slider-vert .slick-dots li {
  display: block;
  width: 100%;
  height: unset;
}
@media (max-width: 768px) {
  .slider-vert .slick-dots li {
    width: unset;
    display: inline-block;
    margin: 0;
  }
}
.slider-vert .slick-dots li.slick-active button::before {
  opacity: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .slider-vert .slick-dots li.slick-active button::before {
    background: #3d3935;
  }
}
.slider-vert .slick-dots li:not(:last-child) button {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .slider-vert .slick-dots li:not(:last-child) button {
    margin-bottom: 0;
  }
}
.slider-vert .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
}
@media (max-width: 768px) {
  .slider-vert .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.slider-vert .slick-dots li button::before {
  content: "";
  display: block;
  width: 70%;
  margin-left: auto;
  height: 2px;
  background: #fff;
  position: static;
  margin-bottom: 5px;
  opacity: 1;
}
@media (max-width: 768px) {
  .slider-vert .slick-dots li button::before {
    width: 100%;
    height: 100%;
    background: #d7d7d7;
    margin: 0;
    border-radius: 100%;
  }
}

.slick-protect {
  display: block !important;
}

.slider-default {
  padding: 0 0 60px 0;
  position: relative;
}
.slider-default__heading {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .slider-default__heading {
    text-align: center;
    justify-content: center;
    align-items: unset;
    margin-bottom: 20px;
  }
}
.slider-default__heading h2 {
  transition: all 0.45s ease-in-out;
  opacity: 0;
}
.slider-default__heading h2 span {
  transition: all 0.45s ease-in-out;
  transform: translateY(-50px);
}
.slider-default__heading h2.is-visible {
  opacity: 1;
}
.slider-default__heading h2.is-visible span {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .slider-default__heading .btn, .slider-default__heading .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .slider-default__heading .healcode-link.loginRegister, .slider-default__heading .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .slider-default__heading .healcode-link.loginRegister,
  .slider-default__heading .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
  .page-template-class-plugin-combo .embed .slider-default__heading .healcode-link.loginRegister, .slider-default__heading .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .slider-default__heading input {
    display: none;
  }
}
.slider-default__slider {
  padding: 0 35px;
  margin-top: -40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .slider-default__slider {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .slider-default__slider {
    padding: 0;
    margin-top: 0;
  }
}
.slider-default__slider .slick-list {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .slider-default__slider .slick-list {
    padding-top: 40px !important;
  }
}
.slider-default__slider .slick-protect {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .slider-default__slider .slick-protect {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .slider-default__slider .slick-protect {
    padding: 0;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slider .slick-arrow {
  height: 40px;
  width: 40px;
  border: 1px solid #3d3935;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
@media (max-width: 768px) {
  .slick-slider .slick-arrow {
    background: #3d3935;
    top: 36%;
  }
}
.slick-slider .slick-arrow:hover {
  background: #3d3935;
}
.slick-slider .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
.slick-slider .slick-arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  opacity: 1;
}
@media (max-width: 768px) {
  .slick-slider .slick-arrow::before {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 768px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.slick-slider .slick-arrow.slick-prev::before {
  background: url("images/icon-arrow-left-black.svg") center center no-repeat;
}
@media (max-width: 768px) {
  .slick-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.slick-slider .slick-arrow.slick-next::before {
  background: url("images/icon-arrow-right-black.svg") center center no-repeat;
}

.mobile-dots {
  position: relative;
  z-index: 9;
}
.mobile-dots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.mobile-dots .slick-dots li.slick-active button::before {
  opacity: 1;
}
.mobile-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.mobile-dots .slick-dots li button::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #3d3935;
  border-radius: 50%;
}

.heading--hero {
  font-weight: 900;
  font-size: 140px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.eyebrow {
  display: block;
}

.heading--hero {
  font-weight: 900;
  font-size: 115px;
  line-height: 105px;
}
@media (max-width: 1280px) {
  .heading--hero {
    font-size: 115px;
    line-height: 105px;
  }
}
@media (max-width: 768px) {
  .heading--hero {
    font-size: 80px;
    line-height: 75px;
  }
}
@media (max-width: 576px) {
  .heading--hero {
    font-size: 60px;
    line-height: 55px;
  }
}

h1,
.heading--one {
  font-weight: 900;
  font-size: 150px;
  line-height: 140px;
}
@media (max-width: 1280px) {
  h1,
  .heading--one {
    font-size: 115px;
    line-height: 105px;
  }
}
@media (max-width: 992px) {
  h1,
  .heading--one {
    font-size: 80px;
    line-height: 75px;
  }
}
@media (max-width: 576px) {
  h1,
  .heading--one {
    font-size: 40px;
    line-height: 40px;
  }
}

h2,
.heading--two,
.heading-block .heading--one {
  font-weight: 900;
  font-size: 100px;
  line-height: 105px;
}
@media (max-width: 1280px) {
  h2,
  .heading--two,
  .heading-block .heading--one {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  h2,
  .heading--two,
  .heading-block .heading--one {
    font-size: 60px;
    line-height: 55px;
  }
}
h3,
.heading--three {
  font-weight: 900;
  font-size: 80px;
  line-height: 85px;
}
@media (max-width: 1280px) {
  h3,
  .heading--three {
    font-size: 60px;
    line-height: 65px;
  }
}
h4,
.heading--four {
  font-weight: 900;
  font-size: 60px;
  line-height: 65px;
}
@media (max-width: 768px) {
  h4,
  .heading--four {
    font-size: 50px;
    line-height: 55px;
  }
}

h5,
.heading--five,
.page-template-default .page-copy .inner h2 {
  font-weight: 900;
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 768px) {
  h5,
  .heading--five,
  .page-template-default .page-copy .inner h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

h6,
.heading--six,
.page-template-default .page-copy .inner h3,
.class-list.instructors .class-list__list .tab-location .instructor-message p {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 576px) {
  h6,
  .heading--six,
  .page-template-default .page-copy .inner h3,
  .class-list.instructors .class-list__list .tab-location .instructor-message p {
    font-size: 20px;
    line-height: 25px;
  }
}

.heading--seven, .page-template-default .page-copy .inner h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
}

.heading--underline.is-visible mark::before {
  opacity: 1;
  transform: translateY(0);
}
.heading--underline mark {
  color: #3d3935;
  background: none;
  position: relative;
  display: inline-block;
}
.heading--underline mark::before {
  transition: all 0.2s ease-in-out;
  content: "";
  height: 20px;
  width: 100%;
  background: url("images/chalk-mark.png") center center/contain no-repeat;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
  transform: translateY(25px);
  opacity: 0;
}

.eyebrow {
  font-weight: 500;
  font-size: 30px;
  display: block;
  line-height: 30px;
  font-style: italic;
}
@media (max-width: 768px) {
  .eyebrow {
    font-size: 16px;
    line-height: 20px;
  }
}
.eyebrow--xl {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1280px) {
  .eyebrow--xl {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .eyebrow--xl {
    font-size: 25px;
    line-height: 25px;
  }
}
.eyebrow--bold {
  font-weight: 700;
}
.eyebrow--sm {
  font-size: 14px;
  letter-spacing: 2px;
}

.acc__cat {
  padding-bottom: 60px;
}
.acc__cat h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .acc__cat h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
  }
}
.acc__item {
  padding: 30px 0;
  border-top: 2px solid #3d3935;
}
@media (max-width: 992px) {
  .acc__item {
    padding: 20px 0;
  }
}
.acc__item:last-child {
  border-bottom: 2px solid #3d3935;
}
.acc__trigger {
  width: 100%;
  text-align: left;
}
.acc__trigger.acc-open::before {
  background: url("images/icon-minus-grey.svg") center center/contain no-repeat;
}
.acc__trigger h3 {
  font-weight: 900;
  font-size: 30px;
  width: calc(100% - 30px);
  line-height: 35px;
}
@media (max-width: 768px) {
  .acc__trigger h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.acc__trigger h3:hover {
  color: #979797;
}
@media (max-width: 768px) {
  .acc__trigger h3:hover {
    color: #3d3935;
  }
}
.acc__trigger::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("images/icon-plus.svg") center center/contain no-repeat;
  margin-right: 15px;
}
.acc__copy {
  margin-top: 20px;
  padding-left: 60px;
  display: none;
}
@media (max-width: 992px) {
  .acc__copy {
    padding-left: 0;
  }
}
.acc__copy p {
  font-size: 16px;
  line-height: 24px;
}
.acc__copy p:last-child {
  margin-bottom: 0;
}
.acc__copy li {
  margin-bottom: 5px;
}

.accordions {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .accordions {
    padding: 40px 0;
  }
}
.accordions__sidebar {
  width: 380px;
}
@media (max-width: 992px) {
  .accordions__sidebar {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
  }
}
.accordions__sidebar .inner {
  position: sticky;
  top: 150px;
}
.accordions__sidebar h2 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .accordions__sidebar h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.accordions__sidebar p {
  font-size: 16px;
  line-height: 24px;
}
.accordions__sidebar p a {
  color: #4e5569;
}
.accordions__list {
  width: calc(100% - 600px);
}
@media (max-width: 1280px) {
  .accordions__list {
    width: calc(100% - 420px);
  }
}
@media (max-width: 992px) {
  .accordions__list {
    width: 100%;
  }
}

.alert-bar {
  background: #3d3935;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .alert-bar {
    padding: 5px 0;
  }
}
@media (max-width: 992px) {
  .alert-bar.hide-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .alert-bar__alert {
    width: 100%;
    text-align: center;
  }
}
.alert-bar__alert p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .alert-bar__alert p {
    font-size: 12px;
  }
}
.alert-bar__alert a {
  color: #cddc29;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .alert-bar__util {
    display: none;
  }
}
.alert-bar__util ul li:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.alert-bar__util ul li a {
  text-decoration: none;
  color: #fff;
}
.alert-bar__util ul li a:hover {
  text-decoration: underline;
  opacity: 0.3;
}
.alert-bar__util .location-home {
  font-weight: 500;
}
.alert-bar__util .location-home img {
  max-height: 15px;
  margin-right: 5px;
}
.alert-bar__util .chosen-location {
  color: #fff;
}
.alert-bar__util .chosen-location img {
  margin-right: 5px;
}
.alert-bar__util #search-trigger,
.alert-bar__util .chosen-location {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.alert-bar__util #search-trigger:hover,
.alert-bar__util .chosen-location:hover {
  text-decoration: underline;
  opacity: 0.3;
}

.approach-embed {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .approach-embed {
    padding: 40px 0;
  }
}
.approach-embed h2 {
  margin-bottom: 40px;
}
.approach-embed .actions {
  margin-top: -30px;
  padding-bottom: 40px;
}
.approach-embed .actions .link:hover {
  color: #3d3935;
}
@media (max-width: 768px) {
  .approach-embed .actions .link {
    display: none;
  }
}
.approach-embed .actions .btn, .approach-embed .actions .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .approach-embed .actions .healcode-link.loginRegister, .approach-embed .actions .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .approach-embed .actions .healcode-link.loginRegister,
.approach-embed .actions .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .approach-embed .actions .healcode-link.loginRegister, .approach-embed .actions .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .approach-embed .actions input {
  display: none;
}
@media (max-width: 768px) {
  .approach-embed .actions .btn, .approach-embed .actions .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .approach-embed .actions .healcode-link.loginRegister, .approach-embed .actions .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .approach-embed .actions .healcode-link.loginRegister,
  .approach-embed .actions .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
  .page-template-class-plugin-combo .embed .approach-embed .actions .healcode-link.loginRegister, .approach-embed .actions .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .approach-embed .actions input {
    display: block;
  }
}
@media (max-width: 768px) {
  .approach-embed .responsive-iframe {
    padding-top: 0;
    display: none;
  }
  .approach-embed .responsive-iframe iframe {
    position: static;
    height: 60vh;
  }
}
.approach-embed .bw-widget {
  max-height: 700px !important;
  overflow: auto !important;
}
@media (max-width: 768px) {
  .approach-embed .bw-widget {
    max-height: 500px !important;
  }
}
.approach-embed .copy-wrap p {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 768px) {
  .approach-embed .copy-wrap p {
    font-size: 18px;
    line-height: 24px;
  }
}
.approach-embed .copy-wrap--sm {
  max-width: 980px;
  margin: 0 auto;
}

.banner-slider {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .banner-slider {
    margin-bottom: 60px;
  }
}
.page-template-first-visit .banner-slider {
  margin-bottom: 0;
}
.banner-slider--image {
  margin-bottom: 0;
}
.banner-slider--image .banner-slider__slide::after {
  display: none;
}
.banner-slider__slide {
  position: relative;
  height: 700px;
}
@media (max-width: 768px) {
  .banner-slider__slide {
    height: 600px;
  }
}
.banner-slider__slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(268.42deg, rgba(0, 0, 0, 0.0001) 27.93%, #000000 75.01%);
  mix-blend-mode: multiply;
  opacity: 0.45;
}
@media (max-width: 768px) {
  .banner-slider__slide::after {
    background: #3d3935;
  }
}
.banner-slider__slide .slide__bg {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-slider__slide .slide__bg--mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner-slider__slide .slide__bg--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner-slider__slide .slide__bg--desktop {
    display: none;
  }
}
.banner-slider__slide .slide__copy {
  width: 100%;
  z-index: 5;
  color: #fff;
}
.banner-slider__slide .slide__copy .container.justify-left .actions {
  text-align: left;
}
.banner-slider__slide .slide__copy .container.justify-center h2 {
  text-align: center;
}
.banner-slider__slide .slide__copy .container.justify-center h2 span {
  margin: 0 auto;
}
.banner-slider__slide .slide__copy .container.justify-center .actions,
.banner-slider__slide .slide__copy .container.justify-center p {
  text-align: center;
}
.banner-slider__slide .slide__copy .container.justify-right h2 {
  text-align: right;
}
.banner-slider__slide .slide__copy .container.justify-right h2 span {
  margin: 0 0 0 auto;
}
.banner-slider__slide .slide__copy .container.justify-right .actions,
.banner-slider__slide .slide__copy .container.justify-right p {
  text-align: right;
}
@media (max-width: 768px) {
  .banner-slider__slide .slide__copy .container {
    text-align: center !important;
    justify-content: center !important;
  }
  .banner-slider__slide .slide__copy .container .actions {
    text-align: center !important;
  }
}
.banner-slider__slide .slide__copy .eyebrow {
  margin-bottom: 10px;
}
.banner-slider__slide .slide__copy h2 {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-slider__slide .slide__copy h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .banner-slider__slide .slide__copy h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.banner-slider__slide .slide__copy p {
  max-width: 530px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.banner-slider__slide .slide__copy .actions {
  width: 100%;
  margin-top: 15px;
}
.banner-slider .slick-arrow {
  filter: brightness(0) invert(1);
}
.banner-slider .slick-arrow:hover {
  filter: none;
}
.banner-slider .slick-prev {
  left: 30px;
}
@media (max-width: 1280px) {
  .banner-slider .slick-prev {
    left: 10px;
  }
}
.banner-slider .slick-next {
  right: 30px;
}
@media (max-width: 1280px) {
  .banner-slider .slick-next {
    right: 10px;
  }
}

.benefits {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #3d3935;
  color: #fff;
}
@media (max-width: 768px) {
  .benefits {
    padding: 60px 0;
  }
}
.benefits .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.benefits__heading {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .benefits__heading {
    margin-bottom: 40px;
  }
  .benefits__heading h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.benefits__list {
  margin: 0 -30px;
}
@media (max-width: 768px) {
  .benefits__list {
    margin: 0;
  }
}
.benefits__list .benefit {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .benefits__list .benefit {
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .benefits__list .benefit:last-child {
    margin-bottom: 0;
  }
}
.benefits__list .benefit img {
  width: 60px;
  margin-right: 35px;
}
.benefits__list .benefit__copy {
  width: calc(100% - 95px);
}
.benefits__list .benefit__copy p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.blog-list {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .blog-list {
    padding: 40px 0;
  }
}
.blog-list__toolbar {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #3d3935;
}
@media (max-width: 992px) {
  .blog-list__toolbar {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .blog-list__toolbar h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.blog-list__toolbar select {
  width: 315px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .blog-list__toolbar select {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .blog-list__toolbar select {
    width: 100%;
  }
}
.blog-list__list {
  margin: 0 -15px;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .blog-list__list {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .blog-list__list {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .blog-list__list {
    margin: 0;
  }
}
.blog-list__list .card {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .blog-list__list .card {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .blog-list__list .card {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .blog-list__list .card {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .blog-list__list .card:last-child {
    margin-bottom: 0;
  }
}
.blog-list__pagination {
  width: 100%;
  padding: 0 15px;
}
.blog-list__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #3d3935;
  border-bottom: 1px solid #3d3935;
}
.blog-list__pagination .wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.blog-list__pagination .wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  background: url("images/icon-arrow-left-black.svg") center center/contain no-repeat;
  margin-right: 10px;
}
.blog-list__pagination .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.blog-list__pagination .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  background: url("images/icon-arrow-right-black.svg") center center/contain no-repeat;
  margin-left: 10px;
}
.blog-list__pagination .wp-pagenavi a,
.blog-list__pagination .wp-pagenavi span {
  font-size: 16px;
  text-decoration: none;
  color: #3d3935;
}
.blog-list__pagination .wp-pagenavi span {
  font-weight: 700;
  color: #4e5569;
}
.blog-list__pagination .wp-pagenavi .page,
.blog-list__pagination .wp-pagenavi .current {
  display: inline-block;
  padding: 0 5px;
}

.callouts {
  position: relative;
  overflow: hidden;
  background: #3d3935;
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 992px) {
  .callouts {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .callouts {
    padding: 40px 0;
  }
}
.callouts a {
  color: #fff;
}
.callouts a:hover {
  color: #97a2ba;
}
.callouts .main-title {
  width: 100%;
  margin-bottom: 30px;
}
.callouts__icon-list {
  width: 100%;
}
@media (max-width: 992px) {
  .callouts__icon-list {
    width: 100%;
    margin-bottom: 0;
  }
}
.callouts__icon-list .callout {
  width: calc(25% - 40px);
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .callouts__icon-list .callout {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  .callouts__icon-list .callout {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #0b828f;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.callouts__icon-list .callout img {
  max-width: 50px;
}
.callouts__icon-list .callout h3 {
  margin: 15px 0 10px 0;
}
@media (max-width: 768px) {
  .callouts__icon-list .callout h3 {
    width: calc(100% - 70px);
    margin: 0 0 0 20px;
  }
}
.callouts__icon-list .callout p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .callouts__icon-list .callout p {
    display: none;
  }
}
.callouts__icon-list .callout p:last-child {
  margin-bottom: 0;
}
.callouts__sidebar {
  width: 100%;
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .callouts__sidebar {
    width: 100%;
    padding-left: 0;
    padding: 40px 0;
    border-left: none;
  }
}
@media (max-width: 768px) {
  .callouts__sidebar {
    margin: 0px 0 0 0;
  }
}
.callouts__sidebar .sidebar-block {
  height: 100%;
}
.callouts__sidebar h2 {
  width: 200px;
}
@media (max-width: 992px) {
  .callouts__sidebar h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.callouts__sidebar .links {
  background: #f2f2f2;
  padding: 60px 60px 45px 60px;
}
@media (max-width: 768px) {
  .callouts__sidebar .links {
    padding: 30px;
  }
}
.callouts__sidebar .links ul {
  width: calc(100% - 350px);
}
@media (max-width: 1280px) {
  .callouts__sidebar .links ul {
    width: calc(100% - 250px);
  }
}
@media (max-width: 992px) {
  .callouts__sidebar .links ul {
    width: 100%;
  }
}
.callouts__sidebar .links li {
  padding: 0 5px;
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .callouts__sidebar .links li {
    width: 100%;
    padding: 0;
  }
}
.callouts__sidebar .links li:not(:last-child) {
  margin-bottom: 15px;
}
.callouts__sidebar .links li a {
  font-size: 18px;
  font-weight: 500;
  color: #4e5569;
}
.callouts__sidebar .links li a:hover {
  color: #97a2ba;
}
.callouts--horizontal {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .callouts--horizontal h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.callouts--horizontal .callouts__icon-list {
  width: 100%;
  margin: 60px 0 -40px 0;
}
@media (max-width: 992px) {
  .callouts--horizontal .callouts__icon-list {
    margin: 40px 0;
  }
}
.callouts--horizontal .callouts__icon-list .callout {
  width: 33.3333333333%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .callouts--horizontal .callouts__icon-list .callout {
    padding: 0;
    width: 100%;
    align-items: flex-start;
    display: flex;
  }
  .callouts--horizontal .callouts__icon-list .callout__copy {
    width: calc(100% - 70px);
    margin-left: 20px;
  }
  .callouts--horizontal .callouts__icon-list .callout__copy h3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .callouts--horizontal .callouts__icon-list .callout__copy p {
    display: block;
  }
}
@media (max-width: 768px) {
  .callouts--horizontal .callouts__icon-list .callout {
    border-bottom: none;
  }
  .callouts--horizontal .callouts__icon-list .callout:not(:last-child) {
    padding-bottom: 40px;
  }
  .callouts--horizontal .callouts__icon-list .callout:last-child {
    margin-bottom: 0;
  }
}

.card__image {
  position: relative;
}
.card__image--swap:hover .image--one {
  opacity: 0;
}
.card__image--swap:hover .image--two {
  opacity: 1;
}
.card__image .image {
  transition: 0.4s ease-in-out;
  width: 100%;
}
.card__image .image--two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .card__image img {
    width: 100%;
  }
}
.card__info {
  padding: 20px 10px;
}
@media (max-width: 576px) {
  .card__info {
    padding: 20px 0;
  }
}
.card__info .market {
  margin-bottom: 15px;
  font-family: "Good Pro";
  font-size: 20px;
  text-transform: none;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1;
}
.card__info .class-type {
  font-size: 14px;
  color: #4e5569;
  margin-bottom: 5px;
  font-weight: 500;
}
.card__info h3 a {
  color: #3d3935;
}
.card__info h3 a:hover {
  color: #4e5569;
}
.card__info p {
  margin-top: 5px;
  margin-bottom: 15px;
}
.card__info .actions {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .card__info .actions {
    margin-top: 5px;
  }
}
.card__info .actions .link:first-child {
  margin-right: 30px;
}
.card--post .class-type a {
  color: #4e5569;
}
.card--post .class-type a:hover {
  color: #cddc29;
}
.card--post .class-type a:last-child .cat-sep {
  display: none;
}

.checklist {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background: #3d3935;
  color: #fff;
}
@media (max-width: 768px) {
  .checklist {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
.checklist .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.checklist .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}
.checklist__item {
  padding: 25px;
  background: #393531;
  width: calc(50% - 3px);
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .checklist__item {
    width: 100%;
  }
}
.checklist__item img {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .checklist__item img {
    margin-right: 15px;
  }
}
.checklist__item span {
  width: calc(100% - 65px);
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .checklist__item span {
    width: calc(100% - 50px);
  }
}
@media (max-width: 992px) {
  .checklist__item span {
    font-size: 16px;
  }
}

.class-list {
  padding: 100px 0;
}
.page-template-camps .class-list {
  padding: 60px 0;
}
.class-list.instructors {
  padding-top: 0;
  margin-top: -100px;
}
@media (max-width: 768px) {
  .class-list.instructors {
    margin-top: -60px;
  }
}
@media (max-width: 576px) {
  .class-list.instructors {
    margin-top: 0;
  }
}
.class-list.instructors .class-list__list .tab-location {
  margin: unset;
  padding-left: 0;
}
.class-list.instructors .class-list__list .tab-location .card:nth-child(odd) {
  transform: none;
}
.class-list.instructors .class-list__list .tab-location .instructor-message {
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .class-list {
    padding: 40px 0;
  }
}
.class-list__heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.class-list__heading h2 {
  max-width: calc(100% - 320px);
}
@media (max-width: 768px) {
  .class-list__heading h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.class-list__heading select {
  background-color: #fff;
  max-width: 320px;
}
@media (max-width: 992px) {
  .class-list__heading select {
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .class-list__heading select {
    margin: 20px auto;
  }
}
@media (max-width: 576px) {
  .class-list__heading select {
    max-width: 100%;
  }
}
.class-list__list .tab-location {
  margin: 0 -15px;
}
@media (max-width: 1280px) {
  .class-list__list .tab-location {
    padding-left: 0;
    margin: 0 -10px;
  }
}
.class-list__list .card {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .class-list__list .card {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .class-list__list .card {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .class-list__list .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .class-list__list .card:last-child {
    margin-bottom: 0;
  }
}
.page-template-circuits .tab-location {
  background: none;
  padding: 0;
  margin: 0;
}
.page-template-circuits .tab-location .inner {
  margin-top: 15px;
}
.page-template-circuits .tab-location .inner .settings-map {
  margin-bottom: 15px;
}
.page-template-circuits select {
  background-color: #fff;
  max-width: 320px;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .page-template-circuits select {
    max-width: 100%;
  }
}

.copy-image {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 992px) {
  .copy-image {
    padding: 40px 0;
  }
}
.copy-image__image {
  width: 600px;
  margin-right: 120px;
}
@media (max-width: 1280px) {
  .copy-image__image {
    width: 350px;
    margin-right: 70px;
  }
}
@media (max-width: 992px) {
  .copy-image__image {
    width: 100%;
  }
  .copy-image__image img {
    margin: 0 auto;
  }
}
.copy-image__copy {
  width: calc(100% - 720px);
}
@media (max-width: 1280px) {
  .copy-image__copy {
    width: calc(100% - 420px);
  }
}
@media (max-width: 992px) {
  .copy-image__copy {
    width: 100%;
    margin-top: 30px;
  }
}
.copy-image__copy h2 {
  margin-bottom: 30px;
  max-width: 450px;
}
@media (max-width: 992px) {
  .copy-image__copy h2 {
    max-width: 100%;
  }
}
.copy-image__copy p,
.copy-image__copy ul,
.copy-image__copy ol {
  font-size: 16px;
  line-height: 24px;
}

.cta-banner {
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cta-banner {
    height: 600px;
  }
}
.cta-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 37.96%, #000000 82.83%);
  z-index: 2;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .cta-banner::before {
    background: #3d3935;
    opacity: 0.4;
  }
}
.cta-banner__video {
  width: 150%;
}
@media (max-width: 992px) {
  .cta-banner__video {
    width: 200%;
  }
}
@media (max-width: 576px) {
  .cta-banner__video {
    display: none;
  }
}
.cta-banner__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cta-banner__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cta-banner__copy {
  width: 100%;
  z-index: 3;
  color: #fff;
}
.cta-banner__copy .inner {
  max-width: 900px;
}
@media (max-width: 576px) {
  .cta-banner__copy .inner {
    text-align: center !important;
    margin: 0 auto !important;
  }
}
.cta-banner__copy .inner--center {
  text-align: center;
  margin: 0 auto;
}
.cta-banner__copy .inner--right {
  margin-left: auto;
  text-align: right;
}
.cta-banner__copy .inner .eyebrow {
  padding-bottom: 15px;
}
.cta-banner__copy .inner h2 {
  transition: all 0.45s ease-in-out;
  opacity: 0;
}
@media (max-width: 576px) {
  .cta-banner__copy .inner h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.cta-banner__copy .inner h2 span {
  transition: all 0.45s ease-in-out;
  transform: translateY(-50px);
}
.cta-banner__copy .inner h2.is-visible {
  opacity: 1;
}
.cta-banner__copy .inner h2.is-visible span {
  transform: translateY(0);
}
.cta-banner__copy .inner .btn, .cta-banner__copy .inner .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .cta-banner__copy .inner .healcode-link.loginRegister, .cta-banner__copy .inner .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .cta-banner__copy .inner .healcode-link.loginRegister,
.cta-banner__copy .inner .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .cta-banner__copy .inner .healcode-link.loginRegister, .cta-banner__copy .inner .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .cta-banner__copy .inner input {
  margin-top: 30px;
}
.cta-banner .vertical-heading {
  color: #fff;
}

.cta-icons {
  background: #3d3935;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cta-icons {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .cta-icons--video {
    padding: 0;
  }
  .cta-icons--video .cta-icons__icons {
    padding-bottom: 60px;
  }
}
.cta-icons--video h2 {
  margin-top: 30px;
}
.cta-icons__heading p {
  color: #fff;
  max-width: 630px;
  margin: 15px auto;
  font-size: 16px;
  line-height: 24px;
}
.cta-icons h2 {
  color: #fff;
}
@media (max-width: 576px) {
  .cta-icons h2 {
    padding-top: 30px;
  }
}
.cta-icons__video {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta-icons__video {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cta-icons__video {
    margin: 0 -100% 0 -100%; /* old browsers fallback */
    margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}
.cta-icons__video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3d3935;
  opacity: 0.4;
  display: block;
}
.cta-icons__video .video__bg--mobile {
  display: none;
}
@media (max-width: 576px) {
  .cta-icons__video .video__bg--mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .cta-icons__video .video__bg--desktop {
    display: none;
  }
}
.cta-icons__video button:hover {
  filter: invert(87%) sepia(42%) saturate(1503%) hue-rotate(338deg) brightness(98%) contrast(90%);
}
.cta-icons__video button:hover img {
  filter: invert(1);
}
.cta-icons__icons {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cta-icons__icons {
    display: block;
  }
}
@media (max-width: 768px) {
  .cta-icons__icons {
    padding-top: 30px;
  }
}
.cta-icons__icons .cta {
  width: 25%;
  padding: 0 60px;
  color: #fff;
}
.cta-icons__icons .cta:hover h3 {
  color: #d65f52;
}
@media (max-width: 1280px) {
  .cta-icons__icons .cta {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cta-icons__icons .cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #fff;
  }
  .cta-icons__icons .cta:last-child {
    border-bottom: 1px solid #fff;
  }
}
.cta-icons__icons .cta__image {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cta-icons__icons .cta__image {
    margin: 0 20px 0 0;
  }
}
.cta-icons__icons .cta__image img {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cta-icons__icons .cta__image img {
    width: 60px;
  }
}
@media (max-width: 992px) {
  .cta-icons__icons .cta__info {
    text-align: left;
    width: calc(100% - 80px);
  }
}
.cta-icons__icons .cta__info h3 {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cta-icons__icons .cta__info h3 {
    margin-bottom: 0;
  }
}
.cta-icons__icons .cta__info p {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cta-icons__icons .cta__info p {
    margin-bottom: 0;
  }
}
.cta-icons__icons .cta__info .link {
  color: #d65f52;
}
.cta-icons__icons .cta__info .link span {
  border-bottom: 2px solid transparent;
}
.cta-icons__icons .cta__info .link:hover {
  color: #fff;
}
.cta-icons__icons .cta__info .link:hover span {
  border-color: #fff;
}
.cta-icons__icons .cta__info .link:hover::after {
  filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  .cta-icons__icons .cta__info .link {
    display: none;
  }
}
.cta-icons__actions {
  display: none;
}
@media (max-width: 992px) {
  .cta-icons__actions {
    display: flex;
    margin-top: 30px;
  }
}
.cta-icons .vertical-heading {
  color: #fff;
}

.cta-list {
  padding: 80px 0;
}
.cta-list .card-wrap {
  margin: 0 -10px;
}
.cta-list .card-wrap .card-outer {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .cta-list .card-wrap .card-outer {
    width: 100%;
  }
  .cta-list .card-wrap .card-outer:not(:last-child) {
    margin-bottom: 20px;
  }
}

.cta-slider--padding {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cta-slider--padding {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .cta-slider--padding {
    padding: 60px 0 40px 0;
  }
}

.cta-text {
  position: relative;
  padding: 0 0 100px 0;
}
@media (max-width: 768px) {
  .cta-text {
    padding: 0 0 40px 0;
  }
}
.cta-text--sm h2 {
  line-height: 64px;
}
.cta-text h2 {
  max-width: 890px;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .cta-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.cta-text p {
  font-size: 16px;
  line-height: 24px;
  max-width: 890px;
  margin: 0 auto 15px auto;
}
.cta-text p + .actions {
  padding: 40px 0;
}
.cta-text .actions {
  padding: 15px 0;
}

#lever-jobs-container {
  padding: 30px;
  border: 1px solid #979797;
}
#lever-jobs-container .lever-department {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
#lever-jobs-container .lever-team:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
#lever-jobs-container h4 {
  margin-bottom: 10px;
}
#lever-jobs-container .lever-job {
  margin-bottom: 10px;
}
#lever-jobs-container .lever-job .lever-job-title {
  font-weight: 600;
  color: #4e5569;
}

.footer {
  overflow: hidden;
  padding: 60px 0;
  background: #3d3935;
}
.footer__cta {
  overflow: hidden;
  background: #97a2ba;
  padding: 25px 0;
}
@media (max-width: 992px) {
  .footer__cta {
    padding: 60px 20px;
  }
}
.footer__cta h2 {
  line-height: 1;
  margin-top: 2px;
}
@media (max-width: 1280px) {
  .footer__cta h2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer__cta h2 {
    line-height: 1.4;
  }
}
.footer__cta .btn, .footer__cta .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .footer__cta .healcode-link.loginRegister, .footer__cta .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .footer__cta .healcode-link.loginRegister,
.footer__cta .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .footer__cta .healcode-link.loginRegister, .footer__cta .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .footer__cta input {
  margin-left: 40px;
}
@media (max-width: 1280px) {
  .footer__cta .btn, .footer__cta .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .footer__cta .healcode-link.loginRegister, .footer__cta .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .footer__cta .healcode-link.loginRegister,
  .footer__cta .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
  .page-template-class-plugin-combo .embed .footer__cta .healcode-link.loginRegister, .footer__cta .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .footer__cta input {
    margin: 20px auto 0 auto;
  }
}
.footer__info {
  color: #fff;
}
.footer__info .newsletter {
  width: 455px;
}
@media (max-width: 1280px) {
  .footer__info .newsletter {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .footer__info .newsletter {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
.footer__info .newsletter form {
  position: relative;
  margin-top: 15px;
}
.footer__info .newsletter form input,
.footer__info .newsletter form select {
  border: none;
}
.footer__info .newsletter form .gform_footer {
  padding: 0;
  margin: 16px 0 0 0;
}
.footer__info .newsletter form .gfield {
  margin-bottom: 0;
}
.footer__info .newsletter p {
  margin-top: 0;
}
.footer__info .footer-menus {
  width: calc(100% - 600px);
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .footer__info .footer-menus {
    width: calc(100% - 400px);
  }
}
@media (max-width: 992px) {
  .footer__info .footer-menus {
    width: 100%;
  }
}
.footer__info .footer-menus .menu-head {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer__info .footer-menus .menu-head {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__info .footer-menus .menu-head::after {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    background: url("images/icon-plus.svg") center center no-repeat;
    filter: invert(1);
  }
  .footer__info .footer-menus .menu-head.acc-open::after {
    background: url("images/icon-minus.svg") center center no-repeat;
    filter: brightness(0) invert(1);
  }
}
.footer__info .footer-menus a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.footer__info .footer-menus a:hover {
  color: #97a2ba;
}
.footer__info .footer-menus li {
  display: block;
  margin-bottom: 10px;
}
.footer__info .footer-menus .menus-wrap {
  width: calc(100% - 200px);
}
@media (max-width: 992px) {
  .footer__info .footer-menus .menus-wrap {
    width: calc(100% - 175px);
  }
}
@media (max-width: 576px) {
  .footer__info .footer-menus .menus-wrap {
    width: 100%;
  }
}
.footer__info .footer-menus .menus-wrap .menu {
  width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .footer__info .footer-menus .menus-wrap .menu {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 576px) {
  .footer__info .footer-menus .menus-wrap .menu nav {
    display: none;
    padding-top: 20px;
  }
}
.footer__info .footer-menus .footer-locations {
  width: 175px;
}
@media (max-width: 576px) {
  .footer__info .footer-menus .footer-locations {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .footer__info .footer-menus .footer-locations nav {
    padding-top: 20px;
    display: none;
  }
}
.footer__info .footer-menus .footer-locations .market-wrap {
  margin-bottom: 30px;
}
.footer__info .footer-menus .footer-locations .market-wrap:last-child {
  margin-bottom: 0;
}
.footer__info .footer-menus .footer-locations .market-wrap .market-title {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.footer__bottom {
  padding-top: 30px;
}
.footer__bottom .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  font-size: 12px;
}
@media (max-width: 576px) {
  .footer__bottom .inner {
    border-top: none;
  }
}
@media (max-width: 576px) {
  .footer__bottom .inner .footer__left {
    order: 2;
    width: 100%;
  }
}
.footer__bottom .inner .footer__left img {
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .footer__bottom .inner .footer__left img {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .footer__bottom .inner .footer__left .footer-logo {
    order: 3;
    margin: 15px auto 0 auto;
  }
}
@media (max-width: 576px) {
  .footer__bottom .inner .footer__social {
    order: 1;
    justify-content: center;
    width: 100%;
  }
}
.footer__bottom .inner .footer__social a {
  margin-left: 15px;
}
@media (max-width: 576px) {
  .footer__bottom .inner .footer__social a {
    margin: 0 10px;
  }
}
.footer__bottom .inner .copyright {
  color: #fff;
  margin-right: 40px;
}
@media (max-width: 576px) {
  .footer__bottom .inner .copyright {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 576px) {
  .footer__bottom .inner ul {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
}
.footer__bottom .inner li:first-child {
  margin-right: 40px;
}
@media (max-width: 576px) {
  .footer__bottom .inner li:first-child {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .footer__bottom .inner li {
    margin: 0 15px;
  }
}
.footer__bottom .inner li a {
  color: #fff;
  text-decoration: none;
}
.footer__bottom .inner li a:hover {
  color: #4e5569;
}

.generic-heading.pt--sm {
  padding-top: 20px;
}
.generic-heading.pt--md {
  padding-top: 40px;
}
.generic-heading.pt--lg {
  padding-top: 60px;
}
.generic-heading.pb--sm {
  padding-bottom: 20px;
}
.generic-heading.pb--md {
  padding-bottom: 40px;
}
.generic-heading.pb--lg {
  padding-bottom: 60px;
}
.generic-heading h2.align--left {
  text-align: left;
}
.generic-heading h2.align--center {
  text-align: center;
}
.generic-heading h2.align--right {
  text-align: right;
}

.fixed-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.logged-in .fixed-wrap {
  top: 32px;
}
@media (max-width: 992px) {
  .fixed-wrap.scrolling .header {
    padding: 15px 0;
  }
  .fixed-wrap.scrolling .header .logo {
    top: -5px;
  }
}
@media (max-width: 992px) {
  .fixed-wrap.menu-open .header {
    padding: 30px 0;
  }
  .fixed-wrap.menu-open .header .logo {
    top: -25px;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 30px 0;
  }
}
.header--solid {
  background: #fff;
}
.header--solid-template {
  background: #fff;
}
.search-open .header, .menu-open .header {
  background: #fff;
}
.header__logo > a {
  display: block;
  width: 90px;
  position: relative;
}
@media (max-width: 768px) {
  .header__logo > a {
    width: 70px;
  }
}
.scrolling .header__logo .logo--white {
  display: none;
}
@media (max-width: 992px) {
  .scrolling .header__logo .logo--white {
    display: block;
  }
}
.header__logo .logo--scroll {
  opacity: 0;
  width: 60px;
  margin-top: -10px;
}
.scrolling .header__logo .logo--scroll {
  opacity: 1;
}
@media (max-width: 992px) {
  .scrolling .header__logo .logo--scroll {
    opacity: 0;
  }
}
.header__logo img {
  position: absolute;
  top: 15px;
  left: 0;
}
@media (max-width: 992px) {
  .header__logo img {
    top: -15px;
  }
}
@media (max-width: 768px) {
  .header--solid-template .header__logo img {
    top: -25px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header__nav a[href="#"] {
  cursor: context-menu;
}
.header__nav .top-level {
  position: relative;
  padding: 25px 20px;
}
.header__nav .top-level:hover > a {
  color: #4e5569;
  border-bottom: 2px solid #4e5569;
}
.header__nav .top-level:hover .sub-menu {
  display: block;
}
.header__nav .top-level.loc-menu .sub-menu {
  width: 545px;
  left: 50%;
  transform: translateX(-50%);
}
.header__nav .top-level.loc-menu .sub-menu .market-col {
  width: calc(50% - 30px);
}
.header__nav .top-level.loc-menu .sub-menu .market-wrap {
  padding-bottom: 35px;
}
.header__nav .top-level.loc-menu .sub-menu .market-wrap .market-title {
  display: block;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
}
.header__nav .top-level.loc-menu .sub-menu .market-wrap ul {
  padding: 0;
}
.header__nav .top-level.loc-menu .sub-menu .market-wrap ul .loc {
  display: flex;
  align-items: center;
}
.header__nav .top-level.loc-menu .sub-menu .market-wrap ul .loc .icon-check {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #3d3935;
  margin-right: 5px;
  border-radius: 100%;
  position: relative;
  background: #4e5569;
  border-color: #4e5569;
}
.header__nav .top-level.loc-menu .sub-menu .market-wrap ul .loc .icon-check::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: url("images/icon-check.svg") center center/contain no-repeat;
  filter: brightness(0) invert(1);
}
.header__nav .top-level.loc-menu .sub-menu .market-wrap ul a {
  font-weight: 400;
}
.header__nav .top-level.loc-menu .sub-menu .sub-cta {
  border-top: 1px solid #f2f2f2;
  width: 100%;
}
.header__nav .top-level.loc-menu .sub-menu .sub-cta a {
  margin: 15px 0 -15px 0;
  padding: 0 0 0 0;
  color: #4e5569;
}
.header__nav .top-level.loc-menu .sub-menu .sub-cta a::after {
  opacity: 1;
  right: 0;
}
.header__nav .top-level > a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.header--solid .header__nav .top-level > a, .menu-open .header__nav .top-level > a, .search-open .header__nav .top-level > a, .header--solid-template .header__nav .top-level > a {
  color: #3d3935;
}
.header__nav .top-level .sub-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 30px;
  left: -10px;
  width: 200px;
  display: none;
  border-bottom: 5px solid #4e5569;
  border-top: 2px solid #f2f2f2;
}
.header__nav .top-level .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.header__nav .top-level .sub-menu a {
  display: block;
  color: #3d3935;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.header__nav .top-level .sub-menu a:hover {
  color: #4e5569;
}
.header__nav .btn--nav {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-weight: 700;
  background: #d65f52;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #d65f52;
}
.header__nav .btn--nav:hover {
  border: 1px solid #d65f52;
  background: transparent;
  color: #d65f52;
}
.header__mobile {
  display: none;
}
@media (max-width: 992px) {
  .header__mobile {
    display: block;
  }
}
.header__mobile li {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.header__mobile li.location-home {
  display: none;
}
.header--solid .header__mobile li img:not(.icon-alert):not(.icon-close), .menu-open .header__mobile li img:not(.icon-alert):not(.icon-close), .header--solid-template .header__mobile li img:not(.icon-alert):not(.icon-close) {
  filter: invert(1);
}
.header__mobile li .icon--location {
  position: relative;
}
.header__mobile li .icon--location.alert .icon-alert {
  opacity: 1;
}
.header__mobile li .icon--location.is-active .icon-close {
  opacity: 1;
}
.header__mobile li .icon--location.is-active .icon-marker {
  opacity: 0;
}
.header__mobile li .icon--location .icon-alert {
  opacity: 0;
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 9;
}
.header__mobile li .icon--location .icon-close {
  opacity: 0;
}
.header__mobile li .icon--location img {
  width: 17px;
}
.header__mobile li .icon--account img {
  width: 20px;
}
.header--solid .header__mobile li .hamburger .hamburger-inner, .menu-open .header__mobile li .hamburger .hamburger-inner, .header--solid-template .header__mobile li .hamburger .hamburger-inner {
  background: #3d3935;
}
.header--solid .header__mobile li .hamburger .hamburger-inner::before, .header--solid .header__mobile li .hamburger .hamburger-inner::after, .menu-open .header__mobile li .hamburger .hamburger-inner::before, .menu-open .header__mobile li .hamburger .hamburger-inner::after, .header--solid-template .header__mobile li .hamburger .hamburger-inner::before, .header--solid-template .header__mobile li .hamburger .hamburger-inner::after {
  background: #3d3935;
}
.header__mobile li .hamburger span {
  display: block;
}

.hero__slide {
  position: relative;
  height: 850px;
}
@media (max-width: 768px) {
  .hero__slide {
    height: 600px;
  }
}
.hero__slide.hero__slide--overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(268.42deg, rgba(0, 0, 0, 0.0001) 27.93%, #000000 75.01%);
  mix-blend-mode: multiply;
  opacity: 0.45;
}
@media (max-width: 768px) {
  .hero__slide.hero__slide--overlay::after {
    background: #3d3935;
  }
}
.hero__slide .slide__bg {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.hero__slide .slide__bg--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero__slide .slide__bg--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero__slide .slide__bg--desktop {
    display: none;
  }
}
.hero__slide .slide__copy {
  z-index: 5;
  width: 100%;
}
.hero__slide .slide__copy .inner {
  max-width: 650px;
}
@media (max-width: 768px) {
  .hero__slide .slide__copy .inner {
    text-align: center !important;
    margin: 0 auto !important;
  }
}
.hero__slide .slide__copy .inner--center {
  margin: 0 auto;
  text-align: center;
}
.hero__slide .slide__copy .inner--center p {
  margin: 20px auto;
}
.hero__slide .slide__copy .inner--right {
  margin-left: auto;
  text-align: right;
}
.hero__slide .slide__copy .inner--right p {
  margin: 20px 0 20px auto;
}
.hero__slide .slide__copy h2 {
  color: #fff;
}
.hero__slide .slide__copy h2 .yellow {
  display: block;
  color: #cddc29;
}
.hero__slide .slide__copy p {
  max-width: 550px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}
@media (max-width: 992px) {
  .hero__slide .slide__copy p {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero__slide .slide__copy .btn, .hero__slide .slide__copy .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .hero__slide .slide__copy .healcode-link.loginRegister, .hero__slide .slide__copy .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .hero__slide .slide__copy .healcode-link.loginRegister,
.hero__slide .slide__copy .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .hero__slide .slide__copy .healcode-link.loginRegister, .hero__slide .slide__copy .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .hero__slide .slide__copy input {
  margin-top: 30px;
}
.hero--lg {
  height: 850px;
  overflow: hidden;
  background: #3d3935;
  position: relative;
}
@media (max-width: 768px) {
  .hero--lg {
    height: 600px;
  }
}
.hero--md {
  height: 700px;
  overflow: hidden;
  background: #3d3935;
  position: relative;
}
@media (max-width: 768px) {
  .hero--md {
    height: 600px !important;
  }
}
.hero--md .hero__slide {
  height: 700px;
}
@media (max-width: 768px) {
  .hero--md .hero__slide {
    height: 600px !important;
  }
}
.hero--sm {
  height: 500px;
  overflow: hidden;
  background: #3d3935;
  position: relative;
}
@media (max-width: 768px) {
  .hero--sm {
    height: 600px;
  }
}
.hero--sm .hero__slide {
  height: 500px;
}
@media (max-width: 768px) {
  .hero--sm .hero__slide {
    height: 600px;
  }
}
.hero--location .hero__copy h1, .hero--market .hero__copy h1 {
  max-width: 100%;
  width: 100%;
}
.hero--location h2, .hero--market h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.hero--market .hero__copy h1 {
  max-width: 100%;
}
@media (max-width: 992px) {
  .hero--market .hero__copy h2 span {
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  .hero--market .hero__copy h2 span {
    display: inline;
  }
}
.hero--market .hero__copy h2 span span {
  background: none !important;
}
.hero--market .hero__copy h2 div {
  display: inline;
}
.hero--market .container.justify-left h2 {
  justify-content: left;
}
@media (max-width: 768px) {
  .hero--market .container.justify-left h2 {
    justify-content: center;
  }
}
.hero--market .container.justify-center h2 {
  justify-content: center;
}
@media (max-width: 768px) {
  .hero--market .container.justify-center h2 {
    justify-content: center;
  }
}
.hero--market .container.justify-right h2 {
  justify-content: right;
}
@media (max-width: 768px) {
  .hero--market .container.justify-right h2 {
    justify-content: center;
  }
}
.hero--global.hero--overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 67.65%, #000000 100%);
  opacity: 0.5;
  height: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero--global.hero--overlay::before {
    display: none;
  }
}
.hero--global.hero--overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(268.42deg, rgba(0, 0, 0, 0.0001) 27.93%, #000000 75.01%);
  mix-blend-mode: multiply;
  opacity: 0.45;
}
@media (max-width: 768px) {
  .hero--global.hero--overlay::after {
    background: #3d3935;
  }
}
.hero--global .hero__bg {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.hero--global .hero__bg--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero--global .hero__bg--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero--global .hero__bg--desktop {
    display: none;
  }
}
.hero--global .hero__copy {
  width: 100%;
  z-index: 5;
  color: #fff;
}
.hero--global .hero__copy .container.justify-left {
  text-align: left;
}
.hero--global .hero__copy .container.justify-left .actions {
  text-align: left;
}
@media (max-width: 768px) {
  .hero--global .hero__copy .container.justify-left {
    justify-content: center;
    text-align: center;
  }
  .hero--global .hero__copy .container.justify-left .actions {
    text-align: center;
  }
}
.hero--global .hero__copy .container.justify-center {
  text-align: center;
}
.hero--global .hero__copy .container.justify-center .actions {
  text-align: center;
}
@media (max-width: 768px) {
  .hero--global .hero__copy .container.justify-center {
    justify-content: center;
    text-align: center;
  }
  .hero--global .hero__copy .container.justify-center .actions {
    text-align: center;
  }
}
.hero--global .hero__copy .container.justify-right {
  text-align: right;
}
.hero--global .hero__copy .container.justify-right .actions {
  text-align: right;
}
@media (max-width: 768px) {
  .hero--global .hero__copy .container.justify-right {
    justify-content: center;
    text-align: center;
  }
  .hero--global .hero__copy .container.justify-right .actions {
    text-align: center;
  }
}
.hero--global .hero__copy .eyebrow {
  width: 100%;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .hero--global .hero__copy h1 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 576px) {
  .hero--global .hero__copy h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
.hero--global .hero__copy .loc-wrap {
  width: 100%;
}
.hero--global .hero__copy h2 {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .hero--global .hero__copy h2 {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .hero--global .hero__copy h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    width: 100%;
  }
}
.hero--global .hero__copy h2:last-child .sep {
  display: none;
}
.hero--global .hero__copy h2 .sep {
  display: inline-block;
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .hero--global .hero__copy h2 .sep {
    padding: 0 0 0 5px;
    display: none;
  }
}
.hero--global .hero__copy .actions {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hero--global .hero__copy .actions {
    margin-top: 20px;
  }
}
.hero--global h1 {
  max-width: 730px;
}
.hero--blog .hero__copy .underline-logo {
  width: 100%;
}
.hero--blog .hero__copy img {
  height: 52px;
  filter: invert(1);
}
@media (max-width: 768px) {
  .hero--blog .hero__copy img {
    margin: 0 auto;
  }
}
.hero--blog .hero__copy h1 {
  max-width: 900px;
}
.hero--blog .hero__details {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .hero--blog .hero__details {
    justify-content: center;
  }
}
.hero--blog .hero__details .sep {
  padding: 0 10px;
}
.hero--blog .hero__details .post__cats a {
  color: #fff;
}
.hero--blog .hero__details .post__cats a:last-child .cat-sep {
  display: none;
}
.hero--blog .hero__details .post__cats a:hover {
  color: #4e5569;
}
.hero--home {
  max-height: 850px;
  overflow: hidden;
  background: #3d3935;
}
.hero--home h2 {
  margin-bottom: 10px;
}
.hero--home p {
  font-style: italic;
}

.instafeed {
  padding: 40px 0 80px 0;
}
@media (max-width: 992px) {
  .instafeed {
    padding: 20px 0 40px 0;
  }
}
.instafeed__heading {
  position: relative;
  z-index: 5;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .instafeed__heading {
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .instafeed__heading h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.instafeed__heading .link {
  margin-right: 46px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .instafeed__heading .link {
    display: none;
  }
}
.instafeed__slider {
  padding: 0 35px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .instafeed__slider {
    padding: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
}
.instafeed__slider .slick-protect {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .instafeed__slider .slick-protect {
    width: 50%;
    padding: 5px;
  }
  .instafeed__slider .slick-protect:nth-child(n+5) {
    display: none;
  }
}
.instafeed__slider .slick-protect img {
  width: 100%;
}
.instafeed__slider .slick-arrow {
  height: 40px;
  width: 40px;
  border: 1px solid #3d3935;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instafeed__slider .slick-arrow:hover {
  background: #3d3935;
}
.instafeed__slider .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
.instafeed__slider .slick-arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  opacity: 1;
}
.instafeed__slider .slick-arrow.slick-prev::before {
  background: url("images/icon-arrow-left-black.svg") center center no-repeat;
}
.instafeed__slider .slick-arrow.slick-next::before {
  background: url("images/icon-arrow-right-black.svg") center center no-repeat;
}
.instafeed__actions {
  display: none;
}
@media (max-width: 768px) {
  .instafeed__actions {
    display: flex;
    margin-top: 30px;
  }
}

.intro-copy {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .intro-copy {
    padding: 60px 0;
  }
}
.intro-copy + .class-list {
  padding-top: 0;
}
.intro-copy h2 {
  max-width: 980px;
  margin: 0 auto 30px auto;
}
@media (max-width: 576px) {
  .intro-copy h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.intro-copy__copy {
  max-width: 780px;
  margin: 0 auto;
}
.intro-copy__copy p {
  font-size: 16px;
  line-height: 24px;
}
.intro-copy__copy p:last-child {
  margin-bottom: 0;
}
.intro-copy__copy a {
  font-weight: 600;
  color: #4e5569;
}
.intro-copy__copy a:hover {
  color: #cddc29;
}
.intro-copy__actions {
  margin-top: 40px;
}

.intro-details {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 576px) {
  .intro-details {
    padding: 0 0 40px 0;
  }
}
.intro-details__details {
  width: 515px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
@media (max-width: 992px) {
  .intro-details__details {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .intro-details__details {
    padding: 30px 0;
  }
  .intro-details__details::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 200vw;
    left: -100vw;
    height: 100%;
    background: #f2f2f2;
    z-index: 1;
  }
}
body:not(.single-location) .intro-details__details::before {
  background: none;
}
.intro-details__details .inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .intro-details__details .mobile-block {
    background: #fff;
    padding: 15px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between;
  }
  .intro-details__details .mobile-block::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
  }
}
.intro-details__details .mobile-block__icon {
  display: none;
}
@media (max-width: 576px) {
  .intro-details__details .mobile-block__icon {
    display: block;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .intro-details__details .mobile-block__content {
    width: calc(100% - 35px);
    text-align: left;
  }
  .intro-details__details .mobile-block__content a {
    color: #3d3935;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .intro-details__details .heading--underline {
    font-size: 40px;
    line-height: 45px;
  }
  .single-location .intro-details__details .heading--underline {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .intro-details__details .heading--underline {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}
.intro-details__details p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .intro-details__details p {
    text-align: center;
  }
}
.intro-details__details .actions {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .intro-details__details .actions {
    text-align: center;
  }
}
.intro-details__details .address {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .intro-details__details .address {
    margin-top: 0;
  }
}
.intro-details__details .address a {
  color: #3d3935;
}
.intro-details__details .address a:hover {
  color: #4e5569;
}
.intro-details__details .actions {
  flex-direction: column;
}
@media (max-width: 576px) {
  .intro-details__details .actions {
    display: block;
  }
}
.intro-details__details .actions .phone {
  text-decoration: none;
  color: #3d3935;
}
.intro-details__details .actions .phone:hover {
  color: #4e5569;
}
.intro-details__details .hours {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .intro-details__details .hours {
    margin-top: 0;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .intro-details__details .hours::after {
    opacity: 0;
  }
  .intro-details__details .hours img {
    margin-top: 5px;
  }
}
.intro-details__details .hours .day strong {
  display: inline-block;
  margin-right: 10px;
}
.intro-details__details .hours button {
  font-size: 16px;
}
.intro-details__details .hours button.acc-open::after {
  transform: scaleY(-1);
}
.intro-details__details .hours button::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: url("images/icon-chevron-down.svg") center center/contain no-repeat;
  margin-left: 15px;
}
.intro-details__details .hours .hours-list {
  margin-top: 10px;
}
.intro-details__copy {
  width: calc(100% - 700px);
}
@media (max-width: 1280px) {
  .intro-details__copy {
    width: calc(100% - 550px);
  }
}
@media (max-width: 992px) {
  .intro-details__copy {
    width: 100%;
    margin-top: 40px;
  }
}
.intro-details__copy .copy--mobile {
  display: none;
}
@media (max-width: 768px) {
  .intro-details__copy .copy--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .intro-details__copy .copy--desktop {
    display: none;
  }
}
.intro-details__copy .copy__block {
  margin-bottom: 45px;
}
.intro-details__copy .copy__block h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.intro-details__copy .copy__block li {
  margin-bottom: 10px;
}
.intro-details__copy .copy__block:last-child {
  margin-bottom: 0;
}
.intro-details__copy p,
.intro-details__copy li {
  font-size: 16px;
  line-height: 24px;
}
.intro-details__copy p:last-child,
.intro-details__copy li:last-child {
  margin-bottom: 0;
}
.intro-details__copy a {
  color: #4e5569;
  font-weight: 500;
}
.intro-details__copy a:hover {
  color: #97a2ba;
}
@media (max-width: 992px) {
  .intro-details--routes .intro-details__copy {
    margin-top: 15px;
  }
  .intro-details--routes .intro-details__copy .inner {
    margin-top: 0;
  }
}

.intro-form {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 992px) {
  .intro-form {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .intro-form {
    padding: 100px 0 60px 0;
  }
}
.intro-form::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #f1f1f1 0.53%, rgba(241, 241, 241, 0.0001) 50%);
  opacity: 0.45;
  z-index: 1;
}
.intro-form .container {
  position: relative;
  z-index: 2;
}
.intro-form__sidebar {
  width: 420px;
}
@media (max-width: 1280px) {
  .intro-form__sidebar {
    width: 360px;
  }
}
@media (max-width: 992px) {
  .intro-form__sidebar {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
.intro-form__sidebar h1 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .intro-form__sidebar h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
.intro-form__sidebar p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .intro-form__sidebar ul {
    display: none;
  }
}
.intro-form__sidebar ul li {
  margin-bottom: 15px;
}
.intro-form__sidebar ul li img {
  max-width: 30px;
  margin-right: 15px;
}
.intro-form__sidebar ul li p {
  width: calc(100% - 45px);
  margin: 0;
}
.intro-form__sidebar ul li p a {
  color: #4e5569;
}
.intro-form__info {
  width: calc(100% - 660px);
}
@media (max-width: 1280px) {
  .intro-form__info {
    width: calc(100% - 420px);
  }
}
@media (max-width: 992px) {
  .intro-form__info {
    width: 100%;
  }
}
.intro-form__info select {
  margin-bottom: 15px;
}
.intro-form__info .contacts {
  margin-bottom: 15px;
}
.intro-form__info h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
}
.intro-form__info h3.no-pad {
  margin: 0;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.intro-form__info .managers {
  margin: 0 -15px;
}
.intro-form__info .managers .manager {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .intro-form__info .managers .manager {
    width: 100%;
  }
}
.intro-form__info .managers .manager strong {
  font-size: 18px;
}
.intro-form__info .managers .manager .eyebrow {
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 10px 0;
}
.intro-form__info .managers .manager .actions div:not(:last-child) {
  margin-bottom: 5px;
}
.intro-form__info .managers .manager .actions div a {
  color: #4e5569;
}
.intro-form__info .managers .manager .actions div a:hover {
  color: #97a2ba;
}
.intro-form__info .message a {
  color: #4e5569 !important;
}
.intro-form__info .message a:hover {
  color: #97a2ba !important;
}
.intro-form__form {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .intro-form__form {
    width: 100%;
  }
}
.intro-form__form ul {
  display: none;
}
@media (max-width: 992px) {
  .intro-form__form ul {
    display: block;
    margin-top: 30px;
  }
}
.intro-form__form ul li {
  margin-bottom: 15px;
}
.intro-form__form ul li img {
  max-width: 30px;
  margin-right: 15px;
}
.intro-form__form ul li p {
  width: calc(100% - 45px);
  margin: 0;
}
.intro-form__form ul li p a {
  color: #4e5569;
}

.form-wrap {
  padding: 50px;
  background: #fff;
  border: 1px solid #d7d7d7;
}
@media (max-width: 768px) {
  .form-wrap {
    padding: 15px;
  }
}
.form-wrap .gform_required_legend {
  display: none;
}
.form-wrap .gform_description {
  font-size: 16px;
  line-height: 24px;
}
.form-wrap .gfield {
  position: relative;
}
.form-wrap .gfield input,
.form-wrap .gfield textarea {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  font-size: 16px !important;
}
.form-wrap .gfield.in-focus input,
.form-wrap .gfield.in-focus textarea {
  border: 1px solid #3d3935;
  background: #fff;
}
.form-wrap .gfield input {
  padding: 20px;
}
.form-wrap .gfield label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.form-wrap .gfield--type-textarea label {
  transform: none;
}
.form-wrap .gfield.gfield_error input,
.form-wrap .gfield.gfield_error textarea,
.form-wrap .gfield.gfield_error select {
  border: 1px solid #4e5569;
}
.form-wrap .gform_submission_error {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.form-wrap .validation_message {
  display: none !important;
}

.gform_button:not(#gform_submit_button_1) {
  padding: 15px 40px !important;
  min-width: 150px !important;
  line-height: 18px !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: none !important;
  border-radius: 0 !important;
  border: 1px solid #4e5569 !important;
  background: #4e5569 !important;
  color: #fff !important;
  letter-spacing: 2px !important;
}
.gform_button:not(#gform_submit_button_1):hover {
  background: transparent !important;
  color: #4e5569 !important;
}

.location-box:not(:last-child) {
  margin-bottom: 15px;
}
.location-box__inner {
  background: #f2f2f2;
  padding: 25px;
}
.location-box__info {
  width: calc(100% - 200px);
}
.location-box__info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 15px;
}
.location-box__info .address span {
  display: block;
}
.location-box__info .phone {
  color: #3d3935;
  text-decoration: none;
}
.location-box__info .phone:hover {
  color: #4e5569;
}
.location-box__actions {
  width: 150px;
}

.location-cta {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .location-cta__inner {
    background: #f2f2f2;
    padding: 30px;
    text-align: center;
  }
}
.location-cta h2.eyebrow {
  display: flex;
  justify-content: right;
}
@media (max-width: 768px) {
  .location-cta h2.eyebrow {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.location-cta h2.eyebrow img {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .location-cta h2.eyebrow img {
    width: 12px;
    margin-right: 5px;
  }
}
.location-cta h3 .heading--two, .location-cta h3 .heading-block .heading--one, .heading-block .location-cta h3 .heading--one {
  font-size: 85px;
}
@media (max-width: 768px) and (max-width: 576px) {
  .location-cta h3 .heading--two, .location-cta h3 .heading-block .heading--one, .heading-block .location-cta h3 .heading--one {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .location-cta h3 .eyebrow {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .location-cta h3 {
    line-height: 40px;
  }
  .location-cta h3 .heading--one {
    font-size: 40px;
    line-height: 40px;
  }
}
.location-cta h3.heading--five {
  margin-top: 15px;
}
.location-cta .actions {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .location-cta .actions {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .location-cta .actions {
    display: block;
    text-align: center;
  }
}
.location-cta .actions .btn:first-child, .location-cta .actions .page-template-page-builder .embed .healcode-link.loginRegister:first-child, .page-template-page-builder .embed .location-cta .actions .healcode-link.loginRegister:first-child, .location-cta .actions .page-template-plugin .embed .healcode-link.loginRegister:first-child, .page-template-plugin .embed .location-cta .actions .healcode-link.loginRegister:first-child,
.location-cta .actions .page-template-class-plugin-combo .embed .healcode-link.loginRegister:first-child,
.page-template-class-plugin-combo .embed .location-cta .actions .healcode-link.loginRegister:first-child, .location-cta .actions .footer__info .newsletter form .gform_footer input:first-child, .footer__info .newsletter form .gform_footer .location-cta .actions input:first-child {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .location-cta .actions .btn:first-child, .location-cta .actions .page-template-page-builder .embed .healcode-link.loginRegister:first-child, .page-template-page-builder .embed .location-cta .actions .healcode-link.loginRegister:first-child, .location-cta .actions .page-template-plugin .embed .healcode-link.loginRegister:first-child, .page-template-plugin .embed .location-cta .actions .healcode-link.loginRegister:first-child,
  .location-cta .actions .page-template-class-plugin-combo .embed .healcode-link.loginRegister:first-child,
  .page-template-class-plugin-combo .embed .location-cta .actions .healcode-link.loginRegister:first-child, .location-cta .actions .footer__info .newsletter form .gform_footer input:first-child, .footer__info .newsletter form .gform_footer .location-cta .actions input:first-child {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 576px) {
  .location-cta .actions .btn.hide-mobile, .location-cta .actions .page-template-page-builder .embed .hide-mobile.healcode-link.loginRegister, .page-template-page-builder .embed .location-cta .actions .hide-mobile.healcode-link.loginRegister, .location-cta .actions .page-template-plugin .embed .hide-mobile.healcode-link.loginRegister, .page-template-plugin .embed .location-cta .actions .hide-mobile.healcode-link.loginRegister,
  .location-cta .actions .page-template-class-plugin-combo .embed .hide-mobile.healcode-link.loginRegister,
  .page-template-class-plugin-combo .embed .location-cta .actions .hide-mobile.healcode-link.loginRegister, .location-cta .actions .footer__info .newsletter form .gform_footer input.hide-mobile, .footer__info .newsletter form .gform_footer .location-cta .actions input.hide-mobile {
    display: none;
  }
}
.location-cta .actions .link {
  display: none;
}
@media (max-width: 576px) {
  .location-cta .actions .link {
    display: block;
  }
}

.membership-list {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .membership-list {
    padding: 60px 0;
  }
}
.membership-list__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .membership-list__heading h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.membership-list__heading .actions {
  margin-top: 30px;
}
.membership-list__heading .actions span {
  font-weight: 700;
  display: block;
  margin-right: 30px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .membership-list__heading .actions span {
    width: 100%;
    margin-bottom: 10px;
  }
}
.membership-list__heading .actions select {
  background-color: #fff;
  max-width: 350px;
}
.membership-list__tabs .price-cat {
  background: #f2f2f2;
  padding: 30px 30px 20px 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat {
    padding: 40px 15px 20px 15px;
    margin-bottom: 40px;
  }
}
.membership-list__tabs .price-cat__heading {
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat__heading {
    justify-content: center;
    text-align: center;
  }
}
.membership-list__tabs .price-cat__heading .eyebrow {
  font-size: 20px;
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat__heading .eyebrow {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .membership-list__tabs .price-cat__heading h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 992px) {
  .membership-list__tabs .price-cat__heading h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1280px) {
  .membership-list__tabs .price-cat__heading .actions {
    width: 100%;
    margin-top: 20px;
  }
}
.membership-list__tabs .price-cat__list {
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat__list {
    margin: 0;
  }
}
.membership-list__tabs .price-cat .price-block {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .membership-list__tabs .price-cat .price-block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat .price-block {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.membership-list__tabs .price-cat .price-block--group {
  width: 100%;
}
.membership-list__tabs .price-cat .price-block--group .price-block__inner {
  flex-direction: row;
  justify-content: unset;
}
.membership-list__tabs .price-cat .price-block--group .price-block__inner img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat .price-block--group .price-block__inner img {
    display: none;
  }
}
.membership-list__tabs .price-cat .price-block--group .price-block__inner .group-price {
  justify-self: flex-end;
  margin-left: auto;
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat .price-block--group .price-block__inner .group-price {
    margin-left: unset;
    width: 100%;
    justify-self: unset;
    padding-top: 15px;
  }
}
.membership-list__tabs .price-cat .price-block__inner {
  padding: 30px;
  background: #fff;
  border: 1px solid #3d3935;
  color: #3d3935;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.membership-list__tabs .price-cat .price-block__inner.anchor:hover {
  border: 1px solid #4e5569;
}
.membership-list__tabs .price-cat .price-block__inner.anchor:hover .btn, .membership-list__tabs .price-cat .price-block__inner.anchor:hover .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .membership-list__tabs .price-cat .price-block__inner.anchor:hover .healcode-link.loginRegister, .membership-list__tabs .price-cat .price-block__inner.anchor:hover .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .membership-list__tabs .price-cat .price-block__inner.anchor:hover .healcode-link.loginRegister,
.membership-list__tabs .price-cat .price-block__inner.anchor:hover .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .membership-list__tabs .price-cat .price-block__inner.anchor:hover .healcode-link.loginRegister, .membership-list__tabs .price-cat .price-block__inner.anchor:hover .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .membership-list__tabs .price-cat .price-block__inner.anchor:hover input {
  background: transparent;
  color: #4e5569;
}
.membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover {
  border: 1px solid #d65f52;
}
.membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .btn, .membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .healcode-link.loginRegister, .membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .healcode-link.loginRegister,
.membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .healcode-link.loginRegister, .membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .membership-list__tabs .price-cat .price-block__inner.anchor--sale:hover input {
  background: transparent;
  color: #d65f52;
}
.membership-list__tabs .price-cat .price-block__upper {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .membership-list__tabs .price-cat .price-block__upper {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat .price-block__upper {
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .membership-list__tabs .price-cat .price-block h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.membership-list__tabs .price-cat .price-block .sub {
  font-size: 14px;
  font-weight: 700;
}
.membership-list__tabs .price-cat .price-block .btn, .membership-list__tabs .price-cat .price-block .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .membership-list__tabs .price-cat .price-block .healcode-link.loginRegister, .membership-list__tabs .price-cat .price-block .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .membership-list__tabs .price-cat .price-block .healcode-link.loginRegister,
.membership-list__tabs .price-cat .price-block .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .membership-list__tabs .price-cat .price-block .healcode-link.loginRegister, .membership-list__tabs .price-cat .price-block .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .membership-list__tabs .price-cat .price-block input {
  margin-top: 15px;
}
.membership-list__tabs .price-cat .price-block .cost {
  margin: 0;
  font-weight: 900;
  color: #4e5569;
  font-size: 30px;
}
@media (max-width: 992px) {
  .membership-list__tabs .price-cat .price-block .cost {
    font-size: 20px;
    line-height: 25px;
  }
}
.membership-list__tabs .price-cat .price-block .cost .price--orig {
  color: #848381;
  text-decoration: line-through;
}
.membership-list__tabs .price-cat .price-block .cost .price--sale {
  color: #d65f52;
  display: inline-block;
  margin-left: 10px;
}
.membership-list__tabs .price-cat .price-block .fine-print {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .membership-list__tabs .price-cat .price-block .fine-print {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .membership-list__tabs .price-cat .price-block .fine-print {
    font-size: 12px;
    margin-top: 5px;
  }
}

.message-bar {
  background: #4e5569;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .message-bar {
    padding: 5px 0;
  }
}
.message-bar__message {
  color: #fff;
}
@media (max-width: 576px) {
  .message-bar__message {
    font-size: 12px;
  }
}
.message-bar__message p {
  margin: 0;
  display: block;
}
@media (max-width: 576px) {
  .message-bar__message p {
    font-size: 12px;
  }
}
.message-bar__message a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 576px) {
  .message-bar__message a {
    font-size: 12px;
  }
}
.message-bar__message a:hover {
  color: #97a2ba;
}
.message-bar__slider {
  height: 20px;
  overflow: hidden;
}
.message-bar__slider.slick-initialized {
  height: unset;
  overflow: unset;
}
.mobile-menu-location {
  width: 100%;
  height: 100vh;
  background: #f2f2f2;
  padding: 15px 0;
  overflow: auto;
  display: none;
}
.mobile-menu-location__current {
  background: #fff;
  padding: 20px;
}
.mobile-menu-location__current a {
  color: #3d3935;
}
.mobile-menu-location__current a::after {
  content: "";
  display: block;
  height: 12px;
  width: 7px;
  background: url("images/icon-chevron-right-bold.svg") center center/contain no-repeat;
  margin-top: 3px;
}
.mobile-menu-location__current h2.eyebrow {
  font-size: 12px;
  display: flex;
  margin-bottom: 10px;
}
.mobile-menu-location__current h2.eyebrow img {
  width: 10px;
  margin-right: 5px;
}
.mobile-menu-location__current h3 {
  font-size: 20px;
  line-height: 1;
  width: calc(100% - 20px);
}
.mobile-menu-location__current h3 .heading--two, .mobile-menu-location__current h3 .heading-block .heading--one, .heading-block .mobile-menu-location__current h3 .heading--one {
  font-size: 20px;
  line-height: 1;
}
.mobile-menu-location__current h3 .eyebrow {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.mobile-menu-location__list {
  background: #fff;
  padding: 20px;
  margin-top: 15px;
}
.mobile-menu-location__list .list-trigger {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
.mobile-menu-location__list .list-trigger.acc-open {
  color: #979797;
}
.mobile-menu-location__list .list-trigger.acc-open::after {
  background: url("images/icon-minus.svg") center center no-repeat;
}
.mobile-menu-location__list .list-trigger::after {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background: url("images/icon-plus.svg") center center no-repeat;
}
.mobile-menu-location__list .list-body {
  padding-top: 15px;
  display: none;
}
.mobile-menu-location__list .list-body .market-title {
  font-weight: 700;
  display: block;
  font-size: 12px;
  color: #3d3935;
  background: #f2f2f2;
  padding: 8px 10px;
  letter-spacing: 2px;
}
.mobile-menu-location__list .list-body .loc {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.mobile-menu-location__list .list-body .loc:last-child {
  border-bottom: none;
}
.mobile-menu-location__list .list-body .loc button {
  text-align: left;
  width: 100%;
}
.mobile-menu-location__list .list-body .loc .is-active .icon-check {
  background: #4e5569;
  border-color: #4e5569;
}
.mobile-menu-location__list .list-body .loc .is-active .icon-check::before {
  opacity: 1;
}
.mobile-menu-location__list .list-body .loc .is-active .title {
  color: #4e5569;
}
.mobile-menu-location__list .list-body .loc .icon-check {
  width: 20px;
  height: 20px;
  border: 1px solid #3d3935;
  margin-right: 20px;
  border-radius: 100%;
  position: relative;
}
.mobile-menu-location__list .list-body .loc .icon-check::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background: url("images/icon-check.svg") center center/contain no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0;
}
.mobile-menu-location__list .list-body .loc .heading {
  width: calc(100% - 40px);
}
.mobile-menu-location__list .list-body .loc span {
  display: block;
  color: #3d3935;
}
.mobile-menu-location__list .list-body .loc span.title {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 5px;
}
.mobile-menu-location__list .list-body .loc span.market {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.mobile-menu {
  display: none;
  width: 100%;
  background: #f2f2f2;
  border-top: 5px solid #f2f2f2;
}
.mobile-menu > nav {
  overflow: auto;
  padding-bottom: 40px;
}
.mobile-menu > nav > ul > li:first-child {
  padding-top: 15px;
}
.mobile-menu > nav > ul > li:last-child {
  padding-bottom: 15px;
}
.mobile-menu nav > ul > li {
  background: #fff;
}
.mobile-menu .top-level {
  color: #3d3935;
  font-weight: 900;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 0;
}
.mobile-menu .acc__head.acc-open {
  color: #4e5569;
}
.mobile-menu .acc__head.acc-open::after {
  background: url("images/icon-minus.svg") center center no-repeat;
}
.mobile-menu .acc__head::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background: url("images/icon-plus.svg") center center no-repeat;
}
.mobile-menu .acc__body {
  background: #f2f2f2;
  padding: 20px 0;
  display: none;
}
.mobile-menu .acc__body li:not(:last-child) {
  margin-bottom: 30px;
}
.mobile-menu .acc__body a {
  color: #3d3935;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}
.mobile-menu .market-wrap {
  position: relative;
  overflow: hidden;
}
.mobile-menu .market-wrap::after {
  content: "";
  display: block;
  width: 150vw;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 15px;
  left: -50vw;
}
.mobile-menu .market-wrap .market-title {
  font-weight: 900;
  text-decoration: none;
  font-size: 16px;
}
.mobile-menu .market-wrap .market-title::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("images/icon-chevron-right.svg") center center/contain no-repeat;
}
.mobile-menu .market-wrap .market-title--hide::after {
  display: none;
}
.mobile-menu .market-wrap ul {
  padding: 20px 0;
}
.mobile-menu .market-wrap ul .loc {
  margin-bottom: 15px;
}
.mobile-menu .mobile-utility {
  padding: 30px 0 0 0;
}
.mobile-menu .mobile-utility li {
  margin-bottom: 30px;
}
.mobile-menu .mobile-utility li a {
  color: #3d3935;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}
.mobile-menu .mobile-search button {
  font-size: 16px;
  font-weight: 500;
}
.mobile-menu .mobile-search button img {
  margin-right: 10px;
}

.quotes {
  overflow: hidden;
  padding: 80px 0;
  background: #3d3935;
}
@media (max-width: 768px) {
  .quotes {
    padding: 40px 0;
  }
}
.quotes .icon {
  display: block;
  margin: 0 auto 40px auto;
}
.quotes .quote {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.quotes .quote blockquote {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  margin: 0;
}
.quotes .quote .cite {
  padding-top: 30px;
}
.quotes .quote .cite .sep {
  padding: 0 15px;
}

.reserve-select {
  background: #3d3935;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .reserve-select {
    padding: 40px 0;
  }
}
.reserve-select--upper {
  position: relative;
  color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .reserve-select--upper {
    margin-top: 20px;
  }
}
.reserve-select--upper h2 {
  margin-bottom: 10px;
}
.reserve-select--upper p {
  font-size: 16px;
  line-height: 24px;
  max-width: 630px;
  margin: 0 auto 30px auto;
}
.reserve-select--upper select {
  max-width: 320px;
  background-color: #fff;
  margin: 0 auto;
  border: none;
}
.reserve-select--upper .cta__info h3 {
  margin-bottom: 5px;
}
.reserve-select--upper .cta__info span {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .reserve-select--upper .cta__info span {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .reserve-select--upper .cta__info p {
    display: none;
  }
}
.reserve-select--lower {
  padding-top: 0;
}
@media (max-width: 768px) {
  .reserve-select--lower .responsive-iframe {
    padding-top: 0;
  }
  .reserve-select--lower .responsive-iframe iframe {
    position: static;
    height: 80vh;
  }
}
.reserve-select--lower .no-services {
  padding: 50px;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.reserve-select--lower .no-services .inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .reserve-select--lower .no-services .inner {
    padding: 20px 0;
  }
}
.reserve-select--lower .no-services .inner h2 {
  margin-bottom: 30px;
}
.reserve-select--lower .no-services .inner p {
  font-size: 16px;
  font-weight: 600;
}
.reserve-select--lower .no-services .inner p:last-child {
  margin-bottom: 0;
}
.reserve-select--lower .form-wrap__inner {
  padding: 40px 0;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reserve-select--lower .form-wrap__inner {
    padding: 20px 0;
  }
}
.reserve-select--lower .form-wrap__inner h2 {
  margin-bottom: 30px;
}

.search-wrap {
  background: #fff;
  padding: 60px 0;
  border-bottom: 5px solid #4e5569;
  border-top: 2px solid #f2f2f2;
  display: none;
}
.mobile-menu .search-wrap {
  display: block;
  padding: 0 0 30px 0;
  width: 100%;
  border: none;
  background: none;
}
.mobile-menu .search-wrap form {
  max-width: 100%;
}
.search-wrap form {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.search-wrap form input {
  width: calc(100% - 200px);
  background: url("images/icon-search.svg") 15px center no-repeat #f2f2f2;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .search-wrap form input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.slider-default {
  padding: 0 0 60px 0;
}
.slider-default__heading {
  position: relative;
  z-index: 5;
}
.slider-default__heading .btn, .slider-default__heading .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .slider-default__heading .healcode-link.loginRegister, .slider-default__heading .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .slider-default__heading .healcode-link.loginRegister,
.slider-default__heading .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .slider-default__heading .healcode-link.loginRegister, .slider-default__heading .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .slider-default__heading input {
  margin-right: 50px;
}
.slider-default__slider {
  padding: 0 35px;
  margin-top: -40px;
  z-index: 1;
}
.slider-default__slider .slick-list {
  padding-top: 60px;
}
.slider-default__slider .slick-protect {
  padding: 0 15px;
}
.slider-default__slider .card__info {
  padding: 20px 10px;
}

.sxs-scroll {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .sxs-scroll {
    padding: 60px 0 0 0;
  }
}
.sxs-scroll__heading {
  position: relative;
  z-index: 5;
  margin-bottom: -30px;
}
@media (max-width: 992px) {
  .sxs-scroll__heading {
    text-align: center;
    justify-content: center;
    align-items: unset;
    margin-bottom: 20px;
  }
}
.sxs-scroll__heading h2 {
  transition: all 0.45s ease-in-out;
  opacity: 0;
}
.sxs-scroll__heading h2 span {
  transition: all 0.45s ease-in-out;
  transform: translateY(-50px);
}
.sxs-scroll__heading h2.is-visible {
  opacity: 1;
}
.sxs-scroll__heading h2.is-visible span {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .sxs-scroll__heading .btn, .sxs-scroll__heading .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .sxs-scroll__heading .healcode-link.loginRegister, .sxs-scroll__heading .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .sxs-scroll__heading .healcode-link.loginRegister,
  .sxs-scroll__heading .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
  .page-template-class-plugin-combo .embed .sxs-scroll__heading .healcode-link.loginRegister, .sxs-scroll__heading .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .sxs-scroll__heading input {
    display: none;
  }
}
.sxs-scroll .list__images {
  width: 680px;
  padding-left: 40px;
  position: sticky;
  top: 175px;
  height: 550px;
}
@media (max-width: 1280px) {
  .sxs-scroll .list__images {
    width: 500px;
    height: 400px;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .sxs-scroll .list__images {
    display: none;
  }
}
.sxs-scroll .list__images .image-wrap {
  position: relative;
}
.sxs-scroll .list__images img {
  position: absolute;
  top: 0;
  left: 0;
}
.sxs-scroll .list__copy {
  width: calc(100% - 800px);
}
@media (max-width: 1280px) {
  .sxs-scroll .list__copy {
    width: calc(100% - 560px);
  }
}
@media (max-width: 992px) {
  .sxs-scroll .list__copy {
    width: 100%;
  }
}
.sxs-scroll .list__copy .copy-block {
  padding-bottom: 250px;
  max-width: 425px;
}
@media (max-width: 992px) {
  .sxs-scroll .list__copy .copy-block {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.sxs-scroll .list__copy .copy-block:last-child {
  padding-bottom: 150px;
}
@media (max-width: 1280px) {
  .sxs-scroll .list__copy .copy-block:last-child {
    padding-bottom: 30px;
  }
}
.sxs-scroll .list__copy .copy-block:first-child {
  padding-top: 120px;
}
@media (max-width: 1280px) {
  .sxs-scroll .list__copy .copy-block:first-child {
    padding-top: 0;
  }
}
.sxs-scroll .list__copy .copy-block .eyebrow {
  color: #4e5569;
}
@media (max-width: 768px) {
  .sxs-scroll .list__copy .copy-block .eyebrow {
    font-size: 25px;
    line-height: 30px;
  }
}
.sxs-scroll .list__copy .copy-block h2 {
  color: #4e5569;
  margin-bottom: 15px;
}
.sxs-scroll .list__copy .copy-block .image-mobile {
  display: none;
}
@media (max-width: 992px) {
  .sxs-scroll .list__copy .copy-block .image-mobile {
    display: block;
    margin: 0 auto 40px auto;
  }
}
.sxs-scroll .list__copy .copy-block p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .sxs-scroll .list__copy .copy-block .actions {
    margin-top: 30px;
  }
}

.sxs {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .sxs {
    padding: 40px 0;
  }
}
.sxs__block:not(:last-child) {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .sxs__block:not(:last-child) {
    padding-bottom: 40px;
  }
}
.sxs__block:nth-child(even) .block__copy {
  order: 1;
}
@media (max-width: 992px) {
  .sxs__block:nth-child(even) .block__copy {
    order: 2;
  }
}
.sxs__block:nth-child(even) .block__image {
  order: 2;
}
@media (max-width: 992px) {
  .sxs__block:nth-child(even) .block__image {
    order: 1;
  }
}
.sxs__block .block__copy {
  width: calc(100% - 750px);
}
@media (max-width: 1280px) {
  .sxs__block .block__copy {
    width: calc(100% - 450px);
  }
}
@media (max-width: 992px) {
  .sxs__block .block__copy {
    width: 100%;
    margin-top: 35px;
    text-align: center;
  }
}
.sxs__block .block__copy h2 {
  margin-bottom: 15px;
}
.sxs__block .block__copy p {
  font-size: 16px;
  line-height: 24px;
}
.sxs__block .block__copy .dropdowns .dropdown {
  position: relative;
}
.sxs__block .block__copy .dropdowns .dropdown:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .sxs__block .block__copy .dropdowns .dropdown:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .sxs__block .block__copy .dropdowns .dropdown {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.sxs__block .block__copy .dropdowns .dropdown__btn {
  font-style: italic;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  min-width: 0;
}
.sxs__block .block__copy .dropdowns .dropdown__btn:focus, .sxs__block .block__copy .dropdowns .dropdown__btn:active {
  background: #4e5569;
  color: #fff;
}
.sxs__block .block__copy .dropdowns .dropdown__btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("images/icon-plus.svg") center center/contain no-repeat;
  margin-right: 10px;
  filter: invert(1) brightness(150%);
}
@media (max-width: 768px) {
  .sxs__block .block__copy .dropdowns .dropdown__btn {
    width: 100%;
  }
}
.sxs__block .block__copy .dropdowns .dropdown__btn.active {
  text-decoration: underline;
}
.sxs__block .block__copy .dropdowns .dropdown__btn.active::before {
  background: url("images/icon-minus.svg") center center/contain no-repeat;
}
.sxs__block .block__copy .dropdowns .dropdown__list {
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-bottom: 5px solid #97a2ba;
  border-top: none;
  padding: 15px;
  background: #fff;
  display: none;
}
@media (max-width: 768px) {
  .sxs__block .block__copy .dropdowns .dropdown__list {
    position: static;
  }
}
.sxs__block .block__copy .dropdowns .dropdown__list li {
  display: block;
}
.sxs__block .block__copy .dropdowns .dropdown__list li:not(:last-child) {
  margin-bottom: 8px;
}
.sxs__block .block__copy .dropdowns .dropdown__list li a {
  color: #3d3935;
  text-decoration: none;
  font-style: italic;
}
.sxs__block .block__copy .dropdowns .dropdown__list li a:hover {
  text-decoration: underline;
}
.sxs__block .block__copy .actions {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sxs__block .block__copy .actions {
    padding-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .sxs__block .block__image {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .sxs__block .block__image {
    width: 100%;
  }
  .sxs__block .block__image img {
    margin: 0 auto;
  }
}

.tab-slider {
  padding-top: 80px;
}
@media (max-width: 576px) {
  .tab-slider {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .tab-slider .slider-tabs {
    display: none;
  }
}
.tab-slider .slider-tabs .tab {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .tab-slider .slider-tabs .tab {
    font-size: 18px;
  }
}
.tab-slider .slider-tabs .tab:not(:first-child) {
  margin-left: 25px;
}
@media (max-width: 1280px) {
  .tab-slider .slider-tabs .tab:not(:first-child) {
    margin-left: 20px;
  }
}
.tab-slider .slider-tabs .tab--active {
  font-weight: 900;
}
.tab-slider .slider-tabs .tab--active span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #d65f52;
  text-decoration-color: #d65f52;
  text-decoration-thickness: 9px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.2em;
}
.tab-slider .slider-tabs .tab:hover {
  color: #aaa;
}
.tab-slider .slider-dropdown {
  display: none;
}
@media (max-width: 768px) {
  .tab-slider .slider-dropdown {
    display: block;
    padding: 20px 0 30px 0;
  }
}

.ticker {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .ticker {
    display: none;
  }
}
.ticker__slider .slick-slide {
  padding: 0 20px;
}

.video-banner {
  position: relative;
  height: 700px;
}
.video-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3d3935;
  opacity: 0.4;
  display: block;
  z-index: 2;
}
.video-banner--alone::before {
  display: none;
}
.video-banner .video__bg {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.video-banner .video__bg--mobile {
  display: none;
}
@media (max-width: 576px) {
  .video-banner .video__bg--mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .video-banner .video__bg--desktop {
    display: none;
  }
}
.video-banner button {
  z-index: 3;
}
.video-banner button:hover {
  filter: invert(87%) sepia(42%) saturate(1503%) hue-rotate(338deg) brightness(98%) contrast(90%);
}
.video-banner button:hover img {
  filter: invert(1);
}
.video-banner .vertical-heading {
  color: #fff;
}

.error404 .hero .eyebrow {
  padding-bottom: 15px;
  display: block !important;
}

.page-template-class-plugin-combo .class-list {
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  .page-template-class-plugin-combo .class-list {
    margin-bottom: 0;
  }
  .page-template-class-plugin-combo .class-list .message {
    padding: 15px 0 !important;
  }
}
@media (max-width: 768px) {
  .page-template-class-plugin-combo .instructors .message {
    padding: 15px 0 !important;
  }
}
@media (max-width: 768px) {
  .page-template-class-plugin-combo #main .embed {
    padding: 60px 0 0 0;
  }
  .page-template-class-plugin-combo #main .embed .actions {
    padding-bottom: 0;
  }
}

.page-template-first-visit .cta-text {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .page-template-first-visit .cta-text {
    padding: 40px 0 80px 0;
  }
}
.page-template-first-visit .cta-text h2 {
  max-width: 750px;
}

@media (max-width: 768px) {
  .page-template-home .cta-text {
    display: none;
  }
}

#map {
  height: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  #map {
    height: 450px;
  }
}

.location-search {
  overflow: hidden;
  padding: 80px 0;
  background: #3d3935;
}
@media (max-width: 768px) {
  .location-search {
    padding: 40px;
  }
}
.location-search h1 {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .location-search h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .location-search h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.location-search .search-form {
  width: 100%;
  max-width: 670px;
}
@media (max-width: 576px) {
  .location-search .search-form form {
    justify-content: center;
  }
}
.location-search input {
  background: url("images/icon-search.svg") 15px center no-repeat #f2f2f2;
  padding-left: 40px;
  width: calc(100% - 200px);
  border: none;
}
@media (max-width: 576px) {
  .location-search input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.location-list__heading {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .location-list__heading {
    padding: 40px 0;
  }
}
.location-list .market__heading {
  background: #f2f2f2;
  padding: 10px 0;
  color: #3d3935;
}
.location-list .market__heading .link-mobile {
  display: none;
}
.location-list .market__heading--link:hover {
  background: #4e5569;
  color: #fff;
}
.location-list .market__heading--link:hover .link {
  color: #fff;
}
.location-list .market__heading--link:hover .link::after {
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .location-list .market__heading .link {
    display: none;
  }
  .location-list .market__heading .link-mobile {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .location-list .market__heading .link-mobile {
    width: 6px;
  }
}
.location-list .market__locations .location {
  padding: 50px 0;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .location-list .market__locations .location {
    padding: 20px 0;
  }
}
.location-list .market__locations .location .container {
  position: relative;
}
.location-list .market__locations .location.is-active h3 a {
  color: #4e5569;
}
.location-list .market__locations .location:last-child {
  border-bottom: none;
}
.location-list .market__locations .location__heading {
  width: 50%;
}
@media (max-width: 992px) {
  .location-list .market__locations .location__heading {
    width: 100%;
  }
}
.location-list .market__locations .location__heading a {
  color: #3d3935;
}
.location-list .market__locations .location__heading a:hover {
  color: #4e5569;
}
.location-list .market__locations .location__heading a:hover.heading--seven {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .location-list .market__locations .location__heading h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .location-list .market__locations .location__heading .heading--seven, .location-list .market__locations .location__heading .page-template-default .page-copy .inner h4, .page-template-default .page-copy .inner .location-list .market__locations .location__heading h4 {
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
  }
}
.location-list .market__locations .location__address {
  width: 30%;
}
@media (max-width: 992px) {
  .location-list .market__locations .location__address {
    width: 100%;
    margin-top: 10px;
  }
}
.location-list .market__locations .location__address span {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .location-list .market__locations .location__address span {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.location-list .market__locations .location__address a {
  color: #3d3935;
}
@media (max-width: 768px) {
  .location-list .market__locations .location__address a {
    display: none;
  }
}
.location-list .market__locations .location__actions {
  width: 20%;
}
.location-list .market__locations .location__actions .mobile-link {
  display: none;
}
@media (max-width: 992px) {
  .location-list .market__locations .location__actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
  }
  .location-list .market__locations .location__actions .btn, .location-list .market__locations .location__actions .page-template-page-builder .embed .healcode-link.loginRegister, .page-template-page-builder .embed .location-list .market__locations .location__actions .healcode-link.loginRegister, .location-list .market__locations .location__actions .page-template-plugin .embed .healcode-link.loginRegister, .page-template-plugin .embed .location-list .market__locations .location__actions .healcode-link.loginRegister,
  .location-list .market__locations .location__actions .page-template-class-plugin-combo .embed .healcode-link.loginRegister,
  .page-template-class-plugin-combo .embed .location-list .market__locations .location__actions .healcode-link.loginRegister, .location-list .market__locations .location__actions .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .location-list .market__locations .location__actions input {
    display: none;
  }
  .location-list .market__locations .location__actions .mobile-link {
    display: block;
  }
}
@media (max-width: 768px) {
  .location-list .market__locations .location__actions {
    width: 6px;
  }
}
.page-template-contact .location-list {
  overflow: hidden;
  background: #3d3935;
  color: #fff;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .page-template-contact .location-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-contact .location-list h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.page-template-contact .location-list .location {
  border-bottom: 1px solid #fff;
}
.page-template-contact .location-list .location:last-child {
  border-bottom: 1px solid #fff;
}
.page-template-contact .location-list .location h3 {
  font-size: 40px;
}
@media (max-width: 992px) {
  .page-template-contact .location-list .location h3 {
    font-size: 30px;
  }
}
.page-template-contact .location-list .location__heading a, .page-template-contact .location-list .location__address a {
  color: #fff;
}
.page-template-contact .location-list .location .mobile-link img {
  filter: invert(1);
}

#map {
  height: 400px;
  width: 100%;
  margin: 0 0 0 0;
}

.location-search {
  overflow: hidden;
  padding: 100px 0;
  background: #3d3935;
}
@media (max-width: 992px) {
  .location-search {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .location-search {
    padding: 30px 0;
  }
}
.location-search h1 {
  color: #fff;
}
@media (max-width: 992px) {
  .location-search h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.location-list .market__heading {
  background: #f2f2f2;
  padding: 10px 0;
}
.location-list .market__locations .location {
  padding: 50px 0;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .location-list .market__locations .location {
    padding: 20px 0;
  }
}

.page-template-page-builder .builder-block {
  padding: 50px 0;
}
.page-template-page-builder .banner-slider,
.page-template-page-builder .cta-banner,
.page-template-page-builder .checklist {
  margin: 0;
}

.page-template-default .page-copy {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .page-template-default .page-copy {
    padding: 40px 0;
  }
}
.page-template-default .page-copy .inner {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
.page-template-default .page-copy .inner h2 {
  margin-bottom: 30px;
}
.page-template-default .page-copy .inner h3 {
  margin-bottom: 30px;
}
.page-template-default .page-copy .inner h4 {
  margin-bottom: 30px;
}
.page-template-default .page-copy .inner p {
  font-size: 16px;
  line-height: 24px;
}
.page-template-default .page-copy .inner p:last-child {
  margin-bottom: 0;
}

.page-template-plugin .intro-copy,
.page-template-class-plugin-combo .intro-copy {
  padding-bottom: 40px;
}
.page-template-plugin .intro-copy + .embed .actions,
.page-template-class-plugin-combo .intro-copy + .embed .actions {
  margin-top: -60px;
}
.page-template-plugin .embed,
.page-template-class-plugin-combo .embed {
  padding: 60px 0 100px;
}
.page-template-plugin .embed .actions,
.page-template-class-plugin-combo .embed .actions {
  padding-bottom: 60px;
}
.page-template-plugin .embed .actions .link:hover,
.page-template-class-plugin-combo .embed .actions .link:hover {
  color: #3d3935;
}
@media (max-width: 768px) {
  .page-template-plugin .embed .actions .link,
  .page-template-class-plugin-combo .embed .actions .link {
    display: none;
  }
}
.page-template-plugin .embed .actions .btn, .page-template-plugin .embed .actions .healcode-link.loginRegister, .page-template-plugin .embed .actions .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .page-template-plugin .embed .actions input,
.page-template-class-plugin-combo .embed .actions .btn,
.page-template-class-plugin-combo .embed .actions .healcode-link.loginRegister,
.page-template-class-plugin-combo .embed .actions .footer__info .newsletter form .gform_footer input,
.footer__info .newsletter form .gform_footer .page-template-class-plugin-combo .embed .actions input {
  display: none;
}
@media (max-width: 768px) {
  .page-template-plugin .embed .actions .btn, .page-template-plugin .embed .actions .healcode-link.loginRegister, .page-template-plugin .embed .actions .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .page-template-plugin .embed .actions input,
  .page-template-class-plugin-combo .embed .actions .btn,
  .page-template-class-plugin-combo .embed .actions .healcode-link.loginRegister,
  .page-template-class-plugin-combo .embed .actions .footer__info .newsletter form .gform_footer input,
  .footer__info .newsletter form .gform_footer .page-template-class-plugin-combo .embed .actions input {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-template-plugin .embed .responsive-iframe,
  .page-template-class-plugin-combo .embed .responsive-iframe {
    padding-top: 0;
    display: none;
  }
  .page-template-plugin .embed .responsive-iframe iframe,
  .page-template-class-plugin-combo .embed .responsive-iframe iframe {
    position: static;
    height: 80vh;
  }
}
.page-template-page-builder .embed {
  padding: 60px 0 100px;
}
.page-template-page-builder .embed .actions {
  padding-bottom: 60px;
}
.page-template-page-builder .embed .actions .link:hover {
  color: #3d3935;
}
@media (max-width: 768px) {
  .page-template-page-builder .embed .actions .link {
    display: none;
  }
}
.page-template-page-builder .embed .actions .btn, .page-template-page-builder .embed .actions .healcode-link.loginRegister, .page-template-page-builder .embed .actions .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .page-template-page-builder .embed .actions input {
  display: none;
}
@media (max-width: 768px) {
  .page-template-page-builder .embed .actions .btn, .page-template-page-builder .embed .actions .healcode-link.loginRegister, .page-template-page-builder .embed .actions .footer__info .newsletter form .gform_footer input, .footer__info .newsletter form .gform_footer .page-template-page-builder .embed .actions input {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-template-page-builder .embed .responsive-iframe {
    padding-top: 0;
    display: none;
  }
  .page-template-page-builder .embed .responsive-iframe iframe {
    position: static;
    height: 80vh;
  }
}
.search-results .results-wrap {
  padding: 100px 0;
}
.search-results .results-wrap .result {
  padding-bottom: 30px;
}
.search-results .results-wrap .result a {
  color: #3d3935;
}
.search-results .results-wrap .result a:hover {
  color: #4e5569;
}
.search-results .blog__pagination {
  width: 100%;
  margin-top: 40px;
}
.search-results .blog__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #3d3935;
  border-bottom: 1px solid #3d3935;
}
.search-results .blog__pagination .wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.search-results .blog__pagination .wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  background: url("images/icon-arrow-left-black.svg") center center/contain no-repeat;
  margin-right: 10px;
}
.search-results .blog__pagination .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.search-results .blog__pagination .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  background: url("images/icon-arrow-right-black.svg") center center/contain no-repeat;
  margin-left: 10px;
}
.search-results .blog__pagination .wp-pagenavi a,
.search-results .blog__pagination .wp-pagenavi span {
  font-size: 16px;
  text-decoration: none;
  color: #3d3935;
}
.search-results .blog__pagination .wp-pagenavi span {
  font-weight: 700;
  color: #4e5569;
}
.search-results .blog__pagination .wp-pagenavi .page,
.search-results .blog__pagination .wp-pagenavi .current {
  display: inline-block;
  padding: 0 5px;
}

.single .single-copy {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .single .single-copy {
    padding: 40px 0;
  }
}
.single .single-copy .inner {
  max-width: 970px;
  margin: 0 auto;
}
.single .single-copy__intro {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #3d3935;
}
@media (max-width: 768px) {
  .single .single-copy__intro {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .single .single-copy__intro .underline-logo img {
    margin: 0 auto;
  }
  .single .single-copy__intro h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
.single .single-copy__intro .bottom-wrap {
  margin-top: 15px;
}
.single .single-copy__intro .bottom-wrap .details {
  font-size: 16px;
}
@media (max-width: 768px) {
  .single .single-copy__intro .bottom-wrap .details {
    width: 100%;
    justify-content: center;
  }
}
.single .single-copy__intro .bottom-wrap .details .sep {
  margin: 0 5px;
}
.single .single-copy__intro .bottom-wrap .details .post__cats a {
  color: #3d3935;
}
.single .single-copy__intro .bottom-wrap .details .post__cats a:hover {
  color: #4e5569;
}
.single .single-copy__intro .bottom-wrap .details .post__cats a:last-child .cat-sep {
  display: none;
}
.single .single-copy__intro .bottom-wrap .share {
  font-size: 16px;
}
@media (max-width: 768px) {
  .single .single-copy__intro .bottom-wrap .share {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
.single .single-copy__intro .bottom-wrap .share a {
  margin-left: 15px;
}
.single .single-copy__copy {
  padding-right: 80px;
}
@media (max-width: 768px) {
  .single .single-copy__copy {
    padding-right: 0;
  }
}
.single .single-copy__copy hr {
  border: 1px solid #3d3935;
  background: #3d3935;
  margin: 60px 0;
  width: calc(100% + 80px);
}
@media (max-width: 768px) {
  .single .single-copy__copy hr {
    width: unset;
    margin: 30px 0;
  }
}
.single .single-copy__copy h2 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single .single-copy__copy h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.single .single-copy__copy h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single .single-copy__copy h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.single .single-copy__copy h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single .single-copy__copy h4 {
    font-size: 18px;
    line-height: 24x;
  }
}
.single .single-copy__copy img {
  height: auto;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
}
@media (max-width: 768px) {
  .single .single-copy__copy img {
    width: 100%;
  }
}
.single .single-copy__copy p,
.single .single-copy__copy li {
  font-size: 16px;
  line-height: 24px;
}
.single .single-copy__copy blockquote {
  padding: 30px 0 30px 60px;
  border-left: 5px solid #4e5569;
  margin: 50px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single .single-copy__copy blockquote {
    padding: 30px;
  }
}
.single .single-copy__copy blockquote p {
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}
@media (max-width: 768px) {
  .single .single-copy__copy blockquote p {
    font-size: 30px;
    line-height: 40px;
  }
}
.single .single-copy__copy blockquote p:last-child {
  margin-bottom: 0;
}

.tax-market .cta-slider {
  padding-top: 20px;
}
@media (max-width: 576px) {
  .tax-market .cta-slider {
    padding-top: 40px;
  }
}

/** Hamburger Overrides **/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 22px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 44px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 44px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 44px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 44px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 44px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 44px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.4px, -5.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.4px, 5.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.4px, -5.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.4px, 5.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -44px;
  top: -44px;
  transform: translate3d(44px, 44px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -44px;
  top: -44px;
  transform: translate3d(-44px, 44px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -44px;
  top: 44px;
  transform: translate3d(44px, -44px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -44px;
  top: 44px;
  transform: translate3d(-44px, -44px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.1428571429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.1428571429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}