:root {
  --black: #333;
  --white: white;
  --dodger-blue: #6999a5;
  --midnight-blue: #5a3764;
  --alice-blue: #e9f3fd;
}

.body {
  color: var(--black);
  font-family: Merriweather, serif;
  font-size: 1em;
  line-height: 1.75em;
}

.brand {
  min-width: 175px;
  padding: 5px 5px 5px 20px;
}

.navbar {
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 17px rgba(0, 0, 0, .07);
}

.nav_link {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.nav_link.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.nav_link.blue:hover {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(336deg, var(--dodger-blue), transparent);
}

.nav_icon {
  height: 30px;
  margin-right: 10px;
}

.nav-menu {
  padding-top: .5%;
  padding-right: 20px;
  display: flex;
}

.hero {
  background-image: linear-gradient(66deg, rgba(255, 255, 255, .75), rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0)), url('../images/happy-senior-woman-by-coast.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 95vh;
  padding: 100px 100px 6% 6%;
  display: flex;
}

.slide_label_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.single_line_div {
  background-color: var(--midnight-blue);
  width: 30%;
  height: 1px;
}

.button {
  background-color: var(--midnight-blue);
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: .9em;
  font-weight: 600;
}

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

.button.blue {
  background-color: var(--midnight-blue);
  font-weight: 600;
}

.button.blue:hover {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--midnight-blue);
  font-weight: 600;
}

.button.marg {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--midnight-blue);
  margin-bottom: 15px;
  margin-right: 15px;
  font-weight: 600;
}

.button.marg:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.button.outline {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  font-weight: 600;
}

.button.outline:hover, .button.outline.filled {
  background-color: var(--white);
  color: var(--black);
}

.button.outline.filled:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
}

