.featured-posts .single-post,
.featured-posts .single-post *,
.featured-posts .single-post:hover * {
    text-decoration: none !important;
}

.featured-posts .single-post {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #FFFFFF;
    box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #E1E1E1;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: 300ms all linear;
}

.featured-posts .single-post:hover {
    border: solid 1px #DADADA;
    /*background-color: #f6f6f6;*/
    background-color: #F0F0F0;
}

.featured-posts .single-post:hover .image {
    opacity: 0.9;
}

.featured-posts .single-post .image {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    opacity: 1;
    transition: 300ms all linear;
}

.featured-posts .single-post .snippet-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.featured-posts .single-post .title {
    margin-top: 10px;
    margin-left: 18px;
    margin-right: 18px;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #004f81;
}

.featured-posts .single-post .meta {
    display: flex;
    margin-top: 5px;
    margin-left: 18px;
    margin-right: 18px;
    color: #999999;
}

.featured-posts .single-post .meta .separator {
    margin: 0 5px;
}

.featured-posts .single-post .meta .separator:before {
    content: '|';
}

.featured-posts .single-post .excerpt {
    flex: 1;
    margin: 10px 18px;

    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #292522;
    /*max-height: 131px;*/
    /*overflow: hidden;*/
}

.featured-posts .single-post .read-more {
    margin: 10px 18px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #004f81;
}
