:root {
  --color-3: #012f6b;
  --color-4: #f26322 !important;
  --color: white;
  --color-2: #333;
  --white: white;
  --black: black;
}

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

h2 {
  color: var(--color-3);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
}

h5 {
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
}

.nav-bar {
  z-index: 5000;
  background-color: var(--color);
  padding-left: 2%;
  padding-right: 2%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 17px rgba(0, 0, 0, .2);
}

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

.brand {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.8em;
}

/* .nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1em;
}

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

.hero-section {
  background-image: linear-gradient(0deg, var(--color-3), rgba(1, 47, 107, .85) 31%, rgba(0, 0, 0, 0) 58%), url('../images/grandfather-fishing-with-grandchild.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 5%;
  display: flex;
}

.hero-wrapper {
  width: 90%;
  min-height: 20px;
}

.hero-sub-text {
  background-color: rgba(134, 38, 51, 0);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4) 47%, rgba(134, 38, 51, .59) 70%, rgba(134, 38, 51, 0) 88%);
  color: var(--color);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
}

.button {
  background-color: #f26322;
}

/* .button-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-container.left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.button-container.left.stacked {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.button {
  border: 2px solid var(--color-3);
  background-color: var(--color);
  color: var(--color-3);
  white-space: nowrap;
  padding: 15px 35px;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color);
  border: 2px solid var(--color-3);
}

.button.marg {
  margin-left: 1%;
  line-height: 1em;
}

.button.btm {
  margin-top: 10px;
}

.button.reverse {
  background-color: var(--color-3);
  color: var(--color);
  line-height: 1em;
}

.button.reverse:hover {
  background-color: var(--color);
  color: var(--color-3);
} */

.test-section {
  background-image: linear-gradient(#fff, rgba(1, 47, 107, .15));
  padding-top: 8%;
  padding-bottom: 8%;
}

.test-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.test-image {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.what-section {
  justify-content: space-between;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.what-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 550px;
  max-height: none;
}

.what-content-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8%;
  display: flex;
}

.medium-header {
  font-weight: 500;
}

.what-image-div {
  width: 50%;
}

.signs-section {
  background-color: #001231;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(62, 143, 206, 0.77), #13619e);
  padding-top: 6%;
  padding-bottom: 6%;
}

.signs-wrapper {
  justify-content: space-between;
  width: 85%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.signs-header-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.sign-tab-div {
  width: 60%;
}

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

.red-block {
  background-color: #f26322;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.red-block-title {
  color: var(--color);
  font-weight: 300;
  line-height: 1em;
}

.tabs-menu-4 {
  background-color: var(--color);
  flex-direction: column;
  width: 30%;
  display: flex;
}

.pane-div {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .81), rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0)), url('../images/BlurryVision_photo.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 100%;
  padding: 25px;
  display: flex;
}

.pane-div._2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 65%), url('../images/dim_colors.jpg');
  background-position: 0 0, 85% 0;
}

.pane-div._3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .91), rgba(0, 0, 0, 0) 65%), url('../images/nightdriving_photo.jpg');
  background-position: 0 0, 50%;
}

.pane-div._4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .91), rgba(0, 0, 0, 0) 65%), url('../images/halos_photo.jpg');
  background-position: 0 0, 50% 25%;
}

.pane-div._5 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0)), url('../images/double-vision.jpeg');
}

.pane-div._6 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0)), url('../images/lightsensitivity_photo.jpg');
}

.tabs {
  width: 100%;
  min-height: 500px;
  margin-top: 0;
  display: flex;
}

.tabs-content {
  width: 70%;
}

.tab-link {
  color: #1b374c;
  text-transform: uppercase;
  background-color: #fff;
  align-items: center;
  height: 25%;
  padding: 15px 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
}

.tab-link:hover {
  color: #fff;
  background-color: rgba(1, 47, 107, .65);
}

.tab-link.w--current {
  background-color: var(--color-4);
  color: #fff;
}

.tab-pane-3 {
  height: 100%;
  padding: 0;
}

.time-section {
  background-image: url("https://cdn.prod.website-files.com/6644fd61111a229233c3504f/6650d1769678d80be8d273a1_woman-in-garden'.jpg");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 3%;
}

.time-wrapper {
  background-color: var(--color);
  width: 50%;
  min-height: auto;
  padding: 35px;
}

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

.financing-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.finance-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 400px;
  display: flex;
}

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

.finacne-content-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 35px;
  display: flex;
}

