html,

body {

    line-height: 1.5;
    font-family: -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#swiper-featured-programs{
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

#swiper-featured-programs{
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

#swiper-events-2 {
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.spring-slider {
    --swiper-navigation-color: #003DA5;
    --swiper-pagination-color: #003DA5;
    --swiper-pagination-bullet-inactive-color: #0077C8;
    width: 100%;
    /*height: 320px;*/
    position: relative;
}
.spring-slider .swiper-pagination {
    bottom: 0;
    margin-bottom: -32px;
}
.spring-slider .swiper {
    height: 100%;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}
.spring-slider .swiper-slide {
    box-sizing: border-box;
    padding: 0 24px;
}
.spring-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.swiper-news .slide-content{
    position: absolute;
    bottom: 0px;
    height:50%;
    background: linear-gradient(to bottom, rgba(0, 61, 165, 0), rgba(0, 61, 165, 0.9));
}

.swiper-news .slide-content .slide-text{
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    text-shadow: 2px 2px 5px #000;
    bottom: 17px;
}
.swiper-news .slide-content h4{
    margin-bottom: 0;
}
.swiper-news .slide-content p{
    margin-bottom: 0;
    margin-top: 0;
    color: #FFFFFF;
    text-transform: uppercase;

}
.swiper-news .slide-content p.news-date{
    text-align: right;
}
/*
.swiper-featured-programs img {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}
.swiper-featured-programs img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.swiper-featured-programs .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 88px 16px 24px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 61, 165, 0), rgba(0, 61, 165, 0.9));
    border-radius: 0 0 8px 8px;
}
.swiper-featured-programs .slide-content h5 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}
.swiper-featured-programs .slide-content h4 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}
.swiper-featured-programs .slide-content p {
    color: white;
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
    */