.landing-carousel2 {
    color: white;
    background: #005A99;
    background: -moz-linear-gradient(left, #005A99 0%, #020E22 100%);
    background: -webkit-linear-gradient(left, #005A99 0%, #020E22 100%);
    background: linear-gradient(to right, #005A99 0%, #020E22 100%);
}

.landing-carousel2 .carousel-arrow {
    color: white;
}

.landing-carousel2 .carousel-dot {
    background-color: white;

}

.landing-carousel2 .btn {
    background-color: white;
    color: #1d3c69;
}

.landing-carousel2 .program-mouseover-text.active {
    color: var(--active-color) !important;
}