:root {
  --color-6: #000005;
  --color-3: #fc4c02;
  --color-8: #fc4c02;
  --color: white;
  --color-5: #46525c;
  --color-4: #ebf7fa;
  --color-2: #333;
  --color-7: #96bca6;
}

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

h3 {
  color: var(--color-3);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: var(--color-8);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--color-6);
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
}

.hero {
  background-image: linear-gradient(-90deg, #0000, #0000 21%, #000005a8), url('../images/happy-young-woman.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 150vh;
  padding: 8% 5% 5% 4%;
  display: flex;
}

.hero-content-holder {
  border-left: 2px solid var(--color-8);
  width: 700px;
  padding: 20px 0 30px 20px;
  position: relative;
}

.hero-large-line {
  color: var(--color);
  text-transform: uppercase;
  width: auto;
  min-width: 0;
  padding-bottom: 10px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.top-line-hero {
  background-color: var(--color-8);
  width: 685px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btm-line-hero {
  background-color: var(--color-8);
  width: 685px;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-top-line-hero {
  background-color: var(--color-8);
  width: 2px;
  height: 30%;
  position: absolute;
  inset: 0% 12px auto auto;
}

.right-btm-line-hero {
  background-color: var(--color-8);
  width: 2px;
  height: 15px;
  position: absolute;
  inset: auto 12px 0% auto;
}

.button {
  background-color: var(--color-3);
  color: var(--color-6);
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-family: brandon-grotesque, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.button._49 {
  background-color: var(--color-3);
  color: var(--color);
  letter-spacing: 0;
  justify-content: center;
  width: 49%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: brandon-grotesque, sans-serif;
}

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

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

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

.button.rev.marg {
  margin-left: 10px;
}

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

.image.rev {
  filter: invert();
}

.what-is-section {
  background-color: var(--color-4);
  justify-content: space-between;
  display: flex;
}

.what-left-div {
  background-image: linear-gradient(to bottom, var(--color-2), var(--color-2));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 5% 10% 5% 5%;
  display: flex;
}

.what-left-div._100 {
  width: 100%;
  padding-right: 5%;
}

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

.right-what-div {
  background-color: var(--color-2);
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.what-photo-div {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 115%;
  min-width: 115%;
  display: flex;
  overflow: hidden;
}

.cause-image {
  object-fit: cover;
  width: 40%;
  max-height: none;
  overflow: hidden;
}

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

.cause-text {
  width: 56%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cause-text.left {
  margin-left: 5%;
}

.what-div {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.what-div._100 {
  width: 100%;
}

.button-holder-hero {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stacked-body-btns {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cost-inner-text {
  border-left: 5px solid var(--color-8);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 25px 50px;
  display: flex;
}

.hero-lg-p {
  color: var(--color);
  width: 690px;
  max-width: none;
  font-size: 1.2em;
  line-height: 1.3em;
}

.what-to-expect-section {
  background-color: var(--color);
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.what-to-expect-section._2 {
  padding-top: 0%;
}

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

.image-20 {
  filter: hue-rotate(143deg);
  width: 25px;
  margin-right: 10px;
}

.image-20.white {
  filter: brightness(500%) hue-rotate(143deg) hue-rotate(127deg);
}

.list-holder {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.list-holder.cand {
  flex-flow: column;
}

.list-49 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.list-49.white-bg {
  color: var(--color);
  background-color: #ffffff17;
  margin-bottom: 20px;
  padding: 15px;
}

.faq2_answer {
  overflow: hidden;
}

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

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

.lasik-worth-wrapper {
  border-left: 5px #f0b323;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.lasik-worth-wrapper.left {
  text-align: left;
  align-items: flex-start;
}

.faq2_component {
  border-bottom: 1px solid #0000;
  margin-bottom: 0;
}

.iol-options-section {
  background-color: #2e5e791a;
  padding: 5%;
}

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

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

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

.section_faq2 {
  width: 100%;
}

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

.text-size-medium.text-weight-bold {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

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

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

.faq2_question {
  background-color: var(--color-3);
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px #0000;
  border-bottom: 2px #004674;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

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

.video-txt {
  color: var(--color);
  font-size: .8em;
  line-height: 1.3em;
}

.video {
  margin-bottom: 10px;
}

.list-item {
  line-height: 1.2em;
}

.section-1 {
  justify-content: space-between;
  padding: 0%;
  display: flex;
}

._5050-text {
  background-color: #2e5e791a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5% 0 4%;
  display: flex;
}

._5050-text.white-bg {
  background-color: var(--color);
}

.iol-header {
  border-left: 5px solid var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px;
  display: flex;
}

.iol-header.pad {
  display: block;
}

.iol-option-holder {
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 1%;
  display: flex;
}

.procedure-div {
  background-color: var(--color-6);
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 49.5%;
  padding: 30px 30px 10px;
  display: flex;
}

.procedure-div._2 {
  padding-bottom: 30px;
}

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

.procedure-div-2 {
  color: #fff;
  background-color: #2e5e79;
  width: 49.5%;
  padding: 30px 30px 10px;
}

.procedure-div-2._100 {
  background-color: var(--color-6);
  width: 100%;
}

.mission-right-line {
  background-color: #fff;
  width: 1px;
  height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mission-left-line {
  background-color: #fff;
  width: 1px;
  height: 90%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h2-center-white-2 {
  color: #fff;
  text-align: center;
  position: absolute;
  inset: 0% 0% auto;
}

.mission-section {
  background-image: linear-gradient(#00000594, #00000594), url('../images/ophthalmology.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding: 50px;
  display: flex;
}

.button-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #434d65;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button-2:hover {
  background-color: #1a1e26;
}

.button-2.hover-white:hover {
  color: #1a1e26;
  background-color: #fff;
}

.button-2.hover-white.top-marg {
  background-color: var(--color-3);
  margin-top: 30px;
}

.button-2.hover-white.top-marg:hover {
  background-color: var(--color);
}

.mission-top-right-line {
  background-color: #fff;
  width: 33%;
  height: 1px;
  position: absolute;
  inset: 10% 0% auto auto;
}

.mission-top-left-line {
  background-color: #fff;
  width: 33%;
  height: 1px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.mission-wrapper-div {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30vh;
  padding: 50px 50px 0;
  font-size: 1.2em;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

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

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

  .hero {
    background-image: linear-gradient(195deg, #0000 1% 33%, #0000004f 48%, #0000008f 80%, #0000009e 101%), url('../images/happy-young-woman.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 800px;
  }

  .hero-content-holder {
    width: 700px;
  }

  .hero-large-line {
    color: var(--color);
    font-size: 2.98em;
  }

  .top-line-hero, .btm-line-hero {
    width: 685px;
  }

  .button._49 {
    font-size: .8em;
  }

  .what-is-section {
    flex-flow: column;
  }

  .what-left-div {
    width: 100%;
    padding-right: 5%;
  }

  .right-what-div {
    width: 100%;
    padding: 0%;
  }

  .what-photo-div {
    width: 100%;
    min-width: 0%;
    max-height: 400px;
    display: none;
  }

  .cause-image {
    width: 55%;
  }

  .cause-image._2 {
    display: none;
  }

  .cause-text {
    width: 100%;
    padding-left: 5%;
  }

  .cause-text.left {
    width: 90%;
    padding-top: 0;
    padding-left: 0%;
  }

  .what-to-expect-section {
    flex-flow: column;
    padding-bottom: 0%;
  }

  .lasik-worth-wrapper {
    padding-left: 30px;
  }

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

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

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

  ._5050-text {
    padding: 30px 0 10px;
  }

  .iol-option-holder {
    flex-flow: column;
  }

  .procedure-div, .procedure-div-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .mission-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/ophthalmology.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
  }

  .mission-top-right-line, .mission-top-left-line {
    width: 22%;
  }

  .mission-wrapper-div {
    min-height: 35vh;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-22 {
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
  }

  .hero-content-holder {
    width: 520px;
    padding-bottom: 0;
  }

  .hero-large-line {
    width: auto;
    min-width: 0;
    padding-bottom: 20px;
    font-size: 2.16em;
  }

  .top-line-hero, .btm-line-hero {
    width: 505px;
  }

  .right-top-line-hero {
    height: 50px;
  }

  .button._49 {
    font-size: .9em;
  }

  .what-is-section {
    flex-flow: column;
  }

  .what-left-div {
    width: 100%;
    padding-right: 5%;
  }

  .right-what-div {
    width: 100%;
    padding: 0%;
  }

  .what-photo-div {
    width: 100%;
    min-width: 0;
    display: none;
  }

  .button-holder-hero, .stacked-body-btns {
    display: block;
  }

  .cost-inner-text {
    padding-left: 5%;
  }

  .hero-lg-p {
    width: 510px;
    font-size: 1em;
  }

  .lasik-worth-wrapper {
    padding-left: 0;
  }

  .iol-options-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

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

  .faq2_icon {
    width: 1.75rem;
  }

  .section-1 {
    flex-flow: column;
  }

  ._5050-text {
    width: 100%;
  }

  .iol-header {
    padding-left: 5%;
  }

  .mission-right-line, .mission-left-line {
    height: 95%;
  }

  .mission-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mission-top-right-line, .mission-top-left-line {
    top: 5%;
  }

  .mission-wrapper-div {
    min-height: 30vh;
    padding-bottom: 20px;
  }

  .image-22 {
    max-width: 55%;
  }
}

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

  h3 {
    font-size: 1.2em;
  }

  .hero {
    background-position: 0 0, 80% 0;
    height: 600px;
  }

  .hero-content-holder {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .hero-large-line {
    font-size: 1.63em;
  }

  .top-line-hero, .btm-line-hero {
    width: 285px;
  }

  .right-top-line-hero {
    height: 55px;
  }

  .right-btm-line-hero {
    height: 20px;
  }

  .button {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 15px;
    font-size: .75em;
  }

  .button._49 {
    width: 90%;
    margin-bottom: 10px;
  }

  .image {
    width: 20px;
  }

  .cause-image {
    width: 100%;
  }

  .cause-text {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .cost-inner-text {
    padding-right: 5%;
  }

  .hero-lg-p {
    width: 290px;
  }

  .what-to-expect-section {
    padding-top: 0%;
  }

  .fancy-list {
    align-items: flex-start;
  }

  .list-holder {
    flex-flow: column;
  }

  .list-49 {
    width: 100%;
  }

  .lasik-worth-wrapper {
    padding-left: 0;
  }

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

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

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

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

  ._5050-text {
    padding: 15px 0;
  }

  .iol-header {
    padding-right: 5%;
  }

  .iol-option-holder {
    margin-bottom: 0;
  }

  .procedure-div {
    padding: 15px;
  }

  .procedure-div._2 {
    padding: 20px;
  }

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

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

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

  .button-2.hover-white.top-marg {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mission-top-right-line {
    width: 8%;
  }

  .mission-top-left-line {
    width: 9%;
  }

  .mission-wrapper-div {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }
}


