section.section.announcement {
    background: #083996;
}

.modern-ticker {
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 16em;
}

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-body {
    margin: 0;
    position: relative
}

.mt-label {
    padding: 1px 8px 0 12px;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 15px;
}

.mt-news {
    overflow: hidden;
    position: absolute
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-news li {
    float: left;
    position: relative
}

.mt-news li a img.new {
    position: absolute;
    right: -25px
}

.mt-news a {
    padding: 0 10px 0 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
    font-size: 15px
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}

.mt-controls {
    margin: 0 0 0 10px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-next,.mt-play,.mt-prev {
    width: 25px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer
}

.modern-ticker {
    color: #fff
}

.mt-label {
    background-color: #083996;
}

.mt-preloader {
    background: url(preloader.gif) no-repeat center
}

.mt-news ul {
    background-image: url(images/bullet-over.png)
}

.mt-news a {
    color: #fff;
    background-image: url(images/arrow-next.png);
    background-size: 5px;
    line-height: 28px;
    background-position: 7px,15px
}

.mt-news a:hover {
    color: #ffc681;
    background-image: url(images/bullet.png)
}

.mt-controls {
    background-image: url(images/pause.png);
    background: #377dff;
    border-radius: 0px;
    padding: 5px;
    margin: 0px 0;
}

.mt-next,.mt-prev {
    background-color: #377dff
}

.mt-prev {
    background-image: url(images/arrow-prev.png);
    background-size: 6px;
}

.mt-next {
    background-image: url(images/arrow-next.png);
    background-size: 6px;
}

.mt-play {
    background-color: transparent;
    background-image: url(images/play.png);
    margin: 0 1px
}

.mt-pause {
    background-image: url(images/pause.png);
    background-size: 6px;
}

.mt-next:hover,.mt-play:hover,.mt-prev:hover {
    background-color: transparent
}

.mt-next:active,.mt-play:active,.mt-prev:active {
    background-color: transparent
}

.announceTitle i.fa.fa-bullhorn {
    transform: rotate(337deg);
    color: #999;
    margin-right: .4em
}

h3.announceTitle {
    margin-bottom: .3em;
    color: #292929;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600
}
.announcement i.fa.fa-bullhorn {
    transform: rotate(344deg);
    padding-right: 0.5em;
    font-size: 20px;
    padding-top: 2px;
}
