/* NOTE 1st media query is at 1255px */

/* Sidebar Styles */
/* Blog Styles */
/* Services Page Styles */
/* Font Resizer */
/* Plugin Styles */

body {
  height: 100%;
  font-family: Abel, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow-x: hidden;
}

img{
  height: auto !important;
}

.entry p{
  font-size: 18px;
  line-height: 30px;
}

.entry li{
  font-size: 18px;
  line-height: 30px;
}

.entry a{
  position: relative;
  text-decoration: none;
  color:#2299db;
  transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
}

.entry a:hover{
  color:#fa8608;
}

.menu-item-join {
  padding: 15px 20px 12px 20px;
}
.entry a:after{
  content:'';
  background-color: #2299db;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20%;
  height: 1px;
  transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
}

.entry a:hover:after{
  background-color: #fa8608;
  width: 100%;
}

.entry .noafter:after{
  display: none !important;
}

.search-field{
  display: inline-block;
  width: 100%;
  height: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 49%, .26);
  border-radius: 20px;
  background-image: url(../images/search_icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .16);
  line-height: 16px;
  outline: none;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
  color: #56a1d5;
  text-align: center;
}

.logo {
  display: block;
  width: 300px;
  margin: 0px auto 6px;
  padding-right: 0px;
  float: left;
}

.logo.bottom {
  display: inline-block;
  width: 26%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
}

.address-header-div{
  background-color: #345369;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.7);
}

.address-header-div a{
  margin:6px 14px;
  text-decoration: none;
  font-size: 14px;
  color:#ffffff;
  transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
}

.address-header-div a:hover{
  color:#fa8608;
}

.navlink {
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom: 3px solid #bce5fc;
  color: #bce5fc;
}

.navlink.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.navlink.dropdown:hover {
  border-bottom-style: none;
}

.navmenu {
  position: static;
  width: 100%;
  float: none;
  border-top: 1px none rgba(86, 161, 213, .71);
  border-bottom: 1px none rgba(86, 161, 213, .7);
  background-color: #658091;
  background-image: none;
  box-shadow: 0 0 6px 0 hsla(0, 2%, 49%, .44);
  color: #fff;
  text-align: center;
}

.main_section {
  display: block;
  height: auto;
}

.main_tagline_div {
  position: relative;
  left: 0px;
  top: 70%;
  right: 0px;
  z-index: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  text-align: center;
}

.main_tagline_div._2 {
  left: 0px;
  top: 25%;
  right: 0px;
  bottom: auto;
}

.main_headline1 {
  margin-top: 0px;
  font-family: 'Bree Serif', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
}

.main_headline1.dark {
  color: #07263b;
  text-shadow: 1px 1px 1px hsla(0, 0%, 100%, .54);
}

.main_headline2 {
  margin-top: 0px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
}

.main_headline2.dark {
  color: #061f30;
  text-shadow: 1px 1px 1px hsla(0, 0%, 100%, .44);
}

.centers_section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #5ec0f6;
  background-image: -webkit-linear-gradient(270deg, #2b5991 4%, #5ec0f6 99%);
  background-image: linear-gradient(180deg, #2b5991 4%, #5ec0f6 99%);
  text-align: center;
}

.logo_phone_search_div {
  position: static;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 5px 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-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
  background-image: none;
}

.search_field {
  display: inline-block;
  width: 80%;
  height: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 49%, .26);
  border-radius: 20px;
  background-image: url('../images/search_icon.png');
  background-position: 96% 50%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .16);
  line-height: 16px;
  outline:none;
}

.search-submit{
  display: none;
}

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

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

.centers_holder_div.secondary {
  -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;
}

