<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2 {
  color: #296b7b;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.navbar {
  z-index: 2000;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, .2);
}

.nav-link {
  color: #296b7b;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-link:hover {
  color: #ba648b;
}

.nav-link.phone {
  color: #fff;
  background-color: #296b7b;
  background-image: url('../images/icons8-phone.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-left: 40px;
}

.nav-link.phone:hover {
  background-color: #ba648b;
}

.brand {
  max-width: 325px;
}

.nav-menu {
  padding-top: .75%;
}

.hero {
  height: 100vh;
  background-image: url('../images/middle-aged-couple-hiking.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 100px 5% 100px 3%;
  display: flex;
}

.hero-wrapper-div {
  width: 675px;
}

.hero-top-line {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 2.9em;
  line-height: 1.4em;
}

.text-span {
  color: #ba648b;
}

.hero-par {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
}

.hero-buttons {
  align-items: center;
  display: flex;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #296b7b;
  border-radius: 10px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button:hover, .button.pink {
  background-color: #ba648b;
}

.button.pink:hover {
  background-color: #296b7b;
}

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

.button.mobile-pink {
  background-color: #ba648b;
}

.button.mobile-pink:hover {
  background-color: #296b7b;
}

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

.self-test-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-center {
  text-align: center;
  margin-bottom: 10px;
}

.h2-center.white {
  color: #fff;
}

.shape {
  width: 100px;
  margin-bottom: 20px;
}

.st-large-text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.image {
  max-width: 900px;
  box-shadow: 0 -2px 14px rgba(0, 0, 0, .2);
}

.what-is-rle-section {
  min-height: 0;
  background-image: url('../images/middle-aged-woman.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding: 5%;
  display: flex;
}

.what-is-rle-wrapper-div {
  max-width: 48%;
  background-color: rgba(0, 0, 0, .65);
  padding: 25px;
}

.h2-white {
  color: #fff;
}

.p-white {
  color: #fff;
  font-weight: 400;
}

.what-is-an-iol-section {
  justify-content: space-between;
  display: flex;
}

.color-sliver {
  width: 5%;
  background-color: #333;
}

.photo-div-40 {
  width: 35%;
  object-fit: cover;
  overflow: hidden;
}

.what-is-iol-text-div {
  width: 60%;
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

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

.iol-type-wrapper {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.faq2_question {
  cursor: pointer;
  background-color: #296b7b;
  border-top: 1px rgba(0, 0, 0, 0);
  border-bottom: 2px #004674;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.section_faq2 {
  width: 100%;
}

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

.faq2_answer {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.faq2_icon {
  width: 2rem;
  filter: invert();
  align-self: flex-start;
  margin-left: 1.5rem;
}

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

.text-size-medium.text-weight-bold {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
}

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

.faq2_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.meet-doc-section {
  background-image: url('../images/river.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.meet-doc-wrapper {
  width: 90%;
  background-color: rgba(0, 0, 0, .7);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.doc-photo-holder {
  width: 28%;
  object-fit: cover;
  border: 2px solid #5b8691;
  overflow: hidden;
}

.meet-doc-text {
  width: 68%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.testimonial-section {
  background-color: #333;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrapper {
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-holder {
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.testimonial-div {
  width: 32%;
  background-color: #fff;
  background-image: linear-gradient(rgba(91, 134, 145, .2), rgba(91, 134, 145, .2));
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 15px 0;
  display: flex;
}

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

.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.footer-div-25 {
  width: 30%;
}

.brand-2 {
  margin-bottom: 15px;
}

.footer-form-div {
  width: 65%;
}

.field-label {
  font-weight: 400;
}

.footer-phone-link {
  color: #296b7b;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.footer-phone-link:hover {
  color: #ba648b;
}

.image-4 {
  width: 40px;
  margin-right: 10px;
}

.map-div {
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  overflow: hidden;
}

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

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

.section {
  color: #fff;
  background-color: #296b7b;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.mobile-buttons {
  align-items: center;
  display: none;
}

.mobile-button-teal {
  text-align: center;
  text-transform: uppercase;
  background-color: #296b7b;
  border-radius: 10px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.mobile-button-teal:hover {
  background-color: #ba648b;
}

.body-buttons {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }

  .hero {
    height: 800px;
    background-position: 100% 100%;
    align-items: flex-end;
    padding: 0;
  }

  .hero-wrapper-div {
    width: 100%;
    background-color: rgba(0, 0, 0, .65);
    padding: 25px;
  }

  .self-test-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image {
    max-width: 100%;
  }

  .what-is-rle-section {
    padding: 0%;
  }

  .what-is-rle-wrapper-div {
    max-width: none;
    background-color: #333;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .color-sliver {
    display: none;
  }

  .photo-div-40 {
    width: 40%;
  }

  .what-is-iol-text-div {
    background-color: #5b8691;
  }

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

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1.2rem;
  }

  .meet-doc-wrapper {
    flex-direction: column;
  }

  .doc-photo-holder {
    width: 45%;
  }

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

  .testimonial-section {
    padding-bottom: 3%;
  }

  .testimonial-holder {
    flex-direction: column;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    color: #296b7b;
  }
}

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

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    height: 500px;
  }

  .hero-wrapper-div {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-top-line {
    font-size: 1.8em;
  }

  .hero-buttons {
    display: none;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8em;
  }

  .button.mobile-pink {
    border-radius: 0;
  }

  .self-test-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .what-is-iol-text-div {
    padding: 25px;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq2_icon {
    width: 1.75rem;
  }

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

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-div-25 {
    width: 100%;
  }

  .brand-2 {
    max-width: 300px;
  }

  .footer-form-div {
    width: 100%;
  }

  .section {
    padding-bottom: 100px;
  }

  .mobile-buttons {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-button-teal {
    border-top: 1px solid #fff;
    border-radius: 0;
    font-size: .8em;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    max-width: 250px;
  }

  .hero {
    height: 600px;
    background-position: 70% 100%;
  }

  .hero-wrapper-div {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-top-line {
    font-size: 1.5em;
  }

  .hero-par {
    margin-bottom: 10px;
  }

  .what-is-an-iol-section {
    flex-direction: column;
  }

  .photo-div-40, .what-is-iol-text-div {
    width: 100%;
  }

  .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .max-width-large {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .meet-doc-section {
    background-image: url('../images/river.jpg');
    background-attachment: scroll;
    padding: 0%;
  }

  .meet-doc-wrapper, .doc-photo-holder {
    width: 100%;
  }

  .testimonial-holder {
    margin-top: 0;
  }

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

  .section {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 110px;
    font-size: .8em;
    line-height: 1.2em;
  }

  .menu-button {
    padding: 9px;
  }
}


</pre></body></html>