
.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 35px;
    border: 1px solid #efefef;
    margin-top: 45px;
    background: #f0f6f9;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .acme-news-ticker {
        margin-top:0
    }
}

.acme-news-ticker-label {
    /* background: #212a58;
    padding: 9px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: 25px;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px; */
    font-size: 14px;
    background: #031d44;
    float: left;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    letter-spacing: 1px;
    padding: 6px 20px;
    position: relative;
    z-index: 9;
    width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 18px;
}
.acme-news-ticker-label:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #031d44;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    margin: auto;
}
@media (max-width: 575px) {
    .acme-news-ticker-label {
        position:absolute;
        top: -45px
    }
}

.acme-news-ticker-box {
    height: 100%;
    padding-top: 6px;
    overflow: hidden
}

@media (max-width: 575px) {
    .acme-news-ticker-box {
        padding-left:10px;
        padding-right: 120px
    }
}

.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none!important;
    padding: 0;
    margin: 0
}

.acme-news-ticker-box ul li a {
    text-decoration: none;
    color:#000;
    font-size: 14px;
}

.acme-news-ticker-controls {
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0
}

.acme-news-ticker-controls button {
    height: 100%;
    background: #f0f6f9;
    padding: 0;
    width: 40px;
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block
}

.acme-news-ticker-controls button:hover {
    background: #eee
}

.acme-news-ticker-controls button.acme-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative
}

.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
    border-color: #031d44;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px
}

.acme-news-ticker-controls button.acme-news-ticker-pause {
    position: relative;
    display: inline-block
}

.acme-news-ticker-controls button.acme-news-ticker-pause:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-color: #031d44;
    border-style: solid;
    border-width: 0 2px 0;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
    transform: translate(-50%,-50%) rotate(135deg)
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
    transform: translate(-50%,-50%) rotate(315deg)
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
    transform: translate(-50%,-50%) rotate(225deg)
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
    transform: translate(-50%,-50%) rotate(405deg)
}