.parallax_1 {
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/parallax_img1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top_phone_txt {
  display: inline-block;
  margin: 0px 0px 0px 25px;
  padding-right: 38px;
  background-image: url('../images/phone_icon.png');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #0a4770;
  font-size: 30px;
  line-height: 32px;
  text-align: right;
}

.center_div {
  width: 60%;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.center_btn {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.center_btn:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  color: #042338;
}

.center_btn.secondary {
  color: #147ac0;
  font-size: 18px;
  line-height: 18px;
}

.center_img {
  margin-bottom: 10px;
}

.welcome_section {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.container_div {
  display: inline-block;
  width: 75%;
}

.container_div.border {
  padding-top: 100px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(86, 161, 213, .66);
  text-align: left;
}

.container_div.socmed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container_div.secondary {
  width: 100%;
}

.welcome_headline {
  margin-top: 0px;
  margin-bottom: 45px;
  color: #fa8608;
  font-size: 56px;
  line-height: 54px;
}

.welcome_txt {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.list_item {
  color: #14639b;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.selftest_section {
  padding-top: 0px;
  padding-bottom: 100px;
  text-align: center;
}

.self_test_headline {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #1dc6fc;
  font-size: 56px;
  line-height: 54px;
  text-align: center;
}

.self_test_headline.secondary {
  margin-bottom: 0px;
  padding: 0px 30px;
  font-size: 30px;
  line-height: 30px;
}

.lasik_test {
  width: 35%;
  float: none;
  text-align: center;
}

.lasik_test.secondary {
  width: 100%;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: transparent;
}

.cataract_test_div {
  width: 35%;
  float: none;
  text-align: center;
}

.lasik_test_btn {
  width: 60%;
  padding: 25px 47px;
  border: 5px solid #fff;
  border-radius: 50px;
  background-color: #5ec0f6;
  box-shadow: 0 0 34px 0 rgba(90, 90, 90, .29);
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
}

.lasik_test_btn:hover {
  border-color: rgba(94, 192, 246, .38);
  background-color: #fff;
  box-shadow: none;
  color: #2299db;
}

.lasik_test_btn.secondary {
  width: 80%;
  padding: 15px 0px;
}

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

.optical_shop_callout {
  padding-top: 550px;
  padding-bottom: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/optical_img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/optical_img.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .78)), url('../images/location_img.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .78)), url('../images/location_img.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.optical_callout_headline_1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 100px;
  line-height: 90px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.optical_callout_headline_1.secondary {
  font-size: 40px;
  line-height: 40px;
}

.optical_callout_headline_2 {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.optical_callout_headline_2.secondary {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 28px;
}

.container {
  text-align: center;
}

.learn_more_btn {
  padding: 15px 25px;
  margin:10px;
  border: 3px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
}

.learn_more_btn:hover {
  background-color: #fc7d07;
}

.learn_more_btn.secondary {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.locations_headline {
  margin-top: 0px;
  margin-bottom: 100px;
  padding-bottom: 10px;
  border-bottom: 1px none rgba(0, 0, 0, .26);
  font-size: 48px;
}

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

.location_div {
  width: 25%;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 50px;
}

.location_div.primary{
  text-decoration: none;
  color: #333333;
}

.location_div.secondary {
  position: relative;
  width: 15%;
  min-width: 175px;
  margin-right: 10px;
  margin-left: 10px;
}

.location_div.secondary a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.location_headline {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(86, 161, 213, .56);
  color: #056eb8;
  font-size: 30px;
  line-height: 32px;
}

.location_text {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.location_phone {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #056eb8;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.map {
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 200px;
  box-shadow: 0 0 25px -1px rgba(65, 65, 65, .63);
}

.footer_section {
  margin-bottom: 1px;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #fff;
  text-align: center;
}

.footer_text {
  margin-bottom: 10px;
  color: #272525;
}

.bottom_link {
  display: inline-block;
  padding-right: 11px;
  padding-left: 11px;
  color: #9cd6ff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom_link:hover {
  color: #fff;
}

.bottom_navbar_section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #024675;
  text-align: center;
}

.bottom_navbar_section li{
  display: inline-block;
}

.bottom_navbar_section li a{
  display: inline-block;
  padding-right: 11px;
  padding-left: 11px;
  color: #9cd6ff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
    transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
}

.bottom_navbar_section li a:hover{
  color:#ffffff;
}

.dropdown_toggle {
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.dropdown_toggle:hover {
  border-bottom-color: rgba(86, 161, 213, 0);
  color: #bce5fc;
}

.dropdown_toggle.w--open {
  border-bottom: 3px solid #56a1d5;
  color: #bce5fc;
}

.dropdown_toggle.w--open:hover {
  color: #bce5fc;
}

.dropdown_icon {
  margin-right: 10px;
}

.dropdown_link {
  color: #fff;
  font-size: 14px;
}

.dropdown_link:hover {
  color: #80cffa;
}

.dropdown_link._2 {
  background-color: #24485a;
}

.dropdown_list.w--open {
  top: 50px;
  background-color: #345369;
}

.list {
  padding-left: 10px;
}

.search_div {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 356px;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_div.portal {
  float: left;
  left: 15px;
}
.search_div.portal a:last-child {
  margin-left: 1rem;
}
a.ui-button.portal {
  margin-top: 25px;
}
.consult_ophthalmologist_div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 1px solid rgba(188, 229, 252, .41);
  background-color: #24485a;
  font-family: Abel, sans-serif;
  color: #83bad8;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.main_tagline_div {
  position: relative;
  left: 0px;
  top: 70%;
  right: 0px;
  z-index: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  text-align: center;
}

.main_tagline_div._2 {
  left: 0px;
  top: 25%;
  right: 0px;
  bottom: auto;
}

.main_tagline_div._4 {
  top: 75%;
  width: 70%;
  padding-top: 0px;
  padding-right: 81px;
  padding-bottom: 0px;
  float: right;
  text-align: left;
}

.main_tagline_div._3 {
  top: 29%;
  width: 42%;
  padding-left: 115px;
  text-align: left;
}

.secondary_slide .main_tagline_div._3 {
  top: 54%;
}

.rxsight_slide .main_tagline_div._3 {
  top: 15%;
}

.furstenau-slide .main_tagline_div._3{
	top:50%;
}
.text-blue{
	font-size: 30px;
	color: #3c5267 !important;
}
.lt-blue {
  color: #5fc0f6;
}
.main_headline1 {
  margin-top: 0px;
  font-family: 'Bree Serif', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
}

.main_headline1.dark {
  color: #07263b;
  text-shadow: 1px 1px 1px hsla(0, 0%, 100%, .54);
}

.main_headline2 {
  margin-top: 0px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
}

.main_headline2.dark {
  color: #061f30;
  text-shadow: 1px 1px 1px hsla(0, 0%, 100%, .44);
}

.main_headline2.nomargin {
  margin-bottom: 0px;
}

.slideshow {
  height: 100vh;
  padding-top: 40px;
}

.slide0 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/dr-tomczack-hero.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/dr-tomczack-hero.jpg');
  background-position: 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide0.doc-second {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/002.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/002.jpg');
}

.slide0.doc-langan {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/langan-slide.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/langan-slide.jpg');
}

.slide0.doc-furstenau {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/furstenau-slide.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/furstenau-slide.jpg');
}

.slide0.doc-fourth {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/saum-slide.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/saum-slide.jpg');
  background-position: 50% 0;
}

.slide0.doc-fifth {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/krings-slide.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/krings-slide.jpg');
  background-position: 50% 0;
}

.slide0.doc-sixth {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/meyer-slide.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/meyer-slide.jpg');
  background-position: 50% 0;
}

.slide0.staff {
/*
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/025.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/025.jpg');
    
*/
     background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/025-new-25-1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/025-new-25-1.jpg');
    background-position: 50% 20%;
}

.slide0.rxsight_slide {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/rxslight-bg-slide.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/rxslight-bg-slide.jpg');
}


.slide0.secondary_slide {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/HERO_Oakleyslider_100622.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/HERO_Oakleyslider_100622.jpg');
  background-position: 50% 15%;
}

.main_ul{
  list-style-image: url('../images/bullet.png');
}

.slide1 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/slide1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%), url('../images/slide1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide2 {
  background-image: url('../images/slide2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
.slide3 {
  background-image: url('../images/zeiss-slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
*/

.slide3 {
  background-image: url('../images/Jenny-Furstenau-slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3-langan {
  background-image: url('../images/Sarah-Langan-slide-new.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3-box{
	border: 1px solid #fff;
	width: auto;
	margin: 20px 0;
}
.slide3-box p{
	color: #fff;
	font-size: 25px;
	padding: 20px 20px;
	line-height: 25px;
}

.slide3b {
  background-image: url('../images/Kelley-slider.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4 {
  background-image: url('../images/slide5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 51%), url('../images/slide3.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 51%), url('../images/slide3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide6 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 53%, hsla(0, 0%, 100%, .8)), url('../images/slide4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 53%, hsla(0, 0%, 100%, .8)), url('../images/slide4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide7 {
  background-image: url('../images/slide_sarah.jpg');
  background-position: 0px 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide8 {
  background-image: url('../images/SLIDER_Kerry_Krings.jpg');
  background-position: 0px 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

.social_media_section {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.twitter_div {
  width: 40%;
  padding-right: 25px;
  padding-left: 10px;
}

.facebook_div {
  width: 40%;
  padding-right: 10px;
  padding-left: 25px;
}

.social_media_headline {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #57646d;
  font-size: 30px;
}

.social_media_btn {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social_media_btn.twitter {
  background-color: #55acee;
}

.social_media_btn.twitter:hover {
  background-color: #2588d3;
}

.social_media_btn.facebook {
  background-color: #3b5998;
}

.social_media_btn.facebook:hover {
  background-color: #1e3463;
}

.socmedia_feed_holder {
  overflow: auto;
  height: 300px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px none #55acee;
}

.socmedia_feed_holder._2 {
  border-top-color: #3b5998;
}

.socmedia_feed_div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ac_div {
  margin-bottom: 49px;
}

.aca_link {
  color: #147ac0;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.aca_link:hover {
  color: #09395a;
}

.secondary_page_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 5px solid #bce5fc;
}

.content_div {
  width: 80%;
  padding: 210px 50px 100px;
}

.side_div {
  width: 20%;
  padding-top: 148px;
  border-left: 1px solid hsla(213, 4%, 56%, .45);
  min-width:300px
}

.secondary_headline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(32, 8%, 55%, .34);
  color: #fa8608;
}

.secondary_centers_div {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: none;
}

.secondary_optical_calloout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-bottom: 30px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/optical_img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/optical_img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.secondary_text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.video_image_div {
  margin-bottom: 30px;
  text-align: center;
}

.secondary_test_callouts_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -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;
  border-top: 1px solid hsla(213, 4%, 56%, .45);
  background-image: none;
  text-align: center;
}

.contact_mobile_section {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 78px);
  -ms-transform: translate(0px, 78px);
  transform: translate(0px, 78px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 78px);
  -ms-transform: translate(0px, 78px);
  transform: translate(0px, 78px);
}

/* Sidebar Styles */
.related-topics-div h1 a {
  text-decoration: none;
  padding-left: 15px;
  color:#345369;
}
.related-topics-div h1 {
  color:#345369;
  padding-left:15px;
}
.related-topics-div ul{
  list-style: none;
  padding-left: 0px;
}

.related-topics-div ul li{

}

.related-topics-div ul li a{
  display: block;
  font-size: 16px;
  color:#bce5fc;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #345369;
  border-bottom:1px solid #bce5fc;
  transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}

.related-topics-div ul li a:hover{
  padding-left: 40px;
  color:#fa8608;
  border-bottom:1px solid #fa8608;
}

.consulting-sidebar-oph a{
  color: #80cffa !important;
  border-top: 2px solid #80cffa !important;
  padding-left: 30px !important;
  border-bottom: 1px solid #bce5fc !important;
}

/* Blog Styles */
#primary-sidebar .rounded{
  text-decoration: none;
  padding-left: 15px;
  color: #345369;
}

article hr{
  margin:20px 0;
}
#searchform, h2.rounded, .tagcloud{
  padding:15px 0 15px 15px;
}

.moretag{
  display:block !important;
  width: 200px;
  text-align: center;
  padding: 12px 40px;
  border: 5px solid #fff;
  border-radius: 50px;
  background-color: #5ec0f6;
  box-shadow: 0 0 34px 0 rgba(90, 90, 90, .29);
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
}
.moretag:hover {
  border-color: rgba(94, 192, 246, .38);
  background-color: #fff;
  box-shadow: none;
  color: #2299db !important;
}
.moretag:after{
  display: none !important;
}
#searchsubmit{
  background:#c4e9fb;
  color:#333;
  transition:color 350ms ease 0s, background-color 350ms ease 0s;
  padding:0.66em !important;
  font-size:1em;
  border:none;
}
#searchsubmit:hover{
  background:#4f7aac;
  color:#fff;
}
#searchform input {
  padding:0.5em;
}

/* Services Page Styles */
.page-id-11 .centers_section{
  background-image: none !important;
  background-color: transparent !important;
}

.page-id-11 .content_div{
  width: 100%;
}

.page-id-11 .entry a:after{
  width: 100%;
}

.page-id-11 .side_div{
  display: none;
}

/* END Services Page Styles */

/* Font Resizer */
.font-sizer-div{
  display: flex;
  margin-bottom: 25px;
}

.font-size-text{
  font-size: 18px;
  line-height: 30px;
  font-family: Abel, sans-serif;
  color:#658091;
  text-transform: uppercase;
  margin-right: 15px;
}

.font-sizer-div a{
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  font-family: Abel, sans-serif;
  color:#658091;
  text-transform: uppercase;
  margin-right: 15px;
}

/* END Font Resizer */

/* Plugin Styles */

.mfp-iframe-holder .mfp-content{
  width: 90%;
  max-width: 1550px !important;
}

/* END Plugin Styles */

.gflexbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

#sb-wrapper-inner{
  overflow: hidden;
}

.gflexbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

.resp-video{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.entry .su-spoiler-style-default > .su-spoiler-content{
  margin-bottom: 30px;
  padding-top: 0px
}

.entry .su-spoiler-title h3{
	margin:0px;
  margin-bottom: 0px;
	position: relative;
	bottom:6px;
}

.bottom_247 {
  margin: 100px 0 0;
  display: block;
  width: 100%;

}

.bottom_247 p {
  font-size: 19px;
  text-align: center;
}
.no-it {
  font-style: normal;
}
.main_headline2.lg {
  font-size: 42px;
  line-height: 45px;
  margin-bottom:1rem;
  font-weight: 600;
}
.main_headline2.s-lg {
  font-size: 35px;
  line-height: 55px;
  margin-bottom:1rem;
}

.hero-btn{
  font-family: Abel, sans-serif;
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #fff;
  color: #0c254d;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
  margin: 15px 0;
  font-weight: 600;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}

.hero-btn:hover {
  color: #fff;
  background-color: #0c254d;
}

.hero-btn-container{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.mobile_link{
  display: none;
}

@media (max-width: 1695px) {
  .main_headline2.s-lg{
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 1255px) {
  .main_headline2.s-lg {
    font-size: 30px;
    line-height: 32px;
  }
  .slideshow {
    height: 80vh;
    padding-top: 100px;
  }
  .main_tagline_div._3{
    top: 18%;
  }
  .secondary_slide .main_tagline_div._3{
    top: 30%;
  }
  .main_tagline_div._4{
    padding-right: 0px;
    text-align: center;
    width: 100%;
  }
  .w-nav-overlay{
    height: auto !important;
  }
  .search_div {
    right: 80px;
  }
  .content_div{
    padding-top: 153px;
  }
  .side_div{
    padding-top: 132px;
  }
  .secondary_centers_div{
    padding-top: 0px;
  }
  .logo {
    width: 250px;
  
  }
  
  .navmenu {
    position: relative;
    top: 61px;
    z-index: 1000;
    background-color: #4a545c;
    background-image: none;
  }
  .navmenu #navigation ul li{
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
  .navmenu #navigation ul li a, .navmenu #navigation ul li.has-children a {
    padding:15px 20px 12px 10px;
    width: 100%;
  }
  .navmenu #navigation .sub-menu{
    display: none;
  }
  .menu li.has-children > a:after{
    display: none;
  }
  .main_tagline_div {
    position: relative;
    top: 71%;
  }
  .main_tagline_div._2 {
    top: 19%;
  }
  .main_headline1 {
    font-size: 40px;
    line-height: 44px;
  }
  .main_headline1.dark {
    font-size: 40px;
    line-height: 44px;
  }
  .main_headline2 {
    font-size: 30px;
    line-height: 32px;
  }
  .parallax_1 {
    height: 400px;
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .top_phone_txt {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 0px;
    padding-right: 40px;
    background-size: 30px;
    font-size: 17px;
  }
  .center_btn {
    font-size: 20px;
    line-height: 22px;
  }
  .container_div {
    width: 85%;
  }
  .container_div.border {
    width: 85%;
  }
  .welcome_headline {
    font-size: 48px;
    line-height: 46px;
  }
  .self_test_headline {
    font-size: 48px;
    line-height: 46px;
  }
  .lasik_test {
    width: 45%;
  }
  .cataract_test_div {
    width: 45%;
  }
  .lasik_test_btn {
    padding-right: 30px;
    padding-left: 30px;
  }
  .optical_shop_callout {
    padding-top: 350px;
    padding-bottom: 250px;
  }
  .optical_callout_headline_1 {
    font-size: 72px;
    line-height: 70px;
  }
  .optical_callout_headline_2 {
    font-size: 28px;
    line-height: 26px;
  }
  .location_div {
    width: 40%;
    margin-right: 30px;
    margin-left: 30px;
  }
  .menu_icon {
    background-color: #56a1d5;
    color: #fff;
  }
  .menu_icon:hover {
    background-color: #fff;
    color: #56a1d5;
  }
  .menu_icon.w--open {
    background-color: #0a4770;
  }
  .list {
    margin-bottom: 58px;
    padding-left: 12px;
  }
  .slide1 {
    padding-right: 59px;
    padding-left: 59px;
    background-position: 0px 0px, 30% 50%;
  }
  .slide0 {
    padding-right: 59px;
    padding-left: 59px;
    background-position: 0px 0px, 30% 50%;
  }
 .slide7, .slide8 {
    background-position: 0px 0px, 35% 50%;
  }
  .slide4 {
    background-position: 0px 0px, 50% 50%;
  }
  .twitter_div {
    width: 50%;
  }
  .facebook_div {
    width: 50%;
  }
}
@media(max-width:1024px) {
  .search_div {
    display: none;
  }
  .main_tagline_div._3, .secondary_slide .main_tagline_div._3 {
    width: 85%;
    padding-left: 2rem;
  }
  .contact_mobile_section {
    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: 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: #e2f3fc;
  }
}
@media (max-width: 767px) {
  .full-self-test{
    display: none !important;
  }

  .mobile-self-test{
    display: block !important;
  }
  .entry img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .content_div{
    padding-top: 80px;
  }
  .navbar {
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg, #f3f3f3, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, #f3f3f3, hsla(0, 0%, 100%, 0));
  }
  .logo {
    width: 200px;
    margin: 0px 10px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo.bottom {
    width: 30%;
  }
  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  .navmenu {
    top: 0px;
  }
  .main_section {
    display: block;
    background-image: url('../images/blue_swoosh_bottom.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/main_picture_mobile.jpg');
    background-image: url('../images/blue_swoosh_bottom.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/main_picture_mobile.jpg');
    background-position: 50% 100%, 0px 0px, 50% 0px;
    background-size: contain, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .main_tagline_div {
    top: 65%;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .main_tagline_div._2 {
    top: 62%;
  }
  .main_headline1 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 28px;
  }
  .main_headline1.dark {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
  }
  .main_headline2 {
    font-size: 20px;
    line-height: 20px;
  }
  .logo_phone_search_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 5px;
    -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;
  }
  .search_field {
    height: 28px;
  }
  .search_field.mobile {
    height: 35px;
  }
  .search_form {
    display: block;
  }
  .centers_holder_div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax_1 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .top_phone_txt {
    display: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    background-size: 24px;
    font-size: 24px;
    line-height: 26px;
  }
  .top_phone_txt.mobile {
    display: block;
    margin-bottom: 16px;
  }
  .center_div {
    width: 40%;
  }
  .container_div.border {
    padding-top: 50px;
  }
  .container_div.socmed {
    -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;
  }
  .welcome_headline {
    font-size: 38px;
    line-height: 36px;
  }
  .self_test_headline {
    font-size: 38px;
    line-height: 36px;
  }
  .lasik_test_btn {
    width: 80%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }
  .optical_shop_callout {
    padding-top: 200px;
  }
  .optical_callout_headline_1 {
    font-size: 62px;
    line-height: 60px;
  }
  .optical_callout_headline_2 {
    font-size: 24px;
    line-height: 22px;
  }
  .locations_headline {
    margin-bottom: 50px;
  }
  .location_div {
    width: 35%;
    margin-left: 29px;
  }
  .map {
    width: 150px;
    height: 150px;
  }
  .dropdown_toggle {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 18px;
  }
  .dropdown_link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .menu_icon {
    z-index: 50;
  }
  .search_div {
    display: none;
    width: 150px;
    height: 35px;
  }
  .search_div.mobile {
    display: block;
    width: 250px;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .slide0 {
    padding-right: 37px;
    padding-left: 37px;
    background-position: 0px 0px, 50% 0px;
  }
  .slide1 {
    padding-right: 37px;
    padding-left: 37px;
    background-position: 0px 0px, 50% 0px;
  }
  .slide0 {
    padding-right: 37px;
    padding-left: 37px;
    background-position: 0px 0px, 50% 0px;
  }

  .slide2 {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .69)), url('../images/slide2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .69)), url('../images/slide2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .slide3, .slide7, .slide8 {
    background-position: 100% 0px, 50% 0px;
  }
	.slide3b {
    background-position: 100% 0px, 50% 50%;
    position: relative;
}
  .twitter_div {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 10px;
  }
  .facebook_div {
    width: 100%;
    padding-left: 10px;
  }
  .arrow {
    width: 6%;
    font-size: 20px;
  }
}

@media (max-width: 479px) {

  .slide0.doc-fourth {
    background-image: -webkit-linear-gradient(90deg, rgba(3, 37, 82, .75), rgba(3, 37, 82, .75)), url('../images/saum-slide-sm.jpg');
    background-image: linear-gradient(0deg, rgba(3, 37, 82, .75), rgba(3, 37, 82, .75)), url('../images/saum-slide-sm.jpg');
    background-position: 50%, 50%;
  }

  .slide0.doc-fifth {
    background-image: -webkit-linear-gradient(90deg, rgba(3, 37, 82, .75), rgba(3, 37, 82, .75)), url('../images/krings-slide-sm.jpg');
    background-image: linear-gradient(0deg, rgba(3, 37, 82, .75), rgba(3, 37, 82, .75)), url('../images/krings-slide-sm.jpg');
    background-position: 50%, 50%;
  }

  .slide0.doc-sixth {
    background-image: -webkit-linear-gradient(90deg, rgba(3, 37, 82, .75), rgba(3, 37, 82, .75)), url('../images/meyer-slide-sm.jpg');
    background-image: linear-gradient(0deg, rgba(3, 37, 82, .75), rgba(3, 37, 82, .75)), url('../images/meyer-slide-sm.jpg');
    background-position: 50%, 50%;
  }

    .slide0.staff{
        background-position: 90% 20%;
    }
	.slide0.secondary_slide{
		background-position: 83% 15%;
	}
  .mobile_link{
    display: block;
  }
  .header-number{
    display: none;
  }
  .address-header-div a{
    font-size: 20px;
  }
  .hero-btn{
    padding: 12px 50px;
    font-size: 20px;
  }
  .side_div{
    padding-top: 0px;
  }
  .main_headline2.lg {
    font-size: 19px;
    line-height: 24px;
  }
  .main_headline2.s-lg {
    font-size: 22px;
    line-height: 26px;
  }
  .secondary_centers_div{
    padding-top: 0px;
  }
  .content_div{
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu_icon{
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .logo {
    width: 240px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 5px;
  }
  .logo.bottom {
    width: 50%;
  }
  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .main_section {
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/blue_swoosh_bottom.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .71)), url('../images/main_picture_mobile.jpg');
    background-image: url('../images/blue_swoosh_bottom.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .71)), url('../images/main_picture_mobile.jpg');
    background-position: 50% 100%, 0px 0px, 67% 0px;
  }
  .main_tagline_div {
    top: 56%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main_tagline_div._2 {
    top: 59%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main_headline1 {
    font-size: 24px;
  }
  .main_headline1.dark {
    font-size: 24px;
    line-height: 26px;
  }
  .main_headline2 {
    line-height: 22px;
  }
  .logo_phone_search_div {
    width: 100%;
    height: 60px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .top_phone_txt {
    display: none;
    margin: 0px;
    padding-right: 0px;
    padding-left: 31px;
    background-position: 0px 50%;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .top_phone_txt.mobile {
    font-size: 24px;
  }
  .center_div {
    width: 80%;
  }
  .center_img {
    width: 70%;
  }
  .welcome_headline {
    font-size: 30px;
    line-height: 28px;
  }
  .self_test_headline {
    font-size: 30px;
    line-height: 28px;
  }
  .lasik_test {
    width: 80%;
    margin-bottom: 31px;
  }
  .cataract_test_div {
    width: 80%;
  }
  .test_btns_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_section {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .optical_callout_headline_1 {
    font-size: 48px;
    line-height: 46px;
  }
  .optical_callout_headline_2 {
    font-size: 20px;
  }
  .learn_more_btn {
    padding: 11px 35px;
    font-size: 16px;
  }
  .locations_headline {
    font-size: 30px;
    line-height: 28px;
  }
  .location_div {
    width:100%;
    margin:auto;
  }
  .location_div.secondary {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer_section {
    padding-right: 19px;
    padding-left: 19px;
  }
  .dropdown_toggle {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 18px;
  }
  .slide1 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .slide3 {
    background-position: 100% 0px, 50% 50%;
    position: relative;
  }
  .main_tagline_div._3, .secondary_slide .main_tagline_div._3{
    position: absolute;
    top: initial;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    text-align: left;
    width: 90%;
  }
  .slide4 {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, .9)), url('../images/slide5.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, .9)), url('../images/slide5.jpg');
    background-position: 0px 0px, 14% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}
