:root {
  --dodger-blue: #2d8ef7;
  --midnight-blue: #103a56;
  --grey: #8a8a8a;
  --medium-sea-green: #afac44;
  --black-2: #00000026;
  --medium-sea-green-bot: #36b67e;
  --white: white;
  --black: black;
  --medium-spring-green-top: #3eda96;
}

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

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

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

.w-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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: var(--dodger-blue);
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--dodger-blue);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  color: var(--midnight-blue);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}

h4 {
  color: var(--midnight-blue);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
}

p {
  color: var(--grey);
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 160%;
}

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

li {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 160%;
}

blockquote {
  border-left: 5px solid var(--dodger-blue);
  color: var(--grey);
  background-color: #8a8a8a0f;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  background-color: #fff;
  margin-top: 0;
  padding-top: 25px;
  font-family: Lato, sans-serif;
}

.video-banner {
  height: 100vh;
  min-height: 900px;
  max-height: 1500px;
  margin-top: 68px;
}

.background-video {
  background-color: #0000;
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/wavygravy2.svg'), radial-gradient(circle farthest-corner at 50% 50%, #007affba, var(--midnight-blue) 77%);
  background-position: 50% 99%, 50% -72px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, cover, auto;
  height: 100%;
}

.scrolling-header {
  z-index: 9994;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.div-block-2 {
  width: 85%;
  height: 90px;
}

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

.button {
  background-color: var(--dodger-blue);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  max-width: 290px;
  transition: all .575s;
}

.button:hover {
  background-color: var(--midnight-blue);
  box-shadow: 0 0 6px 4px var(--dodger-blue);
}

.button.newcolor {
  border: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #fff;
  transition: background-color .575s, box-shadow .658s;
}

.button.newcolor:hover {
  background-color: var(--dodger-blue);
  box-shadow: 0 0 12px 3px var(--dodger-blue);
  color: #fff;
}

.button.newcolor.botmar {
  color: var(--dodger-blue);
  margin-bottom: 30px;
}

.button.newcolor.botmar.footbutton:hover {
  color: #fff;
}

.button.rightmar {
  margin-right: 10px;
  transition: background-color .558s, box-shadow .575s;
}

.button.rightmar:hover {
  background-color: var(--dodger-blue);
  box-shadow: 0 0 12px 3px var(--dodger-blue);
}

.button.rightmar.hidedesk {
  display: none;
}

.button.botmar {
  margin-bottom: 20px;
  font-size: 1rem;
  transition: all .575s;
}

.button.botmar:hover {
  box-shadow: 0 0 7px 3px var(--dodger-blue);
  background-color: #1b6ac0;
}

.image {
  width: 100%;
  max-width: 220px;
}

.image.invert {
  filter: invert() saturate(0%) contrast(200%);
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 20%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.brand.w--current {
  justify-content: center;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: block;
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nl {
  color: #888;
}

.nl:hover {
  color: var(--dodger-blue);
}

.nl:active {
  color: var(--medium-sea-green);
}

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

.nav-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 15px;
  display: block;
}

.about-section {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.7rem;
  font-weight: 300;
  line-height: 5rem;
}

.text-block {
  text-align: center;
  max-width: 7500px;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 140%;
}

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

.text-block.leftalign.light {
  max-width: 750px;
  margin-bottom: 30px;
  font-weight: 300;
}

.about-the-doctor {
  background-image: url('../images/wavygravy-bottom2.svg'), url('../images/philclark2.png'), url('../images/wavygravy2.svg'), radial-gradient(circle farthest-corner at 25% 60%, #2d8ef7cf, var(--midnight-blue) 63%), url('../images/tools.jpg');
  color: #fff;
  background-position: 50% 99%, 0 100%, 50% -40px, 0 0, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: cover, auto 100%, cover, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20%;
  padding-bottom: 15%;
  padding-right: 10px;
  display: flex;
}

.heading-2 {
  max-width: 1440px;
  color: var(--dodger-blue);
  text-align: center;
  flex: 0 auto;
  margin: 0% auto 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.heading-2.botmar {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-2 {
  max-width: 800px;
  color: var(--grey);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.text-block-2.boxtext {
  color: var(--medium-sea-green);
  font-weight: 300;
}

.text-block-2.leftalign {
  text-align: left;
}

.text-block-2.nobotmar {
  margin-bottom: 0;
}

.text-block-2.nobotmar.blue {
  color: var(--midnight-blue);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-7 {
  background-color: var(--dodger-blue);
  width: 20%;
  height: 5px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  width: 100%;
  max-width: 25px;
  margin-top: 0;
}

.link-block {
  margin-top: 60px;
}

.div-block-8 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 680px;
  display: flex;
}

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

.div-block-9.padding {
  padding: 2%;
}

.div-block-9.screwbg {
  padding: 0%;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.div-block-11 {
  width: 50%;
  height: auto;
  padding: 10px;
}

.div-block-12 {
  background-color: #fff;
  border: 12px solid #fff;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 0;
  transition: all .575s;
  display: flex;
  box-shadow: 3px 3px 13px 10px #f0f0f0b0;
}

.div-block-12:hover {
  border-width: 12px;
  border-color: var(--dodger-blue);
  background-color: #fff;
  margin-top: -25px;
  box-shadow: 6px 8px 15px 2px #0000001c;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: var(--dodger-blue);
  background-color: #0000;
}

.contact-form {
  background-color: var(--midnight-blue);
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/wavygravy2.svg'), radial-gradient(circle farthest-corner at 50% 50%, #2d8ef7cf, var(--midnight-blue)), url('../images/island.jpg');
  background-position: 50% 100%, 50% -92px, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: cover, cover, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  width: 100%;
  height: auto;
  margin-top: -2px;
}

.contact-form.hide {
  display: none;
}

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

.div-block-14.nomar {
  width: 40%;
  padding: 0;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 120%;
}

.heading-3.nobotmar {
  color: #fff;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.4rem;
}

.greenlink {
  color: var(--medium-sea-green);
  text-decoration: none;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: auto;
  display: flex;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  min-height: 230px;
  color: var(--grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25% 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  color: var(--dodger-blue);
}

.text-block-3 {
  color: var(--grey);
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

.dental-services {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: -3px;
  padding-top: 50px;
}

.div-block-17 {
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.div-block-17.mobileonly {
  display: none;
}

.div-block-17.topmar {
  margin-top: 30px;
}

.div-block-18 {
  width: 25%;
  height: 100%;
  padding: 20px;
}

.div-block-19 {
  background-image: url('../images/philclark.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 720px;
  border: 14px solid #fff;
  border-radius: 500px;
  width: 80%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 400px;
  max-height: none;
  padding: 7px;
  box-shadow: 6px 7px 6px #103a5636;
}

.div-block-20 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20% 0%;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  min-height: 500px;
  display: block;
}

.div-block-22 {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-23 {
  text-align: left;
  width: 100%;
  height: 200px;
  padding: 0 30px 30px;
}

.div-block-24 {
  text-align: left;
  width: 50%;
  height: auto;
  padding: 30px 15px 15px 30px;
}

.div-block-24.rightblock {
  padding-left: 15px;
  padding-right: 30px;
}

.text-field {
  border-width: 0 0 3px;
  border-bottom-style: solid;
  border-bottom-color: var(--dodger-blue);
  color: var(--medium-sea-green);
  background-color: #2d8ef724;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: all .558s;
  box-shadow: 0 0 6px #103a5645;
}

.text-field:hover {
  box-shadow: 0 0 9px 5px var(--dodger-blue);
  background-color: #103a56a1;
}

.text-field._150min {
  min-height: 150px;
}

.submit-button {
  border: 2px solid var(--dodger-blue);
  width: 100%;
  max-width: 300px;
  color: var(--dodger-blue);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.staffsections {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: -2px;
  padding-top: 100px;
}

.footer {
  background-image: url('../images/wavygravy2.svg'), url('../images/wavygravy-bottom2.svg'), radial-gradient(circle farthest-corner at 48% -26%, var(--dodger-blue), #103a56e3), url('../images/tools.jpg'), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  background-position: 50% -99px, 50% 100%, 0 0, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat, repeat;
  background-size: cover, cover, auto, cover, auto;
  width: 100%;
  height: auto;
}

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

.div-block-28 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20%;
  padding-bottom: 10%;
  display: flex;
}

.div-block-29 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.div-block-29.hidetablet {
  padding: 15px;
}

.div-block-29.hidehoriz {
  padding: 16px;
}

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

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

.slide-nav {
  color: var(--medium-sea-green);
  display: none;
  overflow: visible;
}

.div-block-30 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 4% 0;
  display: flex;
}

.div-block-32 {
  background-color: var(--midnight-blue);
  border-radius: 120px;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}

.div-block-32.pro1 {
  background-image: url('../images/docpic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 6px #0000001a;
}

.div-block-32.pro1.melody {
  background-image: url('../images/melody.jpg');
  background-size: cover;
}

.div-block-32.pro1.susi {
  background-image: url('../images/susi.jpg');
  background-size: cover;
}

.div-block-32.pro1.holly {
  background-image: url('../images/holly.jpg');
  background-size: cover;
}

.div-block-32.pro1.cindy {
  background-image: url('../images/cindy.jpg');
  background-size: cover;
}

.div-block-32.pro1.taylor {
  background-image: url('../images/taylor.jpg');
  background-size: cover;
}

.div-block-32.pro1.stacy {
  background-image: url('../images/stacy.jpg');
  background-size: cover;
}

.biosub {
  color: var(--grey);
  font-size: 1.2rem;
  font-weight: 700;
}

.biop {
  max-width: 350px;
  color: var(--grey);
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.biop.hidemob {
  font-size: 1.2rem;
  line-height: 160%;
}

.link-block-4 {
  border-radius: 0 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  margin-top: 0;
  padding: 12% 15px;
  text-decoration: none;
  transition: all .575s;
  display: flex;
  box-shadow: 4px 10px 17px 3px #0000000d;
}

.link-block-4:hover {
  border: 12px solid var(--dodger-blue);
  margin-top: -47px;
  box-shadow: 13px 32px 28px 8px #00000017;
}

.read-more {
  color: var(--dodger-blue);
  text-align: center;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 160%;
}

.read-more.leftalign {
  text-align: left;
  display: block;
}

.image-3 {
  width: auto;
  max-width: 220px;
  margin-bottom: 20px;
}

.text-block-4 {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 160%;
}

.text-block-4.quote {
  font-style: italic;
}

.footerphone {
  color: #fff;
  background-image: url('../images/phone.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  padding-left: 25px;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.footerphone.botmar {
  margin-bottom: 10px;
  font-size: 1rem;
}

.footerphone.location {
  background-image: url('../images/facebook-placeholder-for-locate-places-on-maps.svg');
  background-position: 0 3px;
  background-size: 20px 100%;
  margin-bottom: 30px;
  font-size: 1rem;
}

.bold-text {
  font-size: 22px;
  line-height: 32px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-size: 1.2rem;
}

.heading-4.topmar {
  margin-top: 50px;
}

.button-2 {
  border-left: 0px solid var(--medium-sea-green);
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 140%;
  transition: all .575s;
}

.button-2:hover {
  border-right: 45px solid var(--medium-sea-green);
  border-left-width: 8px;
  border-radius: 4px;
  padding-left: 15px;
  box-shadow: 5px 4px 13px #00000036;
}

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

.div-block-34 {
  width: 100%;
  height: 50%;
}

.div-block-35 {
  float: left;
  width: 50%;
  height: 100%;
  padding: 11px;
}

.link-block-5 {
  border: 4px solid #fff;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: all .575s;
  display: flex;
}

.link-block-5:hover {
  border-width: 4px;
  border-color: var(--midnight-blue);
  background-color: var(--dodger-blue);
  box-shadow: 0 0 16px 0 var(--dodger-blue);
  transform: rotate(0);
}

.image-4 {
  width: 100%;
  max-width: 35px;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 250px;
  min-height: auto;
  margin-bottom: 20px;
}

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

.div-block-36 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px;
  display: flex;
}

.icon-3, .icon-4 {
  padding-top: 0;
}

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

.text-block-5 {
  font-size: 1.8rem;
}

.field-label {
  margin-bottom: 15px;
  font-size: 1rem;
}

.div-block-38 {
  width: 100%;
  max-width: 750px;
  padding-top: 0;
  padding-right: 0;
}

.image-5 {
  max-width: 80px;
}

.ddnavitem {
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 1rem;
  display: block;
}

.ddnavitem:hover {
  color: var(--medium-sea-green);
  background-color: #0000004f;
}

.ddnavitem.w--current {
  color: var(--medium-sea-green);
}

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

.dropdown-list.w--open {
  color: #fff;
  min-width: 400px;
  padding: 15px;
}

.image-6 {
  width: 100%;
  max-width: 80px;
}

.dropdown {
  width: 100%;
}

.dropdown-list-2 {
  right: -4px;
}

.dropdown-list-2.w--open {
  background-color: var(--medium-sea-green);
  margin-left: -20px;
  inset: 0% auto auto 385px;
  box-shadow: 1px 1px 3px #00000024;
}

.icon-5 {
  color: var(--medium-sea-green);
  transform: rotate(-90deg);
}

.flyoutlink {
  color: #fff;
  text-transform: capitalize;
  border-top: 1px solid #c4c042;
  border-bottom: 1px solid #8f8c34;
}

.flyoutlink:hover {
  color: #e7e115;
  background-color: #00000052;
}

.flyoutlink.w--current {
  color: #fff;
  background-color: #0000006e;
}

.topnavlink {
  color: var(--grey);
  text-decoration: none;
}

.topnavlink:hover {
  color: var(--dodger-blue);
}

.slide {
  height: 250px;
  min-height: auto;
}

.bruce-buffer {
  width: 100%;
  height: 65px;
}

.div-block-39 {
  background-color: #f0f0f0;
  background-image: linear-gradient(to bottom, #0000 96%, white), url('../images/wavygravy-bottom.svg'), url('../images/wavygravy2.svg'), radial-gradient(circle farthest-corner at 50% 50%, #2d8ef7d6, var(--midnight-blue)), url('../images/island.jpg');
  background-position: 0 0, 50% 100%, 50% 0, 0 0, 50% 100%;
  background-repeat: repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, cover, cover, auto, 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  display: flex;
}

.div-block-40 {
  background-color: #fff;
  height: auto;
}

.div-block-41 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: -2px;
  padding: 0;
  display: flex;
}

.bcontainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  padding-left: auto;
  padding-right: auto;
  display: flex;
}

.bcontainer.bodycontent {
  background-color: #fff;
  border-radius: 10px;
  align-items: stretch;
  min-height: 500px;
  margin-top: 0;
  padding: 30px;
  box-shadow: 0 0 5px 2px #0000000a;
}

.bcontainer.headlinecontainer {
  justify-content: center;
  padding: 0 25px 25px;
}

.bannerimage {
  background-color: #fff;
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/tropical-beach-paradise-wallpaper-4.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  border-radius: 5px;
  width: 100%;
  height: auto;
  min-height: 500px;
  margin-bottom: 1.2rem;
}

.bannerimage.ban1 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/teeth-cleaning.png');
  background-position: 50% 99%, 50%;
  background-size: cover, cover;
  height: auto;
}

.bannerimage.ban1.bucketsize {
  min-height: 250px;
}

.bannerimage._250size {
  background-color: #fff;
  background-image: linear-gradient(#f1f1f100 94%, #fff), url('../images/wavygravy-bottom.svg'), url('../images/island.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  border: 1px solid #fff;
  min-height: 250px;
}

.bannerimage._250size.ban1 {
  background-color: #fff;
  background-size: cover, cover;
}

.bannerimage._250size.ban2 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/sleep.png');
  background-position: 50% 98%, 50% 98%;
  background-size: cover, cover;
}

.bannerimage._250size.ban3, .bannerimage._250size.ban4 {
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage._250size.ban5, .bannerimage._250size.ban6 {
  background-position: 50% 98%, 50% 98%;
  background-size: cover, cover;
}

.bannerimage._250size.ban8 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/dig-rad-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 98%, 0 0;
}

.bannerimage._250size.ban9 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_70773811_xl-2015-1-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 98%, 0 0;
}

.bannerimage._250size.ban10 {
  background-position: 50% 98%, 50%;
}

.bannerimage._250size.ban11 {
  background-image: linear-gradient(#ececec00 96%, #fff), url('../images/wavygravy-bottom.svg'), url('../images/bone-grafting.png');
  background-position: 0 0, 50% 98%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
}

.bannerimage._250size.ban12 {
  background-image: url('../images/wavygravy-bottom.svg'), linear-gradient(#f3f3f300 97%, #fff), url('../images/exam.jpg');
  background-position: 50% 98%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.bannerimage._250size.ban13, .bannerimage._250size.ban14, .bannerimage._250size.ban15, .bannerimage._250size.ban16, .bannerimage._250size.ban17, .bannerimage._250size.ban18 {
  background-position: 50% 98%, 50%;
}

.bannerimage._250size.ban20 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/cos-den-min.jpg');
  background-position: 50% 98%, 50% 98%;
  background-size: cover, cover;
}

.bannerimage._250size.ban21 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/laserbanner-min.png');
  background-position: 50% 98%, 50% 98%;
  background-size: cover, cover;
}

.bannerimage._250size.ban22 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_12243045_l-2015-min.jpg');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage._250size.ban23 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/full-oral-reconstruction.png');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage._250size.ban24 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_132453412_m-2015-1-1000x658.jpg');
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage._250size.ban25 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/spotted-toungue.jpg');
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage._250size.ban26 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/olady.png');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage._250size.ban27 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/reesewitherspoon.jpg');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage._250size.ban28 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_36647245_l-2015-min.jpg');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage._250size.ban29 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/dental-crowns.png');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage._250size.ban30 {
  background-image: linear-gradient(#eee0 96%, #fff), url('../images/wavygravy-bottom.svg'), url('../images/makeover2.jpg');
  background-position: 0 0, 50% 98%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
}

.bannerimage._250size.ban32 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/selfexamp-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
}

.bannerimage._250size.ban33 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_10594224_xl-2015-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban34 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/diagnosis-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban35 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/treatment-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban36 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a068928aefe6a7d578ec8_bone-restoration.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban37 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0689a64ec9382eb9f3a6_mouthcloseup.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban38 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a067e5b4d2357fa58248d_dental-services.png'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban39 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0689ef5a1cf313793246_bone-grafts.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban40 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0676ef5a1c434b793227_guy.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban41 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_147604103_l-2015-min.jpg');
  background-position: 50% 98%, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage._250size.ban42 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_240881140_xl-2015-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
}

.bannerimage._250size.ban43 {
  background-position: 50% 98%, 50%;
}

.bannerimage._250size.ban44 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_232629224_xl-2015-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
}

.bannerimage._250size.ban45 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0689a64ec9ee1fb9f3a9_perio.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 100%, 0 0;
}

.bannerimage._250size.ban48 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/joint-disorders.png'), linear-gradient(#0000, #0000);
  background-position: 50% 90%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban47 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/sleepapnea-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 90%, 50% 100%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban50 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_30021779_l-2015-min.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 98%, 0 0;
}

.bannerimage._250size.ban51 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/dochand.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 98%, 0 0;
}

.bannerimage._250size.ban52, .bannerimage._250size.ban53 {
  background-position: 50% 98%, 50%;
}

.bannerimage._250size.ban54 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/jaw-problems.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 98%, 50% 30%, 0 0;
  background-size: cover, cover, auto;
}

.bannerimage._250size.ban55, .bannerimage._250size.ban56, .bannerimage._250size.ban57, .bannerimage._250size.ban58, .bannerimage._250size.ban59, .bannerimage._250size.ban60, .bannerimage._250size.ban61 {
  background-position: 50% 98%, 50%;
}

.bannerimage._250size.ban63 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_150342978_xl-2015-min.jpg'), linear-gradient(to bottom, null, null);
  background-position: 50% 100%, 50% 100%, 0 0;
}

