.nexus-news-main {
  background: #003a70;
  color: #fff;
}

/* .nexus-news-body-copy {
  font-size: 18px;
  line-height: 29px;
}
 */
.container.-nexus-news-container {
  max-width: 900px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 3rem;
  padding-bottom: 3rem;

  position: relative;
  &:before {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: 30px;
    width: calc(100% - 60px);
    height: 2px;
    background: #309ade;
  }
}
.tu-secondary-heading {
  margin-bottom: 30px;
}

/* Nexus News footer navigation */
.nexus-news-footer {
  background: transparent linear-gradient(180deg, #003a70 0%, #309ade 100%) 0%
    0% no-repeat padding-box;
  padding-bottom: 80px;
}

.nexus-news-footer .container {
  padding-top: 30px;
  &:before {
    display: none;
  }
}
.nexus-news-footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.nexus-news-footer__placeholder {
  flex: 1;
}

.nexus-news-footer__visit {
  flex-shrink: 0;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  font-size: 62px;
}

.nexus-news-footer__link {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
}

.nexus-news-footer__link--next {
  text-align: right;
}

.nexus-news-footer__arrow {
  display: inline-block;
  text-decoration: none;
}
/* Countdown */
.nexus-news-hero__countdown {
  position: absolute;
  height: 144px;
  right: 80px;
  top: -120px;
  bottom: 0;
  margin: auto;
}

.nexus-news-hero__countdown__label {
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-family: acumin-pro-extra-condensed, sans-serif;
  text-align: center;
  margin-bottom: 12px;
}
.countdown.-small {
  .countdown__number {
    width: 73px;
    height: 144px;
    font-size: 142px;
  }
}

@media screen and (max-width: 1160px) {
  .nexus-news-hero__countdown__label {
    font-size: 22px;
  }
  .nexus-news-hero__countdown {
    right: 20px;
    height: 108px;
  }
  .countdown.-small {
    .countdown__number {
      width: 64px;
      height: 108px;
      font-size: 106px;
    }
  }
}

@media screen and (max-width: 960px) {
  .nexus-news-hero__countdown {
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
  }
  .nexus-news-footer__visit {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .tu-secondary-heading,
  .-nexus-news-container h2 {
    font-size: 44px;
  }

  .container.-nexus-news-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nexus-news-footer__visit {
    font-size: 36px;
  }
}

@media screen and (max-width: 600px) {
  .nexus-news-hero__countdown {
    height: 72px;
  }
  .nexus-news-footer__visit {
    font-size: 30px;
  }
  .countdown.-small {
    .countdown__number {
      width: 60px;
      height: 72px;
      font-size: 72px;
    }
  }
}
