@font-face {
  font-family: FontAwesome Light;
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: FontAwesome Regular;
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: FontAwesome Solid;
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: FontAwesome Brands;
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --brand-olive: #99895c;
  --gold-lighter: #d4bd7b;
  --facebook-blue: #5f82ce;
  --youtube-red: #ff0001;
  --twitter-blue: #65cdef;
  --tiktok-blue: #183153;
  --white: white;
  --black: black;
  --page-hero-mask: #0000004d;
  --gray: #555;
  --gold: #f3d823;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Yesteryear, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.1em;
}

ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 160%;
}

.body {
  background-color: #000;
  font-family: Alegreya, sans-serif;
  font-size: 20px;
}

.navbar {
  background-color: #0000;
}

.nav-menu {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1091px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.nav-header {
  width: 95vw;
  max-width: 1200px;
  padding: 1em 0;
}

.container.paragraph-container {
  max-width: 950px;
}

.container.paragraph-container.shrink-x3 {
  max-width: 500px;
}

.container.paragraph-container.shrink-x3.center {
  max-width: none;
}

.container.paragraph-container.section-content {
  display: block;
  position: relative;
  overflow: visible;
}

.container.paragraph-container.shrink-x2 {
  max-width: 700px;
}

.container.white.section-content {
  padding-left: 2em;
  padding-right: 2em;
}

.container.section-content {
  margin-bottom: 44px;
  padding-left: 2em;
  padding-right: 2em;
}

.container.margin-top-x4 {
  margin-top: 4em;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 3px solid #0000;
  margin-right: 1.3em;
  padding: 8px 0;
  font-size: .8em;
}

.nav-link:hover {
  border-top-color: #ffffffb3;
  border-bottom-color: #ffffffb3;
}

.nav-link.w--current {
  color: #fff;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-link.last-right {
  margin-right: 0;
}

.nav-link.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.dropdown.is-book-now {
  background-color: var(--brand-olive);
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.dropdown-link {
  border-top-style: none;
  border-bottom-style: none;
  margin-right: 0;
  padding: 10px 1em;
}

.nav-link.dropdown-link:hover {
  color: var(--brand-olive);
}

.nav-link.dropdown-link.hide {
  display: none;
}

.nav-link.dropdown-link.dl-col {
  width: 50%;
  margin-left: 0;
}

.nav-link.dropdown-link.dl-col.w--current {
  color: var(--gold-lighter);
}

.nav-link.dropdown-link.dl-col.right-border {
  border-right: 1px solid #646464;
}

.nav-link.dropdown-link.dl-col.right-border.w--current {
  color: var(--gold-lighter);
}

.nav-link.dropdown-02 {
  padding-top: 0;
  padding-bottom: 0;
}

.font-normalizer {
  background-color: #000;
  background-image: url('../images/table-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  font-size: .9em;
  line-height: 150%;
}

.font-normalizer.social-media-icons {
  justify-content: center;
  margin-top: 3px;
  font-size: 1.5em;
  display: flex;
}

.nav-logo {
  width: 100%;
  max-width: 400px;
  height: 100%;
}

.nav-logo.mobile-only {
  display: none;
}

.group-h {
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.group-h.expand {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.group-h.full-expand {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.group-h.no-wrap.hidden-on-mobile {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.group-h.align-top {
  align-items: flex-start;
}

.group-h.align-top.no-break-early {
  justify-content: space-between;
}

.group-h.align-expand {
  justify-content: space-around;
  align-items: flex-start;
}

.group-h.distribute {
  justify-content: space-between;
}

.group-h.distribute.wrap {
  align-content: center;
}

.group-h.distribute.wrap.justify-center {
  justify-content: center;
}

.group-h.tight {
  justify-content: space-around;
}

.group-h.wrap {
  flex-wrap: wrap;
  align-content: center;
}

.group-h.break-early {
  justify-content: center;
}

.group-h.margin-top-x4 {
  margin-top: 4em;
}

.group-h.forms-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.group-h-item {
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
  display: flex;
}

.group-h-item.last-group-item {
  margin-right: 0;
}

.group-h-item.last-group-item.white.text-align-center-on-mobile.fix-respons {
  flex-direction: column;
}

.group-h-item.last-group-item.white.text-align-center-on-mobile.fix-respons.center {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.group-h-item.last-group-item.margin-left-x2 {
  margin-left: 2em;
}

.group-h-item.last-group-item.item-limit-width {
  margin-right: 0;
}

.group-h-item.last-group-item.item-limit-width.hide {
  display: none;
}

.group-h-item.last-group-item.fix-response {
  align-items: stretch;
}

.group-h-item.no-wrap {
  margin-left: 5px;
  margin-right: 5px;
}

.group-h-item.margin-right-x2 {
  margin-right: 2em;
}

.group-h-item.margin-right-x2.item-break-early {
  max-width: 450px;
}

.group-h-item.margin-right-x2.item-break-early.item-expand {
  flex: 1;
}

.group-h-item.hide {
  display: none;
}

.icon {
  color: #333;
  text-decoration: none;
}

.icon.regular {
  font-family: FontAwesome Regular, sans-serif;
}

.icon.regular.white {
  color: #fff;
}

.icon.regular.white.small {
  font-size: .7em;
}

.icon.regular.white.small.margin-left-x05 {
  margin-left: .5em;
}

.icon.brands {
  font-family: FontAwesome Brands, sans-serif;
}

.icon.brands.facebook {
  color: var(--facebook-blue);
  width: 12px;
  height: 40px;
}

.icon.brands.facebook.icon-fb {
  margin-right: 0;
  font-size: 1.5em;
}

.icon.brands.youtube {
  color: var(--youtube-red);
  width: 23px;
  height: 40px;
}

.icon.brands.twitter {
  color: var(--twitter-blue);
  width: 23px;
  height: 40px;
}

.icon.brands.white {
  font-family: FontAwesome Brands, sans-serif;
}

.icon.brands.tiktok {
  color: var(--tiktok-blue);
  font-family: FontAwesome Brands, sans-serif;
}

.hero-slider {
  background-color: #0000;
  height: 35em;
}

.hidden {
  display: none;
}

.dropdown-toggle {
  color: #fff;
  padding: 0;
  position: static;
}

.dropdown-list {
  border: 1px solid #fff;
  top: 100%;
}

.dropdown-list.w--open {
  background-color: #000;
  border-color: #646464;
}

.dropdown-toggle-text {
  padding-top: 8px;
  padding-bottom: 8px;
}

.slide-1 {
  background-image: url('../images/img_1568_l2-1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section {
  background-color: #000;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.section.section-1 {
  background-image: url('../images/table-bg_1.jpg');
  background-position: 50%;
  background-size: contain;
  height: auto;
  font-size: 1em;
}

.section.section-1.no-padding-bottom {
  padding-bottom: 0;
}

.section.section-1.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-3 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/our-locations-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.section-3.page-services-cta {
  perspective: 300px;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/section-entrance-bg-min.png');
}

.section.section-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.section-4.new {
  background-color: var(--brand-olive);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.footer {
  background-color: #000;
}

.section.section-5 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/vision-statement.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.section-6 {
  background-color: #fff;
}

.section.pre-footer {
  background-image: url('../images/table-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  font-size: 1.2em;
}

.section.pre-footer.white {
  background-image: url('../images/table-bg_1.jpg');
}

.section.section-white-bg {
  background-color: var(--white);
  color: var(--black);
}

.section.section-white-bg.page-large {
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.section.section-white-bg.page-large.hide-overflow {
  overflow: hidden;
}

.section.reviews-section {
  background-image: url('../images/table-bg_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em;
}

.section-1-ribbon {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 1.2em;
  box-shadow: 0 0 20px 9px #00000080;
}

.section-1-ribbon.text-align-left {
  text-align: left;
}

.section-1-ribbon.text-align-left.font-size-x1 {
  width: auto;
  font-size: 1em;
}

.section-1-ribbon.text-align-left.font-size-x1.margin-bottom-x2 {
  margin-bottom: 2em;
}

.section-1-ribbon.text-align-left.font-size-x1.white-bg {
  background-color: var(--white);
  color: var(--black);
  max-width: none;
  margin-bottom: 2em;
  margin-left: 0;
  margin-right: 0;
}

.section-1-ribbon.text-align-left.font-size-x1.white-bg.white-bg-adjust, .section-1-ribbon.text-align-left.font-size-x1.newcosdent {
  margin-bottom: 0;
}

.section-1-figure-image {
  border-radius: 50%;
  width: 100%;
  max-width: 33em;
}

.testimonials {
  background-color: var(--white);
  text-align: center;
  object-fit: contain;
  border-radius: 50%;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 40em;
  height: 40em;
  font-size: .7em;
  line-height: 120%;
  display: flex;
}

.testiminial-paragraph {
  text-align: center;
  max-width: 400px;
  margin-bottom: 0;
  font-size: 1.7em;
  line-height: 140%;
}

.testimonials-slider {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
}

.center-expand {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  position: static;
}

.white {
  clear: both;
  color: #fff;
}

.white.last-bottom {
  text-align: center;
  margin-bottom: 20px;
  font-family: Yesteryear, sans-serif;
  font-weight: 400;
}

.white.last-bottom.display-none {
  display: none;
}

.white.font-large {
  font-size: 4em;
}

.white.font-large.margin-bottom-x05 {
  margin-bottom: .5em;
}

.white.font-medium {
  font-size: 3em;
}

.white.font-medium.margin-bottom-x05 {
  margin-bottom: .5em;
}

.white.font-medium.last-bottom.prominent {
  z-index: 1;
  position: relative;
}

.white.font-medium.last-bottom.fx-intermediate-heading-wood {
  background-image: url('../images/table-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: .5em;
  padding-bottom: .5em;
}

.white.title {
  text-align: center;
}

.heading-normalized {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Alegreya, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
}

.heading-normalized.h3 {
  font-size: 1.2em;
  font-weight: 400;
}

.heading-normalized.h3.link {
  color: var(--brand-olive);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.heading-normalized.h3.link.last-bottom, .heading-normalized.h3.link.hn-h3-l-top-right {
  margin-bottom: 0;
}

.heading-normalized.h3.last-bottom {
  margin-bottom: 0;
}

.heading-normalized.h3.last-bottom.text-align-right {
  margin-bottom: 0;
  font-size: 1.2em;
}

.heading-normalized.h3.call-us-heading {
  font-size: 1.2em;
  font-weight: 500;
}

.heading-normalized.h3.margin-bottom-x05 {
  margin-bottom: .5em;
}

.heading-normalized.h3.margin-bottom-x05.text-align-left {
  text-align: left;
}

.heading-normalized.h1 {
  font-size: 2em;
}

.heading-normalized.h1.bold {
  font-weight: 500;
}

.heading-normalized.h1.bold.medium-margin-bottom {
  margin-bottom: .5em;
}

.heading-normalized.h1.bold.medium-margin-bottom.text-align-left, .heading-normalized.h1.bold.text-align-left {
  text-align: left;
}

.heading-normalized.h1.gold.text-align-left.margin-bottom-x05 {
  margin-bottom: .5em;
}

.heading-normalized.h1.gold.text-align-left.margin-top-x05 {
  margin-top: .5em;
}

.heading-normalized.h1.gold.text-align-left.margin-top-x05.last-bottom {
  align-self: center;
}

.heading-normalized.h1.gold.fx-404-heading {
  margin-top: -67px;
  font-size: 10em;
  line-height: 100%;
}

.heading-normalized.h2 {
  font-size: 1.5em;
}

.heading-normalized.h2.text-align-left.weight-normalize {
  font-weight: 400;
}

.heading-normalized.h2.text-align-left.weight-normalize.post-date {
  color: #8b8b8b;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

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

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

.section-2-video {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: none;
}

.decorative-bar {
  border-top: 4px solid var(--brand-olive);
  width: 30%;
  margin: .5em auto;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

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

.list-item-spacing {
  margin-bottom: .3em;
}

.paragraph.last-bottom {
  margin-bottom: 0;
}

.slide-2 {
  background-image: url('../images/modern-technology-in-beatuful-facilities.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.nav-header {
  z-index: 1001;
  background-color: #fff;
  position: relative;
}

.footer-paragraph {
  color: var(--gold-lighter);
  text-align: center;
  margin-bottom: 0;
}

.footer-paragraph.section-content {
  margin-bottom: .7em;
  padding-left: 2em;
  padding-right: 2em;
}

.spacer {
  padding-top: 1em;
}

.spacer.x2 {
  padding-top: 2em;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.desktop-only {
  display: block;
}

.lightbox-image-item {
  width: 100%;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
  position: relative;
}

.lightbox-image-item:hover {
  z-index: 1;
  transform: scale(1.04);
  box-shadow: 0 0 20px 20px #00000080;
}

.text-expand {
  line-height: 160%;
}

.text-expand.center {
  text-align: center;
}

.group-v {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.group-v.align-left {
  align-items: flex-start;
}

.group-v.top-mar {
  margin-top: 30px;
}

.link {
  cursor: pointer;
  text-decoration: none;
}

.link:hover, .link.white.link-underline {
  text-decoration: underline;
}

.link.gold {
  color: var(--brand-olive);
}

.link.gold.link-underline {
  text-decoration: underline;
}

.link.gold.link-underline.font-small {
  font-size: 1.3em;
}

.link.simple {
  color: #000;
  text-decoration: underline;
}

.social-media-icon-wrap {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  padding: .9em;
  text-decoration: none;
  display: flex;
}

.social-media-icon-wrap.tiktok {
  background-image: url('../images/tiktok-brands-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.standard-image {
  max-height: 500px;
}

.standard-image.margin-bottom-x1 {
  margin-bottom: 1em;
}

.standard-image.margin-bottom-x1.max-size-x400 {
  max-height: 400px;
}

.standard-image.mobile-margin-bottom-x2, .last-bottom {
  margin-bottom: 0;
}

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

.text-center.font-size-x1-3 {
  font-size: 1.3em;
}

.text-center.font-size-x1-3-copy {
  margin-bottom: 1em;
  font-size: 1.3em;
}

.video-wrap {
  margin-bottom: 40px;
}

.video-mask {
  position: absolute;
  inset: 0%;
}

.hero-image {
  width: 100%;
  display: none;
}

.page-banner {
  background-image: url('../images/banner_img.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 25em;
  position: relative;
  box-shadow: 0 0 20px #0000004d;
}

.page-banner.patient-info-page {
  background-image: url('../images/depositphotos_165502018_xl-2015-1-1-min.jpg');
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-mask {
  background-color: var(--page-hero-mask);
  position: absolute;
  inset: 0%;
}

.inpage-image {
  width: 100%;
  max-width: 400px;
  max-height: 350px;
}

.inpage-image.float-right {
  float: right;
  text-align: center;
  object-fit: contain;
  max-height: 100%;
  margin-bottom: 1em;
  margin-left: 1em;
  display: block;
  position: relative;
}

.inpage-image.float-left {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}

.inpage-image.float-left.margin-right-x2 {
  margin-right: 2em;
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  opacity: 1;
  background-color: #fffc;
}

.button:active {
  transform: translate(0, 1px);
}

.button.standard {
  background-color: var(--brand-olive);
  color: var(--white);
  border-radius: 4px;
  padding: .5em 1em;
}

.button.standard.gray {
  background-color: var(--gray);
  padding-left: 3em;
  padding-right: 3em;
}

.button.standard.gray.normal-padding {
  padding-left: 1em;
  padding-right: 1em;
}

.button.standard.gray.full-width {
  width: 100%;
}

.button.standard.gray.margin-right-x2 {
  margin-right: 2em;
}

.button.standard.contact-mobile-link, .html-embed {
  display: none;
}

.margin-top-x1 {
  margin-top: 1em;
}

.margin-top-x2 {
  margin-top: 2em;
}

.periodontics-card {
  background-image: linear-gradient(#00000080, #00000080);
  padding: 1em;
}

.periodontics-card.card-alt {
  color: var(--black);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/card-2-bg-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.periodontics-card.card-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/card-1-bg-min-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.periodontics-card.card-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner_img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex {
  display: flex;
}

.flex.tight {
  justify-content: space-around;
}

.club-card {
  font-size: 1.2em;
}

.club-card.prominent-card {
  opacity: 1;
  transform: scale(1.06);
  box-shadow: 0 0 20px #a7a7a780;
}

.club-card-head {
  background-color: var(--brand-olive);
  text-align: center;
  padding: .5em 1em;
}

.club-card-body {
  background-color: var(--white);
  color: var(--black);
  padding: 1em;
}

.club-requirement-text {
  font-size: .8em;
}

.club-price {
  font-size: 2em;
  font-weight: 700;
  line-height: 100%;
}

.bold {
  font-weight: 700;
}

.font-medium {
  font-size: 3em;
}

.font-medium.margin-bottom-x05 {
  margin-bottom: .5em;
}

.font-medium.margin-bottom-x05.white {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.slide-3 {
  background-image: url('../images/pelham-links-new-team-photo.jpeg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-field {
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 3px;
  min-width: 350px;
}

.group-v-item {
  margin-bottom: 1em;
}

.group-v-item.last-bottom {
  margin-bottom: 0;
}

.group-v-item.text-center.button-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label, .field-label-2 {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.form-field-solid {
  background-color: #e3e3e3;
  border: 1px #000;
  border-radius: 2px;
  margin-bottom: 1em;
}

.form-field-solid.textarea {
  min-height: 8em;
}

.margin-bottom-x1 {
  margin-bottom: 1em;
}

.margin-bottom-x1.fx-contact-image {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-x2 {
  margin-bottom: 2em;
}

.post-thumbnail {
  width: 100%;
  height: 200px;
}

.post-thumbnail.margin-bottom-x1 {
  object-fit: cover;
}

.divisor {
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  margin-top: .5em;
  margin-bottom: 2em;
}

.color-gray {
  color: #838383;
}

.gold {
  color: var(--brand-olive);
}

.fine-print {
  text-align: center;
  font-size: .5em;
}

.payment-card {
  border: 1px solid var(--white);
  padding: 1em;
}

.payment-card.middle {
  padding-top: 2em;
  padding-bottom: 2em;
}

.image-limit {
  max-height: 130px;
}

.nav-item-as-link {
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fx-404-tilt {
  opacity: .57;
  display: inline-block;
  transform: rotate(14deg)translate(10px, 10px);
}

.foot-big {
  z-index: 0;
  opacity: .04;
  position: absolute;
  bottom: -6%;
  left: 0;
  transform: scale(1.7);
}

.post-main-image {
  border-radius: 5px;
  align-self: center;
  max-width: 700px;
  overflow: hidden;
  box-shadow: 0 0 20px -5px #0000004d;
}

.inside-post-date {
  opacity: .54;
  align-self: center;
  margin-bottom: 1em;
}

.post-content {
  opacity: .69;
  color: var(--black);
  font-size: 1em;
  line-height: 120%;
}

.mobile-call-button, .mobile-contact-button-wrap, .margin-autos-mobile.mobile-only {
  display: none;
}

.responsive-slide-img {
  width: 100%;
  height: 100%;
  display: none;
}

.marginage-on-mobile {
  width: 150px;
  height: 100%;
}

.gravity-forms-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.youtube-2 {
  height: 400px;
  max-height: 400px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: none;
  overflow: visible;
}

.clear {
  clear: both;
}

.html-embed-2 {
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 20px;
  position: static;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.testimonial-award-container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}

.nav-link-02 {
  color: #fff;
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 3px solid #0000;
  margin-right: 1.3em;
  padding: 8px 0;
}

.nav-link-02:hover {
  border-top-color: #ffffffb3;
  border-bottom-color: #ffffffb3;
}

.nav-link-02.w--current {
  color: #fff;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-link-02.last-right {
  margin-right: 0;
}

.nav-link-02.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-02.dropdown-link {
  border-top-style: none;
  border-bottom-style: none;
  margin-right: 0;
  padding: 10px 1em;
}

.nav-link-02.dropdown-link:hover {
  color: var(--brand-olive);
}

.nav-link-02.dropdown-02 {
  margin-right: auto;
  padding: 0 1em;
  display: block;
}

.dropdown-toggle-02 {
  color: #fff;
  padding: 0;
  position: static;
}

.dropdown-toggle-text-02 {
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.dropdown-list-02 {
  float: none;
  border: 1px solid #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 114%;
}

.dropdown-list-02.w--open {
  z-index: auto;
  background-color: #000;
  border-color: #646464;
  inset: 0% auto auto 100%;
}

.dropdown-list-02.dd-two-cols {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 450px;
}

.group-h-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.group-h-copy.expand {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.group-h-copy.full-expand {
  justify-content: space-between;
}

.group-h-copy.no-wrap.hidden-on-mobile {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.group-h-copy.align-top {
  align-items: flex-start;
}

.group-h-copy.align-expand {
  align-items: stretch;
}

.group-h-copy.distribute {
  justify-content: space-between;
}

.group-h-copy.distribute.wrap {
  align-content: center;
}

.group-h-copy.distribute.wrap.justify-center {
  justify-content: center;
}

.group-h-copy.tight {
  justify-content: space-around;
}

.group-h-copy.wrap {
  flex-wrap: wrap;
  align-content: center;
}

.group-h-copy.margin-top-x4 {
  margin-top: 4em;
}

.icon-2 {
  color: #333;
  text-decoration: none;
}

.icon-2.regular {
  font-family: FontAwesome Regular, sans-serif;
}

.icon-2.regular.white {
  color: #fff;
}

.icon-2.regular.white.small {
  font-size: .7em;
}

.icon-2.regular.white.small.margin-left-x05 {
  margin-left: .5em;
}

.icon-2.brands {
  font-family: FontAwesome Brands, sans-serif;
}

.icon-2.brands.facebook {
  color: var(--facebook-blue);
  margin-right: 10px;
}

.icon-2.brands.youtube {
  color: var(--youtube-red);
  margin-right: 10px;
}

.icon-2.brands.twitter {
  color: var(--twitter-blue);
}

.icon-2.regular-2 {
  font-family: FontAwesome Regular, sans-serif;
}

.icon-2.regular-2.white {
  color: #fff;
}

.icon-2.regular-2.white.small {
  font-size: .7em;
}

.icon-2.regular-2.white.small.margin-left-x05 {
  margin-left: .5em;
}

.icon-2.regular-2.white-2 {
  color: #fff;
}

.icon-2.regular-2.white-2.small {
  font-size: .7em;
}

.icon-2.regular-2.white-2.small.margin-left-x05 {
  margin-left: .5em;
}

.icon-2.regular-2.white-2.small-2 {
  font-size: .7em;
  display: inline-block;
}

.icon-2.regular-2.white-2.small-2.margin-left-x05 {
  margin-left: .5em;
}

.link-block {
  z-index: 999;
  border: 1px solid var(--youtube-red);
  box-shadow: inset 1px 1px 10px 4px var(--white), -2px 2px 8px 0 #0009;
  color: var(--black);
  background-color: #e4e4e4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 243px;
  max-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  text-decoration: none;
  transition: border-width .2s, padding .2s;
  display: flex;
  position: absolute;
  inset: 15px 0% auto;
}

.link-block:hover {
  border-width: 3px;
  padding: 7px 12px;
}

.paragraph-2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.image {
  width: 22px;
  margin-left: 10px;
}

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

.li-bot-mar {
  margin-bottom: 15px;
}

.last-p {
  margin-bottom: 30px;
}

.link-block-2 {
  border: 2px solid var(--gold-lighter);
  color: var(--black);
  border-radius: 10px;
  align-items: flex-start;
  width: 100%;
  padding: 25px 20px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  width: 30px;
  margin-top: 10px;
  margin-right: 20px;
}

.div-block-3 {
  flex: 1;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

.columns {
  margin-bottom: 30px;
}

.div-block-4.testimonial-circle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}

.html-embed-3 {
  width: 100%;
}

.team-member-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.team-member-block.coming-soon {
  display: none;
}

.team-member-block.coming-soon.visible {
  display: flex;
}

.team-member-block.display-none {
  display: none;
}

.staff-img {
  object-fit: cover;
  width: 100%;
  max-width: 310px;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 20px;
}

.staff-img._2-col {
  max-width: 320px;
}

.staff-img._2-col.hide {
  opacity: 0;
}

.staff-img.cut-head-fix {
  object-position: 50% 0%;
}

.staff-img.cut-head-fix-2 {
  object-position: 50% 0%;
  width: 100%;
}

.staff-img.cut-head-fix-3 {
  object-position: 50% 0%;
}

.staff-img.breanna {
  height: 400px;
}

.links-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.nexhealth-header-button {
  margin-bottom: 1em;
}

.nhsp-hidden {
  width: 100%;
  height: 100%;
  display: none;
}

.book-appointment-button {
  background-color: var(--brand-olive);
  color: var(--white);
  padding: 5px 24px;
  transition: all .2s;
  display: block;
}

.book-appointment-button:hover {
  background-color: var(--gray);
  color: var(--white);
}

.book-appointment-button.open-greenville.contact-page {
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto 20px;
}

.book-appointment-button.open-greenville.hpvu-button {
  margin-left: 15px;
  margin-right: 15px;
}

.book-appointment-button.open-simpsonville.contact-us-page {
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.book-appointment-button.open-simpsonville.hpvu-button {
  margin-left: 15px;
  margin-right: 15px;
}

.bokk-appointment-container {
  justify-content: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.nhsp-wrapper {
  z-index: 1001;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nhsp-wrapper.nhsp-w-greenville, .nhsp-wrapper.nhsp-w-simpsonville {
  display: none;
}

.nhsp-box {
  background-color: var(--white);
  width: 800px;
  max-width: 95vw;
  max-height: 80vh;
  padding: 50px;
  position: relative;
}

.nhsp-close-button {
  color: var(--gray);
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
  padding: 7px;
  font-family: FontAwesome Solid, sans-serif;
  font-size: 1.4em;
  line-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.visit-us-text {
  margin-top: 25px;
  margin-bottom: 12px;
}

.homepage-visit-us-buttons {
  justify-content: center;
  display: flex;
}

.html-embed-map {
  height: 500px;
  display: none;
  position: relative;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}

.titktok {
  width: 23px;
  height: 40px;
}

.image-4 {
  width: 30px;
}

.image-5 {
  width: 100px;
  height: 25px;
}

.textlink {
  color: var(--white);
}

.heading-2 {
  text-align: left;
  font-family: Yesteryear, sans-serif;
}

.heading-3 {
  text-align: center;
  margin-bottom: 1em;
}

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

.heading-4, .heading-5 {
  text-align: center;
}

.staff_name {
  font-family: Yesteryear, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 100%;
}

.staff_name.center {
  text-align: center;
}

.paragraph-5 {
  object-fit: fill;
  text-decoration: none;
  display: inline-block;
}

.itero-img {
  height: 400px;
}

.comingsoon-cont {
  background-image: url('../images/team-profile-placeholder.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 400px;
  margin-bottom: 20px;
  display: flex;
}

.h2-new {
  text-align: center;
  text-transform: uppercase;
}

.img-internal {
  max-width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  width: 150px;
  height: 100%;
}

.youtube-video {
  margin-left: auto;
  margin-right: auto;
}

.youtube-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.youtube-wrapper.video-page {
  max-width: 450px;
}

.lifetime-text {
  margin-bottom: .5em;
}

.last-text {
  text-align: center;
  max-width: 90%;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
}

.h2-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}

.video-container {
  width: 100%;
}

.youtube-3 {
  width: 100%;
  height: 100%;
}

.html-embed-4 {
  width: 100%;
  height: 55vw;
  min-height: 300px;
  max-height: 600px;
}

.grid {
  width: 100%;
}

.html-embed-5 {
  border: 1px solid #e0e0e0;
  width: 100%;
}

.forms_col-left, .forms_col-right {
  width: 48%;
}

.div-block-5 {
  width: 40em;
  height: 40em;
}

.image-award-wapper {
  background-color: var(--white);
  border-radius: 50%;
  width: 28em;
  height: 28em;
}

.header-middle-col {
  font-size: .9em;
  line-height: 150%;
}

.header-middle-col.social-media-icons {
  flex-flow: column;
  justify-content: center;
  margin-top: 3px;
  font-size: 1.5em;
  display: flex;
}

.schedule-appt_wrap {
  text-align: center;
  flex-flow: column;
  display: none;
}

.schedule_h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.schedule_link {
  color: var(--brand-olive);
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}

.schedule_link:hover {
  color: var(--gold-lighter);
}

.left-col, .right-col {
  width: 48%;
}

.list-item {
  list-style-type: disc;
}

.list-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
}

.list-3 {
  margin-bottom: 0;
}

.heading-6 {
  font-family: Alegreya, sans-serif;
}

.grid-2 {
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  margin-top: 1em;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15 {
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 44px;
  padding-top: 1em;
}

.container-3, .container-4 {
  margin-bottom: 44px;
}

.div-block-6 {
  height: 110px;
}

.div-block-7 {
  flex: 0 auto;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 44px;
}

.div-block-8 {
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  max-width: 43ch;
}

.heading-7, .paragraph-7, .heading-8, .paragraph-8, .paragraph-9, .heading-9, .heading-10, .paragraph-10, .heading-11, .paragraph-11, .heading-12, .paragraph-12, .heading-13, .paragraph-13 {
  text-align: center;
}

.button-2, .button-2-copy {
  background-color: var(--brand-olive);
  text-align: center;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
  display: block;
}

.heading-14 {
  text-align: center;
  font-family: Yesteryear, sans-serif;
}

.heading-15, .heading-16 {
  text-align: center;
  text-wrap: balance;
  font-family: Yesteryear, sans-serif;
}

.heading-17 {
  text-align: center;
  font-family: Yesteryear, sans-serif;
}

.flex-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-14 {
  text-align: left;
  max-width: none;
}

.div-block-9 {
  width: 100%;
  max-width: 48%;
}

.heading-18 {
  text-align: center;
  font-family: Yesteryear, sans-serif;
}

.div-block-10 {
  width: 100%;
  max-width: 48%;
}

.div-block-11 {
  width: 100%;
  max-width: 32%;
}

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

.flex-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.div-block-12 {
  min-width: 0;
  height: 0;
  min-height: 0;
}

.div-block-13 {
  height: 0;
  min-height: 0;
}

.code-embed, .div-block-14, .div-block-15, .code-embed-2 {
  width: 100%;
}

.heading-19, .heading-20, .heading-21, .heading-22 {
  margin-bottom: 1rem;
}

.heading-23 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Yesteryear, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.heading-24 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yesteryear, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.paragraph-16, .paragraph-17, .paragraph-18 {
  margin-bottom: 44px;
}

.link-16, .link-17 {
  color: #fff !important;
}

.paragraph-19, .text-block {
  text-align: center;
  font-size: 1.3em;
}

.link-18, .link-19 {
  color: #000 !important;
}

.text-block-2 {
  text-align: center;
  font-size: 1.3em;
}

.paragraph-20, .paragraph-21, .paragraph-22 {
  margin-bottom: 44px;
}

.text-block-3, .text-block-4 {
  text-align: center;
  font-size: 1.3em;
}

.link-20, .link-21, .link-22, .link-23 {
  color: #000 !important;
}

.image-13 {
  float: right;
  max-width: 48%;
}

.section-7 {
  max-width: 940px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-23, .heading-25, .text-block-5, .text-block-6, .text-block-7 {
  text-align: center;
}

.button-2-copy {
  background-color: var(--brand-olive);
  text-align: center;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0;
  margin-right: 0;
  padding: .5em 1em;
  display: block;
}

.list-4 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.paragraph-24 {
  font-size: 1em;
}

.div-block-16 {
  background-color: #000;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-8 {
  color: #98885b;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 100%;
}

.link-24 {
  color: #99895c !important;
  text-decoration: none !important;
}

.paragraph-25 {
  font-family: Alegreya, sans-serif;
  font-size: 1em;
}

.heading-26 {
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    font-size: .9em;
  }

  .nav-link.dropdown.is-book-now {
    background-color: var(--brand-olive);
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 1em;
  }

  .testimonials {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    border-top: 1px solid #333;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .container.nav-header {
    width: 97vw;
  }

  .nav-link {
    border: 1px #000;
    margin-right: 0;
    padding: 10px .5em;
  }

  .nav-link:hover {
    background-image: linear-gradient(to right, #222, #1d1d1d);
  }

  .group-h.expand {
    flex-wrap: nowrap;
    margin-top: 40px;
  }

  .group-h.align-top.break-early {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .group-h.align-top.no-break-early {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .group-h.distribute.white.margin-top-x2 {
    flex-direction: column;
  }

  .group-h.break-early {
    flex-direction: column;
    align-items: center;
  }

  .group-h.forms-container {
    flex-flow: column-reverse;
    align-items: center;
  }

  .group-h-item {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .group-h-item.last-group-item.white.text-align-center-on-mobile {
    text-align: center;
  }

  .group-h-item.last-group-item.white.text-align-center-on-mobile.fix-respons {
    margin-left: auto;
    margin-right: auto;
  }

  .group-h-item.last-group-item.white.text-align-center-on-mobile.fix-respons.center {
    padding-bottom: 20px;
  }

  .group-h-item.last-group-item.fix-response {
    flex-direction: column;
  }

  .group-h-item.margin-right-x2.item-break-early {
    margin-bottom: 2em;
    margin-right: 0;
  }

  .group-h-item.margin-right-x2.item-break-early.item-expand {
    width: 100%;
    max-width: none;
  }

  .group-h-item.margin-right-x2.item-break-early.force-fix-margin {
    margin-bottom: 1em;
  }

  .group-h-item.space {
    margin-bottom: 40px;
  }

  .section.section-4 {
    padding: 2em 20px;
  }

  .section.section-5 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-1-figure-image {
    max-width: 20em;
  }

  .testiminial-paragraph {
    font-size: 1.4em;
  }

  .testimonials-slider {
    max-width: 100%;
  }

  .heading-normalized.h3.link.last-bottom.header, .heading-normalized.h3.link.hn-h3-l-top-right.header, .heading-normalized.h3.last-bottom.text-align-right.header {
    font-size: 1em;
  }

  .heading-normalized.h3.call-us-heading.header {
    margin-bottom: .5em;
    font-size: 1em;
  }

  .heading-normalized.h1.bold.medium-margin-bottom.text-align-left.text-align-center-on-mobile {
    text-align: center;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #252525;
  }

  .desktop-only {
    display: none;
  }

  .club-card.prominent-card {
    box-shadow: none;
    transform: none;
  }

  .payment-card {
    align-self: stretch;
  }

  .responsive-slide-img {
    display: none;
  }

  .gravity-forms-wrapper {
    max-width: 50%;
  }

  .div-block.testimonial-award-container {
    flex-flow: wrap;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .nav-link-02 {
    border: 1px #000;
    margin-right: 0;
    padding: 10px .5em;
  }

  .nav-link-02:hover {
    background-image: linear-gradient(to right, #222, #1d1d1d);
  }

  .dropdown-list-02.w--open {
    position: static;
    inset: 100% 0% auto;
  }

  .group-h-copy.align-top.break-early {
    flex-direction: column;
    align-items: center;
  }

  .group-h-copy.break-early {
    flex-direction: column;
  }

  .div-block-4.testimonial-circle {
    width: 100%;
  }

  .html-embed-3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .staff-img {
    width: 100%;
    max-height: 280px;
  }

  .staff-img._2-col {
    max-height: 450px;
  }

  .staff-img.cut-head-fix-2 {
    object-position: 50% 15%;
  }

  .staff-img.cut-head-fix-3 {
    object-position: 50% 35%;
  }

  .image-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .titktok {
    width: 23px;
  }

  .forms_col-left {
    width: auto;
  }

  .forms_col-right {
    width: 100%;
    margin-bottom: 30px;
  }

  .left-col {
    width: auto;
  }

  .right-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-6 {
    height: 0;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .paragraph-14 {
    max-width: none;
  }

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

  .div-block-10 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .flex-block-3 {
    flex-flow: column;
  }

  .div-block-12 {
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 18px;
  }

  .navbar {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
  }

  .container.section-content {
    padding-left: 0;
    padding-right: 0;
  }

  .container.section-content.sm {
    flex-wrap: wrap;
    display: flex;
  }

  .nav-link {
    width: 100%;
  }

  .font-normalizer.social-media-icons {
    margin-bottom: 1em;
  }

  .nav-logo {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-logo.mobile-only {
    max-width: 200px;
    display: block;
  }

  .group-h {
    flex-direction: column;
  }

  .group-h.expand {
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .group-h.no-wrap {
    flex-direction: row;
  }

  .group-h.align-top.no-break-early {
    flex-flow: column wrap;
  }

  .group-h.align-top.no-break-early.horizontal {
    flex-direction: row;
  }

  .group-h.align-top.direction-inverse-mobile {
    flex-direction: column-reverse;
  }

  .group-h.align-top.direction-inverse-mobile.align-center, .group-h.align-top.mobile-align-center, .group-h.align-expand {
    align-items: center;
  }

  .group-h.wrap.no-break-early.hide-on-portrait {
    display: none;
  }

  .group-h.mobile-direction-inverse {
    flex-direction: column-reverse;
  }

  .group-h.distribute-items-on-mobile {
    flex-flow: wrap;
  }

  .group-h-item {
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
  }

  .group-h-item.last-group-item {
    margin-bottom: 0;
  }

  .group-h-item.last-group-item.fix-response {
    height: auto;
  }

  .group-h-item.no-wrap {
    margin-bottom: 0;
    margin-right: .5em;
  }

  .group-h-item.margin-right-x2 {
    height: auto;
    margin-right: 0;
  }

  .group-h-item.space {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .hero-slider {
    height: auto;
  }

  .slide-1 {
    background-size: cover;
  }

  .section.section-3 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.section-6 {
    flex-wrap: wrap;
    align-content: center;
  }

  .section-1-ribbon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials {
    border-radius: 0%;
    width: 100vw;
    max-width: 100%;
    height: auto;
    font-size: 1em;
  }

  .nav-header {
    display: none;
  }

  .menu-button {
    color: var(--black);
  }

  .group-v.align-left.fx-border-bottom {
    margin-bottom: 20px;
  }

  .link.logo-link {
    margin-bottom: 1em;
    transition: filter .2s;
  }

  .link.logo-link:hover {
    filter: brightness(130%);
  }

  .standard-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .standard-image.mobile-margin-bottom-x2 {
    margin-bottom: 2em;
  }

  .inpage-image.float-right {
    max-width: none;
  }

  .inpage-image.float-left.margin-right-x2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button.standard.contact-mobile-link {
    z-index: 2;
    border-radius: 20px;
    margin-left: 1em;
    margin-right: 1em;
    padding: .8em 4em;
    font-size: 1.5em;
    display: inline-block;
    position: static;
    bottom: 1em;
  }

  .hidden-on-mobile {
    display: none;
  }

  .post-main-image {
    max-width: 100%;
  }

  .contact-mobile-link {
    display: inline-block;
    position: fixed;
    bottom: 2em;
  }

  .mobile-call-button {
    color: #000;
    padding: 18px;
    font-family: FontAwesome Solid, sans-serif;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
  }

  .mobile-call-button:active {
    background-color: var(--black);
    color: var(--white);
  }

  .mobile-contact-button-wrap {
    z-index: 3;
    text-align: center;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 1em;
  }

  .margin-on-mobile {
    margin-bottom: 2em;
  }

  .margin-autos-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .margin-autos-mobile.mobile-only {
    display: block;
  }

  .responsive-slide-img {
    width: 100%;
    display: block;
  }

  .marginage-on-mobile {
    margin-right: 1em;
  }

  .gravity-forms-wrapper {
    max-width: 80%;
  }

  .div-block {
    flex-direction: column;
  }

  .div-block-2 {
    display: block;
  }

  .nav-link-02 {
    width: 100%;
  }

  .group-h-copy {
    flex-direction: column;
  }

  .group-h-copy.expand {
    max-width: 100%;
  }

  .group-h-copy.no-wrap, .group-h-copy.align-top.no-break-early {
    flex-direction: row;
  }

  .group-h-copy.align-top.direction-inverse-mobile {
    flex-direction: column-reverse;
  }

  .group-h-copy.align-top.direction-inverse-mobile.align-center, .group-h-copy.align-top.mobile-align-center {
    align-items: center;
  }

  .group-h-copy.wrap.no-break-early.hide-on-portrait {
    display: none;
  }

  .group-h-copy.mobile-direction-inverse {
    flex-direction: column-reverse;
  }

  .group-h-copy.distribute-items-on-mobile {
    flex-flow: wrap;
  }

  .link-block {
    align-items: center;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

  .staff-img {
    max-height: 450px;
  }

  .image-3 {
    width: 20em;
    height: 20em;
    margin-bottom: 20px;
  }

  .comingsoon-cont {
    width: 300px;
  }

  .image-award-wapper {
    width: 20em;
    height: 20em;
    margin-left: auto;
    margin-right: auto;
  }

  .header-middle-col.social-media-icons {
    margin-bottom: 1em;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-12 {
    height: 298px;
  }

  .div-block-13 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .container.section-content {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.dropdown-link.dl-col.right-border {
    width: 100%;
  }

  .group-h.expand {
    flex-wrap: wrap;
  }

  .group-h.align-top.no-break-early {
    flex-direction: column;
  }

  .group-h.wrap.no-break-early.hide-on-portrait {
    display: block;
  }

  .group-h-item.last-group-item.white.text-align-center-on-mobile.fix-respons {
    flex-direction: column;
  }

  .group-h-item.last-group-item.margin-left-x2 {
    width: 100%;
    margin-left: 0;
  }

  .group-h-item.last-group-item.item-limit-width {
    max-width: 100%;
    overflow: hidden;
  }

  .group-h-item.last-group-item.fix-response {
    flex-direction: column;
    height: auto;
  }

  .testimonials {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .testiminial-paragraph {
    max-width: 230px;
    font-size: 1.2em;
  }

  .group-v.align-left.fx-border-bottom {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1em;
  }

  .standard-image.mobile-margin-bottom-x2.nate-dr {
    width: 100%;
  }

  .flex.tight.margin-top-x2.do-break {
    flex-direction: column;
  }

  .form-field {
    min-width: auto;
  }

  .group-v-item.text-center.button-wrap {
    flex-flow: column;
  }

  .margin-bottom-x1.fx-contact-image {
    max-width: 100%;
  }

  .text-break {
    display: inline-block;
  }

  .text-break.underline {
    text-decoration: underline;
  }

  .mobile-contact-button-wrap {
    font-size: .9em;
  }

  .gravity-forms-wrapper {
    max-width: 100%;
  }

  .div-block.testimonial-award-container {
    margin-left: auto;
  }

  .dropdown-list-02.w--open {
    min-width: 0;
  }

  .group-h-copy.align-top.no-break-early {
    flex-direction: column;
  }

  .group-h-copy.wrap.no-break-early.hide-on-portrait {
    display: block;
  }

  .link-block {
    border-width: 3px;
    border-radius: 0;
    max-width: 100%;
    top: 0;
  }

  .link-block:hover {
    border-width: 5px;
    padding-top: 7px;
  }

  .link-block-2 {
    padding: 15px;
  }

  .image-2 {
    margin-right: 10px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 1.8em;
  }

  .div-block-4 {
    max-width: 100vw;
  }

  .mask-2 {
    padding-top: 46px;
  }

  .links-wrapper {
    flex-wrap: wrap;
    min-height: 300px;
    max-height: 300px;
    overflow: scroll;
  }

  .comingsoon-cont {
    width: 270px;
  }

  .html-embed-4 {
    min-height: 200px;
  }

  .grid-2 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .div-block-12, .div-block-13 {
    height: 0;
  }
}


@font-face {
  font-family: 'FontAwesome Light';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'FontAwesome Regular';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'FontAwesome Solid';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'FontAwesome Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}