.news_gsap {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 150px;
    background: #fcf8e4;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

li {
    list-style: none;
    margin: 0 3em 0 0;
    padding: 0;
    display: inline-block;
    font-family: sans-serif;
    line-height: 50px;
    vertical-align: center;
    color: #328645;
}

b{ color: #175927; 
  font-size:x-large;}
byline{ color:#666; } 
span {
    display: inline-block;
}

.ticker-items,
.ticker-wrapper {
    display: inline-block;
}
/* This is so you can see how the looping is working */
.ticker-items:nth-child(2) {
    background: rgba(255, 255, 255, 0.25);
}

li{ line-height:30px}