body{
  overflow-x:hidden;
}

img{
  height: auto;
}

#blog-page a{
  text-decoration: underline;
}

#blog-page a:hover{
  text-decoration: none;
}

.entry a{
  text-decoration: underline;
}

.entry a:hover{
  text-decoration: none;
}

.hero-parallax-section-regular {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.body {
  height: 100%;
}

.text-hdr{
    color: hsla(0, 0%, 100%, .78);
    text-decoration: none;
}

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

.content-section {
  position: static;
  height: auto;
  padding-bottom: 152px;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .89) 50%, hsla(0, 0%, 100%, 0) 62%), url('../images/welcome_background.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .89) 50%, hsla(0, 0%, 100%, 0) 62%), url('../images/welcome_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-div {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  width: 100%;
  height: 50%;
  background-image: url('../images/slide_2.jpg');
  background-position: 50% 50%;
  background-size: 100% 140%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform: scale3d(1, 0.8, 1);
  transform: scale3d(1, 0.8, 1);
  -webkit-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
  transform-origin: 50% 0% 0px;
}

.background-video {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .52));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .52));
}

.fluff {
  padding-top: 208px;
  padding-bottom: 208px;
}

.logo-div {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  padding: 2px 20px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid rgba(0, 130, 199, .88);
  background-color: rgba(0, 0, 0, .9);
  background-image: none;
}

.top-logo-div {
  position: static;
  left: 14px;
  bottom: 13px;
  display: block;
  width: 400px;
  margin-top: 3px;
}

.slider {
  position: absolute;
  display: none;
  width: 100%;
  height: 90%;
  background-color: transparent;
}

.slide-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 239px;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.slider-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 43px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.slide-nav {
  display: none;
}

.white-line {
  position: static;
  z-index: 10000;
  width: 90%;
  height: auto;
  margin-right: 25px;
  margin-left: 25px;
  border-bottom: 1px solid #0082c7;
  background-color: transparent;
  color: hsla(0, 0%, 100%, .78);
}

.navbar {
  background-color: transparent;
  text-align: center;
}

.nav-menu {
  float: right;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 19px;
}

.nav-link:hover {
  color: #4ec2ff;
}

.dropdown-toggle {
  padding-right: 20px;
  padding-left: 10px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 21px;
}

.dropdown-toggle:hover {
  color: #4ec2ff;
}

.dropdown-toggle.w--open {
  color: #4ec2ff;
}

.icon {
  top: 2px;
  right: -15px;
  color: #42beff;
  font-size: 12px;
}

.dropdown-link {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid hsla(0, 0%, 97%, .36);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, .67);
  color: #00507a;
}

.dropdown-list.w--open {
  left: 0px;
  bottom: 56px;
  background-color: rgba(0, 130, 199, .9);
}

