:root {
  --white: white;
  --appletree-blue: #25a9e0;
  --medium-blue: mediumblue;
  --deep-sky-blue: #00b2ff;
}

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

a {
  text-decoration: none;
}

.home-section {
  background-color: var(--white);
  height: 100vh;
  color: var(--appletree-blue);
  background-image: url('../images/contact-apple-image2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.navbar {
  background-color: var(--white);
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--medium-blue);
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--deep-sky-blue);
}

.day-wrap {
  background-color: #0000;
  margin: 10px 0;
}

.opening-day {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--white);
  color: var(--medium-blue);
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: static;
}

.book {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.book-online-link {
  background-color: var(--deep-sky-blue);
  border-radius: 9px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
}

.book-online-link.dkblue {
  background-color: var(--medium-blue);
  margin-top: 0;
}

.menu-bottom-div {
  background-color: var(--medium-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.hours-trigger {
  background-color: var(--deep-sky-blue);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.down-arrow {
  color: var(--white);
  margin-right: 0;
  font-size: 30px;
  line-height: 30px;
  inset: 10% auto auto 7%;
}

.dropdown-toggle {
  padding-right: 20px;
}

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

.dropdown-list.w--open {
  z-index: 3;
  border: 2px solid var(--deep-sky-blue);
}

.hours-dropdown {
  color: var(--medium-blue);
  font-family: Open Sans, sans-serif;
}

.home-head {
  color: var(--medium-blue);
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 48px;
  position: static;
  inset: 54% auto auto 5%;
}

.home-head.less {
  margin-top: 15px;
}

.family-head-wrapper {
  position: absolute;
  inset: 25% auto auto 8%;
}

.home-head-fam {
  color: var(--medium-blue);
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: static;
  inset: 45% auto auto 5%;
}

.home-head-fam.smile {
  margin-top: 25px;
}

._1999-wrapper {
  position: absolute;
  inset: 25% auto auto 10%;
}

.home-base-panel {
  background-color: var(--medium-blue);
  color: #c6ebff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.home-page-services {
  color: var(--white);
  letter-spacing: 1px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.home-base-panel-inner-div {
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.page-image-section {
  background-image: linear-gradient(#0000, #0000 74%, #13141473), url('../images/about-family-image.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.about-us-section {
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.about-us-container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-heading {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 0 20px #0003;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 70px;
  line-height: 70px;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.page-text {
  color: var(--medium-blue);
  text-align: justify;
  letter-spacing: normal;
  white-space: normal;
  word-break: normal;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.page-text.bold {
  font-weight: 700;
}

.page-text.bold:hover {
  color: var(--deep-sky-blue);
}

.menu-social-link {
  width: 36px;
  margin-left: 10px;
}

.footer {
  z-index: 100;
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 40px;
  position: absolute;
  box-shadow: 0 0 11px -1px #0000cd40;
}

.footer-logo-link {
  flex: 0 auto;
  width: 300px;
}

.text-block-2 {
  color: var(--medium-blue);
  font-family: Open Sans, sans-serif;
}

.footer-bits-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.footer-social-link {
  width: 60px;
  margin-left: 27px;
  margin-right: 0;
}

.body {
  flex-direction: column;
  display: block;
}

.about-us-logo-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.team-section {
  margin-top: 84px;
  padding-top: 200px;
  padding-bottom: 60px;
}

.team-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-image {
  margin-bottom: 41px;
  position: static;
}

.team-name-div {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
  display: flex;
  position: absolute;
  top: -40px;
  left: -40px;
}

.team-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Merriweather, serif;
  line-height: 38px;
}

.team-credentials {
  color: var(--medium-blue);
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.team-image-wrapper {
  position: relative;
}

.team-body {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 200px;
}

.contact-para {
  color: var(--medium-blue);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.contact-para.bottom {
  margin-bottom: 0;
}

.contact-page-logo {
  margin-bottom: 40px;
}

.contact-social-div {
  background-color: #00b2ff40;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 18px 22px;
  display: flex;
}

.contact-social-link {
  width: 55px;
}

.appletree-map {
  height: 100%;
}

.contact-page-section {
  background-image: linear-gradient(to top, #3e620233, #0000 40%), url('../images/contact-apple-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  position: relative;
}

.invisalign-div {
  width: 300px;
}

.medicare-div {
  width: 230px;
  margin-left: 57px;
  margin-right: 57px;
}

.vet-affars-div {
  width: 220px;
}

.terracycle-div {
  width: 150px;
  margin-top: 25px;
}

.menu-bits-wrapper, .day-bits-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-template-columns: .75fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  position: relative;
}

.contact-para-m {
  color: var(--medium-blue);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 33px;
  display: none;
}

.contact-para-m.bottom {
  margin-bottom: 0;
}

.team-page-section {
  margin-bottom: 100px;
  padding-top: 40px;
}

.team-page-container {
  flex-direction: column;
  display: flex;
}

.team-page-grid {
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". ."
                       ". Area"
                       ". ."
                       ". Area-2";
  place-items: stretch stretch;
}

.team-button-link {
  background-color: #00b2ff33;
  border-radius: 20px;
  display: flex;
}

.team-button-link:hover {
  background-color: #6b6c6c33;
}

.team-button-image {
  object-fit: contain;
  border-bottom-left-radius: 20px;
  height: 170px;
  display: block;
}

.team-button-name-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

.team-button-head {
  color: var(--medium-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 700;
}

.team-button-head:hover {
  color: var(--medium-blue);
}

.team-button-creds {
  color: #7a7a7d;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.team-page-image-section {
  background-image: linear-gradient(#0000, #0000 74%, #13141473), url('../images/team-dentist-image.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  position: relative;
}

.team-nav-block-right {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -8% 0% auto auto;
}

.team-arrow-link {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.team-nav-block-left {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -8% 5% auto auto;
}

.image-6, .image-7 {
  margin-bottom: 10px;
}

.image-page-head-wrapper {
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.page-heading-mobile {
  color: var(--medium-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 70px;
  line-height: 70px;
  display: none;
  position: static;
  inset: auto auto 0% 0%;
}

.team-left-arrow-m, .team-right-arrow-m {
  display: 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;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.gallery-section {
  background-color: var(--medium-blue);
  margin-top: 146px;
}

.body-3 {
  padding-top: 0;
}

.page-down-link {
  justify-content: center;
  width: 70px;
  margin-left: 25px;
  padding-bottom: 7px;
  display: flex;
}

.zoom-image-section {
  background-image: url('../images/apple-girl.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.zoom-logo-wrapper {
  width: 300px;
  position: absolute;
  inset: auto auto 2% 4%;
}

.image-9 {
  background-color: var(--white);
  border-radius: 15px;
  padding: 2px;
}

.page-down-link-zoom {
  justify-content: center;
  width: 70px;
  margin-top: 50px;
  margin-left: 25px;
  padding-bottom: 7px;
  display: flex;
}

.zoom-section {
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.zoom-container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zoom-subhead {
  color: var(--deep-sky-blue);
  text-align: left;
  align-self: stretch;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.before-after-wrapper {
  margin-bottom: 25px;
  display: flex;
}

.before-after-div {
  width: 400px;
  margin-left: 10px;
  margin-right: 10px;
}

.before-after-captions {
  background-color: var(--medium-blue);
  color: var(--white);
  letter-spacing: .5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.faqs {
  margin-top: 0;
  margin-bottom: 28px;
}

.faq-wrapper {
  align-self: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
}

.faq-item-container {
  background-color: var(--medium-blue);
  cursor: pointer;
}

.faq-item-container:hover {
  background-color: var(--deep-sky-blue);
}

.faq-item-container:active {
  background-color: gray;
}

.faq-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  padding: 12px 0 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.faq-content-container {
  background-color: #0000cd1a;
  padding: 0;
  overflow: hidden;
}

.faq-content {
  color: var(--medium-blue);
  text-align: left;
  letter-spacing: .2px;
  margin: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.zoom-logo-div {
  display: none;
}

.zoom-contact-text {
  color: var(--medium-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.drawer-wrapper {
  z-index: 1000;
  display: flex;
  position: fixed;
  inset: 35% 0% auto auto;
}

.knob-wrapper {
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: 15px 6px;
  display: flex;
  position: relative;
}

.drawer-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 15px;
  display: flex;
}

.knob-open {
  width: 30px;
  padding: 6px;
}

.knob-close {
  width: 30px;
  padding: 6px;
  position: absolute;
}

.drawer-zoom-logo {
  background-color: #041120;
  border-radius: 13px;
  width: 150px;
  padding: 2px;
}

.image-11 {
  border-radius: 11px;
}

.drawer-text {
  text-align: center;
  width: 16ch;
  margin-top: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.drawer-button {
  background-color: var(--medium-blue);
  border-radius: 9px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.drawer-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drawer-wrapper-mobile {
  display: none;
  position: fixed;
  inset: 25% 0% auto auto;
}

.knob-wrapper-m {
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: 15px 6px;
  display: flex;
  position: relative;
}

.knob-open-m {
  width: 30px;
  padding: 6px;
}

.knob-close-m {
  width: 30px;
  padding: 6px;
  position: absolute;
}

.drawer-content-wrapper-m {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.drawer-zoom-logo-m {
  background-color: #041120;
  border-radius: 13px;
  width: 150px;
  padding: 2px;
}

.drawer-div-m {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drawer-text-m {
  text-align: center;
  width: 16ch;
  margin-top: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.drawer-button-m {
  background-color: var(--medium-blue);
  border-radius: 9px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.mouthguard-pop {
  z-index: 1500;
  background-color: red;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: fixed;
  inset: 15% 2% auto auto;
}

.pop-copy {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .home-section {
    background-position: 50% 0;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--deep-sky-blue);
  }

  .opening-day {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .book {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 18px;
  }

  .book-online-link {
    border-radius: 6px;
    margin-top: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .text-block {
    font-size: 20px;
    line-height: 18px;
  }

  .hours-trigger {
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .down-arrow {
    font-size: 26px;
    line-height: 26px;
    top: 18%;
  }

  .dropdown-toggle {
    padding-right: 15px;
    line-height: 18px;
  }

  .dropdown-list.w--open {
    top: 34px;
  }

  .home-page-services {
    letter-spacing: .5px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .home-base-panel-inner-div {
    justify-content: space-between;
    width: 700px;
  }

  .page-image-section {
    background-image: linear-gradient(#0000, #0000 74%, #13141473), url('../images/about-family-image.jpg');
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-us-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-heading {
    margin-bottom: 11px;
    padding-left: 30px;
    padding-right: 0;
    position: static;
    inset: auto auto 0% 0%;
  }

  .page-text {
    font-size: 18px;
  }

  .menu-social-link {
    width: 32px;
  }

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

  .team-section {
    margin-top: 120px;
    padding-top: 150px;
    padding-left: 59px;
    padding-right: 59px;
  }

  .team-name-div {
    top: -20px;
    left: -20px;
  }

  .contact-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-para {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-page-logo {
    margin-bottom: 30px;
  }

  .contact-social-div {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-social-link {
    width: 45px;
  }

  .nav-menu {
    border-bottom: 3px solid var(--medium-blue);
    background-color: #fff;
    height: 50px;
  }

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

  .menu-button {
    border: 2px solid var(--white);
    background-color: var(--white);
    border-radius: 11px;
    padding: 10px;
  }

  .menu-button.w--open {
    border: 2px solid var(--medium-blue);
    background-color: var(--white);
    border-radius: 11px;
    padding: 10px;
  }

  .invisalign-div {
    width: 210px;
  }

  .medicare-div {
    width: 160px;
    margin-left: 27px;
    margin-right: 27px;
  }

  .vet-affars-div {
    width: 150px;
  }

  .terracycle-div {
    width: 110px;
  }

  .menu-booking-social-wrapper {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .contact-grid {
    grid-template-columns: .75fr .75fr;
  }

  .contact-para-m {
    font-size: 16px;
    line-height: 26px;
  }

  .team-page-section {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team-button-link {
    justify-content: flex-start;
  }

  .team-button-image {
    width: 100px;
    height: 100px;
  }

  .team-button-head {
    font-size: 20px;
    line-height: 20px;
  }

  .team-button-creds {
    margin-top: 5px;
    font-size: 13px;
    line-height: 14px;
  }

  .team-nav-block-right {
    width: 40px;
    height: 40px;
    top: -11%;
  }

  .team-arrow-link {
    width: 40px;
    height: 40px;
  }

  .team-nav-block-left {
    width: 40px;
    height: 40px;
    top: -11%;
    right: 7%;
  }

  .image-6, .image-7 {
    margin-bottom: 0;
  }

  .image-page-head-wrapper {
    flex: 1;
  }

  .page-heading-mobile {
    margin-bottom: 11px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    inset: auto auto 0% 0%;
  }

  .page-down-link {
    width: 65px;
    margin-left: 24px;
    padding-bottom: 0;
  }

  .zoom-image-section {
    background-image: linear-gradient(#0000, #0000 74%, #13141473), url('../images/apple-girl.jpg');
    background-position: 0 0, 50% 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .page-down-link-zoom {
    width: 65px;
    margin-left: 24px;
    padding-bottom: 0;
  }

  .zoom-section {
    padding-left: 0;
    padding-right: 0;
  }

  .zoom-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .zoom-subhead {
    font-size: 24px;
    line-height: 30px;
  }

  .before-after-div {
    width: 300px;
  }

  .faqs {
    align-self: stretch;
    margin-top: 0;
  }

  .faq-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .faq-content {
    font-size: 16px;
    line-height: 19px;
  }

  .zoom-contact-text {
    font-size: 18px;
    line-height: 24px;
  }

  .drawer-wrapper {
    top: 40%;
  }

  .drawer-content-wrapper {
    padding-left: 35px;
  }

  .knob-open, .knob-close {
    width: 27px;
  }

  .drawer-zoom-logo {
    width: 120px;
  }

  .drawer-text {
    font-size: 13px;
    line-height: 15px;
  }

  .drawer-wrapper-mobile {
    top: 27%;
  }

  .knob-open-m, .knob-close-m {
    width: 27px;
  }

  .drawer-zoom-logo-m {
    width: 120px;
  }

  .drawer-text-m {
    font-size: 13px;
    line-height: 15px;
  }

  .mouthguard-pop {
    width: 120px;
    height: 120px;
    top: 20%;
  }

  .pop-copy {
    font-size: 23px;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .home-section {
    background-position: 100% 0;
  }

  .navbar {
    display: block;
  }

  .nav-link {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .day-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .opening-day {
    font-size: 12px;
  }

  .book {
    font-size: 18px;
    line-height: 20px;
  }

  .book-online-link {
    background-color: var(--deep-sky-blue);
  }

  .menu-bottom-div {
    flex-direction: column;
    padding-top: 10px;
  }

  .text-block {
    letter-spacing: .5px;
    font-size: 18px;
  }

  .hours-trigger {
    height: 30px;
  }

  .dropdown-list.w--open {
    right: 35.077px;
  }

  .hours-dropdown {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .family-head-wrapper, ._1999-wrapper, .home-base-panel {
    display: none;
  }

  .page-image-section {
    background-position: 0 0, 50%;
  }

  .about-us-section {
    padding-top: 40px;
  }

  .about-us-container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .page-heading {
    text-align: center;
    padding-left: 45px;
    padding-right: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .page-text {
    font-size: 16px;
    line-height: 23px;
  }

  .menu-social-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer {
    padding: 40px 42px;
  }

  .about-us-logo-wrapper {
    flex-direction: column;
  }

  .team-section {
    margin-top: 200px;
    padding-top: 112px;
  }

  .team-name-div {
    padding: 12px;
    top: -81px;
    left: 0;
  }

  .team-name {
    font-size: 26px;
    line-height: 28px;
  }

  .team-credentials {
    font-size: 14px;
    line-height: 15px;
  }

  .contact-section {
    padding-bottom: 100px;
  }

  .contact-us-info-div {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-para {
    text-align: center;
    font-size: 20px;
    line-height: 31px;
  }

  .contact-page-logo {
    margin-bottom: 25px;
  }

  .contact-social-div {
    width: 350px;
    margin-bottom: 27px;
  }

  .contact-page-section {
    height: 70vh;
    display: block;
  }

  .nav-menu {
    height: auto;
  }

  .invisalign-div {
    width: 250px;
  }

  .medicare-div {
    width: 210px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .vet-affars-div {
    width: 200px;
  }

  .footer-social-wrapper {
    display: flex;
  }

  .contact-grid {
    grid-template: "Area Area" minmax(auto, .5fr)
                   "Area-2 Area-2" minmax(auto, .75fr)
                   "Area-2 Area-2"
                   / .75fr;
  }

  .contact-para-m {
    text-align: center;
    font-size: 20px;
    line-height: 31px;
  }

  .team-page-section {
    justify-content: center;
    display: flex;
  }

  .team-page-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .team-button-link {
    width: 370px;
  }

  .team-button-image {
    width: 80px;
    height: 80px;
  }

  .team-button-head {
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 26px;
  }

  .team-button-creds {
    font-size: 15px;
    line-height: 16px;
  }

  .team-nav-block-right {
    width: 25px;
    height: 25px;
    top: -9%;
  }

  .team-arrow-link {
    width: 25px;
    height: 25px;
  }

  .team-right-arrow {
    display: none;
  }

  .team-nav-block-left {
    width: 25px;
    height: 25px;
    top: -9%;
    right: 6%;
  }

  .team-left-arrow {
    display: none;
  }

  .page-heading-mobile {
    text-align: center;
    padding-left: 0;
    font-size: 60px;
    line-height: 60px;
    display: none;
  }

  .team-left-arrow-m, .team-right-arrow-m {
    display: block;
  }

  .page-down-link {
    width: 60px;
    margin-left: 18px;
    padding-bottom: 3px;
  }

  .zoom-image-section {
    background-image: url('../images/apple-girl.jpg');
    background-position: 50% 0;
    background-attachment: scroll;
    margin-top: 130px;
    position: relative;
  }

  .zoom-logo-wrapper {
    flex-direction: column;
    align-self: auto;
    width: 150px;
    display: flex;
    bottom: 6%;
  }

  .page-down-link-zoom {
    width: 60px;
    margin-top: 15px;
    margin-left: 18px;
    padding-bottom: 3px;
    display: none;
  }

  .zoom-section {
    padding-top: 0;
    padding-bottom: 26px;
  }

  .zoom-container {
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .zoom-subhead {
    font-size: 16px;
    line-height: 23px;
  }

  .before-after-div {
    width: 197px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .before-after-captions {
    font-size: 14px;
  }

  .faq-wrapper {
    margin-bottom: 10px;
  }

  .faq-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .faq-content {
    font-size: 14px;
    line-height: 18px;
  }

  .zoom-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .drawer-wrapper {
    display: none;
    top: 50%;
  }

  .knob-wrapper {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .drawer-content-wrapper {
    flex-direction: row;
  }

  .knob-open, .knob-close {
    width: 22px;
  }

  .drawer-zoom-logo {
    width: 100px;
  }

  .drawer-button {
    margin-top: 12px;
  }

  .drawer-div {
    justify-content: center;
    align-self: stretch;
    margin-left: 12px;
  }

  .drawer-wrapper-mobile {
    z-index: 1000;
    display: flex;
    top: 50%;
  }

  .knob-wrapper-m {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .knob-open-m, .knob-close-m {
    width: 22px;
  }

  .drawer-content-wrapper-m {
    flex-direction: row;
    padding-left: 20px;
  }

  .drawer-zoom-logo-m {
    width: 100px;
  }

  .drawer-div-m {
    justify-content: center;
    align-self: stretch;
    margin-left: 12px;
  }

  .drawer-button-m {
    margin-top: 12px;
  }

  .div-block {
    position: relative;
  }

  .mouthguard-pop {
    inset: 30% auto auto 6%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: block;
  }

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

  .nav-link {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .nav-link.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-block {
    margin-bottom: 0;
  }

  .page-image-section {
    background-position: 0 0, 50% 0;
    margin-top: 150px;
    display: none;
  }

  .about-us-section {
    margin-top: 150px;
    padding-top: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .about-us-container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-heading {
    color: var(--deep-sky-blue);
    text-align: center;
    padding-left: 0;
    font-size: 45px;
    display: block;
  }

  .page-text {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .footer-bits-wrapper {
    flex-direction: column;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .team-section {
    margin-top: 200px;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-image {
    margin-bottom: 30px;
  }

  .team-name-div {
    top: -72px;
    left: 0;
  }

  .team-name {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 23px;
  }

  .contact-section {
    margin-top: 150px;
    padding: 60px 25px;
  }

  .contact-para {
    font-size: 16px;
    line-height: 26px;
    display: none;
  }

  .contact-para.bottom {
    display: none;
  }

  .contact-page-logo {
    margin-top: 35px;
  }

  .contact-social-div {
    flex-direction: column;
    width: 250px;
    display: none;
  }

  .contact-social-link {
    width: 40px;
  }

  .contact-page-section {
    height: 30vh;
    display: none;
  }

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

  .menu-bits-wrapper {
    flex-direction: column;
  }

  .menu-booking-social-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-wrapper {
    justify-content: space-around;
    width: 180px;
    margin-top: 29px;
    display: flex;
  }

  .contact-para-m {
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .contact-para-m.bold {
    margin-bottom: 0;
    font-weight: 700;
  }

  .bold-text, .bold-text-2 {
    display: none;
  }

  .team-page-section {
    flex-direction: column;
    margin-top: 160px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .team-button-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 75px;
  }

  .team-button-image {
    border-bottom-left-radius: 0;
    width: 300px;
    height: 200px;
    margin-bottom: 15px;
    display: none;
  }

  .team-button-name-wrapper {
    align-items: center;
    margin: 0;
    padding-left: 0;
  }

  .team-button-head {
    text-align: center;
    font-size: 21px;
    line-height: 21px;
  }

  .team-button-creds {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .team-page-image-section {
    background-position: 0 0, 50% 0;
    margin-top: 150px;
    display: none;
  }

  .team-nav-block-right {
    width: 25px;
    height: 25px;
    top: -16%;
  }

  .team-arrow-link {
    width: 25px;
    height: 25px;
  }

  .team-nav-block-left {
    width: 25px;
    height: 25px;
    top: -32%;
    right: 0%;
  }

  .page-heading-mobile {
    color: var(--deep-sky-blue);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    display: block;
  }

  .zoom-image-section {
    background-position: 0 0, 50% 0;
    margin-top: 150px;
    display: none;
  }

  .zoom-section {
    margin-top: 160px;
    padding: 70px 28px 40px;
  }

  .zoom-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .zoom-subhead {
    font-size: 18px;
    line-height: 24px;
  }

  .before-after-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .before-after-div {
    width: auto;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 17px;
  }

  .faq-content {
    margin: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .zoom-logo-div {
    margin-bottom: 33px;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .image-10 {
    background-color: #00345b;
    border-radius: 16px;
    padding: 3px;
  }

  .zoom-contact-text {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .drawer-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .drawer-wrapper-mobile {
    z-index: 1000;
  }

  .drawer-content-wrapper-m {
    padding-left: 25px;
    padding-right: 10px;
  }

  .mouthguard-pop {
    width: 95px;
    height: 95px;
    inset: auto auto 3% 6%;
  }

  .pop-copy {
    font-size: 18px;
    line-height: 18px;
  }
}

#w-node-_8283b6a2-d419-dcd5-f656-966c73493f37-be6d53d3 {
  grid-area: Area;
}

#w-node-_1aaba000-7090-a475-c37f-cd8b2d2e3bf9-be6d53d3 {
  grid-area: Area-2;
}


