:root {
  --royal-blue: #0060bf;
  --grey: #888;
  --dark-orange: #e8850c;
  --orange: #ffa83d;
  --black: black;
  --dim-grey: #555;
  --black-2: #333;
  --dim-grey-2: #666;
  --dodger-blue: #1c8eff;
  --white-smoke: #f1f1f1;
  --light-sky-blue: #6fb7ff;
  --white: white;
  --light-grey: #ccc;
}

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

h1 {
  color: var(--royal-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

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

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

.header-section {
  z-index: 9995;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 22px -3px #55555526;
}

.columns {
  align-items: center;
  transition: all .575s;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  position: static;
}

.nav-menu {
  justify-content: flex-end;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.nav-link {
  color: var(--grey);
  letter-spacing: 1px;
  flex: 1;
  margin-left: .1vw;
  margin-right: .1vw;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--dark-orange);
}

.nav-link.nav-link-variation {
  text-align: center;
  font-size: 14px;
  display: none;
}

.dropdown {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.dropdown-toggle {
  padding-right: 35px;
  font-size: 15px;
}

.icon {
  color: var(--royal-blue);
  margin-right: 0;
  font-weight: 300;
}

.dropdown-toggle-2 {
  height: 86%;
}

.image {
  max-width: 200px;
  padding: 10px;
}

.icon-2 {
  margin-top: 22.5625px;
}

.column {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(#000, #000);
  width: 2px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: box-shadow .3s;
}

.button:hover {
  box-shadow: inset 0 0 9px 6px #1c8eff80;
}

.button.orange {
  font-size: .8rem;
  line-height: auto;
  background-color: #e8850c;
}

.button.orange:hover {
  box-shadow: inset 0 1px 9px 3px var(--orange);
}

.button.orange.larger {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

.button.orange.header {
  text-align: center;
  align-items: center;
  display: flex;
}

.button.right10 {
  font-size: .8rem;
  line-height: auto;
  background-color: #0060bf;
  margin-right: 10px;
}

.button.right10.header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.larger {
  padding: 12px 30px;
  font-size: 16px;
}

.button.covid-notice {
  font-size: .8rem;
  line-height: auto;
  text-align: center;
  background-color: #6e6e6e;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.button.covid-notice:hover {
  box-shadow: inset 0 1px 9px 3px var(--black);
}

.button.covid-notice.larger {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

.button.patient-portal-mobile {
  font-size: .8rem;
  line-height: auto;
  background-color: #6e6e6e;
  margin-right: 10px;
  display: none;
}

.button.patient-portal-mobile:hover {
  box-shadow: inset 0 1px 9px 3px var(--black);
}

.button.patient-portal-mobile.larger {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

.button.patient-portal-mobile-portrait {
  font-size: .8rem;
  line-height: auto;
  background-color: #6e6e6e;
  margin-right: 10px;
  display: none;
}

.button.patient-portal-mobile-portrait:hover {
  box-shadow: inset 0 1px 9px 3px var(--black);
}

.button.patient-portal-mobile-portrait.larger {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

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

.link-block {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-block.right10 {
  margin-right: 10px;
}

.header_topbar {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.top-section {
  background-image: linear-gradient(to bottom, var(--black-2), var(--dim-grey-2));
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  padding-left: 0;
  transition: all .558s;
  display: flex;
}

.contact-icon {
  color: #fff;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.column-3 {
  transition: all .575s;
  display: flex;
}

.icon-box {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  height: 80vh;
}

.dropdown-list {
  background-image: linear-gradient(#00000080, #00000080);
}

.dropdown-list.w--open {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  min-width: 277px;
  max-height: 80vh;
  overflow: auto;
}

.dropdown-item {
  color: #fff;
  padding: 15px 20px;
  font-weight: 300;
  text-decoration: none;
  transition: box-shadow .3s;
}

.dropdown-item:hover {
  box-shadow: inset 0 0 9px 6px #1c8eff80;
}

.dropdown-item.w--current {
  color: #fff;
  background-color: #125290;
}

.slider-section {
  height: 75vh;
  min-height: 600px;
  max-height: 900px;
  margin-top: 0;
}

.slide {
  background-image: url('../images/banner-new2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-right: 0%;
  transition: all .575s;
  display: flex;
}

.heading {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

.heading.hero {
  color: var(--royal-blue);
  margin-bottom: 15px;
  font-size: 4rem;
  line-height: 4.2rem;
}

.heading.h3 {
  color: var(--black-2);
  text-transform: none;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 30px;
}

.heading.h3.white {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.heading.h3.bottom8 {
  margin-bottom: 8px;
}

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

.heading.h4 {
  color: var(--dark-orange);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading.h4.light-center {
  color: var(--dodger-blue);
  text-align: center;
  margin-bottom: 5px;
}

.heading.h4.white-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.heading.h4.white-text.bottom15 {
  margin-bottom: 15px;
}

.heading.h2 {
  color: var(--royal-blue);
  text-shadow: 1px 1px #fff;
  margin-bottom: 5px;
  font-size: 3rem;
  line-height: 3.5rem;
  display: flex;
}

.subline {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.subline.bottom45 {
  margin-bottom: 45px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.subline.gray.bottom30 {
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.bold-green {
  color: #008676;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.call-out-block {
  background-image: linear-gradient(to bottom, var(--black-2), #666);
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  min-height: 300px;
  padding: 20px 25px;
  display: flex;
  box-shadow: 0 8px 22px -3px #55555526;
}

.call-out-block.green {
  background-image: linear-gradient(to bottom, var(--black-2), var(--dim-grey));
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 25px;
}

.call-out-block.blue {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  transition: all .575s;
  display: flex;
}

.call-out-block.white {
  background-image: linear-gradient(to bottom, var(--black-2), var(--grey));
  border-style: none;
  padding-right: 5px;
}

.call-out-block.dark-blue {
  clear: none;
  background-image: linear-gradient(to bottom, var(--royal-blue), #002156);
  flex-flow: wrap;
  justify-content: center;
  width: 50%;
  min-height: 250px;
  margin: 0 auto 20px;
  position: static;
  left: 200px;
}

.callout-section {
  z-index: 11;
  background-image: url('../images/blue_curve.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 0;
  margin-top: -60px;
  margin-bottom: -80px;
  padding-bottom: 125px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .575s;
  position: relative;
}

.subline-white {
  color: #fff;
  padding-left: 15px;
}

.subline-white.lighter-line {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subline-white.lighter-line.bottom20 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.subline-white.lighter-line.bottom0 {
  margin-bottom: 0;
}

.heading-2 {
  font-size: 25px;
  font-weight: 700;
}

.heading-2.h5 {
  color: var(--dodger-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-2.h5.bottom30 {
  margin-bottom: 30px;
}

.heading-2.h5.grey {
  color: #636466;
}

.heading-2.h3 {
  color: #636466;
  font-size: 22px;
  line-height: 26px;
}

.heading-2.h3.white {
  color: #fff;
}

.heading-2.h3.white.center {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
}

.heading-2.h3.white.center.bottom50 {
  margin-bottom: 30px;
}

.heading-2.h3.center {
  text-align: center;
  font-size: 32px;
}

.heading-2.h3.center.bottom50 {
  margin-bottom: 30px;
  font-weight: 700;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  border-radius: 10px;
}

.button-2.dark-blue {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#153d9f, #153d9f);
  border: 2px solid #fff;
  width: 80%;
  max-width: 230px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, box-shadow .2s, all .2s;
  display: block;
}

.button-2.dark-blue:hover {
  background-color: #003fd8;
  background-image: none;
  transform: scale(1.05);
  box-shadow: 0 5px 6px -3px #ffffff69;
}

.call-out-blocks-container {
  z-index: 999;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--grey);
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.paragraph.center-white {
  color: #fff;
  text-align: center;
}

.paragraph.center-white.bottom20 {
  margin-bottom: 26px;
  line-height: 22px;
}

.paragraph.quote {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  line-height: 40px;
}

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

.dropdown-link {
  color: var(--grey);
  margin-right: 8px;
  padding-right: 25px;
  font-weight: 500;
}

.dropdown-list-copy {
  background-image: linear-gradient(#00000080, #00000080);
}

.dropdown-list-copy.w--open {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
}

.body {
  color: var(--grey);
  background-image: url('../images/brickwall.png');
  background-size: 55px;
  background-attachment: fixed;
  padding-top: 136px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.welcome-section {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  box-shadow: 8px 0 22px -3px #55555526;
}

.column-4 {
  padding-left: 0;
  padding-right: 30px;
}

.column-5 {
  padding-left: 30px;
}

.link {
  color: #e8850c;
  letter-spacing: 1px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.link.footer-link {
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-image {
  margin-top: -10px;
  margin-left: -10px;
  box-shadow: 6px 6px 22px -3px #55555526;
}

.right-box {
  background-color: var(--white-smoke);
  padding-bottom: 15px;
  padding-right: 5px;
}

.testimonial-section {
  max-height: auto;
  background-image: linear-gradient(#0060bfbf, #6fb7ff80), url('../images/background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
  box-shadow: 8px 0 22px -3px #55555526;
}

.slide-nav {
  color: var(--dark-orange);
  font-size: 10px;
}

.testimial-slider {
  clear: none;
  background-color: #0000;
  position: static;
  overflow: hidden;
}

.slider-arrows {
  font-size: 30px;
}

.div-block-9 {
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-icon {
  margin-right: 25px;
}

.slider-container {
  width: 100%;
}

.feature-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-11 {
  background-image: linear-gradient(#fff, #fff);
  box-shadow: 6px 6px 22px -3px #55555526;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  padding: 15px;
  display: flex;
}

.top-row {
  margin-bottom: 30px;
}

.image-3 {
  background-image: url('../images/gulfside_office_tour.jpg');
  background-position: 0 0;
  background-size: 175px;
}

.div-block-13 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-box {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  padding-bottom: 15px;
  padding-left: 5px;
}

.left-image {
  margin-top: -10px;
  margin-left: 10px;
}

.misc-section {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 90px;
  padding-bottom: 90px;
  box-shadow: 8px 0 22px -3px #55555526;
}

.map-section {
  margin-top: 0;
  box-shadow: 8px 0 22px -3px #55555526;
}

.footer-section {
  background-image: linear-gradient(to top, var(--black-2), var(--dim-grey-2));
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-2 {
  background-image: linear-gradient(to top, var(--black-2), var(--dim-grey-2) 99%);
}

.vertical-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-col.left20 {
  padding-left: 45px;
}

.div-block-14 {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.column-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.brand.footer-logo {
  margin-bottom: 0;
}

.social-icon {
  margin-bottom: 0;
  margin-right: 8px;
}

.social-icon:hover {
  opacity: .75;
}

.social-icons {
  margin-bottom: 15px;
  display: flex;
}

.footer_sm-icon {
  width: 30px;
  height: 30px;
  transition: opacity .25s;
}

.column-7 {
  opacity: 0;
  display: block;
}

.columns-3 {
  width: 100%;
  display: none;
}

.image-5 {
  display: none;
}

.icon-3, .icon-4 {
  color: var(--dodger-blue);
}

.column-9 {
  padding-left: 90px;
  padding-right: 11%;
  transition: all .575s;
}

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

.slide-2 {
  min-height: auto;
  position: static;
}

.mask-2 {
  padding-top: 0;
  position: static;
  overflow: visible;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-17 {
  background-image: linear-gradient(to top, var(--dim-grey), var(--black-2));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contentcontainer {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: -280px;
  margin-bottom: 30px;
  display: flex;
}

.contentcontainer.ada1 {
  margin-top: -200px;
}

.contentcontainer._1 {
  flex-direction: column;
}

.div-block-18 {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  min-height: 600px;
  display: flex;
}

.div-block-18.centermiddle {
  justify-content: center;
  align-items: center;
}

.column-10 {
  padding-left: 0;
}

.div-block-19 {
  width: 100%;
  min-height: 600px;
  padding: 30px 0 30px 30px;
}

.div-block-20 {
  width: 100%;
  min-height: auto;
  padding-top: 0;
}

.column-11 {
  color: var(--royal-blue);
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  position: sticky;
}

.column-11.c11-variant {
  display: none;
}

.div-block-21 {
  background-image: url('../images/blue_curve.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.div-block-22 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 120px;
  padding-left: 220px;
  display: flex;
}

.div-block-22.ada {
  min-height: 200px;
}

.bannercontainer {
  z-index: 9990;
  background-color: var(--white-smoke);
  background-image: url('../images/interactive-technology-at-dental-clinic-2021-09-24-03-53-51-utc-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  transition: all .558s;
  position: relative;
}

.div-block-23 {
  width: 100%;
  min-height: auto;
  padding-top: 0;
}

.block-quote {
  border-left-color: var(--dodger-blue);
  background-color: var(--white-smoke);
  color: var(--dim-grey-2);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 29px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.8rem;
}

.image-10 {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.button-3 {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  padding: 20px;
  transition: all .575s;
}

.submit-button {
  background-color: var(--royal-blue);
  border-radius: 0;
  width: 70%;
  max-width: 250px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field {
  border: 1px solid var(--white-smoke);
  background-image: linear-gradient(#fafafa, #fff);
  border-radius: 5px;
}

.field-label {
  font-weight: 500;
}

.field-label-2 {
  color: var(--grey);
  font-weight: 500;
}

.form-block {
  border: 1px solid var(--white-smoke);
  padding: 15px;
}

.textarea {
  min-height: 150px;
}

.textarea.text-field {
  min-height: 100px;
  margin-bottom: 20px;
}

.paragraph-2 {
  color: #333;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-24 {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--white-smoke);
  background-color: var(--black-2);
  background-image: linear-gradient(to top, var(--white-smoke), white);
  color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.cfheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.dentalsidenav {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  background-image: linear-gradient(to top, var(--white-smoke), white);
  min-height: 200px;
  margin-bottom: 30px;
  padding: 10px;
}

.siddebarnavitem {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--white-smoke);
  color: var(--grey);
  background-color: #fff;
  margin-left: 0;
  padding: 12px 20px;
  font-weight: 500;
  transition: all .575s;
  display: block;
  position: static;
}

.siddebarnavitem:hover {
  border-bottom-width: 0;
  border-bottom-color: #fff;
  border-left-width: 12px;
  border-left-color: var(--light-sky-blue);
  background-image: linear-gradient(156deg, #f1f1f100 79%, var(--light-sky-blue) 79%), linear-gradient(to top, var(--white-smoke), white);
  color: var(--light-sky-blue);
  margin: 0;
  position: static;
  left: -20px;
}

.siddebarnavitem.w--current {
  border-left-width: 12px;
  border-left-color: var(--light-sky-blue);
  color: var(--light-sky-blue);
  background-color: #fff;
}

.siddebarnavitem.w--current:hover {
  color: var(--dodger-blue);
}

.siddebarnavitem.botline {
  border-bottom-width: 1px;
}

.siddebarnavitem.botline.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
}

.heading-3 {
  color: var(--dodger-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

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

.div-block-25 {
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 1px 1px 13px 5px #0000000d;
}

.div-block-26 {
  position: sticky;
  top: 165px;
}

.columns-5 {
  display: flex;
}

.date {
  color: var(--royal-blue);
  font-weight: 600;
}

.mainnavlink {
  color: var(--grey);
}

.drlink {
  color: var(--orange);
}

.columns-6 {
  display: flex;
}

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

.tytext {
  text-align: center;
  max-width: 600px;
  margin-top: 25px;
}

.image-11 {
  margin-bottom: 50px;
}

.div-block-27 {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  margin-top: 15px;
  display: flex;
}

.columns-7 {
  height: auto;
  display: flex;
}

.link-block-4 {
  border: 0px solid var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 10px;
  display: flex;
}

.column-12, .column-13, .column-14 {
  padding: 0;
}

.image-12 {
  max-width: 45px;
  margin-bottom: 10px;
}

.div-block-28 {
  border: 1px solid var(--white-smoke);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.heading-4 {
  color: var(--grey);
}

.div-block-29 {
  min-height: 200px;
}

.div-block-30 {
  min-height: 300px;
}

.div-block-30.doc1 {
  background-image: url('../images/dr.-McCash.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.div-block-30.doc1.doc2 {
  background-image: url('../images/dr.-Botero.webp');
  background-size: cover;
  height: auto;
}

.div-block-30.doc1.doc3 {
  background-image: url('../images/vlachos.jpg');
  background-size: cover;
  height: auto;
}

.div-block-30.doc1.doc4 {
  background-image: url('../images/dr.-Reyes--1.webp');
  background-size: cover;
  height: auto;
}

.div-block-30.doc1.staff1 {
  background-image: url('../images/2-6efe4861a9cc7bd23e948e53589cf6f4.jpg');
  background-size: cover;
  height: auto;
  min-height: 150px;
}

.div-block-30.doc1.staff1.staff3 {
  background-image: url('../images/logan-hull-e418707ae87894aaa91765c964c3fb7e.jpg');
  background-size: cover;
}

.div-block-30.doc1.staff1.staff4 {
  background-image: url('../images/gloria-dental-hygienist.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-30.doc1.staff1.staff5 {
  background-image: url('../images/11-20c0c0d8e2a0c6ad5a158f4d306334f9.jpg');
  background-size: cover;
}

.div-block-30.doc1.staff1.staff6 {
  background-image: url('../images/13-ccd8412e075aec526b60e1637634149e.jpg');
  background-size: cover;
}

.div-block-30.doc1.staff1.staff7 {
  background-image: url('../images/maria-lead-assistant.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-30.doc1.staff1.staff8, .div-block-30.doc1.staff1.staff9 {
  background-image: url('../images/5-44bce5c6b45170d026eebd67f9b5c30f.jpg');
  background-size: cover;
}

.div-block-30.doc1.staff1.staff10 {
  background-image: url('../images/ceci-sterilization-tech.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-30.doc1.staff1.staff11 {
  background-image: url('../images/ana-83adfe8362a5aa042ff7ae0b56f25afb.jpg');
  background-size: cover;
}

.div-block-30.doc1.staff1.staff12 {
  background-image: url('../images/gigi-2b16c7e8efff30f167aadda9fa0e58f6.jpg');
  background-size: cover;
}

.div-block-30.doc1.staff1.staff13 {
  background-image: url('../images/4-25d8924178b79e0db4a41dbe35cb3bcc.jpg');
  background-size: cover;
}

.div-block-30.doc1.staff1.staff14 {
  background-image: url('../images/denise_hyg-1.jpg');
  background-repeat: no-repeat;
}

.div-block-30.doc1.staff1.staff16 {
  background-image: url('../images/patti-dental-hygienist-1.webp');
  background-position: 50% 0;
}

.div-block-30.doc1.staff1.staff17 {
  background-image: url('../images/yani-dental-assistant.webp');
  background-position: 50% 30%;
}

.div-block-30.doc1.staff1.staff18 {
  background-image: url('../images/kathy_assistant-1.jpg');
  background-position: 50% 30%;
}

.div-block-30.doc1.staff1.staff20 {
  background-image: url('../images/img_4794.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.staff1.staff21 {
  background-image: url('../images/jessica-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.staff1.staff22 {
  background-image: url('../images/daylin-dental-hygienist.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.staff1.staff23 {
  background-image: url('../images/alejandro-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.staff1.staff24 {
  background-image: url('../images/img_4861.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.staff2 {
  background-image: url('../images/10-4fa76f905eea4dee4b50a5b10cfa7a24.jpg');
  background-size: cover;
  min-height: 150px;
}

.div-block-30.doc1.staff3 {
  background-image: url('../images/laura.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  min-height: 150px;
}

.div-block-30.doc1.kathy {
  background-image: url('../images/gulfsidedental_kathy.webp');
  background-position: 50% 17%;
  background-size: cover;
  height: auto;
  min-height: 150px;
}

.div-block-30.doc1.kathy.staff3 {
  background-image: url('../images/logan-hull-e418707ae87894aaa91765c964c3fb7e.jpg');
  background-size: cover;
}

.div-block-30.doc1.kathy.staff4 {
  background-image: url('../images/gloria-dental-hygienist.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-30.doc1.kathy.staff5 {
  background-image: url('../images/11-20c0c0d8e2a0c6ad5a158f4d306334f9.jpg');
  background-size: cover;
}

.div-block-30.doc1.kathy.staff6 {
  background-image: url('../images/13-ccd8412e075aec526b60e1637634149e.jpg');
  background-size: cover;
}

.div-block-30.doc1.kathy.staff7 {
  background-image: url('../images/maria-lead-assistant.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-30.doc1.kathy.staff8, .div-block-30.doc1.kathy.staff9 {
  background-image: url('../images/5-44bce5c6b45170d026eebd67f9b5c30f.jpg');
  background-size: cover;
}

.div-block-30.doc1.kathy.staff10 {
  background-image: url('../images/ceci-sterilization-tech.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-30.doc1.kathy.staff11 {
  background-image: url('../images/ana-83adfe8362a5aa042ff7ae0b56f25afb.jpg');
  background-size: cover;
}

.div-block-30.doc1.kathy.staff12 {
  background-image: url('../images/gigi-2b16c7e8efff30f167aadda9fa0e58f6.jpg');
  background-size: cover;
}

.div-block-30.doc1.kathy.staff13 {
  background-image: url('../images/4-25d8924178b79e0db4a41dbe35cb3bcc.jpg');
  background-size: cover;
}

.div-block-30.doc1.kathy.staff14 {
  background-image: url('../images/denise_hyg-1.jpg');
  background-repeat: no-repeat;
}

.div-block-30.doc1.kathy.staff16 {
  background-image: url('../images/patti-dental-hygienist-1.webp');
  background-position: 50% 0;
}

.div-block-30.doc1.kathy.staff17 {
  background-image: url('../images/yani-dental-assistant.webp');
  background-position: 50% 30%;
}

.div-block-30.doc1.kathy.staff18 {
  background-image: url('../images/kathy_assistant-1.jpg');
  background-position: 50% 30%;
}

.div-block-30.doc1.kathy.staff20 {
  background-image: url('../images/img_4794.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.kathy.staff21 {
  background-image: url('../images/jessica-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.kathy.staff22 {
  background-image: url('../images/daylin-dental-hygienist.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.kathy.staff23 {
  background-image: url('../images/alejandro-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.kathy.staff24 {
  background-image: url('../images/img_4861.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.darlene {
  background-image: url('../images/gulfsidedental_darlene.webp');
  background-position: 50% 17%;
  background-size: cover;
  height: auto;
  min-height: 150px;
}

.div-block-30.doc1.darlene.staff3 {
  background-image: url('../images/logan-hull-e418707ae87894aaa91765c964c3fb7e.jpg');
  background-size: cover;
}

.div-block-30.doc1.darlene.staff4 {
  background-image: url('../images/gloria-dental-hygienist.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-30.doc1.darlene.staff5 {
  background-image: url('../images/11-20c0c0d8e2a0c6ad5a158f4d306334f9.jpg');
  background-size: cover;
}

.div-block-30.doc1.darlene.staff6 {
  background-image: url('../images/13-ccd8412e075aec526b60e1637634149e.jpg');
  background-size: cover;
}

.div-block-30.doc1.darlene.staff7 {
  background-image: url('../images/maria-lead-assistant.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-30.doc1.darlene.staff8, .div-block-30.doc1.darlene.staff9 {
  background-image: url('../images/5-44bce5c6b45170d026eebd67f9b5c30f.jpg');
  background-size: cover;
}

.div-block-30.doc1.darlene.staff10 {
  background-image: url('../images/ceci-sterilization-tech.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-30.doc1.darlene.staff11 {
  background-image: url('../images/ana-83adfe8362a5aa042ff7ae0b56f25afb.jpg');
  background-size: cover;
}

.div-block-30.doc1.darlene.staff12 {
  background-image: url('../images/gigi-2b16c7e8efff30f167aadda9fa0e58f6.jpg');
  background-size: cover;
}

.div-block-30.doc1.darlene.staff13 {
  background-image: url('../images/4-25d8924178b79e0db4a41dbe35cb3bcc.jpg');
  background-size: cover;
}

.div-block-30.doc1.darlene.staff14 {
  background-image: url('../images/denise_hyg-1.jpg');
  background-repeat: no-repeat;
}

.div-block-30.doc1.darlene.staff16 {
  background-image: url('../images/patti-dental-hygienist-1.webp');
  background-position: 50% 0;
}

.div-block-30.doc1.darlene.staff17 {
  background-image: url('../images/yani-dental-assistant.webp');
  background-position: 50% 30%;
}

.div-block-30.doc1.darlene.staff18 {
  background-image: url('../images/kathy_assistant-1.jpg');
  background-position: 50% 30%;
}

.div-block-30.doc1.darlene.staff20 {
  background-image: url('../images/img_4794.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.darlene.staff21 {
  background-image: url('../images/jessica-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.darlene.staff22 {
  background-image: url('../images/daylin-dental-hygienist.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.darlene.staff23 {
  background-image: url('../images/alejandro-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.darlene.staff24 {
  background-image: url('../images/img_4861.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.susan {
  background-image: url('../images/gulfsidedental_susan.webp');
  background-position: 50% 8%;
  background-size: cover;
  height: auto;
  min-height: 150px;
}

.div-block-30.doc1.susan.staff3 {
  background-image: url('../images/logan-hull-e418707ae87894aaa91765c964c3fb7e.jpg');
  background-size: cover;
}

.div-block-30.doc1.susan.staff4 {
  background-image: url('../images/gloria-dental-hygienist.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-30.doc1.susan.staff5 {
  background-image: url('../images/11-20c0c0d8e2a0c6ad5a158f4d306334f9.jpg');
  background-size: cover;
}

.div-block-30.doc1.susan.staff6 {
  background-image: url('../images/13-ccd8412e075aec526b60e1637634149e.jpg');
  background-size: cover;
}

.div-block-30.doc1.susan.staff7 {
  background-image: url('../images/maria-lead-assistant.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-30.doc1.susan.staff8, .div-block-30.doc1.susan.staff9 {
  background-image: url('../images/5-44bce5c6b45170d026eebd67f9b5c30f.jpg');
  background-size: cover;
}

.div-block-30.doc1.susan.staff10 {
  background-image: url('../images/ceci-sterilization-tech.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-30.doc1.susan.staff11 {
  background-image: url('../images/ana-83adfe8362a5aa042ff7ae0b56f25afb.jpg');
  background-size: cover;
}

.div-block-30.doc1.susan.staff12 {
  background-image: url('../images/gigi-2b16c7e8efff30f167aadda9fa0e58f6.jpg');
  background-size: cover;
}

.div-block-30.doc1.susan.staff13 {
  background-image: url('../images/4-25d8924178b79e0db4a41dbe35cb3bcc.jpg');
  background-size: cover;
}

.div-block-30.doc1.susan.staff14 {
  background-image: url('../images/denise_hyg-1.jpg');
  background-repeat: no-repeat;
}

.div-block-30.doc1.susan.staff16 {
  background-image: url('../images/patti-dental-hygienist-1.webp');
  background-position: 50% 0;
}

.div-block-30.doc1.susan.staff17 {
  background-image: url('../images/yani-dental-assistant.webp');
  background-position: 50% 30%;
}

.div-block-30.doc1.susan.staff18 {
  background-image: url('../images/kathy_assistant-1.jpg');
  background-position: 50% 30%;
}

.div-block-30.doc1.susan.staff20 {
  background-image: url('../images/img_4794.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.susan.staff21 {
  background-image: url('../images/jessica-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.susan.staff22 {
  background-image: url('../images/daylin-dental-hygienist.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.susan.staff23 {
  background-image: url('../images/alejandro-dental-assistant.webp');
  background-position: 50% 20%;
}

.div-block-30.doc1.susan.staff24 {
  background-image: url('../images/img_4861.webp');
  background-position: 50% 20%;
}

.div-block-31 {
  flex-direction: column;
  align-items: flex-start;
  min-height: 150px;
  padding: 10px 30px 20px;
  display: flex;
}

.staff_columns {
  border: 1px solid var(--white-smoke);
  margin-top: 1px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.staff_columns.hide {
  display: none;
}

.staff_column-img {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.notopmar {
  margin-top: 0;
}

.banner1 {
  background-image: url('../images/exterior-768x512.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  min-height: 500px;
}

.banner2 {
  background-image: url('../images/frontdesk-768x512.jpg');
  background-position: 50%;
  background-size: cover;
}

.banner2.banner3 {
  background-image: url('../images/examroom1-768x512.jpg');
  background-size: cover;
}

.banner2.banner4 {
  background-image: url('../images/examroom2-768x512.jpg');
  background-size: cover;
}

.banner2.banner5 {
  background-image: url('../images/lobby-768x512.jpg');
  background-size: cover;
}

.banner2.banner6 {
  background-image: url('../images/hall-768x512.jpg');
  background-size: cover;
}

.banner2.banner7 {
  background-image: url('../images/lobby2-768x512.jpg');
  background-size: cover;
}

.banner2.banner8 {
  background-image: url('../images/xray-768x512.jpg');
  background-size: cover;
}

.banner2.banner9 {
  background-image: url('../images/1000012913.webp');
  background-size: cover;
}

.banner2.banner10 {
  background-image: url('../images/1000012912.webp');
  background-size: cover;
}

.banner2.banner11 {
  background-image: url('../images/1000012914.webp');
  background-size: cover;
}

.banner2.banner12 {
  background-image: url('../images/1000012911.webp');
  background-size: cover;
}

.banner2.banner13 {
  background-image: url('../images/1000012916.webp');
  background-size: cover;
}

.banner2.banner14 {
  background-image: url('../images/1000012911.webp');
  background-size: cover;
}

.text-block {
  color: var(--grey);
}

.link-2 {
  color: var(--dark-orange);
}

.image-13 {
  max-width: 120px;
  margin-top: -20px;
}

.link-3 {
  color: #fff;
  font-size: 15px;
}

.link-4 {
  color: #fff;
}

.internal-page-content {
  color: var(--black-2);
  width: 100%;
  min-height: auto;
  margin-top: 15px;
  padding-top: 0;
}

.emphasized {
  color: var(--royal-blue);
  font-style: italic;
  font-weight: 500;
}

.special-offed-id-notes {
  font-size: .8rem;
}

.special-offer-image {
  float: right;
}

.forms-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.patient-form-link {
  background-color: var(--white-smoke);
  color: var(--royal-blue);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.patient-form-link:hover {
  background-color: #e6e6e6;
}

.ip-list-item {
  margin-bottom: 9px;
}

.internal-page-info-boxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ipib-item {
  background-color: var(--white-smoke);
  border-radius: 3px;
  padding: 15px;
}

.ipib-button {
  background-color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: box-shadow .3s;
}

.ipib-button:hover {
  box-shadow: inset 0 0 9px 6px #1c8eff80;
}

.ipib-button.orange {
  font-size: .8rem;
  line-height: auto;
  background-color: #e8850c;
}

.ipib-button.orange:hover {
  box-shadow: inset 0 1px 9px 3px var(--orange);
}

.ipib-button.orange.larger {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

.ipib-button.right10 {
  font-size: .8rem;
  line-height: auto;
  background-color: #0060bf;
  margin-right: 10px;
}

.ipib-button.larger {
  padding: 12px 30px;
  font-size: 16px;
}

.embed-section {
  margin-bottom: 20px;
}

.c3-variant {
  display: none;
}

.donation-badge-container {
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.dbf-image {
  margin-left: -25px;
}

.topbar_col-left, .topbar_col-right {
  display: flex;
}

.topbar_col-right.mobile-nav-list, .special-offer {
  display: none;
}

.paragraph-3 {
  color: var(--dark-orange);
}

.link-5 {
  color: var(--light-sky-blue);
}

.heading-5 {
  color: var(--black-2);
}

.form-recaptcha {
  margin-bottom: 20px;
}

.html-embed {
  margin-bottom: 10px;
}

.columns-9 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.author-label {
  margin-right: 5px;
  font-size: .9rem;
  display: inline;
}

.author-wrap {
  margin-bottom: 10px;
}

.image-14 {
  max-width: 70%;
}

.column-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-10 {
  display: flex;
}

.image-15 {
  max-width: 70%;
}

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.dr-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.button-4 {
  vertical-align: bottom;
  flex-flow: column;
  flex: 0 auto;
  margin-right: 20px;
  display: none;
}

.book-appointment-button-sticky {
  display: none;
}

@media screen and (min-width: 1920px) {
  .book-appointment-button-sticky {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: var(--royal-blue);
    height: auto;
    overflow: scroll;
  }

  .nav-link {
    color: #fff;
    border-top: 1px solid #166bc0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    display: block;
  }

  .nav-link:hover {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .nav-link.w--current {
    color: var(--orange);
    margin: 0;
    padding: 20px;
    font-weight: 500;
  }

  .dropdown {
    width: 100%;
  }

  .icon {
    color: #fff;
    margin-right: 35px;
  }

  .column {
    padding-right: 0;
  }

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

  .button.orange.header {
    padding-left: 3px;
    padding-right: 3px;
    line-height: 1.1em;
  }

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

  .button.right10.header {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.1em;
  }

  .button.covid-notice {
    text-align: center;
    max-width: 120px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.1em;
    position: static;
  }

  .button.patient-portal-mobile {
    text-align: center;
    display: block;
    position: absolute;
    inset: 25% -250px auto auto;
  }

  .button.patient-portal-mobile-portrait {
    text-align: center;
    position: absolute;
    inset: 25% -250px auto auto;
  }

  .header_topbar {
    width: 100%;
  }

  .top-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-icon {
    margin-left: 0;
    margin-right: 0;
    line-height: .9rem;
  }

  .column-3 {
    justify-content: center;
    align-items: stretch;
  }

  .icon-box.db {
    padding-left: 3px;
    padding-right: 3px;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    position: relative;
  }

  .slider-section {
    max-height: auto;
    clear: both;
    height: auto;
    min-height: auto;
  }

  .slide {
    object-fit: fill;
    object-position: 50% 50%;
    background-image: url('../images/banner-new.jpg');
  }

  .div-block-6 {
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5%;
  }

  .heading.hero {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .heading.h3.white {
    margin-bottom: 15px;
  }

  .heading.h4.white-text.bottom15 {
    font-size: 16px;
  }

  .heading.h2 {
    text-align: left;
    font-size: 2.5rem;
  }

  .subline.bottom45 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .bold-green {
    margin-bottom: 0;
    font-size: 14px;
  }

  .call-out-block {
    width: 100%;
    min-height: auto;
    display: none;
  }

  .call-out-block.green {
    min-height: 200px;
    padding: 15px;
  }

  .call-out-block.blue {
    width: 90%;
    min-height: 200px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .call-out-block.white {
    min-height: 200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .call-out-block.dark-blue {
    flex-wrap: wrap;
    width: 50%;
    margin-top: 0;
    margin-right: auto;
    display: flex;
  }

  .callout-section {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subline-white.lighter-line {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-2.h5.bottom30 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .heading-2.h3.white.center {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-2.h3.white.center.bottom50, .heading-2.h3.center.bottom50 {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .button-2.dark-blue {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .call-out-blocks-container {
    flex-direction: column;
    align-items: center;
  }

  .paragraph.center-white.bottom20 {
    margin-bottom: 15px;
  }

  .paragraph.center-align {
    margin-bottom: 10px;
  }

  .dropdown-link {
    color: #fff;
    border-top: 1px solid #166bc0;
    border-bottom: 1px solid #0057ad;
    padding: 20px;
    font-weight: 400;
  }

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

  .body {
    padding-top: 137px;
  }

  .welcome-section {
    padding: 50px;
  }

  .column-4 {
    padding: 0;
  }

  .link.footer-link {
    font-size: 15px;
    line-height: 19px;
  }

  .testimial-slider {
    position: static;
  }

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

  .div-block-11 {
    min-height: 500px;
    margin-bottom: 25px;
  }

  .div-block-12 {
    padding: 30px;
  }

  .image-3 {
    width: 100%;
  }

  .misc-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .vertical-col.left20 {
    padding-left: 20px;
  }

  .column-6 {
    padding-right: 0;
  }

  .columns-3 {
    width: 100%;
    max-width: 100%;
  }

  .column-8 {
    padding-left: 0;
  }

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

  .icon-3, .icon-4 {
    color: var(--dodger-blue);
  }

  .column-9 {
    background-color: #ffffffe0;
    padding: 30px;
  }

  .div-block-15 {
    width: 90%;
  }

  .image-6, .image-7, .image-8 {
    width: 100%;
  }

  .column-10 {
    padding-right: 0;
  }

  .div-block-19 {
    min-height: auto;
    padding: 30px 30px 0;
  }

  .column-11 {
    padding: 30px;
  }

  .div-block-22 {
    justify-content: center;
    padding-left: 0;
  }

  .bannercontainer {
    height: 300px;
  }

  .cfheading {
    text-align: center;
  }

  .mainnavlink {
    color: #fff;
  }

  .columns-6, .staff_column-img {
    flex-direction: column;
  }

  .ipib-button.orange, .ipib-button.right10 {
    text-align: center;
  }

  .bold-text {
    font-weight: 500;
  }

  .div-block-33 {
    width: 100vw;
  }

  .author-label {
    display: inline;
  }

  .author-wrap {
    flex-wrap: wrap;
  }

  .book-appointment-button-sticky {
    position: sticky;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    align-items: stretch;
    padding: 0;
  }

  .columns {
    display: flex;
  }

  .navbar {
    width: 100%;
  }

  .nav-menu {
    max-height: 90vh;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    margin-right: 15px;
  }

  .image {
    max-width: 120px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .button.orange.header {
    text-align: center;
    justify-content: center;
    height: 50px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .button.right10.header {
    background-color: #6e6e6e;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-left: 20px;
  }

  .button.covid-notice {
    border-bottom: 1px solid var(--dim-grey);
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: 50px;
    padding-left: 20px;
  }

  .button.patient-portal-mobile, .button.patient-portal-mobile-portrait {
    width: 170px;
    margin-left: 140px;
    top: 9%;
    right: auto;
  }

  .header_topbar {
    flex-direction: column;
    width: 100%;
  }

  .top-section {
    align-items: stretch;
  }

  .column-2 {
    display: none;
  }

  .contact-icon {
    padding-left: 0;
  }

  .icon-box {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-section {
    max-height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .slide {
    background-image: url('../images/banner-new.jpg');
    background-position: 20%;
    background-size: cover;
  }

  .div-block-6 {
    background-color: #fff0;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0% 10% 120px;
  }

  .heading.hero {
    margin-bottom: 10px;
    line-height: 3.2rem;
  }

  .heading.h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .subline.bottom45 {
    margin-bottom: 20px;
  }

  .bold-green {
    margin-bottom: 10px;
  }

  .call-out-block.green {
    width: 75%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .call-out-block.blue {
    text-align: center;
    width: 82%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .call-out-block.white {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .call-out-block.dark-blue {
    width: 80%;
  }

  .callout-section {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .heading-2.h3 {
    margin-bottom: 20px;
  }

  .container {
    width: 100%;
  }

  .call-out-blocks-container {
    flex-direction: column;
  }

  .paragraph.quote {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .body {
    padding-top: 108px;
  }

  .welcome-section {
    padding: 60px 20px;
  }

  .column-5 {
    margin-top: 50px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .testimonial-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quote-icon {
    margin-right: 0;
  }

  .feature-section {
    padding: 40px 10px;
  }

  .left-image {
    max-width: 98%;
  }

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

  .footer-section {
    padding-bottom: 0;
  }

  .vertical-col {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .vertical-col.left20 {
    padding-left: 0;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .column-7 {
    display: none;
  }

  .column-8 {
    padding-left: 0;
  }

  .column-8.c8-variation {
    position: relative;
  }

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

  .column-9 {
    text-align: center;
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    display: flex;
  }

  .columns-4 {
    background-color: #ffffffd6;
    width: 100%;
    max-width: 100%;
  }

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

  .mask {
    height: 80vh;
  }

  .column-10 {
    padding-right: 0;
  }

  .div-block-19 {
    padding: 20px 20px 0;
  }

  .bannercontainer {
    height: 250px;
  }

  .columns-5 {
    flex-direction: column;
  }

  .link-block-3 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .link-block-4 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30.doc1.staff1, .div-block-30.doc1.staff2, .div-block-30.doc1.kathy, .div-block-30.doc1.darlene, .div-block-30.doc1.susan {
    min-height: 300px;
  }

  .div-block-31 {
    padding: 20px 0 0;
  }

  .staff_columns {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .special-offer-image {
    width: 50%;
    margin-left: 20px;
  }

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

  .internal-page-info-boxes {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .topbar_col-left {
    order: 1;
    justify-content: center;
  }

  .topbar_col-right {
    justify-content: center;
  }

  .topbar_col-right.mobile-nav-list {
    flex-direction: column;
    display: flex;
  }

  .topbar_col-right.desktop {
    display: none;
  }

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

  .dr-image {
    object-position: 50% 10%;
  }

  .book-appointment-button-sticky {
    text-align: center;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  a {
    font-size: 16px;
  }

  ul {
    padding-left: 20px;
  }

  .header-section {
    align-items: stretch;
    padding: 0;
  }

  .navbar {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--royal-blue);
    color: #fff;
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .nav-link {
    padding: 10px 15px;
  }

  .nav-link.w--current {
    color: var(--orange);
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 400;
    display: block;
  }

  .column {
    background-image: url('../images/logo-1.png');
    background-position: 6px 51%;
    background-repeat: no-repeat;
    background-size: 120px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button.orange.larger {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    display: block;
  }

  .button.right10.header {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 20px;
  }

  .button.covid-notice {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
  }

  .button.covid-notice.larger {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    display: block;
  }

  .button.patient-portal-mobile {
    margin-left: 0;
    display: block;
    position: static;
  }

  .button.patient-portal-mobile.larger {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    display: block;
  }

  .button.patient-portal-mobile-portrait {
    margin-left: 0;
    display: block;
    position: absolute;
    top: 12%;
    left: -1px;
  }

  .button.patient-portal-mobile-portrait.larger {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    display: block;
  }

  .link-block, .link-block.right10 {
    display: none;
  }

  .contact-icon {
    display: block;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-box {
    width: 50%;
    margin-right: 0;
    padding: 0;
  }

  .icon-box.db {
    background-image: linear-gradient(#00000080, #00000080);
    margin-right: 0;
  }

  .dropdown-item {
    background-image: linear-gradient(#00000080, #00000080);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .slider-section {
    height: 88vh;
  }

  .slide {
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-6 {
    background-color: #fff0;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    padding: 0%;
  }

  .heading.hero {
    text-align: center;
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .heading.h4.white-text {
    font-size: 16px;
  }

  .heading.h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .subline.bottom45 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .subline.gray.bottom30 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .call-out-block.green {
    width: 100%;
  }

  .call-out-block.blue {
    width: 100%;
    padding: 20px;
  }

  .call-out-block.white {
    width: 100%;
  }

  .call-out-block.dark-blue {
    width: 100%;
    margin-bottom: 20px;
  }

  .callout-section {
    margin-top: 0;
  }

  .subline-white.lighter-line {
    margin-bottom: 15px;
  }

  .heading-2.h3 {
    text-align: left;
    font-size: 18px;
  }

  .paragraph {
    line-height: 1.6rem;
  }

  .paragraph.quote {
    max-width: 80%;
    margin-top: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .dropdown-link {
    color: #fff;
    display: block;
  }

  .body {
    padding-top: 100px;
  }

  .welcome-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-5 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .link.footer-link {
    margin-bottom: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .testimonial-section {
    min-height: auto;
    display: none;
    overflow: visible;
  }

  .testimial-slider {
    overflow: visible;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .div-block-10 {
    text-align: center;
    height: 100%;
    display: flex;
  }

  .quote-icon {
    margin-bottom: 30px;
    margin-right: 0;
    display: none;
  }

  .slider-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-11 {
    min-height: auto;
  }

  .div-block-12 {
    padding: 20px;
  }

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

  .left-image {
    margin-top: -5px;
    margin-left: 5px;
  }

  .misc-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column-6 {
    padding-right: 0;
  }

  .brand.footer-logo {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .column-8, .column-8.c8-variation {
    display: none;
  }

  .menu-button {
    background-color: #fff;
  }

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

  .column-9 {
    background-color: #ffffffe8;
    padding: 50px 20px 70px;
  }

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

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

  .mask {
    height: 100%;
  }

  .mask-2 {
    overflow: hidden;
  }

  .div-block-16 {
    height: 100%;
    overflow: visible;
  }

  .image-9 {
    width: 100%;
  }

  .contentcontainer {
    margin-top: -253px;
  }

  .column-10 {
    padding-right: 0;
  }

  .div-block-19 {
    min-height: auto;
    padding: 10px 10px 0;
  }

  .column-11 {
    padding: 10px 10px 0;
  }

  .bannercontainer {
    height: 150px;
  }

  .div-block-23 {
    padding-top: 0;
  }

  .button-3 {
    margin-top: 0;
    padding: 10px;
  }

  .submit-button {
    background-position: 29px 49%;
    padding-left: 40px;
  }

  .form-block {
    padding: 15px;
  }

  .cfheading {
    font-size: 1rem;
  }

  .dentalsidenav {
    margin-bottom: 15px;
  }

  .div-block-25 {
    padding: 10px;
  }

  .link-block-2, .link-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
  }

  .div-block-27 {
    margin-top: 10px;
  }

  .link-block-4 {
    height: auto;
  }

  .div-block-30.doc1.staff1, .div-block-30.doc1.staff2, .div-block-30.doc1.kathy, .div-block-30.doc1.darlene, .div-block-30.doc1.susan {
    min-height: 150px;
  }

  .div-block-31 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .staff_columns {
    padding: 20px;
  }

  .internal-page-content {
    padding-top: 0;
  }

  .special-offer-image {
    float: none;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }

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

  .ipib-button.orange.larger {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    display: block;
  }

  .body-wrap {
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }

  .captcha {
    transform-origin: 0 0;
    transform: scale(.8);
  }

  .author-label, .author-label.name {
    line-height: 100%;
  }

  .author-wrap {
    line-height: 1.3rem;
  }

  .columns-10 {
    flex-flow: column;
  }

  .button-4 {
    float: right;
    clear: both;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: sticky;
  }

  .book-appointment-button-sticky {
    float: right;
    clear: none;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: sticky;
    inset: 0;
  }

  .button-schedule-script {
    display: none;
  }

  .sticky-wrap {
    position: absolute;
    top: 0;
  }
}


