
@media screen and (max-width:740px) {
    .related-articles { 
        padding-top:4em;
      padding-bottom:0;
    }
  
    .related-articles .swiper-wrapper {
    margin-bottom: 7rem !important;
}
  }
  

.related-articles .card__pulldown p {
  min-height:unset;
}

.related-articles .swiper-wrapper {
  margin-bottom: 12rem !important;
    
}
.pill__standard {
  background:#D5DFF7;
  color:#101324;
}
.related-articles .resources .card__pulldown {
  padding-bottom:12em;
}

.related-articles .cards__pulldown {
  overflow:hidden;
  padding-bottom:0;
}

.related-articles .hubdb-item ul li:not(:last-child) {
  margin-right:0.25em;
}

.hubdb-item ul {
  list-style:none;
  display:flex;
}

@media screen and (min-width: 740px) {
    .hubdb-item .card__img-pulldown img {
        max-height: 13rem !important;
        min-height: 13rem;
    }
}


.hubdb-item {
 position:static !important;
  
}

.not-slider.reduced-cards .card__faded-bg {
    padding-bottom: 4rem;
    height: auto !important;
}

 

@media screen and (min-width:740px) { 
  .swiper.hide-overflow {
    overflow:hidden;
  }
.resources .card__img-pulldown img {
  max-height:15rem;
}

  
  @media screen and (max-width:740px){
   .resources .card__img-pulldown img {
  max-height:12rem;
}
    
    .resources.cards__pulldown {
      padding-bottom:3em;
    }
        .resources .card__pulldown {
        padding-bottom: 13rem;
    }
  }
.overlay-link { 
  position:absolute !important;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:999 !important;
}

.remove-bottom-marg  {
  margin-bottom:0 !important;
}

  
  
.card__pulldown .background-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; /* Make sure the overlay doesn't block interaction with elements */
    z-index: 1; /* Make sure it's on top of the background but behind other content */
}
  
   .cards__noswiper:not(.col-4) .card:nth-child(10) { 
    margin-top:2em !important;
   }

  