:root {
  --color-3: #306186;
  --color-7: #468abd;
  --color-6: #4a4a4a;
  --color: white;
  --color-2: #333;
  --color-5: #32848e;
  --white: white;
  --color-4: #0f6770;
  --black: black;
}

h2 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: var(--color-7);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-7);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--color-6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--color-7);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--color-3);
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  opacity: .48;
  color: var(--color-7);
}

ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.3em;
}

li {
  margin-bottom: 10px;
}

.body {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.hero {
  z-index: 2000;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/exterior.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.hero-content-div {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-text-div {
  flex-flow: column;
  align-items: center;
  width: 1180px;
  display: flex;
}

.hero-top-line {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-button-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-button {
  border: 1px solid var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  padding: 15px 20px 12px;
  line-height: 1.2em;
}

.hero-button:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  opacity: 100;
  color: var(--color);
}

.hero-button.marg {
  margin-left: 15px;
}

.hero-button.green {
  border-color: var(--color-7);
  background-color: var(--color-7);
  color: var(--color-6);
}

.hero-button.green:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color);
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 18px #00000012;
}

.image {
  height: 90px;
}

.brand {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0px;
  position: relative;
  inset: auto auto 0% 0%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 10px 5px;
  display: flex;
}

.nav-top-item {
  background-color: var(--color-3);
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 12px 8px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--color-3);
  opacity: 100;
  color: var(--color-7);
}

.nav-link-button {
  background-color: var(--color-2);
  color: var(--color);
  align-items: center;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 15px 8px;
  font-family: Raleway, sans-serif;
  font-size: .9em;
  text-decoration: none;
  display: flex;
}

.nav-link-button:hover {
  background-color: var(--color-7);
  opacity: 100;
  color: var(--color);
}

.nav-link-button.number {
  background-color: var(--color-2);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
}

.nav-link-button.number:hover {
  background-color: var(--color-7);
  opacity: 100;
  color: var(--color);
}

.image-2 {
  filter: brightness(200%) grayscale();
  width: 25px;
  margin-right: 10px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--color);
  text-transform: uppercase;
  padding: 10px 12px 8px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  background-color: var(--color-3);
  color: var(--color);
}

.dropdown-link {
  color: var(--color);
  padding-top: 12px;
  line-height: 1.2em;
}

.dropdown-link:hover {
  background-color: var(--color-2);
  opacity: 100;
  color: var(--color);
}

.dd-list-normal.w--open {
  background-color: var(--color-3);
}

