/* Text Elements */

h1.hero-header {
  margin-top: 39px;
  color: #feffe0;
  text-align: center;
  text-indent: 0;
  text-shadow: #78828c 2px 2px 5px;
  word-spacing: -10px;
  letter-spacing: 40px;
  font-weight: 900;
  font-size: 21.13vw;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  line-height: 5px;
}

h1 span.heading-text-1 {
  letter-spacing: 0;
  font-size: 5.5rem;
  line-height: .89;
}

h1.hero-header:hover {
  -webkit-filter: brightness(.85) invert(1);
          filter: brightness(.85) invert(1);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  mix-blend-mode: soft-light;
}

h2.section-heading {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2.footer.section-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 26px;
}

h2 span.heading-text-5 {
  font-size: 1.1875rem;
}

h4.section-header {
  width: auto;
  color: #feffe0;
  text-align: center;
  text-shadow: #3b3e41 6px 6px 9px;
  font-weight: 900;
  font-size: 15vw;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;

  mix-blend-mode: normal;
}

h4.section-heading {
  width: auto;
  color: #feffe0;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 900;
  font-size: 15vw;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;

  mix-blend-mode: normal;
}

p.paragraph.body-text {
  margin-bottom: 0;
  max-width: none;
  color: #787878;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-family: 'Archivo', cursive;
}

p.paragraph.hero-paragraph {
  margin-top: -12px;
  margin-bottom: -4px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 0;
  min-height: 1px;
  max-width: 652px;
  color: #feffe0;
  text-align: center;
  text-indent: 0;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Archivo', cursive;
  line-height: 18px;
}

p.paragraph span.paragraph-text-1 {
  font-size: .625rem;
  line-height: 1.51;
}

p.paragraph.paragraph-1 {
  margin-top: -37px;
  margin-bottom: 2px;
  text-align: center;
}

