.section--dark .banner-b .banner__title {
    text-shadow: 
                -1px -1px 0 black,
                 1px -1px 0 black,
                -1px 1px 0 black,
                 1px 1px 0 black;
}

.section--dark .banner-b .banner__subtitle {
    text-shadow: 
                -1px -1px 0 black,
                 1px -1px 0 black,
                -1px 1px 0 black,
                 1px 1px 0 black;
}

/* Adjust z-index of feature icons section */
.section-featuredblocks, .section-staff, 
.section-breadcrumbs, .section-pagecontent,
.alias-reviews {
    z-index: 15 !important;
}

h4, .cta__subtitle .component__subtitle{
    font-size: 14px !important;
    margin: 0 0 12px !important;
}

/*#id_4edac5eb-09d2-5bc1-94ea-1572bd36d2a5::before{
    background-color: rgba(8%, 21%, 27%, 50%) !important;
}
*/

/* header logo */
.header-f .column-1 .logo__image img {
    width: auto !important;
    max-width: 350px;
}