.iol-section {
  background-color: var(--color-3);
  background-image: url('../images/woman-smiling-at-camera-on-beach.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6%;
  padding-bottom: 6%;
  padding-left: 4%;
  display: flex;
}

.iol-wrapper {
  width: 60%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
}

.tabs-content-2 {
  height: auto;
}

.pane {
  height: 600px;
}

.tab-line {
  background-color: #e1eaf5;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  height: 10px;
  margin-bottom: 10px;
  display: flex;
}

._3-stop-section {
  background-color: var(--color-3);
  width: 100%;
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0;
}

.slider-pane {
  background-image: url('../images/before-lens.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider-pane.lens {
  background-image: url('../images/premium-lens.jpg');
}

.slider-pane.after {
  background-image: url('../images/after_lens.jpg');
}

.tab-link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  width: 33.34%;
  padding-top: 21px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  width: 33.33%;
  font-weight: 700;
}

.text-block-3 {
  color: var(--color);
  text-align: center;
  letter-spacing: 0;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.tabs-menu-2 {
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ondot {
  background-color: var(--color-4);
  border: 5px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.tabs-2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.dot {
  background-color: var(--color-3);
  border: 5px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.contact-section {
  padding-top: 6%;
  padding-bottom: 6%;
}

.contact-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  width: 90%;
  margin: 15px auto 25px;
}

.field-label {
  width: 100%;
  font-weight: 500;
}

.submit-button {
  background-color: var(--color-4);
  margin-top: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

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

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-holder {
  justify-content: space-between;
  width: 90%;
  min-height: 20px;
  margin: 50px auto;
  display: flex;
}

.location-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.footer-text {
  text-align: center;
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4em;
}

.footer-link {
  color: var(--color-4);
}

.footer-link:hover {
  color: var(--color-3);
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: var(--color-2);
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 500;
}

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

.tabs-3 {
  flex-flow: column;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.tabs-menu-3 {
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.tabs-content-3 {
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.options-tab-link {
  background-color: var(--color-3);
  color: var(--color);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.options-tab-link:hover {
  background-image: linear-gradient(rgba(134, 38, 51, .5), rgba(134, 38, 51, .5));
}

.options-tab-link.w--current {
  background-color: var(--color);
  color: var(--color-3);
}

.option-tab-content {
  background-color: var(--color);
  width: auto;
  height: auto;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .brand {
    width: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-section {
    height: 800px;
  }

  .hero-sub-text {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4) 47%, rgba(134, 38, 51, .59) 84%, rgba(134, 38, 51, 0));
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 1.3em;
  }

  /* .button {
    font-size: 15px;
  } */

  .test-section {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .test-wrapper {
    width: 90%;
  }

  .test-image {
    max-width: 500px;
  }

  .what-image {
    min-height: auto;
  }

  .what-content-div {
    padding: 5%;
  }

  .signs-wrapper {
    width: 90%;
  }

  .pane-div {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs {
    min-height: 400px;
    margin-top: 30px;
  }

  .time-wrapper {
    width: 60%;
    padding: 25px;
  }

  .financing-wrapper {
    flex-flow: column;
    min-height: auto;
  }

  .finance-image {
    width: 100%;
    height: 400px;
    min-height: auto;
  }

  .finacne-content-div {
    width: 100%;
    padding: 35px 0 0;
  }

  .iol-section {
    background-position: 50%;
    padding-left: 2%;
  }

  .iol-wrapper {
    width: 70%;
  }

  ._3-stop-section {
    padding: 50px 30px;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1.1rem;
  }

  .h2-white {
    font-size: 3em;
  }

  .tabs-3 {
    margin-top: 15px;
  }

  .options-tab-link {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .option-tab-content {
    padding: 25px;
  }

  .menu-button {
    padding: 15px;
  }

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

  .nav-menu {
    background-color: var(--color);
  }
}

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

  h4 {
    font-size: 18px;
    line-height: 1.1em;
  }

  .brand {
    width: 45%;
  }

  .hero-section {
    height: 500px;
  }

  .hero-sub-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  /* .button-container {
    margin-top: 10px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  } */

  .what-section {
    flex-flow: column;
  }

  .what-content-div {
    width: 100%;
  }

  .what-image-div {
    width: 100%;
    height: 350px;
  }

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

  .signs-header-div {
    width: 100%;
  }

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

  .tabs-menu, .pane-div {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
    margin-top: 0;
  }

  .tabs-content {
    width: 100%;
    min-height: 300px;
  }

  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

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

  .time-section {
    background-position: 80%;
    padding-left: 2%;
  }

  .time-wrapper {
    width: 65%;
  }

  .finance-image {
    height: 350px;
  }

  .finacne-content-div {
    padding-top: 30px;
  }

  .iol-section {
    background-image: linear-gradient(150deg, white, var(--color-3)), url('../images/woman-smiling-at-camera-on-beach.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .iol-wrapper {
    width: 95%;
  }

  .pane {
    height: 300px;
  }

  ._3-stop-section {
    min-height: auto;
    padding: 25px 0;
  }

  .tab-link-2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .ondot, .dot {
    border-width: 2px;
    width: 15px;
    height: 15px;
  }

  .contact-wrapper {
    min-height: auto;
  }

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

  .location-holder {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .location-div {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-text {
    margin-top: 50px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .h2-white {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .options-tab-link {
    letter-spacing: 1px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.6em;
    line-height: 1em;
  }

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

  .body {
    line-height: 1.6em;
  }

  /* .nav-link {
    letter-spacing: 0;
    font-size: 14px;
  } */

  .hero-section {
    background-position: 0 0, 70%;
    height: 600px;
  }

  .hero-wrapper {
    width: 95%;
    min-height: auto;
  }

  .hero-sub-text {
    line-height: 1.1em;
  }

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

  .test-image {
    max-width: 275px;
  }

  .what-content-div {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .what-image-div {
    height: 250px;
  }

  .pane-div {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    min-height: auto;
  }

  .tab-link {
    font-size: 14px;
    line-height: 1.1em;
  }

  .tab-pane-3 {
    height: 350px;
  }

  .time-section {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .time-wrapper {
    background-color: var(--color);
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .finacne-content-div {
    padding-top: 25px;
  }

  .iol-section {
    padding-left: 0%;
  }

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

  .text-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-block {
    width: 100%;
  }

  .field-label {
    font-size: 14px;
    line-height: 1.5em;
  }

  .location-holder {
    min-height: auto;
    margin-top: 30px;
  }

  .footer-text {
    margin-top: 35px;
    font-size: 10px;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1rem;
    line-height: 1.1em;
  }

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

  .tabs-menu-3 {
    flex-flow: column;
  }

  .option-tab-content {
    padding: 20px;
  }
}


