:root {
  --color-6: #2c3e50;
  --color-4: #0097a7;
  --color: white;
  --color-3: #1976d2;
  --color-5: #f5f7fa;
  --color-7: #f4b400;
  --color-2: #333;
}

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

.w-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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: tablet-gothic, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 5px;
}

.hero {
  background-color: var(--color-6);
  height: 89.5vh;
  min-height: 0;
  margin-top: 8vh;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

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

.slide-nav {
  display: none;
}

.slider-bg-video {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow {
  z-index: 200;
  display: none;
}

.left-arrow {
  display: none;
}

.hero-text-overlay {
  z-index: 10;
  color: var(--color);
  text-align: center;
  background-image: linear-gradient(#0000, #0000007d);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10% 5% 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-line-1 {
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-sub {
  margin-bottom: 30px;
  font-size: 1.75em;
  line-height: 1.3em;
}

.hero-btns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px 12px;
  font-family: minerva-modern, sans-serif;
  line-height: 1.2em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-5);
  color: var(--color-3);
}

.button.rev {
  background-color: var(--color);
  color: var(--color-3);
}

.button.rev:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.w-button-nav a {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.button-nav a {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px 12px;
  font-family: minerva-modern, sans-serif;
  line-height: 1.2em;
  transition: all .2s ease-in-out;
}

.button-nav a:hover {
  background-color: var(--color-5);
  color: var(--color-3);
}


.button-nav.sm a {
  margin-bottom: 0;
  padding: 12px 20px 10px !important;
  font-size: .9em;
}

.button-nav.sm.teal a {
  border-color: var(--color-4);
  background-color: var(--color-4);
  font-size: .9em;

  color: #fff !important
}

.button-nav.sm.teal a:hover {
  background-color: var(--color-5);
  color: var(--color-4);
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 55px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 75px;
  padding-top: 0;
  display: flex;
}

.nav-link {
  text-align: center;
  padding: 10px 15px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

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

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.less {
  padding-bottom: 8%;
}

.section.dark {
  background-color: var(--color-6);
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.pad-60 {
  width: 80%;
  padding-right: 15%;
}

.wrap.right-40 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  margin-top: 3%;
  padding-left: 30%;
  display: flex;
  position: relative;
}

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

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

.wrap.flex.top-marg {
  width: 80%;
  margin-top: 50px;
}

.wrap.flex.top-5 {
  margin-top: 5%;
}

.abs-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.static-buttons {
  z-index: 3000;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 30px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cta-link {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
  border-radius: 50px;
  align-items: center;
  margin-top: 5px;
  padding: 10px 18px;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.cta-link:hover {
  background-color: var(--color-7);
  color: var(--color);
  background-image: linear-gradient(#1976d200, #1976d200);
}

.cta-link._2 {
  border-color: var(--color-4);
  background-color: var(--color-4);
}

.cta-link._2:hover {
  background-color: var(--color-7);
  color: var(--color);
}

.cta-link._3 {
  border-color: var(--color-6);
  background-color: var(--color-6);
  color: var(--color);
}

.cta-link._3:hover {
  background-color: var(--color-7);
  color: var(--color);
}

.cta-icon {
  width: 20px;
  margin-right: 5px;
}

.link-block-32 {
  color: var(--color);
  width: 32%;
  font-family: tablet-gothic, sans-serif;
  font-weight: 300;
  position: relative;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div.doc-abs {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-div._60 {
  width: 55%;
}

.img-div._48 {
  width: 48%;
}

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

.doc-text-div {
  z-index: 2;
  background-image: radial-gradient(circle at 50% 25%, #0000, #0000 35%, #0000009c 63%, #000000f0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3-gold {
  color: var(--color-7);
}

.doc-text-holder {
  width: 100%;
}

.img-cover-doc {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.what-are-section {
  background-color: #000;
  justify-content: flex-end;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.what-are-text-holder {
  z-index: 200;
  color: var(--color);
  background-color: #fff0;
  max-width: 50%;
  margin-top: 8%;
  margin-bottom: 8%;
  margin-left: 5%;
  padding: 0;
  position: relative;
}

.background-video-2 {
  z-index: 1;
  opacity: .64;
  mix-blend-mode: exclusion;
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-10 {
  z-index: 10;
  max-width: 45%;
  position: absolute;
  inset: auto auto 0% 20px;
}

.gradient-layer {
  z-index: 20;
  background-image: linear-gradient(225deg, #0000 5% 34%, #0000 68%, #000000b5);
  position: absolute;
  inset: 0%;
}

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

.vision-by-age {
  background-color: var(--color);
  min-height: 0;
  margin-bottom: 0%;
  padding-top: 8%;
}

.vision-by-age._2 {
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 8%;
}

.age-img {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.sm-check {
  filter: brightness(86%) hue-rotate(320deg);
  width: 25px;
  margin-right: 10px;
}

.vision-by-age-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.vision-by-age-text-div.l {
  padding-top: 10%;
  padding-bottom: 8%;
}

.vision-by-age-img-div {
  object-fit: cover;
  width: 48%;
  margin-bottom: -5%;
  overflow: hidden;
}

.vision-by-age-img-div.right {
  margin-top: 0%;
  margin-bottom: 0%;
}

.fancy-list {
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.5em;
  display: flex;
}

.fancy-list.btm {
  margin-bottom: 20px;
}

.vision-by-age-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lt-div {
  background-color: var(--color-5);
  width: 110%;
  min-width: 0%;
  margin-left: -10%;
  padding: 25px 25px 25px 10%;
}

.lt-div.left {
  margin-left: 0%;
  padding-left: 25px;
  padding-right: 10%;
}

.patient-experience {
  background-color: var(--color-6);
  justify-content: space-between;
  padding: 5% 0% 5% 5%;
  display: flex;
}

.txt-div._50 {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.txt-div._48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-bottom: 0;
  display: flex;
}

.video-div {
  width: 45%;
  position: relative;
}

.background-video-3 {
  z-index: 1;
}

.footer {
  z-index: 4000;
  background-color: var(--color);
  padding-top: 5%;
  padding-bottom: 20px;
  position: relative;
}

.flex-lt {
  background-color: var(--color-5);
  margin: 50px 20px 0;
  padding: 40px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
}

.text-field {
  background-color: #1976d214;
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color-6);
}

.form-block {
  width: 100%;
  margin-top: 15px;
}

.radio-holder {
  color: var(--color-6);
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

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

.recaptcha {
  margin-bottom: 20px;
}

.ql {
  border-bottom: 1px none var(--color-3);
  color: var(--color-6);
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 1.2em;
  text-decoration: none;
}

.ql:hover {
  color: var(--color-3);
  background-color: #0000000d;
}

.ql.btm {
  margin-bottom: 15px;
}

.h3-extra-marg {
  margin-bottom: 10px;
}

.h3-extra-marg.tp {
  margin-top: 10px;
}

.loc {
  background-color: #1976d214;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 25px;
  display: flex;
}

.txt-loc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.map-embed {
  background-image: url('../images/map-placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  height: 150px;
}

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

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

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

.link.white:hover, .link.current {
  color: var(--color-7);
}

.footer-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.footer-txt {
  margin-top: 5px;
}

.care-for-all {
  padding-top: 3%;
  padding-bottom: 5%;
}

.column-40 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-top-div {
  width: 100%;
  padding: 0 0 30px 50px;
}

.age-links {
  z-index: 5;
  justify-content: space-between;
  min-width: 130%;
  display: flex;
  position: relative;
}

.age-link {
  background-color: var(--color-6);
  color: var(--color);
  width: 32%;
  padding: 15px;
  text-decoration: none;
}

.age-link._2 {
  background-color: var(--color-3);
}

.age-link._3 {
  background-color: var(--color-4);
}

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

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.dropdown-toggle {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
  text-transform: uppercase;
  border-radius: 50px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  font-family: minerva-modern, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
  display: flex;
}

.dropdown-toggle.w--open {
  border-radius: 25px 25px 0 0;
}

.icon {
  margin-right: 15px;
}

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

.dropdown-list.w--open {
  background-color: var(--color-3);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  right: 0;
}

.dropdown-link {
  color: var(--color);
  line-height: 1.2em;
}

.dropdown-link:hover {
  background-color: var(--color-6);
}

.dropdown-link.btm:hover {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.dropdown-link.top:hover {
  border-top-left-radius: 25px;
}

.mobile-bg-vid {
  display: none;
}

.ip-header {
  background-color: var(--color-6);
  background-image: radial-gradient(circle at 5%, #0000, #00000082);
  padding-top: 12%;
  padding-bottom: 5%;
}

.ip-title-div {
  color: var(--color);
  max-width: 70%;
  font-family: minerva-modern, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.breadcrumbs {
  background-color: var(--color);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding: 15px 15px 0;
  display: flex;
}

.breadcrumb {
  margin-bottom: 15px;
  margin-right: 15px;
}

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

.breadcrumb a:hover {
  text-decoration: underline;
}

.photo-div-edge {
  object-fit: cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.link-title-div {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-top: 20px;
  display: flex;
}

.link-holder-div {
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.link-div-49 {
  flex-flow: column;
  width: 49%;
  display: flex;
}

.link-block {
  border-bottom: 1px solid var(--color-5);
  color: var(--color);
  text-align: center;
  padding: 10px;
  line-height: 1.2em;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  ul {
    padding-left: 20px;
  }

  .hero {
    height: 800px;
  }

  .slider {
    display: none;
  }

  .hero-line-1 {
    font-size: 3em;
  }

  .hero-sub {
    font-size: 1.5em;
  }

  .button.sm.teal {
    text-align: left;
    width: 250px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
  }

  .navbar {
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--color-5);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px;
    position: absolute;
  }

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

  .section.less {
    padding-bottom: 5%;
  }

  .wrap.pad-60 {
    width: 90%;
    padding-right: 0%;
  }

  .wrap.right-40 {
    flex-flow: column;
    width: 90%;
    padding-left: 0%;
  }

  .wrap.flex {
    align-items: stretch;
  }

  .wrap.flex.top-marg {
    flex-flow: column;
    width: 90%;
  }

  .wrap.flex.stack, .wrap.flex.stack-mobile {
    flex-flow: column;
  }

  .abs-left {
    position: static;
  }

  .link-block-32 {
    width: 100%;
    min-height: 0;
    max-height: none;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .img-div.doc-abs {
    justify-content: flex-start;
    max-height: 400px;
    position: static;
  }

  .img-div.doc-abs.max {
    justify-content: flex-start;
    max-height: 400px;
  }

  .img-div._60 {
    width: 100%;
  }

  .img-div.hide {
    display: none;
  }

  .doc-text-div {
    background-color: var(--color-6);
    position: static;
  }

  .img-cover-doc.move {
    margin-top: -100px;
  }

  .what-are-section {
    background-color: #000;
    background-image: none;
    background-size: auto;
    padding-bottom: 300px;
    padding-right: 0%;
  }

  .what-are-text-holder {
    width: 100%;
    max-width: 100%;
    margin: 4%;
    padding: 0;
  }

  .flex-lt {
    padding: 20px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .column-40 {
    width: 100%;
    padding: 20px 0 0;
  }

  .text-top-div {
    padding-left: 0;
  }

  .age-links {
    min-width: 0;
  }

  .age-link {
    padding: 10px;
  }

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

  .dropdown {
    width: 250px;
    margin-left: 10px;
    display: block;
  }

  .mobile-bg-vid {
    z-index: 1;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .ip-header {
    padding-top: 15%;
  }

  .ip-title-div {
    max-width: 60%;
  }

  .breadcrumbs {
    justify-content: flex-start;
    width: 35%;
  }

  .breadcrumb {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .link-title-div, .link-holder-div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
    margin-top: 5vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-text-overlay {
    padding: 2%;
  }

  .hero-line-1 {
    font-size: 2.5em;
  }

  .hero-sub {
    font-size: 1.2em;
  }

  .button {
    padding: 12px 20px 10px;
    font-size: .9em;
  }

  .image {
    height: 45px;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .wrap.flex.ip {
    flex-flow: row;
  }

  .static-buttons {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .cta-link {
    border-radius: 0;
    justify-content: center;
    margin-top: 0;
  }

  .img-div.doc-abs, .img-div.doc-abs.max {
    max-height: 300px;
  }

  .img-div._48 {
    width: 100%;
  }

  .what-are-section {
    padding-bottom: 200px;
  }

  .what-are-text-holder {
    max-width: 98%;
    margin: 2%;
    padding: 10px;
  }

  .vision-by-age-text-div {
    width: 100%;
  }

  .vision-by-age-text-div.l {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .vision-by-age-img-div {
    width: 100%;
    max-height: 300px;
    margin-bottom: 0%;
  }

  .vision-by-age-img-div.right.hide {
    display: none;
  }

  .vision-by-age-wrapper {
    flex-flow: column;
  }

  .lt-div {
    width: auto;
    margin-left: 0%;
    padding: 10px 10px 0;
  }

  .patient-experience {
    flex-flow: column;
    padding-right: 5%;
  }

  .txt-div._50 {
    width: 100%;
  }

  .txt-div._48 {
    width: 100%;
    padding-top: 20px;
  }

  .txt-div._48._2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .video-div {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

  .ip-header {
    padding-top: 17%;
  }

  .ip-title-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .breadcrumbs {
    width: 40%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .photo-div-edge {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.7em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.5em;
  }

  .hero {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .hero-text-overlay {
    padding: 5%;
  }

  .hero-sub {
    font-size: 1em;
  }

  .hero-btns {
    flex-flow: column;
    align-items: stretch;
    padding-left: 10px;
  }

  .navbar {
    padding-left: 0;
  }

  .image {
    height: 35px;
  }

  .section {
    overflow: hidden;
  }

  .wrap.flex.top-marg {
    margin-top: 0;
  }

  .wrap.flex.ip {
    flex-flow: column;
  }

  .img-div.doc-abs {
    min-height: 0;
    max-height: 350px;
  }

  .doc-text-div {
    padding: 10px;
  }

  .img-cover-doc.move {
    margin-top: auto;
  }

  .what-are-section {
    background-image: none;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 200px;
    overflow: hidden;
  }

  .what-are-text-holder {
    margin: 4%;
    padding: 0;
  }

  .image-10 {
    max-width: 75%;
  }

  .lt-div.left {
    padding: 10px;
  }

  .patient-experience {
    overflow: hidden;
  }

  .video-div {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
  }

  .background-video-3 {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .footer {
    overflow: hidden;
  }

  .flex-lt {
    margin-top: 0;
    padding: 10px;
  }

  .age-links {
    flex-flow: column;
  }

  .age-link {
    width: 100%;
    min-height: 150px;
  }

  .image-12 {
    max-width: 200px;
  }

  .ip-header {
    padding-top: 22%;
  }

  .ip-title-div {
    flex-flow: row;
    justify-content: flex-start;
    max-width: 100%;
    font-size: 2em;
  }

  .breadcrumbs {
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px 0;
  }

  .photo-div-edge {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
  }

  .link-holder-div {
    flex-flow: column;
  }

  .link-div-49 {
    width: 100%;
  }
}


