/* Adjust z-index of feature icons section */
.section-featuredblocks, .section-staff, 
.section-breadcrumbs, .section-pagecontent,
.alias-reviews {
    z-index: 15 !important;
}

.section--dark .banner-a .banner__subtitle {
    font-size: 1.75rem;
    font-weight: 600;
    text-shadow: 2px 1px #000;
    display: flex;
    justify-content: center;
    }

.section--dark .banner-a .banner__title {
    text-shadow: 2px 1px #000;
    
}

    .staff-multiple-column .staff-member .cta__button{
        align-self: center !important;
    }

 @media (min-width: 992px) and (max-width: 1600px) {
     .section--dark .banner-a .banner__title  {
         display: flex;
         justify-content: center;
         font-size: 3.3rem !important;
     }
 }

 @media (min-width: 1200px) and (max-width: 2000px) {
     .section--dark .banner-a .banner__title  {
         display: flex;
         justify-content: center;
         font-size: 3.3rem !important;
     }
 }

  @media (min-width: 992px) and (max-width: 1199px) {
     .section--dark .banner-a .banner__title  {
         display: flex;
         justify-content: center;
         font-size: 2.75rem !important;
     }
 }

.section--dark .component__subtitle, .section--dark .stats-a .stats-item .stat__subtitle, .stats-a .stats-item .section--dark .stat__subtitle{
    color: #fff !important;
}             
