.newsroom .newsroom-section {
    width: 629px;
    float: left;
}

.newsroom .newsroom-section .newsroom-content {
    width: 629px;
    margin-bottom: 50px;
}

.newsroom .bucket button {
    left: auto;
    top: auto;
    margin-top: -50px;
    margin-right: 10px;
    bottom: 0;
    float: right;
    cursor: pointer;
}

.newsroom .bucket p {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
    color: #ffffff;
}





/*********************************************************
        
      G E N E R I C    A R T I C L E    L I S T I N G

*********************************************************/

.newsroom .news-listing {
    width: 629px;
    float: left;
}

.newsroom .news-listing .news-article {
    min-height: 350px;
    width: 100%;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.newsroom .news-listing #dark-bg {
    background-color: #F4F4F4;
}

.newsroom .news-listing .news-article .date-banner {
    width: 85px;
    height: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1173B9;
    padding-top: 20px;
    margin-bottom: 25px;
}

.newsroom .news-listing .news-article .date-banner h3 {
    font-size: 30px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    text-align: center;
}

.newsroom .news-listing .news-article .date-banner h5 {
    font-size: 18px !important;
    line-height: 18px !important;
    color: #ffffff !important;
    text-align: center;
    opacity: 1;
}

.newsroom .news-listing .news-article h2 {
    opacity: 0.8;
}

.newsroom .btn-wrapper i {
    margin-right: 15px;
}