#hero-single {
    padding: 0 0 60px 0;
}
#hero-inner {
    max-width: 1120px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#hero-single .hero-title {
    margin: 0 0 24px 0;
}
#hero-single .hero-text {
    margin: 0 0 30px 0;
}
#hero-single .hero-button-wrapper {
    display: flex;
}
#hero-single .sup {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    /* margin: 0 0 12px 0; */
}
.page-template-page-blog-template #hero-single .sup {
    display: none;
}
#hero-single h1 {
    font-size: 48px;
    line-height: 56px;
    color: #fff;;
}
.featured-image .resource-hero-text {
    padding: 64px;
}
.featured-image .resource-hero-text .row {
    width: 100%;
}
.featured-image .author-box a,
.featured-image .author-box {
    font-size: 18px;
    line-height: 28px;
    color: #fff;;
}
.featured-image .image-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 9;
}
.featured-image .container {
    position: relative;
}
#hero-single .image-wrapper {
    display: flex;
    align-items: center;
    max-height: 400px;
    overflow: hidden;
}
#hero-single .image-wrapper picture {
    width: 100%;
    height: 100%;
}
.image-wrapper {
    object-fit: cover;
}
.image-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    /*max-height: 400px;*/
}

@media (max-width: 1180px) {
    #hero-inner {
        padding: 0 30px;
    }
}
@media (max-width: 998px) {
    .featured-image .resource-hero-text {
        padding: 20px;
    }
    .resource-hero-text .row {
        margin: 0;
        padding: 0;
    }
    #hero-single h1 {
        font-size: 26px;
        line-height: 32px;
    }
    #hero-single .image-wrapper {
        max-height: 300px;
    }
}
@media (max-width: 767px) {
    #hero-single {
        padding: 0px 0 20px 0;
    }
    #hero-inner {
        padding: 0 20px;
    }
    #hero-single .hero-title p {
        display: inline;
    }
    #hero-single .hero-text br {
        display: none;
    }
    #hero-single .image-wrapper {
        max-height: 230px;
    }
    #hero-single.featured-image .container {
        padding: 0;
    }

    /* Blog Hero Mobile Adjustments */
    .featured-image .container .image-wrapper {
        height: 230px;
        background-position: center;
        background-size: auto 100%;
        display: flex;
    }
    .featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}