
body {
  height: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
}
.content_div a, .content_div strong, .content_div em, .content_div h1, .content_div h2, .content_div h3, .content_div h4, .content_div h5, .content_div h6 {
  color: #00713d;
}
.body {
  font-family: 'Open Sans', sans-serif;
}

.navlink {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #00713d;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #00713d;
  color: #72ffbe;
}

.navlink.dropdown {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo {
  display: inline-block;
  width: 15%;
  float: none;
}

.logo.bottom {
  width: 10%;
  margin-bottom: 15px;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .41);
}

.navmenu {
  float: none;
  border-top: 1px solid rgba(0, 113, 61, .27);
  background-color: #f1fff9;
  text-align: center;
}

.navmenu .search-form {
  display:none;
}

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

.top_line_div {
  width: 100%;
  height: 5px;
  background-image: -webkit-linear-gradient(0deg, #00713d, #2ce690 50%, #00713d);
  background-image: linear-gradient(90deg, #00713d, #2ce690 50%, #00713d);
}

.top_phones_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  background-color: transparent;
  background-image: url('../images/phone-icon.png');
  background-position: 0px 5px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.top_phone {
  margin: 5px 16px;
}

.phone_location_txt {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.top_phone_txt {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0ac26d;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.top_phone_txt._2 {
  margin-bottom: 15px;
  color: #72ffbe;
}

.main_section {
  height: 100%;
}

.slideshow {
  height: 100%;
}

.slide1 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent 30%, rgba(0, 0, 0, .51)), url('../images/slider1-new.jpg');
  background-image: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .51)), url('../images/slider1-new.jpg');
  background-position: 0px 0px, 50% 50px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.my_online_clinic_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 100%;
  margin-left: 15px;
  padding: 16px 10px;
  -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;
  border-right: 1px none #00713d;
  border-left: 1px solid #9e6105;
  background-color: #ff9e0c;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #805303;
}

.my_online_clinic_btn:hover {
  background-color: #e48a03;
}

.my_online_clinic_btn.mobile {
  border-top: 1px solid #9e6105;
  border-bottom: 1px solid #9e6105;
  border-right-style: solid;
  border-right-color: #9e6105;
}

.top_right_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.top_right_container.mobile {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clinic_icon {
  margin-bottom: 10px;
}

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

.container_div {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.container_div.welcome {
  width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-left: 3px none #08eb82;
  text-align: center;
}

.container_div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.welcome_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #00713d;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.homepage_text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

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

.slide3 {
  background-image: -webkit-linear-gradient(270deg, transparent 43%, rgba(0, 0, 0, .55)), url('../images/slider3-new.jpg');
  background-image: linear-gradient(180deg, transparent 43%, rgba(0, 0, 0, .55)), url('../images/slider3-new.jpg');
  background-position: 0px 0px, 50% 70px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tagline_div {
  position: relative;
  left: 0px;
  top: 39%;
  right: 0px;
  width: 60%;
  padding-left: 120px;
  color: #fff;
}

.tagline_div._1 {
  left: 40%;
  top: 71%;
  right: 0px;
}

.tagline_div._2 {
  top: 59%;
  width: 50%;
}

.tagline_div._3 {
  top: 60%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.slide_tagline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 68px;
  line-height: 60px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000;
}

.slide_tagline._2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 58px;
  line-height: 50px;
  text-shadow: none;
}

.slide_tagline._3 {
  margin-top: 33px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-shadow: none;
}

.slide_tagline._4 {
  display: block;
  width: 60%;
/*
  margin-right: auto;
  margin-left: auto;
*/
  line-height: 66px;
  padding-left: 120px;
}

.orange_tagline {
  color: #ffbb0c;
  font-weight: 700;
}

.orange_tagline.shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}

.line_div {
  width: 40%;
  height: 3px;
  margin-top: 43px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 100%, .49);
}

.line_div.center {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  background-color: #ff9e0c;
}

.line_div.black {
  background-color: hsla(0, 0%, 100%, .47);
}

.centers_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 100px auto 0px;
  padding-top: 50px;
  padding-bottom: 100px;
  -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;
  background-color: #f3f3f3;
  background-image: url('../images/centers-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.center_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 150px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  -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;
  border: 2px solid #00713d;
  background-color: #024b29;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .48));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .48));
  color: #0af187;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.center_btn:hover {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #fff;
}

