a {
  color: #5CCF95;
}

.explore-widget__title {
  font-size: 36px;
  color: #000000; 
  margin-bottom: 15px;
  font-weight: normal;
}

/* Change height of top content hero */
.content-hero {
height: 350px;
}

.content-hero__slide::after {
  background-image: linear-gradient(30deg, rgba(46, 44, 39, 0.48), rgba(244, 126, 59, 0.69));
}
  
.slick-slide {
  height: 350px;
}

.content-hero__slide {
  height: 350px;
}

.content-hero__slide-container {
  height: 350px;
}

/* Make top slider text wider */
.content-hero__article {
  width: 100%;
  bottom: 150px;
}

/* Hide badges within top slider */
.content-hero__article .badges {
    display: none;
}

/* Change link/dots color and borders on top slider */
.content-hero .slick-dots li {
  border-top: none;
  border-bottom: 1px solid #5CCF95;
  margin: 0 10px;
  background-color: #FFFFFFB3;
}

 .content-hero .slick-dots li .content-hero__pager {
        border-top: none;
        border-bottom: 2px solid transparent;
    }

 .content-hero .slick-dots li.slick-active .content-hero__pager {
        border-color: #5CCF95;
  		  background-color: #FFFFFFCC;
    }

.content-hero__pager-index {
  background: #000;
  color: #000;
}

.content-hero__pager-headline {
  color: black;
}

.slick-active .content-hero__pager-headline {
  color: black;
}

@media (min-width: 1000px) {
    .content-hero .slick-dots {
        position: relative;
        z-index: 1;
        height: 88px;
        margin-top: -125px;
        list-style: none;
    }
}

@media (min-width: 1000px) {
    .content-hero .slick-dots li.slick-active .content-hero__pager-index {
        background: #000;
        color: #fff;
    }
}

@media (min-width: 1000px) {
    .content-hero .slick-dots li.slick-active .content-hero__pager-headline {
        color: #000;
    }
}

@media (min-width: 1000px) {
    .content-hero .slick-dots li .content-hero__pager-index {
      color: #fff;
      background: #000;
  }
}

/* Styling of contribute bar */
.contribute {
border-radius: 15px;
}

/* Styling of content cards */
.content-card__inner {
  border-radius: 10px;
  overflow: hidden;
}

.content-card__poster a {
  border-radius: inherit;
}

/* Section headers */
.explore-widget__title {
  border-top: 1.5px solid #D0D0D0;
}

.content-actions__btn svg {
  width: 2rem;
  height: 2rem
}