:root {
    --navbutton-drop-dark-bg: #3a6133;
    --navbutton-drop-light-bg: #3a6133;
    --navigation-light-color--hover: black;
    --navigation-dark-color--hover: #bedab9;
    --component__title-dark: white;
    --staff-text-dark:  white;
    --component__text-dark: white;
    --phone-dark-color: white;
    --socialmedia-link-dark: white;
    --control-dark-pagination: white;
    --control-dark-pagination-active: #004e00;
    
}

/* main nav */
.section--light .navigation-a .navigation__list--sub .navigation__item--link {
    white-space: normal;
    line-height: 1.3;
    color: white;
}
.section--light .navigation-a .navigation__item.has-drop-down ul a:hover {
    
}

/* buckets */
.section-featuredblocks {
    z-index: 10;
}
.section-featuredblocks .featuredblock__wrap .featuredblock__image {
    height: 200px;
    width: 100%;
    background-position: top center;
}
.featuredblocks-grid-e .featuredblock__item {
    margin-top: 20px;
}

/* practice areas page */
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__content {
    color: black;
}
.section--dark .featuredblocks .featuredblock__wrap .featuredblock__title, .section--light .featuredblocks .featuredblock__wrap .featuredblock__title {
    text-align: center;
    font-size: 21px;
    line-height: 1.3;
}
.section--light .featuredblocks .featuredblock__content p {
    margin: 0 0 10px 0;
    line-height: 1.4 !important;
}
@media (min-width: 992px) {
    .section-featuredblocks .featuredblock__wrap .featuredblock__image {
        height: 310px;
    }
}