.news-ticker {
  background: #111;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.news-ticker ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  animation: ticker 90s linear infinite;
}

.news-ticker li {
  display: inline;
  padding: 0 50px;
  font-size: 19px;
}
a.text-white.RemoveHoverStyle img {
    max-width: 40px;
}
ul {}

a.text-white.RemoveHoverStyle img {
    max-width: 40px;
}

.news-ticker {
    background: #323a45;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);
    padding: 0px 0;
    border-top: 3px solid #000;
}
.news-title {
    font-size: 17px;
    color: #fff;
    background:#323a45
}

.news-ticker .col-12.col-md-auto {
    background: #323a45;
    z-index: 9;
    
}

.news-ticker span.divider {
    height: 40px;
    width: 1px;
    display: block;
background: #a7abaf;
}

.news-ticker .col-auto.d-none.d-md-block {
    padding: 0;
}
.modern-ticker {
    width: 100%;
    height: 41px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    color: #000;
}

.NewsTicker.modern-ticker.mt-round.mt-scroll ul li a {
    list-style: none;
    text-decoration: none;
}

div#block-civictheme-newstickerdocuments {
    min-width: 1358px;
}
@keyframes ticker {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
