:root {
  --dark-grey: #979797;
  --royal-blue: #3e61ac;
  --white: white;
  --khaki: #ecce76;
  --black: black;
  --dark-slate-blue: #253a67;
  --white-smoke: #f8f8f8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

h6 {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  padding-top: 188px;
  font-family: Montserrat, sans-serif;
}

.learn-more {
  background-color: var(--white);
  color: var(--royal-blue);
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: all .55s;
}

.learn-more:hover {
  background-color: var(--khaki);
  color: var(--black);
}

.learn-more.learn-more-steven {
  margin-left: auto;
  margin-right: auto;
}

.blue-contact-us-button {
  border: 2px solid var(--white);
  background-color: var(--royal-blue);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  min-height: 60px;
  padding: 15px 20px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .55s;
  display: flex;
}

.blue-contact-us-button:hover {
  border-color: var(--khaki);
  color: var(--khaki);
  box-shadow: 1px 1px 7px #0000006e;
}

.rfq {
  background-color: var(--royal-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  transition: all .55s;
  display: flex;
}

.rfq:hover {
  background-color: var(--khaki);
  color: var(--black);
}

.schedule-appointment-button {
  background-color: var(--khaki);
  width: 100%;
  max-width: 290px;
  min-height: 60px;
  color: var(--royal-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: all .55s;
  display: flex;
}

.schedule-appointment-button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--khaki);
}

.learn-more-text-link {
  color: var(--royal-blue);
  background-image: url('../images/keyboard-right-arrow-button.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  padding-right: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .55s;
}

.learn-more-text-link:hover {
  color: var(--dark-grey);
  padding-right: 30px;
}

.div-block {
  text-align: left;
}

.utlity-nav-container {
  background-color: var(--royal-blue);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 60px;
  display: flex;
}

.header {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 130px;
  transition: all .55s;
  display: flex;
}

.header-container {
  z-index: 9999998;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 9px #00000012;
}

.main_banner_container {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  transition: all .55s;
  display: block;
}

._3-buckets-section-container {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 450px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .55s;
  display: flex;
}

.dr-bio-section-container {
  background-color: var(--royal-blue);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 915px;
  transition: all .55s;
  display: flex;
  position: relative;
}

.cta-tagline-container {
  background-color: var(--royal-blue);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 160px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .55s;
  display: flex;
}

.testimonails-container {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 585px;
  transition: all .55s;
  display: flex;
}

.appointment-rfq-container {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 560px;
  transition: all .55s;
  display: flex;
  position: relative;
}

.logo-scroller-container {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 190px;
  transition: all .5s;
  display: flex;
}

.map-container {
  background-color: var(--dark-grey);
  min-height: 450px;
  transition: all .55s;
}

.footer-container {
  background-color: var(--royal-blue);
  min-height: auto;
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  transition: all .55s;
  display: flex;
}

.footer-credits-container {
  background-color: var(--dark-slate-blue);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .55s;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1250px;
}

.container.ct1 {
  display: flex;
}

.container.ct2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container.ct3 {
  flex-wrap: wrap;
  padding-top: 115px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.container.ct5 {
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.container.ct7 {
  max-width: 100%;
  color: var(--royal-blue);
  text-align: center;
  background-color: #ffffff9c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.ct8 {
  display: flex;
}

.container.ct9 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  display: flex;
}

.container.ct11 {
  justify-content: center;
  padding: 55px 10px 160px;
  display: flex;
}

.container.ct11.v1 {
  align-items: center;
  position: relative;
}

.container.sponsor-container {
  padding-top: 115px;
  padding-bottom: 100px;
}

.buckets-grid {
  z-index: 333;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -95px;
  transition: all .55s;
  position: relative;
}

.bucket-pic {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 280px;
  transition: all .55s;
  position: relative;
  overflow: hidden;
}

.bucket-pic.bucket-pic1 {
  background-image: none;
}

.bucket-pic.bucket-pic1:hover {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 30px;
}

.bucket-pic.bucket-pic2 {
  background-image: none;
}

.bucket-pic.bucket-pic2:hover {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 30px;
}

.bucket-pic.bucket-pic3 {
  background-image: none;
}

.bucket-pic.bucket-pic3:hover {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 30px;
}

.bucket-text-container {
  color: var(--royal-blue);
}

.banner-content-container {
  width: 100%;
  min-height: auto;
  display: flex;
  position: static;
}

.banner-content-container.video-form {
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.banner-text-container {
  color: var(--white);
  text-shadow: 1px 1px 6px #00000063;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-form-container {
  min-width: 0;
  height: 510px;
  color: var(--royal-blue);
  text-align: center;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5px 20px 20px;
  display: flex;
}

.yellow-tagline {
  color: var(--khaki);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.yellow-tagline.h2 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

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

.yellow-line {
  background-color: var(--khaki);
  width: 75px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.yellow-line.bio-line {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.tiny-tag {
  margin-top: 15px;
  margin-bottom: 1vw;
  font-size: 11.5px;
  font-weight: 500;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-2.nav-container {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  display: block;
}

.nav-item {
  color: var(--royal-blue);
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.nav-item:hover {
  color: var(--khaki);
}

.nav-menu {
  margin-left: auto;
}

.image {
  max-width: 80%;
}

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

.field {
  border: 1px solid var(--white);
  min-height: 45px;
  color: var(--dark-grey);
  margin-bottom: 15px;
  padding: 15px;
  font-size: 15px;
}

.lable {
  color: var(--dark-grey);
}

.form {
  margin-top: 0;
}

.area {
  border: 1px solid var(--white);
  min-height: 100px;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 15px;
}

.utility-link-container {
  align-items: center;
  width: 770px;
  padding: 15px;
  display: flex;
}

.utility-social-container {
  justify-content: flex-end;
  width: 480px;
  display: flex;
}

.utility-link {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 25px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 120%;
  text-decoration: none;
}

.utility-link.phone-link {
  background-image: url('../images/telephone.svg');
  background-size: auto 80%;
  padding-left: 20px;
  font-size: 14px;
}

.utility-link.phone-link:hover {
  color: var(--khaki);
}

.utility-link.address-link {
  background-image: url('../images/placeholder.svg');
  background-size: auto 80%;
  margin-right: 0;
  padding-left: 18px;
  font-size: 14px;
}

.utility-link.address-link:hover {
  color: var(--khaki);
}

.social-block {
  justify-content: center;
  width: 190px;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 10px;
  transition: all .55s;
  display: flex;
}

.social-link:hover {
  transform: rotate(-14deg);
}

.cf-header {
  margin-left: -26px;
  margin-right: -25px;
  font-size: 23px;
}

.yellow-sub-tag {
  color: var(--khaki);
}

.bio-text-container {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}

.bio-pic {
  width: 505px;
  height: 300px;
  box-shadow: 14px 14px 0 0 var(--khaki);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio-pic.steven {
  box-sizing: border-box;
  text-align: left;
  object-fit: cover;
  background-image: url('../images/steven.webp');
  background-position: 50% 0;
  width: 530px;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
}

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

.columns-2 {
  width: 100%;
  display: flex;
}

.column-3 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.staff-bios {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-height: 320px;
  margin-bottom: 0;
  display: flex;
}

.grid {
  grid-column-gap: 3vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-bottom: 45px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .55s;
}

.grid.progrid {
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.bio {
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
  height: 18vw;
  min-height: 250px;
  color: var(--royal-blue);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 1vw;
  text-decoration: none;
  transition: all .55s;
  display: flex;
  box-shadow: 1px 1px 7px #0000001f;
}

.bio:hover {
  margin-top: -1vw;
  box-shadow: 5px 5px 11px 4px #0000001f;
}

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

.column-5 {
  transition: all .55s;
}

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

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  min-height: 585px;
  padding: 65px 0 65px 65px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
}

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

.testimonial-slider {
  background-color: #0000;
  width: 100%;
}

.div-block-4 {
  height: 100%;
  color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.instagram-feed-container {
  padding-top: 20px;
  display: none;
}

.reviews-container {
  padding-top: 20px;
}

.footer-logo-link {
  margin-bottom: 40px;
}

.contact-info {
  margin-top: 40px;
}

.footer-phone {
  color: var(--khaki);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.footer-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.footerpic {
  margin-top: 20px;
}

.footer-credit-columns {
  width: 100%;
  max-width: 1250px;
  display: flex;
}

.column-7 {
  justify-content: center;
  align-items: center;
  padding: 0 0 0 15px;
  display: flex;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.footer-credits {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

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

.yellow-link:hover {
  color: var(--dark-grey);
  text-decoration: underline;
}

.int-body-content-container {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffa3, #ffffffa3), url('../images/white_wall_hash.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw;
  display: flex;
}

.int-banner {
  background-color: var(--dark-slate-blue);
  width: 100%;
  min-width: 980px;
  min-height: 450px;
  color: var(--white);
  text-align: center;
  background-image: url('../images/bg_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  display: flex;
}

.int-banner.typage {
  align-items: center;
  padding: 0;
}

.body-content {
  background-color: var(--white);
  width: 100%;
  min-width: 980px;
  max-width: 80%;
  min-height: auto;
  margin-top: -260px;
  padding: 1.5vw;
}

.int-body-columns {
  min-height: auto;
  display: flex;
}

.cf-container {
  z-index: 111;
  background-color: var(--white-smoke);
  flex-direction: column;
  width: 100%;
  min-height: auto;
  padding: 0;
  position: sticky;
  top: 220px;
}

.inner-cf-header {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-cf-container {
  min-height: auto;
  padding: 15px;
}

.contact-form-block {
  background-color: var(--white);
  padding: 15px;
  box-shadow: 0 0 3px #00000029;
}

.inner-field {
  border: 1px solid var(--white);
  box-shadow: 0 0 3px #0000002e;
}

.int-cf {
  margin-bottom: 0;
}

.list {
  margin-top: 10px;
  margin-bottom: 30px;
}

.bot-cta {
  background-color: var(--khaki);
  width: 100%;
  color: var(--royal-blue);
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  font-weight: 600;
  transition: all .55s;
}

.bot-cta:hover {
  background-color: var(--royal-blue);
  color: var(--khaki);
}

.left-int-col {
  padding-left: 0;
  padding-right: 15px;
}

.right-int-col {
  padding-left: 15px;
  padding-right: 0;
}

.int-ban-pic {
  background-color: var(--dark-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-bottom: 30px;
}

.int-ban-pic.about {
  filter: brightness(127%);
  background-image: url('../images/group_1.webp');
  background-position: 50% 40%;
  background-size: cover;
}

.int-ban-pic.cosmetic {
  background-image: url('../images/gum-treatment_1.webp');
}

.int-ban-pic.sdt {
  background-image: url('../images/int-banner1-p-800_1.webp');
}

.int-ban-pic.dentures {
  background-image: url('../images/bridges1_1.webp');
  background-position: 50% 40%;
}

.int-ban-pic.hgiene {
  background-image: url('../images/per1_1.webp');
  background-position: 50% 20%;
}

.int-ban-pic.sealants {
  background-image: url('../images/smilekid_1.webp');
}

.int-ban-pic.whitening {
  background-image: url('../images/whitening.webp');
}

.int-ban-pic.exam {
  background-image: url('../images/smiles-p-1080.webp');
  background-position: 50% 60%;
}

.int-ban-pic.gd {
  background-image: url('../images/office-p-1080_1.webp');
}

.int-ban-pic.restd {
  background-image: url('../images/gum-treatment2_1.webp');
  background-position: 50% 100%;
}

.int-ban-pic.pct {
  background-image: url('../images/newpatient_1.webp');
}

.int-ban-pic.pediatrics {
  background-image: url('../images/ban3crop_1.webp');
}

.int-ban-pic.invisalign {
  background-image: url('../images/ortho2_1.webp');
  background-position: 50% 80%;
}

.int-ban-pic.os {
  background-image: url('../images/woman-with-beach-waves-p-1080_1.webp');
}

.int-ban-pic.rcanal {
  background-image: url('../images/veneers2_1.webp');
}

.int-ban-pic.emergency {
  background-image: url('../images/crowns_1.webp');
}

.int-ban-pic.vision {
  background-image: url('../images/white1-p-800_1.webp');
}

.int-ban-pic.heart {
  background-image: url('../images/bucket3-image_1.webp');
}

.int-ban-pic.sedation {
  background-image: url('../images/sedation_1.webp');
  background-position: 50% 60%;
}

.int-ban-pic.palce {
  background-image: url('../images/face_1.webp');
}

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

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.paragraph {
  color: #64646d;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 28px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.question-title {
  color: #0b1033;
  font-size: 18px;
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
}

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

.text-link:hover {
  text-decoration: underline;
}

.stevo {
  float: none;
  clear: none;
  filter: contrast(106%) brightness(127%);
  width: 100%;
  max-width: 350px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stevo.dr-img {
  box-shadow: 0 5px 20px #3e61ac45;
}

.icon {
  color: var(--khaki);
}

.drop-bg.w--open {
  background-color: var(--white-smoke);
  box-shadow: 1px 1px 3px #00000030;
}

.drop-item {
  color: var(--royal-blue);
  font-weight: 500;
}

.drop-item:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.drop-item.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.link-block {
  border: 6px solid var(--white);
  background-color: var(--dark-grey);
  width: 100%;
  height: auto;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0;
  text-decoration: none;
  transition: all .55s;
  display: block;
  box-shadow: 0 0 6px #00000014;
}

.link-block:hover {
  border-width: 10px;
  margin: -4px -4px 26px;
  box-shadow: 3px 4px 9px 4px #00000014;
}

.div-block-5 {
  background-color: var(--royal-blue);
  padding: 10px 20px 0;
}

.heading-5 {
  color: #fff;
  font-weight: 300;
}

.heading-5.interiorhead {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
}

.heading-5.interiorhead.cfhed {
  margin-bottom: 0;
  font-size: 28px;
}

.submit-button-2 {
  background-color: var(--royal-blue);
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: all .575s;
  display: block;
}

.submit-button-2:hover {
  background-color: var(--dark-slate-blue);
}

.link-block-3 {
  width: 100%;
  height: 100%;
  color: var(--dark-grey);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 55px 15px 0;
  text-decoration: none;
  transition: all .575s;
  display: flex;
}

.link-block-3:hover {
  border-bottom: 5px solid var(--royal-blue);
  margin-top: -6px;
  margin-left: -6px;
  box-shadow: 5px 7px 11px 3px #0000000a;
}

.div-block-46 {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 10px;
  display: flex;
}

.div-block-41 {
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  min-height: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-51 {
  background-color: #0000;
  border: 0 solid #dbdbdb;
  width: 100%;
  height: 100%;
}

.div-block-50 {
  width: 33.33%;
  height: 100%;
  padding: 15px;
}

.text-field-2 {
  border: 1px solid #fff;
  box-shadow: 0 0 6px #0000001c;
}

.div-block-49 {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  display: flex;
}

.image-11 {
  filter: saturate(0%);
  max-width: 45px;
  margin-bottom: 20px;
}

.field-label {
  color: #8a8a8a;
}

.div-block-47 {
  background-color: #ffffffe8;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 10px 1px #00000014;
}

.textarea-2 {
  height: 200px;
  min-height: 200px;
}

.textarea-2.text-field-2 {
  margin-bottom: 15px;
}

.div-block-43 {
  float: left;
  width: 35%;
  min-height: auto;
  padding: 30px 30px 30px 15px;
}

.div-block-43.reverse15 {
  padding: 0 30px 30px 0;
}

.div-block-45 {
  background-image: linear-gradient(#ffffff87, #ffffff87), url('../images/soft_wallpaper_2x_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 666px;
  border: 0 solid #dbdbdb;
  width: 100%;
  height: auto;
  padding: 15px;
}

.text-block {
  text-align: center;
  font-size: 18px;
}

.text-block.link-6 {
  font-size: 16px;
}

.div-block-48 {
  float: left;
  background-image: linear-gradient(#000, #fff);
  width: 65%;
  min-height: 740px;
  padding: 30px 30px 30px 0;
}

.div-block-48.gradient {
  background-image: linear-gradient(#0000000d, #fff);
  padding-left: 30px;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 35px;
}

.form-block-2 {
  margin-bottom: 0;
}

.image-12 {
  width: 235px;
  margin-top: 30px;
  margin-left: 30px;
}

.html-embed-2 {
  width: 100%;
}

.paragraph-4 {
  overflow: auto;
}

.div-block-52 {
  margin-bottom: 45px;
}

.html-embed-3 {
  width: 100%;
}

.div-block-53 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 350px;
  display: flex;
}

.html-embed-4 {
  width: 100%;
}

.html-embed-5 {
  width: 100%;
  max-width: 390px;
}

.translator {
  position: absolute;
  right: 0;
}

.logo {
  object-fit: contain;
  width: 300px;
  height: auto;
}

.mb-1 {
  margin-bottom: 1rem;
}

.file-embed {
  width: 100%;
  margin-bottom: 0;
}

.bg-video {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  justify-content: center;
  width: 100%;
  min-height: 720px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-video-container {
  opacity: .15;
  width: 100%;
  position: absolute;
  top: 0;
}

.staff-pic-container {
  z-index: 111;
  border: .6vw solid var(--white-smoke);
  background-color: var(--black);
  filter: contrast(92%) brightness(129%);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 14vw;
  max-width: 210px;
  height: 14vw;
  max-height: 210px;
  margin-top: -55px;
  margin-bottom: 14px;
  transition: all .55s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px #00000021;
}

.staff-picture {
  width: 100%;
  height: 100%;
}

.staff-picture.katya {
  object-fit: cover;
}

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.images-staff {
  object-fit: cover;
  width: 48%;
  max-height: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  padding-top: 10px;
  display: block;
}

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

.heading-8.heading-steven {
  color: var(--white);
  text-align: left;
}

.dr-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px 10px;
  box-shadow: 0 2px 5px #0003;
}

.dr-img {
  float: left;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: 20px;
  display: block;
  box-shadow: 0 5px 20px #3e61ac45;
}

.sponsors-section {
  justify-content: center;
  width: 100%;
  min-height: 160px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.sponsor-wrapper {
  flex-flow: column;
  align-items: center;
  width: 31%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-wrapper {
  margin-bottom: 72px;
}

.sponsor-name {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.sponsor-text {
  background-color: var(--royal-blue);
  width: 100%;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.sponsor-links {
  color: #1834817a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sponsor-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 250px;
}

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

.website-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.link-sponsor-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.service_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h3-small {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.h3 {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.button {
  background-color: var(--royal-blue);
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--khaki);
  color: var(--black);
}

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

.staff_container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-right: auto;
  display: flex;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
}

.image-14 {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: absolute;
}

.form_recaptcha-embed {
  perspective-origin: 0%;
  transform-origin: 0%;
  transform: scale(.9);
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.content29_author-image-wrapper {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.text-size-medium {
  font-size: 1.125rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.content29_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.content29_content-wrapper {
  margin-bottom: 4rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section_content29 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.margin-vertical, .margin-vertical.margin-large {
  margin-left: 0;
  margin-right: 0;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.margin-top, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content29_social-link {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-radius: 20px;
  padding: .25rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

@media screen and (min-width: 1920px) {
  .images-staff {
    max-height: 550px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.8vw;
    line-height: 140%;
  }

  h2 {
    font-size: 4vw;
    line-height: 120%;
  }

  h3 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 2.5vw;
    line-height: 120%;
  }

  h4 {
    font-size: 2.4vw;
    line-height: 120%;
  }

  p {
    margin-bottom: 2vw;
    font-size: 2vw;
    line-height: 200%;
  }

  .body {
    padding-top: 180px;
  }

  .learn-more {
    padding: 2vw;
    font-size: 1.8vw;
  }

  .blue-contact-us-button {
    padding: 1.5vw;
    font-size: 2.45vw;
    line-height: 120%;
  }

  .rfq {
    margin-left: auto;
    margin-right: auto;
    padding: 1.5vw;
    font-size: 2.5vw;
    line-height: 120%;
  }

  .schedule-appointment-button {
    min-height: 6vw;
    padding: 1vw;
    font-size: 2vw;
  }

  .learn-more-text-link {
    padding-right: 2.5vw;
    font-size: 2vw;
    line-height: 120%;
  }

  .learn-more-text-link:hover {
    padding-right: 3vw;
  }

  .utlity-nav-container {
    min-height: auto;
    max-height: 100px;
    transition: all .55s;
  }

  .header, .main_banner_container {
    min-height: auto;
  }

  ._3-buckets-section-container {
    min-height: 40vw;
    padding-left: 0;
    padding-right: 0;
  }

  .dr-bio-section-container, .cta-tagline-container {
    min-height: auto;
  }

  .testimonails-container, .appointment-rfq-container {
    min-height: 80vw;
  }

  .logo-scroller-container {
    min-height: 22vw;
  }

  .footer-container {
    min-height: 100vw;
  }

  .footer-credits-container {
    min-height: 10vw;
    padding-bottom: 40px;
  }

  .container {
    padding: 2vw;
  }

  .container.ct1 {
    max-height: none;
  }

  .container.ct2 {
    max-height: 80px;
  }

  .container.ct3 {
    padding: 6vw 2vw;
  }

  .container.ct5 {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }

  .container.ct9 {
    padding: 0;
  }

  .container.ct11 {
    min-height: auto;
    padding: 6vw 2vw;
  }

  .container.ct12 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .buckets-grid {
    grid-column-gap: 2vw;
    margin-top: 0;
  }

  .bucket-pic {
    min-height: 25vw;
  }

  .banner-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    justify-items: center;
  }

  .banner-text-container {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
  }

  .contact-form-container {
    width: 100%;
    max-width: 100%;
    min-height: 65vw;
    margin-top: 2vw;
    padding: 2vw;
  }

  .yellow-tagline {
    font-size: 3.5vw;
  }

  .banner-p {
    font-size: 2.5vw;
  }

  .tiny-tag {
    margin-top: 1.5vw;
    margin-bottom: 3vw;
    font-size: 2.5vw;
  }

  .nav-item {
    text-align: left;
  }

  .nav-menu {
    background-color: var(--white);
    box-shadow: 1px 1px 3px #00000040;
  }

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

  .field, .area {
    margin-bottom: 1.5vw;
    padding: 1.5vw;
    font-size: 2vw;
    line-height: 120%;
  }

  .menu-button {
    margin-left: auto;
  }

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

  .utility-link-container {
    width: 40%;
  }

  .utility-social-container {
    width: 60%;
  }

  .utility-link.phone-link {
    margin-right: 0;
    padding-left: 4vw;
    font-size: 2.2vw;
  }

  .utility-link.address-link {
    display: none;
  }

  .social-link {
    padding: 1vw;
  }

  .cf-header {
    margin-left: 0;
    margin-right: 0;
    font-size: 4.5vw;
  }

  .bio-text-container {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .bio-pic {
    width: 100%;
    height: 25vw;
    box-shadow: 4px 4px 0 0 var(--khaki);
  }

  .columns-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column-3 {
    justify-content: center;
    margin-top: 2vw;
    padding-left: 0;
  }

  .column-4 {
    align-items: center;
  }

  .heading-3 {
    margin-bottom: 1vw;
  }

  .grid {
    grid-row-gap: 3vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .bio {
    height: 40vw;
    min-height: 200px;
    padding: 2vw;
  }

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

  .column-5 {
    min-height: 45vw;
  }

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

  .div-block-3 {
    max-width: none;
    min-height: auto;
    padding: 50px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 4vw;
  }

  .contact-info-container {
    text-align: center;
    border: 1px solid #385aa3;
    padding: 3vw 7vw 0;
  }

  .instagram-feed-container, .reviews-container {
    padding: 2vw;
  }

  .footer-phone {
    font-size: 2.5vw;
  }

  .footerpic {
    margin-top: 2vw;
  }

  .footer-credit-columns {
    width: 100%;
  }

  .footer-credits {
    font-size: 1.6vw;
  }

  .int-banner {
    min-width: 100%;
    min-height: auto;
    padding: 5vw;
  }

  .int-banner.typage {
    min-height: 14vw;
  }

  .body-content {
    min-width: 100%;
    margin-top: 0;
    padding: 3.5vw;
  }

  .int-body-columns {
    flex-direction: column;
  }

  .inner-cf-header {
    padding: 1vw;
  }

  .bot-cta {
    margin-bottom: 3vw;
    padding: 2vw;
    font-size: 1.8vw;
  }

  .left-int-col, .right-int-col {
    padding: 0;
  }

  .int-ban-pic {
    min-height: 40vw;
    margin-bottom: 3vw;
  }

  .link-block {
    height: 45vw;
  }

  .div-block-5 {
    padding-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-43 {
    width: 100%;
    min-height: auto;
    padding-top: 15px;
    padding-left: 30px;
  }

  .div-block-43.reverse15 {
    float: none;
    margin-bottom: 20px;
    padding: 0;
  }

  .div-block-48.gradient {
    float: none;
    width: 100%;
    min-height: auto;
  }

  .translator {
    z-index: 1;
    bottom: -25px;
    right: 0;
  }

  .bg-video {
    height: auto;
    min-height: auto;
  }

  .staff-pic-container {
    width: 30vw;
    height: 30vw;
    margin-top: -11vw;
    margin-bottom: 1.5vw;
  }

  .sponsor-wrapper {
    width: 100%;
  }

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

  .sponsor-img {
    max-height: 200px;
  }

  .link-sponsor-wrapper {
    flex-wrap: wrap;
  }

  .content29_content-wrapper {
    margin-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  h3 {
    font-size: 3.5vw;
  }

  h4 {
    font-size: 4.2vw;
  }

  p {
    font-size: 3vw;
  }

  .body {
    padding-top: 160px;
  }

  .learn-more {
    padding: 3vw;
    font-size: 3vw;
  }

  .blue-contact-us-button {
    font-size: 3vw;
  }

  .rfq {
    max-width: 100%;
    font-size: 4vw;
  }

  .schedule-appointment-button {
    font-size: 2.4vw;
  }

  .learn-more-text-link {
    padding-right: 3vw;
    font-size: 2.5vw;
  }

  .learn-more-text-link:hover {
    padding-right: 4vw;
  }

  .utlity-nav-container {
    min-height: 8vw;
  }

  .header, .main_banner_container {
    min-height: auto;
  }

  ._3-buckets-section-container {
    min-height: 60vw;
  }

  .dr-bio-section-container {
    min-height: 120vw;
  }

  .cta-tagline-container {
    min-height: auto;
  }

  .logo-scroller-container {
    min-height: 40vw;
  }

  .footer-container {
    min-height: 120vw;
  }

  .footer-credits-container {
    min-height: 15vw;
  }

  .container.ct1, .container.ct2 {
    max-height: 80px;
  }

  .container.ct11 {
    min-height: auto;
    padding: 6vw 4vw;
  }

  .container.ct12 {
    padding: 4vw;
  }

  .buckets-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 3vw;
    grid-template-columns: .5fr 1fr;
    margin-top: 0;
  }

  .bucket-pic {
    min-height: 35vw;
  }

  .bucket-text-container {
    border: 1px solid #9797971c;
    padding: 3vw 3vw 3vw 4vw;
  }

  .contact-form-container {
    min-height: auto;
    padding-bottom: 2vw;
  }

  .banner-p {
    margin-bottom: 4vw;
  }

  .field, .area {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    font-size: 3vw;
  }

  .utility-link-container {
    width: 40%;
    padding-left: 0;
  }

  .utility-link.phone-link {
    margin-right: 0;
    font-size: 2.6vw;
  }

  .soc-icon {
    max-width: 80%;
  }

  .bio-pic.steven {
    height: 65vw;
  }

  .column-3 {
    justify-content: center;
  }

  .heading-3 {
    margin-bottom: 2vw;
  }

  .grid {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-columns: 1fr;
  }

  .bio {
    height: 50vw;
  }

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

  .column-5 {
    min-height: 45vw;
  }

  .div-block-3 {
    min-height: auto;
    padding: 20px;
    display: block;
  }

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

  .footer-grid {
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .instagram-feed-container, .reviews-container {
    text-align: center;
  }

  .footerpic {
    width: 100%;
  }

  .footer-credit-columns {
    flex-direction: column;
  }

  .column-7 {
    justify-content: center;
  }

  .column-8 {
    text-align: center;
    align-items: center;
    padding: 3vw;
  }

  .footer-credits {
    font-size: 2.2vw;
  }

  .int-banner.typage {
    min-height: 25vw;
  }

  .body-content {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .bot-cta {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 2.5vw;
  }

  .int-ban-pic {
    margin-bottom: 4vw;
  }

  .link-block {
    padding-right: 0;
  }

  .div-block-5 {
    text-align: center;
    width: 100%;
  }

  .div-block-43.reverse15 {
    margin-bottom: 15px;
    padding: 0;
  }

  .div-block-48.gradient {
    background-position: 107% 92%, 0 0;
    background-size: 250px, auto;
  }

  .staff-pic-container {
    margin-top: -14vw;
  }

  .dr-wrapper {
    text-align: center;
  }

  .dr-img {
    float: none;
    max-width: 80%;
    margin-right: auto;
  }

  .sponsor-wrapper {
    width: 100%;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .content29_content-wrapper {
    margin-bottom: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    font-size: 6vw;
  }

  p {
    font-size: 4.5vw;
  }

  .body {
    padding-top: 106px;
  }

  .learn-more {
    padding: 7vw;
    font-size: 5vw;
  }

  .blue-contact-us-button {
    font-size: 5.5vw;
  }

  .rfq {
    max-width: 100%;
    font-size: 5vw;
  }

  .schedule-appointment-button {
    max-width: 100%;
    min-height: auto;
    padding: 7px;
    font-size: 4.5vw;
  }

  .learn-more-text-link {
    background-position: 100%;
    background-size: auto 75%;
    padding-right: 4vw;
    font-size: 4vw;
  }

  .learn-more-text-link:hover {
    padding-right: 5vw;
  }

  .utlity-nav-container {
    min-height: 10vw;
  }

  .header, .main_banner_container {
    min-height: auto;
  }

  ._3-buckets-section-container {
    min-height: 100vw;
  }

  .dr-bio-section-container {
    min-height: 150vw;
  }

  .cta-tagline-container {
    border-top: 1px solid var(--white-smoke);
    border-bottom: 1px solid var(--white-smoke);
    min-height: auto;
  }

  .testimonails-container, .appointment-rfq-container {
    min-height: 120vw;
  }

  .logo-scroller-container {
    min-height: auto;
  }

  .footer-container {
    width: 100%;
    max-width: 100%;
    min-height: 200vw;
  }

  .footer-credits-container {
    min-height: 30vw;
  }

  .container.ct1, .container.ct2 {
    padding: 0;
  }

  .container.ct5 {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }

  .container.ct8 {
    padding: 2vw;
  }

  .container.ct11 {
    padding: 7vw 4vw 4vw;
  }

  .container.ct12 {
    padding: 4vw;
  }

  .buckets-grid {
    grid-row-gap: 0vw;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1.25fr;
  }

  .bucket-pic {
    min-height: 55vw;
  }

  .bucket-pic.bucket-pic1 {
    min-height: 50vw;
  }

  .bucket-text-container {
    margin-bottom: 8vw;
    padding: 4vw;
  }

  .banner-grid {
    display: block;
  }

  .banner-text-container {
    text-align: center;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .contact-form-container {
    min-height: auto;
    padding: 4vw;
  }

  .yellow-tagline {
    font-size: 4.5vw;
  }

  .banner-p {
    text-align: center;
    font-size: 4vw;
  }

  .tiny-tag {
    font-size: 4vw;
  }

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

  .image {
    width: 65vw;
    max-width: 200px;
    padding-top: 1vw;
  }

  .field {
    padding-left: 4.5vw;
    font-size: 4vw;
  }

  .area {
    padding-top: 4.5vw;
    font-size: 4vw;
  }

  .utility-link-container {
    display: none;
  }

  .utility-social-container {
    width: 100%;
  }

  .social-block {
    display: none;
  }

  .social-block.show-mobile {
    display: flex;
  }

  .cf-header {
    font-size: 7vw;
  }

  .bio-pic {
    height: 56vw;
  }

  .white-p {
    font-size: 4.5vw;
  }

  .heading-3 {
    margin-bottom: 5vw;
  }

  .staff-bios {
    align-items: center;
  }

  .grid {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
  }

  .grid.progrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: 95%;
  }

  .bio {
    padding-bottom: 6vw;
  }

  .grid-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    max-width: 100%;
  }

  .contact-info-container {
    width: 100%;
    max-width: 100%;
    padding: 7vw 0 0;
  }

  .reviews-container {
    width: 100%;
  }

  .footer-phone {
    font-size: 4vw;
  }

  .footerpic {
    width: 100%;
    margin-top: 4vw;
    display: block;
  }

  .footer-credits {
    font-size: 3vw;
    line-height: 140%;
  }

  .int-banner.typage {
    min-height: 45vw;
  }

  .body-content {
    padding-left: 0;
    padding-right: 0;
  }

  .bot-cta {
    font-size: 3vw;
  }

  .int-ban-pic {
    margin-bottom: 5vw;
  }

  .int-ban-pic.invisalign {
    background-image: linear-gradient(#ecce76b5, #ecce76b5), url('../images/ortho2_1.webp');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .question-title {
    flex: 1;
  }

  .link-block {
    height: 100vw;
    padding-right: 0;
  }

  .div-block-5 {
    text-align: center;
    width: 100%;
    padding: 3vw 3vw 1vw;
  }

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

  .heading-5.interiorhead.cfhed {
    line-height: 32px;
  }

  .link-block-3 {
    padding: 25px;
  }

  .div-block-41 {
    min-height: auto;
    margin-top: 0;
  }

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

  .div-block-49 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

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

  .textarea-2.text-field-2 {
    height: auto;
    min-height: 100px;
  }

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

  .div-block-43.reverse15 {
    margin-bottom: 10px;
    padding: 0;
  }

  .div-block-48.gradient {
    text-align: center;
    background-image: none;
    padding: 15px 0;
  }

  .image-12 {
    margin: 0;
  }

  .html-embed-5 {
    max-width: 320px;
  }

  .staff-pic-container {
    width: 35vw;
    max-width: none;
    height: 35vw;
    max-height: none;
    margin-top: -9vw;
  }

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

  .images-staff {
    width: 100%;
  }

  .staff_container {
    flex-flow: wrap;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

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

  .content29_tag-list {
    justify-content: flex-start;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#w-node-f6f5e126-591a-2da9-8ae8-1574da647f1e-297b8081 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d91f8223-1489-c496-efbc-bea21826d1b3-297b8081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d91f8223-1489-c496-efbc-bea21826d1b6-297b8081, #w-node-f699e067-2e7f-a0f7-03e7-2662795e4545-297b8081, #w-node-_02941333-ad93-4c95-d23e-9f78fd200142-297b8081 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54098b5e-bafc-7e2d-e9dc-3921090d6bcb-090d6bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79dfe2a-8df6-75db-0ea2-b1b6b70c2c08-b70c2c08 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f6f5e126-591a-2da9-8ae8-1574da647f1e-297b8081 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_54098b5e-bafc-7e2d-e9dc-3921090d6bcb-090d6bc7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f79dfe2a-8df6-75db-0ea2-b1b6b70c2c08-b70c2c08 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d91f8223-1489-c496-efbc-bea21826d1b6-297b8081 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f699e067-2e7f-a0f7-03e7-2662795e4545-297b8081 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_02941333-ad93-4c95-d23e-9f78fd200142-297b8081 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_54098b5e-bafc-7e2d-e9dc-3921090d6bcb-090d6bc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f79dfe2a-8df6-75db-0ea2-b1b6b70c2c08-b70c2c08 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d91f8223-1489-c496-efbc-bea21826d1b6-297b8081 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f699e067-2e7f-a0f7-03e7-2662795e4545-297b8081 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_02941333-ad93-4c95-d23e-9f78fd200142-297b8081 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


