.tx-hebo-pressannouncements {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 1em;
    margin-bottom: -1em;
}

.csc-header ~ .tx-hebo-pressannouncements {
    margin-top: calc(-2.05em - 30px);
    padding-top: calc(2.05em + 30px);
}

.tx-hebo-pressannouncements .announcement-months {
    margin: 0;
    padding: 0;
    list-style: none;
}

.layout-full-width-breakout .tx-hebo-pressannouncements .announcements {
    padding: 0;
}

.tx-hebo-pressannouncements .announcements::after {
    content: "";
    display: block;
    clear: both;
}

.tx-hebo-pressannouncements .announcements > li {
    margin-bottom: 20px;
}

.tx-hebo-pressannouncements .announcements .title {
    font-weight: bold;
}

@media (min-width: 768px) {
    .layout-full-width-breakout .tx-hebo-pressannouncements {
        background-size: 100vw;
    }

    .tx-hebo-pressannouncements {
        background-size: 100%;
    }

    .tx-hebo-pressannouncements .announcements > li {
        float: left;
        width: 50%;
    }

    .tx-hebo-pressannouncements .announcements > li:nth-child(2n + 1) {
        clear: left;
    }
}


.tx-hebo-pressannouncements span.icon {
    position: absolute;
    font-size:2rem;
    margin-top:4px;
}
.tx-hebo-pressannouncements span.agency {
    display:block;
    margin-left:3rem;
    font-family: 'BrandonBld';
}
.tx-hebo-pressannouncements span.date {
    display:block;
    margin-left:3rem;
    font-family: 'BrandonBld';
}

.tx-hebo-pressannouncements .announcment-item h5 {
    margin-left:5px;
}