/* attorney list */
.staff__item .staff-member { margin-bottom: 2.5rem; text-align: center;} 

/* change color */
.section__bg--dark-4::before,
.section__bg--dark-4 .featuredblocks-flyup-b .featuredblock__sub-menu,
.section__bg--dark-5::before { background-color: #832D22; }
.section--light .editable__container h2,
.section--light .editable__container h3 { color: #832D22; }
.section-offset::after,
.map-a--12 .map__col::before,
.staff-landing .staff-member__image::before,
.main-content .stacked .componentWith__container::before,
.section-offset-aop::after,
.section-banner .banner-group-3 .slider__wrapper .banner-group-3__tagline::before { border-color: #832D22; }

/* remove border dot */
.section-banner .banner-group-3 .slider__wrapper .banner-group-3__tagline::before,
.map-a--12 .map__col::before,
.staff-landing .staff-member__image::before,
.main-content .stacked .componentWith__container::before { display: none; }

/* attorney widget */
.section--dark .component__button--3,
.section--light .component__button--3 { background-color: #832D22; }
.section--dark .component__button--3:before { border-color: #fff; }
.section--dark .component__button--3:hover { border-color: #fff; color: #832D22;}

.section--light .component__button--3:before { border-color: #832D22; }
.section--light .component__button--3:hover { border-color: #832D22; color: #fff; background-color: #832D22; }

/* attorney landing page */
.alias-pcontent .staff-member__image-wrapper {
    min-height: auto !important;
    width: 100%;
}
.alias-pcontent .staff-grid .staff__item .staff-member {
    flex-flow: row wrap;
    justify-content: center;
}
.alias-pcontent .staff-grid .staff__item .staff-member__text {
    width: 80%;
    text-align: center;
}
.alias-pcontent .staff-grid .staff__item .staff-member__name {
    text-align: center;
}
.alias-pcontent .staff-grid .staff__item .staff-member__image {
    width: 200px;
    height: 250px;
    object-fit: cover;
    object-position: cetner center;
}