.welcome-div {
  position: static;
  left: 71px;
  top: 34px;
  width: auto;
  padding: 57px 0px 0px 50px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.welcome-heading {
  position: relative;
  z-index: 6;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 12px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #0082c7;
  font-size: 61px;
  line-height: 48px;
  font-weight: 400;
}

.welcome-heading.services {
  position: static;
  left: 0px;
  top: 126px;
  right: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 95px;
  margin-left: auto;
  padding-top: 68px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.welcome-heading.contact-text {
  color: #fff;
  text-align: center;
}

.maine-paragraph {
  position: relative;
  z-index: 6;
  width: 40%;
  margin-bottom: 0px;
  font-family: Abel, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.learn-button {
  margin-top: 56px;
  padding: 19px 28px;
  border-radius: 5px;
  background-color: #0082c7;
  font-family: Abel, sans-serif;
  font-size: 19px;
  color: #000;
  font-weight: 600;
}

.top-section {
  position: fixed;
  z-index: 3000;
  width: 100%;
  height: 79px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.address-div {
  display: inline-block;
  height: 60px;
  padding-top: 26px;
  padding-left: 7px;
  float: left;
}

.top-phone-number {
  -webkit-transition: background-color 350ms ease, opacity 350ms ease;
  transition: background-color 350ms ease, opacity 350ms ease;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
}

.top-phone-number:hover {
  color: hsla(0, 0%, 100%, .63);
}

.address-text {
  display: inline-block;
  padding-top: 10px;
  padding-left: 21px;
  font-family: Abel, sans-serif;
  color: hsla(0, 0%, 100%, .78);
  font-size: 17px;
  line-height: 20px;
}

.street {
  color: rgba(255, 184, 0, .92);
}

.social-div {
  display: block;
  height: auto;
  float: none;
  clear: none;
}

.social-button {
  display: inline-block;
  width: 79px;
  height: 79px;
  float: right;
  background-color: #523acc;
  background-image: url('../images/facebook_icon_white.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.social-button:hover {
  opacity: 0.5;
}

.social-button.tweet {
  background-color: #00d6ff;
  background-image: url('../images/round_black_twitter.png');
  background-size: 35px;
}

.social-button.google {
  background-color: #961010;
  background-image: url('../images/round_white_google_plus.png');
  background-size: 35px;
}

.centers-section {
  display: block;
  height: 1250px;
  padding-top: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6)), url('../images/centers_background.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6)), url('../images/centers_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
}

.scroll-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 41px;
  z-index: 200;
  text-align: center;
}

.scroll-div.slider-scroll-div {
  bottom: 155px;
}

.scroll-button {
  display: inline-block;
  width: 120px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/scroll_down_arrow_white.svg');
  background-position: 50% 0px;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.scroll-button:hover {
  opacity: 0.5;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.scroll-down-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  font-family: Abel, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.callout-div {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 271px;
}

.callout-button {
  width: 100%;
  height: 300px;
  border: 1px none #000;
  background-image: url('../images/vitamin_img_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.callout-button.center-button {
  display: block;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 8px;
  border-bottom-style: none;
  background-image: none;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  text-decoration: none;
}

.callout-button.center-button:hover {
  opacity: 0.6;
  color: #fff;
}

.callout-button.cl {
  background-image: url('../images/cl_img_3.jpg');
  background-position: 50% -148px;
  background-size: auto;
}

.callout-button.test {
  background-image: url('../images/test_img_3.jpg');
  background-size: cover;
}

.callout-button.directions {
  background-image: url('../images/contact_img_3.jpg');
  background-size: cover;
}

.cc {
  position: static;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 24, 61, .69), rgba(0, 24, 61, .69));
  background-image: linear-gradient(180deg, rgba(0, 24, 61, .69), rgba(0, 24, 61, .69));
}

.overlay.co {
  width: 200px;
  height: 200px;
  border-radius: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 24, 61, .5), rgba(0, 24, 61, .5));
  background-image: linear-gradient(180deg, rgba(0, 24, 61, .5), rgba(0, 24, 61, .5));
}

.overlay.rty {
  display: block;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .78), hsla(0, 0%, 100%, .78));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .78), hsla(0, 0%, 100%, .78));
}

