.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  background-color: #fff;
  font-family: Aramis, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
}

p {
  margin-bottom: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 18px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #fff;
}

.nav-menu {
  margin-left: 39px;
  float: left;
  text-align: center;
}

.logo-block {
  position: static;
  left: 55px;
  top: 21px;
  z-index: 10;
  margin-top: 23px;
  margin-left: 20px;
  float: left;
}

.logo {
  height: 54px;
}

.nav-link {
  margin-left: 40px;
  padding: 30px 0px;
  border-top: 10px solid rgba(137, 23, 44, 0);
  -webkit-transition: border 200ms ease, border-color 200ms ease;
  transition: border 200ms ease, border-color 200ms ease;
  color: #921930;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-top-color: #89172c;
}

.nav-link.w--current {
  border-top-color: #89172c;
  color: #000;
}

.hero-section {
  padding-top: 175px;
  padding-bottom: 175px;
}

.hero-section.subpage-hero {
  padding-top: 220px;
  padding-bottom: 110px;
  background-color: #89172c;
  color: #fff;
  text-align: center;
}

.hero-section.subpage-hero.no-bottom-padding {
  padding-bottom: 0px;
}

.hero-section.subpage-hero.contact-hero {
  position: relative;
  padding-bottom: 340px;
}

.hero-section.subpage-hero.sign-up-version {
  padding-top: 180px;
  padding-bottom: 50px;
}

.hero-section.subpage-hero.services-header {
  padding-bottom: 90px;
}

