.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #1d3766;
  font-size: 4em;
  line-height: 1em;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #0f254e;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #141922;
  font-size: 2em;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  color: #5f5f5f;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  font-family: 'Gotham book', sans-serif;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 500;
}

a {
  font-family: Gotham, sans-serif;
  color: #009587;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #1d3766;
}

a:active {
  color: #009587;
}

ul {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

.hero_section {
  height: 100vh;
  background-image: linear-gradient(185deg, rgba(0, 0, 0, 0.65), transparent 54%);
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.main_tagline {
  position: static;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 50%;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3vw;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.main_tagline_div {
  position: absolute;
  left: 7%;
  top: auto;
  right: 7%;
  bottom: 27%;
  z-index: 100;
  width: auto;
  text-align: center;
}

.main_tagline2 {
  margin-bottom: 28px;
  margin-left: auto;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.inside_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.top_phones_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 14px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none hsla(0, 0%, 100%, 0.35);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.35);
}

.top_phones_wrapper.scroll {
  padding-top: 10px;
}

.top_phone_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  color: #009587;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.top_phone_number:hover {
  color: #fff;
}

.top_phone_number.footer {
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #0f254e;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 18px;
}

.top_phone_number.footer:hover {
  color: #009587;
}

.city_label {
  margin-right: 5px;
  color: #1d3766;
  font-size: 0.7em;
  font-weight: 500;
}

.welcome_section {
  padding-top: 99px;
  padding-bottom: 0px;
}

.wrapper_div {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper_div.welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 130px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.wrapper_div.mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper_div.eye_condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper_div.lasik_header {
  width: 90%;
  margin-bottom: 75px;
}

.wrapper_div.lasik_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.open {
  width: 70%;
  text-align: center;
}

.wrapper_div.inner_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper_div.inner_flex.laser-cat-benefits {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper_div.inner_flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.width {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.wrapper_div.inner_callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper_div.cat_symptoms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.faqs {
  width: 65%;
}

.wrapper_div.dryeye_callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.columns_cataract {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 63px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.precision-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.laser-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper_div.laser-cat._2 {
  width: 45%;
  margin-left: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper_div.pres-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.wrapper_div.right-align {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.wrapper_div.mono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper_div.eye_condition-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.welcome_header {
  color: #009587;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 300;
}

.block_div {
  width: 10%;
  height: 10px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  background-color: #1d3766;
}

.block_div.left {
  width: 10%;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.block_div.inner {
  width: 20%;
  margin-bottom: 30px;
}

.block_div.inner.white {
  margin-bottom: 30px;
  background-color: #fff;
}

.callout_wrapper {
  width: 100%;
  margin: 100px auto 0px;
  padding: 86px 36px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(29, 55, 102, 0.25);
  background-color: #fff;
  background-image: none;
}

.parallax_section {
  height: 600px;
  background-image: url('../images/parallax-img3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.side_btns_wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 200;
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.side_btns_wrapper.mob-version {
  display: none;
}

.side_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 13px 15px 13px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #122953;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: center;
  border: 3px solid #009587;
  border-width: 3px 3px 0 0;
}

.side_btn:last-child {
  border-right-width: 0;
}

.side_btn:hover {
  background-color: #009587;
  color: #fff;
}

.paragraph {
  color: #000;
}

.callouts_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.callout_subheadline {
  margin-bottom: 47px;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
}

.callout_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 39px;
  margin-bottom: 39px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.callout_number_headline {
  height: auto;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  color: #0f254e;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 900;
  text-align: left;
}

.callout_number_headline._2 {
  color: #1d3766;
}

.callout_number_headline._3 {
  color: #122953;
  font-size: 2em;
}

.callout_text_div {
  width: 48%;
  text-align: left;
}

.callout_btn {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #122953;
  font-family: Gotham, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
}

.callout_btn:hover {
  background-color: #003ca8;
  color: #fff;
}

.mission_section {
  display: none;
  padding-top: 129px;
  padding-bottom: 129px;
  background-color: transparent;
}

.mission_text_div {
  width: 48%;
  padding-right: 0px;
}

.video_wrapper {
  display: block;
  width: 48%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.09);
}

.video_wrapper.prec-cat {
  width: 32%;
}

.video_wrapper.icl {
  width: 50%;
}

.video_wrapper.pres {
  width: 75%;
}

.green_text {
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #009587;
  font-size: 1.1em;
  font-weight: 500;
}

.bold_text {
  margin-bottom: 0px;
  clear: left;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.eye_condition_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0f254e;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #122953, #010d22);
}

.condition_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 150px;
  background-color: transparent;
  background-image: url('../images/nearsight-icon-white.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
  -webkit-transition: -webkit-transform 650ms ease;
  transition: -webkit-transform 650ms ease;
  transition: transform 650ms ease;
  transition: transform 650ms ease, -webkit-transform 650ms ease;
}

.condition_btn:hover {
  background-color: #009587;
  background-image: url('../images/nearsight-icon-white.svg');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.condition_btn._5 {
  background-image: url('../images/dry-eye-icon-white.svg');
  background-size: 60%;
}

.condition_btn._5:hover {
  background-image: url('../images/dry-eye-icon-white.svg');
}

.condition_btn._4 {
  background-image: url('../images/cataract-icon-white.svg');
  background-size: 60%;
}

.condition_btn._4:hover {
  background-image: url('../images/cataract-icon-white.svg');
}

.condition_btn._3 {
  background-image: url('../images/astigmatism-icon-white.svg');
  background-size: 60%;
}

.condition_btn._3:hover {
  background-image: url('../images/astigmatism-icon-white.svg');
}

.condition_btn._2 {
  background-image: url('../images/farsight-icon-white.svg');
}

.condition_btn._2:hover {
  background-image: url('../images/farsight-icon-white.svg');
}

.condition_btn._6 {
  background-image: url('../images/presbyopia-icon-white.svg');
}

.condition_btn._6:hover {
  background-image: url('../images/presbyopia-icon-white.svg');
}

.condition_btn._7 {
  background-image: url('../images/contacts_icon.png');
  background-size: 65%;
}

.condition_btn._7:hover {
  background-image: url('../images/contacts_icon.png');
}

.condition_btn._8 {
  background-image: url('../images/keratoconus_iconV3.png');
  background-size: 50%;
}

.condition_btn._8:hover {
  background-image: url('../images/keratoconus_iconV3.png');
}

.condition_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.condition_div:hover {
  color: #94fff5;
}

.condition_div.v2 {
  width: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mission_headline {
  color: #009587;
}

.conditions_headline {
  width: 100%;
  margin-bottom: 57px;
  color: #fff;
  font-size: 2.4em;
  font-weight: 300;
  text-align: center;
}

.conditions_headline.small {
  margin-top: 44px;
  margin-bottom: 0px;
  font-size: 1.6em;
}

.white_link {
  color: #fff;
  text-decoration: none;
}

.white_link:hover {
  color: #94fff5;
}

.lasik_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #303236;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3d424b, #030405);
}

.lasik_headline {
  color: #122953;
  font-size: 3.6em;
  text-align: center;
}

.lasik_headline.white {
  color: #fff;
  font-size: 2.8em;
}

.lasik_ajax_wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  position: absolute;
  left: 5%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tablink {
  margin-bottom: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.31);
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.tablink:hover {
  background-color: #000;
  color: #fff;
}

.tablink.w--current {
  background-color: #fff;
  color: #009587;
}

.ajax_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 800px;
  max-height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ajax_content._1 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.83))), url('../images/smile-img2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 23%, rgba(0, 0, 0, 0.83)), url('../images/smile-img2.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_content._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.68))), url('../images/lasik-img.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68)), url('../images/lasik-img.jpg');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
}

.ajax_content._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.74))), url('../images/visian-img.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74)), url('../images/visian-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ajax_content._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, transparent), to(rgba(0, 0, 0, 0.88))), url('../images/visian-img2.jpg');
  background-image: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.88)), url('../images/visian-img2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_content._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), to(rgba(0, 0, 0, 0.73))), url('../images/refractive-img.jpg');
  background-image: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, 0.73)), url('../images/refractive-img.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_content._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.79))), url('../images/cataract-ajax-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 1%, rgba(0, 0, 0, 0.79)), url('../images/cataract-ajax-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_text_wrapper {
  width: 90%;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  padding-right: 29px;
  padding-left: 29px;
}

