h2 {
  color: #8bb70b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: #628008;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

.navbar {
  background-color: #fff;
  justify-content: flex-end;
  padding: 7px 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 16px 4px rgba(0, 0, 0, .35);
}

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

.hero-section {
  height: 95vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .9)), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/swimmer.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 100px 5% 8%;
  display: flex;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.nav-link {
  letter-spacing: 1px;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 1.1px;
}

.nav-link:hover {
  color: #8bb70b;
}

.nav-link.phone {
  background-image: url('../images/phone.png');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.st {
  background-image: url('../images/icons8-test-1.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.consult {
  background-image: url('../images/icons8-calendar-1.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 700;
}

.brand {
  width: 13%;
  height: auto;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.image {
  max-height: 75px;
}

.hero-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-header {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 5.5rem;
  line-height: 1.2em;
}

.hero-subh {
  color: #8bb70b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.cta-wrapper {
  z-index: 4;
  width: 90%;
  max-width: none;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section-header {
  color: #8bb70b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.section-header.nospace {
  margin-bottom: 5px;
}

.line {
  width: 2px;
  height: 50px;
  background-color: #8bb70b;
  margin-top: 15px;
  margin-bottom: 20px;
}

.line.space {
  margin-bottom: 25px;
}

.text-div {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
  display: flex;
  position: static;
}

.paragraph {
  margin-bottom: 15px;
  line-height: 2em;
}

.paragraph.btm {
  margin-bottom: 0;
}

.button-holder {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: -13%;
  left: 0%;
  right: 0%;
}

._50-image {
  width: 48%;
  max-height: none;
  min-height: 500px;
  object-fit: cover;
  object-position: 50% 100%;
  margin: 0 50px 0 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.often-wrapper {
  width: 90%;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.card-container {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  padding: 35px 0;
  display: flex;
}

.card {
  width: 32%;
  background-color: #fff;
  border: 2px solid #8bb70b;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
}

.age-circle {
  width: 125px;
  height: 125px;
  object-fit: cover;
  background-color: #8bb70b;
  border: 4px solid #628008;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -65px;
  margin-bottom: 15px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.contact-div {
  width: 75%;
  margin-bottom: 0;
}

.location-side {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  padding-left: 0;
  display: flex;
}

.location-title {
  text-align: left;
  border-bottom: 1px solid #8bb70b;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
}

.address {
  text-align: left;
  margin-bottom: 0;
}

.location-div {
  width: 16%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.location-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.footer {
  background-color: #333;
  padding: 25px 100px;
}

.logo-div {
  width: 20%;
  min-height: 50px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-13 {
  max-height: 85px;
  object-fit: contain;
}

.footer-text {
  width: 100%;
  max-width: 1600px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.location-wrapper {
  width: 100%;
  max-width: 1600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.buttons-holder._100 {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.button-jm {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding: 12px 30px;
  font-weight: 700;
}

.button-jm:hover {
  background-color: #8bb70b;
}

.button-jm.marg {
  margin-right: 15px;
}

.button-jm.black {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  border-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.image-16 {
  width: 100%;
  margin-top: 20px;
}

.self-test-section {
  height: auto;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.lasik-for-me-section {
  min-height: 75vh;
  background-image: url('../images/candidate-callout-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.lasik-for-me-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.image-17 {
  width: 40px;
  margin-right: 15px;
}

.how-lasik-works-section {
  height: auto;
  padding: 100px;
}

.how-works-50-50 {
  width: 100%;
  max-height: 600px;
  max-width: none;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.p-center-white {
  color: #fff;
  text-align: center;
}

.trust-section {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Loden-OutsideBuilding.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 0;
  display: flex;
  position: relative;
}

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

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

.docs-section {
  background-color: rgba(98, 128, 8, .05);
  padding: 100px 0;
}

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

.mobile-buttons {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.request-wrapper {
  width: 90%;
  max-height: none;
  max-width: none;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .request-wrapper {
    width: 90%;
    max-height: none;
    flex-direction: column;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .9)), linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/swimmer.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-attachment: scroll, scroll, scroll;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link.phone, .nav-link.st, .nav-link.consult {
    background-position: 2%;
    background-size: 18px;
  }

  .brand {
    width: 22%;
  }

  .image {
    max-height: 150px;
  }

  .hero-header {
    font-size: 3em;
  }

  .hero-subh {
    font-size: 1.5em;
  }

  .cta-wrapper {
    width: 90%;
  }

  .section-header {
    font-size: 25px;
  }

  .section-header.nospace {
    margin-bottom: 0;
    font-size: 22px;
  }

  .line.space {
    margin-bottom: 20px;
  }

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

  ._50-image {
    width: 100%;
    max-height: 400px;
    min-height: auto;
    overflow: hidden;
  }

  .card-container {
    flex-flow: column wrap;
    justify-content: space-between;
    margin-top: 45px;
  }

  .card {
    width: 100%;
    margin-bottom: 75px;
    margin-left: 0;
    margin-right: 0;
  }

  .card.btm {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .location-side {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }

  .location-div {
    width: 28%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .location-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-div {
    width: 30%;
    margin-bottom: 25px;
  }

  .image-13 {
    max-height: 100px;
  }

  .footer-text {
    font-size: 13px;
  }

  .location-wrapper {
    width: 90%;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #8bb70b;
  }

  .nav-menu {
    background-color: #fff;
  }

  .self-test-section {
    height: auto;
    min-height: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .lasik-for-me-section {
    min-height: 0;
  }

  .lasik-for-me-wrapper {
    width: 100%;
  }

  .how-lasik-works-section {
    padding-left: 0;
    padding-right: 0;
  }

  .how-works-50-50 {
    width: 90%;
    max-height: none;
    flex-direction: column;
  }

  .trust-section, .docs-section {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .hero-section {
    height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, .9) 93%), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/swimmer.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    width: 24%;
  }

  .hero-header {
    font-size: 3em;
  }

  .hero-subh {
    font-size: 1.5em;
  }

  .section-header {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .line.space {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .line.space.hero {
    display: none;
  }

  .paragraph {
    font-size: 15px;
    line-height: 1.8em;
  }

  .card-container {
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .card {
    width: 100%;
    margin-bottom: 45px;
  }

  .card.btm {
    margin-top: 0;
    margin-bottom: 0;
  }

  .age-circle {
    width: 120px;
    height: 120px;
    margin-top: -50px;
    margin-bottom: 10px;
  }

  .location-div {
    width: 40%;
  }

  .location-section {
    margin-bottom: 0;
    padding: 50px 0;
  }

  .footer {
    margin-bottom: 0;
    padding: 20px 25px 125px;
  }

  .logo-div {
    margin-bottom: 20px;
  }

  .buttons-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .buttons-holder._100 {
    align-items: center;
  }

  .buttons-holder.hero {
    display: none;
  }

  .button-jm.black {
    min-width: 300px;
  }

  .button-jm.black.marg {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .button-jm.black.fill {
    color: #8bb70b;
    background-color: #000;
  }

  .self-test-section {
    min-height: 0;
    padding: 50px 0;
  }

  .lasik-for-me-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .how-lasik-works-section, .trust-section, .docs-section {
    padding: 50px 0;
  }

  .mobile-buttons {
    z-index: 1000;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-section {
    height: 600px;
    align-items: flex-end;
    padding-top: 50px;
    padding-bottom: 12%;
  }

  .brand {
    width: 40%;
  }

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

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

  .cta-wrapper {
    width: 90%;
  }

  .section-header {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .section-header.nospace {
    font-size: 20px;
  }

  .line {
    height: 40px;
  }

  .text-div {
    padding-top: 20px;
  }

  .card-container {
    margin-top: 20px;
  }

  .contact-div {
    width: 100%;
  }

  .location-side {
    margin-top: 20px;
  }

  .location-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .address {
    font-size: 15px;
    line-height: 1.6em;
  }

  .location-div {
    width: 90%;
  }

  .location-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-div {
    width: 45%;
    min-height: 75px;
    margin-bottom: 10px;
  }

  .footer-text {
    font-size: 10px;
    line-height: 1.6em;
  }

  .buttons-holder {
    width: 100%;
    align-items: stretch;
  }

  .buttons-holder._100 {
    align-items: stretch;
  }

  .button-jm {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-jm.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-jm.black {
    min-width: 0;
  }

  .self-test-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .how-lasik-works-section, .trust-section, .docs-section {
    padding-left: 0;
    padding-right: 0;
  }
}


