#teaserCarousel {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}
#teaserCarousel .nav,
#teaserPills {
    background-color: #eee;
}
#teaserPills a {
    color: #337ab7;
    font-size: 14px;
}
#teaserPills .nav-item.active,
#teaserPills .nav-item.active a {
    color: #fff;
    background-color: #009DE0;
}
.carousel-caption {
    left: 0;
    right: 15%;
    bottom: 1.25rem;
    padding: 1.125rem;
    color: #7F7F7F;
    text-align: left;
    font-size:14px;
    background-color: rgba(255, 255, 255, 0.92);
}
.carousel-caption h5 {
    font-size:24px;
    color: #009DE0;
}
