/* Carousel Announcement Styles */

#abstractMarqueeWrapper {
    width: 50%;
    cursor: pointer;
    padding: 25px;
    text-align: center;
}

#abstractMarquee {
    font-size: 18px;
    line-height: 1.5;
}

#abstractMarquee img {
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

#abstractMarquee strong {
    color: #fff;
    font-size: 19px;
}

#abstractMarquee span {
    color: #fdd779;
    font-size: 18px;
}

