.people-list-grid{max-width:1300px;margin:0 auto 100px auto;width:100%}.people-list-grid .person img.headshot{max-width:300px;width:100%;margin:15px auto 15px auto}.circle{border-radius:10000px}.three-col-grid{grid-template-columns:repeat(3,1fr);grid-row-gap:3.125rem;display:grid;grid-column-gap:2.5rem;text-align:center}.people-list-grid .person{align-content:flex-start;display:flex;flex:1;flex-direction:column;position:relative;text-align:center}.people-list-grid .person h3{margin-bottom:10px}.people-list-grid .person h4{margin-bottom:0}.people-list-grid a{transition:.2s !important}.people-list-grid a:hover,.people-list-grid a:focus,.people-list-grid a:hover h3,.people-list-grid a:focus h3{color:#f65a0f !important}.person:hover{cursor:pointer}.person:hover h3{color:#f65a0f !important;text-decoration:underline}@media(max-width:1024px){.three-col-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:551px){.three-col-grid{grid-template-columns:repeat(1,1fr)}}