.l-trending .ticker-wrapper.has-js {
  margin: 0;
  padding: 0;
  height: 2.188rem;
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 1.25rem; }

.l-trending .ticker {
  width: 100%;
  height: 2.188rem;
  display: block;
  position: relative;
  overflow: hidden; }

.l-trending .ticker-title {
  display: none;
  width: 0; }

.l-trending .ticker-content {
  display: none;
  line-height: 2.063rem;
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
  width: auto; }
  .l-trending .ticker-content:focus {
    outline: none; }
  .l-trending .ticker-content.is-paused {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }

.l-trending .ticker-swipe {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 2.188rem; }
  .l-trending .ticker-swipe span {
    margin-left: 0.0625rem;
    height: 2.188rem;
    width: 0.4375rem;
    display: block; }
    .l-trending .ticker-swipe span:after {
      content: "_"; }

.l-trending .ticker-content, .l-trending .ticker-swipe {
  background-color: #ffffff; }

.l-trending .ticker-controls {
  position: absolute;
  right: 0;
  float: left;
  list-style-type: none;
  float: left;
  height: 2.188rem;
  top: 0; }
  .l-trending .ticker-controls li {
    padding: 0;
    margin: 0.375rem 0 0.375rem 0.4375rem;
    float: left;
    cursor: pointer;
    height: 1.438rem;
    width: 1.438rem;
    display: block;
    line-height: 1.313rem;
    text-align: center;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .l-trending .ticker-controls li:after {
      height: 1.313rem;
      width: 1.313rem;
      line-height: 1.313rem;
      opacity: 0.8;
      display: inline-block;
      content: "\f04c";
      font-family: "Fontawesome"; }
    .l-trending .ticker-controls li:hover {
      background-color: #0098f7;
      border-color: #0098f7;
      color: #f8f9fa; }
      .l-trending .ticker-controls li:hover:after {
        opacity: 1; }
    .l-trending .ticker-controls li.jnt-prev:after {
      content: "\f104"; }
    .l-trending .ticker-controls li.jnt-next:after {
      content: "\f105"; }
    .l-trending .ticker-controls li.jnt-play-pause {
      display: none; }
    .up-down-controls .l-trending .ticker-controls li:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

@media (max-width: 767.98px) {
  .l-trending .ticker-controls {
    display: none; } }

.l-trending {
  width: 100%;
  height: 35px;
  line-height: 35px; }
  .l-trending__title {
    padding: 0 10px;
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    position: relative;
    background: #569ae4; }
  .l-trending__title:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-left: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid #569ae4; }
  .l-trending__items {
    margin: 0;
    padding: 0px;
    height: 35px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 10px; }

.b-trending-news-item {
  color: #343a40;
  font-size: 80%; }
  .b-trending-news-item:hover {
    color: #0098f7;
    text-decoration: none; }
