:root {
  --black-2: #222;
  --gainsboro: #dbdbdb;
  --grey: #8a8a8a;
  --midnight-blue: #0f1a32;
  --teal: #367e8f;
  --khaki: #d0d34f;
  --white: white;
  --deep-sky-blue: #24b0d1;
  --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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

a {
  color: var(--black-2);
  text-decoration: none;
}

ul {
  border-left: 2px solid var(--gainsboro);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
}

li {
  color: var(--grey);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.utilitynav {
  background-image: linear-gradient(#0f1a32, #0f1a32);
  align-items: center;
  height: 50px;
}

.header {
  height: 90px;
}

.videobanner {
  width: 100%;
  height: 820px;
  display: flex;
}

.background-video {
  background-image: linear-gradient(327deg, var(--midnight-blue), #367e8fc4);
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
  display: flex;
}

.focus-buckets {
  width: 100%;
  height: auto;
  min-height: auto;
  padding-bottom: 40px;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.div-block-5 {
  width: 33.33%;
  height: 100%;
  min-height: auto;
  padding: 0 20px;
  position: relative;
}

.div-block-6 {
  background-color: #fff;
  height: auto;
  margin-top: -40px;
}

.div-block-7 {
  background-color: #000;
  width: 100%;
  min-width: auto;
  height: 300px;
}

.div-block-7.bg1 {
  color: #838282;
  background-image: url('../images/pexels-shiny-diamond-3762453.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-7.bg2 {
  background-image: url('../images/gum-treatment.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-7.bg3 {
  background-image: url('../images/fillings2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8 {
  width: 100%;
  height: auto;
  padding: 0;
}

.div-block-9 {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  background-image: url('../images/sail.webp');
  background-position: 2% 0;
  background-repeat: no-repeat;
  background-size: 320px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 67%;
  height: 100%;
  padding: 90px 111px 45px 20px;
  display: flex;
}

.div-block-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  padding: 15px 0;
  display: flex;
}

.div-block-13 {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aboutthedocsection {
  background-image: linear-gradient(to bottom, #0f1a32b8, #0f1a32b8), url('../images/underseafixed.webp'), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  background-position: 0 0, 50% 57%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  width: 100%;
  height: 620px;
}

.bluectasection {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  height: 100px;
}

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

.div-block-18 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-height: 100px;
  padding-left: 20px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 100px;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
  transition: all .558s;
  display: block;
}

.button:hover {
  background-color: var(--teal);
  border-width: 6px;
}

.quotesection {
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 3%;
  display: flex;
}

.div-block-21.bgpic1 {
  background-image: url('../images/smileyface.webp'), radial-gradient(circle, #d32a2a, #ad2f2f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.schedule-app-section {
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/smileyfam.webp');
  background-position: 0 0, 50% -232px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.footer {
  background-image: linear-gradient(#000, #000);
  height: auto;
}

.credit-sections {
  color: #9c9c9c;
  background-color: #272727;
  height: 100px;
}

.div-block-25 {
  color: #6b6a6a;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-26 {
  float: left;
  width: 33.33%;
  height: 100%;
  padding: 60px 15px 35px;
}

.div-block-26.db2 {
  width: 60%;
  padding-left: 30px;
}

.body {
  padding-top: 140px;
  font-family: Lato, sans-serif;
}

.heading {
  font-size: 22px;
  font-weight: 400;
}

.heading.whiteheading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.whiteheading._20bot {
  margin-bottom: 12px;
}

.paragraph {
  color: #696969;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.paragraph.int-p {
  text-align: left;
  margin-bottom: 20px;
  line-height: 28px;
}

.paragraph.int-p.bp {
  margin-bottom: 10px;
}

.paragraph.int-p.nobotmar {
  margin-bottom: 0;
}

.paragraph.int-p.quote {
  margin-bottom: 20px;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.paragraph.int-p.holiday-red {
  color: #f71c1c;
}

.paragraph.int-p.mb_5 {
  margin-bottom: .5rem;
}

.paragraph.mb-2 {
  margin-bottom: 2rem;
}

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

.link {
  color: #000;
  background-image: url('../images/right-chevron.svg');
  background-position: 96% 74%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: all .575s;
}

.link:hover {
  color: var(--teal);
  margin-left: 10px;
}

.heading-2 {
  text-transform: capitalize;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 65px;
  line-height: 60px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-2.tp {
  color: #ffffffb5;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-2.tp.nobotmar {
  margin-bottom: 0;
}

.paragraph-2.tp.nobotmar.footercred {
  font-size: 14px;
}

.paragraph-2.tp.quote {
  color: var(--grey);
  background-color: #0000;
}

.paragraph-2.tp.quote.author {
  font-weight: 700;
}

.paragraph-2.hilight {
  color: var(--khaki);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 32px;
}

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

.heading-3 {
  color: #4b4b4b;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.heading-3.notopmar {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-3.leftalign {
  text-align: left;
}

.heading-3.leftalign.botmar {
  margin-bottom: 20px;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-28.left {
  width: 100%;
}

.div-block-28.right {
  justify-content: space-between;
  width: 100%;
}

.div-block-29 {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-30 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #367e8f;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  transition: all .575s;
  display: flex;
}

.button-2:hover {
  background-color: #36bcdb;
}

.image {
  max-width: 25px;
}

.image.gsize {
  width: 25px;
  max-width: 25px;
  height: 25px;
}

.image.fsize {
  width: 24px;
  max-width: 24px;
  height: 24px;
}

.image.tsize {
  width: 26px;
  height: 26px;
}

.link-block {
  color: #686666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.link-2 {
  color: #fff;
  background-image: url('../images/phone-receiver.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-size: 16px;
  text-decoration: none;
}

.link-2.locationicon {
  background-image: url('../images/facebook-placeholder-for-locate-places-on-maps.svg');
  background-size: 17px;
  margin-left: 10px;
  font-size: 16px;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  display: block;
}

.image-2 {
  width: 200px;
  height: 38.55px;
}

.image-2:hover {
  opacity: .59;
}

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

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navitem {
  color: #585858;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  transition: all .608s;
}

.navitem:hover {
  background-color: var(--teal);
  color: #fff;
  border-radius: 10px;
}

.navitem.w--current {
  color: var(--grey);
}

.navitem.w--current:hover {
  color: #fff;
}

.navitem.nav-btn {
  background-color: var(--teal);
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
}

.navitem.nav-btn:hover {
  background-color: var(--deep-sky-blue);
  border-radius: 0;
}

.navitem.dd-nav-item {
  padding-right: 30px;
}

.div-block-32 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-33 {
  float: left;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.div-block-33.leftalign {
  align-items: flex-start;
}

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

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

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

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

.div-block-34 {
  background-color: var(--teal);
  color: #fff;
  width: 60px;
  height: 3px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.div-block-35 {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 45px;
  transition: all .575s;
  display: flex;
}

.button-3:hover {
  background-color: var(--grey);
  color: #fff;
}

.heading-6 {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.button-4 {
  background-color: var(--teal);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 22px;
  transition: all .558s;
  display: flex;
}

.button-4:hover {
  background-color: #1fb5d8;
}

.button-4.holiday {
  background-color: #f71c1c;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  display: none;
}

.button-4.holiday:hover {
  background-color: #b81c1c;
}

.button-4.pay-btn {
  text-transform: uppercase;
  max-width: 250px;
}

.image-3 {
  width: 186.763px;
  max-width: 60%;
  height: 58.2875px;
  margin-bottom: 20px;
}

.button-5 {
  border-top: 1px solid var(--black-2);
  border-bottom: 1px solid var(--black-2);
  background-color: #000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 16px;
  transition: all .575s;
}

.button-5:hover {
  border-right: 12px solid var(--teal);
  background-color: var(--midnight-blue);
  padding-left: 15px;
}

.button-5.notopline {
  border-top-width: 0;
  margin-bottom: 30px;
}

.text-span {
  color: var(--teal);
  margin-right: 10px;
  font-weight: 700;
}

.div-block-36 {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-3 {
  color: #4dabc2;
  margin-left: 4px;
  text-decoration: none;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: auto;
  display: flex;
}

.slide {
  color: var(--grey);
  background-color: #fff;
  background-image: url('../images/quotation.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 49px;
  padding-top: 0;
  padding-left: 60px;
}

.slide-nav {
  color: var(--teal);
}

.slider {
  margin-top: 50px;
}

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

.image-5 {
  width: 60%;
  max-width: 600px;
  height: 64.1996%;
  max-height: 365.938px;
  box-shadow: 21px 21px 0 0 var(--teal);
  object-fit: cover;
}

.link-block-2 {
  color: #858484;
  border-color: #fff;
  width: 100%;
  height: 100%;
  transition: all .558s;
}

.link-block-2:hover {
  background-color: #0f1a32c4;
  background-image: url('../images/magnifier.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border: 12px solid #fff;
  box-shadow: 4px 4px 9px #00000017;
}

.link-4 {
  color: #ffffffb5;
  text-decoration: none;
  transition: opacity .558s;
}

.link-4:hover {
  color: #2acdf3;
  text-decoration: underline;
}

.map-section {
  height: 450px;
}

.scrollingheader {
  z-index: 999998;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0003;
}

.logoscroller {
  border-top: 1px solid var(--gainsboro);
  background-color: #fff;
  height: 200px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.slide-2 {
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.icon, .icon-2 {
  color: var(--teal);
}

.logo-slider-innner {
  flex-wrap: wrap;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  text-align: center;
  width: auto;
  max-height: 85px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
}

.logo.newsyomb {
  max-width: 145px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px 2px;
  border-color: var(--gainsboro);
}

.dropdown-link {
  border-top: 1px solid #fff;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  background-image: linear-gradient(#dbdbdb40, #fff);
  transition: all .575s;
}

.dropdown-link:hover {
  background-color: var(--teal);
  color: #fff;
  background-image: none;
}

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

.dropdown-link.second-level-dropdown-button {
  width: 200px;
}

.nav-menu {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.interiorcontent {
  background-image: linear-gradient(#0000, #fff), linear-gradient(#ffffffb8, #ffffffb8), url('../images/soft_wallpaper_2x.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 666px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 900px;
  padding: 2%;
  display: flex;
}

.div-block-40 {
  background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/undersea.webp'), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  text-align: center;
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  padding-top: 70px;
  display: flex;
  overflow: hidden;
}

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

.div-block-42 {
  float: left;
  width: 65%;
  height: 100%;
  min-height: auto;
  padding: 30px 15px 30px 30px;
}

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

.div-block-43.reverse15 {
  padding-left: 30px;
  padding-right: 15px;
}

.bio-name {
  color: var(--midnight-blue);
  text-transform: capitalize;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.bio-name.mb-2 {
  margin-bottom: 2rem;
}

.bio-name.bn-internal-title {
  text-transform: none;
}

.div-block-44 {
  width: 100%;
  height: 300px;
  margin-bottom: 35px;
}

.div-block-44.int-ban1 {
  border-bottom: 0px solid var(--teal);
  background-image: url('../images/insurance.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin-bottom: 30px;
}

.div-block-44.int-ban1.ban2 {
  background-image: url('../images/sink.webp');
}

.div-block-44.int-ban1.ban3 {
  background-image: url('../images/gum-treatment_1.webp');
}

.div-block-44.int-ban1.ban4 {
  background-image: url('../images/woman-with-beach-waves.webp');
}

.div-block-44.int-ban1.ban5 {
  background-image: url('../images/fillings2_1.webp');
}

.div-block-44.int-ban1.ban6 {
  background-image: url('../images/banner1.webp');
}

.div-block-44.int-ban1.ban7 {
  background-image: url('../images/29645292-0-panama-city-smiles-h.webp');
}

.div-block-44.int-ban1.ban8 {
  background-image: url('../images/white1.webp');
}

.div-block-44.int-ban1.ban9 {
  background-image: url('../images/30347166-0-dental-implants-fox-.webp');
}

.div-block-44.int-ban1.ban10 {
  background-image: url('../images/adt1.webp');
}

.div-block-44.int-ban1.ban11 {
  background-image: url('../images/gum-treatment2.webp');
  background-position: 0 84%;
}

.div-block-44.int-ban1.ban12 {
  background-image: url('../images/large-2.webp');
}

.div-block-44.int-ban1.ban13 {
  background-image: url('../images/int-banner4.webp');
}

.div-block-44.int-ban1.ban14 {
  background-image: url('../images/int-banner1.webp');
}

.div-block-44.int-ban1.ban15 {
  background-image: url('../images/oral-screenings.webp');
}

.div-block-44.int-ban1.ban16 {
  background-image: url('../images/bonding2.webp');
}

.div-block-44.int-ban1.ban17 {
  background-image: url('../images/smiles.webp');
}

.div-block-44.int-ban1.ban18 {
  background-image: url('../images/mid-banner2.webp');
}

.div-block-44.int-ban1.ban19 {
  background-image: url('../images/patient-forms.webp');
}

.div-block-44.int-ban1.ban20 {
  background-image: url('../images/tmnt-rm-3-photo.webp');
  height: 400px;
}

.div-block-44.int-ban1.ban22 {
  background-image: url('../images/int-banner5.webp');
}

.div-block-44.int-ban1.ban-ve {
  background-image: url('../images/depositphotos_475025726_l.webp');
}

.div-block-44.int-ban1.ban-tmd {
  background-image: url('../images/depositphotos_383352664_l.webp');
}

.div-block-44.int-ban2 {
  background-image: url('../images/rootcanal.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-44.int-ban3 {
  background-image: url('../images/depositphotos_153928158_l-2015.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-44.int-ban4 {
  background-image: url('../images/depositphotos_69579429_l-2015-1.webp');
  background-position: 50% 23%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-44.int-ban5 {
  background-image: url('../images/depositphotos_56597979_l-2015-1.webp');
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: cover;
}

.unordered-list {
  color: var(--teal);
  margin-bottom: 20px;
}

.button-6 {
  background-color: var(--teal);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 23px;
  font-size: 22px;
  transition: all .575s;
}

.button-6:hover {
  background-color: var(--deep-sky-blue);
}

.bold-text {
  color: var(--teal);
}

.div-block-45 {
  border: 0px solid var(--gainsboro);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  width: 100%;
  height: auto;
  padding: 15px;
}

.div-block-46 {
  background-color: #367e8f;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 10px;
  display: flex;
}

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

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

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

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

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

.submit-button-2 {
  background-color: var(--black-2);
  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(--deep-sky-blue);
}

.sidebarcontactform {
  width: 100%;
}

.image-6 {
  float: right;
  object-fit: cover;
  width: 350px;
  height: 271.663px;
  margin-left: 0;
}

.link-5 {
  color: var(--deep-sky-blue);
  background-image: linear-gradient(#0000, #0000);
  text-decoration: none;
}

.link-6 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.image-7 {
  float: right;
  object-fit: cover;
  width: 354px;
  height: 458px;
  margin: 0 0 20px 20px;
}

.image-8 {
  float: right;
  object-fit: cover;
  width: 270px;
  max-width: 300px;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-8.wierzbicki {
  object-position: 50% 15%;
}

.image-9 {
  max-width: 20%;
  margin-bottom: 20px;
  margin-right: 10px;
}

.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: url('../images/sail.webp'), linear-gradient(#0000000d, #fff);
  background-position: 99% 97%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 350px, auto;
  padding-left: 30px;
}

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

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

.div-block-51 {
  border: 0px solid var(--gainsboro);
  background-color: #0000;
  width: 100%;
  height: 100%;
}

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

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

.image-11 {
  max-width: 45px;
  margin-bottom: 20px;
}

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

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

.div-block-52 {
  border: 1px solid var(--gainsboro);
  margin-bottom: 25px;
  padding: 30px;
}

.pagination {
  display: flex;
}

.image-12 {
  margin-bottom: 15px;
}

.div-block-53 {
  border: 1px solid var(--gainsboro);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.div-block-53.removed-block {
  display: none;
}

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

.div-block-42-copy {
  float: left;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 30px;
}

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

.image-6-copy {
  float: right;
  width: 100%;
  max-width: 400px;
}

.image-19 {
  text-align: center;
  flex: 0 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  position: static;
  top: -14px;
  bottom: 0;
  right: 0;
}

.image-19.hide {
  display: none;
}

._4col-slider-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20%;
  display: flex;
}

._5col-slider-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20%;
  height: 100%;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.bold {
  font-weight: 700;
}

.bold.black {
  color: var(--black);
}

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

.employeewrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.special-offer-button {
  background-color: var(--khaki);
  color: #444;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 110px;
  margin-right: 20px;
  padding: 15px 25px;
  transition: background-color .275s;
  display: none;
}

.special-offer-button:hover {
  background-color: #ebee5a;
}

.popup-overlay {
  z-index: 9999999;
  background-color: #00000080;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-box {
  background-color: #fff;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/fresh_snow.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 25px;
}

.popup-img {
  background-image: url('../images/opalescence-go-min-removebg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 558px;
  width: 100%;
  min-height: 300px;
  margin-bottom: 10px;
}

.promo-box-heading {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-8 {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.4em;
}

.text-block-2 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 20px;
}

.close-button-wrapper {
  justify-content: flex-end;
  width: 100%;
  height: 10px;
  min-height: 10px;
  margin-bottom: 10px;
  display: flex;
  overflow: visible;
}

.close-button {
  background-color: var(--grey);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 2px;
  font-size: 30px;
  display: flex;
  position: relative;
  top: -18px;
  right: -18px;
}

.popup-box-hidden-wrapper {
  height: 0;
}

.mobile-promo-img {
  display: none;
}

.bio-img {
  float: right;
  object-fit: cover;
  width: 178px;
  height: 244.313px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
}

.bio-img.tim {
  width: 178px;
  height: 236.738px;
}

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

.holiday-red {
  color: #f71c1c;
}

.slide-nav-3 {
  display: none;
}

.new-slider {
  background-color: #fff;
  height: 100%;
}

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

.slider-flex {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.new-slider-container {
  height: 200px;
  display: flex;
}

.hr {
  background-color: var(--teal);
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.doctor-box {
  display: block;
}

.button-copy {
  background-color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
  transition: all .558s;
  display: block;
}

.button-copy:hover {
  background-color: var(--teal);
  border-width: 6px;
  font-size: 20px;
}

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

.corona.mobonly, .corona.deskonly {
  display: none;
}

.corona-link {
  border-right: .25px solid var(--midnight-blue);
  border-left: .25px solid var(--midnight-blue);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ca0101;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-weight: 900;
  display: flex;
}

.horizontal-separator {
  background-color: gray;
  width: 100%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.thank-you-block {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 390px;
  margin-top: -256px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.thank-you-content {
  background-image: linear-gradient(#0000, #fff), linear-gradient(#ffffffb8, #ffffffb8), url('../images/soft_wallpaper_2x.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 666px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 701px;
  padding: 2%;
  display: flex;
}

.numeric-list {
  border-left-width: 0;
  list-style-type: decimal;
}

.list-item.numeric-item {
  list-style-type: decimal;
}

.image-23 {
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #fff;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: background-color .3s;
}

.image-23:hover {
  background-color: #ff0100;
}

.bio-pop-up-wrapper {
  border: 1px solid var(--deep-sky-blue);
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 620px;
  max-height: 90vh;
  overflow: hidden;
}

.exit-button-2 {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 1px 3px #00000029;
}

.logo-pop-up {
  width: 100%;
  max-width: 150px;
  margin: 15px auto 0;
}

.pop-up-overlay-2 {
  z-index: 99999;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.p-pp {
  margin-bottom: 20px;
}

.pop-up-text {
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  width: 100%;
  min-height: 50px;
  max-height: 580px;
  padding: 15px 30px 30px;
  display: flex;
  overflow: scroll;
}

.div-block-44-2 {
  width: 100%;
  height: 300px;
  margin-bottom: 35px;
}

.div-block-44-2.int-ban1 {
  border-bottom: 0px solid var(--teal);
  background-image: url('../images/insurance.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin-bottom: 30px;
}

.div-block-44-2.int-ban1.ban19 {
  background-image: url('../images/depositphotos_88966226_s-2019.webp');
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-24 {
  width: auto;
  max-width: 200px;
}

.div-block-58-copy {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.button-6-copy {
  background-color: var(--teal);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 23px;
  font-size: 22px;
  transition: all .575s;
}

.button-6-copy:hover {
  background-color: var(--deep-sky-blue);
}

.html-embed-2 {
  width: 100%;
  box-shadow: 21px 21px 0 0 var(--teal);
}

.bullet-list {
  border-left-style: none;
  list-style-type: disc;
}

.bullet-list-item {
  list-style-type: disc;
}

.dropdown-2d-level {
  width: 100%;
}

.second-level-dropdown-button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.third-level-menu-link {
  width: 247px;
  top: 0;
  right: 247px;
}

.third-level-menu-link.w--open {
  right: 202px;
}

._3rd-level-dropdown-link {
  border-top: 1px solid #fff;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  background-image: linear-gradient(#dbdbdb40, #fff);
  transition: all .575s;
}

._3rd-level-dropdown-link:hover {
  background-color: var(--teal);
  color: #fff;
  background-image: none;
}

._3rd-level-dropdown-link.w--current {
  color: var(--teal);
}

.footer-copyright-container {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.google-reviews-embed-code {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wvc-item {
  border-bottom: 2px solid var(--teal);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.html-embed-3 {
  transform-origin: 0 0;
  margin-bottom: 15px;
  transform: scale(.8);
}

.paragraph-4 {
  color: #fff;
  font-size: 16px;
}

.columns {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.image-25 {
  width: 100%;
  max-width: none;
}

.image-26 {
  width: 100%;
  max-width: 526px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.scrolling-banner-wrap {
  z-index: 9999999;
  overflow: hidden;
}

.scrolling-banner-wrap.gtranslate-mobile-position {
  display: block;
}

.scrolling-banner {
  background-color: var(--teal);
  width: 200%;
  color: var(--white);
  justify-content: space-around;
  padding: 12px;
}

.scrolling-banner.stop-scroll {
  width: 100%;
  padding: 5px;
}

.banner-text {
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.banner-text-wrap {
  background-color: var(--teal);
  color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.gtranslate {
  display: inline-block;
  position: relative;
  top: 20px;
}

.gtranslate.gtranslate-hidden.gtranslate-visible {
  display: none;
}

.logos-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.af-logo {
  object-fit: contain;
  width: 80%;
  max-width: none;
  max-height: 120px;
}

.header-dr-wrap {
  background-color: var(--teal);
  color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.header-dr-wrap.hide {
  display: none;
}

.header-dr-text {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.dd-icon {
  margin-right: 10px;
}

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

.unordered-list-2 {
  color: #367e8f;
  margin-bottom: 20px;
}

.button-7 {
  text-align: center;
  background-color: #367e8f;
  border-radius: 5px;
  width: 100%;
  padding: 23px;
  font-size: 22px;
  transition: all .575s;
}

.button-7:hover {
  background-color: #24b0d1;
}

.unordered-list-3, .unordered-list-4 {
  color: #367e8f;
  margin-bottom: 20px;
}

.link-bold {
  font-weight: 700;
}

.code-embed {
  position: relative;
}

@media screen and (max-width: 991px) {
  .header, .videobanner {
    height: auto;
  }

  .background-video {
    flex-direction: column;
    padding-bottom: 0;
    display: block;
  }

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

  .div-block-6 {
    margin-top: 0;
  }

  .div-block-7 {
    height: 200px;
  }

  .div-block-10 {
    background-image: url('../images/sail.webp');
    background-position: 100% 0;
    background-size: 185px;
    width: 100%;
    padding: 30px;
  }

  .div-block-11 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
  }

  .aboutthedocsection {
    height: auto;
  }

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

  .quotesection {
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .div-block-21 {
    align-items: flex-start;
    width: 100%;
    padding: 15px;
  }

  .div-block-21.bgpic1 {
    width: 100%;
    height: 400px;
  }

  .schedule-app-section {
    background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/smileyfam.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-25 {
    flex-wrap: wrap;
  }

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

  .div-block-26.db2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
  }

  .body {
    padding-top: 110px;
  }

  .paragraph.int-p.nobotmar {
    margin-bottom: 0;
  }

  .paragraph-2.tp.nobotmar.footercred {
    flex-direction: row;
    justify-content: center;
    padding: 0;
    display: block;
  }

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

  .div-block-27 {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .div-block-28.right {
    display: none;
  }

  .div-block-29 {
    justify-content: center;
    padding-top: 15px;
  }

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

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

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

  .container, .navitem {
    display: block;
  }

  .navitem.nav-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .div-block-33, .div-block-33.leftalign {
    width: 100%;
  }

  .div-block-34 {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .button-4.holiday {
    margin-right: auto;
  }

  .div-block-37 {
    width: auto;
  }

  .slider {
    margin-top: 0;
  }

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

  .image-5 {
    max-height: none;
    box-shadow: 8px 8px 0 0 var(--teal);
  }

  .logoscroller {
    width: 100%;
  }

  .logo-slider-innner {
    align-content: center;
    width: 80%;
  }

  .logo, .dropdown-link.second-level-dropdown-button, .dropdown-link.second-level-dropdown-button.w--open {
    width: auto;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--teal);
    color: #fff;
  }

  .div-block-42 {
    width: 100%;
    min-height: auto;
    padding-bottom: 15px;
    padding-right: 30px;
  }

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

  .button-6 {
    display: none;
  }

  .image-7 {
    width: 300px;
    height: 388.125px;
  }

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

  .div-block-42-copy {
    width: 100%;
    min-height: auto;
    padding-bottom: 15px;
    padding-right: 30px;
  }

  ._4col-slider-logo {
    max-width: 50%;
  }

  ._5col-slider-logo {
    max-width: 25%;
    height: auto;
  }

  .mobile-promo-img {
    display: none;
  }

  .new-slider {
    height: 100%;
  }

  .slider-flex-logo-container {
    width: auto;
  }

  .corona-link {
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 12px;
    display: flex;
  }

  .thank-you-block {
    min-height: 260px;
  }

  .thank-you-content {
    min-height: 530px;
  }

  .button-6-copy {
    display: none;
  }

  .third-level-menu-link.w--open {
    top: auto;
    right: auto;
  }

  ._3rd-level-dropdown-link {
    background-color: #bdbdbd;
    padding-left: 70px;
  }

  .scrolling-banner-wrap.gtranslate-mobile-position {
    position: relative;
  }

  .gtranslate.gtranslate-hidden {
    display: none;
  }

  .gtranslate.gtranslate-hidden.gtranslate-visible {
    float: right;
    display: block;
    top: 0;
  }

  .logos-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-dr-wrap {
    padding: 10px;
  }

  .button-7 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    display: block;
  }

  .div-block-5 {
    width: 100%;
    padding: 8px 16px;
  }

  .div-block-7 {
    height: 300px;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .div-block-10 {
    background-size: 165px;
    padding: 16px;
  }

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

  .quotesection {
    flex-direction: column;
    height: auto;
  }

  .div-block-21 {
    width: 100%;
    height: auto;
  }

  .div-block-21.bgpic1 {
    width: 100%;
    height: 300px;
  }

  .schedule-app-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/smileyfam.webp');
    background-size: auto, auto;
  }

  .footer {
    height: auto;
  }

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

  .div-block-26 {
    width: 100%;
    padding-top: 14px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .div-block-33.leftalign {
    padding-bottom: 19px;
  }

  .button-4.holiday {
    font-size: 18px;
  }

  .image-5 {
    box-shadow: 10px 10px 0 0 var(--teal);
  }

  .logoscroller {
    height: auto;
  }

  .menu-button {
    color: #fff;
  }

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

  .image-6 {
    float: none;
    max-width: 100%;
  }

  .image-7 {
    width: 250px;
    height: 323.438px;
  }

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

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

  .image-6-copy {
    float: none;
    max-width: 100%;
  }

  .image-19 {
    inset: auto -30px -106px 0;
  }

  ._5col-slider-logo {
    max-width: 50%;
  }

  .image-20 {
    width: 40%;
  }

  .popup-overlay {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .popup-img {
    min-height: 240px;
  }

  .promo-box-heading {
    font-size: 1em;
  }

  .heading-8 {
    font-size: 1.4em;
  }

  .mobile-promo-img {
    display: none;
  }

  .bio-img {
    width: 194px;
    height: 264.163px;
  }

  .new-slider {
    height: 100%;
  }

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

  .new-slider-container {
    height: 300px;
  }

  .button-copy {
    width: 100%;
  }

  .corona-link {
    font-size: 8px;
    line-height: 12px;
  }

  .bio-pop-up-wrapper {
    min-width: 350px;
  }

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

  .banner-text {
    font-size: 14px;
  }

  .banner-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logos-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .af-logo {
    width: 25%;
    max-height: 100px;
  }

  .header-dr-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: auto;
  }

  .background-video {
    padding: 0;
  }

  .div-block-5 {
    padding: 8px 16px;
  }

  .div-block-7 {
    height: 250px;
  }

  .div-block-9 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-10 {
    background-image: url('../images/sail.webp');
    background-repeat: no-repeat;
    background-size: 165px;
    padding: 40px 15px;
  }

  .div-block-11 {
    width: 100%;
    display: none;
  }

  .bluectasection {
    height: auto;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: center;
  }

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

  .div-block-19 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .schedule-app-section {
    background-image: linear-gradient(#ffffffd4, #ffffffd4), url('../images/smileyfam.webp');
    background-size: auto, cover;
    padding: 17px;
  }

  .credit-sections {
    height: auto;
  }

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

  .div-block-26.db2 {
    padding-bottom: 35px;
  }

  .body {
    padding-top: 130px;
  }

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

  .heading.whiteheading._20bot {
    text-align: left;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .paragraph-2.tp {
    color: #696666;
    margin-bottom: 20px;
  }

  .paragraph-2.tp.nobotmar.footercred {
    color: #a0a0a0;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    display: block;
  }

  .paragraph-2.hilight {
    font-size: 18px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .heading-3.leftalign.botmar {
    text-align: center;
  }

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

  .button-2 {
    padding: 20px;
  }

  .link-block {
    color: #9c9c9c;
  }

  .link-2.locationicon {
    display: none;
  }

  .div-block-31 {
    height: auto;
    padding-top: 0;
  }

  .image-2 {
    width: 140px;
    height: 26.9875px;
    margin-top: 15px;
  }

  .container {
    flex-wrap: wrap;
  }

  .navitem {
    padding: 10px;
  }

  .navitem:hover {
    border-radius: 0;
    padding: 10px;
  }

  .div-block-33.leftalign {
    padding-bottom: 24px;
  }

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

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

  .div-block-35 {
    flex-direction: column;
  }

  .button-3 {
    justify-content: center;
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0;
    padding: 20px;
  }

  .heading-6 {
    text-align: center;
    margin-top: 20px;
  }

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

  .button-4.holiday {
    flex: 0 auto;
    order: -1;
    width: 100%;
    max-width: none;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
  }

  .button-5 {
    color: #888585;
  }

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

  .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 100%;
    margin-bottom: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide {
    padding-left: 50px;
  }

  .image-5 {
    width: 100%;
    box-shadow: 8px 8px 0 0 var(--teal);
  }

  .logoscroller {
    height: auto;
    padding: 30px;
    display: none;
  }

  .logo-slider-innner {
    flex-direction: column;
    place-content: stretch space-around;
    align-items: center;
    width: 100%;
  }

  .logo {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  .left-arrow-2 {
    width: 50px;
    display: none;
    left: -40px;
  }

  .right-arrow-2 {
    width: 50px;
    display: none;
    right: -40px;
    overflow: hidden;
  }

  .nav-menu {
    height: 90vh;
    overflow: scroll;
    box-shadow: 1px 1px 3px #00000047;
  }

  .menu-button {
    color: #fff;
    margin-left: auto;
  }

  .interiorcontent {
    min-height: auto;
  }

  .div-block-40 {
    justify-content: center;
    height: 120px;
    padding: 15px;
  }

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

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

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

  .div-block-44.int-ban1 {
    height: 220px;
    margin-bottom: 15px;
  }

  .div-block-44.int-ban1.ban10, .div-block-44.int-ban1.ban11 {
    height: 150px;
  }

  .div-block-44.int-ban5 {
    background-image: url('../images/depositphotos_56597979_l-2015-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .unordered-list {
    padding-left: 20px;
  }

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

  .image-6 {
    width: 100%;
    height: 222.913px;
  }

  .image-7 {
    width: 100%;
    height: 371.575px;
  }

  .image-8 {
    float: none;
    width: 100%;
    height: 287.2px;
    margin-bottom: 10px;
    margin-left: 0;
  }

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

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

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

  .div-block-42-copy {
    padding: 10px;
  }

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

  .image-19 {
    bottom: -150px;
    left: 20px;
    right: 0;
  }

  ._4col-slider-logo, ._5col-slider-logo {
    max-width: 100%;
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: space-around;
  }

  .image-20 {
    float: none;
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .popup-overlay {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .popup-box {
    padding: 10px 20px;
  }

  .popup-img {
    background-size: 100%;
    min-width: 300px;
    min-height: 230px;
    display: none;
  }

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

  .close-button {
    color: #fff;
    top: -25px;
    right: -25px;
  }

  .mobile-promo-img {
    margin-bottom: 10px;
    display: block;
  }

  .bio-img {
    float: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 394.188px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .new-slider-container {
    height: 500px;
  }

  .corona {
    flex-wrap: wrap;
  }

  .corona.mobonly, .corona.deskonly {
    display: none;
  }

  .corona-link {
    border-width: 0 0 .25px;
    border-top-style: solid;
    border-top-color: var(--midnight-blue);
    border-bottom-style: solid;
    border-bottom-color: var(--midnight-blue);
    letter-spacing: 1px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .thank-you-block {
    min-height: 210px;
    margin-top: 0;
  }

  .thank-you-content {
    min-height: 445px;
  }

  .bio-pop-up-wrapper {
    min-width: 310px;
  }

  .logo-pop-up {
    margin-top: 0;
  }

  .pop-up-text {
    padding: 20px;
  }

  .div-block-44-2.int-ban1 {
    height: 220px;
    margin-bottom: 15px;
  }

  .form {
    margin-bottom: 15px;
  }

  ._3rd-level-dropdown-link {
    padding-left: 35px;
  }

  .footer-copyright-container {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3 {
    transform: scale(.75);
  }

  .scrolling-banner.stop-scroll {
    padding: 0;
  }

  .banner-text {
    font-size: 10px;
  }

  .banner-text-wrap {
    grid-row-gap: 0px;
  }

  .logos-wrap {
    padding: 20px;
  }

  .header-dr-wrap {
    grid-row-gap: 5px;
  }

  .header-dr-text {
    margin-bottom: 0;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 12px;
  }

  .unordered-list-2, .unordered-list-3, .unordered-list-4 {
    padding-left: 20px;
  }
}