.callout-heading {
  position: static;
  left: 0px;
  top: 75px;
  right: 0px;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 34px;
  font-family: Abel, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.callout-heading.rt {
  position: relative;
  left: 57px;
  top: 66px;
  right: 0px;
  bottom: auto;
  display: inline-block;
  margin-top: 0px;
  padding-right: 0px;
  color: #000;
  font-size: 49px;
  line-height: 37px;
  text-align: left;
}

.callout-heading.rt.oip {
  left: 57px;
  top: 109px;
  right: 0px;
  font-size: 24px;
}

.chigh {
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.chigh.fg {
  font-family: Oswald, sans-serif;
  font-size: 49px;
  line-height: 67px;
  letter-spacing: 1px;
}

.chigh.fg.poi {
  font-size: 39px;
}

.chigh.tyu {
  font-size: 27px;
}

.callout-section {
  height: auto;
}

.center-block {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.center-button {
  width: 26%;
}

.ajax-section {
  height: auto;
  padding-top: 139px;
  padding-bottom: 234px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/boats_background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/boats_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ajax-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.tab-link {
  padding: 30px 28px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
}

.tab-link:hover {
  background-color: hsla(0, 0%, 100%, .15);
}

.tab-link.w--current {
  z-index: 1;
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: none;
  color: #0f3142;
}

.tab-pane {
  height: auto;
  background-color: hsla(0, 0%, 100%, .9);
}

.tab-menu {
  text-align: center;
}

.ajax-content-div {
  padding: 30px;
}

.ajax-heading {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 11px;
  padding-left: 20px;
  border-bottom: 1px none #0082c7;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.ajax-paragraph {
  display: block;
  margin-top: 0px;
  font-family: Abel, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.op {
  color: #096392;
  font-size: 30px;
  font-weight: 700;
}

.offices {
  font-size: 23px;
}

.link {
  color: #0082c7;
  text-transform: uppercase;
}

.map {
  height: 290px;
  margin-top: 1px;
  margin-bottom: 27px;
}

.contact-section {
  height: auto;
  padding-top: 118px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/contact_background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/contact_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ajax-imeage-div {
  display: inline-block;
  width: 400px;
  margin-top: 30px;
  margin-right: 39px;
  margin-bottom: 83px;
  float: left;
  clear: left;
}

.ajax-text-div {
  margin-top: 14px;
  float: none;
}

.maine-button {
  margin-top: 28px;
  margin-bottom: 40px;
  padding: 14px 27px;
  border-radius: 5px;
  background-color: #0082c7;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Abel, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.maine-button:hover {
  background-color: #4ec2ff;
}

.tab-content {
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, .5);
}

.contact-div {
  display: block;
  width: 80%;
  margin-top: 86px;
  margin-right: auto;
  margin-left: auto;
}

.cvb {
  padding-right: 50px;
  padding-left: 50px;
}

.field-label {
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 17px;
}

.text-field {
  margin-bottom: 30px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .32);
  background-color: rgba(0, 0, 0, .22);
  font-family: Abel, sans-serif;
  font-size: 17px;
}

.address-bottom-div {
  margin-bottom: 61px;
}

.address-heading {
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.address-heading.add {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
}

.map-bottom {
  height: 200px;
}

.campus {
  font-size: 21px;
}

.form-wrapper {
  padding-top: 31px;
}

.footer {
  height: 600px;
  padding-top: 79px;
  background-color: #fff;
}

.fotter-text {
  font-family: Abel, sans-serif;
  color: #000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0px;
}

.footer-container {
  text-align: center;
}

.footer-logo {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
}


.edu-event {
  display: inline-block;
  width: 190px;
  height: 79px;
  padding: 10px 20px;
  float: right;
  background-color: #ff9d42;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Abel, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.edu-event:hover {
  background-color: hsla(0, 0%, 100%, .35);
}

.reguest-appointment-button {
  display: inline-block;
  width: auto;
  height: 60px;
  padding: 10px 33px 11px;
  float: right;
  background-color: #ff9d42;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Abel, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.reguest-appointment-button:hover {
  background-color: hsla(0, 0%, 100%, .35);
}

.career-button {
  display: inline-block;
  width: auto;
  height: 79px;
  padding: 30px 22px 11px;
  float: right;
  background-color: #0098ff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Abel, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.career-button:hover {
  background-color: hsla(0, 0%, 100%, .35);
  color: #fff;
}

.ty {
  display: inline-block;
}

.cf2 {
  padding-right: 0px;
  padding-left: 0px;
}

.cf1 {
  padding-right: 0px;
  padding-left: 0px;
}

.picture-slider {
  height: 100vh;
}

.picture-slide-nav {
  bottom: 140px;
}

.picture-slide {
  background-image: -webkit-linear-gradient(270deg, transparent 2%, rgba(0, 0, 0, .73) 65%), url('../images/maine_slide_1_new.jpg');
  background-image: linear-gradient(180deg, transparent 2%, rgba(0, 0, 0, .73) 65%), url('../images/maine_slide_1_new.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.picture-slide.gr1 {
  background-image: -webkit-linear-gradient(270deg, transparent 2%, rgba(0, 0, 0, .62) 75%), url('../images/group-image-slide.jpg');
  background-image: linear-gradient(180deg, transparent 2%, rgba(0, 0, 0, .62) 75%), url('../images/group-image-slide.jpg');
  background-size: auto, cover;
}

.picture-slide.ps2 {
  background-image: -webkit-linear-gradient(270deg, transparent 2%, rgba(0, 0, 0, .62) 75%), url('../images/maine_slide_snowboard.jpg');
  background-image: linear-gradient(180deg, transparent 2%, rgba(0, 0, 0, .62) 75%), url('../images/maine_slide_snowboard.jpg');
  background-size: auto, cover;
}

.picture-slide.ps3 {
  background-image: -webkit-linear-gradient(270deg, transparent 48%, rgba(0, 0, 0, .63) 93%), url('../images/ilasik_maine_slide_3.jpg');
  background-image: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .63) 93%), url('../images/ilasik_maine_slide_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.picture-slide.ps4 {
  display: block;
  background-image: -webkit-linear-gradient(270deg, transparent 2%, rgba(0, 0, 0, .54) 80%), url('../images/acadia_cataract_slide.jpg');
  background-image: linear-gradient(180deg, transparent 2%, rgba(0, 0, 0, .54) 80%), url('../images/acadia_cataract_slide.jpg');
  background-size: auto, cover;
}

.picture-slide.family-slide {
  background-image: -webkit-linear-gradient(270deg, transparent 2%, rgba(0, 0, 0, .62) 75%), url('../images/maine_slide_family.jpg');
  background-image: linear-gradient(180deg, transparent 2%, rgba(0, 0, 0, .62) 75%), url('../images/maine_slide_family.jpg');
  background-size: auto, cover;
}

.ajax-img-div-new {
  padding-top: 31px;
}

.aji2 {
  margin-top: 45px;
}

.ajim-img-3 {
  padding-top: 33px;
}

.better {
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #49f0ff;
  font-size: 70px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.welcome {
  position: relative;
  z-index: 4;
  margin-bottom: 28px;
}

.building-image {
  position: absolute;
  top: 45px;
  right: 38px;
  z-index: 1;
}

.welcome-image-div {
  display: none;
  width: 539px;
  height: 277px;
  margin-bottom: 54px;
}

.welcom-eimage {
  width: 100%;
  height: 100%;
  text-align: left;
}

.parralax-building-section {
  height: 80%;
  padding-bottom: 0px;
  background-image: url('../images/parallax_building_3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.egg {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.secondary-content-section {
  padding-top: 60px;
}

.secondary-header-div {
  width: 100%;
  height: 155px;
  padding-top: 53px;
  padding-left: 35px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .71), transparent), url('../images/welcome_background.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .71), transparent), url('../images/welcome_background.jpg');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
}

.secondary-title-header {
  display: inline-block;
  margin-top: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #44abe2;
  font-size: 61px;
  font-weight: 400;
}

.secondary-title-header a {
  text-decoration: none;
  display: inline-block;
  margin-top: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #44abe2;
  font-size: 61px;
  font-weight: 400;
}

.sc2 {
  padding-right: 0px;
  padding-left: 0px;
  border-left: 1px none rgba(0, 130, 199, .58);
  background-color: #ecf9ff;
  box-shadow: 0 -1px 23px 0 rgba(0, 0, 0, .33);
}

.left-column-secondary-content-div {
  margin-top: 0px;
  padding-top: 20px;
  padding-left: 10px;
}

.secondary-paragraph {
  margin-bottom: 50px;
  font-family: Abel, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.secondary-paragraph.sec-list {
  line-height: 35px;
}

.secondary-image-div {
  display: block;
  margin: 41px auto;
  text-align: center;
}

.secondary-image-div.anatomy-div {
  text-align: center;
}

.cataract-image {
  width: 22%;
  margin-right: 4px;
  margin-left: 4px;
}

.secondary-subtutile {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.anatomy-cataract {
  text-align: left;
}

.right-column-secondary {
  padding-top: 20px;
}

.topic-button {
  width: 100%;
  height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  background-color: #0098ff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.topic-button:hover {
  background-color: rgba(0, 152, 255, .45);
}

.secondary-centers-div {
  padding-top: 26px;
  padding-left: 24px;
}

.other-servvices-div {
  margin-top: 45px;
  margin-bottom: 0px;
}

.smaller {
  font-size: 38px;
}

/* Blog Page Styles */
#blog-page h2 a{
  text-decoration: none;
  color:#0098ff;
  transition:all 350ms ease;
}

#blog-page h2 a:hover{
  text-decoration: none;
  color:rgba(0, 152, 255, 0.45);
}

.blog .right-column-secondary > .ajax-heading{
  display: none;
}

.single .right-column-secondary > .ajax-heading{
  display: none;
}

.archive .right-column-secondary > .ajax-heading{
  display: none;
}

.category .right-column-secondary > .ajax-heading{
  display: none;
}

.blog .tpoics-div ul li a{
  height: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.single .tpoics-div ul li a{
  height: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.archive .tpoics-div ul li a{
  height: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.category .tpoics-div ul li a{
  height: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.blog .rounded{
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.single .rounded{
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.archive .rounded{
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.category .rounded{
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
}

article hr{
    margin:20px 0;
  }
  #searchform, h2.rounded, .tagcloud{
    padding:15px 0 15px 15px;
  }
  .moretag{
    display:block !important;
    margin:15px 0;
    color: #000 !important;
    font-weight: 600;
    font-size:18px;
    font-family: Abel,sans-serif;
    padding:0.6em;
    text-align:center;
    text-decoration:none; 
    background:#0098ff !important; 
    border-radius: 10px;
    width:130px !important;
    transition:color 350ms ease 0s, background-color 350ms ease 0s;
  } 
  .moretag:hover { 
    background:rgba(0, 152, 255, 0.45) !important; 
    color:#fff;
  }
  #searchsubmit{
    background: #0098ff;
    color: #000;
    font-weight: 600;
    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;
  }

.primary-sidebar ul{
  list-style: none;
  padding-left: 0px;
}

.primary-sidebar ul li a{
  color: #000;
  font-weight: 600;
  font-family: Abel,sans-serif;
  font-size: 20px;
  height: 50px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-top: 15px;
  text-decoration: none;
  transition: background-color 350ms ease 0s;
  width: 100%;
  background-color: #0098ff;
  display:block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.primary-sidebar ul li a:hover{background-color: rgba(0, 152, 255, 0.45);}

/* Pillar Page Specific Styles */


/* Search Page */

#search-results ul {
  list-style: none;
  padding-left: 20px;
}

#search-results li {
  padding: 10px 0;
}

.home .screen-reader-text{
  display: none;
}

.home #searchform {
  display: inline-block;
  float: right;
  padding:15px;
}

@media (max-width: 991px) {
  .white-line{
    border-bottom: none;
  }
  /*.hero-parallax-section-regular {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }*/
  .content-section {
    height: auto;
    padding-top: 33px;
    padding-bottom: 140px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/welcome_background.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/welcome_background.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .home .logo-div{
    top: 153px;
  }

  .logo-div {
    position: absolute;
    left: 0px;
    top: 22px;
    right: 0px;
    bottom: auto;
    height: 187px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(0, 130, 199, .88);
  }
  .top-logo-div {
    position: relative;
    top: -8px;
    margin-top: 0px;
  }
  .slide-text {
    left: 0px;
    top: 369px;
    right: 0px;
    bottom: auto;
    width: 80%;
  }
  .slider-heading {
    font-size: 28px;
    line-height: 45px;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, .78);
  }
  .nav-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  }
  .dropdown-toggle {
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  }
  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .welcome-div {
    padding-top: 0px;
  }
  .welcome-heading {
    font-size: 46px;
    line-height: 43px;
  }
  .welcome-heading.services {
    top: 85px;
    padding-top: 0px;
  }
  .maine-paragraph {
    width: 93%;
  }
  .top-section {
    position: absolute;
    height: auto;
  }
  .address-text {
    padding-right: 20px;
    padding-left: 0px;
    float: right;
    text-align: right;
  }
  .social-div {
    display: block;
    height: auto;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .centers-section {
    height: auto;
    padding-top: 82px;
    padding-bottom: 139px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72)), url('../images/centers_background.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72)), url('../images/centers_background.jpg');
    background-position: 0px 0px, -307px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .scroll-div {
    bottom: 45px;
  }
  .callout-button.center-button {
    margin-bottom: 13px;
  }
  .callout-heading {
    top: 31px;
    text-align: center;
  }
  .callout-heading.rt {
    font-size: 20px;
    line-height: 32px;
  }
  .callout-heading.rt.oip {
    left: 24px;
    line-height: 25px;
  }
  .chigh {
    font-size: 33px;
  }
  .chigh.fg {
    line-height: 47px;
  }
  .chigh.fg.poi {
    font-size: 30px;
    line-height: 36px;
  }
  .center-block {
    width: 100%;
  }
  .ajax-section {
    height: auto;
    padding-bottom: 159px;
  }
  .ajax-div {
    width: 95%;
  }
  .tab-link {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    font-size: 17px;
  }
  .tab-link.w--current {
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .tab-menu {
    width: 40%;
    float: left;
  }
  .ajax-imeage-div {
    margin-right: 0px;
    margin-bottom: 2px;
    float: none;
  }
  .tab-content {
    width: 60%;
    float: right;
  }
  .contact-div {
    width: 95%;
  }
  .cvb {
    padding-right: 16px;
    padding-left: 16px;
  }
  .address-heading.add {
    font-size: 18px;
  }
  .footer {
    height: auto;
  }
  .footer-logo {
    width: 380px;
  }
  .menu-button.w--open {
    background-color: #096392;
  }
  .reguest-appointment-button {
    padding-bottom: 0px;
    float: right;
  }
  .picture-slide {
    background-position: 0px 0px, 50% 60px;
    background-size: auto, cover;
  }
  .better {
    font-size: 51px;
    line-height: 52px;
  }
  .welcome {
    display: block;
    margin-top: 491px;
    padding-top: 0px;
  }
  .building-image {
    left: 38px;
    top: -2px;
    right: auto;
  }
  .welcome-image-div {
    width: 399px;
    margin-bottom: 32px;
  }
  .secondary-content-section {
    padding-top: 207px;
  }
  .secondary-title-header {
    font-size: 55px;
  }
  .secondary-centers-div {
    padding-left: 0px;
  }
  .menu li.has-children > a:after{
    display: none !important;
  }
}

@media (max-width: 767px) {
  .home #searchform{
    display: none;
  }
  .no-mobile{
    display:none;
  }
  #stars a i {
    font-size: 1em;
  }
  .hero-parallax-section-regular {
    position: static;
    height: 141px;
  }
  .content-section {
    height: auto;
    padding-top: 5px;
    padding-bottom: 61px;
    background-color: rgba(78, 194, 255, .26);
    background-image: none;
  }
  .home .logo-div{
    top: 139px; 
    height: 77px; 
  }
  .logo-div {
    top: 138px;
    height: 76px;
  }
  .slider {
    z-index: 260;
  }
  .slide-text {
    top: 232px;
    color: #fff;
    font-size: 13px;
  }
  .slider-heading {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
  }
  .welcome-div {
    padding-right: 50px;
    text-align: center;
  }
  .welcome-heading {
    font-size: 35px;
  }
  .welcome-heading.services {
    margin-bottom: 0px;
  }
  .maine-paragraph {
    width: auto;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
  }
  .address-div {
    padding-top: 7px;
  }
  .top-phone-number {
    font-size: 25px;
  }
  .address-text {
    padding-top: 4px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
  }
  .social-div {
    height: auto;
    margin-top: 0px;
  }
  .social-button {
    background-size: 30px;
  }
  .social-button.tweet {
    background-size: 30px;
  }
  .social-button.google {
    background-size: 30px;
  }
  .centers-section {
    height: auto;
    padding-top: 58px;
    padding-bottom: 122px;
    background-color: #fff;
  }
  .scroll-div.slider-scroll-div {
    left: 0px;
    top: 208px;
    right: 0px;
    bottom: auto;
  }
  .callout-button.center-button {
    margin-left: 0px;
  }
  .callout-heading.rt {
    top: 136px;
    height: auto;
    font-size: 30px;
    line-height: 37px;
  }
  .chigh.fg {
    font-size: 42px;
  }
  .center-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ajax-section {
    height: auto;
    padding-bottom: 78px;
    background-color: #2a71a2;
    background-image: none;
  }
  .contact-section {
    height: auto;
    padding-top: 79px;
    background-color: #32383b;
    background-image: none;
  }
  .contact-div {
    margin-top: 45px;
  }
  .footer {
    height: auto;
  }
  .footer-logo {
    width: 330px;
  }
  .rt {
    top: -369px;
    right: 0px;
    height: 254px;
  }
  .lt {
    top: -369px;
    height: 254px;
  }
  .picture-slide-nav {
    bottom: 6px;
  }
  .picture-slide {
    background-position: 0px 0px, 50%;
    background-size: cover;
  }
  .picture-slide.family-slide {
    background-position: 0px 0px, 0px;
    background-size: cover;
  }
  .better {
    font-size: 35px;
    line-height: 42px;
  }
  .welcome {
    display: block;
    margin-top: 383px;
    margin-right: auto;
    margin-left: auto;
  }
  .building-image {
    top: 20px;
  }
  .welcome-image-div {
    height: 247px;
  }
  .egg {
    font-size: 47px;
  }
  .secondary-content-section {
    padding-top: 214px;
  }
  .secondary-title-header {
    font-size: 49px;
  }
  .cataract-image {
    width: 47%;
    margin-bottom: 8px;
  }
  .smaller {
    font-size: 35px;
  }
}

@media (max-width: 560px) {
  	.career-button { padding: 30px 10px 11px; font-size:12px; line-height:12px; width:25%; }
		#review-widget { font-size:12px !important; line-height: 16px; padding: 8px 10px 11px !important; width: 25%; }
		.social-button {
    width: 25%;
}	
}
@media (max-width: 479px) {
  .left-column-secondary-content-div{
    padding-left: 0px;
  }
  .address-heading a{
    color: #ffffff;
  }
  .social-button{
    width: 20%;
  }
  .home .hero-parallax-section-regular{
    height: 287px
  }
  .home .picture-slider{
    height: 613px;
  }
  .content-section {
    padding-bottom: 91px;
  }
  .home .logo-div {
    top: 162px;
    height: 126px;
  }
  .logo-div {
    top: 143px;
    display: block;
    height: 162px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-logo-div {
    position: static;
    left: -13px;
    top: -13px;
    display: block;
    width: 260px;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .slide-text {
    top: 93px;
  }
  .slider-heading {
    font-size: 17px;
    line-height: 17px;
  }
  .white-line {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .welcome-div {
    padding-top: 15px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .welcome-heading {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 39px;
  }
  .maine-paragraph {
    font-size: 17px;
    line-height: 26px;
  }
  .top-section {
    text-align: center;
  }
  .address-div {
    height: auto;
    float: none;
  }
  .address-text {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .social-div {
    height: auto;
    margin-top: 10px;
    float: none;
  }
  .centers-section {
    display: block;
    padding-bottom: 63px;
  }
  .scroll-div.slider-scroll-div {
    top: 315px;
  }
  .callout-heading.rt {
    left: 36px;
    top: 113px;
    font-size: 27px;
  }
  .chigh.fg {
    font-size: 25px;
  }
  .tab-menu {
    width: 40%;
  }
  .ajax-content-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ajax-heading {
    font-size: 20px;
    line-height: 21px;
  }
  .ajax-paragraph {
    font-size: 17px;
    line-height: 26px;
  }
  .op {
    font-size: 20px;
  }
  .footer-logo {
    width: 250px;
  }
  .rt {
    top: -90px;
  }
  .lt {
    top: -90px;
  }
  .reguest-appointment-button {
    padding-right: 19px;
    padding-left: 19px;
    width: 40%;
  }
  .picture-slider {
    padding-top: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .picture-slide {
    background-position: 0px 0px, 50% 23%;
  }
  .picture-slide.ps2 {
    background-position: 0px 0px, 50% 50%;
  }
  .picture-slide.family-slide {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 481px;
  }
  .better {
    font-size: 22px;
    line-height: 26px;
  }
  .welcome {
    margin-top: 225px;
  }
  .building-image {
    left: 27px;
  }
  .welcome-image-div {
    width: 279px;
    height: 177px;
  }
  .egg {
    font-size: 27px;
    line-height: 35px;
  }
  .rr {
    right: 0px;
    bottom: -208px;
    height: 60px;
    padding-top: 0px;
  }
  .rr.lr {
    left: 0px;
    right: auto;
    bottom: -208px;
  }
  .secondary-content-section {
    padding-top: 305px;
  }
  .secondary-title-header {
    font-size: 37px;
  }
  .cataract-image {
    width: 47%;
  }
  .smaller {
    font-size: 28px;
  }
  
  	.career-button { padding: 30px 10px 11px; font-size:12px; line-height:12px; width:25%; }
		#review-widget { font-size:12px !important; line-height: 16px; padding: 8px 10px 11px !important; width: 25%; }
		.social-button {
    width: 25%;
}
}

/* STYLES FOR WIDGET START */
	#stars a { color: yellow; }
	
	#stars a.on:hover ~ .off { color: white !important; opacity: 0.3; }
	
	#review-widget {     
		display: inline-block;
	/* 	width: auto; */
		height: 79px;
		padding: 20px 22px 11px;
		float: right;
		background-color: #0098ff;
		-webkit-transition: background-color 350ms ease;
		transition: background-color 350ms ease;
		font-family: Abel, sans-serif;
		color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	/* STYLES FOR WIDGET END */

@media only screen and (max-width: 360px) {
	.career-button { padding: 30px 10px 11px; font-size:12px; line-height:12px; width:25%; }
		#review-widget { font-size:12px !important; line-height: 16px; padding: 8px 10px 11px !important; width: 25%; }
		.social-button {
    width: 25%;
}
		
	.edu-event { width: 160px; padding: 10px 10px; }
}