﻿div.uc_news_block .newsimage
{
    text-align: center;
    display: inline !important;
}

div.uc_news_block .news_block
{
    cursor: pointer;
}

/* BESPOKE */
.uc_news_block h2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin: 40px 0 60px;
}

.uc_news_block h4 {
    margin: 20px 0 5px;
}

.uc_news_block h4 a {
    font-size: 22px;
}

.uc_news_block p {
    line-height: 1.5;
    height: 65px;
    overflow: hidden;
    margin-bottom: 5px;
}

.uc_news_block .read-more span {
    color: #038BC5;
    font-family: LatoBold !important;
}

/* Margin exception news blocks breakout row */
.row-breakout .uc_news_block h2 {
    margin-top: 0;
}

/* Alternative styling for news blocks 6 columns wide */
.uc_news_block .col-md-6 .news_block {
    display: flex;
    flex-flow: row nowrap;
}

.uc_news_block .col-md-6 .img-center {
    width: 25%;
    flex-shrink: 0;
    margin-right: 15px;
}

.uc_news_block .col-md-6 h4 {
    margin-top: 0;
}

@media (max-width: 991px) {
    .uc_news_block .news_block {
        display: flex;
        flex-flow: row nowrap;
    }

    .uc_news_block [class*="col-md-"] {
        margin-bottom: 30px;
    }

    .uc_news_block .img-center {
        width: 25%;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .uc_news_block h4 {
        margin-top: 0;
    }
}
/* END BESPOKE */