.ajax_text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.1em;
}

.testimonials_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.doc_names {
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.parallax2_section {
  display: none;
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/parallax-img4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/parallax-img4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonials_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blog_wrapper {
  width: 40%;
  padding: 30px;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.08);
}

.blog_headline {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(29, 55, 102, 0.44);
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.blog_title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  color: #1d3766;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 500;
}

.blog_date {
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.button {
  margin-bottom: 0px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #1d3766;
  color: #fff;
  text-transform: uppercase;
}

.button:hover {
  color: #fff;
}

.button.main {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #009587;
}

.button.main:hover {
  background-color: #122953;
}

.button.main.blue {
  background-color: #122953;
}

.button.main.blue:hover {
  background-color: #009587;
}

.button.main {
  margin-bottom: 20px;
}

.reviews_wrapper {
  width: 55%;
}

.footer_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 101px;
  padding-bottom: 101px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff0f3;
}

.side_btn_icon {
  width: 35px;
  margin-right: 0px;
  position: absolute;
  top:-25px;
  padding: 3px;
  border-radius: 50px;
  background-color: #009587;
}

.footer_wrapper {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  /*text-align: center;*/
}

.footer_logo {
  display: block;
  width: 235px;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
}

.locations_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 38px auto 10vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.location_div {
  width: 35%;
}

.location_name {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  color: #009587;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
}

.address_text {
  margin-bottom: 30px;
}

.socmedia_wrapper {
  margin-bottom: 5vh;
}

.socmedia_wrapper.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vh;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #1d3766;
}

.soc_media_btn {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: opacity 375ms ease;
  transition: opacity 375ms ease;
}

.soc_media_btn:hover {
  opacity: 0.51;
}

.soc_media_btn.side {
  margin-right: 0px;
  margin-left: 0px;
}

.footer_text {
  margin-top: 53px;
  margin-bottom: 0px;
  font-size: 0.9em;
}

.footer_text.bottom_margin {
  margin-top: 0px;
  margin-bottom: 50px;
}

.location_icon {
  width: 30px;
  margin-bottom: 8px;
}

.lasik_mobile_section {
  display: none;
  padding-top: 82px;
  padding-bottom: 82px;
}

.lasik_img_div {
  width: 48%;
}

.lasik_text_div {
  width: 48%;
}

.lasik_chapter_headline {
  font-size: 2.8em;
}

.navbar_scroll {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.52);
}

.logo_scroll {
  width: 10vw;
  padding-top: 0%;
  padding-bottom: 0%;
}

.image {
  width: 150px;
}

.navlink_scroll {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Gotham, sans-serif;
  color: #1d3766;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.navlink_scroll:hover {
  color: #009587;
}

.menu_btn {
  overflow: visible;
}

.phones_mobile_div {
  display: none;
}

.hero_video {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21));
}

.welcome_text_div {
  width: 48%;
}

.welcome_img_div {
  width: 48%;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.1);
}

.callout_img_div {
  width: 48%;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.1);
}

.inner_hero_section {
  height: 90vh;
  background-image: url('../images/lasik-inner-hero2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner_hero_section.smile {
  background-image: url('../images/smile-inner-hero.jpg');
  background-position: 50% 50%;
}

.inner_hero_section.cataract {
  background-image: url('../images/cataract-hero-img.jpg');
  background-position: 0px 15%;
  background-size: cover;
}

.inner_hero_section.dry_eye {
  background-image: url('../images/dry-eye-hero-image.jpg');
  background-position: 50% 80%;
}

.inner_hero_section.precision-cat {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.39)), color-stop(98%, transparent)), url('../images/precisioncataract_hero.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.39), transparent 98%), url('../images/precisioncataract_hero.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner_hero_section.prk {
  background-image: url('../images/Prk_herophoto.jpg');
  background-position: 100% 0%;
}

.inner_hero_section.laser-cat {
  background-image: url('../images/lasercat_hero.jpg');
  background-position: 50% 100%;
}

.inner_hero_section.icl {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.39)), color-stop(98%, transparent)), url('../images/ICL_hero.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.39), transparent 98%), url('../images/ICL_hero.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner_hero_section.rle {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.39)), color-stop(98%, transparent)), url('../images/RLE_Hero2.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.39), transparent 98%), url('../images/RLE_Hero2.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner_hero_section.pres {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.39)), color-stop(98%, transparent)), url('../images/presbyopia_hero.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.39), transparent 98%), url('../images/presbyopia_hero.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner_hero_section.cxl {
  background-image: url('../images/crosslink_hero.jpg');
  background-position: 50% 50%;
}

.inner_hero_section.mono {
  background-image: url('../images/mono_hero.jpg');
  background-position: 100% 0%;
}

.inner_main_tagline_div {
  position: absolute;
  left: 8vw;
  top: auto;
  right: auto;
  bottom: 24.2vh;
  text-align: left;
}

.navy-hero-text {
  color: #1d3766;
}
.navy-hero-line {
  background-color: #1d3766;
}
.white-hero-text {
  color: #fff;
}
.white-hero-line {
  background-color: #fff;
}
.teal-hero-text {
  color: #009587;
}
.teal-hero-line {
  background-color: #009587;
}

.inner_main_tagline_div.precision-cataract {
  bottom: 15.9vh;
  max-width: 50%;
}

.inner_main_tagline_div.laser-cat {
  max-width: 55%;
}

.inner_main_tagline_div.icl {
  max-width: 40%;
}

.inner_main_tagline_div.pres {
  max-width: 40%;
}

.inner_main_tagline_div.cxl {
  max-width: 40%;
}

.inner_page_name {
  margin-bottom: 26px;
  font-size: 5em;
  text-transform: uppercase;
}

.inner_page_name.white {
  color: #fff;
  font-size: 4em;
}

.inner_page_name.cataract {
  font-size: 4.5em;
}

.inner_page_name.white-copy {
  color: #fff;
}

.inner_page_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.inner_page_section.header_margin {
  padding-top: 200px;
  padding-bottom: 100px;
}

.inner_page_section.bg {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/bg_image1.jpg');
  background-position: 40% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner_page_section.bg.precision-cataract {
  background-image:  linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/precisioncat_aboutphoto.jpg');
  background-position: 100% 40%;
}

.inner_page_section.bg.prk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), color-stop(65%, transparent)), url('../images/PRK_whatisphoto.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url('../images/PRK_whatisphoto.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_page_section.bg.lasercat {
  background-image:  linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/lasercat_aboutphoto.jpg');
}

.inner_page_section.bg.lasercat-benefits {
  min-height: 80vh;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/lasercat_benefitsphoto.jpg');
}

.inner_page_section.bg.icl {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(66%, transparent)), url('../images/ICL_Aboutphoto.jpg');
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/ICL_Aboutphoto.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_page_section.bg.rle {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),url('../images/RLE_aboutphoto.jpg');
  background-position: 100% 40%;
}

