#break-wrapper{background:#f5f5f5;border:1px solid #e9e9e9;border-top:0;padding:5px;box-sizing:border-box;margin:0 auto}

#dxn-news-ticker{display:flex;width:100%;height:30px;overflow:hidden;box-sizing:border-box;line-height:30px}

.dxn-news-label{position:relative;z-index:2;flex:0 0 auto;height:30px;padding:0 12px;background:#1d3765;color:#fff;font-size:10px;font-weight:700;line-height:30px;text-transform:uppercase}

.dxn-news-window{position:relative;flex:1;min-width:0;height:30px;overflow:hidden}

.dxn-news-track{display:flex;width:max-content;height:30px;align-items:center;will-change:transform;animation:dxnNewsMove 35s linear infinite}

.dxn-news-item{display:flex;align-items:center;height:30px;margin:0 60px 0 15px;color:#2875bd;text-decoration:none;font-size:13px;font-weight:400;line-height:30px;white-space:nowrap}

.dxn-news-item:hover{color:#1d3765;text-decoration:none}

.dxn-news-type{margin-right:6px;color:#444;font-weight:700}

.dxn-news-title{color:#2875bd}

.dxn-news-date{margin-left:6px;color:#777;font-size:12px}

@keyframes dxnNewsMove{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}

#dxn-news-ticker:hover .dxn-news-track{animation-play-state:paused}

@media screen and (max-width:767px){
  #break-wrapper{padding:5px 0}
  .dxn-news-label{padding:0 9px;font-size:9px}
  .dxn-news-item{margin-right:40px;margin-left:12px;font-size:12px}
  .dxn-news-date{font-size:11px}
}