.container {
  position: relative;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.centered {
  text-align: center;
}

.hero-logo {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.hero-logo.main-title-logo {
  margin-bottom: 15px;
}

.hero-logo.subtitle-logo {
  width: 250px;
  margin-bottom: 0px;
}

.section {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.section.red {
  padding-bottom: 70px;
  background-color: #89172c;
  color: #fff;
}

.section.yellow {
  background-color: #fbc53f;
  color: #161616;
}

.section.yellow.small {
  padding-top: 40px;
  padding-bottom: 30px;
}

.section.footer-section {
  padding-bottom: 80px;
  text-align: center;
}

.section.tint {
  background-color: #feedc4;
}

.section.tint.overflow {
  overflow: visible;
}

.section-scroll-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -175px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 15px 15px;
  background-color: #89172c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.section-scroll-button:hover {
  background-color: #a82b42;
}

.section-quote {
  display: block;
  width: 550px;
  margin: 0px auto;
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
}

.feature-block {
  position: relative;
  display: block;
  padding-left: 65px;
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.feature-block.last {
  border-right-width: 0px;
}

.feature-block.dark {
  padding-left: 60px;
  border-right-color: #000;
  line-height: 30px;
}

.button {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 20px;
  padding: 14px 40px 9px;
  background-color: #ee2d42;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fa4d60;
  box-shadow: 3px 3px 24px 0 rgba(0, 0, 0, 0.25);
}

.button.in-content-block {
  position: absolute;
  left: 65px;
  bottom: -28px;
  letter-spacing: 0.4px;
}

.feature-title-block {
  margin-bottom: 20px;
}

.feature-icon {
  position: relative;
  top: 1px;
  height: 22px;
  margin-right: 10px;
  float: left;
}

.feature-block-title {
  color: #89172c;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-block-paragraph {
  width: 200px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.footer-nav-block {
  margin-bottom: 30px;
  text-align: center;
}

.footer-nav-link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #89172c;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  color: #fbc53f;
}

.footer-nav-link.contact-link {
  font-weight: 700;
  text-transform: none;
}

.links-divider-bullet {
  position: relative;
  top: 1px;
  display: inline-block;
  color: #89172c;
}

.footer-logo-block {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
}

.footer-logo-image {
  width: 100%;
}

.footer-bottom-text {
  display: block;
  width: 650px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 24px;
}

.footer-bottom-text.small {
  font-size: 11px;
  line-height: 17px;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fbc53f;
  font-size: 60px;
  line-height: 54px;
  font-weight: 800;
  text-transform: uppercase;
}

.subpage-title.subtitle {
  margin-top: 15px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 200;
  text-transform: none;
}

.page-title-line {
  display: block;
  width: 30%;
  height: 1px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fbc53f;
}

.subpage-intro-paragraph {
  display: block;
  width: 700px;
  margin: 40px auto 0px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 200;
}

.social-button {
  margin-top: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.social-button:hover {
  color: #fbc53f;
}

.facebook-icon {
  width: 48px;
  height: auto;
}

.hero-tree {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 700px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.centered-text-block {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.block-title {
  margin-bottom: 25px;
  color: #89172c;
  font-size: 30px;
  line-height: 29px;
  font-weight: 700;
}

.block-title.yellow {
  color: #fbc53f;
  font-size: 28px;
}

.block-title.white {
  max-width: 600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 40px;
}

.paragraph {
  margin-bottom: 0px;
}

.page-title-wrapper {
  margin-bottom: 80px;
}

.page-title-wrapper.no-bottom-padding {
  margin-bottom: 0px;
}

.color-content-block {
  width: 370px;
  padding: 55px;
  background-color: #fbc53f;
  color: #000;
}

.appointments-content-block {
  display: block;
  width: 760px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
  text-align: center;
}

.appointments-content-block.first {
  width: 550px;
  padding-bottom: 0px;
  text-align: center;
}

.tabs-menu {
  margin-bottom: 50px;
}

.tab-button {
  height: auto;
  margin-right: 1%;
  margin-left: 1%;
  padding: 25px 40px 21px 80px;
  float: none;
  background-color: #fbc53f;
  background-image: url('../images/Icon-Plus_1Icon-Plus.png');
  background-position: 30px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  text-align: left;
  text-decoration: none;
}

.tab-button:hover {
  background-color: #ffd05c;
  box-shadow: 9px 9px 51px 0 rgba(0, 0, 0, 0.2);
}

.tab-button.w--current {
  background-color: #fff;
  background-image: url('../images/Icon-Min_1Icon-Min.png');
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.tab-pane {
  padding-top: 20px;
  padding-right: 3%;
  padding-left: 1.4%;
}

.tab-title {
  position: relative;
  z-index: 10;
  font-size: 22px;
  font-weight: 800;
}

.service-block-wrapper {
  margin-bottom: 40px;
  text-align: left;
}

.service-link-block {
  position: relative;
  display: block;
  height: 55px;
  padding-left: 90px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fbc53f;
}

.service-link-block:hover {
  color: #fff;
}

.service-button-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  padding-top: 13px;
  float: left;
  background-color: #fbc53f;
  text-align: center;
}

.service-button-block.white {
  background-color: #fff;
}

.service-button-icon {
  width: 30px;
}

.service-block-title {
  display: inline-block;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
}

.service-block-title.note-title {
  display: block;
  margin-top: 0px;
  color: #fbc53f;
  font-size: 23px;
  text-align: left;
  text-transform: uppercase;
}

.service-content-wrapper {
  overflow: hidden;
  height: auto;
  padding-left: 90px;
}

.service-content-wrapper.open-by-default {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0px;
  text-align: left;
}

.service-content-wrapper.open-by-default.first {
  margin-top: 0px;
  margin-bottom: 30px;
}

.service-content-wrapper.bottom-version {
  padding-top: 40px;
}

.service-paragraph {
  margin-top: 30px;
  font-size: 21px;
  line-height: 28px;
}

.service-price-block {
  position: relative;
  margin-top: 30px;
  font-size: 26px;
  line-height: 30px;
}

.service-price-title {
  position: relative;
  top: -3px;
  z-index: 10;
  display: inline-block;
  padding-right: 20px;
  background-color: #89172c;
  color: #fbc53f;
  font-size: 21px;
  font-weight: 700;
}

.price-block-line {
  position: absolute;
  left: 0px;
  top: 11px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #fbc53f;
}

.minus-block {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 30;
}

.white-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  color: #fbc53f;
}

.responsive-nav-menu {
  display: none;
}

.centered-cta-block {
  text-align: center;
}

.centered-cta-title {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #89172c;
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  text-align: center;
}

.testimonial-block {
  position: relative;
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
}

.testimonial-name {
  margin-top: 20px;
  font-weight: 700;
}

.quote-icon {
  position: absolute;
  left: 0%;
  top: 45%;
  right: auto;
  bottom: auto;
  height: 70px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.quote-icon.right {
  left: auto;
  top: 45%;
  right: 0%;
  bottom: auto;
}

.about-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 90px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.about-image-block {
  position: relative;
}

.about-image {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-button-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -25px;
  z-index: 10;
  text-align: center;
}

.top-button-wrapper {
  position: relative;
  z-index: 20;
  margin-top: -139px;
  margin-bottom: 90px;
  text-align: center;
}

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

.centered-list-block {
  position: relative;
  left: 30px;
  width: 420px;
  margin: 30px auto;
}

.bold-paragraph {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.therapy-grid {
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.info-title {
  margin-bottom: 20px;
  color: #89172c;
  font-size: 25px;
  font-weight: 700;
}

.sectino-title {
  font-size: 39px;
  line-height: 40px;
  letter-spacing: 2px;
}

._3-column-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wide-image {
  width: 100%;
  max-height: 70vh;
  min-height: 60vh;
  background-image: url('../images/nathan-ps-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.intro-text-wrapper {
  max-width: 810px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.reiki-text-block {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.white-contact-link {
  color: #fff;
  text-decoration: underline;
}

.white-contact-link:hover {
  color: #fbc53f;
}

.contact-intro-block {
  margin-bottom: 20px;
}

.calendly-embed-wrapper {
  text-align: center;
}

.div-block {
  overflow: hidden;
  width: 700px;
  height: 450px;
  margin: 50px auto 40px;
  background-color: #fff;
  box-shadow: 7px 7px 40px -10px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.join-html-embed {
  height: 100%;
  margin-top: -110px;
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix="hide-service-block"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-minus-block"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3-line"] {
  opacity: 0;
  width: 0px;
}

html.w-mod-js *[data-ix="hero-logo-fade-in"] {
  opacity: 0;
  -webkit-transform: scale(0.9500000000000001, 0.9500000000000001) rotate(5deg);
  -ms-transform: scale(0.9500000000000001, 0.9500000000000001) rotate(5deg);
  transform: scale(0.9500000000000001, 0.9500000000000001) rotate(5deg);
}

html.w-mod-js *[data-ix="hero-logo-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

html.w-mod-js *[data-ix="hero-logo-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="hide-responsive-nav-menu"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-nav-element"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="hide-mobile-tab-pane-content"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-white-tab-button-overlay"] {
  display: none;
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .logo-block {
    margin-left: 60px;
  }

  .nav-link {
    margin-left: 50px;
    font-size: 19px;
  }

  .container {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature-block.dark {
    padding-left: 50px;
  }

  .footer-nav-link.contact-link {
    font-weight: 700;
  }

  .links-divider-bullet {
    position: relative;
    top: 2px;
    padding-top: 1px;
    font-size: 22px;
  }

  .tab-pane {
    padding-top: 40px;
  }

  .therapy-grid {
    grid-column-gap: 100px;
  }

  ._3-column-grid {
    grid-column-gap: 50px;
  }

  .wide-image {
    min-height: 65vh;
  }

  .reiki-text-block {
    max-width: 810px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }

  ul {
    margin-bottom: 0px;
    padding-left: 27px;
  }

  li {
    margin-top: 6px;
  }

  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: 225px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section.subpage-hero {
    display: block;
    height: auto;
    padding: 100px 55px 80px;
    text-align: left;
  }

  .hero-section.subpage-hero.no-bottom-padding {
    overflow: hidden;
    padding-top: 70px;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section {
    padding: 55px;
  }

  .section.red {
    padding-bottom: 60px;
  }

  .section.footer-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .feature-block {
    padding-left: 10px;
  }

  .feature-block.dark {
    padding-left: 20px;
  }

  .button {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
  }

  .button.in-content-block {
    position: static;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 15px;
  }

  .feature-block-title {
    font-size: 18px;
  }

  .feature-block-paragraph {
    width: 180px;
    font-size: 18px;
  }

  .footer-nav-block {
    margin-bottom: 20px;
  }

  .footer-nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 15px;
  }

  .subpage-title.subtitle {
    font-size: 35px;
  }

  .page-title-line.responsive-right-aligned {
    width: 110%;
  }

  .subpage-intro-paragraph {
    width: 90%;
    margin-left: 0px;
  }

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

  .centered-text-block.testimonial-title-wrapper {
    text-align: center;
  }

  .block-title {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .block-title.yellow {
    width: 70%;
    text-align: left;
  }

  .page-title-wrapper {
    margin-bottom: 60px;
  }

  .color-content-block {
    width: 100%;
    padding: 28px;
  }

  .appointments-content-block {
    width: 90%;
    margin-left: 0px;
    padding-bottom: 60px;
  }

  .appointments-content-block.first {
    text-align: left;
  }

  .tabs-menu {
    margin-bottom: 20px;
    text-align: center;
  }

  .tab-button {
    padding-right: 15px;
    padding-left: 60px;
    background-position: 20px 50%;
  }

  .tab-pane {
    padding-top: 30px;
    padding-right: 0%;
    padding-left: 2%;
  }

  .tab-title {
    font-size: 18px;
  }

  .service-link-block {
    height: 45px;
  }

  .service-button-block {
    width: 45px;
    height: 45px;
    padding-top: 9px;
  }

  .service-button-icon {
    width: 26px;
  }

  .service-block-title {
    margin-top: 10px;
    font-size: 19px;
  }

  .service-paragraph {
    font-size: 19px;
    line-height: 27px;
  }

  .service-price-title {
    top: -4px;
    font-size: 19px;
  }

  .responsive-nav-block {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
    text-align: center;
  }

  .responsive-nab-menu-button {
    width: 60px;
    height: 60px;
    padding: 17px 15px 15px;
    background-color: #fbc53f;
    box-shadow: 1px 1px 31px 0 rgba(0, 0, 0, 0.2);
  }

  .responsive-nab-menu-button:hover {
    background-color: #ffd05c;
  }

  .responsive-nab-menu-button.close-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .responsive-nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #feedc4;
  }

  .responsive-nav-link {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 6px;
    padding-left: 50px;
    background-image: url('../images/Icon-Plus_1Icon-Plus.png');
    background-position: 0px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #89172c;
    font-size: 30px;
    line-height: 33px;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }

  .responsive-nav-link:hover {
    color: #fbc53f;
  }

  .responsive-nav-link.w--current {
    background-image: url('../images/Icon-Plus-Yellow_1Icon-Plus-Yellow.png');
    color: #fbc53f;
  }

  .responsive-menu-logo {
    width: 160px;
  }

  .responsive-menu-logo-block {
    position: relative;
    z-index: 50;
    display: block;
    margin-bottom: 70px;
  }

  .centered-cta-title {
    font-size: 27px;
  }

  .testimonial-block {
    padding-right: 100px;
    padding-left: 100px;
  }

  .quote-icon {
    height: 50px;
  }

  .about-grid {
    grid-column-gap: 40px;
  }

  .top-button-wrapper {
    margin-top: -100px;
    text-align: left;
  }

  .centered-list-block {
    left: 0px;
    margin-left: 0px;
  }

  .bold-paragraph {
    margin-left: 0px;
    text-align: left;
  }

  .therapy-grid {
    grid-column-gap: 40px;
  }

  .wide-image {
    max-height: 60vh;
    min-height: 50vh;
  }

  .div-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 18px;
  }

  .hero-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .hero-section.subpage-hero {
    overflow: hidden;
    padding: 50px;
  }

  .hero-section.subpage-hero.contact-hero {
    padding-bottom: 290px;
  }

  .hero-section.subpage-hero.sign-up-version {
    padding-top: 50px;
  }

  .hero-section.subpage-hero.services-header {
    padding-right: 0px;
    padding-bottom: 80px;
  }

  .hero-logo {
    width: 120px;
    margin-bottom: 20px;
  }

  .hero-logo.main-title-logo {
    margin-bottom: 10px;
  }

  .hero-logo.subtitle-logo {
    width: 130px;
  }

  .section {
    padding: 50px;
  }

  .section.footer-section {
    padding-top: 80px;
  }

  .section-quote {
    width: 80%;
    line-height: 42px;
  }

  .feature-block {
    padding-bottom: 30px;
    padding-left: 0px;
    border-bottom: 1px solid #fff;
    border-right-width: 0px;
  }

  .feature-block.last {
    padding-bottom: 0px;
    border-bottom-width: 0px;
  }

  .feature-block.dark {
    margin-bottom: 30px;
    padding-left: 0px;
    border-bottom-color: #000;
  }

  .button.in-content-block {
    padding: 19px 25px 15px;
    font-size: 16px;
  }

  .feature-icon {
    height: 30px;
  }

  .feature-block-title {
    margin-top: 2px;
    float: left;
    font-size: 26px;
  }

  .feature-block-paragraph {
    max-width: 200px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .footer-nav-block {
    margin-bottom: 50px;
  }

  .footer-nav-block._2 {
    margin-bottom: 30px;
  }

  .footer-nav-link {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    padding-bottom: 11px;
    border-bottom: 1px solid #fbc53f;
    font-size: 19px;
    line-height: 28px;
  }

  .footer-nav-link.contact-link {
    margin-bottom: 4px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
  }

  .footer-bottom-text {
    width: 60%;
  }

  .subpage-title {
    font-size: 40px;
    line-height: 34px;
  }

  .subpage-title.subtitle {
    width: 70%;
    font-size: 27px;
    line-height: 32px;
  }

  .page-title-line.responsive-right-aligned {
    width: 120%;
  }

  .subpage-intro-paragraph {
    width: 100%;
    margin-top: 30px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
  }

  .facebook-icon {
    width: 30px;
  }

  .hero-tree {
    left: -20px;
    max-width: 620px;
  }

  .centered-text-block {
    width: 100%;
  }

  .centered-text-block.testimonial-title-wrapper {
    text-align: left;
  }

  .block-title {
    max-width: 300px;
    line-height: 33px;
  }

  .block-title.white {
    margin-top: 30px;
  }

  .page-title-wrapper {
    margin-bottom: 40px;
  }

  .page-title-wrapper.services-version {
    padding-right: 0px;
  }

  .color-content-block {
    padding: 0px;
  }

  .appointments-content-block {
    width: 100%;
  }

  .tab-button {
    position: relative;
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0%;
    padding-top: 21px;
    padding-left: 70px;
    float: none;
  }

  .tab-pane {
    padding-right: 0px;
    padding-left: 0%;
  }

  .tab-title {
    font-size: 24px;
  }

  .service-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 45px;
    padding-left: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .service-block-title {
    margin-top: 0px;
  }

  .service-block-title.note-title {
    padding-left: 50px;
  }

  .service-content-wrapper {
    padding-left: 70px;
  }

  .service-content-wrapper.open-by-default {
    padding-left: 50px;
  }

  .service-paragraph {
    margin-top: 20px;
    font-size: 17px;
    line-height: 26px;
  }

  .tabs-content {
    margin-left: -50px;
  }

  .services-block {
    padding-right: 50px;
  }

  .hidden-tab-pane-content {
    overflow: hidden;
    height: auto;
    margin-left: -50px;
    padding-bottom: 51px;
  }

  .white-tab-service-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/Icon-Min_1Icon-Min.png');
    background-position: 20px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
  }

  .testimonial-block {
    padding: 0px;
    text-align: left;
  }

  .quote-icon {
    position: static;
    height: 30px;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .quote-icon.right {
    display: none;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-image {
    height: 290px;
  }

  .top-button-wrapper {
    margin-bottom: 50px;
  }

  .therapy-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid {
    display: block;
  }

  .div-block {
    height: 440px;
    background-color: #feedc4;
  }

  .join-html-embed {
    color: #000;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 17px;
    line-height: 25px;
  }

  li {
    line-height: 24px;
  }

  .hero-section.subpage-hero {
    padding: 50px 30px 40px;
  }

  .hero-section.subpage-hero.contact-hero {
    padding-bottom: 210px;
  }

  .hero-section.subpage-hero.sign-up-version {
    padding-bottom: 10px;
  }

  .hero-logo {
    width: 190px;
  }

  .hero-logo.main-title-logo {
    margin-bottom: 15px;
  }

  .hero-logo.subtitle-logo {
    width: 180px;
  }

  .section {
    padding: 60px 30px;
  }

  .section.red {
    padding: 60px 30px 50px;
  }

  .section.yellow {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer-section {
    padding-top: 60px;
  }

  .section-quote {
    width: 90%;
    max-width: 230px;
    font-size: 28px;
    line-height: 36px;
  }

  .feature-icon {
    height: 25px;
  }

  .feature-block-title {
    margin-top: 1px;
    font-size: 22px;
  }

  .footer-nav-link {
    width: 90%;
  }

  .footer-bottom-text {
    width: 80%;
  }

  .footer-bottom-text.small {
    width: 90%;
  }

  .subpage-title {
    font-size: 32px;
    line-height: 32px;
  }

  .subpage-title.subtitle {
    width: 95%;
    font-size: 23px;
    line-height: 28px;
  }

  .page-title-line.responsive-right-aligned {
    width: 130%;
  }

  .subpage-intro-paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .facebook-icon {
    margin-right: 15px;
  }

  .hero-tree {
    left: 0px;
    max-width: 420px;
  }

  .block-title.yellow {
    width: 95%;
    font-size: 24px;
  }

  .block-title.white {
    line-height: 37px;
  }

  .appointments-content-block.first {
    width: 100%;
  }

  .tabs {
    margin-right: 0px;
  }

  .tabs-menu {
    margin-bottom: 10px;
  }

  .tab-button {
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .tab-title {
    max-width: 180px;
    font-size: 22px;
    line-height: 24px;
  }

  .service-link-block {
    min-height: 40px;
    padding-left: 60px;
  }

  .service-button-block {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }

  .service-block-title.note-title {
    margin-bottom: 20px;
    padding-left: 45px;
  }

  .service-content-wrapper {
    padding-left: 60px;
  }

  .service-content-wrapper.open-by-default {
    margin-top: 10px;
    padding-left: 45px;
  }

  .service-paragraph {
    line-height: 22px;
  }

  .responsive-nab-menu-button {
    width: 50px;
    height: 50px;
    padding-top: 14px;
  }

  .responsive-nav-menu {
    padding-bottom: 20px;
  }

  .responsive-nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 40px;
    font-size: 22px;
  }

  .responsive-menu-logo {
    width: 110px;
  }

  .responsive-menu-logo-block {
    margin-bottom: 30px;
  }

  .tabs-content {
    margin-left: -30px;
    padding-top: 10px;
  }

  .services-block {
    padding-right: 30px;
  }

  .hidden-tab-pane-content {
    margin-left: -45px;
  }

  .centered-cta-title {
    line-height: 34px;
  }

  .about-image {
    height: 280px;
  }

  .centered-list-block {
    width: 100%;
  }

  .bold-paragraph {
    font-size: 19px;
    line-height: 26px;
  }

  .wide-image {
    width: 100%;
    max-height: 50vh;
    min-height: 70vh;
  }
}

@font-face {
  font-family: 'Aramis';
  src: url('../fonts/Aramis-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Aramis';
  src: url('../fonts/Aramis-SemiLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Aramis';
  src: url('../fonts/Aramis-XBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Aramis';
  src: url('../fonts/Aramis-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Aramis';
  src: url('../fonts/Aramis-XLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}