.inner_page_section.bg.pres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(64%, hsla(0, 0%, 100%, 0))), url('../images/Pres_aboutphotoV2.jpg');
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/Pres_aboutphotoV2.jpg');
  background-position: 0px 0px, 100% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_page_section.bg.cxl {
  background-image:  linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/whatiscxl_photo.jpg');
  background-size: cover;
}

.inner_page_section.expect {
  padding-right: 10vw;
  padding-left: 35vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/bg_image2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), url('../images/bg_image2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner_page_section.callout {
  background-color: #061c44;
  background-image: url('../images/bg_image4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner_page_section.bg_smile {
  background-image:  linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/bg_image6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_page_section.bg_grey {
  background-color: #eff3f3;
}

.inner_page_section.no_top_margin {
  padding-top: 0vh;
}

.inner_page_section.bg_cataract {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/bg_image7.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_page_section.bg_dry_eye {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/bg_image8.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner_page_section.bg_dry_eye.mono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image:  linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/mono_aboutphoto.jpg');
  background-position: 50% 50%;
}

.inner_page_section.dak_bg {
  background-color: #122953;
}

.inner_page_section.dak_bg.rle {
  background-color: #009587;
}

.inner_page_section.dak_bg.pres {
  background-color: #122953;
}

.inner_page_section.contacts {
  background-color: #f6f6f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/bg_image9.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner_page_section.laser-cat-personalized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 100px;
  background-image: url('../images/personalizedprocedure_photo.png');
  background-position: 90% 10%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.inner_page_section.pres {
  padding-bottom: 15vh;
}

.inner_page_section.pres-2 {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.inner_page_section.cxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/cxltreatment_photo.jpg');
  background-position: 0px 0px, 0% 70%;
  background-size: auto, cover;
}

.inner_text_div {
  width: 48%;
}

.inner_text_div.full_width {
  width: 100%;
}

.inner_text_div.full_width.prk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner_text_div.full_width.laser-cat {
  width: auto;
}

.inner_text_div.full_width.pres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_text_div.full_width._50-50-pres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner_text_div.rle {
  width: 45%;
}

.inner_text_div.cxl {
  width: 40%;
}

.appointment_wrapper.laser-cat {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.inner_appointment_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 10% 40vw 10% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/appointment-btn-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/appointment-btn-img.jpg');
  background-position: 0px 0px, 0% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
}

.inner_appointment_btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/appointment-btn-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/appointment-btn-img.jpg');
  background-position: 0px 0px, 0% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.inner_appointment_btn.prec-cat {
  padding-left: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/preccataracthelp_photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/preccataracthelp_photo.jpg');
  background-position: 0px 0px, 100% 30%;
}

.inner_appointment_btn.prk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/prkdownload_photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/prkdownload_photo.jpg');
  background-position: 0px 0px, 0% 50%;
}

.inner_appointment_btn.laser-cat {
  padding-left: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lasercathelp_photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lasercathelp_photo.jpg');
  background-position: 0px 0px, 0% 20%;
}

.appointment_text_small {
  margin-top: 21px;
  margin-bottom: 32px;
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 300;
}

.appointment_text_small.prec-cat {
  margin-bottom: 0px;
}

.appointment_text {
  font-size: 0.5em;
}

.inner_headline2 {
  color: #1d3766;
}

.inner_headline2.dry_eye_callout {
  height: 55px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
}

.inner_headline2.white {
  color: #fff;
}

.inner_headline2.white-center {
  color: #fff;
  text-align: center;
}

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

.inner_headline2.mono {
  height: 55px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: center;
}

.locations_parallax_section {
  height: 500px;
  background-image: url('../images/toronto-img.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner_page_wrapper {
  width: 80%;
  margin-right: 200px;
  margin-left: 200px;
  float: none;
  clear: none;
}

.inner_page_wrapper.travel {
  width: 50%;
  margin-top: 74px;
  margin-left: 10%;
}

.standard_inner_main_headline {
  margin-bottom: 30px;
  font-size: 3em;
}

.standard_inner_main_headline.no_bottom_margin {
  margin-bottom: 52px;
}

.inner_subheadline {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 300;
}

.phones_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone_link {
  color: #1d3766;
  font-size: 1.2em;
}

.divider_txt {
  margin-right: 10px;
  margin-left: 10px;
}

.inner_page_headline3 {
  font-size: 1.3em;
  font-weight: 500;
}

.inner_page_headline3.margin10 {
  margin-bottom: 10px;
}

.inner_page_headline3.no_margin {
  margin-bottom: 0px;
}

.text_field {
  height: 50px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  color: #1d3766;
}

.text_field::-webkit-input-placeholder {
  color: #122953;
}

.text_field:-ms-input-placeholder {
  color: #122953;
}

.text_field::-ms-input-placeholder {
  color: #122953;
}

.text_field::placeholder {
  color: #122953;
}

.text_area {
  min-height: 150px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  color: #1d3766;
}

.text_area::-webkit-input-placeholder {
  color: #122953;
}

.text_area:-ms-input-placeholder {
  color: #122953;
}

.text_area::-ms-input-placeholder {
  color: #122953;
}

.text_area::placeholder {
  color: #122953;
}

.note_text {
  margin-bottom: 20px;
  font-size: 0.8em;
}

.submit_btn {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #1d3766;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #009587;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 0px;
}

.standard_inner_image {
  width: 30%;
}

.standard_inner_image.left {
  width: 30%;
  margin-right: 27px;
  margin-bottom: 24px;
  float: left;
}

.standard_video_wrapper {
  width: 40%;
  margin-left: 26px;
  float: right;
}

.plus_minus_div {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.travel_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
  cursor: pointer;
}

.travel_btn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #009587;
  background-color: transparent;
  color: #009587;
}

.travel_text_div.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plus_minus_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus_btn {
  width: 30px;
  height: 30px;
  background-image: url('../images/plus-green.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plus_btn:hover {
  background-image: url('../images/plus-blue.svg');
}

.minus_btn {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url('../images/minus-green.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.minus_btn:hover {
  background-image: url('../images/minus-blue.svg');
}

.inner_subheadline2 {
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: 500;
}

.video_flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video_tag_div {
  padding: 25px;
  background-color: #009587;
}

.video_tag_div.procedure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f254e;
}

.video_tag {
  color: #fff;
  font-weight: bold;
}

/*.video_tag.procedure {
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}*/

.center_text {
  text-align: center;
}

.center_text.margin {
  margin-right: 10vw;
  margin-left: 10vw;
}

.subpages_wrapper {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #141922;
}

.subpages_links_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-right: 15px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 500;
}

.related_pages_link {
  margin-right: 15px;
  font-family: 'Gotham book', sans-serif;
  color: #94fff5;
  font-weight: 300;
}

.related_pages_link:hover {
  color: #fff;
}

.related_pages_link.w--current {
  color: rgba(148, 255, 245, 0.5);
}

.inner_main_subtagline {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 500;
}

.inner_main_subtagline.blue {
  color: #1d3766;
}

.hero_buttons_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video_row.bottom_margin {
  margin-top: 0vh;
  margin-bottom: 10vh;
}

.video_row.prk {
  margin-top: 0vh;
}

.video_row.laser-cat {
  margin-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video_row.icl {
  margin-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.procedure_ajax_tab {
  width: 24.5%;
  padding: 35px 20px;
  border-style: solid solid none;
  border-width: 1px 1px 2px;
  border-color: rgba(29, 55, 102, 0.55) rgba(29, 55, 102, 0.55) #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
  color: rgba(18, 41, 83, 0.71);
  font-size: 1vw;
  line-height: 1em;
  font-weight: 500;
}

.procedure_ajax_tab:hover {
  background-color: #009587;
  color: #fff;
}

.procedure_ajax_tab.w--current {
  border-bottom: 2px none #0f254e;
  background-color: #122953;
  color: #fff;
  font-weight: 500;
}

.procedures_tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.procedure_tab_pane {
  padding: 40px 20px;
  border-top: 1px solid rgba(29, 55, 102, 0.55);
  border-bottom: 2px solid #0f254e;
  background-color: transparent;
}

.download_icon {
  width: 60px;
  margin-bottom: 15px;
}

.download_headline {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 3.6em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.white_callout_text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
}

.white_callout_text.laser-cat {
  margin-bottom: 20px;
}

.callout_text_wrapper {
  width: 75%;
}

.download_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0f254e;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.16);
  -webkit-transition: box-shadow 425ms ease;
  transition: box-shadow 425ms ease;
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.download_btn:hover {
  background-color: rgba(0, 0, 0, 0.49);
  box-shadow: none;
  color: #fff;
}

.download_btn.laser-cat {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.ajax_inner_headline_no_margin {
  margin-bottom: 0px;
}

.inner_img_right {
  margin-top: 0px;
  margin-bottom: 32px;
  margin-left: 46px;
  float: right;
}

.one_third_div {
  width: 30%;
  border-right: 1px none rgba(29, 55, 102, 0.28);
  background-image: url('../images/arrow.svg');
  background-position: 0% 90%;
  background-size: 70px;
  background-repeat: no-repeat;
}

.symptoms_checker_wrapper {
  width: 65%;
}

.symptoms_tabs_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 21px;
  padding-left: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0f254e;
  border-bottom: 1px solid #1d3766;
  border-left: 1px solid #1d3766;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  font-family: Gotham, sans-serif;
  color: #1d3766;
  font-size: 0.9em;
  font-weight: 500;
}

.symptoms_tabs_link:hover {
  background-color: #009587;
  color: #fff;
}

.symptoms_tabs_link.w--current {
  background-color: #0f254e;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
}

.symptoms_tabs_content {
  width: auto;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.11);
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.symptoms_ajax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 470px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.symptoms_list {
  font-size: 1.2em;
}

.symptoms_list_item {
  margin-bottom: 30px;
}

.faq_question {
  margin-bottom: 0px;
  color: #009587;
  font-size: 1.3em;
  font-weight: 500;
}

.faq_text {
  padding-left: 10px;
}

.faqs_section_headline {
  text-align: center;
}

.dry_eye_callout_wrapper {
  width: 32%;
  padding: 43px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 5px;
  background-color: rgba(20, 25, 34, 0.27);
  box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.09);
}

.dry_eye_list_text {
  color: #fff;
}

.dry_eye_list_text.half {
  width: 49%;
}

.columns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner_img_small_right {
  width: 25%;
  margin-left: 15px;
  float: right;
}

.benefits-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits-list {
  width: 48%;
}

.benefits-list.right {
  width: auto;
  margin-bottom: 0px;
}

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

.list-item.sub {
  color: #333;
}

.right-list-div {
  width: 48%;
  margin-left: 20px;
}

.sub-list {
  margin-bottom: 0px;
  padding-left: 60px;
}

.lens-options-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lens-options-holder._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prec-cat-div {
  width: 32%;
  margin: 0px 20px;
  padding: 43px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 5px;
  background-color: rgba(20, 25, 34, 0.27);
  box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.09);
}

.white {
  color: #fff;
}

.prk-text-div {
  width: 50%;
  padding-right: 50px;
}

.laser-cat-what-is-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-left-laser-cat {
  width: 50%;
}

.video-2 {
  width: 50%;
  height: auto;
}

.center {
  text-align: center;
}

.list-numbers {
  list-style-type: decimal;
}

.video-3 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.video-4 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.pres-list {
  width: 50%;
}

.pres-50-50-photo {
  width: 50%;
  background-image: url('../images/Pres_aboutphoto.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ip-section-cxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
}

.cxl-photo-left {
  width: 50%;
  background-image: url('../images/kera-photo.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cxl-text-right {
  width: 50%;
  padding: 75px;
}

.cxl-list {
  margin-bottom: 0px;
}

.visian-icl-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.visian-text-left {
  width: 60%;
  padding-right: 50px;
}

.visian-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mono_callout_wrapper-copy {
  width: 32%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 43px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 5px;
  background-color: rgba(20, 25, 34, 0.27);
  box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.09);
}

.h3-doc-subtitle {
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #009587;
  font-weight: 300;
}

.standard_inner_main_headline-doc {
  margin-bottom: 10px;
  font-size: 3em;
}

.standard_inner_main_headline-doc.no_bottom_margin {
  margin-bottom: 52px;
}

.doc-title-div {
  margin-right: 200px;
  margin-bottom: 0px;
  margin-left: 200px;
  padding-bottom: 0px;
}

.dov-line-bottom {
  width: 65%;
  height: 4px;
  margin-bottom: 50px;
  background-color: #122953;
}

.doc-photo-and-some-bio-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #009587;
}

.inner-white-doc-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
}

.image-11 {
  width: auto;
}

.doc-bio-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ip-doc-section-2 {
  min-height: 600px;
  padding: 100px 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 41, 83, 0.94)), to(rgba(18, 41, 83, 0.94))), url('../images/toronto-img.jpg');
  background-image: linear-gradient(180deg, rgba(18, 41, 83, 0.94), rgba(18, 41, 83, 0.94)), url('../images/toronto-img.jpg');
  background-position: 0px 0px, 50% 15%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ip-doc-section-2.ottawa{
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 41, 83, 0.94)), to(rgba(18, 41, 83, 0.94))), url('../images/landscape-castle.jpg');
  background-image: linear-gradient(180deg, rgba(18, 41, 83, 0.94), rgba(18, 41, 83, 0.94)), url('../images/landscape-castle.jpg');
}

