:root {
  --mid-grey: #676767;
  --393939: #393939;
  --517bbe: #517bbe;
  --white: white;
  --fbfcff: #fbfcff;
  --f4f6fa: #f4f6fa;
  --eaebf0: #eaebf0;
  --3461a8: #3461a8;
  --white-smoke: #f3f3f3;
  --black: black;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--mid-grey);
  padding-top: 135px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--393939);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: 700;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  color: var(--393939);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  color: #486faf;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

a {
  color: var(--517bbe);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: none;
}

.button {
  color: #060a0f;
  text-transform: uppercase;
  border-radius: 50px;
  align-items: stretch;
  max-width: 300px;
  margin-bottom: 10px;
  line-height: 1;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.button.blue-btn-wrap {
  background-color: var(--517bbe);
  color: #000;
  font-size: 14px;
  line-height: 1.1;
  position: relative;
}

.button.blue-btn-wrap.header-cta {
  color: #000;
  margin-bottom: 0;
}

.button.blue-btn-wrap.submit-btn {
  justify-content: center;
  min-width: 120px;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.blue-btn-wrap.bottom30 {
  margin-bottom: 0;
}

.button.blue-btn-wrap.bottom-2 {
  margin-bottom: 2px;
}

.button.blue-btn-wrap.center {
  margin-left: auto;
  margin-right: auto;
}

.button.white-btn-wrap {
  background-color: var(--517bbe);
  width: auto;
}

.button.white-btn-wrap.hide {
  display: none;
}

.article {
  width: 70%;
  padding-top: 4px;
  padding-right: 20px;
  display: block;
}

.aside {
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
}

.int-pg-main {
  background-image: url('../images/final_lined-tooth.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.int-pg-main.utility-pg_cont {
  align-items: center;
  height: 80vh;
  min-height: 500px;
  max-height: 1000px;
  display: flex;
}

.container {
  width: 95vw;
  max-width: 1300px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container.int-main-cont {
  border: 1px solid var(--white);
  background-color: #f4f6fabf;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 13px -5px #0000001a;
}

.container.utility-pg-cont {
  border: 10px solid var(--white);
  background-color: #f4f6faba;
  border-radius: 15px;
  max-width: 950px;
  padding: 40px;
  box-shadow: 0 1px 16px -3px #00000040;
}

.container.header-top-row_cont {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  display: flex;
}

.container.header-bott-row_cont {
  justify-content: flex-end;
  display: flex;
}

.container.intro-top_cont {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.intro-bott_cont {
  display: flex;
}

.container.service_cont {
  background-color: var(--fbfcff);
  border-radius: 15px;
  justify-content: space-between;
  padding: 21px;
  display: flex;
}

.container.cta-bar_cont {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.footer-main_cont {
  justify-content: space-around;
  display: flex;
}

.container.footer-cred_cont {
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.container.int-banner_cont {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.container.simple-int-main-cont {
  background-image: linear-gradient(to bottom, var(--f4f6fa) 22%, #f4f6fab3 25%);
  border-radius: 15px;
  max-width: 950px;
  margin-top: -125px;
  padding: 30px;
}

.container.pdf-forms-container {
  display: flex;
}

.privacy-policy-div {
  max-width: none;
}

.int-pg-banner-section {
  background-image: linear-gradient(to bottom, var(--517bbe) 40%, white 40%);
  height: 70vh;
  min-height: 400px;
  max-height: 650px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.int-pg-banner-section.no-feat-img {
  background-color: var(--517bbe);
  background-image: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.browser-warning {
  background-color: #fcfcfc;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_icon {
  height: 40px;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.browser_link:hover {
  background-color: #def7ff;
}

.browser_link.preferred {
  box-shadow: -2px -2px 3px 3px #fff, 1px 1px 3px 2px var(--eaebf0);
}

.link_span {
  color: #2e92e9;
  text-decoration: none;
}

.browser_title {
  color: #7a849e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.browser_wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 360px;
  min-height: 50px;
  margin: 25px auto 30px;
  display: flex;
}

.courtesy-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.text-block {
  color: #b6b6b6;
  font-size: 14px;
}

.recommend-message {
  color: #b6b6b6;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: -20px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 19px;
}

.image-7 {
  width: 11px;
  margin-right: 1px;
}

.ada-contact-box-container {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.ada-contact-box {
  border: 1px solid var(--eaebf0);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  padding: 30px;
  display: flex;
}

.ada-icon {
  width: 80px;
  margin-bottom: 10px;
}

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

.btn-text-wrap {
  z-index: 99;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.btn-text-wrap.med-blue-btn {
  padding-left: 10px;
  padding-right: 20px;
  transition: all .4s;
}

.btn-text-wrap.med-blue-btn:hover {
  background-color: var(--3461a8);
}

.btn-text-wrap.white-btn {
  background-color: var(--white);
  width: 100%;
  transition: background-color .2s;
}

.btn-text-wrap.white-btn:hover {
  background-color: var(--f4f6fa);
}

.btn-icon-wrap {
  z-index: 99;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 40px;
  padding: 8px 5px 8px 10px;
  display: flex;
  position: relative;
}

.btn-icon-wrap.dark-blue-bg {
  background-color: var(--3461a8);
}

.btn-icon-wrap.med-blue-bg {
  background-color: var(--517bbe);
}

.header-section {
  z-index: 99999;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0003;
}

.hero-section {
  min-height: 550px;
  display: flex;
}

.accent-divider-w-icon {
  background-color: var(--517bbe);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

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

.cta-bar-section {
  background-image: linear-gradient(#517bbecc, #3461a8cc), url('../images/cta-bar-forms-applewood.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.feature-section {
  background-color: #e4e4e1;
  background-image: url('../images/family-dentistry-happy-fam-smiling-ng-img2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 470px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.header_top-row {
  background-color: var(--white);
  height: 65px;
}

.header_bott-row {
  border-top: 10px solid var(--517bbe);
  background-color: var(--3461a8);
}

.brand {
  z-index: 9999;
  background-color: var(--white);
  margin-bottom: -90px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header_link-block {
  color: var(--mid-grey);
  border-radius: 25px;
  align-items: center;
  padding: 2px 10px 2px 2px;
  font-size: 14px;
  transition: background-color .3s;
  display: flex;
}

.header_link-block:hover {
  background-color: var(--f4f6fa);
}

.header_link-block.phone-link {
  color: var(--3461a8);
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.header_link-block.phone-link.mobile-visible {
  display: none;
}

.header_link-block.address-link {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

.header_contact-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.header_sm-link-wrap {
  background-color: var(--f4f6fa);
  border-radius: 50px;
  justify-content: space-between;
  margin-left: 4px;
  margin-right: 5px;
  padding: 5px;
  display: flex;
}

.btn-icon {
  color: var(--white);
  width: 16px;
  height: 16px;
}

.break {
  display: inline-block;
}

.logo {
  border-radius: 5px;
  width: 200px;
  height: 158.05px;
  padding: 5px 5px 0;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.nav-menu {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: var(--517bbe);
}

.nav-link.w--current {
  background-color: var(--517bbe);
  color: #000;
}

.nav-link {
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.w--open {
  background-color: var(--517bbe);
  display: flex;
}

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

.header_sm-icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 6px;
  transition: transform .2s;
}

.header_sm-icon:hover {
  background-color: var(--eaebf0);
  transform: scale(1.1);
}

.nowrap {
  white-space: nowrap;
}

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

.text-block-2 {
  margin-right: 3px;
}

.hero_title {
  font-family: Playfair Display, sans-serif;
  font-size: 3.2vw;
  line-height: 1.2;
}

.hero-col {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.hero-col.left-col {
  background-color: var(--f4f6fa);
  justify-content: flex-end;
  width: 45%;
  margin-right: -1px;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.hero-col.right-col {
  background-image: url('../images/shape.svg'), url('../images/hero_team-photo-applewood-1.webp');
  background-position: -1%, 0%;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, cover;
  width: 56%;
  margin-left: -2px;
}

.half-col {
  flex-direction: column;
  align-items: flex-start;
  width: 48vw;
  max-width: 580px;
  padding-left: 30px;
  display: flex;
}

.hero-blurb {
  margin-bottom: 30px;
}

.blue-span-text {
  color: var(--517bbe);
}

.image-9 {
  width: 100px;
  height: 100px;
}

.intro_top-row {
  background-color: var(--3461a8);
  padding-top: 100px;
  padding-bottom: 30px;
}

.intro_bott-row {
  padding-bottom: 60px;
}

.intro-top_h2 {
  color: var(--white);
  width: 50%;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 1.2;
}

.div-block-5 {
  width: 50%;
  height: 28vw;
  min-height: 350px;
  max-height: 400px;
  padding-right: 4vw;
  position: relative;
}

.div-block-6 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.intro-img {
  border-radius: 15px;
  position: absolute;
}

.intro-img.img1 {
  object-fit: cover;
  object-position: 45% 50%;
  width: 55%;
  height: 22vw;
  min-height: 300px;
  max-height: 350px;
  inset: -50% auto auto 0%;
}

.intro-img.img2 {
  object-fit: cover;
  object-position: 50% 30%;
  border-left: 0 #000;
  width: 50%;
  height: 18vw;
  min-height: 320px;
  max-height: 360px;
  top: -30px;
  right: 4vw;
}

.intro-img.img3 {
  object-fit: cover;
  width: 40%;
  height: 9.5vw;
  min-height: 160px;
  max-height: 180px;
  inset: auto 40% 0% auto;
}

.div-block-7 {
  background-color: var(--3461a8);
  color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 25px;
  display: flex;
}

.service-block-wrap {
  background-color: var(--f4f6fa);
  border-radius: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 68%;
  padding: 20px 20px 10px;
  display: flex;
}

.paragraph {
  margin-bottom: 30px;
  font-size: 1em;
}

.service-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin-bottom: 20px;
  padding: 20px 15px;
  display: flex;
  box-shadow: 0 20px 20px -14px #67676733;
}

.service-block-icon {
  color: var(--517bbe);
  object-fit: contain;
  justify-content: center;
  width: 99px;
  height: 76.775px;
  margin-bottom: 20px;
  display: flex;
}

.service-block-heading {
  color: #476faf;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: .9em;
  font-weight: 600;
}

.service-block-blurb {
  color: var(--mid-grey);
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.3;
}

.hp_logo {
  object-fit: contain;
  width: 145.713px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.hp_logo.top {
  object-fit: cover;
  object-position: 50% 50%;
  width: 140px;
  height: 140px;
}

.cta-bar_h3 {
  margin-bottom: 10px;
  font-size: 2.2em;
}

.slider {
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow {
  color: var(--393939);
  width: 40px;
  font-size: 18px;
}

.slider-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.slide-nav {
  display: none;
  top: 120%;
}

.right-arrow {
  color: var(--black);
  width: 40px;
  font-size: 18px;
}

.quote-icon {
  width: 72.9875px;
  height: 52.125px;
  margin-bottom: 30px;
}

.review-highlight0text {
  color: var(--393939);
  max-width: 45ch;
  font-family: Playfair Display, sans-serif;
  font-size: 1.6em;
}

.paragraph-2 {
  max-width: 60ch;
}

.author-wrap {
  background-color: var(--f4f6fa);
  border-radius: 50px;
  padding: 5px 10px;
}

.slide {
  height: 100%;
}

.paragraph-3 {
  margin-bottom: 30px;
}

.feature_content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 30px;
}

.feature_h2 {
  color: var(--393939);
}

.accent-divider-2-line {
  background-image: linear-gradient(to bottom, var(--3461a8) 65%, var(--517bbe) 65%);
  width: 100%;
  height: 30px;
}

.footer-main-section {
  background-color: var(--f4f6fa);
  background-image: linear-gradient(#f4f6faa6, #f4f6faa6), url('../images/final_lined-tooth_watermarkbg-tilted.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 130%;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 20px;
}

.footer-credits-section {
  background-color: var(--3461a8);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-embed {
  overflow: hidden;
}

.footer-col {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.footer-col.col-3 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 33px;
  padding-right: 33px;
}

.footer-col.col-2 {
  padding-left: 29px;
  padding-right: 29px;
}

.footer_contact-block {
  border-radius: 25px;
  align-items: center;
  margin-bottom: 30px;
  padding: 2px;
  font-size: 20px;
  transition: transform .2s;
  display: flex;
}

.footer_contact-block:hover {
  transform: scale(1.05);
}

.footer_contact-block.no-link {
  align-items: flex-start;
}

.footer_contact-block.no-link:hover {
  transform: none;
}

.footer_contact-block.phone-link {
  font-size: 28px;
}

.footer_contact-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer_cm-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: transform .3s, background-color .3s;
}

.footer_cm-icon:hover {
  background-color: var(--eaebf0);
  transform: scale(1.1);
}

.footer_sm-link {
  margin-left: 10px;
  margin-right: 10px;
}

.footer_sm-wrap {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.image-10 {
  width: 300px;
  height: 258.325px;
}

.hours-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2px;
  font-size: 21px;
  display: flex;
}

.hours-wrap {
  width: 100%;
}

.footer-heading {
  color: #4b74b4;
  margin-bottom: 40px;
  padding-top: 5px;
  font-size: 1.6rem;
}

.footer-nav-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--mid-grey);
  border-radius: 50px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: color .2s, background-color .2s;
}

.footer-link:hover {
  background-color: var(--fbfcff);
  color: var(--517bbe);
}

.text-block-3 {
  color: var(--mid-grey);
  font-size: 18px;
}

.white-link {
  color: var(--white);
  transition: color .2s;
}

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

.dropdown-link {
  border-bottom: 1px solid var(--eaebf0);
  white-space: pre-wrap;
  width: 100%;
  min-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-link:hover {
  background-color: var(--3461a8);
  color: var(--white);
  background-image: none;
  padding-left: 25px;
}

.dropdown-link.w--current {
  color: var(--517bbe);
}

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

.dropdown-list.w--open {
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: var(--eaebf0);
  background-image: linear-gradient(#f4f6fa80, #f4f6fa80), url('../images/final_lined-tooth_watermarkbg-tilted.webp');
  background-position: 0 0, 120% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  box-shadow: 0 20px 20px -10px #3461a833;
}

.dropdown-list.two-col-list {
  background-color: var(--fbfcff);
  width: auto;
  left: -200%;
  box-shadow: 0 5px 10px -5px #39393933;
}

.dropdown-col {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  min-width: 250px;
  padding: 10px 10px 0;
  display: flex;
}

.menu-cta-block {
  background-color: var(--517bbe);
  text-align: center;
  background-image: linear-gradient(#3461a8d9, #517bbee6), url('../images/interior-office_thumbnail.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 25px 20px;
  display: flex;
}

.paragraph-5 {
  max-width: 40ch;
  margin-bottom: 30px;
  font-size: .9em;
}

.paragraph-5.services_description {
  width: 180px;
}

.heading {
  font-size: 1.5em;
  line-height: 1.1;
}

.megamenu-wrap {
  display: flex;
}

.psuedo-spacer {
  width: 10px;
  height: 10px;
}

.logo-wrap {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}

.int-banner_col-left {
  width: 50%;
  height: 100%;
  max-height: 300px;
  position: relative;
}

.int-banner_col-right {
  width: 100%;
  height: 100%;
}

.int-banner_col-right.ibcr-var1 {
  background-color: #517bbe;
  padding-top: 30px;
  padding-bottom: 30px;
}

.int-baner-title-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  height: 38%;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.int-baner-title-wrap.no-feat-img {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.div-block-9 {
  justify-content: space-between;
  height: 63%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.int-banner-feat-img {
  border-radius: 15px;
  position: absolute;
}

.int-banner-feat-img.img-2 {
  object-fit: cover;
  width: 45%;
  height: 16vw;
  max-height: 220px;
  top: 30%;
  left: auto;
  right: 0%;
  box-shadow: 3px 4px 15px -4px #0000004d;
}

.int-banner-feat-img.img-2.contain-img {
  background-color: var(--white);
  object-fit: contain;
}

.int-banner-feat-img.img1 {
  object-fit: cover;
  width: 80%;
  height: 30vw;
  max-height: 340px;
  top: -60%;
  left: 44px;
}

.int-pg_title {
  color: var(--white);
  font-family: Playfair Display, sans-serif;
  font-size: 3.1em;
  font-weight: 400;
  line-height: 1.1;
}

.form-block {
  border: 10px solid var(--white);
  background-color: var(--3461a8);
  border-radius: 15px;
  padding: 16px;
  position: sticky;
  top: 150px;
  box-shadow: 0 6px 6px -3px #0000001a;
}

.text-field {
  border: 1px #000;
  border-radius: 20px;
  box-shadow: 0 1px 16px -8px #3461a880;
}

.text-field.select {
  background-color: var(--white);
  color: var(--mid-grey);
  min-height: 40px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
}

.text-field.text-area {
  color: var(--393939);
  border-radius: 50px;
  height: 70px;
  margin-bottom: 10px;
  padding-top: 17px;
  font-weight: 300;
}

.text-field.text-area::placeholder {
  color: var(--mid-grey);
  font-size: 12px;
}

.form-half-col-div {
  width: 48%;
}

.form-label {
  color: var(--white);
  width: 100%;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300;
}

.form-heading {
  color: var(--white);
  width: 100%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.div-block-10 {
  background-color: var(--fbfcff);
  padding-top: 30px;
  padding-bottom: 30px;
}

.int-intro-p {
  width: 47%;
}

.li-w-icon {
  background-image: url('../images/favicon.webp');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 5px;
  padding-left: 25px;
}

.dental-plan_container {
  background-color: var(--white);
  border-radius: 0 0 15px 15px;
  padding: 15px;
}

.disclaimer-text {
  text-align: center;
  font-size: 13px;
  font-style: italic;
}

.plan-ul-w-icon_block {
  align-items: center;
  width: 30%;
  margin-bottom: 15px;
  display: flex;
}

.plan-ul-w-icon_img {
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-right: 10px;
}

.plan-ul-w-icon_heading {
  color: var(--mid-grey);
  margin-bottom: 0;
  font-size: 1em;
}

.plan-ul-w-icon_wrap {
  border-bottom: 1px solid var(--f4f6fa);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
}

.dental-plan-heading {
  background-color: var(--3461a8);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
}

.plan-info_col-wrap {
  border-bottom: 1px solid var(--f4f6fa);
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.plan-info-col {
  width: 48%;
}

.plan-section-heading {
  width: 100%;
  padding-bottom: 10px;
}

.plan-service-detail-block {
  border-bottom: 1px solid var(--f4f6fa);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-13 {
  column-count: 0;
}

.cov_heading {
  margin-bottom: 10px;
}

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

.coverage_block {
  width: 48%;
  margin-bottom: 20px;
}

.cov_price {
  margin-left: 15px;
}

.cost-block {
  background-color: var(--f4f6fa);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding: 8px;
  display: flex;
}

.cost-icon {
  color: var(--3461a8);
  object-fit: contain;
  height: 50px;
  margin-bottom: 10px;
}

.cost-heading {
  color: var(--517bbe);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .9em;
}

.cost-explainaition {
  font-size: 14px;
  line-height: 1.3;
}

.cost-block-wrap {
  justify-content: space-between;
  display: flex;
}

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

.payment-btn-note {
  font-size: 13px;
  font-style: italic;
}

.text-field-2 {
  background-image: none;
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 50px;
  font-weight: 700;
  box-shadow: 1px 1px 3px #0000000f;
}

.text-field-2:active {
  padding-left: 40px;
}

.text-field-2.subject-field {
  display: none;
}

.html-embed-2 {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  display: flex;
}

.form-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.covid-radio-question {
  background-color: var(--eaebf0);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.div-block-15 {
  display: flex;
}

.covid-radio-wrap {
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

.radio-button {
  margin-right: 5px;
}

.field-label {
  margin-bottom: 0;
}

.checkbox-field {
  width: 100%;
}

.covid-radio-ques-wrap {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.full-width-feat-img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 28vw;
  min-height: 400px;
  max-height: 460px;
  margin-bottom: 30px;
}

.full-width-feat-img.align-top {
  object-position: 50% 30%;
}

.team-block {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding: 25px;
}

.div-block-17 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.team_name {
  margin-bottom: 5px;
}

.team_img {
  float: left;
  border-radius: 15px;
  width: 25%;
  max-width: 450px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.slider-2 {
  border-radius: 20px;
  height: 30vw;
  min-height: 400px;
  max-height: 500px;
  margin-bottom: 40px;
}

.slide-nav-2 {
  bottom: -40px;
}

.office-slider-img {
  cursor: zoom-in;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.contact-box {
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 15px;
  transition: background-color .4s;
  display: flex;
}

.contact-box:hover {
  background-color: var(--white);
}

.contact-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

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

.contact-heading {
  color: var(--3461a8);
  margin-bottom: 5px;
}

.div-block-18 {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.collection-item {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
}

.blog-thumbnail {
  object-fit: cover;
  border-radius: 15px;
  width: 240px;
  min-width: 240px;
  margin-right: 15px;
}

.blog-bock-title {
  color: var(--3461a8);
}

.pub-date {
  color: #b8b8b8;
  font-size: 14px;
}

.paragraph-6 {
  margin-bottom: 50px;
}

.h1-404 {
  color: var(--mid-grey);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.4;
}

.error404-pg-heading {
  color: var(--3461a8);
  margin-bottom: 30px;
  font-size: 3.5vw;
  line-height: 1.2;
}

.thank-you-h1 {
  color: var(--3461a8);
  font-family: Playfair Display, sans-serif;
  font-size: 5em;
  line-height: 1.1;
}

.pymnt-decl-h1 {
  color: #dd5100;
  font-family: Playfair Display, sans-serif;
}

.covid-form {
  display: none;
}

.bold-text {
  margin-right: 20px;
}

.logo-names {
  justify-content: space-around;
  padding-bottom: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: .7vw;
  font-weight: 600;
  display: flex;
}

.human-test {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.internal-page-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pdf-embed-wrapper {
  flex: .5 0 400px;
  padding-left: 15px;
  padding-right: 15px;
}

.h2-small {
  color: #486faf;
  font-family: Catamaran, sans-serif;
  font-size: 1.2em;
}

.insurance-payment-notice {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.header-buttons-container {
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 170px;
  }

  .article {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .aside {
    width: 100%;
    padding-left: 0;
  }

  .container.int-main-cont {
    flex-direction: column;
  }

  .container.header-top-row_cont {
    width: 99vw;
    height: auto;
  }

  .container.service_cont {
    flex-direction: column;
  }

  .container.footer-cred_cont {
    flex-wrap: wrap;
  }

  .container.pdf-forms-container {
    flex-direction: column;
  }

  .int-pg-banner-section {
    height: 55vh;
    max-height: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-section {
    min-height: 430px;
  }

  .feature-section {
    background-position: 50%;
  }

  .header_top-row {
    height: auto;
  }

  .brand {
    margin-bottom: -44px;
  }

  .div-block {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 85%;
  }

  .header_link-block {
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .logo {
    width: 160px;
    height: 125.825px;
  }

  .navbar {
    justify-content: flex-end;
  }

  .nav-menu {
    border: 1px solid var(--eaebf0);
    background-color: var(--white);
    box-shadow: 4px 4px 10px -3px #0003;
  }

  .nav-link {
    border-bottom: 1px solid var(--white-smoke);
    color: var(--517bbe);
    text-align: left;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    transition: padding .4s cubic-bezier(.215, .61, .355, 1), background-color .2s;
  }

  .nav-link:hover {
    color: var(--white);
    padding-left: 35px;
  }

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

  .dropdown-wrap {
    width: 100%;
  }

  .hero-col.right-col {
    background-position: 0%, 15%;
  }

  .intro_bott-row {
    padding-bottom: 10vw;
  }

  .div-block-6 {
    padding-bottom: 0;
  }

  .intro-img.img1 {
    width: 65%;
    min-height: 270px;
  }

  .intro-img.img2 {
    width: 65%;
    height: 20vw;
    min-height: 260px;
    top: 50px;
  }

  .intro-img.img3 {
    width: 65%;
    min-height: 180px;
    max-height: 200px;
    bottom: -22%;
    right: 25%;
  }

  .div-block-7 {
    width: 100%;
    margin-bottom: 30px;
    padding: 40px;
  }

  .service-block-wrap {
    width: 100%;
  }

  .hp_logo {
    width: 100px;
    height: 82.35px;
  }

  .hp_logo.top {
    object-fit: cover;
    width: 115px;
    height: 100px;
  }

  .footer-col {
    min-width: 25%;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    height: 168.675px;
  }

  .hours-row {
    font-size: 15px;
  }

  .dropdown-link {
    font-weight: 400;
  }

  .dropdown-link:hover {
    color: var(--3461a8);
    background-color: #e0e7f1;
  }

  .dropdown-list.w--open {
    position: relative;
    left: 0%;
    box-shadow: inset 0 14px 20px -10px #3461a833;
  }

  .dropdown-col {
    width: 50%;
  }

  .menu-cta-block {
    display: none;
  }

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

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

  .psuedo-spacer {
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-wrap {
    align-items: center;
    width: 90%;
  }

  .int-banner-feat-img.img-2 {
    width: 75%;
    height: 27vw;
    top: 20%;
  }

  .int-banner-feat-img.img1 {
    width: 85%;
    height: 35vw;
    top: -85%;
    left: 0;
  }

  .int-pg_title {
    font-size: 2.6em;
  }

  .form-block {
    background-color: #3461a8;
    margin-bottom: 0;
  }

  .full-width-feat-img.align-top {
    height: 50vw;
  }

  .team_img {
    width: 30%;
  }

  .blog-thumbnail {
    max-height: 240px;
  }

  .logo-names {
    font-size: 1.1vw;
  }

  .pdf-embed-wrapper {
    flex: auto;
  }

  .pdf-forms-heading {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .insurance-payment-notice {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 140px;
  }

  .button.blue-btn-wrap.header-cta {
    margin-left: 10px;
  }

  .article {
    background-color: #f4f6fad9;
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 20px 20px;
  }

  .aside {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .int-pg-main {
    padding-top: 0;
  }

  .int-pg-main.utility-pg_cont {
    height: auto;
    padding-top: 40px;
  }

  .container {
    width: 90vw;
  }

  .container.int-main-cont {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    width: 100vw;
    padding: 0;
  }

  .container.utility-pg-cont {
    padding: 30px;
  }

  .container.header-bott-row_cont {
    width: 100vw;
  }

  .container.intro-bott_cont {
    flex-direction: column;
  }

  .container.service_cont {
    padding-left: 0;
    padding-right: 0;
  }

  .container.feature_cont {
    justify-content: center;
    display: flex;
  }

  .container.footer-main_cont {
    flex-flow: column wrap;
    align-items: center;
  }

  .container.footer-cred_cont {
    justify-content: center;
  }

  .container.simple-int-main-cont {
    margin-top: -90px;
    padding: 20px;
  }

  .int-pg-banner-section {
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .int-pg-banner-section.no-feat-img {
    padding-bottom: 100px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta-bar-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-section {
    background-position: 70%;
    background-size: auto 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header_bott-row {
    height: 60px;
  }

  .div-block {
    justify-content: flex-end;
    align-items: center;
  }

  .header_link-block.phone-link {
    margin-bottom: 5px;
  }

  .header_link-block.address-link, .header_sm-link-wrap {
    display: none;
  }

  .logo {
    width: 140px;
    height: 97.7375px;
  }

  .navbar {
    width: 100%;
  }

  .nav-menu {
    max-height: 80vh;
    overflow: scroll;
  }

  .nav-link {
    min-height: 50px;
  }

  .hero_title {
    font-size: 4.8vw;
  }

  .hero-col.left-col {
    width: 49%;
  }

  .hero-col.right-col {
    background-position: -10%, 30%;
    margin-left: -1px;
  }

  .half-col {
    padding-left: 20px;
  }

  .image-9 {
    width: 60px;
    height: 60px;
  }

  .intro_top-row {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .intro_bott-row {
    padding-bottom: 20px;
  }

  .intro-top_h2 {
    font-size: 5.5vw;
  }

  .div-block-5 {
    width: 100%;
    height: 60vw;
    min-height: 430px;
    max-height: 510px;
  }

  .div-block-6 {
    width: 100%;
    padding-top: 20px;
  }

  .intro-img.img1 {
    width: 46%;
    top: -16%;
  }

  .intro-img.img2 {
    width: 50%;
    top: 70px;
    bottom: 4.79688px;
    right: 9.8vw;
  }

  .intro-img.img3 {
    width: 40%;
    height: 25vw;
    max-height: 320px;
    bottom: 0%;
    right: 45%;
  }

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

  .service-block {
    width: 48%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hp_logo {
    width: 80px;
    height: 65.875px;
  }

  .hp_logo.top {
    width: 100px;
  }

  .cta-bar_h3 {
    font-size: 2em;
  }

  .left-arrow {
    left: -25px;
  }

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

  .right-arrow {
    right: -25px;
  }

  .feature_content-wrap {
    background-color: #fffc;
    border-radius: 15px;
    width: 90%;
    padding: 20px;
  }

  .footer-credits-section {
    text-align: center;
  }

  .footer-col {
    width: 98%;
    max-width: none;
    margin-bottom: 20px;
  }

  .footer-col.col-3 {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .footer-col.col-2 {
    background-color: var(--3461a8);
    border-radius: 15px;
    align-items: center;
    width: auto;
    min-width: 250px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    box-shadow: 0 1px 14px -3px #00000026;
  }

  .footer-col.col-1 {
    order: 1;
    align-items: stretch;
    max-width: 500px;
  }

  .hours-row {
    font-size: 20px;
  }

  .footer-heading {
    background-color: var(--3461a8);
    color: var(--white);
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
  }

  .footer-nav-wrap {
    background-color: var(--white);
    color: var(--white);
    width: 100%;
  }

  .footer-link {
    border-bottom: 1px solid var(--eaebf0);
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .dropdown-link {
    align-items: center;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    display: flex;
  }

  .dropdown-col {
    width: 100%;
    padding-top: 0;
  }

  .megamenu-wrap {
    flex-direction: column;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    height: 50px;
    padding: 13px;
  }

  .logo-wrap {
    width: 100%;
  }

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

  .int-banner_col-left {
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .int-banner_col-right {
    flex-direction: column;
    display: flex;
  }

  .int-baner-title-wrap {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .int-banner-feat-img.img-2 {
    display: none;
  }

  .int-banner-feat-img.img1 {
    width: 100%;
    height: 60vw;
    position: relative;
    top: 0%;
    left: 0;
  }

  .int-pg_title {
    font-size: 2.6em;
  }

  .form-block {
    background-color: #fbfcffd9;
    border-radius: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 12px -3px #0000004d;
  }

  .form-label {
    color: var(--mid-grey);
  }

  .form-heading {
    color: var(--3461a8);
  }

  .int-intro-p {
    width: 100%;
  }

  .dental-plan_container {
    padding-bottom: 0;
  }

  .plan-ul-w-icon_block {
    width: 48%;
  }

  .plan-info_col-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }

  .plan-info-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .coverage_block {
    width: 100%;
  }

  .cost-block {
    width: 48%;
    margin-bottom: 20px;
  }

  .cost-block-wrap {
    flex-wrap: wrap;
  }

  .div-block-14 {
    justify-content: space-between;
  }

  .full-width-feat-img.align-top {
    min-height: 250px;
  }

  .team_name, .team_title {
    text-align: center;
  }

  .team_img {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-box {
    text-align: left;
    width: 75%;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
  }

  .contact-icon {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .contact-icon.nw-no-break-text {
    margin-bottom: 40px;
  }

  .div-block-18 {
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
  }

  .collection-item {
    flex-direction: column;
  }

  .blog-thumbnail {
    width: 100%;
    max-height: 280px;
    margin-bottom: 20px;
  }

  .error404-pg-heading {
    font-size: 32px;
  }

  .thank-you-h1 {
    font-size: 4em;
  }

  .logo-names {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 140px;
  }

  h2 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4;
  }

  h3 {
    font-size: 1.2em;
  }

  ul {
    padding-left: 10px;
  }

  .button {
    min-height: 50px;
  }

  .button.blue-btn-wrap.header-cta {
    margin-left: 5px;
  }

  .button.blue-btn-wrap.header-cta.online-payment {
    display: none;
  }

  .button.blue-btn-wrap.bot20 {
    margin-bottom: 20px;
  }

  .article {
    background-color: #f4f6fa;
    padding-bottom: 0;
  }

  .int-pg-main.utility-pg_cont {
    height: auto;
  }

  .container.int-main-cont {
    background-color: #0000;
    width: 100vw;
  }

  .container.utility-pg-cont {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .container.intro-bott_cont {
    flex-direction: column;
  }

  .container.service_cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.simple-int-main-cont {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    padding: 15px;
  }

  .container.pdf-forms-container {
    max-width: 100%;
  }

  .int-pg-banner-section {
    background-image: linear-gradient(to bottom, var(--517bbe) 30%, white 30%);
    max-width: 100%;
    padding-bottom: 30px;
  }

  .int-pg-banner-section.no-feat-img {
    padding-bottom: 10px;
  }

  .browser-warning {
    padding: 20px;
  }

  .browser-detect {
    padding: 10% 10px;
  }

  .browser_link {
    width: 50%;
  }

  .browser_link.preferred {
    margin-bottom: 20px;
  }

  .browser_wrap {
    flex-wrap: wrap;
  }

  .btn-icon-wrap {
    height: 50px;
  }

  .hero-section {
    flex-direction: column;
    min-height: auto;
  }

  .reviews-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .feature-section {
    background-position: 65%;
  }

  .brand {
    padding-left: 0;
  }

  .div-block {
    padding-left: 15px;
  }

  .header_link-block.phone-link {
    display: none;
  }

  .header_link-block.phone-link.mobile-visible {
    color: var(--white);
    order: -1;
    margin-top: 5px;
    margin-left: 5px;
    display: flex;
  }

  .header_link-block.phone-link.mobile-visible:hover {
    background-color: var(--517bbe);
  }

  .logo {
    width: 120px;
    height: 78.9125px;
    padding-left: 0;
  }

  .navbar {
    justify-content: space-between;
  }

  .nav-link {
    font-size: 20px;
  }

  .hero_title {
    font-size: 9.5vw;
  }

  .hero-col.left-col {
    background-image: linear-gradient(#f4f6fa80, #f4f6fa80), url('../images/final_lined-tooth.png');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    width: 100%;
    margin-top: -1px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-col.right-col {
    background-image: url('../images/shape_horizontal.webp'), url('../images/hero_team-photo-applewood-1.webp');
    background-position: 50% 100%, 0 20%;
    background-repeat: no-repeat, repeat;
    background-size: 101%, cover;
    order: -1;
    width: 100%;
    height: 50vw;
    margin-left: 0;
  }

  .half-col {
    text-align: center;
    align-items: center;
    width: 100vw;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .intro_top-row {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .intro-top_h2 {
    font-size: 6.1vw;
  }

  .div-block-5 {
    width: 100%;
    min-height: 340px;
  }

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

  .intro-img.img1 {
    width: 46%;
    min-height: 170px;
    top: -27%;
  }

  .intro-img.img2 {
    width: 70%;
    min-height: 230px;
    top: 21px;
    right: 0;
  }

  .intro-img.img3 {
    width: 50%;
    min-height: 120px;
    bottom: 0%;
    right: 35%;
  }

  .div-block-7 {
    margin-bottom: 20px;
    padding: 20px;
  }

  .service-block-wrap {
    padding: 15px 15px 0;
  }

  .service-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .hp_logo {
    width: 81px;
    height: 66.7px;
    margin-bottom: 20px;
  }

  .slider-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .quote-icon {
    margin-bottom: 10px;
  }

  .review-highlight0text {
    font-size: 1.2em;
  }

  .feature_content-wrap {
    width: 100%;
    padding: 14px;
  }

  .footer_contact-block.phone-link {
    font-size: 10.2vw;
  }

  .footer_cm-icon {
    width: 45px;
  }

  .hours-row {
    font-size: 16px;
  }

  .dropdown-link {
    min-height: 50px;
    font-size: 16px;
  }

  .menu-button {
    order: 1;
    padding: 13px;
  }

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

  .heading-2 {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .div-block-9 {
    height: auto;
  }

  .int-pg_title {
    font-size: 2em;
  }

  .form-block {
    background-color: #fbfcffd9;
    border-radius: 15px;
    box-shadow: 0 3px 10px -3px #0000004d;
  }

  .form-half-col-div {
    width: 100%;
  }

  .int-intro-p {
    margin-bottom: 0;
  }

  .heading-3 {
    font-size: 1.7em;
  }

  .dental-plan_container {
    margin-bottom: 30px;
  }

  .plan-ul-w-icon_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .plan-ul-w-icon_img {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .cost-block {
    width: 100%;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: stretch;
  }

  .covid-radio-question {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-width-feat-img.align-top {
    height: 50vw;
    min-height: 180px;
    margin-bottom: 20px;
  }

  .team-block {
    padding: 20px;
  }

  .team_img {
    width: 100%;
  }

  .contact-box {
    background-color: var(--white);
    text-align: center;
    width: 90%;
    padding: 20px;
    display: flex;
  }

  .contact-icon, .contact-icon.nw-no-break-text {
    margin-bottom: 15px;
  }

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

  .div-block-18 {
    margin-bottom: 10px;
  }

  .collection-item {
    padding: 15px;
  }

  .blog-thumbnail {
    min-width: auto;
  }

  .paragraph-6 {
    margin-bottom: 30px;
  }

  .error404-pg-heading {
    font-size: 28px;
  }

  .div-block-19 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .logo-names {
    white-space: nowrap;
    font-size: 2vw;
  }

  .text-block-4 {
    margin-bottom: 15px;
  }
}


