@font-face {
  font-family: Merriweather;
  src: url('../fonts/merriweather-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/merriweather-blackitalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

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

@font-face {
  font-family: Merriweather;
  src: url('../fonts/merriweather-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/merriweather-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/merriweather-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Merriweather;
  src: url('../fonts/merriweather-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Hind;
  src: url('../fonts/hind-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Hind;
  src: url('../fonts/hind-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hind;
  src: url('../fonts/hind-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

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

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

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

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

:root {
  --text-color: #676767;
  --gradient-green: #8ad3c7;
  --white: white;
  --black: black;
  --dark-grey: #a1a0a0;
  --dark-blue: #00a5d8;
  --footer-bg: #666;
  --dim-grey: #67676782;
  --gradient-blue: #00a5d8;
  --cta-color: #ff7f4f;
  --new-overlay: #8ad3c796;
  --light-green: #8ad3c7;
  --light-blue: #6edafb;
  --light-light-grey: #efefef;
  --white-smoke: #efefef3b;
  --dim-grey-2: #6767671c;
  --dim-grey-3: #67676712;
  --medium-turquoise: #8ad3c7d1;
  --white-smoke-2: whitesmoke;
  --sky-blue: #6edafb;
  --turquoise: #5dd1be;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  color: #686565;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

h1 {
  color: var(--text-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  background-color: var(--gradient-green);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Merriweather, sans-serif;
  font-size: 1.85em;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 12px 9px;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
}

p {
  color: var(--dark-grey);
  text-align: left;
  margin-bottom: 15px;
  font-family: Hind, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 170%;
}

a {
  color: var(--dark-blue);
  text-decoration: none;
}

a:hover {
  color: var(--footer-bg);
}

ul {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
}

.header-section {
  background-color: var(--white);
  box-shadow: 0 3px 20px -3px var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-nav-flex-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1112px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.nav-flex-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex: 1;
}

.header-cta-col {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.header-nav-link {
  color: var(--text-color);
  cursor: pointer;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 7px 7px 6px;
  font-family: Hind, sans-serif;
  font-size: .9em;
  transition: all .2s;
}

.header-nav-link:hover {
  color: var(--dark-blue);
}

.header-nav-link.w--current {
  color: var(--gradient-green);
  cursor: pointer;
}

.header-nav-link.w--current:hover {
  color: var(--gradient-blue);
}

.nav-menu {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 0;
  font-size: 1em;
  display: flex;
}

.brand {
  flex: none;
  align-self: center;
  padding: 4px;
}

.header-cta {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: Hind, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.header-cta.orange {
  background-color: var(--cta-color);
  color: #272626;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .95em;
}

.header-cta.blue {
  background-color: var(--gradient-blue);
  color: #272626;
}

.cta-icon-01 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 1em;
}

.hero-slider {
  z-index: 1;
  background-color: #0000;
  height: 800px;
}

.slide-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-bg.slider-_-01 {
  background-image: url('../images/top-big.svg'), url('../images/newheroslider.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-01.webp');
  background-position: 50% 670px, 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 2200px, auto, auto, cover;
  font-size: 1em;
}

.slide-bg.slider-_-002 {
  background-image: url('../images/top-big.svg'), url('../images/hero-bg_02.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-02.webp');
  background-position: 50% 670px, 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 2200px, auto, auto, cover;
  font-size: 1em;
}

.slide-bg.slider-_-003 {
  background-image: url('../images/top-big.svg'), url('../images/hero-bg_03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-03.webp');
  background-position: 50% 670px, 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 2200px, auto, auto, cover;
  background-image: url('../images/top-big.svg'), url('../images/hero-bg_03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-03.webp');
  background-position: 50% 670px, 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 2200px, auto, auto, cover;
  font-size: 1em;
}

.slider-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 1em;
  display: flex;
}

.slider-flex-block {
  align-items: stretch;
  width: 100%;
  max-width: 1112px;
  padding-bottom: 50px;
  font-size: 1em;
  display: flex;
}

.hero-slider-text-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  font-size: 1em;
  display: flex;
}

.hero-slider-text-col.is-70 {
  max-width: 60%;
}

.hero-h1 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 120%;
}

.hero-h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, sans-serif;
  font-size: 4.7em;
  font-weight: 700;
  line-height: 120%;
}

.hero-cta-block {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 70px;
  margin-left: -8px;
  padding-left: 0;
  display: flex;
}

.cta {
  color: var(--white);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin: 12px;
  padding: 15px 24px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.cta.orange {
  border: 2px solid var(--cta-color);
  background-color: var(--cta-color);
  color: #252525;
  align-self: center;
  margin: 8px;
  text-decoration: none;
  transition: all .2s;
}

.cta.orange:hover {
  border: 2px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  align-self: center;
  text-decoration: none;
  transition: all .2s;
}

.cta.white-border {
  border: 2px solid var(--white);
  align-self: center;
  margin: 8px;
  transition: all .2s;
}

.cta.white-border:hover {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--light-green);
  align-self: center;
  transition: all .2s;
}

.cta.white-border.button-background-green {
  color: var(--white);
  background-color: #8ad3c7;
}

.mask {
  font-size: 1em;
}

.logos-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.logos-flex-block {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

._2-col-flex-block {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

._2-col-col-l {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  display: flex;
}

._2-col-col-r {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.pre-header {
  color: var(--text-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 120%;
}

.pre-header.white {
  color: var(--white);
}

.orange-text-cta {
  color: #dd6e44;
  cursor: pointer;
  font-size: 2em;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.orange-text-cta:hover {
  color: var(--light-blue);
}

._2-col-section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.reviews-section {
  background-color: var(--light-light-grey);
  background-image: url('../images/newpineapple.svg'), url('../images/bottom-big.svg');
  background-position: -150px 180px, 50% -40px;
  background-repeat: no-repeat, no-repeat;
  background-size: 740px, 2200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.reviews-flex-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
}

.divider-block {
  background-color: var(--dark-blue);
  width: 300px;
  height: 8px;
  margin-bottom: 30px;
}

.divider-block.blue {
  background-color: var(--dark-blue);
  width: 250px;
  height: 6px;
  margin-bottom: 20px;
}

.center {
  text-align: center;
  margin-bottom: 12px;
}

.center.paragraph {
  max-width: 90%;
}

.reviews-block {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

._3-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.review-quote-box {
  background-color: var(--light-green);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: -36px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 2.9em;
  display: flex;
  position: relative;
}

.gradient-section {
  background-image: linear-gradient(143deg, var(--gradient-green) 11%, var(--dark-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.grid-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.grid-flex-block {
  width: 100%;
  max-width: 1200px;
  margin-top: -580px;
  padding-bottom: 30px;
  font-size: 1em;
}

.white {
  color: #fff;
}

.white.inline {
  display: inline-block;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.request-appointment-button {
  color: #2a2929;
  text-transform: uppercase;
  background-color: #ff7f4f;
  margin-bottom: 20px;
  padding: 18px 30px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s;
}

.request-appointment-button:hover {
  background-color: var(--light-green);
}

.text-block {
  letter-spacing: 1px;
  padding-top: 2px;
  font-size: 1.125em;
  font-weight: 500;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 30px;
}

.grid-bg-div {
  color: #017295;
  background-image: url('../images/_bg-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 310px;
  padding: 20px;
  display: flex;
}

.grid-bg-div.grid-01-bg {
  background-image: url('../images/preventative-care_02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 620px;
  text-decoration: none;
  transition: all .2s;
}

.grid-bg-div.grid-01-bg:hover {
  background-size: 730px;
}

.grid-bg-div.grid-02-bg {
  background-image: url('../images/cosmetic-dentistry_v02.webp');
  background-position: 37%;
  background-repeat: no-repeat;
  background-size: 510px;
  text-decoration: none;
  transition: all .2s;
}

.grid-bg-div.grid-02-bg:hover {
  background-size: 610px;
}

.grid-bg-div.grid-05-bg {
  background-image: url('../images/img-000000.webp');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 490px;
  text-decoration: none;
  transition: all .2s;
}

.grid-bg-div.grid-05-bg:hover {
  background-size: 590px;
}

.grid-bg-div.grid-06-bg {
  background-image: url('../images/restorative-dentistry_v02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 620px;
  text-decoration: none;
  transition: all .2s;
}

.grid-bg-div.grid-06-bg:hover {
  background-size: 720px;
}

.grid-bg-div.grid-03-bg {
  background-image: url('../images/img-00.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 650px;
  text-decoration: none;
  transition: all .2s;
}

.grid-bg-div.grid-03-bg:hover {
  background-size: 750px;
}

.grid-bg-div.grid-04-bg-02 {
  background-image: url('../images/teeth-whitening_v02.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 480px;
  text-decoration: none;
  transition: all .2s;
}

.grid-bg-div.grid-04-bg-02:hover {
  background-size: 580px;
}

.dark-blue {
  background-color: var(--dark-blue);
}

.meet-the-dentist-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.meet-the-dentist-flex-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.headline-and-cta-block {
  font-size: 1em;
}

.tabs {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 30%;
  padding-top: 30px;
  font-size: 1em;
  display: flex;
}

.tab-content {
  width: 100%;
  max-width: 70%;
  padding-top: 30px;
  padding-left: 30px;
}

.meet-the-dentist-2-col-block {
  justify-content: space-around;
  display: flex;
}

.tab-link {
  color: var(--text-color);
  background-color: #0000;
  padding: 16px 20px;
  font-size: 1.4em;
  line-height: 120%;
  transition: all .2s;
}

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

.tab-link.w--current {
  background-color: var(--white-smoke);
  color: var(--light-green);
  line-height: 120%;
}

.tab-link.w--current:hover {
  color: #21a08b;
}

.doc-content-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-bottom: 60px;
  display: block;
}

.doc-title {
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 100%;
}

.map-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.html-map {
  height: 400px;
}

.footer-section {
  background-color: var(--footer-bg);
  background-image: url('../images/footerpineapple.svg');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: 800px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.footer-flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -30px;
  display: flex;
}

.footer-logo {
  background-color: var(--white);
  padding: 10px;
}

.footer-links-block {
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 1em;
  display: flex;
}

.footer-phone-link {
  color: var(--white);
  justify-content: space-around;
  align-items: center;
  margin: 5px;
  padding: 5px;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.footer-phone-link:hover {
  color: var(--light-blue);
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-orange-box {
  background-color: var(--cta-color);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.7em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-text-block {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.5em;
  line-height: 110%;
}

.footer-3-col-block {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 30px;
  font-size: 1em;
  display: flex;
}

.footer-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 33.333%;
  padding: 12px;
  display: flex;
}

.footer-heading {
  color: var(--light-green);
  margin-bottom: 20px;
  font-family: Merriweather, sans-serif;
  font-size: 2.125em;
  font-weight: 700;
}

.footer-text-links {
  color: var(--white);
  margin-bottom: 8px;
  padding: 12px;
  font-size: 1.5em;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.footer-text-links:hover {
  color: #fff9;
}

.footer-credits-block {
  border-top: 1px solid var(--white);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  font-size: 1em;
  display: flex;
}

.footer-credits {
  color: #fff;
  text-align: center;
}

.footer-text-link {
  color: var(--light-green);
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-text-link:hover {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.doc-img {
  float: left;
  border: 2px solid var(--dim-grey-2);
  margin-bottom: 12px;
  margin-right: 24px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.review-bg {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 530px;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.yahoo {
  display: inline-block;
}

.headline-section {
  background-color: var(--light-green);
  background-image: url('../images/top-big.svg');
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: 2200px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.headline-flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 270px;
  padding-bottom: 70px;
  display: flex;
}

.main-content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1em;
  display: flex;
}

.main-section-flex-block {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  display: flex;
}

.int-page-l-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30%;
  padding-left: 30px;
  display: flex;
}

.int-page-r-col {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.int-page-img {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

.int-page-img.ex-c-img {
  height: 420px;
  overflow: hidden;
}

.int-page-img.np-img {
  background-image: url('../images/braces.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.pe-img {
  background-image: url('../images/pe.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.cont-img {
  background-image: url('../images/c2.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.big-blog-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.int-page-img.comp-img {
  background-image: url('../images/new-pic03.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.rct-img {
  background-image: url('../images/new-pic04.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.te-img {
  background-image: url('../images/new-pic05.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.dv-img {
  background-image: url('../images/depositphotos_213688582_l.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.cbs-img {
  background-image: url('../images/bridge-dental-charleston-sc.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.tooc-img {
  background-image: url('../images/new-pic10.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.dp01-img {
  background-image: url('../images/new-pic11.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.trm-img {
  background-image: url('../images/new-pic12.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.pmt-img {
  background-image: url('../images/new-pic13.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.pim-img {
  background-image: url('../images/new-pic14.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.tw-img {
  background-image: url('../images/img-00.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.ex-c-img {
  background-image: url('../images/img-0000.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.sel-img {
  background-image: url('../images/img-00000.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.di02-img {
  background-image: url('../images/img-000000.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.ex-c-img-02 {
  background-image: url('../images/preventative-care_02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.di-img-02 {
  background-image: url('../images/cosmetic-dentistry_v02.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.rst-img-02 {
  background-image: url('../images/teeth-whitening_v02.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.all-on-4-img {
  background-image: url('../images/new-pic12_1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-img.ty-img-02 {
  background-image: url('../images/new-pic155.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 420px;
  overflow: hidden;
}

.int-page-navigation-bg {
  background-color: var(--white-smoke);
  align-self: stretch;
  margin-bottom: 30px;
  padding: 20px;
}

.int-page-nav-button {
  border-top: 1px solid #ffffff8c;
  border-bottom: 2px solid var(--dim-grey-3);
  background-image: linear-gradient(359deg, var(--dim-grey-2), #6767670f);
  color: var(--footer-bg);
  padding: 16px;
  font-size: 1.125em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.int-page-nav-button:hover {
  border-top: 1px solid #ffffff8c;
  border-bottom: 2px solid var(--dim-grey-3);
  background-image: linear-gradient(359deg, var(--dim-grey-2), #6767670f), linear-gradient(to bottom, var(--medium-turquoise), var(--medium-turquoise));
  color: var(--white);
  padding: 16px;
  font-size: 1.125em;
  text-decoration: none;
  display: flex;
}

.int-page-nav-button.hide {
  display: none;
}

.subheadline {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 150%;
}

.int-h2 {
  font-size: 2.8em;
}

.int-page-main-cta {
  background-color: var(--light-green);
  box-shadow: 0 2px 10px -2px var(--dim-grey);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding: 20px;
  font-size: 1.65em;
  line-height: 120%;
  transition: all .2s;
}

.int-page-main-cta:hover {
  background-color: var(--light-blue);
  box-shadow: 0 8px 20px -2px var(--dim-grey);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding: 20px;
  font-size: 1.65em;
  line-height: 120%;
  transition: all .2s;
}

.int-page-main-cta.ipmc-office-tour {
  margin-top: 25px;
}

.home-page-icon {
  font-family: "Fa solid 900", sans-serif;
}

.header-nav-drop-down {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--text-color);
  padding: 7px 26px 6px 7px;
  font-size: .9em;
}

.dropdown-toggle:hover {
  color: var(--dark-blue);
}

.icon {
  color: var(--cta-color);
  margin-right: 7px;
}

.dropdown-list {
  margin-top: 4px;
}

.dropdown-list.w--open {
  border-top: 3px solid var(--dark-blue);
  background-color: var(--white-smoke-2);
  margin-top: 7px;
  overflow: auto;
}

.dropdown-list.big-dropdown {
  object-fit: contain;
  overflow: clip;
}

.dropdown-list.big-dropdown.w--open {
  width: 180px;
}

.drop-down-link {
  background-color: var(--white);
  color: var(--text-color);
  padding: 10px 12px 8px;
  font-size: .9em;
  transition: all .2s;
}

.drop-down-link:hover {
  background-color: var(--light-blue);
  color: var(--white);
}

.drop-down-link.hide {
  display: none;
}

.meet-the-staff-col-wrapper {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.staff-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.333%;
  height: 340px;
  padding: 12px;
  display: flex;
}

.staff-img {
  border: 3px solid var(--dim-grey-2);
  margin-bottom: 20px;
}

.staff-position {
  color: var(--dim-grey);
  text-align: center;
  font-size: .9em;
  line-height: 100%;
}

.list {
  color: var(--dark-grey);
  font-size: 1em;
  font-weight: 300;
  line-height: 120%;
}

.list-2 {
  margin-top: 8px;
}

.question-col {
  align-self: center;
  width: 90%;
}

.plus {
  width: 30px;
}

.accordian-item {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.minus {
  width: 30px;
}

.accordion-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trigger-symbol {
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  display: flex;
}

.question-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.85em;
}

.accordion-text {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.accordion-question {
  border-bottom: 1px solid #ececec;
  border-radius: 10px;
  width: 100%;
  min-height: 75px;
  margin-bottom: 20px;
  padding: 15px 30px;
  display: flex;
  box-shadow: 0 3px 10px 2px #0000000d;
}

.list-3 {
  margin-top: 8px;
  font-size: 1.25em;
}

.small-list {
  color: var(--dark-grey);
  font-size: .75em;
  line-height: 130%;
}

.blog-post-wrapper {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: space-around;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  display: block;
}

.blog-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding: 0 12px 12px;
  display: flex;
}

.blog-card-bg {
  background-color: var(--white-smoke);
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 18px;
  display: flex;
}

.blog-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
}

.blog-wrapper-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-date {
  font-size: .85em;
}

.blog-name {
  color: var(--dark-blue);
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 110%;
}

.blog-post-summery {
  font-size: .9em;
  line-height: 140%;
}

.blog-cta {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 12px;
}

.blog-rich-text-block {
  margin-bottom: 30px;
}

.form-block {
  width: 100%;
}

.form-flex-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.form-cta {
  color: var(--white);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 15px 24px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.form-label-and-input {
  width: 100%;
  max-width: 50%;
  margin-bottom: 12px;
  padding-right: 12px;
}

.form-message-block {
  width: 100%;
  margin-bottom: 12px;
  padding-right: 12px;
}

.textarea {
  min-height: 190px;
  display: inline-block;
}

.text-field {
  height: 50px;
}

.tabs-02 {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.slide {
  height: 500px;
  font-size: 1.125em;
}

.select-field {
  background-color: var(--white);
  height: 50px;
}

.homepage-review-slider {
  background-color: #0000;
  width: 100%;
  height: 630px;
  margin-bottom: 15px;
}

.homepage-slider-flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.p-short-code {
  display: block;
}

.rate-a-biz-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.rateabiz {
  width: 100%;
}

.image, .image-2 {
  transition: opacity .2s;
}

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

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

.footer-social-icon {
  margin-bottom: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2.5em;
  line-height: 100%;
}

.footer-links {
  color: var(--cta-color);
  transition: all .2s;
}

.footer-links:hover {
  color: var(--light-blue);
}

.ribbon {
  background-color: var(--cta-color);
  color: var(--white);
  text-align: center;
  width: 100%;
  font-weight: 700;
  line-height: 200%;
}

.hours-ribbon {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 200%;
}

.heading-4 {
  font-size: 2em;
}

.heading-4.mb-0, .mb-0 {
  margin-bottom: 0;
}

.div-group {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.image-3 {
  padding: 55px;
}

.image-3.team-photo {
  border-radius: 3px;
  margin-bottom: 35px;
  padding: 0;
  box-shadow: 0 0 3px #333;
}

.staff-photo-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.embed-office-tour {
  width: 100%;
}

.image-4 {
  margin-bottom: 35px;
}

.html-embed-2 {
  margin-bottom: 40px;
}

.heading1 {
  color: var(--text-color);
}

.heading-6 {
  margin-bottom: 40px;
}

.div-block-3 {
  background-image: url('../images/north-rivers-dental-staff-photo.min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 59vw;
  margin-bottom: 35px;
}

.div-block-4 {
  background-image: url('../images/cupwithbrushes.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 62.5vw;
}

.image-5 {
  display: none;
}

.image-6 {
  object-fit: contain;
  width: 266px;
  height: 64px;
}

.image-7 {
  width: 200px;
  height: 96px;
}

.image-8 {
  width: 350px;
  height: 162.85px;
}

.text-block-4 {
  display: none;
}

.paragraph {
  color: #686565;
}

.text-block-5 {
  color: #272626;
}

.h2, .h3 {
  color: var(--footer-bg);
  background-color: #0000;
  margin-bottom: 10px;
  padding: 0;
  font-family: Merriweather, sans-serif;
  font-size: 1.85em;
  font-weight: 700;
}

.heading-7 {
  background-color: var(--gradient-green);
  color: #2a2929;
}

.disclaimer {
  background-color: var(--light-green);
  color: var(--light-light-grey);
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  font-style: normal;
}

.h5-services {
  color: var(--footer-bg);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Merriweather, sans-serif;
  font-size: 1.2em;
}

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

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

.heading-8 {
  text-align: center;
  width: 80%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 3.25em;
  }

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

  .nav-flex-container {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-cta-col {
    flex-direction: column;
    align-items: flex-start;
    padding: 11px;
    display: flex;
  }

  .header-nav-link {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--footer-bg);
    padding: 20px;
    font-size: 1.3em;
  }

  .header-cta.orange, .header-cta.blue {
    align-self: stretch;
    padding-top: 15px;
  }

  .hero-slider {
    height: 650px;
  }

  .slide-bg.slider-_-01 {
    background-image: url('../images/top-big.svg'), url('../images/newheroslider.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-01.webp');
    background-position: 50% 530px, -170px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
  }

  .slide-bg.slider-_-002 {
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_02.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-02.webp');
    background-position: 50% 530px, -170px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
  }

  .slide-bg.slider-_-003 {
    background-image: url('../images/top-big.svg'), url('../images/_bg-03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-02.webp');
    background-position: 50% 530px, -170px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-03.webp');
    background-position: 50% 530px, -190px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
  }

  .slider-wrapper {
    justify-content: flex-start;
  }

  .slider-flex-block {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .hero-slider-text-col {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    font-size: .85em;
  }

  .hero-h1 {
    font-size: 1.4em;
  }

  .hero-h2 {
    font-size: 4.5em;
  }

  .hero-cta-block {
    justify-content: center;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .logos-section {
    padding-bottom: 50px;
  }

  ._2-col-col-l {
    max-width: 70%;
  }

  ._2-col-col-r {
    max-width: 30%;
  }

  .reviews-section {
    background-position: -210px 180px, 50% -50px;
  }

  .reviews-flex-block {
    justify-content: center;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 0;
  }

  ._3-col {
    max-width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-quote-box {
    width: 80px;
    height: 80px;
    font-size: 2.5em;
  }

  .grid-flex-block {
    margin-top: -600px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-links-block {
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .menu-button {
    background-color: var(--light-green);
    color: #fff;
    order: 1;
  }

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

  .review-bg {
    height: 340px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headline-section {
    background-position: 50% 87px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .headline-flex-block {
    height: 210px;
    padding-bottom: 70px;
  }

  .main-section-flex-block {
    padding-top: 30px;
  }

  .int-page-l-col {
    max-width: 40%;
  }

  .int-page-r-col {
    max-width: 60%;
  }

  .int-page-img.ex-c-img, .int-page-img.np-img, .int-page-img.pe-img, .int-page-img.cont-img, .int-page-img.comp-img, .int-page-img.rct-img, .int-page-img.te-img, .int-page-img.dv-img, .int-page-img.cbs-img, .int-page-img.tooc-img, .int-page-img.dp01-img, .int-page-img.trm-img, .int-page-img.pmt-img, .int-page-img.pim-img, .int-page-img.tw-img, .int-page-img.ex-c-img, .int-page-img.sel-img, .int-page-img.di02-img, .int-page-img.ex-c-img-02, .int-page-img.di-img-02, .int-page-img.rst-img-02, .int-page-img.rst-img-02, .int-page-img.all-on-4-img, .int-page-img.ty-img-02 {
    background-position: 50% 127%, 50%;
    height: 300px;
    margin-bottom: 20px;
  }

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

  .dropdown-list.w--open {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .staff-col {
    height: 290px;
  }

  .blog-col {
    max-width: 100%;
  }

  .homepage-review-slider {
    height: 470px;
  }

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

  .div-group {
    margin-bottom: 10px;
  }

  .image-3 {
    max-width: 100%;
    padding: 13px;
  }

  .staff-photo-container {
    max-width: none;
  }

  .div-block-3 {
    min-height: 61vw;
  }

  .image-7 {
    width: 190px;
    height: 88.4px;
  }

  .image-8 {
    width: 300px;
    height: 139.588px;
  }
}

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

  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 3.125em;
  }

  .hero-slider {
    height: 610px;
  }

  .slide-bg.slider-_-01 {
    background-image: url('../images/top-big.svg'), url('../images/newheroslider.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-01.webp');
    background-position: 50% 490px, -265px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
  }

  .slide-bg.slider-_-002 {
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_02.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-02.webp');
    background-position: 50% 490px, -265px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
  }

  .slide-bg.slider-_-003 {
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-02.webp');
    background-position: 50% 490px, -265px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-03.webp');
    background-position: 50% 490px, -290px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 760px, auto, cover;
  }

  .slider-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-flex-block {
    padding-bottom: 0;
  }

  .hero-slider-text-col {
    max-width: 100%;
  }

  .hero-h1 {
    margin-bottom: 5px;
  }

  .hero-h2 {
    margin-bottom: 10px;
    font-size: 3.8em;
  }

  ._2-col-col-l {
    max-width: 100%;
  }

  ._2-col-col-r {
    max-width: 60%;
    padding-top: 40px;
  }

  .reviews-section {
    background-position: -150px 230px, 50% -50px;
  }

  .reviews-flex-block {
    padding-bottom: 30px;
  }

  .reviews-block {
    margin-bottom: 10px;
  }

  ._3-col {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .grid-flex-block {
    margin-top: -620px;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .tabs {
    margin-top: 40px;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-around;
    max-width: 100%;
    padding-top: 0;
  }

  .tab-content {
    max-width: 100%;
  }

  .tab-link {
    text-align: center;
    padding: 10px;
  }

  .doc-content-col {
    padding-bottom: 40px;
  }

  .footer-phone-link, .footer-phone-link:hover {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .icon-orange-box {
    margin-bottom: 25px;
  }

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

  .footer-col {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .review-bg {
    height: auto;
  }

  .headline-section {
    background-position: 50% 73px;
    padding-bottom: 0;
  }

  .headline-flex-block {
    height: 187px;
    padding-bottom: 50px;
  }

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

  .int-page-l-col {
    order: 1;
    max-width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .int-page-r-col {
    max-width: 100%;
  }

  .staff-col {
    max-width: 50%;
    height: 320px;
  }

  .blog-post-wrapper {
    margin-left: 0;
  }

  .tabs-02 {
    margin-top: 0;
  }

  .homepage-review-slider {
    height: auto;
    padding-bottom: 20px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .image-3 {
    padding: 38px;
  }

  .div-block-4 {
    height: 90vw;
  }
}

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

  .nav-flex-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-nav-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .hero-slider {
    height: 650px;
  }

  .slide-bg.slider-_-01 {
    background-image: url('../images/top-big.svg'), url('../images/newheroslider.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-01.webp');
    background-position: 50% 531px, -330px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 650px, auto, cover;
  }

  .slide-bg.slider-_-002 {
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_02.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-02.webp');
    background-position: 50% 531px, -310px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 650px, auto, cover;
  }

  .slide-bg.slider-_-003 {
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/_bg-02.webp');
    background-position: 50% 531px, -330px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 650px, auto, cover;
    background-image: url('../images/top-big.svg'), url('../images/hero-bg_03.webp'), linear-gradient(to bottom, var(--new-overlay), var(--new-overlay)), url('../images/c.webp');
    background-position: 50% 531px, -330px 100%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 2200px, 650px, auto, cover;
  }

  .hero-slider-text-col {
    max-width: 100%;
  }

  .hero-h2 {
    font-size: 3.2em;
  }

  ._2-col-col-r {
    max-width: 70%;
  }

  .reviews-section {
    background-position: -150px 270px, 50% -60px;
  }

  .reviews-block {
    margin-top: 0;
    padding-bottom: 20px;
  }

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

  .tabs-menu {
    flex-direction: column;
  }

  .tab-content {
    padding-left: 0;
  }

  .footer-links-block {
    padding-top: 50px;
    padding-bottom: 30px;
  }

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

  .doc-img {
    width: 50%;
    margin-right: 18px;
    padding-right: 0;
  }

  .yahoo {
    padding-top: 14px;
    padding-bottom: 0;
    display: inline-block;
  }

  .headline-section {
    background-position: 50% 76px;
    padding-bottom: 0;
  }

  .headline-flex-block {
    height: 170px;
  }

  .staff-col {
    max-width: 100%;
    height: 330px;
  }

  .form-label-and-input {
    max-width: 100%;
    padding-right: 0;
  }

  .form-message-block {
    padding-right: 0;
  }

  .homepage-review-slider {
    padding-bottom: 0;
  }

  .ribbon {
    display: none;
  }

  .image-3 {
    padding: 0 0 20px;
  }

  .div-block-4 {
    height: 100vw;
  }

  .image-7 {
    width: 160px;
    height: 74.4375px;
  }

  .image-8 {
    width: 250px;
    height: 111.663px;
  }
}

#w-node-_11d594b6-ec65-02c1-b685-7d017a8f0205-62466595, #w-node-_006ed732-571f-acd8-abe9-242ebed4ebe2-62466595 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_006ed732-571f-acd8-abe9-242ebed4ebe2-62466595 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_11d594b6-ec65-02c1-b685-7d017a8f0205-62466595 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_006ed732-571f-acd8-abe9-242ebed4ebe2-62466595 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/merriweather-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}