.doc-bio-left {
  width: 30%;
  background-image: url('../images/Herzig_photo2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.doc-bio-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-6 {
  width: auto;
}

.video-holder {
  width: 60%;
  max-width: 75%;
}

.standard_inner_main_headline-doc-white {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
}

.standard_inner_main_headline-doc-white.no_bottom_margin {
  margin-bottom: 52px;
}

.icon-holder-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html.w-mod-js *[data-ix="navbar-no-show"] {
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

html.w-mod-js *[data-ix="travel-text-zero"] {
  display: none;
  opacity: 0;
}

.senators-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009587;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/abstract-hockey-player.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/abstract-hockey-player.jpg');
  background-position: 0px 0px, 50% 0%;
  background-attachment: scroll, fixed;
}

.senators-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-holder-jm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  max-width: 150px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.image-13 {
  max-width: 175px;
  margin-right: 15px;
}

img.footer-icon {
    width: 40px;
    padding-right: 10px;
}

/*** Search modal ***/
#searchButton img{
    width:24px;
    height:24px;
}
.search-button-modal {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--gl-button-color);
    cursor: pointer;
    transition: 0.1s;
    position: absolute;
    right: 20px;
    bottom: 25px;
    z-index: 999;
}



.search-button-modal svg {
    width: 15px;
    height: 15px;
}

