:root {
  --color-3: #003d79;
  --color-4: #3898ec;
  --color: white;
  --black: #012344;
  --color-5: #d7e0f1;
  --color-2: black;
  --white: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
}

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

h3 {
  color: var(--color-4);
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: news-gothic-std, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.section-2-wrapper-jm {
  object-fit: fill;
  width: 90%;
  max-width: 1600px;
  min-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.section-2-photo-holder {
  object-fit: cover;
  background-image: url('../images/cornea-care.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-2-choice-boxes {
  justify-content: space-between;
  width: 45%;
  min-height: 250px;
  display: flex;
  position: absolute;
  inset: auto auto -75px 2%;
}

.hero {
  background-image: url('../images/happy-couple.jpg');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 96vh;
  margin-left: 2%;
  margin-right: 2%;
  padding: 8% 5% 5%;
  display: flex;
}

.hero-info-div {
  width: 700px;
  padding: 25px;
  position: relative;
}

.hero-bg-blue {
  mix-blend-mode: multiply;
  background-color: #001231d4;
  position: absolute;
  inset: 0%;
}

.navbar {
  border-bottom: 10px solid var(--color-4);
  background-color: var(--color);
  height: auto;
  padding-right: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--color-3);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navlink:hover {
  background-color: #0012311a;
}

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

.image-4.invert {
  filter: grayscale() invert();
}

.image-5 {
  height: 75px;
}

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

.nav-menu {
  align-items: center;
  height: 85px;
  display: flex;
}

.hero-large-line {
  z-index: 1;
  color: var(--color);
  width: 650px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.hero-line-special {
  color: #00123100;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--color);
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.1em;
}

.offer {
  z-index: 1;
  background-color: var(--color-4);
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.text-block {
  letter-spacing: 0;
  font-size: 1.02em;
}

.button-holder {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-button {
  border: 1px solid var(--color);
  color: var(--color);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 10px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.hero-button:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  transform: translate(0, -5px);
}

.hero-button.no-width {
  width: auto;
}

.intro-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
}

.intro-wrapper-div {
  z-index: 10;
  background-color: var(--color);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 1400px;
  height: 80px;
  margin-bottom: -40px;
  margin-left: 0%;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

._3-values-section {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--color-3), var(--black));
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.body-button {
  border: 1px none var(--color);
  background-color: var(--color-3);
  color: var(--color);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.body-button:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  transform: translate(0, -5px);
}

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

.body-button.rev:hover {
  background-color: var(--color-3);
}

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

.why-choose-section {
  background-color: var(--color-3);
  background-image: linear-gradient(#001231ed, #001231ed), url('../images/bowden-text.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.why-choose-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.testimonial-section {
  background-image: linear-gradient(#0003, #0003), url('../images/jacksonville.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: 0;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.testimonial-wrapper-div {
  width: 90%;
  max-width: none;
}

.testimonial-holder {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.testimonial-div {
  color: var(--color);
  background-color: #001231a6;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 30px;
  display: flex;
  position: relative;
}

.top-test-txt {
  margin-bottom: 30px;
}

.quote-icon {
  opacity: .24;
  position: absolute;
  inset: auto 20px 20px auto;
}

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

.candidate-items {
  background-color: var(--black);
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.candidate-items:hover {
  background-color: var(--black);
}

.candiate-text-holder {
  width: 86%;
  max-width: 1600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.body-button-holder {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer-top-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-top-left {
  width: 100%;
}

.submit-button {
  background-color: var(--color);
  color: var(--color-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

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

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

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

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

.text-field._49 {
  background-color: #ffffff0d;
  width: 49%;
}

.text-field-holder {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color);
  background-color: #ffffff0d;
  min-height: 75px;
  margin-bottom: 20px;
}

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

.locations-holder {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.location-div {
  color: var(--color);
  text-align: center;
  background-color: #ffffff0d;
  border-bottom: 1px #000;
  width: 30%;
  margin-bottom: 1%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 20px;
  line-height: 1.5em;
}

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

.copyright {
  background-color: var(--color-4);
  color: var(--black);
  text-align: center;
  padding: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
}

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

.h2-no-marg {
  margin-bottom: 0;
}

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

.corena-left-text-div {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

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

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

.image-9._2 {
  object-fit: contain;
}


.blue {
  color: var(--color-4);
}

.corneal-crosslinking-section {
  background-color: var(--black);
  padding-top: 5%;
  padding-bottom: 5%;
}

.cc-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.what-is-title-holder {
  border-right: 5px solid var(--color-4);
  width: 35%;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 75px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.cc-text-div {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 75px;
  display: flex;
}

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

.rle-section._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rle-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.text-right {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-with-light-blue {
  background-color: var(--color-5);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.lal-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-section {
  background-color: var(--color-5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 50px;
  display: flex;
}

.doc-photo {
  object-fit: cover;
  width: 20%;
  overflow: hidden;
}

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

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

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

  .section-2-wrapper-jm {
    min-height: 0;
  }

  .section-2-choice-boxes {
    flex-direction: column;
    width: 100%;
    position: static;
    top: -20px;
  }

  .hero {
    justify-content: flex-end;
    height: 800px;
    padding: 0%;
  }

  .hero-info-div {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    display: flex;
  }

  .hero-bg-blue {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    height: 75px;
  }

  .navlink {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-4.invert {
    width: 20px;
    margin-right: 10px;
  }

  .image-5 {
    height: 50px;
  }

  .nav-menu {
    height: 60px;
  }

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

  .hero-line-special {
    font-size: 1.5em;
  }

  .offer {
    width: auto;
    font-size: 1.2em;
  }

  .button-holder {
    align-items: center;
    width: 90%;
  }

  .hero-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-wrapper-div {
    padding-bottom: 5px;
    padding-left: 5%;
  }

  ._3-values-section {
    padding-top: 6%;
  }

  .testimonial-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/greenville-south-carolina.jpg');
    background-attachment: scroll, scroll;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }

  .candidate-items {
    width: 100%;
    min-height: 200px;
    margin-bottom: 0;
    padding: 15px;
  }

  .candiate-text-holder {
    width: 90%;
    margin-bottom: 20px;
  }

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

  .what-is-title-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 30px;
    display: flex;
  }

  .cc-text-div {
    padding-left: 50px;
  }

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

  .photo-div-50 {
    width: 100%;
  }

  .text-right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .doc-section {
    flex-flow: column;
    align-items: flex-start;
    padding: 25px;
  }

  .doc-photo {
    width: 40%;
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 767px) {
  h3 {
    letter-spacing: 5px;
    font-size: 1em;
  }

  .section-2-wrapper-jm {
    min-height: 40vh;
  }

  .hero {
    height: 500px;
  }

  .navbar {
    height: 60px;
  }

  .image-4.invert {
    width: 15px;
  }

  .image-5 {
    height: 40px;
  }

  .nav-menu {
    height: 50px;
  }

  .hero-large-line {
    width: auto;
    font-size: 2em;
  }

  .hero-line-special {
    -webkit-text-stroke-width: 1px;
    font-size: 1.7em;
  }

  .offer {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: .9em;
    font-weight: 700;
  }

  .button-holder {
    width: 100%;
  }

  .hero-button {
    width: auto;
    font-size: .9em;
  }

  .intro-wrapper-div {
    width: 65%;
    padding-left: 5%;
    padding-right: 10px;
  }

  ._3-values-section {
    padding-top: 10%;
  }

  .body-button {
    padding-left: 10px;
    font-size: .9em;
  }

  .why-choose-section {
    background-image: linear-gradient(#001231eb, #001231eb), url('../images/bowden-text.png');
    background-position: 0 0, 50%;
    background-size: auto, auto 100%;
  }

  .candiate-text-holder {
    width: 90%;
  }

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

  .footer-top-left {
    width: 100%;
  }

  .locations-holder {
    margin-top: 30px;
  }

  .location-div {
    width: 45%;
  }

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

  .corena-left-text-div, .cornea-photo-div {
    width: 100%;
  }

  .corneal-crosslinking-section {
    padding-bottom: 3%;
  }

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

  .what-is-title-holder {
    border-bottom: 5px solid var(--color-4);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .cc-text-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-with-light-blue {
    padding: 20px;
  }

  .doc-photo {
    width: 50%;
  }
}

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

  h3 {
    letter-spacing: 2px;
  }

  h4 {
    font-size: 1.5em;
  }

  .section-2-wrapper-jm {
    min-height: 0;
  }

  .section-2-photo-holder {
    height: 20vh;
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .section-2-choice-boxes {
    width: 100%;
    min-height: 0;
    position: static;
    top: auto;
    left: 0%;
  }

  .hero {
    background-position: 90% 0;
    height: 600px;
  }

  .hero-info-div {
    padding-bottom: 5px;
  }

  .navbar {
    height: 50px;
    padding-right: 5px;
  }

  .navlink {
    margin-right: 5px;
    padding: 5px;
  }

  .image-5 {
    height: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    height: 40px;
  }

  .hero-large-line {
    font-size: 1.7em;
  }

  .offer {
    letter-spacing: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .text-block {
    letter-spacing: 0;
  }

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

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

  .hero-button.no-width {
    font-size: .8em;
  }

  .intro-wrapper-div {
    width: 95%;
    height: 60px;
    margin-bottom: -30px;
    padding-bottom: 5px;
  }

  ._3-values-section {
    padding-top: 15%;
  }

  .body-button {
    font-size: .8em;
  }

  .testimonial-holder, .candidate-items {
    margin-bottom: 0;
  }

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

  .footer {
    padding-bottom: 1%;
  }

  .location-div {
    width: 95%;
    margin-bottom: 2%;
  }

  .copyright {
    line-height: 1.2em;
  }

  .h5-white {
    font-size: 1.5em;
  }

  .corena-left-text-div {
    margin-bottom: 20px;
  }

  .text-with-light-blue, .doc-section {
    padding: 15px;
  }

  .doc-photo {
    width: 100%;
  }
}


