.breaking-news-ticker{display:flex;flex-direction:row;justify-content:space-between;align-items:center;overflow:hidden;width:100%;height:3.5em;line-height:3.5em;border:solid 1px rgba(206,37,37,.8);border-radius:3px;box-shadow:0 2px 5px -3px rgba(73,73,73,1)}.bn-label{flex:0 0 4em;height:100%;padding:0 .8em;text-align:center;white-space:nowrap;font-weight:700;background-color:#ce2525;color:#fff}.bn-controls{flex:0 0 6.5em;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bn-controls button{flex:0 0 33.33%;border-style:solid;border-width:0 1px 0 0;border-color:rgba(127,127,127,.3);text-align:center;cursor:pointer}.bn-arrow:before{display:inline-block;font-family:"Font Awesome 5 Free";color:#565656;opacity:.5}.bn-controls button:hover .bn-arrow:before,.bn-controls button:focus .bn-arrow:before{color:#e74847;opacity:1}.bn-arrow.bn-prev:before{font-weight:900;content:'\f053'}.bn-arrow.bn-next:before{font-weight:900;content:'\f054'}.bn-arrow.bn-play:before{font-size:110%;font-weight:400;content:'\f144'}.bn-arrow.bn-pause:before{font-size:110%;font-weight:400;content:'\f28b'}.bn-news{overflow:hidden;margin:0 .2em 0 .1em}.bn-news ul li{display:none;white-space:nowrap;width:100%;color:#333;text-overflow:ellipsis;text-decoration:none;-webkit-transition:color .8s linear;-moz-transition:color .8s linear;-o-transition:color .8s linear;transition:color .8s linear}.bn-news ul li a{white-space:nowrap;text-overflow:ellipsis;text-decoration:none;padding:0 1em 0 .5em;position:relative;display:block;overflow:hidden}.bn-news ul li a:before{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f0da";padding-right:.3em;color:#e74847}.bn-news ul li a:hover{color:#ac1616}.bn-effect-scroll .bn-news ul{display:block;width:100%;position:relative}.bn-effect-scroll .bn-news ul li{display:list-item;float:left;position:relative;width:auto}.bn-news ul li .date{display:inline-block;color:#ac1616;padding-right:.5em;font-size:85%;opacity:.7}.bn-news ul li em{color:#006100}