:root {
  --blue-green: #246d7f;
  --dark-bluegrean: #013e53;
  --light-bluegreen: #53b0c5;
  --white: white;
  --black: #000;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
  display: grid;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  overflow: visible;
}

h1 {
  color: var(--blue-green);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.8rem;
}

h2 {
  color: var(--dark-bluegrean);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 200;
  line-height: 3rem;
}

h3 {
  color: var(--dark-bluegrean);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

p {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

a {
  color: var(--blue-green);
  text-decoration: none;
}

a:hover {
  color: var(--light-bluegreen);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

li {
  margin-bottom: 10px;
}

.top-nav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 0%;
  display: block;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 0 8px #00000036;
}

.logo {
  opacity: 1;
  border-radius: 0;
  width: 300px;
  margin-right: auto;
}

.navlink {
  color: var(--dark-bluegrean);
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .95rem;
  font-weight: 500;
}

.hero_section {
  height: 1200px;
  position: static;
  overflow: hidden;
}

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

.hero_slider_nav {
  height: 30px;
  font-size: .6rem;
}

.hero_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero_tagline_wrapper {
  z-index: 50;
  color: var(--white);
  text-align: center;
  background-color: #00273500;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.main_tagline {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.6rem;
}

.main_tagline.bold {
  font-size: 3.6rem;
  font-weight: 900;
}

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

.phone_btn {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
}

.welcome_section {
  padding: 7% 10%;
  position: relative;
}

.static_btn {
  color: var(--white);
  text-transform: uppercase;
  background-color: #32869900;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
}

.static_btn:hover {
  color: #97ecff;
  background-color: #1f637200;
}

.static_btn.selftest {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
}

.two_columns_grid {
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  padding: 0;
  display: grid;
}

.two_columns_grid.bottom_margin {
  margin-bottom: 5%;
}

.p_last {
  margin-bottom: 0;
}

.line_div {
  background-color: var(--blue-green);
  width: 150px;
  height: 1px;
  margin-right: 0;
}

.line_div.light_green {
  background-color: var(--light-bluegreen);
}

.content_cell {
  justify-content: center;
  align-items: flex-start;
}

.content_cell.right_margin {
  padding-right: 5%;
}

.hp_img_div {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.hp_img_div.cataract1 {
  height: 600px;
  margin-top: 5%;
}

.hp_img_div.cataract2 {
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.docs_section {
  padding: 7% 10%;
  position: relative;
}

.docs_wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.docs_btns_wrapper {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.doc_btn {
  background-color: var(--dark-bluegrean);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  width: 120px;
  padding: 6px;
  position: absolute;
}

.doc_btn:hover {
  background-color: var(--blue-green);
  color: var(--white);
}

.doc_btn._1 {
  background-color: var(--dark-bluegrean);
  color: var(--white);
  border-radius: 4px;
  width: 120px;
  padding: 6px;
  inset: auto auto 20% 0%;
}

.doc_btn._1:hover {
  background-color: var(--blue-green);
}

.doc_btn._2 {
  top: 63%;
  left: 34%;
}

.doc_btn._3 {
  inset: auto auto 16% 17%;
}

.doc_btn._4 {
  inset: auto 36% 16% auto;
}

.doc_btn._5 {
  inset: auto 26% 27% auto;
}

.doc_btn._6 {
  inset: auto 4% 21% auto;
}

.blog_section {
  background-color: #0000000a;
  padding: 7% 15%;
  position: relative;
}

.blog_header_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog_headline_div {
  width: 65%;
}

.hp_headline {
  color: #1b0f03;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 200;
  line-height: 3.2rem;
}

.hp_headline.blog {
  color: var(--dark-bluegrean);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 2.8rem;
}

.button {
  background-color: var(--blue-green);
  color: var(--white);
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 25px;
  font-size: .9rem;
  display: flex;
}

.button:hover {
  background-color: var(--dark-bluegrean);
  color: var(--white);
}

.button.margin {
  margin-bottom: 10px;
}

.button.fancy {
  border-radius: 0;
  padding-right: 10px;
}

.button.fancy:hover {
  color: var(--white);
}

.button.fancy.margin {
  border-radius: 0;
}

.button.fancy.darker {
  background-color: #011d27;
}

.button.fancy.darker:hover {
  background-color: var(--dark-bluegrean);
}

.read_more_link {
  color: #1b0f03;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

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

.blog_date {
  margin-bottom: 10px;
  font-size: .8rem;
}

.blog_img_div {
  border-radius: 0;
  width: 100%;
  height: 400px;
  margin-bottom: 5%;
  overflow: hidden;
}

.blog_headline {
  color: var(--blue-green);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4rem;
}

.blog_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  padding: 0;
  display: grid;
}

.blog_subheadline {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.contact_section {
  background-image: url('../images/dark-blue-bg.svg');
  background-position: 50% 110%;
  background-repeat: repeat-x;
  background-size: auto 40%;
  padding: 7% 15%;
  position: relative;
}

.contact_text_cell {
  padding-right: 10%;
}

.contact_form_wrapper {
  background-color: #bddfe7;
  border-radius: 0;
  width: 100%;
  padding: 10%;
}

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

.form_blog {
  margin-bottom: 0;
}

.text_label {
  color: var(--dark-bluegrean);
  text-transform: uppercase;
  margin-left: 23px;
  font-size: .9rem;
  font-weight: 400;
}

.text_field {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  min-height: 45px;
  margin-bottom: 15px;
  padding-left: 22px;
  padding-right: 20px;
}

.text_field::placeholder {
  color: var(--light-bluegreen);
  background-color: #6ddff800;
}

.text_area {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  min-height: 120px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-left: 22px;
  padding-right: 20px;
}

.text_area::placeholder {
  color: var(--light-bluegreen);
}

.submit_btn {
  background-color: var(--dark-bluegrean);
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 27px;
}

.submit_btn:hover {
  background-color: var(--light-bluegreen);
  color: var(--black);
}

.contact_subheadline {
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

.contact_headline {
  margin-bottom: 20px;
  font-size: 3.6rem;
  line-height: 3.4rem;
}

.footer_section {
  color: var(--white);
  background-color: #002a38;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.footer_middle_cell {
  border-left: 1px #fff3;
  border-right: 1px #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 12%;
  padding-right: 10%;
}

.quick_links_cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0;
}

.hours_text {
  color: #d8d8d8;
  margin-top: 5%;
  margin-bottom: 0;
  font-size: .85rem;
}

.soc_media_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  margin-left: 0;
  display: flex;
}

.footer_logo {
  width: 25%;
  margin-top: 0%;
  margin-bottom: 0%;
  position: absolute;
  inset: -29% auto auto 10%;
}

.footer_headline {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.footer_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #fff3;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.soc_media_btn {
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 15px;
  padding: 5px;
  display: flex;
}

.soc_media_btn:hover {
  background-color: var(--light-bluegreen);
  opacity: 1;
}

.soc_media_btn._3 {
  border-radius: 0;
  padding: 8px;
}

.address_text {
  color: #d8d8d8;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3rem;
}

.footer_link {
  color: #d8d8d8;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--light-bluegreen);
}

.quick_links_grid {
  width: 100%;
  padding: 0;
  
}

.copyright_div {
  width: auto;
  margin-top: 10%;
}

.locations_grid {
  width: 70%;
  padding: 0;
}

.location_name {
  color: #89def1;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.cell {
  padding-bottom: 20px;
  padding-left: 15%;
}

.copyright_text-2 {
  color: #dadada;
  font-size: .8rem;
}

.copyright_text-2.margin {
  margin-top: 20px;
}

.back2top_btn {
  background-color: var(--blue-green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  padding: 13px 24px;
  font-size: .9rem;
  position: absolute;
  inset: auto 15% 35% auto;
}

.back2top_btn:hover {
  color: var(--black);
  background-color: #65d6f0;
}

.button_icon_div {
  background-color: #fff0;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
}

.arrow_icon {
  width: 50%;
}

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

.testimonials_wrapper {
  width: 100%;
  margin-top: 25%;
  margin-bottom: 0%;
}

.testimonials_slider {
  background-color: #fff0;
  height: auto;
}

.testimonials_arrow {
  display: none;
}

.testimonials_slide_nav {
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding-top: 5px;
  font-size: .8rem;
  display: flex;
}

.testimonials_div {
  height: 85%;
  padding-left: 6px;
  padding-right: 5%;
}

.testimonials_text {
  font-size: .95rem;
  line-height: 1.6rem;
}

.testimonials_name {
  font-weight: 500;
}

.testimonials_slide {
  padding-bottom: 40px;
}

.quotes_icon {
  width: 60px;
  margin-bottom: 10px;
}

.navlink_dropdown {
  color: var(--dark-bluegrean);
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 500;
}

.dropodown_toggle {
  color: var(--dark-bluegrean);
  padding-top: 19px;
  padding-left: 15px;
  padding-right: 20px;
}

.dropodown_toggle.w--open {
  color: var(--light-bluegreen);
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .8rem;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.dropdown_link {
  color: var(--dark-bluegrean);
  font-size: .9rem;
}

.dropdown_link:hover {
  background-color: var(--dark-bluegrean);
  color: var(--white);
}

.dropdown_link.fullwidth {
  border-bottom: 1px solid var(--dark-bluegrean);
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1rem;
}

.s_wrapper {
  width: 100%;
  margin-top: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.s-form {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.s-input {
  color: var(--white);
  background-color: #ffffff94;
  background-image: url('../images/search-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #000;
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 50px;
}

.s-input::placeholder {
  color: var(--white);
}

.s_btn {
  background-color: var(--blue-green);
  color: var(--white);
  display: block;
}

.s_btn:hover {
  background-color: var(--dark-bluegrean);
}

.static_btn_icon {
  width: 26px;
  margin-right: 10px;
}

.static_btn_icon.selftest {
  margin-right: 0;
}

.phone_icon {
  width: 26px;
  margin-right: 5px;
}

.taglines_wrapper {
  background-color: var(--dark-bluegrean);
  padding: 36px;
}

.paragraph {
  font-weight: 400;
}

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

.h2-bold {
  color: var(--light-bluegreen);
  font-weight: 400;
}

.welcome_content_cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0%;
}

.google_logo {
  width: 200px;
  margin-top: auto;
}

.help_section {
  background-color: #6fb9ca00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0% 10%;
  display: block;
  position: relative;
}

.help_wrapper {
  z-index: 10;
  text-align: left;
  background-color: #9ce3f3;
  border: 10px #65e3ff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding: 4%;
  display: flex;
  position: absolute;
  inset: 27% 10% auto auto;
  box-shadow: 0 9px 20px 3px #00000026;
}

.help_headline {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.help_img_div {
  width: 65%;
  height: 600px;
  overflow: hidden;
}

.hp-img {
  object-fit: cover;
  object-position: 25% 50%;
  width: 100%;
  height: 100%;
}

.age_section {
  color: var(--black);
  background-image: url('../images/dark-blue-bg.svg');
  background-position: 50% 110%;
  background-repeat: repeat-x;
  background-size: auto 60%;
  padding: 7% 5%;
  font-weight: 400;
  display: block;
  position: relative;
}

.center_wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.center_wrapper.no_botom_margin {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-bottom: 0%;
  display: flex;
}

.ages_main_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 5%;
  display: flex;
}

.ages_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  display: flex;
}

.age_wrapper {
  width: 100%;
  height: 20rem;
  position: relative;
}

.age_wrapper._1 {
  width: 100%;
  height: 25rem;
}

.age_wrapper._2 {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}

.age_wrapper._3 {
  width: 100%;
  height: 25rem;
}

.age_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.age_overlay_div {
  z-index: 10;
  text-align: left;
  background-color: #00000040;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.age_number {
  color: var(--white);
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 3rem;
}

.age_title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
}

.age_content_div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.age_content_div._1, .age_content_div._2, .age_content_div._3 {
  width: 100%;
}

.age_link {
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.age_link:hover {
  color: #9eedff;
}

.age_text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.age_subhealdine {
  color: var(--light-bluegreen);
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.cataract_section {
  background-color: #00070800;
  padding: 7% 10%;
}

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

.cataract_text {
  margin-right: 0%;
  font-weight: 400;
}

.optical_section {
  background-color: #0000000f;
  padding: 0%;
}

.heading-2 {
  color: #8be7fc;
}

.white_text {
  color: var(--white);
  font-weight: 300;
}

.cataract_imgs_grid {
  width: 100%;
  margin-bottom: 7%;
  padding: 0;
  display: grid;
}

.optical_wrapper {
  color: var(--white);
  height: auto;
  position: relative;
}

.optical_img_div {
  width: 100%;
  height: 900px;
  overflow: hidden;
}

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

.optical_content_div {
  z-index: 20;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: auto 10% 38% auto;
}

.optical_overlay_div {
  z-index: 5;
  background-image: linear-gradient(262deg, #022f3b, #0000);
  position: absolute;
  inset: 0%;
}

.logos_wrapper {
  z-index: 30;
  background-color: #00000040;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.nike_logo {
  width: 80px;
}

.west_logo {
  width: 120px;
}

.helium_logo {
  width: 90px;
}

.rayban_logo {
  width: 80px;
}

.silhouette_logo {
  width: 100px;
}

.baker_logo {
  width: 120px;
}

.ck_logo {
  width: 110px;
}

.blog_wrapper {
  background-color: #ffffff96;
  border: 1px solid #00000045;
  width: 100%;
  padding: 30px;
}

.blog_cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.dropdown_list_fullwidth {
  width: 100%;
  position: fixed;
  left: 0;
}

.dropdown_list_fullwidth.w--open {
  background-color: #fff;
  padding: 2% 10%;
}

.dropdown_grid {
  grid-column-gap: 1svw;
  grid-row-gap: 1svw;
  padding: 0;
  display: grid;
}

.dropdown_cell {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.subdropdown_link {
  margin-left: 0;
  padding: 8px 20px;
  font-size: .9rem;
}

.subdropdown_link.last {
  margin-bottom: 20px;
}

.doc_img_hero_div {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.docs_img_hero {
  object-fit: contain;
  object-position: 50% 100%;
  width: 90%;
  height: auto;
}

.docs_grid {
  width: 100%;
  padding: 0;
}

.doc_btn_new {
  color: var(--white);
  width: 100%;
  height: 250px;
  position: relative;
}

.doc_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.doc_overlay_div {
  z-index: 10;
  background-image: linear-gradient(#0000 57%, #000000e6);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc_overlay_div:hover {
  color: #72e5ff;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 10px 3%;
  display: flex;
}

.top_navbar_wrapper {
  background-color: var(--blue-green);
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-right: 3%;
  display: flex;
}

.selftest_btns_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider_div {
  background-color: #ffffff75;
  width: 1px;
  height: 20px;
}

.hero_slider_arrow {
  color: var(--black);
  width: 50px;
  font-size: .9rem;
}

.inner_hero_section {
  background-color: var(--dark-bluegrean);
  height: 60svh;
  padding-left: 10%;
  padding-right: 10%;
}

.inner_hero_img_div {
  width: 100%;
  height: 750px;
  margin-top: 0%;
  position: absolute;
  top: 40%;
  bottom: auto;
  overflow: hidden;
}

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

.inner_hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  display: grid;
}

.hero_content_cell {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30% 10% 0% 0%;
}

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

.breadcrumbs_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.breadcrumbs_link {
  color: var(--white);
  margin-right: 10px;
  font-size: .9rem;
  font-weight: 300;
}

.breadcrumbs_link:hover {
  color: var(--light-bluegreen);
}

.related_pages_txt {
  color: var(--white);
  margin-right: 10px;
  font-size: .9rem;
  font-weight: 300;
}

.hero_img_cell {
  padding-right: 0%;
}

.innerpage_section {
  background-color: #0000;
  padding: 5% 10%;
}

.inner_hero_text {
  color: var(--white);
  font-weight: 300;
}

.innerpage_placement_div {
  width: 100%;
  height: 100%;
  position: relative;
}

.innerpage_img_div {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.list_nomargin {
  margin-bottom: 0;
}

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

.inner_callout_section {
  background-color: var(--blue-green);
  color: var(--white);
  text-align: center;
  background-image: radial-gradient(circle at 25% 0, #00b6dfba, #53b0c500 59%);
  padding: 5% 15%;
}

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

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

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

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero_section {
    height: 500px;
  }

  .hero_tagline_wrapper {
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-right: 0%;
    position: absolute;
    inset: 34% 0% auto;
  }

  .main_tagline {
    margin-right: 20px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .main_tagline.bold {
    font-size: 3rem;
    line-height: 3rem;
  }

  .phone_btn {
    margin-right: 20px;
  }

  .static_btn {
    flex-flow: row;
    width: 48%;
    height: auto;
  }

  .static_btn.selftest {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .line_div {
    width: 100px;
  }

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

  .content_cell.right_margin {
    padding-right: 10%;
  }

  .hp_img_div.cataract1 {
    height: 500px;
  }

  .hp_img_div.cataract2 {
    height: 250px;
  }

  .doc_btn {
    font-size: .85rem;
  }

  .doc_btn._1 {
    bottom: 31%;
  }

  .doc_btn._2 {
    top: 48%;
    left: 31%;
  }

  .doc_btn._3 {
    left: 14%;
  }

  .doc_btn._5 {
    bottom: 42%;
    right: 23%;
  }

  .doc_btn._6 {
    bottom: 17%;
  }

  .blog_section {
    padding: 10%;
  }

  .blog_header_wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog_headline_div {
    width: 60%;
  }

  .hp_headline {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .hp_headline.blog {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .blog_img_div {
    height: 350px;
  }

  .contact_section {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .contact_text_cell {
    padding-right: 0%;
  }

  .contact_header_wrapper {
    padding-bottom: 26px;
  }

  .footer_section {
    padding-bottom: 10%;
  }

  .footer_middle_cell {
    padding-top: 49px;
    padding-left: 15%;
    padding-right: 0%;
  }

  .footer_logo {
    width: 60%;
    margin-bottom: 18%;
    position: absolute;
    top: 0%;
    left: 19%;
  }

  .copyright_div, .locations_grid {
    width: 100%;
  }

  .cell {
    padding-top: 167px;
    padding-left: 15%;
  }

  .copyright_text-2 {
    margin-right: 10%;
  }

  .back2top_btn {
    bottom: 5%;
    left: auto;
    right: 15%;
  }

  .testimonials_wrapper {
    margin-top: 15%;
  }

  .navmenu {
    background-color: #fff;
    border-radius: 0;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropodown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 15px;
  }

  .dropdown_list {
    position: absolute;
  }

  .dropdown_list.w--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .dropdown_link {
    padding-left: 25px;
  }

  .s_wrapper {
    width: 100%;
  }

  .static_btn_icon.selftest {
    width: 26px;
  }

  .menu_btn {
    background-color: var(--blue-green);
    color: var(--white);
    border-radius: 0%;
  }

  .menu_btn:hover {
    background-color: var(--light-bluegreen);
  }

  .menu_btn.w--open {
    background-color: var(--dark-bluegrean);
  }

  .taglines_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .help_wrapper {
    width: 65%;
    padding-left: 5%;
    padding-right: 5%;
    inset: auto 18% -6% auto;
  }

  .help_img_div {
    width: 100%;
  }

  .hp-img {
    object-position: 50% 50%;
  }

  .age_section {
    padding-top: 14%;
    padding-bottom: 10%;
  }

  .center_wrapper {
    width: 90%;
    margin-bottom: 10%;
  }

  .center_wrapper.no_botom_margin {
    width: 90%;
  }

  .age_number {
    font-size: 3rem;
  }

  .age_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .age_link {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .age_text {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .cataract_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .optical_img {
    object-position: 0% 50%;
  }

  .optical_content_div {
    width: 60%;
    right: 20%;
  }

  .optical_overlay_div {
    background-color: #00000075;
    background-image: linear-gradient(262deg, #022f3b, #022f3b52);
  }

  .logos_wrapper {
    flex-flow: wrap;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nike_logo {
    width: 60px;
  }

  .west_logo {
    width: 90px;
  }

  .helium_logo {
    width: 80px;
  }

  .rayban_logo {
    width: 70px;
  }

  .silhouette_logo {
    width: 80px;
  }

  .baker_logo {
    width: 100px;
  }

  .ck_logo {
    width: 90px;
  }

  .dropdown_list_fullwidth.w--open {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .top_navbar_wrapper {
    flex-flow: wrap;
    padding-right: 0%;
  }

  .selftest_btns_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 25px;
  }

  .inner_hero_img_div {
    height: 450px;
  }

  .hero_content_cell {
    padding-bottom: 5%;
  }

  .innerpage_section {
    padding-top: 50%;
  }

  .inner_callout_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: static;
  }

  .logo {
    width: 300px;
    padding-left: 0;
  }

  .hero_section {
    height: 400px;
  }

  .hero_tagline_wrapper {
    height: auto;
    padding-top: 0%;
    top: 49%;
  }

  .main_tagline.bold {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .welcome_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .static_btn {
    height: 45px;
    margin-top: 0;
    margin-bottom: 1px;
    padding: 0 20px;
  }

  .line_div {
    width: 70px;
  }

  .doc_btn {
    padding: 5px;
    font-size: .8rem;
    line-height: 1rem;
  }

  .doc_btn._1 {
    bottom: 39%;
    left: -9%;
  }

  .doc_btn._2 {
    top: 47%;
    left: 25%;
  }

  .doc_btn._3 {
    bottom: 20%;
    left: 9%;
  }

  .doc_btn._4 {
    bottom: 21%;
    right: 31%;
  }

  .doc_btn._5 {
    right: 15%;
  }

  .doc_btn._6 {
    bottom: 20%;
    right: -2%;
  }

  .blog_header_wrapper {
    flex-flow: wrap;
    margin-bottom: 11%;
  }

  .blog_headline_div {
    width: auto;
    margin-bottom: 25px;
  }

  .hp_headline {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .button.fancy.darker {
    margin-left: auto;
    margin-right: auto;
  }

  .blog_date {
    margin-bottom: 5px;
  }

  .blog_grid {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_middle_cell {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001a;
    border-bottom-width: 1px;
    border-bottom-color: #0000001a;
    padding-top: 20px;
    padding-left: 10%;
  }

  .quick_links_cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_logo {
    width: 60%;
  }

  .quick_links_grid {
    text-align: left;
  }

  .copyright_div {
    width: 100%;
    margin-bottom: 18px;
  }

  .cell {
    padding-top: 117px;
    padding-left: 10%;
    padding-right: 18px;
  }

  .back2top_btn {
    bottom: 4%;
  }

  .static_btn_icon {
    margin-right: 5px;
  }

  .phone_icon {
    width: 36px;
    margin-right: 0;
  }

  .phone_text {
    display: none;
  }

  .taglines_wrapper {
    flex-flow: column;
  }

  .help_wrapper {
    bottom: -14%;
  }

  .help_headline {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .help_img_div {
    height: 350px;
  }

  .age_section {
    padding-top: 22%;
    padding-right: 10%;
  }

  .ages_container {
    flex-flow: column;
    margin-bottom: 10%;
  }

  .age_wrapper._1, .age_wrapper._2, .age_wrapper._3 {
    height: 30rem;
  }

  .age_overlay_div {
    background-color: #00000080;
  }

  .optical_img_div {
    height: 600px;
  }

  .optical_content_div {
    text-align: center;
    width: 80%;
    right: 10%;
  }

  .logos_wrapper {
    height: 120px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nike_logo {
    margin-left: 4px;
    margin-right: 4px;
  }

  .west_logo, .helium_logo, .rayban_logo, .silhouette_logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero_content_cell {
    padding-top: 10%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

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

  .hero_tagline_wrapper {
    padding-top: 0%;
    padding-bottom: 0%;
    top: 47%;
  }

  .main_tagline {
    margin-right: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .main_tagline.bold {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .phone_btn {
    margin-left: 20px;
    margin-right: 10px;
  }

  .phone_btn:hover {
    opacity: .7;
  }

  .static_btn {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .static_btn.selftest {
    width: 45%;
    font-size: .8rem;
  }

  .content_cell {
    padding-top: 17%;
    padding-bottom: 17%;
  }

  .content_cell.right_margin {
    padding-bottom: 10%;
    padding-right: 5%;
  }

  .hp_img_div.cataract1 {
    height: 300px;
  }

  .doc_btn {
    display: none;
  }

  .blog_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

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

  .hp_headline.blog {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .blog_img_div {
    height: 180px;
  }

  .blog_subheadline {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .contact_headline {
    font-size: 3rem;
    line-height: 3rem;
  }

  .footer_section {
    padding: 10% 15% 15%;
  }

  .footer_middle_cell {
    padding-top: 22px;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .quick_links_cell {
    padding-left: 0;
  }

  .hours_text {
    margin-top: 10%;
  }

  .soc_media_wrapper {
    margin-top: 25%;
  }

  .footer_logo {
    width: 100%;
    position: static;
  }

  .footer_grid {
    border-bottom-style: none;
    margin-top: 0%;
  }

  .quick_links_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .copyright_div {
    margin-top: 29%;
  }

  .cell {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0;
  }

  .back2top_btn {
    margin-top: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    bottom: 20px;
  }

  .testimonials_wrapper {
    margin-top: 25%;
  }

  .testimonials_slider {
    width: 260px;
  }

  .s_wrapper {
    width: 100%;
    margin-top: 0%;
  }

  .s-form {
    flex-flow: column;
  }

  .s-input {
    min-height: 40px;
  }

  .static_btn_icon {
    margin-right: 10px;
  }

  .phone_icon {
    width: 40px;
  }

  .taglines_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .help_wrapper {
    padding-top: 7%;
    padding-bottom: 7%;
    bottom: -41%;
  }

  .help_img_div {
    height: 280px;
  }

  .age_section {
    background-image: url('../images/dark-blue-bg.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 40%;
    padding-top: 56%;
  }

  .age_wrapper._2, .age_wrapper._3 {
    height: 40rem;
  }

  .age_number {
    font-size: 2.4rem;
  }

  .optical_img_div {
    height: 250px;
  }

  .optical_content_div {
    background-color: #002b3a;
    width: 100%;
    padding: 33px;
    position: static;
    bottom: 30%;
  }

  .optical_overlay_div {
    display: none;
  }

  .logos_wrapper {
    background-color: #000;
    flex-flow: column;
    height: auto;
    padding-top: 6%;
    padding-bottom: 6%;
    position: static;
  }

  .nike_logo, .west_logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .helium_logo {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .rayban_logo {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .silhouette_logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .baker_logo {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .ck_logo {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .top_navbar_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .selftest_btns_wrapper {
    padding-left: 10px;
  }

  .inner_hero_section {
    height: 70svh;
  }

  .inner_hero_img_div {
    height: 250px;
  }

  .hero_content_cell {
    padding-bottom: 10%;
  }

  .breadcrumbs_wrapper {
    flex-flow: wrap;
    overflow: clip;
  }

  .innerpage_img_div {
    height: 250px;
  }

  .inner_callout_section {
    padding-left: 10%;
    padding-right: 10%;
  }
}

#w-node-_3dd2e0c9-c72d-b175-cec9-c6328ac0dee6-65dc1ee2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_55106101-15bf-383f-70cf-cb5235e7ed67-65dc1ee2, #w-node-_04cdb684-e74a-ee91-5de5-9c4c04445297-65dc1ee2, #w-node-_64723da9-0ece-39bd-e7cf-e0aa24f5d3fb-65dc1ee2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f869d122-89d9-f20b-fba4-240923059f63-65dc1ee2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2f13ec8f-b61c-eff9-2bbf-c8a07df4f033-65dc1ee2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_655a20c7-2172-8bd4-bc42-a7534432dfd7-65dc1ee2, #w-node-_43f4272e-71d0-2274-9573-17c567da020c-65dc1ee2, #w-node-_700ffbb0-9f7d-5f88-8af6-903487518901-65dc1ee2, #w-node-a12ace47-ed2f-7a9d-d4fe-fdd486f7ff29-65dc1ee2, #w-node-b81b6b98-522e-1d9e-9679-c3bf377f2400-65dc1ee2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f4969023-d643-fb71-cfce-f32f665171db-d56716e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b3d4d0aa-944b-761a-813b-493238d13c06-d56716e2, #w-node-_7b5cb110-66fa-ad54-ff95-89b1261e32c5-d56716e2, #w-node-_93387213-309a-ec23-f9db-24169d89d072-d56716e2, #w-node-a1f6116e-dd82-45d1-b751-a7cbfa21b9f4-d56716e2, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602dd-d56716e2, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602e3-d56716e2, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf6030c-d56716e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3dd2e0c9-c72d-b175-cec9-c6328ac0dee6-65dc1ee2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_55106101-15bf-383f-70cf-cb5235e7ed67-65dc1ee2, #w-node-_04cdb684-e74a-ee91-5de5-9c4c04445297-65dc1ee2, #w-node-f869d122-89d9-f20b-fba4-240923059f63-65dc1ee2, #w-node-_655a20c7-2172-8bd4-bc42-a7534432dfd7-65dc1ee2, #w-node-_43f4272e-71d0-2274-9573-17c567da020c-65dc1ee2, #w-node-_700ffbb0-9f7d-5f88-8af6-903487518901-65dc1ee2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4969023-d643-fb71-cfce-f32f665171db-d56716e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b3d4d0aa-944b-761a-813b-493238d13c06-d56716e2, #w-node-_7b5cb110-66fa-ad54-ff95-89b1261e32c5-d56716e2, #w-node-_93387213-309a-ec23-f9db-24169d89d072-d56716e2, #w-node-a1f6116e-dd82-45d1-b751-a7cbfa21b9f4-d56716e2, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602dd-d56716e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_700ffbb0-9f7d-5f88-8af6-903487518901-65dc1ee2, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602dd-d56716e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_64723da9-0ece-39bd-e7cf-e0aa24f5d3fb-65dc1ee2, #w-node-a12ace47-ed2f-7a9d-d4fe-fdd486f7ff29-65dc1ee2, #w-node-b81b6b98-522e-1d9e-9679-c3bf377f2400-65dc1ee2, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602e3-d56716e2, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf6030c-d56716e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