.bannerimage._250size.ban64 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_10733789_xl-2015-min.jpg'), linear-gradient(to bottom, null, null);
  background-position: 50% 100%, 50% 100%, 0 0;
}

.bannerimage._250size.ban74.ban81 {
  background-image: linear-gradient(#f1f1f100 94%, #fff), url('../images/wavygravy-bottom.svg'), url('../images/coffeegirl.jpg');
  background-size: auto, cover, cover;
}

.bannerimage._250size.ban78.doc {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/8f9ea471-3fa2-407e-8f39-bdde67b769c2_lg.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban2 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/sleep.png');
  background-position: 50% 99%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban3 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/full-reconstruction.png');
  background-position: 50% 99%, 50%;
  background-size: cover, auto;
}

.bannerimage.ban4 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/tools.jpg');
  background-position: 50% 99%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 999px;
}

.bannerimage.ban5 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/servicebanner.jpg');
  background-position: 50% 99%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 1000px;
}

.bannerimage.ban6 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/hair.jpg');
  background-position: 50% 99%, 50%;
  background-size: cover, 1000px;
}

.bannerimage.ban7 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/smiles.jpg');
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban8 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/dig-rad-min.jpg');
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban9 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_70773811_xl-2015-1-min.jpg');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban10 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/curllip-min.png');
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban11 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/bone-grafting.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban12 {
  background-color: #fff;
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/exam.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban13 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/sink-min.jpg');
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban14 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/large-2-min.jpg');
  background-position: 50% 99%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban15 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_232630142_xl-2015-min.jpg');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban16 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/scaling.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban17 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/brushteeth-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban18 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/panoramic.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban19 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/bonding.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border: 1px solid #fff;
}