p.paragraph span.paragraph-text-11 {
  font-weight: 400;
  font-style: italic;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-9 {
  font-weight: 400;
  font-style: italic;
}

p.paragraph span.paragraph-text-19 {
  font-weight: 700;
}

p.paragraph a.paragraph-text-13 {
  color: #ff5912;
  font-size: 1.0625rem;
}

a.link-text.menu-item {
  margin-right: 3rem;
  margin-left: 3rem;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'Archivo', cursive;
}

a.link-text.menu-item.mobile-link {
  margin-right: 0;
  margin-left: 0;
  font-size: 18px;
}

.container-grid.parallax-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 80vh;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.parallax-component {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;

  mix-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.parallax {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.parallax-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;

  mix-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.nav-wrapper {
  background-color: transparent;
}

a.glyph.sidenav-trigger {
  margin-right: 0;
  margin-left: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.container-grid.desktop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: none;
  width: 100%;
  background-color: transparent;
  vertical-align: top;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  grid-template-columns: none;
  grid-template-rows: none;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container-grid.nav-extended {
  position: absolute;
  top: 0;
  background-color: transparent;
  box-shadow: none;
}

.container-grid.sidenav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-top: 40px;
  min-height: 100vh;
  width: 61.8%;
  background-color: rgba(136, 192, 187, .9);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container-grid.footer {
  margin-top: 0;
  height: 250px;
  background-color: #141414;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.footer-title {
  margin-top: 0;
  padding-top: 5rem;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.information-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-top: 0;
  padding-bottom: 5rem;
  min-height: 70vh;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.hero-section-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-width: 8px;
  height: 50vh;
  background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.history {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: 70vh;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-video.information-video {
  margin-top: 3rem;
  border: 0 solid #141414;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.information-content {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}

.container-grid.hero-content-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 70%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.donation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 80%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid {
  position: relative;
}

.container-grid.sidenav.show-menu {
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
}

@supports (display: grid) {
  .container-grid {
    position: relative;
  }
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.hero-header {
    margin-top: 10px;
    margin-bottom: 110px;
    text-shadow: rgba(120, 130, 140, 1) 2px 2px 5px, #78828c 2px 2px 5px;
    letter-spacing: 40px;
    font-size: 100px;
    line-height: 5px;
  }

  h1 span.heading-text-1 {
    letter-spacing: 0;
  }

  h4.section-header {
    text-shadow: #3b3e41 6px 6px 9px;
  }

  p.paragraph.body-text {
    margin-bottom: 0;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: .8125rem;
  }

  p.paragraph.hero-paragraph {
    margin-top: -78px;
    max-width: 800px;

    grid-area: auto / auto / auto / auto;
  }

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

  .container-grid.hero-section-introduction {
    height: 70vh;
    background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  }
}

@media screen and (min-width: 30.8125rem) {
  /* Text Elements */

  h4.section-header {
    text-shadow: #3b3e41 6px 6px 9px;
    font-size: 15vw;
  }

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

  .container-grid.hero-section-introduction {
    background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  }
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1 {
    font-size: 52px;
  }

  h1.hero-header {
    text-shadow: #78828c 2px 2px 5px;
    letter-spacing: 40px;
    font-size: 120px;
    line-height: 5px;
  }

  h1 span.heading-text-1 {
    letter-spacing: 0;
  }

  h4.section-header {
    text-shadow: #3b3e41 6px 6px 9px;
    font-size: 60px;
  }

  h4.section-heading {
    font-size: 60px;
  }

  p.paragraph.body-text {
    margin-bottom: 0;
  }

  p.paragraph.hero-paragraph {
    margin-top: -76px;
  }

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

  a.link-text.menu-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .container-grid.information-content {
    max-width: 70%;
  }

  .container-grid.desktop-nav.hide-on-med-and-down {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container-grid.hero-section-introduction {
    height: 60vh;
    background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  }
}

@media screen and (min-width: 52.4375rem) {
  /* Text Elements */

  h1.hero-header {
    text-shadow: #78828c 2px 2px 5px;
    letter-spacing: 40px;
    line-height: 5px;
  }

  h1 span.heading-text-1 {
    letter-spacing: 0;
  }

  h4.section-header {
    text-shadow: #3b3e41 6px 6px 9px;
  }

  p.paragraph.hero-paragraph {
    position: absolute;
    top: 75%;
    bottom: auto;
    margin-top: -5px;
    font-family: 'Archivo', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1.25rem;
    line-height: 1.32;
  }

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

  a.link-text.menu-item {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .container-grid.hero-section-introduction {
    height: 65vh;
    background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  }

  .container-grid.nav-wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    float: none;
    padding-top: 10px;
  }
}

@media screen and (min-width: 57.625rem) {
  .container-grid.hero-section-introduction {
    background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 70px;
  }

  h1.hero-header {
    margin-top: 99px;
    text-align: center;
    text-shadow: #78828c 2px 2px 5px;
    letter-spacing: 40px;
    font-size: 130px;
    line-height: 5px;
  }

  h1 span.heading-text-1 {
    letter-spacing: 0;
    line-height: .89;
  }

  h4.section-header {
    text-shadow: #3b3e41 6px 6px 9px;
  }

  p.paragraph.hero-paragraph {
    position: static;
    display: block;
    margin-top: -67px;
    margin-bottom: -11px;
    min-height: 1px;
    max-width: 700px;
    text-indent: 0;
    font-size: 13px;
    line-height: 19px;
  }

  p.paragraph span.paragraph-text-1 {
    letter-spacing: .1875rem;
    font-size: 1.9375rem;
    line-height: .85;
  }

  p.paragraph span.paragraph-text-2 {
    line-height: 1.41;
  }

  p.paragraph span.paragraph-text-5 {
    color: #141414;
  }

  p.paragraph span.paragraph-text-6 {
    color: #141414;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-10 {
    color: #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.5;
  }

  p.paragraph span.paragraph-text-11 {
    font-weight: 700;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-12 {
    font-style: normal;
  }

  p.paragraph span.paragraph-text-3 {
    color: #feffe0;
    font-weight: 600;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
    font-size: 19px;
  }

  a.link-text.menu-item {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  a.link-text span.text-link-text-3 {
    font-size: 1.25rem;
  }

  .container-grid.parallax-container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.parallax {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.nav-extended {
    z-index: 1;
  }

  .container-grid.information-content {
    max-width: 60%;
  }

  .container-grid.hero-section-introduction {
    height: 100vh;
    background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  }

  .container-grid.information-section {
    min-height: 70vh;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 56px;
  }

  h1.hero-header {
    font-size: 120px;
    line-height: 5px;
  }

  h1 span.heading-text-1 {
    letter-spacing: 0;
  }

  h2.section-heading {
    margin-top: 1.27rem;
    letter-spacing: 0;
  }

  h2 span.heading-text-4 {
    letter-spacing: .0625rem;
  }

  h2.footer.section-heading {
    margin-bottom: .91rem;
  }

  h4 span.heading-text-2 {
    color: #fff;
  }

  h4.section-header {
    text-shadow: #3b3e41 6px 6px 9px;
  }

  h4.section-heading {
    text-shadow: #78828c 2px 2px 5px;
  }

  h4 span.heading-text-3 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-5 {
    font-size: 1.125rem;
  }

  p.paragraph.body-text {
    text-align: justify;
    font-family: 'Archivo', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-12 {
    font-weight: 600;
    font-style: normal;
  }

  p.paragraph span.paragraph-text-10 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-16 {
    font-weight: 700;
    font-size: 1.4375rem;
  }

  p.paragraph span.paragraph-text-4 {
    font-weight: 900;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-11 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-7 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-8 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-17 {
    font-weight: 500;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-19 {
    font-weight: 600;
  }

  p.paragraph.paragraph-1 {
    margin-top: -29px;
    margin-bottom: 12px;
  }

  p.paragraph span.paragraph-text-3 {
    font-size: 1.625rem;
  }

  p.paragraph a.paragraph-text-13 {
    color: #ff5912;
    font-size: 1.125rem;
  }

  a.link-text.menu-item {
    text-shadow: #78828c 2px 2px 5px;
    font-family: 'Archivo', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.link-text span.text-link-text-2 {
    font-size: 1.6875rem;
  }

  a.link-text span.text-link-text-3 {
    font-size: 1.5625rem;
  }

  .container-grid.information-content {
    position: relative;
  }

  .container-grid.information-section {
    padding-top: 0;
    padding-bottom: 2rem;
    min-height: 20vh;
  }

  .container-grid.history.information-section {
    min-height: 20vh;
  }

  .container-grid.hero-section-introduction {
    background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
    background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/NVpageHero.jpg');
  }
}

@media screen and (min-width: 87.5rem) {
  /* Text Elements */

  h1.hero-header {
    letter-spacing: -6px;
    font-size: 130px;
  }

  a.link-text.menu-item:hover {
    color: #feffe0;
    font-weight: 700;
  }

  .container-grid.information-content {
    max-width: 55%;
  }
}