.team-members-grid{display:grid;gap:1rem;grid-auto-flow:dense;grid-template-columns:repeat(auto-fit,20rem);justify-content:center}.team-members-grid__item{align-items:flex-start;display:flex;flex-direction:column;height:100%}.team-members-grid__item-inner{height:100%;width:100%}.team-members-grid__popup{grid-column:1/-1}.is-hidden{display:none}.team-member{cursor:pointer;padding-bottom:1rem;position:relative;width:100%}.team-member__image{aspect-ratio:328/334;border-radius:2rem;margin-bottom:.5rem;overflow:hidden;width:100%}.team-member__image img{height:100%;object-fit:cover;width:100%}.team-member__details{text-align:center}.team-member__name{font-size:1.33rem;font-weight:800;margin-bottom:.25rem}.team-member__pronouns{font-size:.875rem;text-transform:uppercase}.team-member__title{font-size:.875rem;margin-bottom:0}.team-member__tagline{font-size:.75rem;margin-bottom:0}.team-member__arrow{clip-path:polygon(50% 0,0 100%,100% 100%);display:none;height:3.5rem;left:50%;position:absolute;top:100%;width:3rem}.team-members-grid__card.is-selected .team-member__arrow{display:block}.team-members-grid__button-open{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.team-member__pop-up-wrapper{display:none;left:1rem;max-width:calc(100vw - 2rem);position:absolute;top:100%;z-index:10}.team-member__pop-up{border-radius:2rem;border-style:solid;border-width:5px;margin-bottom:2rem;margin-top:2.25rem;overflow:hidden;padding:2rem;position:relative}.team-member__pop-up-top{border-bottom-style:dotted;border-bottom-width:16px;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:.5rem}.team-member__pop-up-details{padding-top:3rem;position:relative;width:100%}.team-member__pop-up-details:before{clip-path:polygon(0 0,0 100%,100% 0);content:"";height:4rem;left:-2rem;position:absolute;top:-2rem;width:75%;z-index:200}.team-member__pop-up-name{font-size:2rem;font-weight:800;margin-bottom:.25rem}.team-member__pop-up-pronouns{font-size:1.25rem;text-transform:uppercase}.team-member__pop-up-title{font-size:1.25rem;font-weight:700;margin-bottom:2rem}.team-member__pop-up-social{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.5rem!important;margin-right:-.5rem!important}.team-member__pop-up-social li{padding:.5rem}.team-member__pop-up-social img,.team-member__pop-up-social svg{height:50px;width:auto}.team-member__pop-up-image{aspect-ratio:422/492;border-radius:2rem;margin:2rem 0;overflow:hidden;width:100%}.team-member__pop-up-image img{height:100%;object-fit:cover;width:100%}.team-member__pop-up-bottom{border-top-style:dotted;border-top-width:16px;display:flex;flex-direction:row;flex-wrap:wrap;margin-top:.5rem;padding:2rem 0}.team-member__pop-up-bottom--one-col .team-member__additional-content{width:100%}.team-member__pop-up-bottom--two-col .team-member__additional-content{width:50%}.team-member__pop-up-bottom--three-col .team-member__additional-content{width:33.3333333333%}.team-member__pop-up-bottom--four-col .team-member__additional-content{width:25%}.team-member__pop-up-bottom--five-col .team-member__additional-content{width:20%}.team-member__pop-up-bottom--six-col .team-member__additional-content{width:16.6666666667%}@media (max-width:992px){.team-member__pop-up-bottom--one-col-md .team-member__additional-content{width:100%}.team-member__pop-up-bottom--two-col-md .team-member__additional-content{width:50%}.team-member__pop-up-bottom--three-col-md .team-member__additional-content{width:33.3333333333%}.team-member__pop-up-bottom--four-col-md .team-member__additional-content{width:25%}}@media (max-width:767px){.team-member__pop-up-bottom--one-col-sm .team-member__additional-content{width:100%}.team-member__pop-up-bottom--two-col-sm .team-member__additional-content{width:50%}}.team-member__additional-content{padding:1rem}.team-members-grid__button-close{position:absolute;right:1.25rem;top:1.25rem;z-index:5}.team-members-grid__button-close svg{height:2rem;width:2rem}@media (min-width:768px){.team-member__pop-up-details{padding-right:4rem;width:58.3333333333%}.team-member__pop-up-image{width:41.6666666667%}}