:root {
  --color-5: #b89a4a;
  --color-4: #013178;
  --color: white;
  --color-2: #051621;
  --color-3: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

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

h4 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
}

.location-header {
  background-image: radial-gradient(circle at 100% 0, #0000, #00000021 35%, #0000007d), url('../images/volunteer-eye-care.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 8%;
  display: flex;
  position: relative;
}

.location-header-div {
  text-align: center;
  background-color: #0000;
  max-width: 50%;
  padding: 0;
}

.cst-loc-top {
  color: var(--color);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em;
}

.location-link {
  width: 24%;
  color: var(--color);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.loc-icon {
  width: 25px;
  margin-right: 10px;
}

.parallax {
  background-image: url('../images/group-photo.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 55vh;
  padding: 5% 0;
  display: flex;
}

.header-sub {
  color: var(--color);
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

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

.wrap.center {
  text-align: center;
  width: 100%;
  max-width: none;
}

.wrap.center.blue {
  background-color: var(--color-2);
  color: var(--color);
  padding: 15px;
}

.wrap.flex {
  justify-content: space-between;
  max-width: 1600px;
  display: flex;
}

.wrap.flex._70 {
  width: 75%;
  margin-bottom: 50px;
}

.wrap.flex.top-marg {
  margin-top: 10%;
}

.wrap.flex.top-marg-less {
  margin-top: 5%;
}

.wrap.flex.min {
  min-height: 400px;
}

.wrap.left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #0003;
}

.image-6 {
  height: 125px;
}

.nav-items-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 70%;
  height: 135px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-buttons {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.donate-button {
  background-color: var(--color-2);
  color: var(--color);
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.donate-button.gold {
  background-color: var(--color-5);
  color: var(--color);
}

.donate-button.gold.abs {
  padding: 20px 40px;
  position: absolute;
  inset: auto -35px 30px auto;
}

.btn-icon {
  z-index: 1;
  width: 25px;
  margin-right: 10px;
  position: relative;
}

.btn-gold {
  background-color: var(--color-5);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-gold.blue {
  background-color: var(--color-2);
}

.btn-gold.blue.lt {
  background-color: var(--color-4);
}

.btn-txt {
  z-index: 1;
  position: relative;
}

.nav-link {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

.dropdown {
  font-weight: 500;
}

.dropdown-toggle {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.dropdown-toggle:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.icon {
  margin-right: 10px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--color-5);
}

.dropdown-link {
  color: var(--color);
  line-height: 1.2em;
}

.dropdown-link:hover {
  background-color: var(--color-4);
}

.gold {
  color: var(--color-5);
}

.gradient-line {
  background-image: linear-gradient(88deg, var(--color-5), #f3dea5 47%, var(--color-2));
  width: 75px;
  height: 5px;
  margin-bottom: 20px;
}

.btns-div {
  align-items: center;
  display: flex;
}

.btns-div.top-marg {
  margin-top: 25px;
}

.cta-strip {
  background-color: var(--color-5);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 70px;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.cta-strip-holder {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.hero-white {
  background-color: var(--color);
  height: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.images-column {
  flex-flow: row;
  justify-content: space-between;
  width: 50%;
  display: flex;
  position: relative;
}

.images-column._48 {
  width: 48%;
}

.imagesholder {
  flex-flow: column;
  width: 47%;
  display: flex;
}

.imagesholder._2 {
  flex-flow: row;
  width: 49%;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._1 {
  margin-top: 75px;
  margin-left: 75px;
}

.img-div._2 {
  margin-top: 25px;
}

.img-div._3 {
  width: 50%;
  margin-bottom: 75px;
}

.img-div.doc {
  z-index: 5;
  border-top: 10px solid var(--color);
  border-right: 10px solid var(--color);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto auto -25px -25px;
}

.img-div._4 {
  width: 49%;
  margin-bottom: 75px;
}

.img-div._55 {
  width: 55%;
}

.img-div._49 {
  width: 49%;
}

.img-div.full {
  width: 50%;
  margin-bottom: 0;
}

.img-div._49 {
  width: 49%;
  margin-bottom: 0;
}

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

.intro-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 43%;
  display: flex;
}

.intro-text.smaller {
  width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.h3-more-marg {
  margin-bottom: 15px;
}

.note-from {
  padding-top: 5%;
  padding-bottom: 12%;
}

.letter-column {
  background-color: #0131781a;
  width: 43%;
  padding: 75px;
  position: relative;
  bottom: -75px;
}

.block-quote {
  border-left-color: var(--color-5);
  margin-bottom: 0;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.7em;
}

.doc-par {
  font-size: 18px;
}

.img-column-doc {
  width: 50%;
  position: relative;
}

.background-video {
  height: 96%;
  margin-bottom: 0;
  margin-left: 30px;
}

.background-video._2 {
  height: 100%;
  margin-left: 0;
}

.quote-icon {
  background-color: var(--color);
  border-radius: 100%;
  width: 125px;
  height: 125px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -75px auto auto 20px;
  box-shadow: 0 2px 13px #00000012;
}

.inner-icon {
  background-color: var(--color-4);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.image-7 {
  width: 60px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.restore-section {
  background-color: #b89a4a40;
  padding-top: 5%;
  padding-bottom: 5%;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1600px;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}

.restore-div {
  border: 1px solid var(--color-5);
  padding: 30px;
}

.gold-icon-div {
  background-color: var(--color-5);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.gold-icon-div.smaller {
  background-color: var(--color-2);
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
}

.h4-gold {
  color: var(--color-5);
}

.why-matters {
  padding-top: 5%;
  padding-bottom: 0%;
}

.header-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-lg {
  letter-spacing: 1px;
  font-size: 4em;
}

.special-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  font-size: 1.5em;
  line-height: 1.5em;
  display: flex;
}

.lg-tag {
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.counter-holder-2 {
  z-index: 20;
  background-color: var(--color-2);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.counter-div {
  background-color: #fff0;
  border: 1px #0773b4;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  line-height: 1.2em;
  display: flex;
}

.counter-top-items {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--color-5);
  text-align: center;
  margin-top: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.counter {
  color: var(--color-5);
  font-weight: 700;
}

.stat-description {
  color: #b0c75b;
  text-align: left;
  border-top: 3px #e04307;
  border-left: 3px #e04307;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 5px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.counter-btm-line {
  color: var(--color);
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.item-div {
  background-color: #b89a4a40;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h5-less {
  margin-bottom: 0;
}

.testimonial {
  justify-content: space-between;
  width: 90%;
  margin: 5% auto;
  display: flex;
}

.testimonial-txt {
  background-color: var(--color-2);
  width: 40%;
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
}

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

.ql:hover {
  color: var(--color-5);
}

.wrap-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap-2.flex {
  justify-content: space-between;
  display: flex;
}

.wrap-2.flex.with-line {
  border-bottom: 1px solid #fff;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 10px;
}

.wrap-2.flex.footer-btm {
  color: #fff;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.image-8 {
  height: 150px;
}

.footer-txt {
  width: 40%;
}

.lg-tagline {
  color: #fff;
  text-transform: capitalize;
  font-size: 3em;
  font-style: italic;
  line-height: 1.2em;
}

.footer {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#1e1e87e3, #1e1e87e3), url('../images/footer-bg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 8%;
}

.img-and-video {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.inner-header {
  background-color: #0131781a;
  justify-content: space-between;
  align-items: center;
  padding: 15% 5% 5%;
  display: flex;
}

.basic-button {
  background-color: var(--color-2);
  color: var(--color);
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.body-txt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.inner-h2 {
  margin-bottom: 0;
  font-size: 3em;
}

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

  h4 {
    font-size: 1.5em;
  }

  .location-header {
    justify-content: flex-end;
    height: 700px;
    margin-top: 100px;
    padding-left: 5%;
  }

  .location-header-div {
    max-width: 90%;
  }

  .location-link {
    width: 50%;
    padding: 10px;
    font-size: 1em;
  }

  .location-link.hide {
    display: none;
  }

  .parallax {
    background-attachment: scroll;
    min-height: 45vh;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .wrap.flex._70 {
    width: 90%;
  }

  .wrap.flex.top-marg {
    margin-top: 30px;
  }

  .wrap.flex.top-marg-less.min {
    margin-top: 0%;
  }

  .image-6 {
    height: 100px;
  }

  .nav-items-holder {
    height: 110px;
  }

  .nav-buttons {
    padding-right: 10px;
  }

  .donate-button.gold.no-marg {
    margin-right: 0;
  }

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

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .cta-strip {
    width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-white {
    display: none;
  }

  .images-column, .images-column._48 {
    width: 100%;
  }

  .img-div.doc {
    border-top-width: 5px;
    border-right-width: 5px;
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 0;
  }

  .img-div._55 {
    width: 100%;
  }

  .img-div._49 {
    position: relative;
  }

  .intro-text {
    width: 100%;
    margin-top: 30px;
  }

  .intro-text.smaller {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .note-from {
    padding-bottom: 5%;
  }

  .letter-column {
    width: 100%;
    margin-bottom: 30px;
    padding: 60px 30px 30px;
    bottom: 0;
  }

  .img-column-doc {
    width: 100%;
    min-height: 400px;
    display: flex;
  }

  .background-video {
    z-index: 1;
    height: 100%;
    margin-left: 0;
    position: absolute;
    inset: 0%;
  }

  .quote-icon {
    width: 80px;
    height: 80px;
    padding: 5px;
    top: -40px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .restore-div {
    flex-flow: column;
    align-items: flex-start;
    padding: 15px;
    display: flex;
  }

  .header-wrap {
    margin-bottom: 15px;
  }

  .counter-holder-2 {
    flex-flow: row;
  }

  .counter-div {
    width: 100%;
  }

  .counter-btm-line {
    text-align: center;
  }

  .testimonial {
    flex-flow: column;
  }

  .testimonial-txt {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .wrap-2.flex.with-line {
    padding-left: 0;
  }

  .image-8 {
    height: 125px;
  }

  .lg-tagline.footer-tag {
    max-width: 75%;
    font-size: 2em;
  }

  .footer {
    padding-bottom: 100px;
  }

  .img-and-video {
    width: 100%;
  }

  .inner-header {
    padding-top: 20%;
  }

  .body-txt {
    width: 100%;
  }

  .menu-button {
    margin-right: 0;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--color-4);
    margin-right: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .location-header {
    height: 400px;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
  }

  .cst-loc-top {
    font-size: 2em;
  }

  .location-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: .9em;
  }

  .loc-icon {
    width: 20px;
  }

  .parallax {
    min-height: 35vh;
  }

  .header-sub {
    margin-bottom: 15px;
    font-size: 1.5em;
  }

  .cta-strip {
    flex-flow: row;
    justify-content: center;
  }

  .img-div._1 {
    margin-top: 40px;
    margin-left: 40px;
  }

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

  .wrap-2.flex.footer-btm {
    flex-flow: column;
    align-items: flex-start;
    padding: 0;
  }

  .footer-txt {
    width: auto;
    margin-top: 30px;
  }

  .inner-header {
    padding-top: 23%;
  }

  .inner-h2 {
    font-size: 2.5em;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .location-header {
    height: 500px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .location-header-div {
    max-width: 95%;
  }

  .cst-loc-top {
    font-size: 1.9em;
  }

  .header-sub {
    font-size: 1.5em;
  }

  .image-6 {
    height: 90px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-items-holder {
    justify-content: center;
    width: 70%;
    max-width: none;
    height: auto;
    padding-top: 10px;
  }

  .nav-buttons {
    padding-right: 0;
  }

  .donate-button {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .donate-button.gold {
    padding: 10px 15px;
  }

  .donate-button.gold.abs {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .donate-button.gold.no-marg.hide {
    display: none;
  }

  .donate-button.no {
    margin-bottom: 0;
  }

  .btns-div {
    width: 100%;
  }

  .btns-div.top-marg {
    flex-flow: wrap;
  }

  .cta-strip {
    height: auto;
  }

  .intro-section {
    padding-bottom: 0%;
  }

  .images-column {
    flex-flow: column;
    align-items: flex-start;
  }

  .imagesholder, .imagesholder._2 {
    width: 100%;
  }

  .img-div._1 {
    margin-top: 0;
    margin-left: 0;
  }

  .img-div._3, .img-div._4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .img-div._49 {
    width: 100%;
    min-height: 250px;
    margin-bottom: 20px;
  }

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

  .block-quote {
    font-size: 1.2em;
  }

  .h2-lg {
    font-size: 2.5em;
  }

  .special-text {
    font-size: 1.2em;
  }

  .counter-holder-2 {
    flex-flow: column;
    padding-bottom: 0;
  }

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

  .heading {
    font-size: 3em;
  }

  .testimonial-txt {
    margin-top: 0;
    padding: 15px;
  }

  .wrap-2.flex.with-line {
    text-align: center;
    flex-flow: column;
  }

  .wrap-2.flex.footer-btm {
    text-align: center;
  }

  .lg-tagline.footer-tag {
    max-width: none;
    margin-bottom: 20px;
  }

  .img-and-video {
    flex-flow: column;
  }

  .inner-header {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 32%;
  }

  .inner-h2 {
    margin-bottom: 20px;
  }
}