.bannerimage.ban20 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/cos-den-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban21 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/laserbanner-min.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban22 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_12243045_l-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban23 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/full-oral-reconstruction.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban24 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_132453412_m-2015-1-1000x658.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban25 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/spotted-toungue.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban26 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/olady.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban27 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/reesewitherspoon.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban28 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_36647245_l-2015-min.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban29 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/dental-crowns.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban30 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/makeover2.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban31 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_69245261_l-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 999px;
}

.bannerimage.ban32 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/selfexamp-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban33 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_10594224_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban34 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/diagnosis-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban35 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/treatment-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban36 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a068928aefe6a7d578ec8_bone-restoration.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban37 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0689a64ec9382eb9f3a6_mouthcloseup.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban38 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a067e5b4d2357fa58248d_dental-services.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban39 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0689ef5a1cf313793246_bone-grafts.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban40 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0676ef5a1c434b793227_guy.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban41 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_147604103_l-2015-min.jpg');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage.ban42 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_240881140_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban43 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/mergency.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban44 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_232629224_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban45 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a0689a64ec9ee1fb9f3a9_perio.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban46 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/oral-surgery.png');
  background-position: 50% 98%, 50%;
  background-size: cover, cover;
}

