
.blog {
    position: relative;
    display: block;
    margin-top: -20px;
    background: #fff;
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 5px rgba(0,0,0,.1)
}

    .blog .col-md-4 {
        padding: 0 25px;
    }

    .blog .paging {
        margin-top: 0;
    }


    .blog .blog-item {
        display: block;
        margin: 0 0 20px 0;
    }

    .blog h2.arth2 {
        font-size: 2.5em;
        font-weight: 500;
        color: #000000;
        position: relative;
    }

        .blog h2.arth2 span {
            content: "";
            position: absolute;
            height: 1px;
            width: 65%;
            background: #000;
            padding: .5px 0;
            top: 49.75%;
            right: 0;
        }

    .blog h3 {
        font-size: 1.75em;
        font-weight: 500;
        color: #000000;
        line-height: 31px;
        font-family: "plantagenet cherokee";
        margin: 15px 0;
    }

        .blog h3 a,
        .blog h3 a:hover,
        .blog h3 a:focus {
            text-decoration: none;
            color: #000000;
        }

    .blog .auth-date {
        display: flex;
        font-size: .85em;
        text-transform: uppercase;
    }
/* .blog .auth-date > div{padding: 0 5px } */
.blog-card-summary {
    margin: 25px 0;
}

.blog .author,
.blog .date {
    font-size: .9em;
    font-family: "plantagenet cherokee";
    color: #000;
}

    .blog .author a {
        color: #000;
    }

.blog .summary {
    display: block;
    margin: 10px 0;
}

.blog .summary-img img {
    display: block;
    width: 100%;
}

.blog .author a {
    padding-right: 0;
    margin-right: 0;
}

    .blog .author a:last-child {
        margin-right: 5px;
    }

.blog .comments {
    display: none;
    margin-bottom: 10px;
}

.blog .tags {
    display: none;
    margin-bottom: 10px;
    font-size: 10pt;
}

.blog .category {
    display: none;
    margin-bottom: 10px;
    font-size: 10pt;
}

.blog-pager {
    margin: 25px 0 0;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 5px rgba(0,0,0,.1);
    padding: 20px 40px;
}

    .blog-pager .sortStatus {
        display: none;
    }

    .blog-pager .paging {
        margin: 0;
    }

    .blog-pager .genericPager li.active {
        color: #fff;
        border-radius: 0;
        background: #0078c1;
        padding: 2px 5px;
    }

    .blog-pager .genericPager li:last-child {
        display: none;
    }

    .blog-pager .genericPager li a {
        border: none;
        background: #ffffff;
        color: #0078c1;
        font-weight: normal;
        font-size: 1.1em;
    }


.blog .details .author {
    margin: 30px 0;
}

.blog .details img {
    display: block;
    margin: 0 auto 30px 0;
}

.blog .details .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.blog .details .blog-img img {
    float: none;
    margin: 0px 0px 30px 0px;
}

.blog .details h2 {
    margin: 0 0 1em 0;
}

.blog .details h3 {
    margin: 0.75em 0 0.625em 0;
    color: #000;
}

