:root {
  --color-3: #2b509a;
  --color-4: #2098d1;
  --color-5: #a6e703;
  --color: white;
  --color-6: black;
  --color-2: #333;
  --white: white;
  --black: black;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: dashiell-fine, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: var(--color-5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: dashiell-fine, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  z-index: 200;
  background-image: url('../images/couple-on-the-beach.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding: 5%;
  display: flex;
  position: relative;
}

.image-13 {
  background-color: rgba(255, 255, 255, 0);
  max-width: 125px;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.hero-wrapper-div {
  border: 3px none var(--color-5);
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  max-width: 58%;
  height: auto;
  padding: 35px 25px 25px 40px;
  display: flex;
  position: relative;
}

.hero-line-2 {
  z-index: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: dashiell-fine, sans-serif;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.navbar {
  background-color: var(--color);
  height: 85px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-14 {
  height: 75px;
}

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

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

.self-test-section {
  justify-content: space-between;
  min-height: 0;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
  position: relative;
}

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

.sleftest-text-div {
  background-color: var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 25px 95px 25px 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.h3-green {
  color: var(--color-5);
}

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

.lg-cta-text {
  color: var(--color);
  font-size: 1.3em;
  line-height: 1.2em;
}

.st-holder {
  border: 2px solid var(--color-5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  display: flex;
  position: relative;
}

.image-15 {
  width: 100%;
  padding-right: 10px;
  position: relative;
}

.st-color-strip {
  background-color: var(--color-4);
  width: 10%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.philosophy-section {
  background-color: #2b509a;
  background-image: linear-gradient(rgba(43, 80, 154, .92), rgba(43, 80, 154, .92)), url('../images/icon-white.png');
  background-position: 0 0, 95% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 125px;
  padding-top: 8%;
  padding-bottom: 8%;
}

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

.phil-div-55 {
  border: 3px solid #a6e703;
  width: 60%;
  padding: 20px 5% 20px 20px;
}

.p-white {
  color: #fff;
}

.p-white.no-marg {
  margin-bottom: 0;
}

.phil-photo-div {
  z-index: 1;
  box-shadow: none;
  object-fit: cover;
  border-top: 10px solid #2b509a;
  border-left: 10px solid #2b509a;
  width: 42%;
  height: auto;
  position: absolute;
  top: 15%;
  bottom: -25px;
  left: auto;
  right: 25px;
  overflow: hidden;
}

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

.philosophy-ble {
  background-color: var(--color-5);
  width: 42%;
  position: absolute;
  top: 25%;
  bottom: -50px;
  left: auto;
  right: 0%;
}

.fancy-list {
  align-items: center;
  height: 40px;
  margin-bottom: 8px;
  margin-left: 25px;
  padding-left: 45px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.fancy-list.white {
  color: var(--color);
  height: auto;
}

.fancy-img {
  width: auto;
  height: 30px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0%;
  right: auto;
}

.button-holder {
  margin-top: 20px;
}

.button {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #2b509a;
  border-radius: 5px;
  padding: 15px 30px;
  line-height: 1em;
}

.button:hover {
  background-color: #2098d1;
}

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

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

.button.white {
  background-color: var(--color);
  color: var(--color-3);
  margin-left: 10px;
}

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

.button.white.no-marg {
  margin-left: 0;
}

.lasik-text {
  background-color: var(--color-3);
  padding: 40px 5% 40px 40px;
  overflow: hidden;
}

.lasik-text-outline-div {
  border-top: 3px solid #a6e703;
  border-bottom: 3px solid #a6e703;
  border-left: 3px solid #a6e703;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.photo-div-lasik-consider {
  object-fit: cover;
  width: 55%;
  max-height: 600px;
  overflow: hidden;
}

.text-holder-div {
  flex-flow: column;
  justify-content: center;
  width: 55%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.consider-lasik-section {
  background-color: var(--color);
  justify-content: space-between;
  min-height: 0;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  display: flex;
  position: relative;
}

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

.serving-section {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(43, 80, 154, .75), rgba(43, 80, 154, .75)), url('../images/aerial-jacksonville.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 5% 5% 4%;
  display: flex;
}

.serving-wrapper-left {
  justify-content: space-between;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.white-text {
  background-color: rgba(255, 255, 255, 0);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 0;
  display: block;
}

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

.docs-wrapper-div {
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-holder {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.doc-bio-container {
  background-color: var(--color-3);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 30px 30px 20px;
  display: flex;
  position: relative;
}

.doc-bio-container.top {
  width: 32%;
}

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

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

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

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

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

.div-48._2 {
  justify-content: flex-start;
}

.textarea {
  border: 1px solid #a6e703;
}

.field-label {
  color: var(--color);
  font-weight: 600;
  line-height: 1.2em;
}

.map-holder {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.text-field {
  border: 1px solid #a6e703;
}

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

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

.form-block {
  width: 100%;
}

.doc-outline {
  border: 3px solid var(--color-5);
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.nav-link-lp {
  color: var(--color-3);
  align-items: center;
  padding: 10px 20px 10px 15px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-link-lp:hover {
  color: var(--color-4);
}

.nav-link-img {
  width: 25px;
  margin-right: 10px;
}

.image-16 {
  width: 40px;
  margin-right: 10px;
}

.fancy-list-hero {
  z-index: 1;
  color: var(--color);
  align-items: flex-start;
  height: auto;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.hero-special-buttons {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.special-hero-button {
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  padding: 10px;
  font-size: 1.2em;
  text-decoration: none;
  display: flex;
}

.special-hero-button:hover {
  border-color: var(--color-4);
  background-color: var(--color-6);
  color: var(--color);
}

.image-10 {
  width: 30px;
  margin-bottom: 10px;
}

.bold-large {
  font-size: 1.2em;
  font-weight: 700;
}

.bg-blue {
  background-color: var(--color-3);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.hero-outline {
  border: 3px solid var(--color-5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.table-div {
  width: 100%;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.check-icon {
  width: 25px;
  height: 25px;
}

.table-column {
  flex-direction: column;
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.table-column._1 {
  width: 35%;
}

.table-row {
  text-transform: none;
  background-color: #fff;
  border-bottom: 1px solid rgba(116, 116, 116, .5);
  border-left: 1px solid rgba(116, 116, 116, .5);
  border-right: 1px rgba(116, 116, 116, .5);
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  padding: 5px 10px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.table-row.top {
  background-color: var(--color-4);
  color: #fff;
  text-transform: uppercase;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 10px;
  display: flex;
}

.table-row.top.mid {
  border-top-left-radius: 0;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8em;
  font-weight: 400;
}

.table-row.top.end {
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.table-row.center {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-row.center.end {
  background-color: #fff;
  border-right-style: solid;
}

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

.teable {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}

.mobile-hero-image {
  display: none;
}

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

  .hero {
    background-position: 65% 0;
    justify-content: flex-end;
    height: 700px;
    padding-bottom: 0%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-13 {
    max-width: 75px;
    display: none;
  }

  .hero-wrapper-div {
    border-style: solid solid none;
    border-width: 1px;
    border-color: var(--color-5) var(--color-5) black;
    width: auto;
    max-width: 60%;
    height: auto;
    margin-bottom: 5%;
  }

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

  .navbar {
    height: 65px;
  }

  .image-14 {
    height: 50px;
  }

  .nav-menu {
    height: 65px;
  }

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

  .sleftest-text-div {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    position: static;
  }

  .h3-green {
    font-size: 1em;
  }

  .st-holder {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }

  .philosophy-section {
    background-image: linear-gradient(rgba(43, 81, 154, .96), rgba(43, 81, 154, .96)), url('../images/icon-white.png');
    background-position: 0 0, 90% 12%;
    padding-bottom: 8%;
  }

  .welcome-wrapper-div {
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .phil-div-55 {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .phil-photo-div {
    justify-content: center;
    width: 100%;
    max-height: 450px;
    display: none;
    position: relative;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .image-5 {
    max-width: none;
  }

  .philosophy-ble {
    display: none;
  }

  .button-holder {
    width: 100%;
  }

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

  .lasik-text {
    padding: 26px;
  }

  .lasik-text-outline-div {
    border-right: 3px solid var(--color-5);
    padding-right: 20px;
  }

  .photo-div-lasik-consider {
    width: auto;
    max-height: 400px;
  }

  .text-holder-div {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    position: static;
  }

  .consider-lasik-section {
    flex-flow: column;
    align-items: flex-end;
    padding: 5%;
  }

  .serving-section {
    background-image: linear-gradient(rgba(43, 81, 154, .85), rgba(43, 81, 154, .85)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/jacksonville-skyline.jpg');
    background-attachment: scroll, scroll, scroll;
    min-height: 0;
  }

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

  .doc-bio-container, .doc-bio-container.top {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-48 {
    width: 100%;
  }

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

  .nav-link-lp {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-link-img {
    margin-right: 0;
  }

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

  .fancy-list-hero {
    font-size: 1.2em;
  }

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

  .bold-large {
    font-size: 1em;
  }

  .bg-blue {
    top: 10px;
    left: 10px;
  }

  .hero-outline {
    border-width: 1px;
  }

  .table-row {
    min-height: 65px;
    padding: 10px;
    font-size: 1em;
  }

  .table-row.top {
    text-align: center;
    min-height: 50px;
    padding: 10px;
  }

  .table-row.top.mid, .table-row.top.end {
    min-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8em;
  }

  .table-row.center {
    min-height: 65px;
  }

  .teable {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .hero {
    background-size: auto, auto 120%;
    height: auto;
    margin-top: 70px;
    padding: 0%;
  }

  .image-13 {
    max-width: 60px;
  }

  .hero-wrapper-div {
    border-bottom: 1px solid var(--color-5);
    background-color: var(--color-3);
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0%;
    padding: 10px;
  }

  .hero-line-2 {
    font-size: 1.8em;
    line-height: 1.1em;
  }

  .brand {
    margin-left: 0;
  }

  .philosophy-section {
    background-image: none;
    background-position: 0 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .fancy-list.white {
    margin-left: 0;
  }

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

  .lasik-text-outline-div {
    padding: 0;
  }

  .photo-div-lasik-consider {
    max-height: 300px;
  }

  .text-holder-div {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .image-16 {
    width: 30px;
  }

  .fancy-list-hero {
    align-items: center;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1.1em;
  }

  .hero-special-buttons {
    margin-top: 10px;
    display: flex;
  }

  .special-hero-button {
    padding: 6px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .image-10, .bg-blue {
    display: none;
  }

  .table-div {
    margin-top: 0;
  }

  .check-icon {
    width: 30px;
    height: 30px;
  }

  .table-row {
    padding: 5px;
    font-size: .8em;
  }

  .table-row.top {
    padding: 5px;
  }

  .table-row.top.mid {
    padding: 5px;
    font-size: .8em;
  }

  .mobile-hero-image {
    width: 100%;
    margin-top: -10%;
    display: block;
  }
}

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

  h3 {
    letter-spacing: 3px;
  }

  .hero {
    background-size: auto, auto 140%;
    height: auto;
    margin-top: 55px;
  }

  .image-13 {
    max-width: 50px;
    top: 50px;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .hero-wrapper-div {
    width: 100%;
    height: auto;
    margin-bottom: 12%;
    padding-bottom: 0;
  }

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

  .navbar {
    height: 55px;
  }

  .image-14 {
    height: 40px;
  }

  .brand {
    padding-left: 5px;
  }

  .nav-menu {
    height: 55px;
  }

  .phil-div-55 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fancy-list {
    height: auto;
    margin-left: 0;
  }

  .fancy-list.white {
    height: auto;
    margin-bottom: 15px;
  }

  .fancy-img {
    top: 0;
    bottom: 0;
  }

  .button {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lasik-text {
    padding: 20px;
  }

  .lasik-text-outline-div {
    border-right: 3px solid #a6e703;
    padding-right: 0;
  }

  .text-holder-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .consider-lasik-section {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .div-48 {
    width: 100%;
  }

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

  .nav-link-lp {
    padding: 5px;
  }

  .nav-link-img {
    width: 20px;
  }

  .fancy-list-hero {
    height: auto;
    margin-left: 0;
  }

  .hero-special-buttons {
    flex-flow: column;
  }

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

  .table-div {
    min-height: 200px;
  }

  .table-column._1 {
    width: 33%;
  }

  .table-column._2 {
    width: 24%;
  }

  .table-row, .table-row.top, .table-row.top.mid, .table-row.top.end {
    min-height: 45px;
    font-size: .6em;
  }

  .table-row.center {
    min-height: 45px;
  }

  .mobile-hero-image {
    margin-top: -20%;
  }
}