.center_btn._2 {
  width: 20%;
  height: 250px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/cataract-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/cataract-center.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .4);
  -webkit-transition: opacity 367ms ease;
  transition: opacity 367ms ease;
  font-size: 18px;
}

.center_btn._2:hover {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/cataract-center.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/cataract-center.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._1 {
  width: 20%;
  height: 250px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/lasik-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/lasik-center.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .4);
  -webkit-transition: opacity 367ms ease;
  transition: opacity 367ms ease;
  font-size: 18px;
}

.center_btn._1:hover {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/lasik-center.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/lasik-center.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._3 {
  width: 20%;
  height: 250px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/optical-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/optical-center.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .4);
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-size: 18px;
  font-weight: 600;
}

.center_btn._3:hover {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/optical-center.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/optical-center.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_text {
  width: 70%;
  margin-top: 0px;
  margin-bottom: -30px;
  padding: 20px 10px;
  background-color: #02522d;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .51);
}

.centers_headline {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #00713d;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.bold_headline {
  font-size: 48px;
}

.callouts_section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/callouts-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/callouts-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.dropdown_toggle {
  margin-top: -1px;
  color: #00713d;
}

.dropdown_toggle:hover {
  margin-top: -1px;
  color: #72ffbe;
}

.dropdown_toggle.w--open {
  background-color: #00713d;
  color: #72ffbe;
}

.dropdown_link {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #72ffbe;
}

.dropdown_link:hover {
  background-color: #01532d;
  color: #fff;
}

.dropdown_list.w--open {
  background-color: #00713d;
}

.top_contacts_div {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top_contacts_div.mobile {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social_media_div {
  height: 40px;
  padding-top: 10px;
  border-top: 1px none rgba(0, 0, 0, .29);
  text-align: right;
}
.search-form {
  display: inline-flex;
  height: 30px;
  vertical-align: top;
}
.search-submit {
  border-right: 1px none #00713d;
  border-left: 1px solid #9e6105;
  background-color: #ff9e0c;
}
.search-submit:hover {
  background-color:#e48a03;
}
.social_media_div.mobile {
  padding-left: 32px;
  text-align: left;
}

.social_media_btn {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.social_media_btn:hover {
  opacity: 0.54;
}

.social_media_btn._1 {
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.social_media_btn._1:hover {
  background-color: transparent;
  background-image: url('../images/facebook-icon.png');
  background-size: 28px;
  opacity: 1;
}

.social_media_btn._2 {
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.social_media_btn._2:hover {
  background-image: url('../images/twitter-icon.png');
  background-size: 28px;
  opacity: 1;
}

.social_media_btn._3 {
  background-image: url('../images/youtube.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.social_media_btn._3:hover {
  background-image: url('../images/youtube-over.png');
  background-size: 28px;
  opacity: 1;
}

.social_media_btn._4 {
  background-image: url('../images/blog.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: repeat-y;
}

.social_media_btn._4:hover {
  background-image: url('../images/blog-icon.png');
  background-size: 28px;
  opacity: 1;
}

.lasik_eval_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 300px;
  padding-right: 23px;
  padding-left: 23px;
  -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: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.lasik_eval_btn:hover {
  background-color: #000;
  color: #72ffbe;
}

.clinic_callout_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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: rgba(0, 0, 0, .69);
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.clinic_callout_btn:hover {
  background-color: #000;
  color: #72ffbe;
}

.text-block {
  text-decoration: none;
  text-transform: uppercase;
}

.callout_subtext {
  width: 80%;
  margin-top: 10px;
  color: #ffc50c;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.callout_img {
  margin-bottom: 24px;
}

.contact_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00301a;
}

.locations_div {
  width: 60%;
  padding-right: 35px;
  padding-left: 35px;
}

.contact_div {
  width: 40%;
}

.locations_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 40px;
  background-image: url('../images/location-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

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

.location_div {
  width: 40%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  text-decoration:none;
}
.callout_subtext ul {
  text-align: left;
  width: 240px;
  margin: auto;

}
.city_headline {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #90e0bb;
  font-weight: 600;
}

.address_txt {
  margin-bottom: 15px;
  color: #fff;
}

.map {
  height: 150px;
}

.contact_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 40px;
  background-image: url('../images/contact-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.label {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
}

.text_field {
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(114, 255, 190, .69);
  background-color: #004626;
  color: #fff;
}

.textarea {
  min-height: 220px;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(114, 255, 190, .69);
  background-color: #004626;
  color: #fff;
}

.submit_btn {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #05e67e;
  color: #000;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #000;
  color: #0fff91;
}

.success_msg {
  background-color: transparent;
  color: #72ffbe;
  text-align: left;
}

.error_msg {
  background-color: transparent;
  color: #ff770c;
}

.footer_section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.footer_txt {
  margin-bottom: 15px;
  font-size: 12px;
}

.bottom_msg {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
}

.disclaimer {
  font-size: 12px;
  font-style: italic;
}

.phones_mobile_section {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.arrow {
  width: 3%;
  font-size: 24px;
}

.slide-nav {
  padding-top: 15px;
  font-size: 12px;
  line-height: 16px;
}

.content_section {
  height: auto;
  padding-top: 232px;
  background-color: #fff;
  display:flex;
  padding-left: 50px;
  padding-right: 50px;
}

.content_div {
    display: block;
    width: calc( 100% - 300px );
    margin-left: auto;
    background-color: transparent;
    margin-right:auto;
    margin-bottom: 15px;
    box-shadow: -1px 1px 15px rgba(0,0,0,.4);
    padding:5px 5px 10px 5px;
}

.sidebar {
  width: 300px;
  align-self: stretch;
  box-shadow: 1px 1px 15px rgba(0,0,0,.4);
  margin-bottom: 15px;
  padding:5px;
  margin-left:15px;
}
.related-topics-div {
  position:static; /* Just in case sticky isn't supported. */
  position: -webkit-sticky;
  position: sticky;
  top: 255px;
}
.related-topics-div h1 {
  margin-top:0px;
}
.related-topics-div ul {
  padding-left:0;
  list-style:none;
}
.related-topics-div a {
  color:#00713d;
  text-decoration:none;
}
.related-topics-div li:hover a {
  color: #72ffbe;
  background:#00713d;
}
.related-topics-div li a {
  display:inline;
  width:100%;
  padding:10px;
  font-size:18px;
}
.secondary_headline {
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  font-size: 48px;
}
.secondary_headline a {
  color: #00713d;
  text-decoration:none;
}

.secondary_text {
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 28px;
  font-weight: 400;
}

.subheadline {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #00713d;
  font-size: 26px;
  line-height: 26px;
}

.list_item {
  margin-bottom: 10px;
  line-height: 28px;
}

.submenu_div {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.font_resize {
  box-shadow:1px 1px 5px #000;
  transition:100ms ease all;
}
.font_resize img {
  vertical-align:top;
}
.font_resize:hover {
  box-shadow:0 0 0 #000;
}
.page_name {
  display: inline-block;
  margin-right: 10px;
  color: #00713d;
  text-transform: uppercase;
}

.submenu_link {
  display: inline-block;
  margin-right: 10px;
  color: #04be68;
  text-decoration: none;
}

.submenu_link:hover {
  color: #00713d;
}

.videos_row {
  margin-top: 35px;
  margin-bottom: 35px;
}

.videoplaceholder {
  margin-bottom: 30px;
}

/* WORDPRESS STYLES */
/*Use this to define the standard line-height of all the paragraph, anchor, list and other tags inside the content entry. Otherwise, the font resizer gets messed up.*/
.entry {
  line-height:1.5em;
}
a.ui-button {
  font-size:1em;
  margin:0.5em;
  display:inline-block;
  padding:0.6em;
  text-align:center;
  text-decoration:none;
  border-right: 1px none #00713d;
  border-left: 1px solid #9e6105;
  background-color: #ff9e0c;
  color: #fff;
  text-shadow: 1px 1px 1px #805303;
  margin-left:auto;
  margin-right:auto;
  width:186px !important;
  box-shadow: 1px 1px 10px #000;
  border-radius: 10px;
  transition: 175ms ease all;
}

a.ui-button:hover {
    background-color: #e48a03;
    box-shadow:0 0;
}
a.ui-button.ui-state-hover {
color:#D3D3D3;
}



NOTE* - This is the core WP code
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Dropdown Menus */
    /* ===== Top ===== */
    #navigation ul {
        list-style:none;
        margin:0;
        padding:1px 0;
    }
    #navigation ul li{
        display:inline-block;
    text-align:left;
    }
    /* ===== First Level ===== */
    #navigation ul li {
        position:relative;
        padding:0;
        margin:0;
    }
        #navigation ul ul li {
        border:none;
        background: #777;
        width:100%;
    }
        #navigation ul li a {
        display:block;
        text-decoration:none;
        border-bottom: 1px none rgba(22, 30, 103, 0.44);
        font-size: 12px;
        font-weight: 600;
        color: #00713d;
        letter-spacing: 0;
        margin-bottom: 0;
        padding:20px;
        text-transform: uppercase;
        transition: all 150ms ease;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
    }
        #navigation ul li:hover a {
        position:relative;
        background-color: #00713d;
        color: #72ffbe;
    }
    #navigation ul ul,  #navigation ul li:hover ul ul {
        position:absolute;
        display:none;
    }
    #navigation ul ul li:hover ul,#navigation ul li:hover ul li:hover ul {
        display:block;
        top:0px;
        left: 100%;
    }
    /* ===== Second and Third Level ===== */
    #navigation ul li:hover ul {
        display:block;
        position:absolute;
        left:0;
        top:100%;
        width:auto;
        height:auto;
        margin:0;
        padding:0;
        z-index: 2;
    }
    #navigation ul ul {
        background:#fff;
    }
    #navigation ul ul ul {
        background:#e4e4e4 !important;
        border-color:#e4e4e4 !important;
        margin-left:-14px;
    }
    #navigation ul ul li a {
        float:none;
        width:100%;
        font-weight:400;
        font-size:14px;
        color: #72ffbe !important;
        text-transform:none;
        padding: 8px 20px;
        background:#00713d !important;
        line-height: 28px;
        white-space: nowrap;
        min-width: 150px;
    }
    #navigation ul ul li a{
        color: #72ffbe;
    }
    #navigation ul ul li a:hover {
        background-color: #01532d !important;
        color: #fff !important;
    }
