:root {
  --dark-blue: #031929;
  --blue: #004071;
  --black: #000;
  --light-blue: #00adee;
  --white: white;
}

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1em;
}

h1 {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #018dc2;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Jost, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Jost, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  text-wrap: pretty;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.8em;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 220px;
}

.navlink {
  color: var(--blue);
  letter-spacing: .2px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.navlink:hover {
  color: var(--light-blue);
}

.hero_section {
  height: 100vh;
  position: relative;
}

.background_video {
  height: 100%;
}

.hero_overlay {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#0000 39%, #000000d9);
  position: absolute;
  inset: 0%;
}

.main_tagline {
  z-index: 100;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 4em;
  font-weight: 200;
  line-height: 1em;
  display: block;
  position: static;
  inset: auto 0% 35%;
}

.main_subheadline {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1em;
}

.main_tagline_wrapper {
  z-index: 100;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% 15%;
}

.line_divider_div {
  background-image: linear-gradient(101deg, #0000, var(--light-blue) 50%, #fff0 103%);
  width: 30%;
  height: 2px;
  margin: 20px auto 30px;
}

.line_divider_div.callout {
  background-image: linear-gradient(101deg, var(--light-blue), #fff0 103%);
  width: 90%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
}

.line_divider_div.section {
  width: 50%;
  height: 1px;
}

.line_divider_div.section_left {
  background-image: linear-gradient(101deg, var(--light-blue), #fff0 103%);
  width: 80%;
  height: 1px;
  margin-left: 0;
}

.hero_btns_grid {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.hero_btn_cell {
  align-items: stretch;
}

.hero_btn {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00000040;
  border: 1px solid #fff;
  padding: 12px 30px;
  font-size: .9em;
  text-decoration: none;
}

.hero_btn:hover {
  background-color: var(--white);
  color: #000;
}

.top_phone_btn {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-family: Jost, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.welcome_section {
  background-color: #fff0;
  background-image: url('../images/dark-blue-square.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: 68%;
  padding: 5% 10%;
  position: relative;
}

.welcome_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

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

.button {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 29px;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

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

.welcome_headline_wrapper {
  background-color: #fff0;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0 20px 0 0;
}

.welcome_headline {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 3.4em;
  font-weight: 200;
}

.welcome_subheadline {
  color: var(--light-blue);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
}

.welcome_img_cell {
  background-color: #ececec00;
}

.hp_img_div {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;
}

.hp_img_div.evo {
  height: 100%;
}

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

.hp_img.evo {
  object-position: 50% 0%;
}

.callout_section {
  background-color: #03192900;
  padding: 7% 15%;
  position: relative;
}

.header_wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hp_headline_white {
  color: var(--light-blue);
  letter-spacing: 15px;
  padding-left: 15px;
  font-family: Jost, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.hp_headline_white.big {
  color: var(--blue);
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Jost, sans-serif;
  font-size: 5em;
  font-weight: 200;
}

.callouts_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 5%;
  padding: 0;
}

.callout_cell {
  border: 1px #fff;
  align-items: stretch;
}

.callout_headline {
  color: var(--blue);
  text-align: left;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
}

.callout_text {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .9em;
}

.age_section {
  background-color: #01111d;
  padding: 5% 10% 0%;
}

.age_text_div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.age_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.age_img._3 {
  object-position: 35% 0%;
}

.age_img._1 {
  object-position: 50% 0%;
}

.age_description {
  z-index: 10;
  color: #000;
  background-color: #fff;
  width: 90%;
  padding: 10px 10px 10px 28px;
  position: absolute;
  inset: auto auto 10% -5%;
}

.age_description._1 {
  background-color: var(--light-blue);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 85px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2em;
  bottom: 22px;
  left: 0%;
}

.age_description._3 {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 0 20px;
  display: flex;
  bottom: 22px;
  left: 0%;
  right: 0;
}

.age_description._2 {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 0 20px;
  line-height: 1.2em;
  display: flex;
  bottom: 22px;
  left: 0%;
}

.age_btn_text_div {
  z-index: 10;
  text-align: center;
  background-color: #e7bb6b00;
  background-image: linear-gradient(#000000bf, #0000);
  border-radius: 0;
  height: auto;
  padding: 32px 15px 36px;
  position: absolute;
  inset: 0% 0% auto;
}

.age_btn_text_div._3 {
  background-color: #8a683b00;
}

.age_btns_wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: -54px;
  display: flex;
}

.age_headline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: .9em;
}

.age_headline.nomargin {
  margin-bottom: 10px;
}

.age_img_wrapper {
  z-index: 2;
  border-radius: 0;
  width: 100%;
  height: 400px;
  position: static;
  top: auto;
  left: auto;
  overflow: hidden;
  box-shadow: 0 4px 20px #0000000f;
}

.age_btn {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 32%;
  font-size: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.age_btn:hover {
  color: #fff;
}

.age_btn._1 {
  color: var(--white);
  width: 32%;
}

.age_btn._3 {
  color: var(--white);
}

.age_text {
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 800;
}

.quote_section {
  padding: 12% 15% 10%;
  position: relative;
}

.white_text {
  color: #fff;
}

.cataract_header_div {
  text-align: center;
  margin-bottom: 0%;
}

.cataract_quote_text {
  text-transform: none;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 2em;
  font-weight: 200;
  line-height: 1.4em;
}

.cataract_section {
  background-image: url('../images/dark-blue-square.svg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 65%;
  padding: 5% 10%;
}

.cataract_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.cataract_text_cell {
  justify-content: center;
  align-items: flex-start;
  padding-right: 10%;
}

.cataract_subheadline {
  color: var(--light-blue);
  font-weight: 400;
}

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

.white_link {
  color: var(--light-blue);
  text-decoration: none;
}

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

.cataract_parallax_section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/parallax-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10% 25%;
}

.cataract_callout_wrapper {
  text-align: center;
}

.cataract_callout_text {
  color: var(--white);
  text-align: center;
  text-transform: none;
  font-family: Jost, sans-serif;
  font-size: 3.4em;
  font-weight: 300;
}

.parallax_subtext {
  color: #fff;
  font-size: 1.2em;
}

.procedure_section {
  background-image: url('../images/grey-square.svg');
  background-position: 50% 101%;
  background-repeat: repeat-x;
  background-size: auto 40%;
  padding: 5% 15%;
}

.procedures_headline {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
}

.procedures_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 5%;
  padding: 0;
}

.procedure_cell {
  background-color: #e6e6e6;
  background-image: linear-gradient(#e6e6e6, #fff 74%);
  border: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10% 5% 5%;
}

.procedure_text {
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
}

.procedure_headline {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1em;
}

.procedure_icon {
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto;
}

.procedure_btn {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 25px;
  padding: 20px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.procedure_btn:hover {
  background-color: var(--black);
}

.procedure_btn._2 {
  background-color: #042842;
}

.procedure_btn._2:hover {
  background-color: var(--black);
}

.procedure_btn._3 {
  background-color: var(--light-blue);
  font-family: Jost, sans-serif;
}

.procedure_btn._3:hover {
  background-color: var(--black);
}

.callout_icon_div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.white_dot {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: block;
  box-shadow: 0 0 20px #0000001a;
}

.evo_section {
  background-color: #d9dee2;
  background-image: url('../images/EVO-ICL-Outline-in-white.png');
  background-position: 90% 15%;
  background-repeat: no-repeat;
  background-size: 15%;
  padding-left: 5%;
  padding-right: 10%;
  padding-top:15%;
}

.evo_grid {
  padding: 0;
}

.evo_text_cell {
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
  padding-bottom: 10%;
  padding-left: 5%;
}

.evo_headline {
  font-size: 2.8em;
  font-weight: 400;
}

.evo_logo {
  width: 200px;
  margin-bottom: 20px;
}

.refractive_section {
  background-color: var(--black);
  padding: 5% 15%;
}

.rle_subheadline {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.rle_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.rle_cell {
  text-align: center;
  align-items: stretch;
}

.rle_callout_headline {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.rle_text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .9em;
}

.rle_img_div {
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
}

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

.rle_img._1 {
  object-position: 50% 50%;
}

.testimonials_section {
  background-color: #e9e9e9;
  padding: 5% 10%;
}

.testimonals_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials_headline {
  color: var(--blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 400;
}

.teatimonials_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 5%;
  padding: 0;
}

.testimonials_cell {
  filter: drop-shadow(0 20px 5px #00000012);
  background-color: #fff0;
  background-image: linear-gradient(#fff0, #fff);
  border: 1px #0000003d;
  align-items: stretch;
  padding: 0 40px 41px;
}

.testimonials_text {
  text-align: left;
  font-size: .9em;
}

.testimonials_name {
  margin-top: auto;
  font-size: .9em;
  font-weight: 600;
}

.quote_icon {
  width: 80px;
  margin-top: -26px;
  margin-bottom: 20px;
  padding-top: 0;
}

.footer_section {
  background-color: var(--dark-blue);
  padding: 5% 10% 10%;
}

.dropdown_navlink {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.dropdown_toggle {
  color: var(--blue);
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: var(--light-blue);
}

.dropdown_ico {
  margin-right: 5px;
  font-size: .8em;
}

.dropodown_list.w--open {
  background-color: #fff;
}

.dropdown_link {
  color: var(--blue);
  border-top: 1px solid #0040714d;
  border-bottom: 1px #00407138;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .8em;
  font-weight: 500;
}

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

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.contact_cell {
  padding-right: 5%;
}

.footer_headline {
  color: var(--white);
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.contact_form {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 0;
}

.text_field {
  box-shadow: none;
  color: var(--white);
  background-color: #ffffff12;
  border: 1px #00adeea3;
  margin-bottom: 20px;
}

.text_field::placeholder {
  color: var(--light-blue);
  font-family: Jost, sans-serif;
}

.text_area {
  color: #fff;
  background-color: #ffffff12;
  border: 1px #000;
  min-height: 100px;
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
}

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

.submit_btn {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 16px 29px;
  font-family: Jost, sans-serif;
}

.submit_btn:hover {
  background-color: var(--white);
}

.address_text {
  color: var(--white);
  font-size: .9em;
}

.quick_link {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: .85em;
  text-decoration: none;
}

.quick_link:hover {
  color: var(--light-blue);
  margin-bottom: 15px;
}

.quick_link.top {
  text-transform: uppercase;
  margin-top: 5%;
  font-size: .85em;
}

.footer_logo {
  width: 180px;
  margin-bottom: 20px;
}

.clarity_name_txt {
  color: #fff;
  margin-top: 5%;
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-weight: 600;
}

.footer_phone_btn {
  color: var(--light-blue);
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.footer_phone_btn:hover {
  color: var(--white);
  margin-bottom: 10px;
}

.fax_txt {
  color: #fff;
  font-size: .9em;
}

.footer_text {
  color: #fff;
  margin-bottom: 10%;
  font-size: .8em;
  line-height: 1.8em;
}

.footer_link {
  color: var(--light-blue);
  text-decoration: none;
}

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

.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_wrapper {
  width: 100%;
}

.search-1 {
  margin-bottom: 0;
  display: flex;
}

.s_input {
  color: #fff;
  background-color: #ffffff12;
  border: 1px #000;
  height: 45px;
  min-height: 45px;
  margin-bottom: 0;
}

.s_btn {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 12px 18px;
  font-family: Jost, sans-serif;
  font-size: .9em;
}

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

.cell {
  border-left: 1px solid #ffffff1f;
  padding-left: 10%;
}

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

.soc_media_btn {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.soc_media_btn:hover {
  opacity: .6;
}

.callout_icon {
  width: 40px;
  margin-bottom: 10px;
}

.triangle_decor_wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% auto auto 10%;
}

.triangle_decor_wrapper._2 {
  inset: auto 10% 5% auto;
}

.triangle_decor_wrapper.rotate {
  transform: rotate(90deg);
}

.triangle_icon {
  width: 30px;
  margin-right: 20px;
}

.triangle_icon.reverse {
  transform: rotate(180deg);
}

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

.main_tagline2 {
  color: #65d5ff;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
}

.inner_header_section {
  background-image: url('../images/inner-hero-img.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30vh;
  padding-bottom: 40px;
  padding-left: 10%;
  display: flex;
}

.inner_content_section {
  padding: 5% 10%;
}

.inner_page_title {
  margin-bottom: 0;
  font-family: Jost, sans-serif;
}

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

.breadcrumbs_link {
  color: var(--blue);
  text-transform: uppercase;
  margin-right: 0;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none;
}

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

.inner_img_div {
  float: left;
  width: 45%;
  height: 400px;
  margin-bottom: 40px;
  margin-right: 40px;
}

.inner_img_div.right {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    margin-right: auto;
  }

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

  .main_tagline {
    font-size: 4em;
  }

  .main_tagline_wrapper {
    bottom: 6%;
  }

  .hero_btns_grid {
    width: 80%;
  }

  .top_phone_btn {
    margin-right: 20px;
  }

  .welcome_section {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 75%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hp_img_div, .hp_img_div.evo {
    height: 500px;
  }

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

  .hp_headline_white {
    font-size: 1.2em;
  }

  .hp_headline_white.big {
    font-size: 3em;
  }

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

  .age_text_div {
    width: 80%;
  }

  .age_wrapper {
    flex-wrap: wrap;
  }

  .age_description._1, .age_description._3, .age_description._2 {
    font-size: .9em;
  }

  .age_btns_wrapper {
    width: 100%;
  }

  .age_headline {
    font-size: 2em;
  }

  .age_btn, .age_btn._1 {
    font-size: 1.1em;
  }

  .age_text {
    font-size: 2.2em;
  }

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

  .cataract_quote_text {
    font-size: 2.2em;
  }

  .cataract_section {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto 75%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .cataract_parallax_section {
    padding: 15%;
  }

  .cataract_callout_text {
    font-size: 3em;
  }

  .procedure_section {
    background-size: auto 25%;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .procedures_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .procedure_headline {
    font-size: 1.4em;
  }

  .procedure_icon {
    width: 120px;
  }

  .white_dot {
    width: 80px;
    height: 80px;
  }

  .evo_section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 10%;
    padding-left: 10%;
  }

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

  .evo_text_cell {
    background-color: #ffffff8f;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .refractive_section {
    padding: 10%;
  }

  .rle_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .dropdown_navlink {
    display: block;
  }

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

  .dropdown_ico {
    margin-right: 13px;
  }

  .triangle_decor_wrapper._2 {
    bottom: 9%;
    right: 5%;
  }

  .triangle_decor_wrapper.rotate {
    top: 15%;
    left: -3%;
  }

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

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

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

  .navmenu {
    background-color: #fff;
  }

  .main_tagline2 {
    font-size: 1.6em;
  }
}

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

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

  .logo {
    width: 180px;
    margin-right: auto;
    padding-left: 0;
  }

  .hero_section {
    height: 450px;
  }

  .main_tagline {
    height: auto;
    padding-top: 10px;
    font-size: 2em;
  }

  .main_subheadline {
    font-size: 1em;
  }

  .main_tagline_wrapper {
    inset: 273px 0% auto;
  }

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

  .hero_btns_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    margin-top: 10px;
  }

  .top_phone_btn {
    margin-right: 20px;
    font-size: 1.2em;
  }

  .welcome_headline {
    font-size: 2.6em;
  }

  .hp_img_div {
    height: 400px;
  }

  .callout_section {
    padding: 10%;
  }

  .hp_headline_white {
    letter-spacing: 10px;
  }

  .callout_headline {
    font-size: 1.2em;
  }

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

  .age_text_div {
    width: 100%;
  }

  .age_img {
    object-position: 50% 20%;
  }

  .age_img._3 {
    object-position: 50% 16%;
  }

  .age_img._1 {
    object-position: 50% 20%;
  }

  .age_description._1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-left: 40px;
    display: flex;
    bottom: 0;
  }

  .age_description._3 {
    align-items: center;
    height: 60px;
    padding-left: 40px;
    display: flex;
    bottom: 0%;
  }

  .age_description._2 {
    align-items: center;
    height: 60px;
    padding-left: 40px;
    display: flex;
    bottom: 0;
  }

  .age_btns_wrapper {
    flex-wrap: wrap;
  }

  .age_headline {
    font-size: 2.5em;
  }

  .age_img_wrapper {
    height: 300px;
  }

  .age_btn {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .age_btn._1 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .cataract_quote_text {
    font-size: 1.8em;
  }

  .cataract_callout_text {
    font-size: 2.2em;
  }

  .procedure_section {
    background-size: auto 45%;
  }

  .procedures_headline {
    font-size: 2.2em;
  }

  .procedure_cell {
    background-color: #ebebeb;
    background-image: none;
  }

  .evo_headline {
    font-size: 2.2em;
  }

  .rle_grid {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .rle_img_div {
    margin-bottom: 20px;
  }

  .testimonals_wrapper {
    width: 100%;
  }

  .testimonials_headline {
    font-size: 2.2em;
  }

  .teatimonials_grid {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    margin-top: 11%;
  }

  .quote_icon {
    width: 60px;
  }

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

  .footer_grid {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
  }

  .s_wrapper {
    width: 80%;
  }

  .cell {
    border-left-style: none;
    padding-left: 0%;
  }

  .triangle_decor_wrapper._2, .triangle_decor_wrapper.rotate {
    display: none;
  }

  .main_tagline2 {
    font-size: 1.1em;
  }

  .inner_header_section {
    height: 250px;
  }

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

  .breadcrumbs_link {
    font-size: .8em;
  }
}

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

  .hero_section {
    height: 500px;
  }

  .main_tagline {
    height: auto;
    font-size: 2em;
  }

  .main_subheadline {
    font-size: .9em;
    font-weight: 400;
  }

  .main_tagline_wrapper {
    top: 193px;
  }

  .line_divider_div {
    width: 60%;
  }

  .hero_btns_grid {
    width: 75%;
  }

  .hero_btn {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .85em;
    font-weight: 500;
  }

  .top_phone_btn {
    margin-right: 10px;
  }

  .welcome_section {
    background-size: auto 85%;
    padding-bottom: 15%;
  }

  .hp_img_div {
    height: 350px;
  }

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

  .header_wrapper {
    width: 100%;
  }

  .hp_headline_white {
    letter-spacing: 5px;
    font-size: 1.1em;
  }

  .hp_headline_white.big {
    font-size: 2.6em;
  }

  .age_section {
    padding-top: 15%;
  }

  .age_description._1, .age_description._3, .age_description._2 {
    padding-left: 30px;
  }

  .age_headline {
    font-size: 1.8em;
    font-weight: 300;
  }

  .cataract_quote_text {
    font-size: 1.4em;
    font-weight: 300;
  }

  .cataract_section {
    background-size: auto 90%;
    padding-top: 15%;
  }

  .cataract_parallax_section {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .cataract_callout_text {
    font-size: 1.8em;
  }

  .parallax_subtext {
    font-size: 1em;
  }

  .procedure_section {
    background-size: auto 55%;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .evo_headline {
    font-size: 1.8em;
  }

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

  .rle_subheadline {
    font-size: 1em;
  }

  .testimonials_section {
    padding-top: 15%;
  }

  .teatimonials_grid {
    margin-top: 15%;
  }

  .testimonials_cell {
    padding-bottom: 25px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_section {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .s_wrapper {
    width: 100%;
  }

  .phone_icon {
    width: 36px;
  }

  .phone_text {
    display: none;
  }

  .main_tagline2 {
    font-size: 1em;
  }
}

#w-node-adec4d4f-6336-f49e-e61f-450472d61c0b-0ac09fff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_079d842c-8ad9-71fb-2d02-31e067d722bd-0ac09fff {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_714dba75-4cdf-f63c-d498-251e0416795f-0ac09fff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_25b209ff-1274-6f9c-bab0-3eb63fa5e4c1-0ac09fff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ccbad41d-f920-76d1-9caa-957a5863a92c-0ac09fff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4f436c27-9aa4-9762-7517-c911c090e9f8-0ac09fff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48cd654b-89e8-ba78-c777-356063152ca1-0ac09fff, #w-node-_8b990212-dd05-e7e1-7a58-9b2d29b2a422-0ac09fff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d2523c7d-b957-a857-2685-71e4f7f0a3e4-0ac09fff, #w-node-_6da389d0-1314-91ca-d8b3-0fc9dbcbc2cb-d3f0c4c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_079d842c-8ad9-71fb-2d02-31e067d722bd-0ac09fff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_714dba75-4cdf-f63c-d498-251e0416795f-0ac09fff {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_25b209ff-1274-6f9c-bab0-3eb63fa5e4c1-0ac09fff, #w-node-_4f436c27-9aa4-9762-7517-c911c090e9f8-0ac09fff, #w-node-_8b990212-dd05-e7e1-7a58-9b2d29b2a422-0ac09fff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2523c7d-b957-a857-2685-71e4f7f0a3e4-0ac09fff, #w-node-_6da389d0-1314-91ca-d8b3-0fc9dbcbc2cb-d3f0c4c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ccbad41d-f920-76d1-9caa-957a5863a92c-0ac09fff, #w-node-_48cd654b-89e8-ba78-c777-356063152ca1-0ac09fff, #w-node-d2523c7d-b957-a857-2685-71e4f7f0a3e4-0ac09fff, #w-node-_6da389d0-1314-91ca-d8b3-0fc9dbcbc2cb-d3f0c4c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-adec4d4f-6336-f49e-e61f-450472d61c0b-0ac09fff, #w-node-_714dba75-4cdf-f63c-d498-251e0416795f-0ac09fff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


