:root {
  --color-2: #334158;
  --color-8: white;
  --color-6: #ddd2cb;
  --color-5: #c5d8d1;
  --color-3: #a1adb1;
  --color: #333;
  --color-4: #d3d9d7;
  --color-7: #0f5755;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: nexa, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.hero {
  z-index: 3000;
  background-color: #000;
  background-image: linear-gradient(#0000 11% 33%, #00000096), url('../images/itchy-eyes.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 95vh;
  margin-top: 5vh;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hero-text-div {
  z-index: 1000;
  color: var(--color-8);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-top-line {
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.2em;
}

.hero-sub {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.2em;
}

.button-holder {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--color-6);
  color: var(--color-2);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.button.btm-marg {
  margin-bottom: 20px;
}

.navbar {
  z-index: 5000;
  background-color: var(--color-8);
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 55px;
}

.brand {
  margin-top: 5px;
}

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

.welcome {
  background-color: #a1adb140;
  justify-content: space-between;
  margin-bottom: 0%;
  padding: 5% 0%;
  display: flex;
  position: relative;
}

.text-55 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.welcome-bg-color {
  background-color: #d3d9d700;
  border-radius: 0;
  width: 70%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._40 {
  width: 40%;
}

.img-div.doc-img {
  z-index: 1;
  border-radius: 0;
  width: 25%;
  height: auto;
  min-height: 0;
  margin-top: 0%;
  margin-bottom: 0%;
  position: relative;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
}

.doc {
  background-image: linear-gradient(#ddd2cb4d, #ddd2cb4d);
  justify-content: space-between;
  margin-bottom: 0%;
  padding: 50px;
  display: flex;
  position: relative;
}

.sub {
  border: 1px solid var(--color-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 8px 15px;
  font-size: .9em;
  line-height: 1.2em;
}

.quote-block {
  background-color: var(--color-8);
  background-image: linear-gradient(#3341581a, #3341581a);
  border-radius: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 25px 25px 0;
  font-size: 1em;
  line-height: 1.5em;
  display: flex;
}

.patient-experience {
  background-color: var(--color-2);
  padding-top: 5%;
  padding-bottom: 5%;
}

.patient-experience-text {
  background-color: var(--color-2);
  color: var(--color-8);
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.value-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: -50px;
  display: flex;
}

.value-holder._1 {
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 0%;
}

.value-div {
  background-color: var(--color-8);
  color: var(--color);
  text-align: left;
  background-image: linear-gradient(#d3d9d780, #d3d9d780);
  border-radius: 0;
  width: 32%;
  margin-bottom: 1%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 20px;
  line-height: 1.5em;
}

.value-div._2 {
  background-color: var(--color-8);
  background-image: linear-gradient(#c5d8d180, #c5d8d180);
  border-radius: 0;
}

.value-div._3 {
  background-color: var(--color-8);
  background-image: linear-gradient(#ddd2cb80, #ddd2cb80);
  margin-bottom: 1%;
}

.h3-white {
  color: #fff;
}

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

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

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 5%;
}

.footer {
  z-index: 3000;
  background-color: var(--color-2);
  background-image: url('../images/blue-ridge-mountains.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  position: relative;
}

.top-footer-div {
  background-color: var(--color-2);
  color: var(--color-8);
  text-align: center;
  background-image: linear-gradient(#334158f2, #334158f2), url('../images/darker-icon.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 90%;
  padding: 8% 5%;
}

.locations {
  justify-content: space-between;
  margin: 0;
  display: flex;
}

.location-50 {
  background-color: var(--color-4);
  border-radius: 0;
  justify-content: space-between;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.loc-49 {
  border: 1px solid var(--color-2);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px;
  padding: 20px 20px 0;
  display: flex;
}

.footer-bottom-div {
  background-color: #334158d9;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5%;
}

.grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

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

.image-4 {
  height: 65px;
}

.div-block {
  color: var(--color-8);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form-block {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-field {
  background-color: #ffffff1a;
  border: 0 solid #000;
  border-radius: 0;
  margin-bottom: 5px;
}

.text-field:focus, .text-field::placeholder {
  color: #fff;
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

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

.cat-section {
  background-image: linear-gradient(#c5d8d159, #c5d8d159);
  justify-content: space-between;
  margin-bottom: 0%;
  padding: 20px 5% 20px 20px;
  display: flex;
  position: relative;
}

.static-cta-new {
  z-index: 2000;
  justify-content: space-between;
  min-height: 50px;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

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

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

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

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

.top-nav-link-div {
  color: var(--color-2);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.top-nav-link-div:hover {
  color: var(--color-5);
}

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

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

.list-49 {
  width: 49%;
}

.test-div {
  background-color: var(--color-8);
  color: var(--color);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 15px;
  display: flex;
}

.image-5 {
  margin-bottom: 0;
}

.h3-min {
  min-height: 65px;
}

.doc-name-div {
  background-color: var(--color-5);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 10px 20px;
  font-weight: 600;
  position: absolute;
  inset: auto auto 20px 0%;
}

.text-45 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.what {
  background-image: linear-gradient(#ddd2cb4d, #ddd2cb4d);
  justify-content: space-between;
  margin-bottom: 0%;
  padding: 20px 20px 20px 50px;
  display: flex;
  position: relative;
}

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

  .hero {
    height: 750px;
    margin-top: 50px;
    padding-right: 5%;
  }

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

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

  .hero-sub {
    margin-top: 0;
  }

  .nav-menu {
    background-color: var(--color-8);
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-55 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .img-div._40 {
    width: 100%;
  }

  .img-div.doc-img {
    width: 50%;
    max-height: 350px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .img-div.doc-img._2 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .doc {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0% 350px;
  }

  .value-holder {
    flex-flow: column;
    margin-bottom: -85px;
  }

  .value-holder._1 {
    flex-flow: wrap;
  }

  .value-div {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer {
    background-position: 50%;
  }

  .locations {
    flex-flow: column;
  }

  .location-50 {
    width: 100%;
  }

  .loc-49 {
    padding: 20px;
  }

  .grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    display: flex;
  }

  .cat-section {
    flex-flow: column;
    padding-right: 20px;
  }

  .static-cta-link {
    width: 50%;
  }

  .static-cta-link.to-hide {
    display: none;
  }

  .cta-icon {
    width: 20px;
  }

  .top-nav-link-div {
    justify-content: center;
    padding: 10px;
  }

  .top-icon {
    margin-right: 0;
  }

  .mb.w--open {
    background-color: var(--color-3);
  }

  .top-nav-txt {
    display: none;
  }

  .test-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-45 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .what {
    flex-flow: column;
    align-items: flex-end;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
}

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

  .hero {
    height: 450px;
    margin-top: 50px;
    padding-left: 0%;
  }

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

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

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

  .image {
    height: 50px;
  }

  .brand {
    margin-top: 0;
    padding-left: 0;
  }

  .img-div.doc-img {
    max-height: 275px;
  }

  .doc {
    padding-bottom: 275px;
  }

  .sub {
    font-size: .8em;
  }

  .value-holder {
    margin-bottom: 0;
  }

  .value-holder._1 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .value-div {
    width: 100%;
    margin-bottom: 30px;
  }

  .value-div._3 {
    margin-bottom: 30px;
  }

  .cat-section {
    padding-right: 20px;
  }

  .static-cta-link.mid {
    width: 100%;
  }

  .top-nav-link-div {
    margin-left: 15px;
    padding-right: 0;
  }

  .top-icon {
    margin-right: 0;
  }

  .mb {
    padding: 10px;
  }

  .top-nav-txt {
    display: none;
  }
}

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

  .hero {
    height: 550px;
    overflow: hidden;
  }

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

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

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

  .button {
    margin-right: 0;
  }

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

  .image {
    height: 40px;
  }

  .nav-menu {
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-div.doc-img {
    width: 100%;
    position: relative;
  }

  .img-div.doc-img._2 {
    position: relative;
  }

  .doc {
    padding-bottom: 0;
  }

  .quote-block {
    flex-flow: column;
    padding: 10px;
  }

  .value-holder._1 {
    margin-top: 0;
  }

  .value-div._3 {
    margin-bottom: 30px;
  }

  .footer {
    overflow: hidden;
  }

  .location-50 {
    flex-flow: column;
  }

  .loc-49 {
    width: 100%;
  }

  .footer-bottom-div {
    padding: 20px;
    overflow: hidden;
  }

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

  .list-49 {
    width: 100%;
  }

  .h3-min {
    min-height: 0;
    margin-bottom: 15px;
  }
}


