.team-grid{display:grid;gap:var(--space);grid-template-columns:repeat(1,1fr)}@media (min-width:500px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:690px){.team-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:840px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-member{background-color:#fff;color:var(--c_dgrey);padding:var(--space);position:relative}.team-member__photo{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.team-member__content{align-items:center;aspect-ratio:1/1;background-color:rgba(0,0,0,.66);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;line-height:1.2;padding:var(--space);position:relative;z-index:1}.team-member__img-tag{display:block;height:100%!important;object-fit:cover;width:100%}@media (min-width:840px){.team-member__content{opacity:0;transition:all .25s ease-in-out}.team-member__content:focus,.team-member__content:hover{opacity:1}}.team-member__title{font-size:.88em;font-weight:300}.team-member__name{font-size:1.125em}.team-popup{background-color:#fff;margin:0 auto;max-width:840px;padding:calc(var(--space)*2.33);position:relative}.team-popup__photo{flex:2;margin-bottom:var(--space);max-width:200px}.team-member__img-tag{height:auto!important;object-fit:fill}.team-popup__body{flex:3;max-height:15em;overflow-y:auto}.team-popup__bio{font-size:.88em}@media (min-width:690px){.team-popup{display:flex;gap:calc(var(--space)*1.66)}.team-popup__body{max-height:25em}.team-popup__title{font-size:1.1em;line-height:1.2;text-transform:uppercase}.team-popup__name{font-size:1.88em;line-height:1.2;margin-bottom:var(--space)}}