:root {
  --color-copy: #506215;
  --color: white;
  --white: white;
  --color-2: #333;
  --color-copy-copy-copy-copy: #8fc43d;
  --color-copy-copy-copy: #50621540;
  --color-copy-copy-copy-copy-copy-2-copy: #8fc43d40;
  --color-copy-copy: #50621580;
  --color-7: #2b3233;
  --color-copy-copy-2: #506215bf;
  --color-4: #167c85;
  --color-6: #1a3133;
  --color-3: #00a1b0;
  --color-copy-copy-copy-copy-copy: #8fc43dbf;
  --color-copy-copy-copy-copy-copy-2: #8fc43d80;
  --color-copy-copy-copy-copy-copy-2-copy-copy: #76787b;
  --color-copy-copy-copy-copy-copy-2-copy-copy-copy: #76787b80;
  --color-copy-copy-copy-copy-copy-2-copy-copy-copy-copy: #76787b40;
  --color-5: #1e565b;
  --color-8: #b6b6b6;
  --black: black;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: miller-banner, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: miller-banner, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: var(--color-copy);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--color-copy);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  height: 88vh;
  min-height: 700px;
  margin-top: 100px;
}

.hero-slider {
  height: 100%;
}

.slide-nav {
  justify-content: flex-end;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  bottom: 100px;
}

.left-arrow, .right-arrow {
  display: none;
}

.hero-slide {
  background-image: url('../images/happy-young-woman.jpg');
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/young-man.jpg');
  background-position: 0 0;
}

