/* Ticker Styling - Fluid Responsive Fix */
.ticker-wrapper.has-js {
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 32px;
    display: block;
    border-radius: 15px;
    background-color: inherit;
    font-size: inherit;
    overflow: hidden;
}
.ticker {
    width: 100% !important;
    max-width: 100% !important;
    height: 23px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.ticker-title {
    padding-top: 9px;
    color: #990000;
    font-weight: bold;
    background-color: #fff;
    text-transform: capitalize;
}
.ticker-content {
    margin: 0px;
    position: absolute;
    color: #506172;
    font-weight: normal;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
}
.ticker-content:focus {
    outline: none;
}
.ticker-content a {
    text-decoration: none;
    color: #1F527B;
}
.ticker-content a:hover {
    text-decoration: underline;
    color: #0D3059;
}
.ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0px;
    background-color: #fff;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 23px;
}
.ticker-swipe span {
    margin-left: 1px;
    background-color: #fff;
    border-bottom: 1px solid #1F527B;
    height: 12px;
    width: 7px;
    display: block;
}
.ticker-controls {
    padding: 8px 0px 0px 0px;
    list-style-type: none;
    float: left;
}
.ticker-controls li {
    padding: 0px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block;
}
.js-hidden {
    display: none;
}
.no-js-news {
    padding: 10px 0px 0px 45px;
    color: #fff;
}
