:root {
  --color-4: #8c2890;
  --color-3: #00b3dc;
  --color: white;
  --color-2: #333;
  --color-5: #76bc21;
  --color-6: #ffcd00;
  --black: black;
  --color-7: #bcbec0;
  --white: white;
}

h2 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: marine, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

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

h5 {
  color: var(--color-3);
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

.hero-big-line {
  z-index: 1;
  color: var(--color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 0;
  margin-bottom: 20px;
  font-family: marine, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

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

.fancy-list-item {
  color: var(--color-2);
  align-items: center;
  margin-bottom: 5px;
  margin-left: 20px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.fancy-list-item.bottom {
  margin-bottom: 30px;
}

.fancy-list-item.white {
  color: var(--color);
  width: 85%;
  margin-bottom: 12px;
}

.check {
  filter: invert();
  width: 25px;
  margin-right: 15px;
}

.check.white {
  filter: none;
}

.section-1-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0%;
  display: flex;
}

.sect-1-text-div {
  background-color: var(--color-4);
  color: var(--color);
  background-image: none;
  width: 90%;
  padding: 0 0 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-1-img-wrapper {
  padding-left: 0%;
  display: flex;
}

.section-1-img-block {
  background-color: var(--color);
  object-fit: cover;
  background-image: linear-gradient(#bcbec01a, #bcbec01a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-height: 450px;
  margin-top: -20%;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 4px 13px #0003;
}

.why-choose-section {
  justify-content: space-between;
  padding: 3% 5% 5%;
  display: flex;
}

.why-choose-block {
  border-top: 5px #00b3dc;
  border-bottom: 5px solid var(--color-3);
  background-color: var(--color);
  width: 31%;
  padding: 0 0 20px;
  font-weight: 400;
  line-height: 1.5em;
  overflow: hidden;
}

.why-choose-block._2 {
  border-top-color: var(--color-5);
  border-bottom-color: var(--color-5);
  background-color: var(--color);
}

.why-choose-block._3 {
  border-top-color: var(--color-6);
  border-bottom-color: var(--color-4);
  background-color: var(--color);
}

.image-2 {
  width: 50px;
  margin-bottom: 10px;
  margin-left: 0;
}

.gradient-callout-section {
  padding: 0% 5% 5%;
}

.callout-wrapper-div {
  background-color: var(--color-3);
  filter: brightness(82%) contrast(139%);
  color: var(--color);
  text-align: center;
  background-image: radial-gradient(circle, #ffffff5c, #ffffff45 42%, #fff0), url('../images/overlay.png'), url('../images/woman-at-eye-exam.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

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

.dryeye-info-section {
  justify-content: flex-start;
  padding-top: 6%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.dry-eye-text-div {
  background-color: var(--color-3);
  color: var(--color);
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 68%;
  padding: 50px 16% 50px 50px;
  display: flex;
}

.dry-eye-info-photo-div {
  background-color: var(--color);
  object-fit: cover;
  background-image: linear-gradient(#bcbec01a, #bcbec01a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-height: 450px;
  margin-top: -20%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 4px 13px #0003;
}

.h2-dark {
  color: var(--color-2);
}

.dry-eye-info-photo-wrap {
  justify-content: flex-end;
  padding-right: 5%;
  display: flex;
}

.nav-bar {
  z-index: 5000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 13px 9px #0000000d;
}

.nav-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2% 10px 3%;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
}

.brand.w--current {
  width: 18%;
}

.nav-logo {
  max-height: 70px;
  margin-right: 0%;
}

.nav-menu-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-link-2, #navigation .gl-top-level li.special-link a {
  color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/appointment-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-right: 0;
  padding: 10px 15px 10px 40px;
  font-family: marine, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}

#navigation .gl-top-level li.special-link:hover {
  background-color: fff;
}

.nav-link-2:hover, #navigation .gl-top-level li.special-link a:hover {
  color: var(--color-3);
}

.hero-v2 {
  background-image: url('../images/DEP-topper.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 0px;
  padding: 8% 5% 5%;
  display: flex;
}

.hero-content-div {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.hero-line-2 {
  color: var(--color);
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.lg-word {
  font-size: 1.2em;
  font-weight: 700;
}

.lp-button {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffcd00;
  background-image: url('../images/appointment-icon.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 20px;
  margin-top: 10px;
  padding: 20px 25px 20px 70px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.lp-button:hover {
  background-color: #00b3dc;
}

.lp-button.learn {
  background-image: url('../images/icons8-down-arrow-64_1icons8-down-arrow-64.png');
  background-position: 10px 55%;
  margin-top: 30px;
  padding-left: 44px;
}

.new-section-1 {
  background-image: linear-gradient(to right, #7de6f4 60%, #c2e7f1 60%);
  /*background-image: url('../images/DEP-PECCA-infographic.png');*/
  background-position: 100%;
  background-repeat: no-repeat;
  /*background-size: auto 80%;*/
  min-height: 0;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.heading-div {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-div{
  width: 50%;
}

.h2-center {
  color: var(--color-4);
  text-align: center;
  font-size: 2.5em;
}

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

.h4-purple {
  color: var(--color-4);
}

.section-2-lp {
  background-color: var(--color-4);
  padding: 6% 5%;
  position: relative;
}

.section-3-lp {
  padding: 0% 0% 6%;
}

.special-list {
  padding-left: 75px;
}

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

.lg-callout {
  margin-bottom: 20px;
  font-family: marine, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.h5-green {
  color: var(--color-5);
}

.h5-purp {
  color: var(--color-4);
}

.subh-body {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

.expert-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.affiliated-logo {
  object-fit: contain;
  width: 20%;
  max-height: 80px;
  margin-left: 1%;
  margin-right: 1%;
}

.logo-holder {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 4% auto;
  padding: 20px;
  display: flex;
}

.lp-section-4 {
  background-color: #7de6f480;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: block;
  position: static;
}

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

.footer {
  color: var(--color);
  background-image: url('../images/overlay.png'), url('../images/practice-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  align-items: center;
  padding-top: 8%;
  padding-bottom: 2%;
  display: flex;
}

.footer-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._25 {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: marine, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.image-5 {
  max-width: 200px;
  margin-bottom: 30px;
}

.register {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--color-4);
  text-transform: uppercase;
  line-height: 1em;
}

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

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

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

.text-field._49 {
  width: 49.5%;
}

.text-field-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.textarea {
  background-color: #00000040;
  border: 1px #000;
  margin-bottom: 30px;
}

.textarea:focus, .textarea::placeholder {
  color: var(--color);
}

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

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

.form {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: none;
}

.video-playlist-holder {
  box-shadow: none;
  object-fit: cover;
  background-color: #fff0;
  background-image: none;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-height: none;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.testimonial-video {
  width: auto;
  height: 80%;
  max-height: none;
  padding-bottom: 0;
  overflow: visible;
}

.video-div {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  width: 49%;
  height: auto;
  max-height: none;
  margin: 5px;
  padding: 0;
  display: flex;
}

.disease-wrapper {
  background-color: var(--color-4);
  color: var(--color);
  width: 68%;
  padding: 50px 40px 40px 15%;
}

.disease-container {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0%;
  padding-right: 5%;
  display: flex;
}

.disease-section {
  padding-top: 6%;
  padding-bottom: 6%;
}

.disease-image-holder {
  padding-left: 5%;
  display: flex;
}

.video-title {
  background-color: var(--black);
  color: var(--color);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 15%;
  padding-top: 12px;
  padding-bottom: 20px;
  font-family: marine, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

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

.button-cont a{
  display: inline-block;
}

@media screen and (max-width: 991px) {
  h5 {
    height: 30px;
    font-size: 1em;
  }

  .fancy-list-item {
    width: 50%;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.3em;
  }

  .fancy-list-item.white {
    width: 60%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .check {
    width: 20px;
    margin-right: 10px;
  }

  .check.white {
    width: 20px;
  }

  .section-1-img-block {
    width: 42%;
    max-height: 400px;
    margin-top: -26%;
  }

  .why-choose-section {
    flex-flow: column;
    padding-top: 2%;
    padding-bottom: 3%;
  }

  .why-choose-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-2 {
    width: 40px;
  }

  .gradient-callout-section {
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .callout-wrapper-div {
    min-height: 25vh;
    padding: 35px;
  }

  .dryeye-info-section {
    padding-top: 5%;
    padding-left: 4%;
  }

  .dry-eye-text-div {
    width: 75%;
    padding: 35px 25px 50px;
  }

  .dry-eye-info-photo-div {
    width: 48%;
    max-height: 350px;
    margin-top: -25%;
  }

  .h2-dark {
    margin-bottom: 15px;
    font-size: 1.8em;
  }

  .nav-div {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .brand {
    width: 25%;
  }

  .nav-logo {
    max-height: 60px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .nav-link-2, #navigation .gl-top-level li.special-link a {
    background-position: 2%;
    margin-right: 0;
    padding: 15px 20px 15px 45px;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #76bc21;
  }

  .hero-v2 {
    height: 500px;
    margin-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-content-div {
    width: 70%;
  }

  .image-3 {
    max-width: 175px;
  }

  .hero-line-2 {
    margin-bottom: 25px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .lp-button {
    background-position: 10%;
    background-size: 20px;
    margin-top: 10px;
    padding: 15px 25px 15px 50px;
    font-size: 14px;
  }

  .lp-button.learn {
    background-position: 15px 55%;
    background-size: 20px;
    margin-top: 20px;
    font-size: 13px;
  }

  .new-section-1 {
    padding: 4%;
  }

  .heading-div, .image-div {
    width: 100%;
  }

  .h2-center {
    font-size: 1.8em;
  }

  .h2-center.h2-white {
    margin-bottom: 15px;
    font-size: 1.8em;
  }

  .h4-purple {
    font-size: 1.4em;
  }

  .section-2-lp {
    padding-bottom: 5%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .special-list {
    padding-left: 50px;
  }

  .lg-callout {
    margin-bottom: 15px;
    font-size: 2.25em;
    line-height: 1.1em;
  }

  .subh-body {
    font-size: 18px;
    line-height: 1.8em;
  }

  .center-text {
    margin-bottom: 15px;
  }

  .intro-wrapper {
    width: 95%;
  }

  .expert-div {
    margin-top: 0;
  }

  .affiliated-logo {
    width: 21%;
  }

  .logo-holder {
    width: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
  }

  .lp-section-4 {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .footer {
    padding-top: 6%;
    padding-bottom: 2%;
  }

  .footer-wrapper {
    width: 100%;
    margin-bottom: 6%;
  }

  ._25 {
    margin-bottom: 25px;
    font-size: 2.5em;
    line-height: 1.1em;
  }

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

  .video-playlist-holder {
    justify-content: space-between;
    width: 90%;
  }

  .video-div {
    width: 49.5%;
    margin: 0 0 10px;
  }

  .disease-wrapper {
    width: 80%;
    padding: 30px;
  }

  .disease-container {
    padding-right: 3%;
  }

  .disease-section {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .marg {
    margin-left: 35%;
  }

  .cta-text {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .h4-white {
    margin-bottom: 15px;
    font-size: 1.4em;
  }

  .fancy-list-item, .fancy-list-item.white {
    width: 100%;
  }

  .section-1-img-block {
    width: 60%;
    max-height: 250px;
    margin-top: -10%;
    margin-left: 0;
  }

  .why-choose-section {
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .why-choose-block {
    border-bottom-width: 3px;
    padding-bottom: 15px;
  }

  .why-choose-block._2 {
    margin-bottom: 25px;
  }

  .image-2 {
    width: 35px;
  }

  .gradient-callout-section {
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .callout-wrapper-div {
    padding: 35px 25px;
  }

  .dryeye-info-section {
    padding-top: 4%;
  }

  .dry-eye-text-div {
    padding-top: 25px;
  }

  .dry-eye-info-photo-div {
    width: 65%;
    height: 250px;
    max-height: none;
    margin-top: -5%;
  }

  .h2-dark {
    font-size: 1.75em;
  }

  .brand {
    width: 30%;
    padding-left: 0;
  }

  .nav-logo {
    max-height: 55px;
  }

  .hero-v2 {
    height: 375px;
  }

  .hero-content-div {
    width: 80%;
  }

  .image-3 {
    max-width: 150px;
    margin-bottom: 10px;
  }

  .hero-line-2 {
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .lp-button {
    margin-top: 10px;
    font-size: 13px;
  }

  .new-section-1 {
    background-image: linear-gradient(to bottom, #7de6f4 60%, #c2e7f1 60%);
  }

  .h2-center, .h2-center.h2-white {
    font-size: 1.75em;
  }

  .h4-purple {
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .lg-callout {
    margin-bottom: 10px;
    font-size: 1.75em;
    line-height: 1.2em;
  }

  .subh-body {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .intro-wrapper {
    width: 95%;
  }

  .affiliated-logo {
    object-fit: contain;
    width: 40%;
    max-height: 55px;
    margin: 20px;
  }

  .logo-holder {
    aspect-ratio: auto;
    flex-flow: wrap;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .lp-section-4 {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .footer {
    padding-top: 8%;
  }

  .footer-wrapper {
    width: 90%;
  }

  ._25 {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .image-5 {
    max-width: 125px;
    margin-bottom: 20px;
  }

  .why-text-hold {
    font-size: 15px;
  }

  .video-playlist-holder {
    justify-content: space-between;
    align-items: flex-start;
  }

  .video-div {
    width: 100%;
  }

  .disease-wrapper {
    width: 95%;
    padding: 25px 25px 50px;
  }

  .disease-image-holder {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0%;
    padding-right: 5%;
  }

  .video-title {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .marg {
    margin-left: 0%;
  }

  .heading {
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.65em;
  }

  .fancy-list-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .check {
    width: 15px;
  }

  .section-1-img-block {
    width: 100%;
    max-height: 300px;
    margin-top: 0%;
  }

  .why-choose-block {
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .why-choose-block._2 {
    margin-bottom: 5px;
  }

  .callout-wrapper-div {
    padding: 25px 20px;
  }

  .h2-white {
    margin-bottom: 10px;
    font-size: 1.6em;
  }

  .dryeye-info-section {
    justify-content: center;
    align-items: center;
    padding: 2%;
  }

  .dry-eye-text-div {
    width: 100%;
  }

  .dry-eye-info-photo-div {
    width: 100%;
    height: 200px;
    margin-top: 0%;
  }

  .h2-dark {
    margin-bottom: 10px;
    font-size: 1.35em;
  }

  .dry-eye-info-photo-wrap {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-div {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2%;
  }

  .brand {
    width: 45%;
  }

  .nav-logo {
    max-height: 40px;
  }

  .menu-button {
    padding: 10px;
  }

  .hero-v2 {
    background-position: 10% 0;
    height: 350px;
    margin-top: 0px;
  }

  .hero-content-div {
    width: 90%;
  }

  .image-3 {
    max-width: 125px;
  }

  .hero-line-2 {
    margin-bottom: 15px;
    font-size: 1.4em;
  }

  .lp-button.learn {
    background-position: 20px 55%;
    background-size: 15px;
    margin-top: 10px;
    font-size: 12px;
  }

  .new-section-1 {
    background-image: linear-gradient(to bottom, #7de6f4 80%, #c2e7f1 80%);
  }

  .h2-center {
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .h2-center.h2-white {
    margin-bottom: 10px;
    font-size: 1.65em;
  }

  .h4-purple {
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  .section-3-lp {
    padding-bottom: 4%;
  }

  .lg-callout {
    font-size: 1.4em;
    line-height: 1.1em;
  }

  .subh-body {
    font-size: 15px;
  }

  .center-text {
    font-size: 15px;
    line-height: 1.65em;
  }

  .affiliated-logo {
    width: 95%;
    max-height: 45px;
    margin: 12px 15px;
  }

  .logo-holder {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .lp-section-4 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .p-center {
    font-size: 15px;
    line-height: 1.65em;
  }

  .footer {
    padding-top: 10%;
  }

  .footer-wrapper {
    width: 80%;
    margin-bottom: 10%;
  }

  ._25 {
    margin-bottom: 15px;
  }

  .text-block {
    font-size: 13px;
  }

  .video-playlist-holder {
    width: 95%;
    margin-top: 0%;
  }

  .video-div {
    margin-bottom: 5px;
  }

  .disease-wrapper {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .disease-container {
    padding-right: 0%;
  }

  .disease-section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .disease-image-holder {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .video-title {
    letter-spacing: 2px;
    font-size: .8em;
  }

  .cta-text {
    font-size: .8em;
  }
}


