﻿.postsContainer {
    width: 1300px;
}

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

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1),
    .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) {
        width: 635px;
    }

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

        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1) .postImages,
        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) .postImages {
        }

        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1) .postSummary,
        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) .postSummary {
        }

        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1) .ThumbnailImage,
        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) .ThumbnailImage {
        }

        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1) .advisorImage,
        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) .advisorImage {
            width: 125px;
            height: 125px;
            top: 271px;
            left: 30px;
        }

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

        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1) h5,
        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) h5 {
            font-size: 18px;
        }

        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1) p,
        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) p {
            font-size: 16px;
        }

        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(1) .category,
        .postsContainer ul:not(.rdCommands):not(.searchResults) li:nth-child(2) .category {
            font-size: 14px;
        }

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

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) {
        width: 400px;
        margin-top: 100px;
    }

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

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) .postImages {
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) .postSummary {
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) .ThumbnailImage {
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) .advisorImage {
        width: 110px;
        height: 110px;
        top: 160px;
        left: 30px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) h4 {
        font-size: 25px;
        line-height: 35px;
    }

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

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) p {
        font-size: 16px;
    }

    .postsContainer ul:not(.rdCommands):not(.searchResults) li:not(:nth-child(1)):not(:nth-child(2)) .category {
        font-size: 14px;
    }

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

        .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: left;
        }

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

        .postsContainer ul.searchResults:not(.rdCommands):not(.twoColumn) li .advisorImage {
            width: 110px;
            height: 110px;
            top: 160px;
            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: 14px;
        }

        .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 {
        width: 400px;
        margin-top: 100px;
        margin-right: 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: 16px;
        }
