.staff-members__filter ul{display:flex;flex-wrap:wrap;gap:1rem;list-style-type:none;margin:0;padding:0}.staff-members__filter ul li a{border-bottom:6px solid transparent;color:var(--bz-secondary);display:block;padding:.75rem 1.5rem;text-decoration:none;white-space:nowrap}.staff-members__filter ul li a:hover{background-color:rgba(var(--bz-secondary-rgb),.05);border-color:var(--bz-secondary)}.staff-members__filter ul li a.active,.staff-members__filter:not(.tabbed) ul li a{background-color:rgba(var(--bz-tertiary-rgb),.1);border-color:var(--bz-tertiary)}.staff-members__filter:not(.tabbed) ul li a:hover{background-color:rgba(var(--bz-secondary-rgb),.05);border-color:var(--bz-secondary)}.staff-members__members--section{scroll-margin-top:2rem}.staff-members__item{color:inherit;text-decoration:none}.staff-members__item--inner{display:flex;flex-direction:column;gap:1rem}.staff-members__image .img-container{aspect-ratio:14/15;width:100%}.staff-members__image img{border-radius:5px;height:100%;object-fit:cover;width:100%}.staff-members__item__content{display:flex;flex-direction:column;gap:.5rem}.staff-members__name{font-weight:700;margin:0;text-transform:uppercase}.staff-members__popup{background-color:var(--bz-secondary);border-radius:5px;color:var(--bz-white);margin:40px auto;max-width:760px;padding:20px 30px;position:relative;text-align:left;width:98%}.staff-members__popup .staff-members__image .img-container{aspect-ratio:1;max-width:240px;width:100%}.staff-members__popup .staff-members__image img{border-radius:50%;height:100%;object-fit:cover;width:100%}.staff-members__popup .staff-members__name{color:inherit}.staff-members__popup .staff-members__role{color:var(--bz-body-color)}.staff-members__popup .staff-members__social ul{display:flex;font-size:25px;gap:.75rem;list-style-type:none;margin:0;padding:0}.staff-members__popup .staff-members__social ul li a:hover{color:var(--bz-body-color)}.staff-members__popup .staff-members__bio{max-height:15rem;overflow-y:scroll}.staff-members__popup button.mfp-close{background-color:var(--bz-primary);border-radius:50%;color:#fff;font-size:1.5rem;height:28px;line-height:28px;opacity:1;right:1rem;top:1rem;transition:all .15s ease-in-out;width:28px}.staff-members__shape{left:42.5%;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.staff-members__shape.flipX{transform:translateY(-50%) scaleX(-1)}