body.no-header .breadcrumbs {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 25px 0 0 0;
    width: 100%;
}
body.no-header .breadcrumbs .breadcrumbs-content>a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
body.no-header .breadcrumbs .breadcrumbs-content>span {
    color: rgba(255,255,255,.5);
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);        
}
body.no-header .breadcrumbs .breadcrumbs-content>div {
    color: rgba(255,255,255,.8);
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.wrapper-section.header-section .blog-featured-image {
    position: relative;
    height: 50vh;
    min-height: 600px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #0065B5;
    z-index: 1;
}
.wrapper-section.header-section .blog-featured-image::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background-color: #0065B5;
    opacity: .7;
    z-index: 2;
}
.wrapper-section.header-section .blog-featured-image>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.wrapper-section.header-section .blog-featured-image>.section-header-content {
    z-index: 3;
}
.wrapper-section.content-body-page .post-date {
    font-weight: 700;
    margin-bottom: 30px;
}
