body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

strong {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.scroll-section {
  min-height: 100vh;
  background-color: #000;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.scroll-section.fixed-bg {
  min-height: 300vh;
  background-image: url('../images/Screenshot-2023-03-03-at-12.25.46-PM.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-section.fixed-bg.fixed-1 {
  min-height: 400vh;
  background-image: url('../images/ValVerde.jpg');
  display: block;
}

.scroll-section.fixed-bg.fixed-2 {
  background-image: url('../images/delrio.jpg');
  display: block;
}

.scroll-section.fixed-bg.section-header {
  min-height: 75vh;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/ValVerde.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.scroll-section.fixed-bg.fixed-3 {
  min-height: 200vh;
  background-image: url('../images/phase1_top.jpg');
  background-size: cover;
  display: block;
}

.scroll-section.fixed-bg.section-header-2 {
  min-height: 75vh;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/phase2_top.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.scroll-section.fixed-bg.fixed-4 {
  min-height: 100vh;
  background-image: url('../images/Screenshot-2023-03-03-at-12.25.46-PM.png');
  margin-bottom: -50vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.scroll-section.fixed-bg.fixed-4-copy {
  background-image: url('../images/Screenshot-2023-03-03-at-12.26.53-PM.png');
}

.scroll-section.fixed-bg.fixed-5 {
  background-image: url('../images/phase2_trace.jpg');
}

.scroll-section.fixed-bg.section-header-3 {
  min-height: 75vh;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/phase3_top.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.scroll-section.fixed-bg.fixed-6 {
  background-image: url('../images/phase2_top.jpg');
}

.scroll-section.fixed-bg.fixed-9 {
  min-height: 200vh;
  background-image: url('../images/phase4_trace.jpg');
}

.scroll-section.fixed-bg.section-header-4 {
  min-height: 75vh;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/catholic-charities-rio-grande.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.scroll-section.fixed-bg.fixed-8 {
  background-image: url('../images/catholic-charities-rio-grande.jpg');
  background-position: 0%;
}

.scroll-section.fixed-bg.fixed-7 {
  min-height: 200vh;
  background-image: url('../images/phase3_trace-1.jpg');
}

.scroll-section._1 {
  background-image: url('../images/ValVerde.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-section._2 {
  background-image: url('../images/delrio.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.scroll-section._3 {
  background-image: url('../images/phase1_top.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-section._4 {
  background-image: url('../images/phase2_top.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-section._5 {
  background-image: url('../images/phase2_trace.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-section._6 {
  background-image: url('../images/phase3_top.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-section._7 {
  min-height: 100vh;
  background-image: url('../images/phase3_trace-1.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100vh;
}

.scroll-section._8 {
  background-image: url('../images/catholic-charities-rio-grande.jpg');
  background-position: 15%;
  background-size: cover;
}

.scroll-section._9 {
  background-image: url('../images/phase4_trace.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-section._7_fixed {
  background-image: url('../images/phase3_trace-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.scroll-section._9_fixed {
  background-image: url('../images/phase4_trace.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.scroll-text-block {
  width: 50vw;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 50vh;
  padding: 24px;
}

.scroll-text-block.section-header_text-block {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 30vh;
}

.scroll-text {
  color: #111d22;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 19px;
  line-height: 150%;
}

.center-column {
  padding: 100px 6vw;
}

.center-column.after-scroll {
  margin-top: 0;
}

.center-column_container {
  max-width: 680px;
}

.paragraph {
  color: #111d22;
  margin-bottom: 16px;
  font-family: Gotham book, sans-serif;
  font-size: 19px;
  line-height: 160%;
}

.heading {
  color: #111d22;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
}

.header-section {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/border-ngo-header-heritage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.header-title {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Chronicledisplay, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 110%;
}

.header-byline {
  color: rgba(255, 255, 255, .95);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 17px;
}

.header {
  color: #fff;
}

.section-header_heading {
  color: #fff;
  text-align: center;
  font-family: Chronicledisplay, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 100%;
}

.header-title-text {
  color: #fff;
}

.section_read-more {
  border-top: 1px solid rgba(0, 0, 0, .15);
  padding: 40px 6vw 70px;
}

.read-more-heading {
  font-family: Gotham, sans-serif;
}

.read-more-container {
  max-width: 680px;
}

.footer-note-text {
  font-family: Gotham book, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.inline-link {
  color: #0093d0;
  text-decoration: none;
}

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

.bold-text {
  font-family: Gotham, sans-serif;
}

.bold-text-2 {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.header-line {
  width: 180px;
  height: 2px;
  color: #c4d82d;
  background-color: #c4d82d;
}

.story-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand {
  width: 209px;
  height: 70px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  transition: color .3s;
  display: flex;
}

.brand:hover {
  color: #c4d82d;
}

.container {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  z-index: 1;
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .8);
  background-clip: border-box;
  position: fixed;
}

.nav-link {
  height: auto;
  color: #fff;
  border-bottom: 2px solid rgba(196, 216, 45, 0);
  align-items: center;
  padding-top: 4px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.nav-link:hover {
  height: auto;
  border-bottom: 2px solid #c4d82d;
  text-decoration: none;
}

.menu-button {
  width: 78px;
  height: 70px;
  color: #fff;
  background-color: #386274;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button:hover {
  background-color: #284a58;
}

.nav-link-block {
  padding: 0 28px;
  display: block;
}

.site-header_menu-icon {
  width: 29px;
}

.logo_site-header_desktop {
  padding-top: 6px;
}

.logo_site-header_mobile {
  display: none;
}

.social-link {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid rgba(229, 231, 232, .2);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  transition: border-color .3s;
  display: flex;
}

.social-link:hover {
  border-color: #fff;
}

.social-link.article-footer {
  border-width: .09375rem;
  border-color: #c5d1d8;
  margin-right: 16px;
}

.social-link.article-footer:hover {
  border-color: #386274;
}

.social-link.footer {
  border-width: .09375rem;
  border-color: rgba(229, 231, 232, .2);
  margin-right: 16px;
}

.social-link.footer:hover {
  border-color: #c5d1d8;
}

.share-link-icon {
  width: 25px;
  height: 21px;
  color: #fff;
}

.share-link-icon.fb {
  width: auto;
  height: 45%;
}

.share-link-icon.copy {
  width: auto;
}

.share-link-icon.facebook {
  width: auto;
  height: 24px;
}

.share-links-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 50px;
}

.sidebar-menu {
  z-index: 2;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-color: #252a2f;
  background-clip: border-box;
  margin: 20px 50px 50px 20px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-link {
  width: 256px;
  border-bottom: 2px solid rgba(97, 100, 105, .3);
  margin: 0 0 0;
  padding-top: 25px;
  padding-bottom: 1.875rem;
  display: flex;
}

.home-link.top {
  padding-top: 1.56rem;
  display: none;
}

.home-link.bottom {
  border-bottom-style: none;
}

.text-block {
  color: #fff;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
}

.data-story-icon {
  width: 22px;
  height: auto;
}

.data-story-icon-container {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(229, 231, 232, .2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: .95rem;
  display: flex;
}

.close-icon {
  color: #c4d82d;
}

.siderbar-top {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.sidebar-menu-container {
  z-index: 3;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-color: #252a2f;
  background-clip: border-box;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-container {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sidebar-section {
  border: 2px #000;
  border-bottom: 2px solid rgba(97, 100, 105, .3);
  margin-bottom: 0;
  padding-bottom: .3125rem;
}

.sidebar-heading {
  color: #c4d82d;
  margin-top: 1.85rem;
  margin-bottom: 1.25rem;
  font-family: Gotham, sans-serif;
  font-size: .875rem;
}

.sidebar-menu-list {
  padding-left: 0;
}

.sidebar-menu-list-item {
  margin-bottom: 1.25rem;
}

.sidebar-menu-link {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 1rem;
}

.sidebar-menu-link:hover {
  color: #c4d82d;
}

.menu-open-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thf-bell-icon-sidebar {
  width: 16px;
  height: auto;
}

.site-footer {
  background-color: #2a2f36;
  padding: 50px 6vw;
}

.footer-top {
  margin-bottom: 24px;
  display: flex;
}

.footer-bottom {
  align-items: center;
  display: flex;
}

.footer-top-left {
  width: 50%;
  flex: 1;
  margin-right: 10vw;
  display: flex;
}

.footer-top-right {
  width: 50%;
  flex: 1;
}

.footer-links {
  flex-direction: column;
  margin-left: 60px;
  display: flex;
}

.footer-thf-bell-icon {
  width: 29px;
  height: 30px;
}

.footer-link {
  color: #fff;
  font-family: Gotham book, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #c4d82d;
}

.link-block {
  padding-top: 8px;
}

.footer-heading {
  color: #c4d82d;
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}

.footer-bottom-left {
  width: 50%;
  flex: 1;
  margin-right: 10%;
  padding-left: 89px;
}

.footer-bottom-right {
  width: 50%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.privacy-copyright {
  display: flex;
}

.footer-bottom-link {
  color: #fff;
  padding-right: .75rem;
  font-family: Gotham, sans-serif;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.share-text {
  color: #c5d1d8;
  font-family: Gotham book, sans-serif;
  font-size: .6875rem;
  line-height: 1.5rem;
}

.share-text.bold {
  color: rgba(255, 255, 255, .8);
  -webkit-text-stroke-color: rgba(255, 255, 255, .8);
  align-self: center;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.article-footer-follow-us-heading {
  padding-right: 20px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
}

.follow-us-container {
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.share-link {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid rgba(229, 231, 232, .2);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: border-color .3s;
  display: flex;
}

.share-link:hover {
  border-color: #fff;
}

.share-link.article-footer {
  border-width: .09375rem;
  border-color: #c5d1d8;
  margin-right: 16px;
}

.share-link.article-footer:hover {
  border-color: #386274;
}

.footer-container {
  max-width: 1100px;
}

.scroll-section_wrapper {
  margin-bottom: -100vh;
  display: block;
}

.scroll-section_content_container {
  display: block;
}

.scroll-section_bg {
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/catholic-charities-rio-grande.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.scroll-section_content {
  height: 200vh;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-section_content.content-2, .scroll-section_content.content-3 {
  height: 100vh;
}

.scroll-section_content.text-block-1 {
  height: 100vh;
  margin-top: 50vh;
}

.scroll-section_content.text-block-1.phase-3 {
  height: 100vh;
  min-height: auto;
  margin-top: 50vh;
}

.scroll-section_content.text-block-3 {
  height: 250vh;
}

.spacer {
  height: 20vh;
  display: none;
}

.scroll-section_header {
  height: auto;
  min-height: 75vh;
  background-image: linear-gradient(#000, rgba(26, 58, 71, .44) 73%, rgba(40, 74, 88, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -100vh;
  margin-bottom: 20vh;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.credit-text {
  margin-top: 20px;
  font-family: Gotham book, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.text-button {
  color: #0093d0;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

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

.post-footer-notes {
  border-top: 1px solid #c5d1d8;
  margin-top: 40px;
  padding-top: 20px;
}

.read-more-text {
  font-family: Gotham book, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.header-date {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  margin-top: 0;
  margin-bottom: 150px;
  font-family: Gotham book, sans-serif;
  font-size: 17px;
}

.sidebar-menu-link-block {
  align-self: center;
}

.header-eyebrow {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 15px;
}

.header-link {
  border-bottom: 2px solid rgba(196, 216, 45, 0);
  margin-top: 125px;
  transition: border-color .3s;
}

.header-link:hover {
  border-bottom: 2px solid #c4d82d;
}

.header-link.byline {
  margin-top: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .scroll-section.fixed-bg.fixed-1 {
    z-index: 0;
    top: 0;
    left: 0;
  }

  .scroll-section.fixed-bg.fixed-2 {
    min-height: 200vh;
    background-image: url('../images/delrio.jpg'), linear-gradient(#264a59, #264a59);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    position: relative;
  }

  .scroll-section.fixed-bg.fixed-3 {
    background-color: #fff;
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    border-top: 1px #000;
    border-bottom: 1px #000;
  }

  .scroll-section._1 {
    background-size: auto 100vh;
  }

  .scroll-section._2, .scroll-section._3 {
    background-size: auto 100vh;
    margin-bottom: 0;
  }

  .scroll-section._4, .scroll-section._5, .scroll-section._6, .scroll-section._7 {
    background-size: auto 100vh;
  }

  .scroll-section._8 {
    background-position: 20%;
    background-size: auto 100vh;
  }

  .scroll-section._9 {
    background-size: auto 100vh;
  }

  .scroll-section._7_fixed, .scroll-section._9_fixed {
    background-size: auto 100vh;
    margin-bottom: 0;
  }

  .center-column.after-scroll {
    margin-top: 0;
  }

  .header-title {
    font-size: 60px;
  }

  .section-header_heading {
    font-size: 90px;
  }

  .brand {
    width: 170px;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    width: auto;
    height: 100%;
  }

  .navbar {
    height: 59px;
  }

  .nav-link {
    font-size: .875rem;
  }

  .menu-button {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-left: 25px;
  }

  .nav-menu {
    height: 40px;
    flex: 1;
    order: 0;
    align-self: stretch;
    display: block;
  }

  .nav-link-block {
    height: 100%;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-container {
    width: auto;
    height: 100%;
  }

  .footer-thf-bell-icon {
    width: 23px;
    height: 23px;
  }

  .footer-link {
    font-size: 1rem;
    line-height: 2.125rem;
  }

  .footer-bottom-left {
    padding-left: 83px;
  }

  .privacy-copyright {
    flex-direction: column;
  }

  .share-text.bold {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .scroll-section.fixed-bg.fixed-3, .scroll-section.fixed-bg.fixed-9 {
    min-height: 150vh;
  }

  .scroll-section.fixed-bg.section-header-4 {
    background-position: 0 0, 20%;
  }

  .scroll-section.fixed-bg.fixed-8 {
    min-height: 250vh;
    background-position: 20%;
  }

  .scroll-section.fixed-bg.fixed-7 {
    min-height: 150vh;
  }

  .scroll-section._2, .scroll-section._3, .scroll-section._5 {
    margin-bottom: -100vh;
  }

  .scroll-section._8 {
    background-position: 20% 0;
    background-repeat: repeat-x;
    background-size: 350%;
  }

  .scroll-section._7_fixed, .scroll-section._9_fixed {
    margin-bottom: -100vh;
  }

  .scroll-text-block {
    width: 80vw;
  }

  .center-column.after-scroll {
    margin-top: 100vh;
  }

  .header-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 45px;
  }

  .header-byline {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .header-title-text {
    font-size: 40px;
    line-height: 110%;
  }

  .story-header {
    padding-bottom: 20px;
  }

  .brand {
    width: auto;
  }

  .navbar {
    height: 50px;
  }

  .menu-button {
    width: 71px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0 0 24px;
    display: flex;
  }

  .nav-link-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .site-header_menu-icon {
    width: auto;
    max-width: 21px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
    position: static;
  }

  .logo_site-header_desktop {
    display: none;
  }

  .logo_site-header_mobile {
    padding-top: 6px;
    display: block;
  }

  .share-links-container {
    bottom: 1.875rem;
    right: 1.25rem;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    order: 0;
    align-items: flex-start;
  }

  .footer-top-left {
    width: 100%;
    flex-direction: column;
  }

  .footer-top-right {
    width: 100%;
  }

  .footer-links {
    margin-bottom: 24px;
    margin-left: 0;
  }

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

  .footer-bottom-left {
    width: 100%;
    flex-direction: row;
    padding-left: 0;
    display: block;
  }

  .footer-bottom-right {
    width: 100%;
    order: -1;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .privacy-copyright {
    flex-direction: row;
  }

  .footer-container {
    flex-direction: column;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .scroll-section_content {
    height: 200vh;
  }

  .scroll-section_content.text-block-1 {
    height: 75vh;
    margin-top: 100vh;
  }

  .scroll-section_content.text-block-3 {
    height: 250vh;
  }

  .scroll-section_content.text-block-2 {
    margin-top: 100vh;
  }

  .header-date {
    margin-bottom: 80px;
    font-size: 14px;
  }

  .header-eyebrow {
    margin-bottom: 0;
    font-size: 14px;
  }

  .header-link {
    margin-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .scroll-section.fixed-bg.fixed-1 {
    background-repeat: repeat-y;
  }

  .scroll-section.fixed-bg.fixed-2 {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
  }

  .scroll-section.fixed-bg.section-header {
    background-repeat: repeat, repeat-y;
  }

  .scroll-section.fixed-bg.fixed-4 {
    min-height: 250vh;
  }

  .scroll-section.fixed-bg.section-header-4 {
    background-position: 0 0, 22%;
  }

  .scroll-section.fixed-bg.fixed-8 {
    background-position: 22%;
  }

  .scroll-section._1 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 500%;
  }

  .scroll-section._2 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 500%;
    margin-bottom: 0;
  }

  .scroll-section._3 {
    margin-bottom: 0;
  }

  .scroll-section._8 {
    background-position: 21% 0;
    background-size: 480%;
  }

  .scroll-section._7_fixed {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    margin-bottom: 0;
  }

  .scroll-section._9_fixed {
    background-image: url('../images/phase4_trace.jpg');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    margin-bottom: 0;
  }

  .scroll-text-block {
    width: 90vw;
    padding: 16px;
  }

  .scroll-text {
    font-size: 18px;
  }

  .center-column.after-scroll {
    margin-top: 0;
  }

  .paragraph {
    font-size: 18px;
  }

  .header-section {
    padding-bottom: 20px;
  }

  .header-title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .section-header_heading {
    font-size: 60px;
  }

  .header-line {
    width: 100px;
  }

  .nav-link {
    text-align: left;
    line-height: 110%;
  }

  .nav-link-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .privacy-copyright {
    flex-direction: column;
  }

  .scroll-section_content.text-block-1 {
    height: 100vh;
    margin-top: 0;
  }

  .header-eyebrow {
    font-size: 14px;
  }

  .header-link {
    margin-top: 75px;
  }
}


@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chronicledisplay';
  src: url('../fonts/ChronicleDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}