body {
  height: 100%;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #224a8d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #224a8d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

ul {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 21px;
  font-weight: 400;
}

li {
  margin-bottom: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  background-color: #ededed;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.41);
}

.logo {
  position: static;
  display: block;
  width: 250px;
  margin-right: 34px;
  margin-left: 0px;
  float: none;
}

.navlink {
  display: inline-block;
  width: auto;
  padding: 15px;
  clear: both;
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  font-family: Merriweather, serif;
  color: #5a6069;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
}

.navlink:hover {
  border-style: none;
  border-width: 1px;
  border-color: #1f73ff;
  background-color: transparent;
  background-image: url('../images/arrow-icon_1arrow-icon.png');
  background-position: 50% 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #224a8d;
}

.hero_section {
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.48)), to(hsla(0, 0%, 100%, 0.48))), url('../images/hero-img4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.48), hsla(0, 0%, 100%, 0.48)), url('../images/hero-img4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.main_phone_div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -56%;
  z-index: 100;
  display: block;
  width: 700px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #224a8d;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
}

.top_phone_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0px 53px 0px 47px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #224a8d;
  border-radius: 0px;
  background-color: #224a8d;
  background-image: url('../images/phone-btn-bg.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 46px;
  font-weight: 200;
  text-decoration: none;
}

.top_phone_btn:hover {
  border-radius: 0px;
  background-color: #0a2653;
}

.callouts_section {
  padding-top: 200px;
  padding-bottom: 200px;
  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/callouts-bg.jpg') !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/callouts-bg.jpg') !important;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navmenu {
  width: 100%;
  padding-left: 56px;
  background-color: transparent;
}

.dropdown_navlink {
  font-family: Merriweather, serif;
}

.dropdown-toggle {
  padding: 15px;
  font-family: Merriweather, serif;
  color: #5a6069;
  font-weight: 300;
  text-transform: none;
}

.dropdown-toggle.w--open {
  background-image: url('../images/arrow-icon_1arrow-icon.png');
  background-position: 50% 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #224a8d;
}

.dropdown_icon {
  display: none;
  margin-right: 5px;
  font-size: 0.7em;
}

.dropdown_list.w--open {
  padding: 23px;
  background-color: #224a8d;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.26);
}

.dropdown_link {
  padding-left: 0px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.14);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.dropdown_link:hover {
  background-color: transparent;
  color: #b8b8b8;
}

.center_section {
  padding-top: 20px;
  padding-bottom: 125px;
}

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

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