.modal__overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.modal__container {
    position: relative;
    background-color: #fff;
    padding: 30px;
    width: 95%;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__content button {
    padding: 5px 1em;
    display: block;
}

.modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    background: transparent;
    border: 0;
}

.modal__close:before {
    content: "\2715";
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.modal__container .search-field {
    flex: 1;
}



@media screen and (max-width: 1650px) {
  .tablink{
        font-size: 1em;
  }
  .tabs-menu{
    top: 3%;
  }
}

@media screen and (max-width: 991px) {
  .main-content img:first-child {
    width:auto !important;  
  }

  h1 {
    font-size: 3em;
  }

  .hero_section {
    background-position: 0px 0px, 100% 70%;
  }

  .main_tagline {
    font-size: 4vw;
  }

  .main_tagline_div {
    left: 5%;
    right: 5%;
    bottom: 23%;
    width: auto;
  }

  .main_tagline2 {
    font-size: 7vw;
  }

  .inside_nav_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .top_phones_wrapper {
    margin-right: 35px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .top_phone_number {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    font-size: 1.11em;
  }

  .wrapper_div.mission {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.eye_condition {
    width: 90%;
  }

  .wrapper_div.lasik_header {
    width: 90%;
  }

  .wrapper_div.lasik_mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.open {
    width: 85%;
  }

  .wrapper_div.inner_flex {
    width: 100%;
  }

  .wrapper_div.inner_callout {
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper_div.cat_symptoms {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.faqs {
    width: 75%;
  }

  .wrapper_div.dryeye_callout {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.columns_cataract {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.precision-cat {
    width: 80%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.laser-cat._2 {
    margin-left: 0px;
  }

  .wrapper_div.pres-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper_div.right-align {
    width: 100%;
  }

  .wrapper_div.mono {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.eye_condition-v {
    width: 90%;
  }

  .callout_wrapper {
    margin: 61px auto 0px 0px;
  }

  .parallax_section {
    background-position: 65% 50%;
  }

  .side_btns_wrapper {
    bottom: 0px;
  }

  .callouts_wrapper {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .callout_subheadline {
    font-size: 1.4em;
  }

  .callout_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 29px;
    padding-right: 0px;
    padding-bottom: 29px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: none;
  }

  .callout_number_headline {
    height: auto;
    font-size: 1.1em;
  }

  .callout_number_headline._2 {
    height: auto;
  }

  .callout_number_headline._3 {
    height: auto;
  }

  .callout_btn {
    font-size: 0.8em;
  }

  .mission_text_div {
    width: 100%;
    margin-top: 54px;
  }

  .video_wrapper {
    width: 100%;
  }

  .video_wrapper._2 {
    width: 100%;
  }

  .video_wrapper.prec-cat {
    width: 90%;
    margin-bottom: 20px;
  }

  .video_wrapper.icl {
    width: 100%;
  }

  .video_wrapper.pres {
    width: 80%;
  }

  .condition_btn {
    width: 100px;
    height: 100px;
  }

  .condition_div.v2 {
    width: 400px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .mission_headline {
    font-size: 3.6em;
  }

  .conditions_headline {
    font-size: 2em;
  }

  .conditions_headline.small {
    font-size: 1.4em;
  }

  .lasik_section {
    display: none;
  }

  .lasik_headline {
    font-size: 3em;
  }

  .parallax2_section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/parallax-img.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/parallax-img.jpg');
    background-position: 0px 0px, 15% 50%;
  }

  .footer_wrapper {
    width: 80%;
  }

  .lasik_mobile_section {
    /* display: block; */
    padding-bottom: 34px;
  }

  .lasik_img_div {
    width: 100%;
  }

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

  .logo_scroll {
    width: 20vw;
  }

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

  .menu_btn {
    background-color: #0f254e;
    color: #fff;
  }

  .menu_btn:hover {
    background-color: #009587;
  }

  .menu_btn.w--open {
    background-color: #1d3766;
  }

  .navmenu_scroll {
    background-color: #fff;
  }

  .inner_hero_section.cataract {
    background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0) 24%, hsla(0, 0%, 100%, 0.88)), url('../images/cataract-hero-img.jpg');
    background-position: 0px 0px, 85% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .inner_hero_section.dry_eye {
    background-position: 70% 80%;
  }

  .inner_hero_section.precision-cat {
    background-position: 0px 0px, 70% 0%;
  }

  .inner_hero_section.laser-cat {
    background-position: 70% 100%;
  }

  .inner_hero_section.icl {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(71%, hsla(0, 0%, 100%, 0))), url('../images/ICL_hero.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 71%), url('../images/ICL_hero.jpg');
    background-position: 0px 0px, 80% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .inner_hero_section.rle {
    background-position: 0px 0px, 65% 0%;
  }

  .inner_hero_section.pres {
    background-position: 0px 0px, 75% 0%;
  }

  .inner_hero_section.cxl {
    height: 100vh;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.57)), color-stop(98%, hsla(0, 0%, 100%, 0))), url('../images/crosslink_hero.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0) 98%), url('../images/crosslink_hero.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .inner_hero_section.mono {
    background-position: 70% 80%;
  }

  .inner_main_tagline_div {
    width: 80%;
  }

  .inner_main_tagline_div.precision-cataract {
    bottom: 13.2vh;
    max-width: 80%;
  }

  .inner_main_tagline_div.icl {
    bottom: 14.3vh;
    max-width: none;
  }

  .inner_main_tagline_div.cxl {
    bottom: 2.5vh;
    max-width: none;
  }

  .inner_page_name {
    font-size: 3em;
  }

  .inner_page_section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .inner_page_section.header_margin {
    padding-top: 139px;
  }

  .inner_page_section.bg {
    background-position: 60% 20%;
  }

  .inner_page_section.bg.precision-cataract {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/precisioncat_aboutphoto.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/precisioncat_aboutphoto.jpg');
    background-position: 0px 0px, 100% 40%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.bg.lasercat {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/lasercat_aboutphoto.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/lasercat_aboutphoto.jpg');
    background-position: 0px 0px, 100% 20%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.bg.lasercat-benefits {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/lasercat_benefitsphoto.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/lasercat_benefitsphoto.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.bg.icl {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(66%, transparent)), url('../images/ICL_Aboutphoto.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/ICL_Aboutphoto.jpg');
    background-position: 0px 0px, 0px 0px, 100% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .inner_page_section.bg.rle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url('../images/RLE_aboutphoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/RLE_aboutphoto.jpg');
    background-position: 0px 0px, 100% 40%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.bg.pres {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), -webkit-gradient(linear, left top, right top, from(rgba(239, 243, 243, 0.71)), color-stop(64%, hsla(0, 0%, 100%, 0))), url('../images/Pres_aboutphotoV2.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),  url('../images/Pres_aboutphotoV2.jpg');
    background-position: 0px 0px, 0px 0px, 100% 40%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .inner_page_section.bg.cxl {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/whatiscxl_photo.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/whatiscxl_photo.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.expect {
    padding-left: 10vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/bg_image2.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/bg_image2.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .inner_page_section.bg_grey {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .inner_page_section.no_top_margin {
    padding-bottom: 10vh;
  }

  .inner_page_section.bg_dry_eye.mono {
    min-height: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/mono_aboutphoto.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/mono_aboutphoto.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.dak_bg.precision-cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner_page_section.dak_bg.rle {
    padding-right: 50px;
    padding-left: 50px;
  }

  .inner_page_section.dak_bg.pres {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner_page_section.contacts {
    padding-bottom: 50vh;
    background-position: 50% 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/bg_image9.jpg');
  }

  .inner_page_section.laser-cat-personalized {
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 50px;
    background-position: 300% 10%;
  }

  .inner_page_section.cxl {
    padding-right: 50px;
    padding-left: 50px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/cxltreatment_photo.jpg');
    background-position: 0px 0px, 0px 0px, 0% 70%;
    background-size: auto, auto, cover;
  }

  .inner_text_div {
    width: 100%;
    margin-bottom: 0px;
  }

  .inner_text_div.full_width.prk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner_text_div.full_width._50-50-pres {
    width: 100%;
  }

  .inner_text_div.rle {
    width: 100%;
    margin-bottom: 0px;
  }

  .inner_text_div.cxl {
    width: 100%;
  }

  .inner_appointment_btn {
    padding-right: 30vw;
  }

  .inner_appointment_btn.laser-cat {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lasercathelp_photo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lasercathelp_photo.jpg');
    background-position: 0px 0px, 30% 20%;
  }

  .inner_page_wrapper {
    width: 90%;
  }

  .inner_subheadline {
    font-size: 1.5em;
  }

  .standard_video_wrapper {
    width: 50%;
    margin-bottom: 20px;
    margin-left: 24px;
  }

  .inner_subheadline2 {
    font-size: 1.3em;
  }

  .video_tag_div {
    height: 66px;
    padding: 14px;
  }

  .video_tag_div.procedure {
    height: 90px;
  }

 /*.video_tag.procedure {
    font-size: 1em;
  }*/

  .video {
    height: 175.984375px;
  }

  .subpages_wrapper {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .subpages_links_div {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video_row.pres-cat {
    margin-top: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .procedure_ajax_tab {
    padding: 25px 15px;
    font-size: 2.2vw;
  }

  .download_headline {
    font-size: 2.6em;
  }

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

  .download_btn {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .download_btn.laser-cat {
    width: 50%;
  }

  .inner_img_right {
    margin-left: 0px;
  }

  .one_third_div {
    width: 100%;
    margin-bottom: 55px;
    padding-bottom: 94px;
  }

  .symptoms_checker_wrapper {
    width: 100%;
  }

  .symptoms_tabs_link {
    padding-top: 14px;
    padding-bottom: 14px;
    border-right: 1px solid #1d3766;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .symptoms_tabs_content {
    width: 100%;
    height: auto;
  }

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

  .symptoms_ajax {
    width: 100%;
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .dry_eye_callout_wrapper {
    width: 100%;
    margin-bottom: 26px;
  }

  .inner_img_small_right {
    width: 50%;
  }

  .lens-options-holder {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lens-options-holder._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prec-cat-div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .prk-text-div {
    width: 100%;
    padding-right: 0px;
  }

  .video-4 {
    width: 100%;
  }

  .pres-list {
    width: 80%;
  }

  .pres-50-50-photo {
    width: 100%;
    min-height: 400px;
  }

  .ip-section-cxl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cxl-photo-left {
    width: 100%;
    min-height: 400px;
  }

  .cxl-text-right {
    width: 100%;
  }

  .mono_callout_wrapper-copy {
    width: 100%;
    margin-bottom: 26px;
  }

  .video-5 {
    width: 100%;
  }

  .doc-title-div {
    margin-right: 50px;
    margin-left: 50px;
  }

  .inner-white-doc-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .ip-doc-section-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .doc-bio-left {
    width: 100%;
    min-height: 500px;
    background-position: 50% 10%;
  }

  .video-holder {
    width: 100%;
    max-width: none;
  }

  .standard_inner_main_headline-doc-white {
    font-size: 2em;
    text-align: center;
  }
  .search-button-modal {
        margin-top: 30px;
        margin-left: 10px;
            right: 17px;
    bottom: 15px;
    }

    .modal__overlay {
        align-items: flex-start;
    }

    .modal__container {
        margin-top: 100px;
    }
}

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

  .hero_section {
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }

  .main_tagline {
    font-size: 3vw;
  }

  .main_tagline_div {
    left: 5%;
    top: auto;
    bottom: 20px;
  }

  .main_tagline2 {
    margin-bottom: 0px;
    font-size: 8vw;
  }

  .top_phones_wrapper {
    display: none;
  }

  .top_phones_wrapper.scroll {
    display: none;
  }

  .top_phone_number {
    font-size: 1em;
  }

  .top_phone_number.mobile {
    margin-right: 13px;
    margin-left: 13px;
  }

  .welcome_section {
    padding-top: 101px;
  }

  .wrapper_div {
    width: 90%;
  }

  .wrapper_div.welcome {
    width: 90%;
  }

  .wrapper_div.eye_condition {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper_div.inner_flex {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.inner_flex.laser-cat-benefits {
    width: 90%;
  }

  .wrapper_div.inner_flex2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.inner_callout {
    width: 100%;
  }

  .wrapper_div.faqs {
    width: 90%;
  }

  .wrapper_div.columns_cataract {
    margin-bottom: 16px;
  }

  .wrapper_div.precision-cat {
    width: 90%;
  }

  .wrapper_div.laser-cat._2 {
    width: 100%;
  }

  .wrapper_div.eye_condition-v {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .welcome_header {
    font-size: 1.3em;
  }

  .block_div.inner {
    height: 5px;
    margin-bottom: 10px;
  }

  .block_div.inner.white {
    height: 5px;
    margin-bottom: 15px;
  }

  .callout_wrapper {
    margin-top: 56px;
    margin-bottom: 0px;
  }

  .side_btns_wrapper {
    position: static;
    display: block;
  }

  .side_btns_wrapper.mob-version {
    position: fixed;
    display: block;
  }

  .side_btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: 3px 0 0 0;
  }

  .side_btn:last-child {
    border-width: 3px 0;
  }

  .callouts_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .callout_subheadline {
    font-size: 1.3em;
  }

  .callout_div {
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .callout_text_div {
    width: 100%;
  }

  .mission_section {
    padding-bottom: 62px;
  }

  .video_wrapper {
    width: 100%;
    margin-bottom: 35px;
  }

  .eye_condition_section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .condition_div {
    width: 32%;
    margin-bottom: 27px;
  }

  .mission_headline {
    font-size: 3em;
  }

  .conditions_headline {
    font-size: 1.8em;
  }

  .conditions_headline.small {
    font-size: 1.2em;
  }

  .lasik_headline {
    font-size: 2.6em;
  }

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

  .testimonials_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog_wrapper {
    width: 100%;
    margin-bottom: 59px;
  }

  .button {
    font-size: 0.9em;
  }

  .button.main.blue {
    margin-bottom: 0px;
  }

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

  .reviews_wrapper {
    width: 100%;
  }

  .footer_section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .footer_wrapper {
    width: 95%;
  }

  .address_text {
    font-size: 0.9em;
  }

  .socmedia_wrapper.side {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar_scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo_scroll {
    width: 120px;
    padding-left: 0px;
  }

  .phones_mobile_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .callout_img_div {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .inner_hero_section {
    height: 110vh;
  }

  .inner_hero_section.cxl {
    background-position: 0px 0px, 90% 50%;
  }

  .inner_main_tagline_div {
    bottom: 10px;
  }

  .inner_main_tagline_div.laser-cat {
    max-width: none;
  }

  .inner_page_name {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .inner_page_name.white {
    margin-bottom: 8px;
    font-size: 3em;
  }

  .inner_page_name.cataract {
    font-size: 3em;
  }

  .inner_page_name.white-copy {
    margin-bottom: 8px;
    font-size: 3em;
  }

  .inner_page_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inner_page_section.header_margin {
    padding-bottom: 30px;
  }

  .inner_page_section.bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/bg_image1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/bg_image1.jpg');
    background-position: 0px 0px, 60% 20%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.bg.precision-cataract {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/precisioncat_aboutphoto.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/precisioncat_aboutphoto.jpg');
    background-position: 0px 0px, 80% 50%;
  }

  .inner_page_section.bg.prk {
    min-height: 0px;
  }

  .inner_page_section.bg.lasercat {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inner_page_section.bg.cxl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner_page_section.expect {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner_page_section.bg_smile {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/bg_image6.jpg');
    background-position: 85%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .inner_page_section.bg_cataract {
    padding-top: 14vh;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), linear-gradient(285deg, hsla(0, 0%, 100%, 0) 45%, #fff), url('../images/bg_image7.jpg');
    background-position: 0px 0px, 0px 0px, 50% 30%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .inner_page_section.bg_dry_eye {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/bg_image8.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/bg_image8.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.dak_bg.rle {
    padding-top: 5vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner_page_section.laser-cat-personalized {
    min-height: 0px;
    padding: 30px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/personalizedprocedure_photo.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/personalizedprocedure_photo.png');
    background-position: 0px 0px, 80% 15%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.pres {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .inner_page_section.cxl {
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(180deg, null, null), linear-gradient(252deg, hsla(0, 0%, 100%, 0.35), hsla(0, 0%, 100%, 0) 63%), url('../images/cxltreatment_photo.jpg');
    background-position: 0px 0px, 0px 0px, 20% 70%;
  }

  .inner_text_div {
    width: 100%;
  }

  .inner_text_div.full_width {
    margin-bottom: 0px;
  }

  .inner_text_div.full_width.laser-cat {
    width: 100%;
  }

  .inner_text_div.full_width.pres {
    margin-bottom: 0px;
  }

  .inner_appointment_btn {
    padding-left: 7%;
    font-size: 2em;
  }

  .inner_headline2 {
    font-size: 1.4em;
  }

  .locations_parallax_section {
    background-position: 15% 50%;
  }

  .standard_inner_main_headline.no_bottom_margin {
    font-size: 2.2em;
  }

  .inner_subheadline {
    font-size: 1.4em;
  }

  .contact_form {
    margin-bottom: 40px;
  }

  .standard_inner_image.left {
    float: none;
  }

  .standard_video_wrapper {
    width: 100%;
    margin-left: 0px;
    float: none;
  }

  .video_flex_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video_tag_div {
    height: auto;
  }

  .video_tag_div.procedure {
    height: auto;
  }

  .inner_main_subtagline {
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .inner_main_subtagline.blue {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .video_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .procedure_ajax_tab {
    font-size: 2.2vw;
  }

  .download_headline {
    font-size: 2em;
  }

  .white_callout_text {
    font-size: 1.2em;
  }

  .callout_text_wrapper {
    width: 90%;
  }

  .download_btn {
    width: 50%;
  }

  .symptoms_tabs_content {
    width: 100%;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .symptoms_ajax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lens-options-holder {
    margin-bottom: 10px;
  }

  .video-3 {
    width: 100%;
  }

  .video-4 {
    width: 100%;
  }

  .cxl-text-right {
    padding: 30px 20px;
  }

  .visian-icl-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .visian-text-left {
    width: 100%;
    padding-right: 0px;
  }

  .visian-logo-div {
    width: 65%;
  }

  .h3-doc-subtitle {
    font-size: 1.5em;
  }

  .standard_inner_main_headline-doc {
    font-size: 2em;
  }

  .standard_inner_main_headline-doc.no_bottom_margin {
    font-size: 2.2em;
  }

  .doc-title-div {
    margin-right: 20px;
    margin-left: 20px;
  }

  .doc-photo-and-some-bio-text {
    padding: 30px;
  }

  .doc-bio-text {
    padding: 20px;
  }

  .ip-doc-section-2 {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .standard_inner_main_headline-doc-white.no_bottom_margin {
    font-size: 2.2em;
  }

  .senators-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/abstract-hockey-player.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/abstract-hockey-player.jpg');
    background-attachment: scroll, scroll;
  }

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

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

  .logos-holder-jm {
    margin-right: 0;
  }

  .senators-wrapper-div{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
    a.top_phone_number.footer.w-inline-block {
    display: contents;
}
  h2 {
    font-size: 1.6em;
  }

  .hero_section {
/*    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(185deg, rgba(0, 0, 0, 0.65), transparent 54%), url('../images/hero-img.jpg');*/
/*      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(185deg, rgba(0, 0, 0, 0.65), transparent 54%), url('../images/hero-img-new.jpg');*/
       background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), linear-gradient(185deg, rgba(0, 0, 0, 0.65), transparent 54%), url('../images/hero-img-mbl.jpg');
    background-position: 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .main_tagline {
    font-size: 5vw;
  }

  .main_tagline_div {
    right: 5%;
    width: auto;
  }

  .main_tagline2 {
    margin-bottom: 24px;
    font-size: 8vw;
  }

  .inside_nav_wrapper {
    width: 65%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top_phones_wrapper {
    margin-right: 10px;
  }

  .top_phone_number {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
  }

  .city_label {
    font-size: 0.5em;
  }

  .welcome_section {
    padding-top: 56px;
    padding-bottom: 46px;
  }

  .wrapper_div {
    width: 90%;
  }

  .wrapper_div.inner_flex {
    width: 90%;
  }

  .wrapper_div.inner_callout {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.precision-cat {
    width: 100%;
  }

  .wrapper_div.laser-cat {
    width: 90%;
  }

  .wrapper_div.icl {
    width: 90%;
  }

  .welcome_header {
    font-size: 1.4em;
  }

  .block_div {
    width: 15%;
  }

  .callout_wrapper {
    margin-top: 55px;
    margin-bottom: 67px;
    padding: 71px 21px 59px;
  }

  .callout_div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video_wrapper {
    margin-bottom: 0px;
  }

  .video_wrapper.icl {
    margin-bottom: 0px;
  }

  .video_wrapper.pres {
    width: 100%;
  }

  .condition_div {
    width: 48%;
  }

  .mission_headline {
    font-size: 2.6em;
  }

  .lasik_headline {
    font-size: 2em;
  }

  .testimonials_section {
    padding-top: 86px;
  }

  .doc_names {
    font-size: 1em;
  }

  .parallax2_section {
    height: 400px;
  }

  .button.main {
    padding-right: 10px;
    padding-left: 10px;
  }

  .locations_wrapper {
    margin-bottom: 27px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .location_div {
    width: 100%;
    margin-bottom: 28px;
  }

  /*.footer_text {
    padding-right: 28px;
    padding-left: 28px;
  }*/

  .lasik_mobile_section {
    padding-top: 45px;
    padding-bottom: 12px;
  }

  .lasik_chapter_headline {
    font-size: 2em;
  }

  .logo_scroll {
    width: 150px;
    margin-left: 15px;
  }

  .phones_mobile_div {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner_hero_section {
    height: 100vh;
    background-position: 60% 100%;
  }

  .inner_hero_section.smile {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/smile-inner-hero.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 40%, #fff), url('../images/smile-inner-hero.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .inner_hero_section.precision-cat {
    background-position: 0px 0px, 55% 0%;
  }

  .inner_hero_section.prk {
    background-position: 80% 0%;
  }

  .inner_hero_section.icl {
    background-position: 0px 0px, 70% 0%;
  }

  .inner_hero_section.rle {
    background-position: 0px 0px, 75% 0%;
  }

  .inner_hero_section.pres {
    background-position: 0px 0px, 60% 0%;
  }

  .inner_hero_section.cxl {
    background-position: 0px 0px, 80% 50%;
  }

  .inner_main_tagline_div.icl {
    bottom: 7vh;
  }

  .inner_main_tagline_div.pres {
    max-width: none;
  }

  .inner_page_name {
    font-size: 2em;
  }

  .inner_page_name.white {
    font-size: 2em;
  }

  .inner_page_name.cataract {
    font-size: 2.6em;
  }

  .inner_page_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner_page_section.header_margin {
    padding-top: 112px;
    padding-bottom: 20px;
  }

  .inner_page_section.bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/bg_image1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/bg_image1.jpg');
    background-position: 0px 0px, 80% 50%;
  }

  .inner_page_section.bg.precision-cataract {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/precisioncat_aboutphoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/precisioncat_aboutphoto.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.bg.prk {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.63)), color-stop(65%, transparent)), url('../images/PRK_whatisphoto.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), linear-gradient(90deg, rgba(0, 0, 0, 0.63), transparent 65%), url('../images/PRK_whatisphoto.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .inner_page_section.bg.lasercat {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/lasercat_aboutphoto.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/lasercat_aboutphoto.jpg');
    background-position: 0px 0px, 100% 20%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_page_section.bg.lasercat-benefits {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/lasercat_benefitsphoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/lasercat_benefitsphoto.jpg');
    background-position: 0px 0px, 10% 50%;
  }

  .inner_page_section.bg.icl {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(66%, transparent)), url('../images/ICL_Aboutphoto.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), linear-gradient(90deg, rgba(0, 0, 0, 0.53)), url('../images/ICL_Aboutphoto.jpg');
    background-position: 0px 0px, 0px 0px, 75% 0%;
  }

  .inner_page_section.bg.rle {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url('../images/RLE_aboutphoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/RLE_aboutphoto.jpg');
    background-position: 0px 0px, 70% 50%;
  }

  .inner_page_section.bg.pres {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, right top, from(rgba(239, 243, 243, 0.71)), color-stop(64%, hsla(0, 0%, 100%, 0))), url('../images/Pres_aboutphotoV2.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/Pres_aboutphotoV2.jpg');
    background-position: 0px 0px, 0px 0px, 80% 40%;
  }

  .inner_page_section.bg.cxl {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/whatiscxl_photo.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/whatiscxl_photo.jpg');
    background-position: 0px 0px, 85% 0%;
  }

  .inner_page_section.expect {
    padding: 20px 10px;
  }

  .inner_page_section.no_top_margin {
    padding-bottom: 5vh;
  }

  .inner_page_section.bg_cataract {
    padding-top: 7vh;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), linear-gradient(285deg, hsla(0, 0%, 100%, 0) 45%, #fff), url('../images/bg_image7.jpg');
    background-position: 0px 0px, 0px 0px, 70% 30%;
  }

  .inner_page_section.bg_dry_eye {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg_image8.jpg');
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/bg_image8.jpg');
    background-position: 0px 0px, 70% 20%;
  }

  .inner_page_section.dak_bg.rle {
    padding: 20px 10px;
  }

  .inner_page_section.dak_bg.pres {
    padding: 20px 10px;
  }

  .inner_page_section.prec-cat-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner_page_section.prec-cat-faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner_page_section.laser-cat-personalized {
    padding: 20px 10px;
    background-position: 50% -250%;
  }

  .inner_page_section.pres {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner_page_section.cxl {
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(252deg, hsla(0, 0%, 100%, 0.35), hsla(0, 0%, 100%, 0) 63%), url('../images/cxltreatment_photo.jpg');
    background-position: 0px 0px, 0px 0px, 20% 70%;
    background-size: auto, auto, cover;
  }

  .inner_text_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner_text_div.full_width._50-50-pres {
    margin-bottom: 0px;
    padding: 20px 10px;
  }

  .inner_text_div.rle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner_appointment_btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/appointment-btn-img.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/appointment-btn-img.jpg');
    background-position: 0px 0px, 40% 30%;
  }

  .inner_appointment_btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/appointment-btn-img.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/appointment-btn-img.jpg');
    background-position: 0px 0px, 40% 30%;
  }

  .inner_appointment_btn.prec-cat {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/preccataracthelp_photo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/preccataracthelp_photo.jpg');
    background-position: 0px 0px, 85% 50%;
  }

  .inner_appointment_btn.laser-cat {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lasercathelp_photo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lasercathelp_photo.jpg');
    background-position: 0px 0px, 80% 20%;
  }

  .appointment_text {
    line-height: 1.2em;
  }

  .inner_headline2 {
    text-align: center;
  }

  .locations_parallax_section {
    background-position: 25% 50%;
  }

  .inner_subheadline {
    font-size: 1.2em;
  }

  .phones_wrapper {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .divider_txt {
    display: none;
  }

  /*.video_tag.procedure {
    font-size: 0.9em;
  }*/

  .video_row.bottom_margin {
    margin-bottom: 5vh;
  }

  .video_row.icl {
    margin-top: 20px;
  }

  .video_row.pres-cat {
    margin-top: 20px;
  }

  .procedure_ajax_tab {
    width: 100%;
    font-size: 4vw;
  }

  .procedures_tabs_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .callout_text_wrapper {
    width: 100%;
    margin-bottom: 23px;
  }

  .download_btn {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .download_btn.laser-cat {
    width: 75%;
    padding: 20px 10px;
  }

  .symptoms_ajax {
    height: auto;
    margin-top: 20px;
  }

  .dry_eye_callout_wrapper {
    padding: 31px;
  }

  .dry_eye_list_text.half {
    width: 100%;
    margin-bottom: 0px;
  }

  .columns_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inner_img_small_right {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .benefits-list-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits-list {
    width: 100%;
  }

  .benefits-list.right {
    width: 100%;
  }

  .list-item {
    width: 90%;
  }

  .right-list-div {
    width: 100%;
  }

  .sub-list {
    padding-left: 37px;
  }

  .prec-cat-div {
    padding: 31px;
  }

  .pres-50-50-photo {
    min-height: 250px;
  }

  .mono_callout_wrapper-copy {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 31px;
  }

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

  .paragraph-3 {
    text-align: center;
  }

  .paragraph-4 {
    text-align: center;
  }

  .paragraph-5 {
    text-align: center;
  }

  .paragraph-6 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: center;
  }

  .doc-title-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .dov-line-bottom {
    margin-bottom: 30px;
  }

  .doc-photo-and-some-bio-text {
    padding: 10px;
  }

  .doc-bio-text {
    padding: 10px;
  }

  .ip-doc-section-2 {
    padding: 21px;
  }

  .doc-bio-left {
    min-height: 400px;
  }

  .standard_inner_main_headline-doc-white {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .paragraph-9 {
    text-align: center;
  }

  .paragraph-10 {
    text-align: center;
  }

  .paragraph-11 {
    text-align: center;
  }

  .logos-holder-jm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-12 {
    margin-left: 0px;
  }

  .image-13 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .senators-wrapper-div .lasik_headline.white{
    margin-top: 30px;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}