/* Rewrite much of the Vitality CSS for the Blog pages */

.blog-header {
    padding: 0px !important;
    background-size: cover !important;
}

/*
@media (min-width: 1024px) {
    .blog-header {
        background-size: contain !important;
    }
}

@media (min-width: 1500px) {
    .blog-header {
        background-size: cover !important;
    }
}
*/

    .blog-header div.container {
        max-width: none !important;
        padding-top: 80px;
        padding-right: 2em;
        padding-bottom: 120px;
        padding-left: 2em;

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&1+0,0.85+50,0+100 */
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0.45) 49%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,0.45) 49%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0.45) 49%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    @media (min-width: 576px) {
        .blog-header div.container {
            padding: 100px 2em;
        }
    }

    @media (min-width: 768px) {
        .blog-header div.container {
            padding: 120px 2em;
        }
    }

    @media (min-width: 992px) {
        .blog-header div.container {
            padding: 170px 2em;
        }
    }

.blog-header-title span {
    font-weight: 700 !important;
    font-size: 1.8rem !important;
}

@media (min-width: 768px) {
    .blog-header-title span {
        font-size: 2.2rem !important;
    }
}
@media (min-width: 1200px) {
    .blog-header-title span {
        font-size: 2.8rem !important;
    }
}

@media (min-width: 1024px) {
    .call-to-action {
        background-attachment: inherit;
    }
}

.blog-page-section {
    background-color: #f3f3f3;
}

    .page-section.first {
        padding-top: 0px;
    }

    .page-section.last {
        padding-bottom: 0px;
    }

@media (min-width: 992px) {
    .blog-page-section div.container {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .blog-page-section div.container {
        max-width: 1140px;
    }
}

.blog-article-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: -60px;
    z-index: 999;
    background-color: #ffffff;
    max-width: 800px;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    text-align: left;
}

@media (min-width: 576px) {
    .blog-article-container {
        padding: 40px;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 16px;
    }
}

    .blog-article-container h1 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        font-weight: 700;
    }

    .blog-article-container h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .blog-article-container hr.colored {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .blog-article-container .blog-article-image-container {
        margin-bottom: 1rem;
        cursor: pointer;
    }

        .blog-article-container .blog-article-image-container .blog-article-image img {
            width: 100%;
        }

        .blog-article-container .blog-article-image-container .blog-article-image-caption {
            text-align: right;
            font-size: 0.6rem;
            color: #ffffff;
            background-color: rgba(0,0,0,0.5);
            position: relative;
            top: -0.9rem;
            padding-right: 0.5em;
            margin-bottom: -0.9rem;
        }

        @media (min-width: 576px) {
            .blog-article-container .blog-article-image-container .blog-article-image-caption {
                font-size: 0.8rem;
                top: -1.2rem;
                margin-bottom: -1.2rem;
            }
        }

        .blog-article-container .blog-article-image-container.full-width {
            margin-left: -40px;
            margin-right: -40px;
        }

.blog-article-hcenteralign {
    text-align: center !important;
}

.blog-article-end {
    text-align: center !important;
    margin-bottom: 0px;
}

    .blog-article-end img {
        width: 48px;
        padding-top: 40px;
    }

.more-articles-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-top: 40px;
    z-index: 999;
    background-color: #ffffff;
    width: 800px;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    text-align: center;
}

    @media (min-width: 576px) {
        .more-articles-container {
            padding-left: 40px;
            padding-right: 40px;
            margin-top: 40px;
            margin-left: 20px;
            margin-right: 20px;
            text-align: left;
            border-radius: 16px;
        }
    }

    @media (min-width: 1200px) {
        .more-articles-container {
            width: 260px;
        }
    }

.more-articles-container h1 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

    .more-articles-container .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .more-articles-container .other-article-container {
        margin-bottom: 40px;
    }

    @media (min-width: 576px) {
        .more-articles-container .other-article-container {
            float: left;
            /*max-width: 33%;*/
            /*min-width: 190px;*/
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    @media (min-width: 1200px) {
        .more-articles-container .other-article-container {
            float: none;
            /*max-width: none;*/
            padding-right: 0px;
            padding-left: 0px;
            /*min-width: 0px;*/
        }
    }

        .more-articles-container .other-article-container .other-article-image {
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            text-align: center;
        }

            .more-articles-container .other-article-container .other-article-image img {
                width: 108px;
                -webkit-box-shadow: 0 1px 8px 0 rgba(0,1,1,.2);
                -moz-box-shadow: 0 1px 8px 0 rgba(0,1,1,.2);
                box-shadow: 0 1px 8px 0 rgba(0,1,1,.2);
                border-radius: 8px;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
            }

                .more-articles-container .other-article-container .other-article-image img:hover, .more-articles-container .other-article-container .other-article-image img.hover {
                    box-shadow: 0 1px 8px 0 rgba(0,1,1,.6);
                }

.more-articles-container .other-article-container .other-article-title {
    margin-top: 0.8em;
    line-height: 1.3;
    text-align: center;
}

.more-articles-container a {
    /*color: #212529;*/
    color: #004A61;
    padding-top: 1rem;
    font-size: 1.1rem;
}

    .more-articles-container a:hover, .more-articles-container a.hover {
        /* text-decoration: underline;*/
        color: #212529;
    }