.wrapper_div.callouts {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper_div.footer {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper_div.optical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper_div.blue_stipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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_headline {
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.welcome_headline.vision {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dots_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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-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;
}

.dots_div.inner {
  margin-bottom: 30px;
  -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;
}

.dots_div.inner-center {
  -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;
}

.dot {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  border-radius: 50px;
  background-color: #8bb5e0;
}

.dot.dark {
  background-color: #224a8d;
}

.dot.center {
  margin-top: 18px;
  margin-bottom: 0px;
  background-color: #c8e3ff;
}

.welcome_text {
  margin-bottom: 61px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.services-headline {
  margin-bottom: 66px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.centers_wrapper_div {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.center_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.center_btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #1f73ff;
}

.center_img {
  width: 85%;
  margin-bottom: 15px;
  opacity: 0.7;
}

.center_text_description {
  position: static;
  margin-top: 19px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #5a6069;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: 300;
  text-transform: none;
}

.callout_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  -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-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;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.callout_btn:hover {
  color: #a2e3ff;
}

.callout_img {
  margin-bottom: 29px;
}

.footer_section {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #ccc;
}

.location_div {
  width: 48%;
  padding-bottom: 40px;
}

.location_address {
  margin-bottom: 30px;
  font-size: 0.9em;
  font-weight: 300;
}

.phone_link {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.phone_link:hover {
  color: #b3cffd;
}

.phone_link.mobile {
  color: #224a8d;
  font-size: 2em;
}

.map_div {
  margin-top: 0px;
  margin-bottom: 25px;
}

.map {
  height: 200px;
}

.form_wrapper {
  width: 48%;
}

.text_field {
  border-style: solid;
  border-width: 1px;
  border-color: #8bb5e0;
  font-size: 0.8em;
  font-weight: 300;
}

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

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

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

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

.text_area {
  min-height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #8bb5e0;
  font-size: 0.8em;
  font-weight: 300;
}

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

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

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

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

.submit_btn {
  padding: 15px 30px;
  background-color: #5f8dbb;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #224a8d;
}

.footer_text {
  margin-left: 0px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.menu_btn {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 16px;
  margin-right: 19px;
  background-color: #8bb5e0;
  color: #fff;
}

.menu_btn:hover {
  background-color: #224a8d;
}

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

.main_tagline_div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 16%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -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-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;
}

.employee_btn {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 3px;
  -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;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.employee_btn:hover {
  color: #95bdff;
}

.employee_btn.mobile {
  color: #224a8d;
}

.navbar_left_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-bottom: 0px;
  padding-left: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.talk_text {
  width: auto;
  margin-right: 0px;
  font-family: Merriweather, serif;
  color: #224a8d;
}

.vision_text {
  width: 100%;
  margin-right: auto;
  margin-bottom: 145px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.optical_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #7a8b97;
}

.optical_logo_div {
  width: 230px;
  opacity: 0.55;
}

.optical_text_div {
  width: 65%;
}

.optical_headline {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 38px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.optical_text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.main_tagline {
  margin-bottom: 0px;
  font-size: 150px;
  line-height: 1em;
}

.main_tagline2 {
  overflow: hidden;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.navbar_right_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  padding-right: 200px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/navbar-arrow_1navbar-arrow.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

._1107_logo_grey {
  width: 120px;
}

.navbar_tagline {
  margin-top: 5px;
  font-family: Merriweather, serif;
  color: #9b9a9b;
  font-size: 0.8em;
  text-transform: uppercase;
}

.footer_blue_div {
  background-color: #224a8d;
}

.footer_wrapper_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_text_div {
  width: 65%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.form_map_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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;
}

.footer_link {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #224a8d;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  color: #fff;
}

.footer_phone_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.footer_logo_div {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.footer_logo_div.mobile {
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.address_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -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-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;
  background-color: #fff;
}

.address_text {
  color: #224a8d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.white_div {
  width: 28%;
  background-color: #fff;
}

.footer_logo_img {
  width: 70%;
}

.arrow_div {
  width: 28%;
}

.footer_mobile_section {
  display: none;
  background-color: #ccc;
}

.footer_mobile_blue {
  padding-top: 30px;
  padding-right: 31px;
  padding-left: 31px;
  background-color: #224a8d;
}

.footer_arrow_mobile {
  margin-top: -64px;
}

.logo_optique_mobile {
  display: none;
}

.logo_mobile_menu {
  display: none;
}

.heading-3 {
  font-size: 38px;
  line-height: 40px;
}

.heading-3.white {
  margin-bottom: 0px;
  color: #fff;
  line-height: 40px;
}

.heading-3.white-no-margin {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.dropdown_navlink2 {
  width: 100%;
}

.dropdown_toggle2 {
  width: 100%;
  padding: 10px 10px 10px 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.dropdown_icon2 {
  margin-right: 0px;
}

.subdropdown_list.w--open {
  position: relative;
  padding-bottom: 19px;
  background-color: transparent;
}

.subdropdown_link {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.subdropdown_link:hover {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.lasik-custom-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding-top: 100px;
  padding-right: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/couple-jogging.jpg');
  background-position: 100% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lasik-inner-hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  min-width: 0px;
  margin-bottom: 5%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #224a8d;
}

.h2-inner-top {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none;
}

.lasik-inner-cta-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.lasik-inner-cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 15px 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: #8bb5e0;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.lasik-inner-cta-link:hover {
  background-color: #224a8d;
  color: #fff;
}

.lasik-inner-cta-link.lasik {
  width: 33.3%;
  margin-right: 0px;
  margin-bottom: 0px;
}

.lasik-cta-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-image: url('../images/selftestwhite_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lasik-cta-icon._2 {
  background-image: url('../images/schedulewhite_icon.png');
}

.lasik-cta-icon._3 {
  background-image: url('../images/financingwhite_icon.png');
}

.ilasik-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 85vh;
}

.lasik-photo-right {
  width: 60%;
  background-image: url('../images/young-woman-holding-puppy.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.ilasik-text-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 50px;
  -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;
  background-color: #224a8d;
}

.ilasik-text-holder {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 0px;
  min-width: 150%;
  padding: 30px;
  -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;
  background-color: #fff;
}

.white {
  margin-bottom: 20px;
  color: #fff;
  line-height: 30px;
}

.image {
  max-width: 50%;
  margin-bottom: 20px;
}

.about-lasik-ip-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-lasik-ip-wrap {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.center {
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.about-lasik-ip-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  margin-top: 50px;
}

.about-lasik-left-div {
  width: 50%;
  padding-right: 75px;
  padding-bottom: 0px;
}

.about-lasik-photo-right {
  width: 50%;
  background-image: url('../images/2019-07_Vision-Point-Lasik-Suite_P5A1180-1024x682.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-9-lasik-section {
  min-height: 0px;
  padding: 100px 100px 100px 75px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.35)), color-stop(59%, hsla(0, 0%, 100%, 0))), url('../images/9reasonsbg_photo.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.35), hsla(0, 0%, 100%, 0) 59%), url('../images/9reasonsbg_photo.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._9-reasons-lasik-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list {
  font-weight: 300;
}

.list-item {
  margin-bottom: 20px;
  font-weight: 300;
}

.text-span {
  font-weight: 300;
}

.can-i-get-lasik-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
}

.can-i-get-photo-left {
  width: 50%;
  background-image: url('../images/2019-07_Vision-Point-Lasik-Surgery-Suite-Waiting-Room_P5A1271-768x512.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.can-i-get-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 100px 50px 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-ip {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.alternatives-photo-right {
  width: 50%;
  background-image: url('../images/doctor-with-patient.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.alternatives-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 50px 50px 100px;
  -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;
}

.lasik-alternatives-section {
  padding: 100px;
  background-color: #224a8d;
}

.alternatives-wrapper-div {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.alternatives-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.asa-div {
  width: 48%;
  min-height: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
}

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

.lasik-cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 100px;
  -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, 0.53)), color-stop(72%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/guyusingphone_photo.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.53), transparent 72%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/guyusingphone_photo.jpg');
  background-position: 0px 0px, 0px 0px, 0% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.lasik-cta-div {
  max-width: 40%;
}

.list-3 {
  font-weight: 300;
}

.cta-buttons {
  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;
}

.cta-self-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  padding: 10px;
  -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: 1px solid #fff;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.cta-self-test:hover {
  border-color: #224a8d;
  background-color: #224a8d;
  color: #fff;
}

.lasik-faq-questions {
  padding: 100px;
}

.faq-lasik-wrapper-div {
  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;
}

.faq-trigger-holder {
  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;
}

.faq-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  -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;
  background-color: #224a8d;
}

.faq-trigger:hover {
  background-color: #5a6069;
}

.plus-minus-holder {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  background-image: url('../images/minus_line.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.plus-line-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/plus_line.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.trigger-element-content {
  padding: 50px;
}

.button {
  padding: 15px 30px;
  background-color: #8bb5e0;
  font-family: Merriweather, serif;
}

.button:hover {
  background-color: #224a8d;
}

.vip-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px;
  -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;
  background-image: url('../images/girl-framing-eyes.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sunglasses-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #7a8b97;
}

.sunglasses-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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;
}

.sunglasses-text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.text-span-2 {
  font-size: 14px;
}

.faq-trigger-wrapper {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo {
    width: 200px;
    margin-right: 0px;
  }

  .navlink {
    padding: 10px 7px;
    font-size: 0.9em;
  }

  .hero_section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55))), url('../images/hero-img4.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55)), url('../images/hero-img4.jpg');
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .main_phone_div {
    bottom: -55%;
    width: 600px;
  }

  .top_phone_btn {
    height: 80px;
    padding-right: 61px;
    padding-left: 41px;
    font-size: 38px;
  }

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

  .navmenu {
    padding-left: 48px;
    background-color: #fff;
  }

  .dropdown-toggle {
    padding: 10px 7px;
    font-size: 0.9em;
  }

  .dropdown_list.w--open {
    padding: 15px;
  }

  .wrapper_div {
    width: 90%;
  }

  .wrapper_div.callouts {
    width: 90%;
  }

  .wrapper_div.footer {
    width: 90%;
  }

  .wrapper_div.optical {
    width: 90%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper_div.blue_stipe {
    width: 90%;
  }

  .center_btn {
    width: 48%;
    margin-bottom: 42px;
  }

  .center_img {
    width: 70%;
  }

  .callout_btn {
    font-size: 1.1em;
  }

  .footer_section {
    padding-top: 41px;
  }

  .location_div {
    width: 48%;
  }

  .form_wrapper {
    width: 48%;
  }

  .menu_btn {
    margin-top: 15px;
    background-color: #8bb5e0;
    color: #fff;
  }

  .menu_btn:hover {
    background-color: #224a8d;
  }

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

  .main_tagline_div {
    top: 37%;
  }

  .employee_btn {
    padding-left: 5px;
  }

  .navbar_left_wrapper {
    width: 75%;
    padding-left: 0px;
  }

  .optical_logo_div {
    width: 42%;
  }

  .optical_text_div {
    width: 50%;
  }

  .optical_headline {
    line-height: 38px;
  }

  .main_tagline {
    font-size: 5em;
  }

  .main_tagline2 {
    font-size: 20px;
  }

  .navbar_right_wrapper {
    width: 25%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1107_logo_grey {
    width: 90px;
  }

  .footer_wrapper_div {
    width: 90%;
  }

  .footer_logo_div {
    width: 32%;
  }

  .address_div {
    width: 32%;
  }

  .address_text {
    font-size: 0.9em;
    font-weight: 500;
  }

  .white_div {
    width: 32%;
  }

  .footer_logo_img {
    width: 80%;
  }

  .arrow_div {
    width: 32%;
  }

  .heading-3.white {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-3.white-no-margin {
    font-size: 25px;
    line-height: 30px;
  }

  .lasik-custom-top {
    min-height: 800px;
    padding-right: 20px;
    padding-bottom: 125px;
    background-position: 90% 0%;
  }

  .lasik-inner-hero-wrap {
    width: 90%;
    margin-bottom: 2%;
    padding: 20px;
  }

  .h2-inner-top {
    font-size: 50px;
    line-height: 55px;
  }

  .lasik-inner-cta-holder {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lasik-inner-cta-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .lasik-inner-cta-link.lasik {
    display: none;
  }

  .lasik-cta-icon {
    width: 30px;
    height: 30px;
  }

  .ilasik-section {
    min-height: 0px;
  }

  .lasik-photo-right {
    width: 0%;
  }

  .ilasik-text-left {
    width: 100%;
    padding: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ilasik-text-holder {
    position: static;
    width: 100%;
    min-height: 0px;
    min-width: 600px;
  }

  .about-lasik-ip-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .about-lasik-ip-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-lasik-left-div {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .about-lasik-photo-right {
    width: 100%;
    min-height: 400px;
  }

  .top-9-lasik-section {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.85)), to(hsla(0, 0%, 80%, 0.85))), url('../images/9reasonsbg_photo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.85), hsla(0, 0%, 80%, 0.85)), url('../images/9reasonsbg_photo.jpg');
    background-position: 0px 0px, 80% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  ._9-reasons-lasik-wrapper {
    max-width: none;
  }

  .can-i-get-photo-left {
    background-position: 60% 50%;
  }

  .can-i-get-text-right {
    padding: 30px;
  }

  .alternatives-photo-right {
    background-position: 80% 0%;
  }

  .alternatives-text-left {
    padding: 30px;
  }

  .lasik-alternatives-section {
    padding: 100px 50px 80px;
  }

  .alternatives-columns {
    -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;
  }

  .alternatives-columns._2 {
    margin-top: 0px;
  }

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

  .lasik-cta-section {
    min-height: 0px;
    padding: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(72%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/guyusingphone_photo.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.53), transparent 72%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/guyusingphone_photo.jpg');
    background-position: 0px 0px, 0px 0px, 55% 0%;
  }

  .lasik-cta-div {
    max-width: 65%;
  }

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

  .cta-self-test {
    width: 100%;
    margin-bottom: 10px;
  }

  .lasik-faq-questions {
    padding: 100px 50px;
  }

  .trigger-element-content._1 {
    padding: 30px 30px 10px;
  }

  .trigger-element-content._2 {
    padding: 30px 30px 20px;
  }

  .trigger-element-content._3 {
    padding: 30px 30px 10px;
  }

  .trigger-element-content._4 {
    padding: 30px 30px 0px;
  }

  .vip-section {
    min-height: 0px;
    padding: 50px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(6%, transparent), to(rgba(139, 181, 224, 0.93))), url('../images/girl-framing-eyes.jpg');
    background-image: linear-gradient(90deg, transparent 6%, rgba(139, 181, 224, 0.93)), url('../images/girl-framing-eyes.jpg');
    background-position: 0px 0px, 20% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .sunglasses-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: fixed;
    background-color: #fff;
  }

  .logo {
    width: 200px;
    margin-left: 6px;
    padding-left: 0px;
    float: left;
  }

  .navlink {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.35);
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 0.9em;
  }

  .navlink:hover {
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.35);
    border-bottom-style: solid;
    border-bottom-color: #fff;
    color: #fff;
  }

  .hero_section {
    height: 110%;
  }

  .main_phone_div {
    bottom: -14%;
    width: 400px;
  }

  .top_phone_btn {
    height: 60px;
    padding-right: 19px;
    padding-left: 31px;
    background-size: contain;
    font-size: 28px;
    line-height: 28px;
  }

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

  .navmenu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #224a8d;
    text-align: left;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.35);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 0.9em;
  }

  .dropdown-toggle.w--open {
    border-bottom-style: solid;
    border-bottom-color: #fff;
    color: #fff;
  }

  .dropdown_list.w--open {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    box-shadow: none;
  }

  .wrapper_div {
    width: 90%;
  }

  .wrapper_div.optical {
    width: 80%;
    -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;
  }

  .welcome_headline {
    margin-bottom: 15px;
    font-size: 2.6em;
  }

  .dots_div {
    margin-bottom: 15px;
  }

  .services-headline {
    margin-bottom: 30px;
    font-size: 2.6em;
  }

  .callout_btn {
    width: 45%;
    margin-bottom: 27px;
  }

  .footer_section {
    display: none;
  }

  .phone_link.mobile {
    margin-bottom: 16px;
  }

  .phone_link.mobile:hover {
    color: #5a6069;
  }

  .footer_text {
    padding-right: 22px;
    padding-left: 22px;
  }

  .menu_btn {
    margin-top: 0px;
    margin-right: 10px;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #224a8d;
    background-color: transparent;
    color: #224a8d;
  }

  .menu_btn:hover {
    color: #fff;
  }

  .menu_btn.w--open {
    z-index: 1100;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
  }

  .main_tagline_div {
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: auto;
  }

  .employee_btn {
    padding-left: 9px;
  }

  .employee_btn.mobile {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 30px;
    border-top: 1px solid #224a8d;
    border-bottom: 1px solid #224a8d;
    text-align: center;
  }

  .employee_btn.mobile:hover {
    color: #5a6069;
  }

  .navbar_left_wrapper {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .vision_text {
    font-size: 1em;
  }

  .optical_section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .optical_logo_div {
    width: 50%;
    margin-bottom: 13px;
  }

  .optical_text_div {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .optical_headline {
    margin-bottom: 42px;
  }

  .main_tagline {
    font-size: 3em;
  }

  .main_tagline2 {
    font-size: 1em;
  }

  .navbar_right_wrapper {
    display: none;
  }

  .form_map_wrapper {
    width: 100%;
    padding-top: 30px;
    padding-right: 33px;
    padding-left: 33px;
  }

  .footer_logo_div.mobile {
    width: 80%;
    padding-bottom: 35px;
  }

  .address_text {
    text-align: center;
  }

  .footer_logo_img {
    width: 50%;
    margin-bottom: 35px;
  }

  .footer_mobile_section {
    display: block;
  }

  .footer_mobile_blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .footer_arrow_mobile {
    display: block;
    margin-top: 0px;
  }

  .logo_optique_mobile {
    display: block;
    width: 80px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .footer_arrow_div {
    width: 80%;
    margin-top: 0px;
  }

  .logo_mobile_menu {
    width: 200px;
    float: none;
  }

  .heading-3.white {
    font-size: 20px;
    line-height: 1.5em;
  }

  .lasik-custom-top {
    min-height: 600px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    background-position: 85% 0%;
  }

  .lasik-inner-hero-wrap {
    width: 90%;
    margin-bottom: 2%;
    padding: 5px 10px 5px 20px;
    background-color: rgba(34, 74, 141, 0.89);
    text-align: center;
  }

  .h2-inner-top {
    margin-bottom: 0px;
    font-size: 2.6em;
  }

  .lasik-inner-cta-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lasik-inner-cta-link {
    width: 100%;
    padding: 10px 15px;
  }

  .lasik-inner-cta-link.lasik {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .lasik-inner-cta-link.finance {
    display: none;
  }

  .lasik-cta-icon {
    width: 30px;
    height: 30px;
  }

  .ilasik-text-left {
    padding: 20px;
  }

  .ilasik-text-holder {
    min-width: 500px;
  }

  .about-lasik-ip-section {
    padding: 30px 20px;
  }

  .about-lasik-left-div {
    padding-bottom: 0px;
  }

  .about-lasik-photo-right {
    min-height: 300px;
  }

  .top-9-lasik-section {
    padding: 30px 20px;
  }

  .can-i-get-lasik-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .can-i-get-photo-left {
    width: 100%;
    min-height: 300px;
  }

  .can-i-get-text-right {
    width: 100%;
    padding: 20px 20px 0px;
  }

  .h2-ip {
    font-size: 2.6em;
  }

  .alternatives-photo-right {
    width: 100%;
    min-height: 300px;
  }

  .alternatives-text-left {
    width: 100%;
    padding: 20px;
  }

  .lasik-alternatives-section {
    padding: 30px 20px;
  }

  .lasik-cta-div {
    max-width: none;
  }

  .lasik-faq-questions {
    padding: 30px 20px;
  }

  .vip-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 181, 224, 0.81)), to(rgba(139, 181, 224, 0.81))), url('../images/girl-framing-eyes.jpg');
    background-image: linear-gradient(180deg, rgba(139, 181, 224, 0.81), rgba(139, 181, 224, 0.81)), url('../images/girl-framing-eyes.jpg');
    background-position: 0px 0px, 20% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .sunglasses-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .sunglasses-wrapper {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 180px;
    margin-left: 11px;
  }

  .hero_section {
    height: 70%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/hero-img4.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/hero-img4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .main_phone_div {
    bottom: 27%;
    width: 280px;
  }

  .top_phone_btn {
    height: 40px;
    padding-right: 16px;
    padding-left: 18px;
    font-size: 20px;
  }

  .center_section {
    padding-bottom: 50px;
  }

  .welcome_section {
    padding-top: 75px;
  }

  .wrapper_div.callouts {
    -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;
  }

  .wrapper_div.optical {
    width: 85%;
  }

  .welcome_headline {
    font-size: 28px;
    line-height: 28px;
  }

  .welcome_headline.vision {
    margin-bottom: 36px;
    font-size: 28px;
  }

  .dots_div.inner {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .welcome_text {
    font-size: 14px;
    line-height: 24px;
  }

  .services-headline {
    font-size: 28px;
    line-height: 32px;
  }

  .center_btn {
    width: 100%;
  }

  .center_text_description {
    font-size: 16px;
    line-height: 24px;
  }

  .callout_btn {
    width: 70%;
  }

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

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

  .location_address {
    font-size: 14px;
    line-height: 20px;
  }

  .phone_link.mobile {
    font-size: 24px;
  }

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

  .footer_text {
    font-size: 12px;
  }

  .menu_btn {
    margin-top: 0px;
    margin-right: 0px;
  }

  .main_tagline_div {
    left: 0%;
    top: 33%;
    right: 0%;
    bottom: auto;
    padding-right: 26px;
    padding-left: 25px;
  }

  .navbar_left_wrapper {
    padding-right: 5px;
  }

  .vision_text {
    margin-bottom: 53px;
    font-size: 14px;
    line-height: 24px;
  }

  .optical_logo_div {
    width: 60%;
    opacity: 1;
  }

  .optical_headline {
    font-size: 28px;
  }

  .optical_text {
    font-size: 16px;
    line-height: 26px;
  }

  .main_tagline {
    font-size: 2.6em;
  }

  .main_tagline2 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .form_map_wrapper {
    padding-top: 41px;
  }

  .footer_link {
    font-size: 16px;
    line-height: 16px;
  }

  .footer_logo_div.mobile {
    width: 90%;
  }

  .address_text {
    font-size: 14px;
  }

  .footer_logo_img {
    padding-top: 12px;
  }

  .footer_mobile_blue {
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer_arrow_mobile {
    margin-top: -43px;
  }

  .footer_arrow_div {
    width: 90%;
  }

  .heading-3.white {
    font-size: 15px;
  }

  .heading-3.white-no-margin {
    font-size: 20px;
    line-height: 1.5em;
  }

  .lasik-custom-top {
    min-height: 700px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 80% 50%;
  }

  .lasik-inner-hero-wrap {
    width: 90%;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-inner-top {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  .lasik-inner-cta-link {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
  }

  .lasik-cta-icon {
    display: none;
  }

  .lasik-cta-icon._2 {
    display: none;
  }

  .ilasik-text-holder {
    min-width: 250px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    max-width: 250px;
  }

  .about-lasik-ip-section {
    padding: 20px 10px;
  }

  .about-lasik-ip-50-50 {
    margin-top: 0px;
    text-align: center;
  }

  .about-lasik-photo-right {
    min-height: 250px;
  }

  .top-9-lasik-section {
    padding: 20px 10px;
  }

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

  .can-i-get-photo-left {
    min-height: 250px;
  }

  .can-i-get-text-right {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-ip {
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
  }

  .alternatives-photo-right {
    min-height: 250px;
  }

  .alternatives-text-left {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lasik-alternatives-section {
    padding: 20px 10px;
  }

  .alternatives-columns {
    margin-top: 0px;
  }

  .asa-div {
    padding: 20px;
  }

  .lasik-cta-section {
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lasik-cta-div {
    max-width: none;
    text-align: center;
  }

  .list-3 {
    margin-bottom: 20px;
  }

  .lasik-faq-questions {
    padding: 20px 10px;
  }

  .trigger-element-content._1 {
    padding: 20px;
  }

  .trigger-element-content._2 {
    padding: 20px;
  }

  .trigger-element-content._3 {
    padding: 20px;
  }

  .trigger-element-content._4 {
    padding: 20px;
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

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

  .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;
  }

  .vip-section {
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #8bb5e0, #fff), -webkit-gradient(linear, left top, left bottom, from(#8bb5e0), to(#8bb5e0)), url('../images/girl-framing-eyes.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #8bb5e0, #fff), linear-gradient(180deg, #8bb5e0, #8bb5e0), url('../images/girl-framing-eyes.jpg');
    background-position: 0px 0px, 0px 0px, 20% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

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

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

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

  .sunglasses-text {
    font-size: 16px;
    line-height: 26px;
  }
}

