.programs-bg:before {
    content: " ";
    background-color: #105384;
    background-image: url("../../../images/programs-bg.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 55%;
}

.program-carousel-section {
    overflow: hidden;
}

.program-carousel.swiper {
    overflow: visible;
    padding-bottom: 3rem;
}

.program-carousel .program-container {
    box-shadow: #00000029 0 3px 10px;
    max-width: 50%;
}

.program-carousel .program {
    background-color: white;
    padding: 1rem;
}

.program-image-section {
    position: relative;
}

.program-carousel .featured {
    height: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.program-carousel .featured.fallback {
    opacity: .4;
}

.program-carousel h3.program-title  {
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    max-width: 270px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.program-carousel a {
    text-decoration: none;
}

.program-carousel .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1rem 2rem 0;
    background: white;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 85px;
    object-fit: cover;
}

.program-carousel .permalink {
    background-color: #1E79BD;
    color: white;
    display: inline-block;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 100%;
    font-size: 26px;
    transition: .3s ease-in-out all;
    text-decoration: none;
}

.program-carousel .permalink:hover {
    background-color: #0d163e;
    color: white;
}

.program-carousel .permalink .fas {
    width: 26px;
    display: block;
    margin-left: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.program-carousel .swiper-pagination-bullet {
    background-color: transparent;
    border: solid 2px #7894ae;
    padding: 7px;
    opacity: 1;
}

.program-carousel .swiper-pagination-bullet-active {
    background-color: #15416e;
}