﻿.postsContainer {
    width: 668px;
}

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(1) {
        width: 668px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(1) {
        margin-right: 0px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(3) {
        clear: none;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(1) .postImages {
        height: 465px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(1) .postSummary {
        width: 668px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(1) .ThumbnailImage {
        width: 668px;
        height: 366px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(1) .advisorImage {
        width: 130px;
        height: 130px;
        top: 301px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)):not(:nth-child(2)) {
        height: 500px;
    }

        .postsContainer
        ul:not(.rdCommands):not(.searchResults):not(.twoColumn)
        li:not(:nth-child(1)):not(:nth-child(2))
        .postInformation {
            margin-top: 20px;
        }

    /*end css for first two featured posts. Begin for rest.*/

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) {
        width: 319px !important;
        margin-top: 100px !important;
    }

    .postsContainer
    ul:not(.rdCommands):not(.searchResults):not(.twoColumn)
    li:nth-child(3n):not(:nth-child(1)):not(:nth-child(2)),
    .postsContainer
    ul:not(.rdCommands):not(.searchResults):not(.twoColumn)
    li:nth-child(3n + 1):not(:nth-child(1)):not(:nth-child(2)) {
        margin-right: 0;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:nth-child(2n):not(:nth-child(1)) {
        margin-right: 30px !important;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) .postImages {
        height: 260px !important;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) .postSummary {
        width: 319px !important;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) .ThumbnailImage {
        width: 319px !important;
        height: 175px !important;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) .advisorImage {
        width: 110px !important;
        height: 110px !important;
        top: 120px !important;
        border: 3px solid white !important;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)):not(:nth-child(2)) h4 {
        line-height: 26px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) h4 {
        font-size: 20px !important;
        line-height: 35px;
        font-weight: 500 !important;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) h5 {
        font-size: 15px !important;
        font-weight: 400 !important;
        margin-top: 15px;
        margin-bottom: 15px;
        color: black;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) p {
        font-size: 14px !important;
        color: #414042;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults):not(.twoColumn) li:not(:nth-child(1)) .category {
        font-size: 14px !important;
        color: #c16e32;
        margin-top: 20px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li {
        width: 280px;
        float: left;
        position: relative;
        margin-top: 50px;
        margin-right: 50px;
    }

    .postsContainer ul.searchResults.twoColumn li {
        width: 100%;
        padding-right: 0px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li:nth-child(3n) {
        margin-right: 0px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li:nth-child(3n + 4) {
        border: none;
        clear: none;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li:nth-child(2n + 3) {
        border: none;
        clear: none;
        clear: left;
        margin-right: 50px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li .postSummary {
        display: inline;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li .advisorImage {
        width: 80px;
        height: 80px;
        top: 120px;
        left: 30px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li h5 {
        margin-top: 15px;
        margin-bottom: 15px;
        color: black;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li .category {
        font-size: 11px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li .postInformation {
        width: 90%;
        position: relative;
        margin: auto;
        margin-top: 50px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li h5 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li p {
        font-size: 14px;
    }
