.poolsense-news-main {
  color: #fff;
  padding-bottom: 60px;
}

.pxblock {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.poolsense-news-main h1,
.poolsense-news-main h2,
.poolsense-news-main h3,
.poolsense-news-main h4,
.poolsense-news-main h5,
.poolsense-news-main h6,
.poolsense-news-main p,
.poolsense-news-main figcaption {
  color: #fff;
}

/* .nexus-news-body-copy {
  font-size: 18px;
  line-height: 29px;
}
 */

.nexus-news-content__body {
  font-weight: 500;
  color: #fff;

  p,
  li {
    font-weight: 500;
  }
  ul {
    list-style: none !important;
    padding-left: 16px !important;

    li {
      padding-left: 20px !important;
      list-style: none !important;
    }
  }

  ul li::before {
    line-height: 1;
    position: relative;
    content: '•';
    font-size: 26px;
    color: #309ade;
    top: 2px;
    left: 0;
    margin-right: 8px;
    display: inline-block;
  }
}
.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: var(--yellow);
  }
}
.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 */

.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-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-footer__visit {
    font-size: 30px;
  }
  .countdown.-small {
    .countdown__number {
      width: 60px;
      height: 72px;
      font-size: 72px;
    }
  }
}

.u-bg-waves-right:before {
  max-width: 506px;
  content: '';
  background-image: url(images/poolsense-wave-gray-left@2x.png);
  transform: scaleX(-1);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: -150px;
  right: 0;
}

.u-bg-waves-right:after {
  background-image: url(images/poolsense-wave-gray-left@2x.png);
}

.u-bg-waves-left:after {
  top: 150px;
  background-position: left 55%;
  bottom: auto;
  transform: none;
  background-image: url(images/poolsense-wave-gray-left@2x.png);
}
