.staff-list{flex-wrap:wrap;justify-content:space-between;align-items:stretch;}.staff-member{display:flex;gap:30px;margin:0 0 2em 0;border-bottom:2px solid var(--blue-15);padding-bottom:1em;}.staff-member div.staff-image{width:20%;max-width:90px;}.staff-member div.details{width:20%;max-width:450px;}.staff-member div.bio{width:50%;}.staff-member div.contact{width:20%;}.staff-member div.contact table{margin:0;font-size:1.2rem;}.staff-member div.contact table td,.staff-member div.contact table th{border-left:0;border-right:0;}.staff-member div.contact table th{border-top:0;padding-top:0;}.staff-member div.contact table tr:last-child td{border-bottom:0;}.staff-member p.name{margin-bottom:0;}.staff-member p.title{font-size:1.3rem;font-weight:600;color:#777;}.staff-member p.bio,.staff-member div.contact p{font-size:1.3rem;}.staff-member img.photo{width:75px;max-width:75px;max-height:75px;border-radius:50%;margin:0 1em 1em 0;}.staff-member div.no-bio-photo{min-width:100px;min-height:100px;margin:0 1em 1em 0;}@media screen and (max-width: 700px){.staff-member{flex-wrap:wrap;row-gap:0;column-gap:20px;}.staff-member div.details{width:60%;}.staff-member div.bio{width:100%;}.staff-member div.contact{width:100%;}}.contributor-list{flex-wrap:wrap;justify-content:space-between;align-items:stretch;columns:3;gap:40px;}.contributor-list a{text-decoration:none;color:inherit;}.contributor-list a:hover{text-decoration:underline;}.contributor{display:flex;margin:0 0 1em 0;border-bottom:1px solid var(--blue-15);align-items:center;}p.contributor-name{font-size:14px;font-weight:normal;}img.contributor-photo,div.bio-no-photo{width:40px;max-width:40px;height:40px;max-height:40px;border-radius:50%;margin:0 1em 1em 0;background-color:var(--blue-5);}@media screen and (max-width: 700px){.contributor-list{columns:2;gap:20px;}img.contributor-photo,div.bio-no-photo{width:25px;max-width:25px;height:25px;max-height:25px;border-radius:50%;margin:0 .5em .5em 0;background-color:var(--blue-5);}}