.bannerimage.ban47 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/sleepapnea-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban48 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/joint-disorders.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban49 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_232630324_xl-2015-min.jpg');
  background-position: 50% 98%, 50% 100%;
  background-size: cover, cover;
}

.bannerimage.ban50 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_30021779_l-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban51 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/dochand.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban52 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/bruxism-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban53 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a067b17c3bf40693eb253_smileguy.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban54 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/jaw-problems.jpg');
  background-position: 50% 98%, 50% 30%;
  background-size: cover, cover;
}

.bannerimage.ban55 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_159677816_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban56 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a067b28aefe4eda578eac_fillings1.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban57 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_31207477_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban58 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_39307617_l-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban59 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_221882224_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban60 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a068aef5a1c675b79324a_sinus-lift.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban61 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/5c4a067e45e7790d18ae6009_fillings2.png');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban62 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_122272254_l-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban64 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_10733789_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban63 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_150342978_xl-2015-min.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban65 {
  background-image: url('../images/wavygravy-bottom.svg'), url('../images/anxiety.jpg');
  background-position: 50% 98%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bannerimage.ban66 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_10733789_xl-2015-min.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban67 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_182571154_xl-2015-min.jpg');
  background-position: 0 0, 50% 98%, 50%;
  background-size: auto, cover, cover;
}