.hero-slide._3 {
  background-image: linear-gradient(105deg, #0000, #0000 44%, #0006 91% 103%), url('../images/young-woman-looking-in-mirror_1.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content-div {
  background-image: linear-gradient(171deg, #0000, #0000 49%, #00000078 93% 102%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 250px;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-tagline-holder {
  width: 40%;
  overflow: visible;
}

.hero-tagline-holder._1 {
  width: 650px;
}

.hero-tagline-holder._2 {
  width: 600px;
}

.hero-tagline-holder._3 {
  width: 498px;
}

.tagline-top {
  text-transform: none;
  font-family: miller-banner, sans-serif;
  font-size: 3.8em;
  font-weight: 300;
  line-height: 1.2em;
}

.tagline-top.white {
  color: var(--color);
}

.body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.tagline-bottom {
  text-align: right;
  text-transform: none;
  font-family: miller-banner, sans-serif;
  font-size: 3.8em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.tagline-bottom.white {
  color: var(--color);
}

.hero-button {
  background-color: var(--white);
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 17px 30px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  position: absolute;
  inset: auto 5% 175px auto;
  box-shadow: 3px 3px 12px #0003;
}

.hero-button:hover {
  background-color: var(--color-copy);
  color: var(--color);
  box-shadow: 3px 3px 12px #0003;
}

.navbar {
  background-color: var(--color);
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 80px;
}

.nav-top-div {
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.nav-top-button {
  background-color: var(--color-copy);
  color: var(--color);
  align-items: center;
  margin-right: 0;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.nav-top-button:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.nav-top-button.txt {
  margin-left: 10px;
}

.nav-button-icon {
  width: 25px;
  margin-right: 0;
}

.nav-link {
  color: var(--color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1em;
}

.nav-link:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.nav-menu {
  background-color: var(--color-copy);
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-button-text {
  margin-left: 10px;
}

.top-nav-button-holder {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.top-nav-button-holder.left {
  justify-content: flex-start;
}

.dropdown-toggle {
  color: var(--color);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  line-height: 1em;
}

.dropdown-toggle:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.dropdown-list {
  background-color: var(--color);
}

.dropdown-list.w--open {
  background-color: var(--color-copy);
}

.dropdown-list.last.w--open {
  left: auto;
  right: 0;
}

.drop-down-link {
  color: var(--color);
  line-height: 1em;
}

.drop-down-link:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.inner-dd {
  line-height: 1em;
  display: block;
}

.inner-dd-toggle {
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.inner-dd-toggle:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.inner-dd-list.w--open {
  background-color: var(--color-copy);
  inset: 0% auto auto 100%;
}

.inner-dd-link {
  color: var(--color);
  line-height: 1em;
}

.inner-dd-link:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.sub-headline-div {
  color: var(--color-copy);
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  margin-left: -20px;
  padding-left: 20px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.sub-headline-div.vert {
  color: var(--color-copy);
  flex-flow: column;
  justify-content: center;
  height: 65px;
  margin-bottom: 10px;
  margin-left: 0;
}

.sub-headline-div.serv {
  color: var(--color);
  margin-left: 0;
  padding-left: 0;
}

.rectangle-icon {
  opacity: .08;
  height: 50px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rectangle-icon.static {
  height: 75px;
  margin-bottom: -50px;
  position: static;
}

.value-props-section {
  padding-top: 5%;
}

.value-props-holder {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-holder-props {
  max-width: none;
  margin-bottom: 0;
}

.button {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-copy-copy-copy), var(--color-copy-copy-copy));
  color: var(--color-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 30px 15px;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.marg {
  margin-left: 10px;
}

.button.marg.top {
  margin-top: 10px;
  margin-left: 0;
}

.button.l {
  text-align: left;
  line-height: 1.2em;
}

.btn-txt {
  z-index: 1;
  position: relative;
}

.button-bg-color {
  background-color: var(--color-copy);
  color: var(--color);
  text-align: center;
  position: absolute;
  inset: 0%;
}

.value-props {
  z-index: 2;
  justify-content: flex-end;
  margin-bottom: -3%;
  display: flex;
  position: relative;
}

.value-prop {
  background-color: #fff0;
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
  margin-left: 0;
  padding: 20px;
  line-height: 1.3em;
  display: flex;
}

.value-prop.mid {
  border-left: 1px solid #1e565b33;
  border-right: 1px solid #1e565b33;
}

.image-3 {
  filter: brightness(70%) hue-rotate(266deg);
  width: 30px;
  margin-bottom: 10px;
}

.bold-green {
  color: var(--color-copy);
}

.parallax {
  min-height: 75vh;
  position: relative;
}

.value-prop-bg {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-copy-copy-copy-copy-copy-2-copy), var(--color-copy-copy-copy-copy-copy-2-copy));
  justify-content: space-between;
  max-width: 70%;
  padding: 15px;
  display: flex;
}

.background-video {
  z-index: 1;
  filter: brightness(112%) contrast(109%) grayscale();
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.parallax-link-holder {
  z-index: 5;
  flex-flow: column;
  width: auto;
  min-width: 300px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 5%;
}

.parallax-link {
  color: var(--color);
  text-transform: none;
  background-color: #2b32334d;
  align-items: center;
  padding: 15px 30px;
  font-family: miller-banner, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.parallax-link:hover {
  background-color: #2b3233;
}

.image-4 {
  width: 25px;
  margin-right: 10px;
}

.button-holder {
  align-items: center;
  display: flex;
}

.button-holder.stacked {
  flex-flow: column;
  align-items: stretch;
}

.doctor-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.doctor-wrapper-div {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.doctor-headline-div {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.h2-center, .p-center {
  text-align: center;
}

.docs {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1%;
  display: flex;
}

.doc-div {
  width: 49%;
  position: relative;
}

.doc-photo-div {
  object-fit: cover;
  overflow: hidden;
}

.doc-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.doc-name {
  z-index: 1;
  color: var(--color);
  text-align: center;
  background-image: linear-gradient(0deg, #0000006b, #0000 65% 94%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  font-family: miller-banner, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc-50 {
  justify-content: space-between;
  width: 49.5%;
  display: flex;
}

.testimonial-section {
  background-image: linear-gradient(to bottom, var(--color-copy-copy), var(--color-copy-copy)), linear-gradient(to bottom, #0000004a, #0000004a), url('../images/palm-shadow.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.h2-center-white {
  color: var(--color);
  text-align: center;
}

.slider {
  background-color: #ddd0;
  height: auto;
  min-height: 425px;
  margin-top: 50px;
}

.slide-content-holder {
  color: var(--color);
  text-align: center;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-slide {
  width: 48%;
  height: auto;
  min-height: 350px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  width: 50px;
  margin-bottom: 30px;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.mask {
  box-sizing: border-box;
}

.social-section {
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-wrapper-div {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-top-div {
  width: 30%;
}

.insta-title-holder {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.insta-pic-holder {
  border: 2px solid var(--color-copy-copy-copy-copy);
  background-color: var(--color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  padding: 6px;
  display: flex;
}

.social-grid-holder {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 65%;
  display: flex;
  position: relative;
}

.left-items {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.light-green-box {
  z-index: auto;
  background-color: var(--color-copy-copy-copy-copy-copy-2-copy);
  width: 70%;
  height: 38%;
  position: absolute;
  inset: auto 0% -3% auto;
}

.social-row {
  justify-content: space-between;
  display: flex;
}

.social-row.top {
  z-index: 1000;
  margin-bottom: 0%;
  position: relative;
}

.image-7 {
  width: 24%;
  max-width: none;
  margin-right: 1%;
}

.footer {
  background-color: var(--color);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  align-items: center;
  padding: 8% 0 2%;
  display: flex;
  position: relative;
}

.footer-wrapper-jm {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 225px;
  margin-bottom: 20px;
}

.footer-content {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 65%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.title-small.top-marg {
  margin-top: 20px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--color-copy-copy-copy-copy);
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4em;
}

.link {
  color: var(--color-copy-copy-copy-copy);
  text-decoration: none;
}

.link:hover {
  color: var(--color-copy);
}

.footer-wrapper-inside {
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info {
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.tab-contact-info {
  background-color: #ffffffe6;
  flex-flow: column;
  align-items: flex-start;
  max-width: 90%;
  padding: 10px;
  line-height: 1.2em;
  display: flex;
}

.loc-text {
  margin-bottom: 10px;
}

.footer-loc-phone {
  background-color: var(--color-copy);
  color: var(--color);
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.footer-loc-phone:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.loc-icon {
  width: 20px;
  margin-right: 0;
}

.socials-holder {
  align-items: center;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color) var(--color) #2b323333;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1em;
}

.text-field:focus {
  color: var(--color-2);
}

.text-field::placeholder {
  color: #2b323380;
}

.form-block {
  min-width: 300px;
}

.textarea {
  border: 1px #000;
  border-bottom: 1px solid #2b32334d;
}

.textarea:focus {
  color: var(--color-2);
}

.textarea::placeholder {
  color: #2b323380;
}

.submit-button {
  background-color: var(--color-copy);
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.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;
}

.search {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.search-button {
  background-color: var(--color-copy);
  line-height: 1em;
}

.search-button:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.social-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.social-link:hover {
  opacity: .3;
}

.new-service-section {
  justify-content: space-between;
  min-height: 75vh;
  display: flex;
}

.new-service-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  padding: 30px;
  display: flex;
  position: relative;
}

.new-service-photo {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.new-service-text-overlay {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.h2-white.smaller {
  font-size: 2.5em;
}

.service-color-block {
  background-color: var(--color-7);
  background-image: linear-gradient(to bottom, var(--color-copy-copy-2), var(--color-copy-copy-2)), url('../images/palm-shadow.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  padding: 25px;
  display: flex;
}

.service-color-block.light {
  background-color: var(--color-4);
}

.serv-text-holder {
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  z-index: 5;
  background-color: #ddd0;
  min-height: 350px;
}

.icon, .icon-2 {
  opacity: .65;
  filter: invert();
}

.social-slide-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arrow-3 {
  right: -65px;
}

.left-arrow-3 {
  display: none;
  left: -65px;
}

.static-cta-box {
  z-index: 2000;
  position: fixed;
  inset: auto 20px 40px auto;
}

.static-cta-icon {
  background-color: var(--color-6);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.static-cta-icon.info {
  background-color: var(--color-copy);
  width: 65px;
  height: 65px;
  margin-left: -15px;
  margin-right: 0;
}

.image-9 {
  max-width: 75%;
}

.static-cta-bottom {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cta-text-link-info {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 0;
  padding: 8px 15px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.specials-strip {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-copy-copy-copy), var(--color-copy-copy-copy));
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: .9em;
  display: flex;
}

.specials-text {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: 20px;
  line-height: 1em;
}

.specials-lrn-more {
  background-color: var(--color-copy);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}

.specials-lrn-more:hover {
  background-color: var(--color-copy-copy);
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.hero-content-mobile {
  background-image: linear-gradient(171deg, #0000, #0000 49%, #00000078 93% 102%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 10%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ip-header {
  color: var(--color);
  text-transform: none;
  background-image: linear-gradient(#506215cf, #506215cf), url('../images/palm-shadow.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 16% 5% 5%;
  font-family: miller-banner, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.breadcrumbs {
  align-items: center;
  padding: 1% 5%;
  display: flex;
}

.bc-link {
  color: var(--color-copy);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.bc-link:hover {
  color: var(--color-copy-copy-copy-copy);
}

.bc-link.current {
  color: var(--color-6);
}

.bc-arrow {
  color: var(--color-3);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.bc-arrow:hover {
  color: var(--color-3);
}

.ip-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.ip-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fixed-badge {
  z-index: 5000;
  position: fixed;
  inset: auto auto 10px 10px;
}

.image-10 {
  max-width: 325px;
}

.location-info {
  background-image: url('../images/san-mateo-ca.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  padding-left: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-11 {
  filter: brightness(91%) hue-rotate(264deg);
}

.footer-form-two {
  background-color: #f5f7fa;
  flex-flow: column;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
}

.footer-form-container-two {
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-form-input {
  background-color: var(--color-copy-copy-copy-copy-copy-2-copy);
  border: 1px #000;
  width: 200px;
  height: 48px;
  margin-bottom: 0;
  padding: 10px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.news {
  background-color: var(--color-copy);
  height: 48px;
  padding: 10px 15px;
  font-size: .9em;
  line-height: 1em;
}

.news:hover {
  background-color: var(--color-copy-copy-copy-copy);
  color: var(--color-2);
}

.search-input {
  width: 300px;
}

.image-13 {
  border-radius: 100%;
}

.text-block-2, .text-block-3 {
  color: var(--color-copy);
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
    position: relative;
  }

  .hero-slider {
    display: none;
  }

  .tagline-top.white, .tagline-bottom.white {
    text-align: center;
  }

  .hero-button.mobile {
    margin-top: 20px;
    position: static;
  }

  .navbar {
    align-items: flex-end;
  }

  .image {
    height: 50px;
  }

  .nav-top-div {
    align-items: stretch;
    width: 100%;
    padding-bottom: 5px;
  }

  .nav-top-button {
    padding: 10px;
    font-size: .9em;
  }

  .nav-button-text {
    display: none;
  }

  .dropdown-toggle, .dropdown {
    display: block;
  }

  .heading-holder-props {
    margin-bottom: 25px;
  }

  .parallax {
    min-height: 50vh;
  }

  .value-prop-bg {
    max-width: 100%;
    padding: 10px;
  }

  .doc-name {
    padding: 10px;
    font-size: 1.2em;
  }

  .social-wrapper-div {
    flex-flow: column;
  }

  .social-top-div, .social-grid-holder {
    width: 100%;
  }

  .footer {
    padding-bottom: 125px;
  }

  .footer-wrapper-jm {
    flex-flow: column;
    max-width: 728px;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-block {
    margin-top: 20px;
  }

  .footer-wrapper-inside {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .contact-info {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
  }

  .new-service-section {
    flex-flow: column;
  }

  .new-service-div {
    width: 100%;
    min-height: 50vh;
  }

  .new-service-text-overlay {
    padding: 15px;
  }

  .service-color-block {
    width: 100%;
    min-height: auto;
  }

  .slider-2 {
    margin-right: 20px;
  }

  .specials-strip {
    width: 100%;
  }

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

  .hero-content-mobile {
    background-image: url('../images/happy-young-woman.jpg'), linear-gradient(171deg, #0000, #0000 49%, #00000078 93% 102%);
    background-position: 15% 0, 0 0;
    background-size: cover, auto;
    align-items: center;
    padding-bottom: 5%;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--color-copy-copy-copy-copy);
  }

  .ip-header {
    padding-top: 22%;
  }

  .location-info {
    background-position: 50%;
    background-size: cover;
    padding: 0;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: 450px;
    min-height: 0;
    margin-top: 50px;
  }

  .hero-tagline-holder._1 {
    width: 100%;
  }

  .tagline-top.white, .tagline-bottom.white {
    font-size: 3em;
  }

  .hero-button.mobile {
    margin-top: 10px;
  }

  .image {
    height: 50px;
  }

  .nav-top-div {
    padding-top: 5px;
  }

  .nav-top-button {
    padding: 5px;
  }

  .nav-button-text {
    display: none;
  }

  .top-nav-button-holder, .top-nav-button-holder.left {
    width: auto;
  }

  .value-props-section {
    padding-bottom: 5%;
  }

  .value-props {
    margin-bottom: 0%;
  }

  .value-prop {
    padding: 10px;
  }

  .parallax {
    min-height: auto;
    display: flex;
  }

  .value-prop-bg {
    max-width: 100%;
  }

  .background-video {
    display: none;
  }

  .parallax-link-holder {
    width: 100%;
    position: static;
    inset: auto 5% 5%;
  }

  .parallax-link {
    background-color: var(--color-copy);
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-wrapper-inside {
    flex-direction: column;
    align-items: center;
  }

  .new-service-div {
    min-height: 40vh;
  }

  .slider-2 {
    height: 200px;
    min-height: 0;
  }

  .specials-strip {
    font-size: .8em;
  }

  .brand {
    width: auto;
  }

  .hero-content-mobile {
    background-position: 0 0, 0 0;
    padding-left: 5%;
  }

  .ip-header {
    padding-top: 32%;
  }

  .breadcrumbs {
    padding-top: 3%;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/young-woman-looking-in-mirror.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 550px;
  }

  .hero-tagline-holder._1 {
    width: 275px;
  }

  .tagline-top.white, .tagline-bottom.white {
    font-size: 1.7em;
  }

  .sub-headline-div.vert {
    letter-spacing: 0;
    font-size: .9em;
  }

  .value-props {
    flex-flow: column;
  }

  .value-prop {
    width: 100%;
  }

  .value-prop.mid {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001f;
    border-bottom-width: 1px;
    border-bottom-color: #0000001f;
  }

  .value-prop-bg {
    flex-flow: column;
  }

  .parallax-link {
    font-size: 1.5em;
  }

  .doctor-section {
    padding-bottom: 0%;
  }

  .doctor-wrapper-div {
    align-items: stretch;
  }

  .docs {
    flex-flow: column;
    margin-bottom: 0%;
  }

  .doc-div {
    width: 100%;
  }

  .doc-name {
    font-size: 1.5em;
  }

  .doc-50 {
    flex-flow: column;
    width: 100%;
  }

  .slider {
    min-height: 600px;
    margin-top: 0;
  }

  .testimonial-slide {
    width: 98%;
    min-height: 560px;
  }

  .image-5 {
    margin-bottom: 10px;
  }

  .image-7 {
    width: 32%;
    margin-right: 2%;
  }

  .footer {
    padding-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-jm {
    max-width: none;
  }

  .footer-copyright-center {
    max-width: 90%;
    line-height: 1.2em;
  }

  .new-service-div {
    min-height: 50vh;
  }

  .slider-2 {
    height: 150px;
    margin-right: 25px;
  }

  .static-cta-box {
    bottom: 90px;
  }

  .static-cta-icon {
    width: 30px;
    height: 30px;
  }

  .static-cta-icon.info {
    width: 50px;
    height: 50px;
    margin-left: -5px;
  }

  .specials-text {
    letter-spacing: 0;
  }

  .specials-lrn-more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content-mobile {
    background-image: linear-gradient(171deg, #0000, #0000 49%, #00000078 93% 102%), url('../images/happy-young-woman.jpg');
    background-position: 0 0, 25% 0;
    background-size: auto, cover;
    padding: 5% 3%;
  }

  .ip-header {
    padding-top: 55%;
    font-size: 2.5em;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .bc-link, .bc-arrow {
    margin-bottom: 10px;
  }

  .fixed-badge {
    justify-content: flex-start;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .image-10 {
    max-width: 80%;
    margin-left: 10px;
    margin-right: auto;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .text-block {
    text-align: center;
    font-size: .85em;
    line-height: 1.2em;
  }
}

#w-node-_0d5ca600-6c8c-71bd-7eb4-c266800b1203-800b11ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0d5ca600-6c8c-71bd-7eb4-c266800b1213-800b11ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_0d5ca600-6c8c-71bd-7eb4-c266800b1224-800b11ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