.list-50-50 {
  background-color: var(--color-3);
  justify-content: space-between;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.list-50-50.ip {
  background-color: #30618600;
  justify-content: center;
}

.welcome-section {
  flex-flow: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.welcome-wrapper-div {
  width: 95%;
  min-width: 0;
  max-width: none;
  min-height: 85vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.welcome-photo-div {
  z-index: 1;
  object-fit: cover;
  max-width: none;
  position: absolute;
  inset: 25px 25px 75px;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-left-blue-square {
  background-color: var(--color-3);
  width: 500px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-right-green-square {
  background-color: var(--color-6);
  width: 500px;
  height: 300px;
  position: absolute;
  inset: auto 0% 50px auto;
}

.welcome-text-div {
  z-index: 5;
  background-color: var(--color);
  box-shadow: none;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin: -200px 10% 50px 0;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
  inset: auto 5% 0%;
}

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

.h2-center {
  text-align: center;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.h2-center.green {
  color: var(--color);
}

.center-welcome-block-text {
  background-color: var(--color-6);
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 8px 20px 5px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.no-marg {
  margin-bottom: 5px;
}

.age-photo-div {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.age-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.who-we-are-div {
  background-color: #468abd0d;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 31%;
  height: auto;
  padding: 15px;
  display: flex;
}

.button {
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--color-2);
  opacity: 100;
  color: var(--color);
  text-decoration: none;
}

.cataract-surgery-photo-section {
  background-color: var(--color-3);
  background-image: url('../images/woman-working-at-laptop.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  position: relative;
}

.cataract-info-section {
  background-color: var(--color-3);
  padding-bottom: 4%;
}

.cataract-info-wrapper-div {
  background-color: var(--color);
  justify-content: space-between;
  width: 90%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.consider-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 0;
  display: flex;
}

.cataract-info-right-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.fancy-list-number {
  align-items: center;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.large-number {
  color: var(--color-7);
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.testimonial-wrapper-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.left-arrow, .right-arrow {
  display: none;
}

.p-white {
  color: var(--color);
}

.blog-section {
  padding-top: 5%;
  padding-bottom: 5%;
  display: none;
  position: relative;
}

.blog-div-block {
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  height: auto;
  min-height: 0;
  display: flex;
  position: static;
  box-shadow: 3px 3px 11px #00000017;
}

.blog-photo-div {
  object-fit: cover;
  max-height: 350px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.blog-outline-div {
  border: 2px solid var(--color-7);
  position: absolute;
  inset: 10px;
}

.blog-text-div {
  background-color: var(--color);
  padding: 20px;
}

.blog-wrapper-div {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  min-height: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-headline-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.locations-section {
  background-color: var(--color-3);
  flex-flow: column;
  display: flex;
}

.locations-top-photo-div {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#00000080, #00000080), url('../images/couple-walking-in-park.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding: 5% 5% 8%;
  font-family: Raleway, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.location-bucket-holder {
  z-index: 5;
  justify-content: space-between;
  width: 90%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.location-div {
  z-index: 1;
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
  box-shadow: 3px 6px 8px #00000017;
}

.phone-div {
  color: var(--color-2);
  align-items: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.phone-div:hover {
  color: var(--color-5);
}

.image-7 {
  width: 25px;
  margin-right: 10px;
}

.hours-div {
  color: var(--color-2);
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.hours-div:hover {
  color: var(--color-2);
  line-height: 1.2em;
}

.bottom-green-square {
  background-color: var(--color-6);
  width: 100%;
  height: 20%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.footer {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 0%;
}

.footer-wrapper-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-div {
  width: 50%;
}

.text-field {
  border: 1px solid var(--color-7);
  background-color: #fff0;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.textarea {
  border: 1px solid var(--color-7);
  background-color: #fff0;
}

.textarea:focus, .textarea::placeholder {
  color: var(--color);
}

.form-block {
  margin-bottom: 0;
}

.contact-div-22 {
  color: var(--color);
  flex-flow: column;
  width: 22%;
  display: flex;
}

.quick-link {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2em;
  text-decoration: none;
}

.quick-link:hover {
  color: var(--white);
}

.quick-link.bottom {
  margin-bottom: 20px;
}

.social-links {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.social-link:hover {
  opacity: .35;
}

.brand-2 {
  margin-bottom: 20px;
}

.link {
  color: var(--color-7);
}

.link:hover {
  color: var(--color-2);
}

.link.white {
  color: var(--color);
}

.link.white:hover {
  color: var(--color-7);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  margin-bottom: 20px;
  display: flex;
}

.search-input {
  height: 40px;
  margin-bottom: 0;
}

.search-button {
  background-color: var(--color-7);
  color: var(--color);
  height: 40px;
  line-height: 1em;
}

.search-button:hover {
  background-color: var(--color-6);
  color: var(--color);
}

.members {
  background-color: var(--color);
  flex-flow: column;
  align-items: center;
  margin-top: 5%;
  padding: 50px 50px 70px;
  display: flex;
}

.logo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.image-8 {
  max-width: none;
  height: 65px;
}

.image-8.csoc {
  height: 100px;
}

.team-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 2%;
}

.team-wrapper-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.team-row {
  justify-content: center;
  margin-bottom: 1.2%;
  display: flex;
}

.team-row.top {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0%;
}

.team-row.top._1 {
  margin-bottom: 5%;
}

.doc-link {
  background-color: var(--color-3);
  width: 16%;
  height: 100%;
  min-height: 300px;
  margin: 20px;
  position: relative;
}

.doc-text {
  z-index: 1;
  background-color: var(--color-7);
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: auto 15px 10px;
}

.doc-outline-div {
  border: 2px solid var(--color-7);
  position: absolute;
  inset: 5px 5px 30px;
}

.doc-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.static-ctas {
  z-index: 1000;
  justify-content: space-between;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -2px 5px #0003;
}

.static-cta-link {
  background-color: var(--color);
  color: var(--color-6);
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 12px 30px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.static-cta-link:hover, .static-cta-link.mid {
  background-color: var(--color-7);
  color: var(--color);
}

.static-cta-link.mid:hover {
  background-color: var(--color-6);
  opacity: 100;
}

.static-cta-link.white:hover {
  opacity: 100;
}

.image-9 {
  filter: brightness(61%) grayscale();
  width: 25px;
  margin-right: 15px;
}

.image-9._2 {
  filter: brightness(500%) grayscale();
}

.slide-nav-2 {
  align-items: center;
  padding-left: 50%;
  display: flex;
}

.slider-2 {
  background-color: #01415b00;
  width: 100%;
  min-height: 425px;
}

.top-left-green-square-copy-2 {
  background-color: #4a4a4a;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.top-left-green-square-2 {
  background-color: #4a4a4a;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.p-white-2 {
  color: #fff;
}

.testimonial-slide-div-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-30-2 {
  object-fit: cover;
  width: 100%;
  max-height: 390px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.testimonial-text-48-new {
  width: 50%;
  height: auto;
  padding-top: 15px;
}

.testimonial-text-48-2 {
  background-image: linear-gradient(#306186f0, #306186f0), url('../images/icons8-quote.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-img-div {
  object-fit: cover;
  max-height: 425px;
  margin-top: 15px;
  overflow: hidden;
}

.testimonial-section-new {
  background-color: #306186;
  flex-flow: column;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.h5-white {
  color: var(--color);
  font-family: Raleway, sans-serif;
}

.testimonial-photo-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100%;
  min-height: 400px;
  padding: 15px;
  display: flex;
  position: relative;
}

.testimonial-header-div {
  z-index: 20;
  background-color: var(--color-3);
  width: 50%;
  margin-bottom: -80px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.parallax {
  color: var(--color);
  text-transform: uppercase;
  background-image: url('../images/couple-hiking.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 5%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

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

.about-columns {
  justify-content: space-between;
  width: 90%;
  margin-top: 50px;
  display: flex;
}

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

.h4-center.min {
  height: auto;
}

.h3-center-white {
  color: var(--color);
  text-align: center;
}

.number {
  font-family: Open Sans, sans-serif;
}

.ip-header {
  background-color: #3061860d;
  background-image: url('../images/blue-gradient.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding: 12% 3% 2%;
  display: flex;
}

.ip-header._2 {
  justify-content: flex-start;
  padding-left: 5%;
  padding-right: 5%;
}

.ip-text-holder {
  color: var(--color);
  width: auto;
  padding: 1.5% 2%;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.related-pages-block {
  background-color: #0000000d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 40px;
  display: flex;
}

.h4-white {
  color: var(--color);
}

.link-holder {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.related-link {
  color: var(--color);
  background-color: #468abd5e;
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.related-link:hover {
  background-color: var(--color-7);
  color: var(--color);
}

.breadcrumb-section {
  align-items: center;
  padding: .5% 5%;
  display: flex;
}

.bc-link-home {
  width: 30px;
  margin-right: 15px;
}

.bc-link {
  color: var(--color-3);
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.bc-link:hover, .bc-link.current {
  color: var(--color-6);
}

.bc-arrows {
  color: var(--color-3);
  margin-right: 15px;
  font-weight: 500;
  line-height: 1em;
}

.ip-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

._5050-wrapper {
  justify-content: space-between;
  align-items: stretch;
  max-height: 500px;
  margin-bottom: 50px;
  display: flex;
}

._5050-wrapper._2 {
  align-items: stretch;
  margin-bottom: 0;
}

.text-div-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.list {
  margin-bottom: 20px;
}

.list.left {
  margin-right: 25px;
}

.list.right {
  margin-left: 25px;
}

.list.related-page-link-list {
  width: 49%;
  margin-right: 25px;
}

.list-item {
  margin-bottom: 10px;
  line-height: 1.3em;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tap-pane {
  float: right;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs {
  justify-content: center;
  width: 75%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-links {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 16.66%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.tab-links:hover {
  background-color: var(--color-2);
}

.tab-links.w--current {
  background-color: var(--color-2);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tabs-menu {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.tabs-content {
  width: 70%;
  height: auto;
}

.image-13, .image-14, .image-15, .image-16, .image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tech-holder {
  background-color: #468abd0d;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 40px 20px 29px;
}

.photo-div-48 {
  object-fit: cover;
  width: 48%;
  max-height: none;
  overflow: hidden;
}

.image-18 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ip-top-line-left {
  background-color: var(--white);
  width: 30px;
  height: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ip-bottom-line-right {
  background-color: var(--white);
  width: 30px;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ip-top-line-left-vert {
  background-color: var(--white);
  width: 3px;
  height: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ip-bottom-line-vert-right {
  background-color: var(--white);
  width: 3px;
  height: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ip-text-holder-2 {
  color: var(--color);
  width: auto;
  padding: 0% 20px 0% 0%;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.ip-header-2-line {
  background-color: var(--color);
  width: 40%;
  height: 2px;
}

.nav-btn-div {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.banner {
  padding: 5%;
}

.banner._2 {
  padding: 0%;
}

.image-20 {
  width: 100%;
}

.hero-sub {
  color: var(--color);
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 400;
}

.video-div {
  width: 100%;
}

.ocu-photo-section {
  background-color: var(--color-3);
  background-image: url('../images/group-of-women.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  position: relative;
}

.ocu-text-section {
  background-color: var(--color-3);
  padding-bottom: 4%;
}

.dry-eye-photo-section {
  background-color: var(--color-3);
  background-image: url('../images/young-guy.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  position: relative;
}

.dry-eye-txt-section {
  background-color: var(--color-3);
  padding-bottom: 4%;
}

.h2-white {
  color: var(--color);
}

.code-embed {
  width: 100%;
}

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

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

  .hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/exterior.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 700px;
  }

  .hero-content-div {
    justify-content: flex-end;
    padding-top: 8%;
    padding-bottom: 10%;
  }

  .hero-text-div {
    width: auto;
  }

  .hero-top-line {
    font-size: 3em;
  }

  .image {
    height: 75px;
  }

  .brand {
    margin-left: 0;
  }

  .nav-menu {
    background-color: var(--color-3);
    height: auto;
    padding: 0;
  }

  .nav-link {
    text-align: left;
    display: block;
  }

  .nav-link-button {
    margin-left: 10px;
    margin-right: 0;
    padding: 10px;
    line-height: 1em;
  }

  .nav-link-button.number {
    padding: 10px;
    line-height: 1em;
  }

  .image-2 {
    margin-right: 0;
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .list-50-50.ip {
    justify-content: space-between;
  }

  .welcome-wrapper-div {
    min-height: 0;
  }

  .welcome-photo-div {
    position: static;
  }

  .top-left-blue-square, .bottom-right-green-square {
    display: none;
  }

  .welcome-text-div {
    width: 90%;
    margin-top: -100px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    left: 0%;
    right: 0%;
  }

  .h3-center, .center-welcome-block-text {
    font-size: 1em;
  }

  .age-photo-div {
    position: absolute;
  }

  .who-we-are-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .cataract-surgery-photo-section {
    min-height: 40vh;
  }

  .cataract-info-wrapper-div {
    flex-flow: column;
    padding: 20px;
  }

  .consider-left {
    width: 100%;
  }

  .cataract-info-right-div {
    width: 100%;
    margin-top: 20px;
  }

  .fancy-list-number {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .large-number {
    font-size: 2em;
  }

  .testimonial-wrapper-div {
    flex-flow: column;
  }

  .blog-div-block {
    width: 90%;
    margin-bottom: 20px;
  }

  .blog-wrapper-div {
    flex-flow: column;
    align-items: center;
  }

  .locations-top-photo-div {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/happy-seniors-traveling.jpg');
    background-attachment: scroll, scroll;
    min-height: 30vh;
  }

  .location-bucket-holder {
    flex-flow: column;
    padding: 0;
  }

  .location-div {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .hours-div {
    align-items: flex-start;
  }

  .footer-wrapper-div {
    flex-flow: column;
  }

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

  .contact-div-22 {
    align-items: flex-start;
    width: 100%;
  }

  .search {
    max-width: 75%;
  }

  .members {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .image-8 {
    width: 175px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .doc-link {
    width: 200px;
    margin: 10px;
  }

  .static-cta-link {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
  }

  .image-9 {
    width: 20px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .slide-nav-2 {
    justify-content: flex-start;
    padding-left: 0%;
    display: flex;
  }

  .slider-2 {
    min-height: 0;
  }

  .testimonial-text-48-new {
    width: 100%;
  }

  .testimonial-text-48-2 {
    flex-flow: column;
  }

  .testimonial-img-div {
    max-height: none;
  }

  .testimonial-photo-div {
    min-height: 0;
    display: none;
  }

  .testimonial-header-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .parallax {
    background-image: url('../images/couple-walking-in-park.jpg');
    background-attachment: scroll;
    min-height: 40vh;
  }

  .about-columns {
    flex-flow: column;
    width: 95%;
    margin-top: 0;
  }

  .h4-center {
    font-size: 1.5em;
  }

  .ip-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 18%;
  }

  .ip-header._2 {
    flex-flow: row;
    align-items: center;
  }

  .ip-text-holder {
    margin-bottom: 0;
  }

  .related-pages-block {
    width: 100%;
    padding: 15px;
  }

  ._5050-wrapper {
    flex-flow: column;
    max-height: none;
  }

  .text-div-48 {
    width: 100%;
  }

  .list.related-page-link-list {
    margin-right: 0;
    padding-left: 20px;
  }

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

  .tap-pane {
    height: auto;
  }

  .tabs {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 600px;
    margin-top: 20px;
  }

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

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .tech-holder {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .photo-div-48 {
    width: 100%;
    max-height: 400px;
    margin-top: 20px;
  }

  .photo-div-48.ip-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .image-19 {
    max-width: 325px;
  }

  .nav-button-text {
    display: none;
  }

  .ip-text-holder-2 {
    margin-bottom: 0;
  }

  .nav-btn-div {
    padding-bottom: 10px;
  }

  .banner {
    padding: 0%;
  }

  .hero-sub {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .ocu-photo-section, .dry-eye-photo-section {
    min-height: 40vh;
  }

  .main_menu_btn {
    color: var(--color);
    padding: 10px;
  }

  .main_menu_btn:hover {
    color: var(--color);
  }

  .main_menu_btn.w--open {
    color: #fff;
    background-color: #29343a;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 400px;
    margin-top: 75px;
  }

  .hero-text-div {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-top-line {
    font-size: 2.2em;
  }

  .image {
    height: 65px;
  }

  .brand {
    margin-left: 0;
  }

  .nav-link-button, .nav-link-button.number {
    padding: 5px;
  }

  .image-2 {
    width: 20px;
  }

  .welcome-text-div {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cataract-surgery-photo-section {
    min-height: 30vh;
  }

  .image-8 {
    width: 145px;
  }

  .doc-link {
    width: 150px;
    min-height: 225px;
  }

  .doc-text {
    height: 45px;
  }

  .static-cta-link.mid {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .static-cta-link.white {
    display: none;
  }

  .image-9._2 {
    width: 25px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .parallax {
    min-height: 30vh;
  }

  .ip-header {
    padding: 22% 5% 2%;
  }

  .ip-text-holder {
    margin-bottom: 0;
    font-size: 2.2em;
  }

  .breadcrumb-section {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  ._5050-wrapper {
    max-height: none;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .tabs-menu, .tabs-content {
    width: 100%;
  }

  .tech-holder {
    padding-bottom: 0;
  }

  .heading {
    font-size: 2em;
  }

  .ip-text-holder-2 {
    font-size: 2.2em;
  }

  .hero-sub {
    font-size: 1em;
  }

  .ocu-photo-section, .dry-eye-photo-section {
    min-height: 30vh;
  }
}

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

  h4 {
    font-size: 1.5em;
  }

  .hero {
    height: 500px;
  }

  .hero-text-div {
    max-width: 100%;
  }

  .hero-top-line {
    font-size: 2em;
  }

  .hero-button-holder {
    flex-flow: column;
    align-items: stretch;
  }

  .hero-button {
    text-align: center;
  }

  .hero-button.marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .image {
    height: 55px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-top-item {
    align-items: flex-end;
    padding-right: 0;
  }

  .nav-link-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-left: 0;
    padding: 5px;
  }

  .image-2 {
    width: 20px;
    margin-right: 0;
  }

  .list-50-50.ip {
    flex-flow: column;
  }

  .welcome-text-div {
    margin-top: -50px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-center, .h2-center.green, .h2-center.no-marg {
    font-size: 1.8em;
  }

  .center-welcome-block-text {
    font-size: .8em;
  }

  .cataract-info-wrapper-div {
    padding: 15px;
  }

  .blog-div-block {
    width: 100%;
  }

  .blog-wrapper-div {
    margin-top: 0;
  }

  .locations-top-photo-div {
    min-height: 25vh;
    font-size: 2em;
  }

  .location-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .members {
    padding-top: 5%;
  }

  .image-8 {
    width: 85%;
  }

  .team-row.top {
    margin-top: 20px;
  }

  .doc-link {
    width: 100%;
    min-height: 350px;
  }

  .slider-2 {
    min-height: 400px;
  }

  .testimonial-text-48-2 {
    background-image: linear-gradient(#306186eb, #306186eb), url('../images/icons8-quote.svg');
    background-size: auto, 50px;
  }

  .parallax {
    min-height: 25vh;
  }

  .about-columns {
    margin-top: 0;
  }

  .ip-header {
    padding-top: 38%;
    padding-bottom: 5%;
  }

  .ip-text-holder {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 2em;
  }

  .related-pages-block {
    padding: 10px;
  }

  .breadcrumb-section {
    flex-flow: wrap;
  }

  .bc-link {
    font-size: .9em;
  }

  .bc-link.current {
    margin-top: 10px;
  }

  ._5050-wrapper {
    max-height: none;
  }

  .list.left {
    margin-bottom: 0;
    margin-right: 0;
  }

  .list.right {
    margin-left: 0;
  }

  .list.related-page-link-list {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .tech-holder {
    padding-bottom: 10px;
  }

  .image-19 {
    max-width: 250px;
  }

  .heading {
    font-size: 1.8em;
  }

  .nav-button-text {
    display: none;
  }

  .ip-text-holder-2 {
    width: auto;
    padding-right: 0;
    font-size: 2em;
  }

  .ip-header-2-line {
    display: none;
  }

  .nav-btn-div {
    padding-top: 0;
  }
}


