﻿/**** Blog Post Styling ****/

.banner {
    padding: 44px 0px 28px 0px;
}

.title-container, .post-thumbnail {
    margin-bottom: 32px;
}

    .title-container a, .title-container a:hover {
        text-decoration: none;
    }

    .post-thumbnail .thumbnail-img {
        width: 100%;
        height: 350px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

#search-container {
    margin-bottom: 32px;
}

.share-post-container {
    margin-top: 64px;
    margin-bottom: 80px;
}

#blog-post .date-title {
    color: #9B9B9B;
    margin-bottom: 8px;
}

#blog-post .post-detail {
    font-size: 18px;
    color: #424242;
    margin-bottom: 40px;
}

    #blog-post .post-detail div:first-of-type {
        margin-bottom: 13px;
    }

#blog-post .post-content {
    font-size: 16px;
    font-weight: inherit;
    color: #424242;
    line-height: 22px;
    margin-bottom: 24px;
}

    #blog-post .post-content h2 {
        font-size: 24px;
        line-height: 30px;
        white-space: normal;
        color: #0D6940;
    }

    #blog-post .post-content a:link:not(.cta_button),
    #blog-post .post-content a:visited,
    #blog-post .post-content a:active,
    #blog-post .post-content a:hover {
        color: #007bff;
    }

.post-nav {
    display: table;
    width: 100%;
}

    .post-nav div {
        display: table-cell;
    }

        .post-nav div a {
            color: #006F4B !important;
            font-size: 16px;
            text-decoration: normal;
        }

@media only screen and (max-width: 991px) {
    .col-md-4,
    .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-4 {
        margin-top: 21px;
    }

    .share-post-container {
        margin-top: 0px;
        margin-bottom: 24px;
    }

    #search-container {
        margin-bottom: 24px;
    }

    .text-blog-search {
        margin: 0px;
    }
}

@media (max-width: 576px) {
    .banner {
        padding: 32px 0px 24px 0px;
    }

    .title-container, .post-thumbnail {
        margin-bottom: 16px;
    }

        .post-thumbnail .thumbnail-img {
            height: auto;
            min-height: 105px;
        }

    #blog-post .post-detail {
        margin-bottom: 16px;
    }

        #blog-post .post-detail div:last-of-type {
            margin-top: 8px;
        }

    .share-post-container h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .whitepaper-container {
        margin-bottom: 24px;
    }

        .whitepaper-container .post-container .post-title {
            font-size: 14px;
            line-height: 18px;
            margin: 12px 12px 4px 12px !important;
        }

        .whitepaper-container .post-container .post-excerpt {
            font-size: 12px;
            line-height: 16px;
            height: auto;
            margin-bottom: 8px;
        }

        .whitepaper-container .cta-container {
            display: none;
        }
}