.bannerimage.ban68 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/smile-min.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban69 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/implant-bridges.png');
  background-size: auto, cover, cover;
}

.bannerimage.ban70 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/implant-retained-dentures.png');
  background-size: auto, cover, cover;
}

.bannerimage.ban71 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/restorations-1.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban72 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/3iimplants-1.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban73 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_5937661_l-2015-1.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban75 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_24938725_m-2015-1.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban76 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/staff2.jpg');
  background-position: 0 0, 50% 99%, 50% 35%;
  background-size: auto, cover, cover;
}

.bannerimage.ban77 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/clark-office2.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban78 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/dr-clark-dmd-2-1.jpg');
  background-size: auto, cover, 1000px;
}

.bannerimage.ban79 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/clark-office3.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban80 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_182571154_xl-2015-min.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban81 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/implants_1.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban74 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_31207477_m-2015-1.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban82 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/depositphotos_21186819_m-2015-2.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban84 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/smileanalys.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban83 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/videos.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban85 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/smgal.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban86 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/faq.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban87 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/clark-office3.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban88 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/services-1.jpg');
  background-size: auto, cover, cover;
}

.bannerimage.ban89 {
  background-image: linear-gradient(#f3f3f300 96%, #fff 97%), url('../images/wavygravy-bottom.svg'), url('../images/5c4a067b17c3bf40693eb253_smileguy.png');
  background-size: auto, cover, cover;
}

.columns {
  margin-top: 0;
  display: flex;
}

.column {
  min-height: 600px;
  padding-left: 0;
  padding-right: 10px;
}

.column-2 {
  min-height: 600px;
  padding-left: 20px;
  padding-right: 0;
  display: block;
}

.div-block-42 {
  background-color: #fff;
  min-height: 200px;
  position: sticky;
  top: 100px;
}

.orthobuckets {
  height: auto;
  min-height: auto;
}

.block-quote {
  color: var(--dodger-blue);
  padding: 30px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 160%;
}

.heading-5 {
  font-size: 1.8rem;
  line-height: 140%;
}

.list {
  color: var(--medium-sea-green);
  text-align: left;
}

.image-7 {
  float: right;
}

.bottomcta {
  background-color: var(--dodger-blue);
  text-align: center;
  text-transform: capitalize;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 120%;
  transition: all .575s;
  display: block;
}

.bottomcta:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

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

.fieldstyle {
  color: var(--dodger-blue);
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px 1px #00000017;
}

.fieldstyle.bigfield {
  min-height: 120px;
}

.fieldlable {
  color: var(--grey);
  font-weight: 700;
}

.submit-button-2 {
  background-color: var(--midnight-blue);
  border: 2px solid #fff;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 45px;
  display: block;
  box-shadow: 0 0 11px 3px #0000000f;
}

.submit-button-2:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.div-block-44 {
  border-right: 0 solid #0000000a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-44.norightline {
  border-right-width: 0;
  border-radius: 0;
  box-shadow: 0 0 50px -2px #00000017;
}

.div-block-44.norightline.internalcf {
  text-align: left;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
  position: relative;
}

.notopmar {
  margin-top: 0;
}

.notopmar.centeralign {
  color: var(--dodger-blue);
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
}

.notopmar.centertext {
  text-align: center;
}

.div-block-45 {
  color: #333;
  border: 0 solid #8a8a8a29;
  border-top-width: 1px;
  border-radius: 4px;
  min-height: auto;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
}

.div-block-46 {
  background-color: var(--midnight-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 15px;
  display: flex;
}

.div-block-47 {
  min-height: auto;
  padding: 0;
}

.heading-6 {
  color: #fff;
}

.button-3 {
  border-right: 1px solid var(--black-2);
  border-bottom: 1px solid #00000017;
  border-left: 1px solid var(--black-2);
  color: var(--grey);
  text-transform: capitalize;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

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

.button-3.w--current {
  border-left: 5px solid var(--dodger-blue);
  background-color: #fff;
  background-image: linear-gradient(139deg, #f5f5f500 91%, var(--midnight-blue) 91%), linear-gradient(to top, #f3f3f3, white);
  color: var(--dodger-blue);
  border-bottom-width: 0;
}

.button-3.w--current:hover {
  border-left-color: var(--midnight-blue);
  background-color: var(--dodger-blue);
  background-image: linear-gradient(139deg, #f5f5f500 91%, var(--midnight-blue) 91%);
  color: #fff;
}

.div-block-48 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 450px;
  overflow: hidden;
}

.ddlink {
  color: #fff;
  text-decoration: none;
}

.ddlink:hover {
  color: var(--medium-sea-green);
}

.subtext {
  font-size: .7rem;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 150px;
  margin-top: 15px;
  display: flex;
}

.link-block-6 {
  width: 100%;
  height: 150px;
}

.column-3 {
  padding-right: 22px;
}

.column-4 {
  height: 100%;
  min-height: 120px;
  padding-right: 13px;
}

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

.div-block-50.leftcol {
  padding-right: 15px;
}

.div-block-50.rightcol {
  min-height: auto;
  padding-left: 15px;
}

.link-block-7 {
  width: 100%;
  min-height: 160px;
  color: var(--dodger-blue);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  text-decoration: none;
  transition: all .575s;
  display: flex;
  box-shadow: 1px 1px 3px #ececec;
}

.link-block-7:hover {
  color: #fff;
  background-color: #fff;
  border-width: 1px;
  margin: 0;
  box-shadow: 0 0 11px 4px #ecececeb;
}

.thumb {
  width: 100%;
  height: 250px;
}

.teal {
  color: var(--dodger-blue);
}

.image-8 {
  float: right;
  width: 100%;
  max-width: 400px;
  margin-left: 25px;
}

.submenuitem {
  border-top: 1px solid #124a70;
  border-bottom: 1px solid #0a2131;
  border-left: 0px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  padding: 10px 20px;
  display: block;
}

.submenuitem:hover {
  background-color: var(--dodger-blue);
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  color: #fff;
  border-left-width: 5px;
  padding-left: 15px;
  font-weight: 900;
}

.submenuitem.w--current {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  font-weight: 900;
}

.submenuitem.notopline {
  border-top-width: 0;
  border-top-color: #d3cf52;
  border-bottom-width: 1px;
  border-bottom-color: #0a2131;
}

.paragraph {
  text-align: left;
  text-decoration: none;
}

.link {
  color: var(--dodger-blue);
}

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

.rich-text-block.small-print p {
  font-size: 1rem;
}

.div-block-51 {
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 1px 1px 9px 6px #00000017;
}

.image-9 {
  float: right;
  clear: none;
  max-width: 200px;
  margin-bottom: 25px;
  margin-left: 30px;
  padding-left: 0;
}

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

.div-block-52 {
  padding-left: 20px;
}

.bioblock {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 0 8px #0000001a;
}

.image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  border-radius: 20px;
}

.slider-3 {
  height: 350px;
}

.slide-2 {
  background-image: url('../images/clark-office2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/clark-office5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/clark-office3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/clark-office1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.column-6.hide {
  display: none;
}

.div-block-53 {
  padding-left: 20px;
}

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

.link-block-8.llink {
  padding-left: 0;
}

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

.columns-2 {
  margin-top: 20px;
}

.div-block-54 {
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 15px;
  display: flex;
  box-shadow: 0 0 10px 1px #00000017;
}

.cpnum {
  color: var(--dodger-blue);
  font-size: 1.5em;
  line-height: 2rem;
}

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

.columns-3.hide {
  display: none;
}

.div-block-55 {
  min-height: 140px;
  color: var(--grey);
  background-color: #00000008;
  border-radius: 4px;
  margin-top: 20px;
  padding: 0 20px;
}

.column-7 {
  text-align: left;
  min-height: 140px;
}

.column-8 {
  justify-content: center;
  align-items: center;
  min-height: 140px;
  display: flex;
}

.columns-4 {
  padding-left: 19px;
  display: flex;
}

.rightpad {
  padding-right: 30px;
}

.div-block-56 {
  padding-top: 30px;
}

.div-block-57 {
  box-shadow: 0 0 6px 1px var(--black-2);
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 20px;
}

.slide-6 {
  background-image: url('../images/c06b7c12-d7b6-4bb8-a49b-f7f2b329ccc1_lg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6.newslide1 {
  background-image: url('../images/2e5072a7-f79b-4907-aec5-448b593138b4_lg.jpg');
  background-size: cover;
}

.slide-6.newslide3 {
  background-image: url('../images/bfaa3bf9-20ac-491c-8721-13b59f9d7801_lg.jpg');
  background-size: cover;
}

.slide-6.newslide5 {
  background-image: url('../images/1975f2c6-34a4-4385-94dc-f63da720bb95_lg.jpg');
  background-size: cover;
}

.div-block-58 {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.div-block-59 {
  z-index: 9996;
  background-color: var(--medium-sea-green);
  border-radius: 4px;
  width: 100px;
  height: 40px;
  margin-top: 30px;
  margin-left: 30px;
  position: relative;
}

.slide-nav-3 {
  z-index: 9995;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.slide-7 {
  background-image: url('../images/cb2ceaa1-af47-4ebf-a013-5ede368a924d_lg.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7.newslide2 {
  background-image: url('../images/555281f0-9851-420e-96a3-31261e7d69da_lg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7.newslide4 {
  background-image: url('../images/12d87087-a56e-4a3b-8d82-e8b850ef7d57_lg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7.newslide6 {
  background-image: url('../images/12d87087-a56e-4a3b-8d82-e8b850ef7d57_lg.jpg');
  background-size: cover;
}

.slider-4 {
  height: 300px;
}

.centertext {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 900px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logotext {
  text-align: center;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 110%;
}

.sublogo {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
}

.image-16 {
  width: 160px;
  max-width: 160px;
  margin-bottom: 20px;
}

.image-17 {
  display: none;
}

.whitetext {
  color: #fff;
}

.homeh2 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 120%;
}

.homeh2.white {
  color: #fff;
}

.homeh3 {
  color: #fff;
  font-size: 2rem;
}

.heading-10 {
  font-size: 1.7rem;
}

.post-date {
  font-size: 1rem;
  font-weight: 700;
}

.list-item {
  position: static;
}

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

  .video-banner {
    max-height: auto;
    min-height: auto;
  }

  .background-video {
    background-position: 50% 101%, 50% 0, 0 0;
    background-size: contain, contain, auto;
  }

  .scrolling-header {
    height: auto;
  }

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

  .div-block-3 {
    display: none;
  }

  .brand {
    width: 40%;
    max-width: 40%;
    padding: 10px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .nl {
    color: #fff;
    border-top: 1px solid #183f69;
    border-bottom: 1px solid #00000017;
    width: 100%;
    display: block;
  }

  .nl:hover {
    color: var(--medium-sea-green);
    background-color: #0000006e;
  }

  .nl.w--current {
    color: var(--medium-sea-green);
    background-color: #00000045;
  }

  .nl.w--open {
    padding: 10px;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    width: 100%;
    margin-top: -1px;
  }

  .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 6rem;
  }

  .text-block {
    font-weight: 300;
  }

  .about-the-doctor {
    background-image: url('../images/wavygravy-bottom2.svg'), url('../images/wavygravy2.svg'), radial-gradient(circle farthest-corner at 100% 0%, #2d8ef7cf, var(--midnight-blue)), url('../images/tools.jpg');
    background-position: 50% 100%, 50% 0, 0 0, 100%;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: contain, contain, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    padding-top: 30%;
    padding-bottom: 15%;
  }

  .heading-2 {
    font-size: 3rem;
    line-height: 130%;
  }

  .text-block-2 {
    font-size: 1.6rem;
  }

  .div-block-8 {
    flex-direction: column;
    min-height: auto;
  }

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

  .div-block-12 {
    border-top-right-radius: 40px;
    min-height: 200px;
  }

  .div-block-12:hover {
    margin-top: 0;
  }

  .contact-form {
    background-position: 50% 100%, 50% 0, 0 0, 50%;
    background-size: contain, contain, auto, cover;
  }

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

  .div-block-14.nomar {
    min-height: 350px;
    display: none;
  }

  .link-block-3 {
    min-height: 120px;
    padding-top: 22%;
    padding-bottom: 22%;
    font-size: 3vw;
    line-height: 120%;
  }

  .dental-services {
    min-height: 1100px;
    margin-top: -2px;
  }

  .div-block-17 {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .div-block-18 {
    float: left;
    width: 50%;
    padding: 10px;
  }

  .footer {
    background-image: url('../images/wavygravy2.svg'), url('../images/wavygravy-bottom2.svg'), radial-gradient(circle farthest-corner at 48% -26%, var(--dodger-blue), #103a56e3), url('../images/tools.jpg'), linear-gradient(to bottom, transparent, transparent);
    background-position: 50% 0, 50% 100%, 0 0, 50%, 0 0;
    background-size: contain, contain, auto, cover, auto;
  }

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

  .div-block-29 {
    width: 33.33%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-29.hidetablet {
    display: none;
  }

  .slider {
    height: 400px;
  }

  .slide-nav {
    display: block;
  }

  .div-block-32.pro1 {
    width: 100px;
    height: 100px;
  }

  .div-block-32.pro1.cindy, .div-block-32.pro1.taylor, .div-block-32.pro1.stacy {
    min-width: 100px;
    min-height: 100px;
  }

  .biosub {
    text-align: center;
  }

  .biop.hidemob {
    display: none;
  }

  .link-block-4 {
    width: 90%;
  }

  .link-block-4:hover {
    border-width: 10px;
    margin-top: -20px;
    box-shadow: 4px 10px 28px 8px #00000017;
  }

  .read-more {
    font-size: 1rem;
    display: none;
  }

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

  .div-block-38 {
    padding-right: 0;
  }

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

  .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .ddnavitem {
    color: #c4c4c4;
  }

  .dropdown-list.w--open {
    background-color: #091d2b;
    padding: 0;
  }

  .icon-5 {
    transform: none;
  }

  .topnavlink {
    color: #fff;
  }

  .topnavlink:hover {
    color: var(--medium-sea-green);
  }

  .div-block-39 {
    background-image: linear-gradient(to bottom, #ffffffe8, #ffffffe8), url('../images/wavygravy-bottom.svg'), url('../images/wavygravy2.svg'), radial-gradient(circle farthest-corner at 50% 50%, #2d8ef7d6, var(--midnight-blue)), url('../images/island.jpg');
    background-position: 0 0, 50% 100%, 50% 0, 0 0, 50% 0;
    background-repeat: repeat, no-repeat, no-repeat, repeat, no-repeat;
    background-size: auto, contain, contain, auto, cover;
  }

  .bcontainer.bodycontent {
    padding: 20px;
  }

  .bcontainer.headlinecontainer {
    padding-top: 25px;
  }

  .bannerimage {
    min-height: 400px;
  }

  .bannerimage._250size.ban8, .bannerimage._250size.ban9, .bannerimage._250size.ban10, .bannerimage._250size.ban11, .bannerimage._250size.ban12, .bannerimage._250size.ban13, .bannerimage._250size.ban14, .bannerimage._250size.ban15, .bannerimage._250size.ban16, .bannerimage._250size.ban17, .bannerimage._250size.ban18 {
    background-position: 50% 100%, 50%;
  }

  .columns {
    flex-direction: column;
  }

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

  .notopmar.centeralign {
    text-align: center;
  }

  .div-block-53 {
    padding-left: 0;
  }
}

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

  .div-block-2 {
    background-color: #fff;
  }

  .button.rightmar.hidedesk {
    display: block;
  }

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

  .text-block {
    font-weight: 300;
  }

  .about-the-doctor {
    background-position: 50% 100%, 50% 0, 0 0, 100%;
    background-size: contain, contain, auto, cover;
    padding-bottom: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .heading-2.botmar {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .text-block-2 {
    font-size: 1.8rem;
  }

  .text-block-2.nobotmar.blue {
    font-size: 1.2rem;
  }

  .div-block-7 {
    margin-bottom: 0;
  }

  .div-block-10 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-11 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    border-width: 8px;
    border-radius: 0;
    min-height: 80px;
    box-shadow: 3px 3px 13px 10px #f0f0f059;
  }

  .div-block-12:hover {
    border-width: 8px;
    margin-top: 0;
  }

  .contact-form {
    background-position: 50% 100%, 50% 0, 0 0, 50%;
    background-size: contain, contain, auto, cover;
  }

  .heading-3 {
    font-size: 2.2rem;
  }

  .heading-3.nobotmar {
    font-size: 3rem;
  }

  .link-block-3 {
    min-height: 120px;
    padding: 20px;
    font-size: 1.8rem;
  }

  .dental-services {
    min-height: auto;
  }

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

  .div-block-17.mobileonly {
    display: block;
  }

  .div-block-18 {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-20 {
    min-height: 900px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 22px;
    display: flex;
  }

  .div-block-29 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29.hidehoriz {
    display: none;
  }

  .slider {
    height: auto;
    display: none;
  }

  .div-block-30 {
    flex-direction: column;
    height: auto;
  }

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

  .div-block-32.pro1 {
    width: 80px;
    height: 80px;
  }

  .biosub {
    font-size: 1rem;
  }

  .link-block-4 {
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .link-block-4:hover {
    border-width: 6px;
    margin-top: 0;
    box-shadow: 3px 7px 28px 8px #00000017;
  }

  .read-more, .bruce-buffer {
    display: none;
  }

  .div-block-39 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .bcontainer.headlinecontainer {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bannerimage {
    min-height: 300px;
  }

  .div-block-44 {
    border-right-width: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .notopmar {
    font-size: 1.4rem;
  }

  .form-2 {
    margin-top: 30px;
  }

  .image-8 {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-53 {
    padding-left: 0;
  }

  .column-8 {
    min-height: auto;
    padding: 15px;
  }

  .sublogo {
    margin-bottom: -3px;
  }

  .homeh2 {
    font-size: 2.6rem;
  }

  .homeh2.white {
    color: #fff;
  }

  .noflow {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.9rem;
    line-height: 130%;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
    line-height: 160%;
  }

  .button.newcolor {
    max-width: 100%;
  }

  .button.newcolor:hover {
    background-color: #d3ce2b;
  }

  .button.rightmar {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .button.rightmar.hidedesk {
    max-width: 60%;
  }

  .button.botmar {
    max-width: 100%;
  }

  .brand {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .brand.w--current {
    min-height: 60px;
    padding-top: 0;
  }

  .container {
    justify-content: space-between;
    display: block;
  }

  .nl {
    padding: 15px;
  }

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

  .about-section {
    padding-top: 40px;
  }

  .heading {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .text-block {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 160%;
  }

  .text-block.leftalign.light {
    font-size: 1.2rem;
    line-height: 160%;
  }

  .about-the-doctor {
    background-position: 50% 100%, 50% 0, 0 0, 100%;
    background-size: contain, contain, auto, cover;
    padding-top: 45%;
    padding-bottom: 21%;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.9rem;
    line-height: 130%;
  }

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

  .text-block-2 {
    font-size: 1.2rem;
  }

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

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

  .div-block-9 {
    width: 100%;
    padding: 0%;
  }

  .div-block-10 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-11 {
    order: -1;
    width: 100%;
    padding: 0;
  }

  .div-block-12 {
    border-width: 2px;
    box-shadow: inset 0 0 20px 7px #f0f0f052;
  }

  .div-block-12:hover {
    box-shadow: none;
    border-width: 2px;
    margin-top: 0;
  }

  .contact-form {
    background-position: 50% 100%, 50% 0, 0 0, 50%;
    background-size: contain, contain, auto, cover;
  }

  .heading-3 {
    font-size: 1.8rem;
  }

  .heading-3.nobotmar {
    margin-bottom: 10px;
  }

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

  .link-block-3 {
    background-image: url('../images/rightarrow.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto 20%;
    align-items: flex-start;
    min-height: 80px;
    font-size: 1.2rem;
  }

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

  .div-block-17.mobileonly {
    clear: none;
    display: block;
  }

  .div-block-18 {
    float: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    height: auto;
    min-height: auto;
    padding-top: 25%;
    padding-bottom: 25%;
  }

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

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

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

  .div-block-24 {
    width: 100%;
    padding: 0;
  }

  .div-block-24.rightblock {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    margin-bottom: 0;
    box-shadow: 0 0 6px #103a56cc;
  }

  .div-block-27 {
    height: auto;
    min-height: auto;
    padding: 15px 15px 0;
  }

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

  .div-block-29 {
    width: 100%;
    padding: 0 20px;
  }

  .slider {
    display: none;
  }

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

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

  .image-3 {
    max-width: 100%;
    margin-top: 20px;
  }

  .heading-4.topmar {
    margin-top: 20px;
  }

  .button-2 {
    margin-bottom: 5px;
  }

  .field-label {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .field-label.notopmar {
    margin-top: 0;
  }

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

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

  .ddnavitem {
    padding: 10px 10px 10px 20px;
  }

  .dropdown-list.w--open {
    min-width: auto;
    padding: 0;
    overflow: scroll;
  }

  .dropdown-list-2.w--open {
    margin-left: 0;
    overflow: scroll;
  }

  .flyoutlink {
    border-top-color: #c5c247;
    border-bottom-color: #8b8936;
  }

  .flyoutlink:hover {
    color: #e4df28;
  }

  .bcontainer.bodycontent {
    border-radius: 0;
    padding: 10px;
  }

  .bcontainer.headlinecontainer {
    padding-top: 25px;
  }

  .bannerimage {
    background-position: 0 0, 50% 100%, 50%;
    background-size: auto, cover, cover;
    min-height: 200px;
  }

  .bannerimage._250size.ban13, .bannerimage._250size.ban14, .bannerimage._250size.ban15, .bannerimage._250size.ban16, .bannerimage._250size.ban17, .bannerimage._250size.ban18 {
    background-position: 50% 100%, 50%;
  }

  .bannerimage.ban6 {
    background-image: url('../images/wavygravy-bottom.svg'), url('../images/hair.jpg'), linear-gradient(#0000, #0000);
    background-size: cover, cover, auto;
  }

  .column {
    padding-right: 0;
  }

  .bottomcta {
    font-size: 1rem;
  }

  .form-block {
    margin-top: -15px;
    padding-top: 0;
  }

  .fieldstyle {
    box-shadow: none;
    border-color: #eee;
  }

  .fieldstyle.bigfield {
    min-height: 120px;
  }

  .submit-button-2 {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }

  .div-block-44 {
    width: 100%;
    padding-bottom: 70px;
  }

  .div-block-44.norightline {
    padding: 25px;
  }

  .div-block-44.norightline.internalcf {
    box-shadow: none;
    border: 1px solid #eee;
    padding: 20px;
  }

  .notopmar {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .notopmar.centeralign {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .heading-7 {
    font-size: .8rem;
  }

  .heading-8, .heading-9 {
    font-size: 1.5rem;
  }

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

  .div-block-50.leftcol {
    width: 100%;
    padding-right: 0;
  }

  .div-block-50.rightcol {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .image-9 {
    float: none;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .bioblock {
    padding: 15px;
  }

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

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

  .link-block-8.llink {
    padding-left: 0;
  }

  .link-block-8.rlink {
    padding-left: 0;
    padding-right: 0;
  }

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

  .columns-4 {
    flex-direction: column;
    padding-left: 0;
  }

  .radio-button {
    color: var(--medium-sea-green-bot);
  }

  .logotext {
    font-size: 100%;
    display: block;
  }

  .sublogo {
    font-size: 80%;
    line-height: 12px;
    display: block;
  }

  .image-16 {
    max-width: none;
    margin-bottom: 10px;
  }

  .image-17 {
    max-width: 40px;
    display: block;
  }

  .dropdown-2, .dropdown-3, .dropdown-4 {
    overflow: scroll;
  }

  .homeh2 {
    font-size: 1.6rem;
  }

  .noflow {
    overflow: hidden;
  }

  .heading-11 {
    font-size: 2.4rem;
  }
}


