.ticker-section {
    position: relative;
}
.feed-item--small {
    margin-bottom: 32px;
    height: auto;
    max-width: 64rem;
    margin-right: auto;
    display: block;
    border-bottom-color: rgb(36, 49, 66);
    border-bottom-style: none;
    border-bottom-width: 0px;
    overflow: hidden;
}
.feed-item--small .date-cube, .feed-item--small .content{
    display: inline-block;
}
.date-cube {
    float: left;
    width: 2.5rem;
    text-align: center;
}
.date-cube .cal_date_month {
    color: #4c5a69;
    font-size: .8125rem;
    text-transform: uppercase;
}
.date-cube .cal_date_day {
    font-family: BentonSansBold,Arial,sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 4px;
    line-height: 1;
}
.feed-item .date-cube, [class^=lw_item] .date-cube {
    line-height: 1;
    width: 2.5rem;
}
.feed-item--small p.title {
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-weight: 400;
}
.feed-item--small .meta.time {
    color: #243142;
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}
.feed-item--small .date-cube+.content {
    float: right;
    width: calc(100% - 48px);
    font-size: 1rem;
    margin-bottom: 1.25rem;
}