@font-face {
  font-family: Sitkavf Copy;
  src: url('../fonts/SitkaVF-copy.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: fallback;
}

:root {
  --color-3: #2a3990;
  --color-4: #5280c1;
  --color: white;
  --color-7: #091033;
  --color-6: #91b6eb;
  --color-2: #333;
  --color-5: #696d74;
}

body {
  color: #333;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sitkavf Copy, Times New Roman, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  background-image: url('../images/3_woman-painting.jpg');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-blue {
  opacity: .64;
  mix-blend-mode: multiply;
  background-color: #2a399000;
  background-image: url('../images/logo-icon-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 105%;
  height: 50vh;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  display: none;
  position: absolute;
  inset: 20vh 0% auto;
}

.hero-content-div {
  z-index: 5;
  border-left: 2px solid var(--color-3);
  width: 620px;
  margin-left: 5%;
  padding: 25px 0 20px 20px;
  position: relative;
}

.hero-top-line {
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Sitkavf Copy, Times New Roman, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.hero-top-line._2 {
  color: var(--color-4);
  margin-bottom: 20px;
}

.navbar {
  background-color: var(--color);
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image {
  height: 70px;
}

.brand {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.nav-menu {
  align-items: center;
  height: 70px;
  padding-right: 10px;
  display: flex;
}

.dropdown-toggle {
  border-bottom: 3px solid var(--color);
  color: var(--color-3);
  text-transform: uppercase;
  padding: 13px 15px 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--color-7);
  background-color: var(--color-7);
  color: var(--color-4);
}

.dropdown-list {
  background-color: var(--color);
}

.dropdown-list.w--open {
  background-color: var(--color-4);
  color: var(--color);
}

.dropdown-link {
  color: var(--color);
  font-size: 1em;
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-3);
}

.dropdown-link._2:hover {
  background-color: var(--color-6);
  color: var(--color-3);
}

.innder-dd {
  display: block;
}

.inner-dd-toggle {
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: .9em;
  line-height: 1em;
  display: block;
}

.inner-dd-toggle:hover {
  background-color: var(--color-4);
}

.inner-dd-list.w--open {
  background-color: var(--color-4);
  inset: 0% 100% auto auto;
}

.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-1 {
  margin-bottom: 0;
  display: flex;
}

.search._2 {
  width: 100%;
}

.search-input {
  margin-bottom: 0;
  display: none;
}

.search-input._2 {
  height: 40px;
  display: block;
}

.search-button {
  background-color: var(--color-3);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 40px;
  height: 40px;
}

.static-buttons {
  z-index: 100;
  background-color: #2a399000;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.static-link {
  background-color: var(--color-3);
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.static-link:hover {
  background-color: var(--color-4);
}

.static-link.end {
  border-left: 1px none var(--color);
  padding-right: 0;
}

.static-link.end:hover {
  background-color: var(--color-3);
}

.static-link._2 {
  border-left: 1px none var(--color);
}

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

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

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

.social-icon {
  width: auto;
  margin-right: 0;
}

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

.h2-white.center {
  text-align: center;
}

.h4-light {
  color: var(--color-6);
}

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

.phone-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.lg-txt-line {
  font-size: 1.2em;
}

.lg-txt-line.center {
  text-align: center;
}

.doc-link {
  z-index: 10;
  background-color: var(--color-6);
  color: var(--color-2);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 24%;
  padding: 20px 20px 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.doc-link:hover {
  background-color: var(--color);
  color: var(--color-7);
  background-image: linear-gradient(#696d7424, #696d7424);
}

.doc-photo-div {
  border: 5px none var(--color-6);
  object-fit: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.doc-photo {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.new-service-text-overlay {
  z-index: 1;
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.serv-text-holder {
  background-color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 225px;
  max-height: 225px;
  padding: 15px;
  line-height: 1.5em;
  display: flex;
}

.new-service-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button {
  background-color: var(--color-6);
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(#00a1b01a, #00a1b01a);
  padding: 17px 30px 15px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.button._49 {
  width: 49%;
}

.button.abs {
  z-index: 5;
  position: absolute;
  inset: auto 5% 5% auto;
}

.button.bold {
  font-weight: 700;
}

.button.dark {
  background-color: var(--color-3);
  color: var(--color);
}

.button.dark:hover {
  background-color: var(--color-7);
}

.cta-section {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding: 5%;
  display: flex;
}

.cta-block-holder {
  justify-content: space-between;
  width: 100%;
  min-height: 600px;
  margin-top: 30px;
  display: flex;
}

.tech-section {
  background-image: radial-gradient(circle at 100% 0, #000000ab, #0000), url('../images/blue-light.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0%;
  padding-bottom: 0%;
}

.tech-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-text-div {
  flex-flow: column;
  width: 45%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0;
  display: flex;
}

.tech-top-text {
  background-color: var(--color);
  background-image: linear-gradient(#2a39900d, #2a39900d);
  min-width: 120%;
  margin-bottom: 0%;
  padding: 5%;
  position: relative;
}

.photo-div-right {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.photo-div-right._w-bg {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 8%;
  padding-right: 5%;
}

.image-9 {
  object-fit: contain;
  max-width: 75%;
  max-height: none;
}

._3-call-out-items {
  background-color: #fff0;
  justify-content: space-between;
  min-width: 100%;
  padding: 0;
  display: flex;
}

.call-out-info-div {
  color: var(--color);
  border-left: 1px #000;
  width: 33.33%;
  padding: 10px;
  line-height: 1.5em;
}

.call-out-info-div._1 {
  background-color: var(--color-7);
  width: 33.4%;
  padding: 15px;
}

.call-out-info-div._2-new {
  background-color: var(--color-3);
  border-left-style: none;
  width: 33.4%;
  padding: 15px;
}

.call-out-info-div._3-new {
  background-color: var(--color-4);
  width: 33.4%;
  padding: 15px;
}

.testimonial-section {
  background-color: var(--color-7);
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper-div {
  z-index: 1;
  justify-content: flex-end;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-text-holder {
  background-color: var(--color-7);
  width: 50%;
  padding: 10px;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: var(--color-7);
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-right: 0;
  display: flex;
}

.testimonial-quote-icon {
  filter: hue-rotate(4deg);
  max-width: 50px;
  margin-bottom: 10px;
}

.testimonial-quote {
  color: var(--color);
  margin-bottom: 32px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5em;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  color: var(--color-6);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: flex;
  position: static;
  bottom: -60px;
}

.couples-photo-div {
  z-index: 2;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 48%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.top-items {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--color-6);
  background-image: linear-gradient(#00000080, #00000080), url('../images/cherry-blossoms.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 0%;
  display: flex;
}

.locations-holder {
  z-index: 1;
  background-color: #fff0;
  justify-content: center;
  width: 75%;
  margin-top: 3%;
  margin-bottom: 5%;
  padding: 0;
  display: flex;
  position: relative;
}

.locations-div {
  background-color: #ffffffe3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
  display: flex;
}

.image-11 {
  width: 40px;
  margin-bottom: 15px;
}

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

.footer-bottom {
  background-color: var(--color-6);
  width: 100%;
  padding: 5%;
}

.footer-bottom-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-div {
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-div.mid {
  border-right: 1px solid var(--color-3);
  border-left: 1px solid var(--color-3);
  align-items: center;
  width: 30%;
  padding-left: 3%;
  padding-right: 3%;
}

.form-block {
  width: 100%;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--color-3);
  background-color: #fff0;
  margin-bottom: 15px;
}

.text-field:focus {
  border-bottom-color: var(--color-3);
  color: var(--color-2);
}

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

.submit-button {
  background-color: var(--color-3);
  color: var(--color);
  text-transform: uppercase;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color-7);
  color: var(--color);
}

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

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

.social-links {
  background-color: var(--color-6);
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.social-links:hover {
  background-color: var(--color-6);
}

.brand-2 {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-link {
  color: var(--color-3);
  text-decoration: none;
}

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

.blue-to-disappear {
  background-color: var(--color-3);
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-long-btm-line {
  background-color: var(--color-3);
  width: 600px;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-long-top-line {
  background-color: var(--color-3);
  width: 600px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-right-v-line {
  background-color: var(--color-3);
  width: 2px;
  height: 150px;
  position: absolute;
  inset: auto 18px 0% auto;
}

.top-right-v-line {
  background-color: var(--color-3);
  width: 2px;
  height: 20px;
  position: absolute;
  inset: 0% 18px auto auto;
}

.nav-top-div {
  background-color: var(--color-4);
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: flex;
}

.top-nav-link {
  color: var(--color);
  background-color: #2a399000;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.top-nav-link:hover {
  background-color: var(--color-3);
}

.welcome-new {
  background-image: url('../images/welcome.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 5%;
  display: flex;
}

.welcome-text {
  background-color: #091033d9;
  width: 50%;
  padding: 30px;
}

.sb-icon {
  width: 25px;
  margin-right: 10px;
}

.sb-icon.min {
  width: 15px;
  margin-right: 0;
}

.new-docs {
  padding-top: 5%;
  padding-bottom: 5%;
}

.doc-headline-holder {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.h3-center.light {
  color: var(--color-6);
  margin-bottom: 10px;
}

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

.doc-link-holder {
  justify-content: space-between;
  width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.new-service {
  justify-content: space-between;
  min-height: 45vh;
  padding: 0;
  display: flex;
}

.new-feat-service {
  background-image: linear-gradient(90deg, #0000 1% 23%, #0000003d 39%, #00000078 68%, #000000a8), url('../images/woman-using-tablet.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  min-height: 75vh;
  margin: 0;
  padding: 5%;
  display: flex;
}

.new-feat-service.glaucoma {
  background-image: linear-gradient(258deg, #0000 1% 37%, #00000054), url('../images/couple-gardening.jpg');
  background-position: 0 0, 0 20%;
  background-size: auto, cover;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.feat-serv-text {
  color: var(--color);
  background-color: #fff0;
  background-image: linear-gradient(#91b6eb00, #91b6eb00);
  width: 40%;
  padding: 0;
}

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

.counter-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.stats-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.stats-section {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), var(--color-7));
  color: var(--color);
  padding-top: 5%;
  padding-bottom: 5%;
}

.counter-btm-line {
  font-size: 1.8em;
  font-weight: 500;
}

.counter-top-items {
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter {
  color: var(--color-6);
  font-weight: 700;
}

.heading {
  color: #ff9e1a;
  text-align: center;
  font-size: 4em;
  font-weight: 900;
  line-height: 1em;
}

.counter-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 0;
  display: flex;
}

.stat-description {
  color: var(--color-6);
  text-align: left;
  border-top: 3px #e04307;
  border-left: 3px #e04307;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 5px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.service-link-jm {
  color: var(--color-7);
  width: 33.33%;
  text-decoration: none;
  position: relative;
}

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

.serv-link-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.serv-link-text-block {
  z-index: 1;
  background-color: #fffffff2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 30px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fake-link {
  border-style: none none solid;
  border-width: 2px;
  border-color: black black var(--color-6);
  color: var(--color-3);
  padding-bottom: 5px;
  font-weight: 600;
}

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

.serv-link-title-text {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  background-color: #00000052;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-family: Sitkavf Copy, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-section-1 {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), var(--color-7));
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  padding: 0%;
  display: flex;
}

.cta-div-left {
  border-right: 1px solid var(--color-6);
  color: var(--color);
  align-items: center;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  font-family: Sitkavf Copy, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 1.1em;
  display: flex;
}

.image-12 {
  width: 75px;
  margin-top: -20px;
  margin-right: 20px;
}

.cta-content-div {
  color: var(--color);
  width: 60%;
  padding: 20px 20px 20px 30px;
}

.cta-link-1 {
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.cta-link-1:hover {
  background-color: var(--color-3);
}

.learn-more-link {
  border-left: 5px none var(--color-3);
  color: var(--color-3);
  align-items: center;
  margin-top: 10px;
  padding: 10px 15px;
  line-height: 1em;
  text-decoration: none;
  display: none;
}

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

.image-13 {
  width: 25px;
  margin-left: 10px;
  margin-right: 0;
}

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

.minimize-button {
  align-items: flex-end;
  display: flex;
}

.minimize {
  background-color: var(--color-3);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.new-docs-2025 {
  justify-content: space-between;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.doc-name {
  margin-bottom: 15px;
  font-weight: 700;
}

.gray-bg-div {
  background-color: #696d7433;
  position: absolute;
  inset: 25% 0%;
}

.image-14 {
  height: 75px;
}

.h3-dark {
  color: var(--color-3);
  margin-bottom: 15px;
}

.nav-icon {
  width: 30px;
  margin-right: 10px;
}

.ip-header-section {
  background-color: var(--color-7);
  justify-content: space-between;
  align-items: center;
  padding: 10% 0% 4% 5%;
  display: flex;
}

.ip-header-div {
  color: var(--color-6);
  width: 60%;
  font-family: Sitkavf Copy, Times New Roman, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}

.bc-holder {
  background-color: var(--color-6);
  align-items: center;
  max-width: 40%;
  padding: 15px 25px;
  display: flex;
}

.bc-link {
  color: var(--color-7);
  align-items: center;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.bc-icon {
  width: 25px;
  margin-right: 10px;
}

.bc-arrows {
  color: var(--color-7);
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

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

.you-might-like-links {
  background-color: var(--color-7);
  padding-top: 5%;
  padding-bottom: 5%;
}

.related-links-wrapper {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-holder-ip {
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-holder-32 {
  flex-flow: column;
  width: 32%;
  display: flex;
}

.service-link {
  color: #fff;
  background-color: #5280c100;
  border-bottom: 2px solid #91b6eb;
  border-left: 1px #000;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.service-link:hover {
  background-color: #2a3990;
}

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

  .hero {
    background-image: linear-gradient(0deg, #fffc, #fff0 71% 95%), url('../images/3_woman-painting.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 700px;
    margin-top: 50px;
    padding-bottom: 5%;
  }

  .image {
    height: 60px;
  }

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

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

  .static-buttons {
    width: 100%;
  }

  .static-link {
    justify-content: center;
  }

  .static-link._2 {
    display: none;
  }

  .doc-link {
    width: 48%;
    margin-bottom: 4%;
  }

  .new-service-text-overlay {
    padding: 15px;
  }

  .serv-text-holder {
    min-height: 0;
    max-height: none;
  }

  .new-service-div {
    width: 100%;
    min-height: 65vh;
    margin-bottom: 20px;
  }

  .cta-section {
    flex-flow: column;
  }

  .cta-block-holder {
    flex-flow: column;
    width: 80%;
  }

  .tech-section {
    background-attachment: scroll, scroll;
  }

  .tech-wrapper {
    flex-flow: column;
  }

  .left-text-div {
    width: 100%;
    padding-top: 0%;
  }

  .tech-top-text {
    min-width: 0;
  }

  .photo-div-right._w-bg {
    justify-content: center;
    width: 100%;
    padding: 0% 2% 5%;
  }

  .testimonial-section {
    flex-flow: column;
    display: block;
  }

  .testimonial-text-holder {
    width: 100%;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .couples-photo-div {
    display: none;
  }

  .footer {
    background-image: linear-gradient(to bottom, null, null), url('../images/cherry-blossoms.jpg');
    background-attachment: scroll, scroll;
  }

  .locations-holder {
    width: 90%;
  }

  .locations-div {
    width: 300px;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-bottom {
    padding-bottom: 8%;
  }

  .footer-bottom-wrap {
    flex-flow: column;
  }

  .footer-div {
    width: 100%;
  }

  .footer-div.mid {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--color-3);
    border-bottom-width: 1px;
    border-bottom-color: var(--color-3);
    align-items: flex-start;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-top-div {
    justify-content: space-between;
  }

  .welcome-new {
    background-position: 50% 0;
    background-size: contain;
    flex-flow: column;
    justify-content: flex-start;
    padding: 350px 0% 0%;
  }

  .welcome-text {
    background-color: #091033;
    width: 100%;
  }

  .new-feat-service {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #0000 1% 23%, #0000003d 39%, #00000078 68%, #000000a8), url('../images/woman-using-tablet.jpg');
    background-position: 0 0, 0 0, 0%;
    background-size: auto, auto, cover;
  }

  .new-feat-service.glaucoma {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(258deg, #0000 1% 37%, #00000054), url('../images/couple-gardening.jpg');
    background-position: 0 0, 0 0, 0 20%;
    background-size: auto, auto, cover;
  }

  .feat-serv-text {
    width: 65%;
  }

  .counter-holder {
    margin-top: 0;
  }

  .counter-btm-line {
    text-align: center;
    font-size: 1.2em;
  }

  .heading, .stat-description {
    font-size: 3em;
  }

  .service-link-jm {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .serv-link-photo-div {
    height: 200px;
    position: static;
  }

  .serv-link-text-block {
    margin: 15px;
    padding: 0;
    position: static;
  }

  .fake-link {
    width: 100%;
    min-height: 50px;
    line-height: 1.2em;
  }

  .serv-link-title-text {
    display: none;
  }

  .cta-section-1 {
    flex-flow: column;
  }

  .cta-div-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-12 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .sb-holder {
    display: flex;
  }

  .new-docs-2025 {
    flex-flow: wrap;
    margin-top: 30px;
  }

  .menu-btn.w--open {
    background-color: var(--color-7);
  }

  .h4-min {
    min-height: 60px;
  }

  .ip-header-section {
    flex-flow: row;
    padding-top: 19%;
  }

  .ip-header-div {
    width: 50%;
    font-size: 3em;
  }

  .bc-holder {
    flex-flow: wrap;
    align-items: flex-start;
    max-width: 48%;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bc-link {
    margin-bottom: 10px;
  }
}

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

  h3 {
    font-size: 1.2em;
  }

  .hero {
    background-image: linear-gradient(0deg, #fff, #ffffff69 59%, #fff0 71% 95%), url('../images/3_woman-painting.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 450px;
    padding-bottom: 3%;
  }

  .hero-content-div {
    width: 480px;
    margin-left: 3%;
  }

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

  .image {
    height: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .new-service-text-overlay {
    padding: 0;
  }

  .new-service-div {
    min-height: 60vh;
  }

  .cta-block-holder {
    width: 95%;
    min-height: 90vh;
    margin-top: 0;
  }

  ._3-call-out-items {
    flex-flow: column;
  }

  .call-out-info-div._1, .call-out-info-div._2-new, .call-out-info-div._3-new {
    width: 100%;
  }

  .testimonial-text-holder {
    padding: 0;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .locations-holder {
    flex-flow: column;
    margin-top: 0%;
  }

  .locations-div {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-long-btm-line, .hero-long-top-line {
    width: 460px;
  }

  .bottom-right-v-line {
    height: 135px;
  }

  .nav-top-div {
    justify-content: flex-end;
  }

  .new-service {
    flex-flow: column;
    min-height: 700px;
  }

  .new-feat-service {
    background-image: url('../images/woman-using-tablet.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: flex-end;
    min-height: 0;
    padding: 325px 0% 0%;
  }

  .new-feat-service.glaucoma {
    background-image: url('../images/couple-gardening.jpg');
    background-position: 50% 0;
    background-size: contain;
  }

  .feat-serv-text {
    background-color: var(--color-7);
    width: auto;
    padding: 20px;
  }

  .counter-holder {
    flex-flow: column;
  }

  .counter-btm-line {
    flex-flow: column;
    justify-content: flex-start;
    font-size: 1.2em;
    line-height: 1.2em;
    display: flex;
  }

  .heading {
    font-size: 3em;
  }

  .counter-div {
    width: auto;
  }

  .stat-description {
    font-size: 3em;
  }

  .service-link-jm {
    width: 100%;
  }

  .serv-link-photo-div {
    height: 300px;
  }

  .fake-link {
    min-height: 0;
  }

  .cta-div-left {
    border-bottom: 1px solid var(--color-6);
    border-right-style: none;
    width: 100%;
    padding-bottom: 30px;
  }

  .cta-content-div {
    width: 100%;
    padding-left: 0;
  }

  .cta-link-1 {
    flex-flow: column;
  }

  .office {
    display: none;
  }

  .nav-icon {
    width: 25px;
  }

  .nav-icon.cal {
    margin-right: 0;
  }

  .appt-txt {
    display: none;
  }

  .menu-btn {
    padding: 10px;
  }

  .h4-min {
    min-height: 0;
  }

  .ip-header-section {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 22%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .ip-header-div {
    width: auto;
    margin-bottom: 15px;
    padding-left: 5%;
  }

  .bc-holder {
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 5%;
  }

  .bc-arrows {
    margin-bottom: 10px;
  }
}

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

  .hero {
    height: 550px;
  }

  .hero-content-div {
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

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

  .hero-top-line._2 {
    margin-bottom: 10px;
  }

  .image {
    height: 40px;
  }

  .brand {
    margin-left: 5px;
  }

  .phone-buttons {
    flex-flow: column;
  }

  .doc-link {
    width: 100%;
  }

  .new-service-text-overlay {
    position: static;
  }

  .new-service-photo {
    max-height: 250px;
    position: static;
  }

  .new-service-div {
    min-height: 0;
    padding: 0;
  }

  .button._49 {
    width: 100%;
    margin-bottom: 10px;
  }

  .button.abs {
    bottom: 3%;
  }

  .button.herobtn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .cta-section {
    padding-top: 8%;
  }

  .testimonial-section {
    padding-bottom: 30%;
  }

  .testimonial-slide {
    padding: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .footer-bottom {
    padding-bottom: 30%;
  }

  .hero-long-btm-line, .hero-long-top-line {
    width: 280px;
  }

  .bottom-right-v-line {
    height: 200px;
  }

  .top-right-v-line {
    height: 15px;
  }

  .nav-top-div {
    justify-content: space-between;
    padding-left: 10px;
  }

  .top-nav-link {
    font-size: 1em;
  }

  .welcome-new {
    padding-top: 175px;
  }

  .welcome-text {
    padding: 20px;
  }

  .new-service {
    min-height: 100vh;
    padding: 0;
  }

  .new-feat-service {
    padding-top: 175px;
  }

  .stats-section {
    padding-bottom: 8%;
  }

  .serv-link-photo-div {
    height: 250px;
  }

  .cta-div-left {
    padding-bottom: 20px;
  }

  .sb-holder {
    flex-flow: column;
  }

  .gray-bg-div {
    display: none;
  }

  .nav-icon {
    width: 20px;
  }

  .ip-header-section {
    padding-top: 32%;
  }

  .ip-header-div {
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .bc-link, .bc-arrows {
    margin-bottom: 5px;
  }

  .link-holder-ip {
    flex-flow: column;
  }

  .link-holder-32 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Sitkavf Copy';
  src: url('../fonts/SitkaVF-copy.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: fallback;
}