:root {
  --white: white;
  --midnight-blue: #003865;
  --dim-grey: #6f6e6f;
  --black: black;
  --slate-blue: #7c94ae;
}

h2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Didact Gothic, sans-serif;
/*  font-size: 8em;*/
      font-size: 4em;
  font-weight: 400;
  line-height: .8em;
}

h3 {
  color: var(--midnight-blue);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Didact Gothic, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.footer-disclaimer-text {
  text-align: center;
  font-weight: 600;
}

.lasik-pricing {
  background-color: #FFC52C;
}
.lasik-pricing:hover {
  background-color: #fff;
}
.h3-white._2 {
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 2px;
}

.brand {
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.navbar {
  background-color: var(--white);
  color: var(--dim-grey);
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 14px -6px rgba(0, 0, 0, .48);
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.nav-link:hover {
  color: var(--dim-grey);
}

.nav-link.w--current {
  color: var(--slate-blue);
}

.nav-menu {
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.hero {
  min-height: 100vh;
  color: #333;
/*  background-image: linear-gradient(rgba(0, 0, 0, 0) 36%, rgba(0, 56, 101, .9) 86%), url('../images/girl-throwing-snow.jpg');*/
    background-image: linear-gradient(rgba(0, 0, 0, 0) 36%, rgba(0, 56, 101, .9) 86%), url('../images/smile-girls.jpg');
  background-position: 0 0, 50% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8% 22px;
  display: flex;
  position: static;
}

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

.accent-h2 {
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.button {
  border: 1px none var(--slate-blue);
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.button:hover {
  border: 1px none var(--white);
  background-color: rgba(255, 255, 255, .59);
}

.selftest-section {
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 100px 200px;
  display: flex;
}

.image {
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-section {
  min-height: 0;
  background-color: var(--slate-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 255, 255, 0) 14%, var(--midnight-blue));
  padding: 100px 200px;
}

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

.ilasik-consultant-section {
  height: auto;
  min-height: 650px;
  background-image: linear-gradient(63deg, rgba(0, 0, 0, .73) 17%, rgba(0, 0, 0, 0) 83%), url('../images/hikers-outside.jpg');
  background-position: 0 0, 40% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.ilasik-50-50-wrapper {
  width: 100%;
  max-width: 1280px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.ilasik-consultatnt-text {
  width: 55%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 60px 0 0;
  display: flex;
}

.locations-section {
  min-height: 0;
  padding: 100px 200px;
}

.locations-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.locations-wrapper {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-content-2 {
  width: 75%;
}

.tablink {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-left: 20px;
  font-weight: 400;
}

.tablink:hover {
  background-color: var(--slate-blue);
  color: var(--white);
  font-weight: 400;
}

.tablink.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 5px;
}

.tab_pane {
  height: 100%;
}

.location-address {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.map-div {
  min-height: 250px;
  background-image: url('../images/shutterstock_671959120.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-content-wrapper {
  padding: 0 0 0 50px;
}

.tabs-2-mn {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.tabs-menu-mn {
  width: 25%;
  flex-direction: column;
  display: flex;
}

.schedule-section {
  background-color: rgba(124, 148, 174, .2);
  padding: 100px 200px;
}

.form-block {
  width: 80%;
}

.text-field {
  border: 2px solid var(--dim-grey);
  color: var(--dim-grey);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-field::-ms-input-placeholder {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.textarea {
  border: 2px solid var(--dim-grey);
  color: var(--dim-grey);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 30px;
}

.textarea::-ms-input-placeholder {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.textarea::placeholder {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.submit-button {
  width: 20%;
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.form {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer {
  padding: 50px;
}

.footer-div {
  width: 50%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-3 {
  width: 200px;
  margin-bottom: 20px;
}

.footer_text {
  color: #2b2b2b;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.phone-link-nav {
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/phone_black.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 31px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.phone-link-nav:hover {
  color: var(--dim-grey);
}

.phone-link-div {
  color: var(--midnight-blue);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.phone-link-div:hover {
  color: var(--slate-blue);
}

.text-block-3, .text-block-4, .text-block-6, .text-block-7 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.mobile-phone {
  display: none;
}

.mobileonlyimage {
  display: none;
  overflow: hidden;
}

.image-11 {
  overflow: hidden;
}

.lasik-ctas {
  height: auto;
  min-height: 450px;
  display: flex;
}

.lasik-block {
  width: 100%;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.cta-image-div2 {
  width: 50%;
  background-image: url('../images/couple-on-computer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-bar {
  width: 50%;
  height: auto;
  min-height: 75px;
  background-color: var(--midnight-blue);
  background-image: url('../images/patterned-background.jpg'), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/fullrevLOGOMinnesoteyeonly.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 100px;
  display: flex;
}

.cta-pillar-text {
  color: #fff;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.button-2 {
  min-width: 200px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #005168;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-2:hover {
  background-color: #00bcc6;
}

.button-2.cta {
  background-color: var(--slate-blue);
  color: var(--white);
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-2.cta:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.hero-buttons-div {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 15px;
  padding-left: 15px;
  display: flex;
}

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

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

.heading {
  color: var(--midnight-blue);
  font-family: Didact Gothic, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.3em;
}

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

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

.white-text, .h4-white {
  color: var(--white);
}

.h3-white-center {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
}

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

.hero-text-link {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 1.5em;
  text-decoration: none;
}

/* .hero-text-link:hover {
  color: var(--slate-blue);
} */

.hero-bold {
  font-size: 1.4em;
  line-height: 1.2em;
}

.pricing-section {
  background-color: rgba(124, 148, 174, .2);
  padding: 100px 200px;
}

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

.doc-section {
  background-image: linear-gradient(rgba(0, 56, 101, .75), rgba(0, 56, 101, .75)), url('../images/minnesota-landscape.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 200px;
}

.doc-wrapper {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-image {
  width: 25%;
  min-height: 250px;
  object-fit: cover;
}

.doc-text {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quote {
  border-top: 2px solid var(--slate-blue);
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 600;
}

.button-container {
  flex-wrap: wrap;
  display: flex;
}

@media screen and (max-width: 991px) {
  .h3-white._2 {
    font-size: 18px;
    line-height: 25px;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 18px;
    font-weight: 700;
  }

  .brand {
    width: 30%;
    padding-left: 0;
  }

  .navbar, .nav-link, .nav-menu {
    background-color: var(--white);
  }

  .hero {
    height: 800px;
    min-height: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--midnight-blue)), url('../images/smile-girls.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, 1200px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-wrapper {
    justify-content: center;
  }

  .accent-h2 {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .button {
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
  }

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

  .image {
    width: 90%;
    margin-top: 15px;
  }

  .welcome-section {
    padding: 50px 55px;
    font-family: Lato, sans-serif;
  }

  .welcome-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .ilasik-consultant-section {
    min-height: auto;
    background-image: linear-gradient(22deg, var(--black) 15%, rgba(0, 0, 0, .61) 74%, transparent), url('../images/hikers-outside.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 50px 30px;
  }

  .ilasik-50-50-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .ilasik-consultatnt-text {
    width: 60%;
    margin-bottom: 0;
    padding: 0;
  }

  .locations-section {
    padding: 50px 25px;
  }

  .tabs-content-2 {
    width: 70%;
  }

  .tablink {
    font-family: Lato, sans-serif;
  }

  .location-address {
    font-size: 16px;
  }

  .location-content-wrapper {
    padding-left: 25px;
  }

  .tabs-menu-mn {
    width: 30%;
  }

  .schedule-section {
    padding: 50px 35px;
  }

  .form-block {
    width: 90%;
  }

  .text-field, .textarea {
    border-width: 1px;
  }

  .submit-button {
    width: auto;
    margin-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
  }

  .footer {
    padding: 30px;
  }

  .link-block-3 {
    width: 200px;
  }

  .phone-link-nav {
    background-color: var(--white);
    background-position: 20px;
    padding-left: 40px;
  }

  .menu-button {
    color: var(--black);
    margin-top: 0;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .mobile-phone {
    display: block;
    position: absolute;
  }

  .text-block, .mobileonlyimage {
    display: none;
  }

  .lasik-ctas {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .lasik-block {
    min-height: 300px;
    flex-direction: column;
  }

  .cta-image-div2 {
    width: 100%;
    min-height: 400px;
    background-position: 30%;
    order: -1;
  }

  .cta-bar {
    width: 100%;
    min-height: 0;
    padding: 50px;
  }

  .button-2.cta {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .hero-buttons-div {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.2em;
  }

  .heading {
    font-size: 1.8em;
  }

  .h3-center {
    font-size: 2em;
  }

  .hero-text-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .pricing-section, .doc-section {
    padding: 50px;
  }

  .doc-image {
    width: 35%;
  }

  .doc-text {
    width: 60%;
  }
}

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

  h3 {
    font-size: 1.8em;
    line-height: 1.1em;
  }

  .brand {
    width: 200px;
  }

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

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 15px;
  }

  .hero {
    height: 500px;
    min-height: auto;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--midnight-blue)), url('../images/smile-girls.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .hero-text-wrapper {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .accent-h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .button {
    align-self: auto;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .selftest-section {
    padding: 50px 25px;
  }

  .image {
    margin-top: 10px;
  }

  .welcome-section {
    padding: 50px 25px;
  }

  .welcome-wrapper {
    width: 100%;
  }

  .ilasik-consultant-section {
    background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
    background-position: 0 0;
    padding: 50px 25px;
  }

  .ilasik-consultatnt-text {
    width: 100%;
    align-items: center;
  }

  .locations-section {
    padding: 35px 30px;
  }

  .tabs-content-2 {
    width: 100%;
  }

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

  .location-content-wrapper {
    padding-left: 0;
  }

  .tabs-2-mn {
    flex-direction: column;
    margin-top: 8px;
  }

  .tabs-menu-mn {
    width: 100%;
    margin-bottom: 22px;
  }

  .schedule-section {
    padding: 35px 20px;
  }

  .form-block {
    width: 100%;
  }

  .submit-button {
    font-size: 15px;
  }

  .form {
    margin-top: 15px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .phone-link-nav {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 15px;
  }

  .mobile-phone {
    background-color: var(--midnight-blue);
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-phone:hover {
    background-color: var(--slate-blue);
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    display: block;
  }

  .mobileonlyimage {
    display: none;
    overflow: visible;
  }

  .lasik-block {
    flex-direction: column;
  }

  .cta-image-div2 {
    width: 100%;
    min-height: 300px;
    background-position: 50% 30%;
    order: -1;
  }

  .cta-bar {
    width: 100%;
    min-height: 350px;
    padding: 50px 25px;
  }

  .cta-pillar-text {
    line-height: 30px;
  }

  .button-2.cta {
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
  }

  .hero-buttons-div {
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .h3-center {
    font-size: 1.8em;
  }

  .hero-text-link {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: .9em;
    line-height: 1.5em;
  }

  .pricing-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .doc-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doc-wrapper {
    flex-direction: column;
  }

  .doc-image {
    width: 70%;
    margin-bottom: 20px;
  }

  .doc-text {
    width: 100%;
  }

  .quote {
    margin-top: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .h3-white._2 {
    font-size: 18px;
    line-height: 20px;
  }

  h2 {
    letter-spacing: 5px;
    margin-bottom: 5px;
    font-size: 2.4em;
    line-height: .9em;
  }

  h3 {
    font-size: 1.6em;
  }

  .brand {
    width: 175px;
    padding-left: 0;
  }

  .hero {
    height: 600px;
    min-height: auto;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--midnight-blue)), url('../images/smile-girls.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 900px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accent-h2 {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .button {
    width: auto;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .selftest-section {
    padding: 25px 20px;
  }

  .welcome-section {
    padding: 20px;
  }

  .welcome-wrapper {
    width: 100%;
  }

  .ilasik-consultant-section {
    background-image: none;
    background-position: 0 0;
    flex-direction: column;
    padding: 0;
  }

  .ilasik-50-50-wrapper {
    background-color: var(--midnight-blue);
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 35px 20px;
  }

  .ilasik-consultatnt-text {
    width: 100%;
  }

  .locations-section {
    padding: 25px 20px;
  }

  .locations-wrapper {
    justify-content: center;
    margin-top: 0;
  }

  .tablink {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .location-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .schedule-section {
    padding: 25px 20px;
  }

  .text-field, .textarea {
    border-width: 1px;
  }

  .submit-button {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .form {
    justify-content: flex-end;
  }

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

  .footer-div {
    width: auto;
  }

  .text-block-3, .text-block-4, .text-block-6, .text-block-7 {
    font-size: 15px;
  }

  .menu-button {
    margin-top: 0;
  }

  .mobile-phone {
    background-color: var(--midnight-blue);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block {
    font-size: 16px;
  }

  .mobileonlyimage {
    max-width: 100%;
    display: block;
  }

  .cta-image-div2 {
    min-height: 200px;
    background-position: 20%;
    order: -1;
  }

  .cta-bar {
    padding: 35px 20px;
  }

  .cta-pillar-text {
    font-size: 16px;
    line-height: 25px;
  }

  .button-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-2.cta {
    letter-spacing: 0;
    font-weight: 400;
  }

  .button-2.cta:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .hero-buttons-div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h3-center {
    font-size: 1.6em;
  }

  .white-text, .center-white-text {
    line-height: 1.6em;
  }

  .hero-text-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7em;
  }

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

  .doc-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doc-image {
    width: 80%;
  }

  .quote {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.6em;
  }
}