.slide_tagline {
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 0 15px 0 0;
  padding: 0 5px 0 10px;
  font-size: .8em;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.hero-wrapper-div {
  width: 52%;
  position: relative;
  top: 0%;
  left: 0%;
}

.hero-tagline-text {
  color: var(--midnight-blue);
  text-transform: none;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 0;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.3em;
}

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

.selftest-wrapper-div {
  border-top: 1px solid #98867d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.h2 {
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 2em;
  line-height: 1.2em;
  position: absolute;
  top: -20px;
}

.h2.left {
  color: #003876;
  text-align: left;
}

.h2.left.static {
  color: var(--midnight-blue);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0%;
  padding-right: 0%;
  position: static;
}

.h2.sub {
  text-transform: none;
  position: static;
}

.h2.static {
  background-color: rgba(255, 255, 255, 0);
  position: static;
}

.par {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.par.center {
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.par.center.large {
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.what-are-cataracts-section {
  background-color: rgba(51, 51, 51, .05);
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-are-cataracts-wrapper-div {
  justify-content: space-between;
  width: 85%;
  max-width: 1600px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.photo-48 {
  object-fit: cover;
  width: 48%;
  height: 400px;
  overflow: hidden;
}

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

.cataract-symptoms {
  padding-top: 8%;
  padding-bottom: 8%;
}

.cataract-symptom-wrapper-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.tabs {
  justify-content: center;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tabs-content {
  width: 70%;
  height: 60vh;
}

.tab-link {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: left;
  align-items: center;
  height: 16%;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.tab-link:hover {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(351deg, rgba(255, 255, 255, .5), rgba(0, 0, 0, 0));
}

.tab-link.w--current {
  background-color: var(--dodger-blue);
  font-family: Barlow;
  font-size: 16px;
  font-weight: 500;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tab-pane-tab-1 {
  float: right;
  width: 100%;
  height: 60vh;
}

.image-11, .image-12, .image-13, .image-14, .image-15 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h4 {
  color: #e9eef3;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.h4.left-tan {
  color: var(--midnight-blue);
  text-align: left;
}

.iol-section {
  background-color: rgba(51, 51, 51, .05);
  padding-top: 100px;
  padding-bottom: 100px;
}

.tabs-menu-2 {
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3 {
  text-align: center;
  line-height: 1.2em;
}

.dot {
  background-color: var(--midnight-blue);
  border: 5px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.tabs-2 {
  width: 100%;
  max-width: 1170px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ondot {
  background-color: var(--dodger-blue);
  border: 5px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.pane {
  height: 500px;
}

.tab-line {
  background-color: rgba(90, 55, 100, .25);
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  height: 10px;
  margin-bottom: 10px;
  display: flex;
}

.tabs-content-2 {
  height: auto;
}

.tab-link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  width: 33.34%;
  padding-top: 21px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: block;
}

.tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  width: 33.33%;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.slider-pane {
  background-image: url('../images/cataract-simulator-before.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider-pane.lens {
  background-image: url('../images/cataract-simulator-premium.jpg');
}

.slider-pane.after {
  background-image: url('../images/cataract-simulator-basic.jpg');
}

.technology-section {
  background-image: url('../images/eye-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  min-height: 0;
  padding: 6% 0 6% 50px;
  display: flex;
}

.technology-wrapper-div {
  max-width: 48%;
}

.footer {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-wrapper-div {
  /*justify-content: space-between;*/
  width: 90%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  /*display: flex;*/
}

.footer-left-40 {
  width: 60%;
}

.text-field::placeholder {
  font-family: Barlow;
}

.text-area::placeholder {
  font-family: Barlow;
}

.footer-right-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 8%;
  display: flex;
}

.copyright {
  background-color: var(--dodger-blue);
  color: #e9eef3;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.hero-buttons {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  padding-left: 0%;
  display: block;
}

.iol-wrapper {
  border-top: 1px #98867d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.image-49 {
  max-width: 275px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-family: Poppins, sans-serif;
}

.simulator-wrapper {
  margin-top: 75px;
}

.tab-container {
  width: 90%;
  margin-top: 35px;
  margin-bottom: 50px;
}

.btm-button {
  display: none;
}

.lens-div {
  border: 3px solid var(--midnight-blue);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  padding: 25px;
  display: flex;
}

.lens-container {
  justify-content: space-between;
  margin-top: 35px;
  display: flex;
}

.image-51 {
  margin-left: auto;
  margin-right: auto;
}

.appointment-locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 2em;
    width: 60.5%;
    margin: 20px auto;
}

.appointment-locations .contact-location-item {
    background: #f0f0f0;
    text-align: center;
    padding: 2em;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contact-location-item h3 {
    margin-bottom: 15px;
    font-size: 1.5em;
    background-color: unset;
}

.contact-location-item p {
    margin-bottom: 10px;
    color: #2a2a2a;
}

.contact-location-item li {
  color: #2a2a2a;
}

.contact-location-item li a, .contact-location-item h3 a{
  font-weight: 800;
  text-decoration: underline;
  color: #5a3764;
}

.contact-location-item li a:hover, .contact-location-item h3 a:hover{
  color: #6999a5;
}

.location-phone-list {
    list-style: none;
    padding-left: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    padding-right: 0;
  }

  .hero {
    background-position: 0 0, 50% 100%;
    height: 700px;
    padding-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide_label_wrapper {
    margin-bottom: 15px;
  }

  .button.blue {
    margin-left: 0;
    margin-right: 0;
  }

  .button.marg {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 5px;
  }

  .button.outline {
    border-color: var(--white);
    color: var(--white);
  }

  .slide_tagline {
    letter-spacing: 3px;
    padding-right: 10px;
    font-size: 1.8vw;
  }

  .hero-wrapper-div {
    background-color: rgba(105, 153, 165, .65);
    width: 100%;
    padding: 20px;
    top: auto;
    left: auto;
  }

  .hero-tagline-text {
    color: var(--white);
    font-size: 5vw;
  }

  .selftest-wrapper-div {
    padding-top: 50px;
  }

  .h2 {
    font-size: 1.5em;
  }

  .h2.left.static {
    margin-bottom: 15px;
  }

  .par {
    margin-bottom: 10px;
  }

  .par.center.large {
    font-size: 1.8em;
  }

  .what-are-cataracts-wrapper-div {
    width: 90%;
  }

  .text-48 {
    width: 50%;
  }

  .button-holder {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .button-holder.stacked {
    flex-flow: column;
  }

  .image {
    object-position: 50% 50%;
    margin-left: 20px;
  }

  .cataract-symptom-wrapper-div {
    flex-direction: column;
  }

  .tabs-menu {
    text-align: center;
    width: 100%;
  }

  .tabs {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 600px;
    margin-bottom: 0;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-10 {
    width: auto;
    height: auto;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

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

  .technology-section {
    background-image: linear-gradient(#e9eef3, #e9eef3), url('../images/tech-eye4.jpg');
    background-position: 0 0, 80% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 0;
    padding-right: 0;
  }

  .technology-wrapper-div {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-left-40 {
    width: 60%;
  }

  .footer-right-48 {
    padding-left: 30px;
  }

  .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon {
    color: #003876;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
  }

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

  .image-49 {
    max-width: 250px;
  }

  .simulator-wrapper {
    margin-top: 50px;
  }

  .tab-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-10 {
    font-size: .8em;
  }

  .lens-div {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 20px;
  }

  .lens-container {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    min-width: 125px;
    padding-left: 5px;
  }

  .hero {
    height: 500px;
    padding-top: 0;
  }

  .slide_label_wrapper {
    margin-bottom: 10px;
  }

  .single_line_div {
    width: 45%;
  }

  .button {
    margin-right: 10px;
  }

  .button.blue {
    margin-right: 0;
    line-height: 1em;
  }

  .button.marg {
    line-height: 1em;
  }

  .button.outline {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1em;
  }

  .button.outline.filled {
    line-height: 1em;
  }

  .slide_tagline {
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    top: auto;
  }

  .hero-tagline-text {
    margin-bottom: 10px;
    margin-left: 0%;
    font-size: 4vw;
  }

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

  .selftest-wrapper-div {
    padding-top: 30px;
  }

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

  .par {
    margin-bottom: 15px;
  }

  .par.center.large {
    font-size: 1.4em;
  }

  .what-are-cataracts-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .what-are-cataracts-wrapper-div {
    flex-direction: column;
    align-items: center;
  }

  .text-48 {
    width: 100%;
  }

  .photo-48 {
    width: 100%;
    margin-top: 20px;
  }

  .button-holder {
    align-items: flex-start;
  }

  .image {
    object-position: 50% 50%;
    margin-left: 0;
  }

  .cataract-symptoms {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .tabs-content {
    width: 100%;
  }

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

  .dot {
    border-width: 2px;
    width: 15px;
    height: 15px;
  }

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

  .ondot {
    border-width: 2px;
    width: 15px;
    height: 15px;
  }

  .pane {
    height: 300px;
  }

  .tab-link-2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 15px;
  }

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

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

  .footer-left-40 {
    width: 100%;
  }

  .footer-right-48 {
    margin-top: 20px;
    padding-left: 0;
  }

  .copyright {
    padding-bottom: 75px;
  }

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

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

  .simulator-wrapper {
    margin-top: 50px;
  }

  .tab-container {
    margin-top: 5px;
  }

  .btm-button {
    z-index: 4000;
    background-color: var(--midnight-blue);
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 1.2em;
    text-decoration: none;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btm-button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 156, 222, .45));
  }

  .text-block-11 {
    font-weight: 700;
    text-decoration: none;
  }

  .phone-icon {
    object-fit: contain;
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }

  .image-50 {
    object-fit: contain;
  }

  .appointment-locations {
    width: 92%;
  }

}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/happy-senior-woman-by-coast.jpg');
    background-position: 90% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }

  .slide_label_wrapper {
    margin-bottom: 5px;
  }

  .single_line_div {
    width: 18%;
  }

  .button {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.blue {
    margin-left: 0;
    font-size: .7em;
    line-height: 1.6em;
  }

  .button.marg {
    font-size: .7em;
    line-height: 1.6em;
  }

  .button.outline {
    text-align: center;
    margin-bottom: 7px;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .7em;
    line-height: 1.5em;
  }

  .button.outline.filled {
    margin-bottom: 0;
    margin-right: 0;
  }

  .slide_tagline {
    height: 35px;
    margin-left: 0;
    font-size: 3vw;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    top: auto;
  }

  .hero-tagline-text {
    margin-left: 0%;
    font-size: 1.2em;
    font-weight: 500;
  }

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

  .selftest-wrapper-div {
    padding-top: 30px;
  }

  .h2 {
    font-size: 1.3em;
    top: -15px;
  }

  .h2.left.static {
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .h2.sub {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .par, .par.center.large {
    font-size: .9em;
  }

  .photo-48 {
    height: 350px;
    margin-top: 15px;
  }

  .button-holder {
    flex-flow: column;
    width: 100%;
  }

  .tabs {
    height: auto;
    margin-top: 0;
  }

  .h4 {
    font-size: 1em;
  }

  .text-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer-right-48 {
    width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .iol-wrapper {
    padding-top: 0;
  }

  .image-49 {
    max-width: 180px;
  }

  .simulator-wrapper {
    margin-top: 35px;
  }

  .text-block-10 {
    text-align: center;
    line-height: 1.6em;
  }

  .lens-div {
    padding-left: 15px;
    padding-right: 15px;
  }
}


