/* HARRISBURG */
.section.banner-nav::before {
    background-color: rgba(0,0,0,.4);
}
.section--dark .featuredblocks-grid-e .featuredblock__bgImage:before {
    background: rgba(0,0,0,.4);
}

.featuredblocks-grid-e .featuredblock__bgImage:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}
.mobileHeader-container {
    background: #002d42;
    color: white;
}
.section-copyright .copyright__container, .section-copyright #copyright__container {
    padding-top: 30px!important;
    padding-bottom: 0!important;
}

.staff-a .staff__item .staff-member__image {
    max-width: 200px;
}

.staff-a--12 .staff-member__text-wrap, .staff-a--6 .staff-member__text-wrap {
    padding-top: 20px;
    padding-bottom: 3.125rem;
}


@media (min-width: 992px){
    .partial-header-1 .col-lg-7 {
        justify-content: center!important;
    }
    .staff-b .staff-member__image {
    max-width: 200px;
    }

    .staff-b--12 .staff__item .staff-member__text-wrap {
        padding-top: 0;
    }
}