div.uc_news_archive a
{
text-decoration: none;
}

div.uc_news_archive table
{
    width: 100%;
}

div.uc_news_archive a.hide_me
{
    display: none;
}

div.uc_news_archive td.image
{
padding-right: 10px;
}

.pic_align {
    width: auto; 
    text-align: center;
}

/* BESPOKE UES-11 */
/* BESPOKE */
.uc_news_archive {
    margin-top: 30px;
}

.uc_news_archive [class*="col-md-"] {
    margin-bottom: 30px;
}

.uc_news_archive h4 a {
    font-size: var(--font-size-header-3);
}

.uc_news_archive .date-time {
    display: inline-block;
    margin: 10px 0 0;
}

.article-label {
    background-color: var(--cyan);
    color: #fff;
    position: absolute;
    left: 30px;
    top: 15px;
    padding: 4px 15px;
    font-family: var(--font-header-slim);
    font-size: 1rem;
}

.uc_news_archive .header-large {
    margin-bottom: 30px;
}

.uc_news_archive .img-center a {
    height: 260px;
    display: block;
}

.uc_news_archive .img-center img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.spotlight-wrapper {
    width: 100% !important;
}

.uc_news_archive .customclearfix {
    display: none !important;
}

.uc_news_archive .news-row::after,
.uc_news_archive .news-row::before {
    display: none !important;
}

.uc_news_archive .news-row {
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .uc_news_archive .spotlight-wrapper .date-time {
        margin-top: 0;
    }

    .uc_news_archive .spotlight-wrapper {
        margin-bottom: 90px;
    }

    .uc_news_archive .spotlight-wrapper h4 a {
        font-size: var(--font-size-header-1);
    }

    .uc_news_archive .spotlight-wrapper .news_block {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    .uc_news_archive .spotlight-wrapper .news_block > .img-center {
        width: 58.33333333%;
        margin-right: 30px;
    }

    .uc_news_archive .spotlight-wrapper .news_block > div {
        width: 41.66666667%;
    }

    .uc_news_archive .spotlight-wrapper .news_block > .img-center a {
        min-height: 420px;
    }
}
/* END BESPOKE */
