/****** latest publications *******/
.highlights--carousel-container {
    position: relative;
}
.highlights--carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
/* .highlights--carousel-wrapper {
    align-items: center;
} */
.highlights--carousel-img-link {
    text-decoration: none;
    display: block;
    position: relative;
}
.highlights--carousel-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

h2.highlights--img-link-header {
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    text-align: center;
    padding: 8px;
    font-weight: 400;
}
.highlights--carousel .highlights--pagination {
    bottom: 0px;
}
.highlights--carousel .highlights--pagination .swiper-pagination-bullet {
    border: 1px solid var(--e-global-color-primary);
}



.highlights h2{
    margin-bottom: 20px;
}
.highlights--carousel-img-link img{
    width: 100%;
}
.five-col-img-button-content {
    padding: 20px 0;
    border-bottom: 2px solid var(--e-global-color-primary);
}
.five-col-img-button-content h5{
    font-size: 18px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var( --e-global-color-text );
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    display: inline-block;
}
.text-pale-blue h5{
    color: var(--purple);
}
.highlights .award_cat { color: var(--gold);}
.highlights .conference_cat { color: var(--mid-blue);}

.five-col-img-button-content h6{
    font-size: 16px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 300;
    color: var( --e-global-color-text );
    margin: 0 0 10px 0;
    padding: 0 0 0 24px;
    display: inline-block;
    position: relative;
}
.five-col-img-button-content h6::before{
    content: "";
    width: 17px;
    height: 17px;
    background-image: url('../png/clock.png');
    background-size: cover;
    position: absolute;
    top: 1px;
    left: 0;
}
.five-col-img-button-content p,
.five-col-img-button-content p .event_link{
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  overflow: hidden;
  font-family: "Noto Serif", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  min-height: 48px;
  margin: 0;
  color: var( --e-global-color-text );
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--e-global-color-primary)!important;
}
@media screen and (max-width: 991px) {
.highlights--pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
}
@media screen and (min-width: 768px) {
    .highlights--carousel-container .swiper-button-next,
    .highlights--carousel-container .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .highlights--carousel {
        padding-bottom: 60px;
    }
    .highlights--carousel-container .highlights--pagination  { display: none;}
    .highlights--carousel-container .highlights-carousel-next {
        top: auto;
        bottom: 0;
    }
    .highlights--carousel-container .highlights-carousel-prev {
        top: auto;
        bottom: 0;
        left: auto;
        right: 50px;
    }
}