.blog-archives {
    display: block;
}

    .blog-archives .show-hide-trigger {
        margin: 15px 0;
    }

    .blog-archives ul {
        list-style-type: none;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

        .blog-archives ul li {
            display: block;
        }

            .blog-archives ul li a {
                display: inline-block;
                margin: 2px 0;
            }

.blog .author-mod {
    display: block;
    margin: 5px 0 20px;
    padding: 20px;
    border: 1px solid #eeeeee;
}

.blog .author-img {
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

    .blog .author-img img {
        margin: 0;
        max-height: 100px;
    }

.blog .author-name {
    display: block;
    margin-bottom: 5px;
}

    .blog .author-name a {
        text-decoration: none;
    }

        .blog .author-name a:hover,
        .blog .author-name a:focus {
            text-decoration: underline;
        }

.blog .author-desc {
    display: block;
    font-size: 13px;
    line-height: 1.5em;
}

.blog .related {
    display: block;
    margin-bottom: 40px;
}

    .blog .related ul {
        margin-left: 0.625em;
        padding-left: 0.625em;
    }

        .blog .related ul li {
            margin: 5px 0;
        }

            .blog .related ul li a {
                text-decoration: none;
            }

                .blog .related ul li a:focus,
                .blog .related ul li a:active {
                    text-decoration: underline;
                }



.blog-rail-mod {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 5px rgba(0,0,0,.1);
    padding: 20px 40px;
    margin: 20px 10px;
}

    .blog-rail-mod:first-of-type {
        margin-top: 0;
    }

    .blog-rail-mod select {
        display: block;
    }

.blog-rail-hdng {
    display: inline-block;
    margin: 0 0 10px 0;
    font-family: "plantagenet cherokee";
    font-size: 1.25em;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

    .blog-rail-hdng label {
        font-weight: 700;
        color: #555555;
    }

.blog-rail-mod h3 {
    margin-top: 10px;
    font-size: 12pt;
    font-weight: 600;
}

.blog-rail-mod h4 {
    margin-top: 10px;
    font-size: 11pt;
    font-weight: 600;
}

.blog-rail-mod .blog-rail-search input[type="search"] {
    margin-bottom: 0;
}

.blog-rail-recent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11pt;
    line-height: 1.5em;
}

    .blog-rail-recent ul li {
        margin: 5px 0;
    }

.bannerblogs a {
    display: block;
    position: relative;
}

.bannerblogs .feature-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    color: #fff;
    text-align: left;
    background: rgba(5, 44, 101, .8);
}

    .bannerblogs .feature-content h2 {
        color: #fff;
        font-size: 1em;
        padding: 10px;
    }

    .bannerblogs .feature-content h2 {
        font-size: 1em;
    }

/* blog bg image*/
.slide-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .slide-item::before {
        content: '';
        display: block;
        padding-bottom: 50%;
    }

@media(min-width:48em) {
    .slide-item::before {
        padding-bottom: 38%;
    }
}

@media(min-width:48em) {
    .bannerblogs .feature-content h2 {
        font-size: 1.5em;
    }
}

.blog .details h2.author {
    margin: 0.825em 0 0;
    font-size: 21pt;
    font-weight: 500;
    color: #002C73;
    line-height: 31px;
}


.bannerblogs .slick-arrow {
    position: absolute;
    top: 10px;
    z-index: 10;
}

.bannerblogs .slick-prev {
    width: 40px;
    height: 40px;
    color: transparent;
    text-indent: -99999px;
    border: none;
    background: transparent;
    top: 10px;
    right: 40px;
    left: auto;
    margin: auto;
}

.bannerblogs .slick-next {
    width: 40px;
    height: 40px;
    color: transparent;
    text-indent: -99999px;
    border: none;
    background: transparent;
    top: 10px;
    right: 20px;
    margin: auto;
}


.bannerblogs .slick-prev:after {
    content: " ";
    width: 30px;
    height: 30px;
    z-index: 11;
    top: 20px;
    left: 0px;
    position: absolute;
    transform: rotate(45deg);
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.bannerblogs .slick-next:after {
    content: " ";
    width: 30px;
    height: 30px;
    z-index: 11;
    top: 20px;
    right: 0px;
    position: absolute;
    transform: rotate(-45deg);
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}




/* @media (min-width:768px) {
    .blog {margin-top:-50px;}
} */

@media (max-width:479px) {
    .blog .summary img {
        display: table;
        float: none;
        margin: 2px auto 10px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .blog {
        padding: 20px
    }

        .blog h3 {
            font-size: 1.25em;
        }
}

@media only screen and (min-width: 60em) {
    .bannerblogs {
        margin: -10px 25px;
    }

        .bannerblogs .feature-content {
            padding: 40px;
        }

            .bannerblogs .feature-content h2 {
                padding: 0;
                margin: 0;
                font-size: 2.75em;
            }
}


/* Updated blog Styles */
.blog-details-title {
    color: black;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 20px 0 !important;
}


@media(min-width:48em) {
    .blog-details-title {
        font-size: 3.125rem;
    }
}

.author-line {
    display: block;
    position: relative;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media(min-width:48em) {
    .author-line {
        position: static;
        display: flex;
        align-items: center;
        padding: 0;
    }
}

.author-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: black;
}

@media(min-width:48em) {
    .author-line::after {
        content: '';
        position: static;
        left: auto;
        right: auto;
        display: inline-block;
        -webkit-box-flex: 1;
        width: auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}



.blog-tags {
    margin: 0 0 20px 0;
}

    .blog-tags a {
        background: #bfb6b0;
        padding: 5px;
        color: black;
        font-weight: 700;
    }
/* social button overwrite*/

.social-media a {
    padding: 2px 65px !important;
    margin: 0 5px 15px 0;
}

@media(min-width:434px) {
    .social-media a {
        padding: 2px 65px !important;
    }
}

.blog-rail-hdng.blog-rail-hdng-flexed {
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: none;
}

.social-media .a2a_dd {
    background: #0166ff;
}
/* [href*="/rss/blogs.aspx"] {background:#e4723c;} */
.social-media a img {
    width: 32px;
    height: 32px;
}

.social-media .a2a_default_style a img {
    margin: 0 !important;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_button_linkedin {
    background: #007bb5;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_button_facebook {
    background: #3b5998 !important;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_svg.a2a_s__default.a2a_s_facebook {
    background: #3b5998 !important;
}
/*Important is needed. There RGBA inline to FB icon that is not in our code*/
.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_button_twitter {
    background: #55acee;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_button_rss {
    background: #e4723c;
}

.a2a_svg.a2a_s__default.a2a_s_feed {
    width: 32px;
    height: 32px;
}

.rss-link {
    margin-left: 10px;
    font-size: .8em;
    color: black;
}

/*
  Overwrites to titles
  */
.arth2.arth2-flex {
    position: relative;
    padding: 10px 0;
}

.blog h2.arth2 span {
    content: none;
    position: static;
    height: 0;
    width: auto;
    padding: 0;
    top: auto;
    right: auto;
    background: none;
}

@media(min-width:48em) {
    .arth2.arth2-flex .blog-line {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0;
    }
}

.arth2.arth2-flex .blog-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: black;
}

@media(min-width:48em) {
    .arth2.arth2-flex .blog-line::after {
        content: '';
        position: static;
        left: auto;
        right: auto;
        display: inline-block;
        -webkit-box-flex: 1;
        width: auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}
