﻿.relatedPostsContainer {
    background-color: #ebebe8;
    position: relative;
    background-image: url('../../img/icons/arrowTopLeft.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.rgf.wrapper .relatedPostsContainer > h5 {
    font-size: 30px;
    color: #001d67;
    font-weight: 500;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    width: 85%;
    /* position: relative; */
    /* top: 55px; */
    /* margin-top: 50px; */
    padding-top: 50px;
}

.relatedPostsContainer .postSummary .postImages {
}

.relatedPostsContainer .postSummary {
    width: 80%;
    position: relative;
    margin: auto;
    margin-top: 30px;
}

    .relatedPostsContainer .postSummary a:hover h4 {
        text-decoration: underline;
    }

    .relatedPostsContainer .postSummary .ThumbnailImage {
        width: 100%;
    }

    .relatedPostsContainer .postSummary .advisorImage {
        width: 110px;
        height: 110px;
        border-radius: 500px;
        border: 4px solid white;
        z-index: 2;
        position: absolute;
        top: 135px;
        left: 30px;
    }

    .relatedPostsContainer .postSummary h4 {
        line-height: 40px;
        font-weight: 500 !important;
        color: #001d67;
    }

    .relatedPostsContainer .postSummary h5 {
        font-size: 18px;
        font-weight: 400 !important;
        margin-bottom: 80px;
        color: black;
    }

.relatedPostsContainer .postInformation {
    margin-top: 50px;
}