/*Glacial generic flex code. Will probably break something if you remove.*/
.gflexbox {
  display:flex;
  flex-wrap:wrap;
  justify-content:center; /*Just to keep things centered, feel free to change to liking.*/
}
.gflexbox .doctor {

}
/* Embed Container - use this instead of w-video for videos/maps if applicable. */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .navmenu .search-form {
    display:inline-flex;
    margin: 5px;
  }
  #navigation ul li a {
    width:100%;
  }
  #navigation ul li {
    width:100%;
  }
  #navigation ul li:hover ul {
    display:none;
  }
  .related-topics-div {
    position:static;
  }
  .navlink {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .logo {
    width: 20%;
  }
  .logo.bottom {
    width: 15%;
  }
  .top_container_div {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main_section {
    height: 76%;
  }
  .slide1 {
    background-position: 0px 0px, 25% 100%;
  }
  .top_right_container {
    display: none;
  }
  .top_right_container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container_div.flex {
    width: 100%;
  }
  .container_div.contact {
    width: 90%;
  }
  .slide3 {
    background-position: 0px 0px, 0px 39px;
  }
  .tagline_div._1 {
    top: 72%;
    width: 80%;
    padding-left: 71px;
  }
  .tagline_div._2 {
    top: 30%;
    width: 60%;
    padding-left: 55px;
  }
  .tagline_div._3 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .slide_tagline {
    font-size: 48px;
    line-height: 48px;
  }
  .slide_tagline._2 {
    margin-bottom: 5px;
    font-size: 44px;
    line-height: 48px;
  }
  .slide_tagline._3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .slide_tagline._4 {
    width: 100%;
    font-size: 44px;
    line-height: 44px;
  }
  .line_div {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .center_btn._2 {
    width: 30%;
  }
  .center_btn._1 {
    width: 30%;
  }
  .center_btn._3 {
    width: 30%;
  }
  .dropdown_toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top_contacts_div.mobile {
    width: 50%;
  }
  .social_media_div.mobile {
    width: auto;
  }
  .locations_div {
    padding-left: 0px;
  }
  .location_div {
    width: 45%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .bottom_msg {
    width: auto;
  }
  .phones_mobile_section {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eee;
  }
  .arrow {
    width: 5%;
  }
  .menu_btn {
    display: block;
    -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;
    color: #00713d;
  }
  .menu_btn:hover {
    background-color: #00713d;
    color: #fff;
  }
  .menu_btn.w--open {
    background-color: #00713d;
    color: #72ffbe;
  }
  .content_section {
    padding-top: 120px;
    flex-direction:column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content_div {
    width:100%;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    margin-right: auto;
  }
  .sidebar {
    width:100%;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .logo.bottom {
    width: 25%;
  }
  .top_phones_div {
    width: 100%;
    padding-bottom: 5px;
    padding-left: 18px;
    background-size: 24px;
  }
  .top_phone_txt {
    font-size: 14px;
  }
  .main_section {
    height: 100%;
  }
  .top_right_container.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }
  .welcome_headline {
    font-size: 24px;
    line-height: 30px;
  }
  .slide2 {
    background-position: 50% 0px;
  }
  .tagline_div._1 {
    top: 69%;
    padding-left: 39px;
  }
  .tagline_div._2 {
    top: 42%;
    width: 54%;
    padding-left: 37px;
  }
  .tagline_div._3 {
    top: 66%;
  }
  .slide_tagline {
    font-size: 30px;
    line-height: 30px;
  }
  .slide_tagline._2 {
    font-size: 30px;
    line-height: 30px;
  }
  .slide_tagline._3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }
  .slide_tagline._4 {
    font-size: 30px;
    line-height: 30px;
  }
  .line_div {
    margin-top: 10px;
  }
  .centers_div {
    padding-bottom: 50px;
  }
  .center_btn._2 {
    width: 70%;
    margin-bottom: 70px;
  }
  .center_btn._1 {
    width: 70%;
    margin-bottom: 70px;
  }
  .center_btn._3 {
    width: 70%;
    margin-bottom: 70px;
  }
  .bold_headline {
    font-size: 36px;
  }
  .top_contacts_div.mobile {
    width: 65%;
  }
  .social_media_div.mobile {
    padding-top: 5px;
    padding-left: 18px;
  }
  .lasik_eval_btn {
    width: 60%;
    height: 250px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .clinic_callout_btn {
    width: 60%;
    height: 250px;
    font-size: 20px;
  }
  .callout_subtext {
    width: 90%;
    font-size: 12px;
  }
  .callout_img {
    margin-bottom: 20px;
  }
  .locations_div {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .contact_div {
    width: 100%;
  }
  .textarea {
    min-height: 100px;
  }
  .content_section {
    padding-top: 100px;
  }
  .secondary_headline {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 34px;
  }
  .videoplaceholder {
    margin-bottom: 18px;
  }
}

@media (max-width: 479px) {
  .alignright, .alignleft {
    float:none;
    margin:5px auto;
    display:block;
  }
  .logo {
    width: 40%;
  }
  .logo.bottom {
    width: 35%;
  }
  .top_right_container.mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .welcome_section {
    padding-top: 50px;
  }
  .container_div.center {
    width: 90%;
  }
  .welcome_headline {
    line-height: 28px;
  }
  .slide2 {
    background-image: url('../images/slide2.jpg'), -webkit-radial-gradient(circle farthest-corner at 80% 79%, hsla(0, 0%, 100%, 0), #fff);
    background-image: url('../images/slide2.jpg'), radial-gradient(circle farthest-corner at 80% 79%, hsla(0, 0%, 100%, 0), #fff);
    background-position: 75% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .slide3 {
    background-position: 0px 0px, 55% 31px;
  }
  .tagline_div._1 {
    top: 72%;
    width: 100%;
    padding-left: 31px;
  }
  .tagline_div._2 {
    top: 33%;
  }
  .tagline_div._3 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .slide_tagline {
    font-size: 26px;
    line-height: 26px;
  }
  .slide_tagline._2 {
    font-size: 26px;
    line-height: 26px;
  }
  .slide_tagline._3 {
    font-size: 14px;
  }
  .slide_tagline._4 {
    font-size: 26px;
    line-height: 26px;
  }
  .line_div.center {
    margin-bottom: 30px;
  }
  .centers_div {
    margin-top: 50px;
  }
  .bold_headline {
    font-size: 30px;
  }
  .callouts_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top_contacts_div.mobile {
    width: 100%;
    margin-bottom: 24px;
  }
  .social_media_div.mobile {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .lasik_eval_btn {
    width: 80%;
  }
  .clinic_callout_btn {
    width: 80%;
  }
  .contact_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .location_div {
    width: 100%;
  }
}
