.person-headshot-list{align-items:stretch;display:flex;flex-wrap:wrap;gap:2.25rem}.person-headshot-item{cursor:pointer;display:flex;flex:0 1 calc(25% - 2rem);flex-direction:column;overflow:hidden;text-decoration:none}.person-headshot-list .person-headshot-item .portrait{border-radius:10px;height:auto;object-fit:cover;object-position:top;width:100%}.person-headshot-list .person-headshot-item .text-section{display:flex;flex-direction:column;height:100%;padding-top:1rem}.person-headshot-list .person-headshot-item .text-section h3,.person-headshot-list .person-headshot-item .text-section h4{margin:0;padding:0}.person-headshot-list .person-headshot-item .text-section h3{color:#396eff!important;font-size:22px;font-weight:900}.person-headshot-list .person-headshot-item:hover .text-section h3{text-decoration:underline}.person-headshot-list .person-headshot-item .text-section h4{font-size:18px;font-weight:500;margin-top:.25rem}.person-headshot-list .person-headshot-item .biography{display:none}@media (max-width:1024px){.person-headshot-item{flex:0 1 calc(33.333% - 1.5rem)}}@media (max-width:768px){.person-headshot-item{flex:0 1 calc(50% - 1.125rem)}}@media (max-width:480px){.person-headshot-list{gap:1.5rem}.person-headshot-item{flex:0 1 100%}}.person-modal-overlay{align-items:center;background:rgba(27,58,92,.55);display:none;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:9999}.person-modal-overlay.is-open{display:flex}.person-modal{background:#fff;border-radius:12px;max-height:85vh;max-width:640px;overflow-y:auto;padding:2rem;position:relative;width:100%}.person-modal-close{background:none;border:none;color:#1b3a5c;cursor:pointer;font-size:32px;line-height:1;position:absolute;right:1rem;top:.75rem}.person-modal-portrait{border-radius:10px;height:140px;margin-bottom:1rem;object-fit:cover;object-position:top;width:140px}.person-modal-portrait[src=""]{display:none}.person-modal-name{color:#000;font-size:24px;font-weight:900;margin:0}.person-modal-title{font-size:18px;font-weight:400;margin:.25rem 0 1rem}.person-modal-bio,.person-modal-bio p{font-size:16px!important;line-height:1.65em!important;text-align:justify}.person-modal-bio p:last-child{margin-bottom:0!important}