/* Add background to logo on header, sticky and footer*/
.alias-header_logo {
    background-color: rgba(255, 255, 255, .9);
}
@media only screen and (max-width: 991px){
      .alias-header_logo {
        background-color: transparent;
    }   
}

/* Adjust width of side menu bar */ 
.mm-menu {
    width: 30%;
}

/* Adjust width of buttons in cta sectio */
.cta__button {
    width: 7rem;
}

/* home: bucket */
.section-featuredblocks, .section-breadcrumbs, .section-pagecontent {
    z-index: 5;
}


/* Adjust size of the attorney picture */
.staff-member__image-wrapper { 
    width: 70%;
}
.staff-member__text {
    padding: 24px 24px 24px 60px !important;
}