﻿body {
}
.blog_post_title {
    border-left-color: #00245d !important;
}

    .blog_post_title h1 {
        color: #00245d;
    }

.blog_post_text h1, h2, h3, h4, h5{
    font-weight: bold;
    color: #0A1C5C;
    text-decoration: none;
}

.blog_post_text a {
    font-weight: bold;
    color: #0A1C5C;
    text-decoration: none;
}

.blog_post_text a:hover {
    text-decoration: underline;
}

.blog_post_social_share {
    margin-left: -5px;
}

.blog_post_social_share a,
.blog_post_social_share a:hover {
    text-decoration: none;
}

.blog_post_social_share img {
    width: 40px;
    padding: 5px;
}

.blog_post_banner {
    width: 100%;
    height: auto;
}
