.staff-grid{min-height:100px;opacity:0;transition:all .5s ease}.staff-grid--all{min-height:800px}.staff-grid input,.staff-grid select{transition:all 1s ease}.staff-grid input:disabled,.staff-grid select:disabled{cursor:not-allowed;opacity:.25}.staff-grid.loaded{opacity:1}.staff-grid.filtering{opacity:.25}.staff-grid.update .staff-grid__card{animation:fadeIn 1s ease}.staff-grid__filters{display:grid;gap:1rem;margin-bottom:2rem}ul.staff-grid__list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.staff-grid__card{background:#fff;display:grid;grid-template-columns:1fr 2fr;margin:0;width:100%}.staff-grid.no-image .staff-grid__card{grid-template-columns:1fr}.staff-grid__card__image{align-items:center;background:var(--color--light-gray);display:flex;justify-content:center;min-height:180px}.staff-grid__card__image img{aspect-ratio:3/4;display:block;height:100%;max-height:240px;object-fit:cover;width:100%}.staff-grid__card__image img.staff-grid__card__image-placeholder{height:50%;opacity:.25;width:auto}.staff-grid__card__content{display:flex;flex-direction:column;padding:1rem}.staff-grid__card__content a{color:var(--color--links);text-decoration:underline 1px;text-underline-offset:2px}.staff-grid__card__content span{display:block}.staff-grid__card__name{font-family:var(--font--secondary);font-size:1.5rem;font-weight:300;line-height:1;margin:0 0 .25rem}.staff-grid__card__title{color:var(--color--gray);font-size:.875rem}ul.staff-grid__card__info{font-size:.875rem;margin-top:1rem}span.staff-grid__info__item-label{display:inline-block;font-weight:700;opacity:.5}li.staff-grid__info__item{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}li.staff-grid__info__item.staff-grid__card__department,li.staff-grid__info__item.staff-grid__card__school{align-items:flex-start}li.staff-grid__info__item a{color:var(--color--text)}li.staff-grid__info__item svg{display:block;margin-top:1.5%;position:relative;width:1rem;fill:var(--color--gray)}ul.staff-grid__card__info ul{font-size:.875rem;list-style:circle;margin:0;padding:0}ul.staff-grid__card__info ul li{margin:0 0 .25rem}ul.staff-grid__pagination{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.staff-grid__pagination li a{align-items:center;border:1px solid;border-radius:50%;display:flex;font-size:1rem;height:2.5rem;justify-content:center;padding:.5rem;text-decoration:none;width:2.5rem}.staff-grid__pagination li.active a{background:var(--color--red);border-color:var(--color--red);color:#fff}.staff-grid__no-results-message{display:none}.staff-grid.no-results .staff-grid__no-results-message{display:block;font-size:1.25rem}.staff-grid__card--placeholder{height:clamp(120px,17vw,260px)}.staff-grid__card .placeholder,.staff-grid__card__image.placeholder{background-color:#d3d3d3;overflow:hidden;position:relative}.staff-grid__card .placeholder-text{border-radius:99px;height:1.25rem;margin-bottom:1rem;width:100%}.staff-grid__card .placeholder-text:last-child{width:50%}.staff-grid__card .placeholder>span{animation:loading 1s infinite;background-image:linear-gradient(90deg,hsla(0,0%,98%,0) 25%,hsla(0,0%,98%,.6),hsla(0,0%,98%,0) 75%);height:100%;left:-100%;position:absolute;width:100%;z-index:45}li.staff-grid__card__bio{margin:1rem 0 0}.staff-grid__card__bio-content{opacity:0;overflow:hidden;transition:margin .5s ease,max-height .5s ease,opacity 1s ease}.staff-grid__card__bio-content,.staff-grid__card__bio-content p{font-size:1rem}.staff-grid__card__bio-content[aria-hidden=true]{max-height:0}.staff-grid__card__bio-content[aria-hidden=false]{margin-top:1rem;max-height:500px;opacity:1}.staff-grid__card__bio-content-toggle[aria-expanded=true]{background:transparent;color:var(--color--red)}.staff-grid--small-cards .staff-grid__card__image{min-height:80px}.staff-grid--small-cards .staff-grid__card{grid-template-columns:1fr 3fr}.staff-grid--small-cards .staff-grid__card__image img{aspect-ratio:auto!important;height:100%!important;max-height:none!important}.staff-grid__card__content{justify-content:center}.staff-grid--small-cards img.staff-grid__card__image-placeholder{align-self:center;max-height:70px!important}@keyframes loading{0%{left:-100%}to{left:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:880px){.staff-grid__filters{gap:2rem;grid-template-columns:1fr 1fr 1fr}.staff-grid__card__info{font-size:.875rem}}