#staff-section{background:var(--white);padding:0}#staff-section h2{font-size:2.6rem;color:var(--steel-blue);font-weight:400}#staff-section h3{font-size:1.5rem;font-weight:400;color:var(--steel-blue)}.staff-section-wrap{--staff-section-wrap-mt:3rem;margin-top:var(--staff-section-wrap-mt)}.outer-staff-container{background:var(--light-grey);padding:80px 0}.outer-directors-container{background:var(--white);padding:80px 0}#directors-intro{--directors-intro-width:750px;max-width:var(--directors-intro-width);margin-bottom:3rem;color:var(--charcoal);font-weight:400}.staff{display:flex;--staff-flex-direction:row;gap:2rem;flex-direction:var(--staff-flex-direction)}.staff-image-wrap{height:150px;width:150px;min-width:150px;border-radius:50%;overflow:hidden;display:grid;place-items:center}.staff-image-wrap img{height:100%;width:100%;display:block;object-fit:cover}.staff-info{display:grid}.staff-info p{max-width:25ch;color:var(--steel-blue);line-height:1.2}.staff-name{font-size:1.5rem;font-weight:400;margin-bottom:10px}.staff-title{font-size:1.25rem;font-weight:300;line-height:1.1;margin-bottom:6px}.staff-extra-info{margin-top:10px;font-size:1rem;color:var(--charcoal) !important}.staff-button-wrap{margin-top:1.25rem}.staff-button{font-size:1rem;font-weight:600;color:var(--steel-blue);background-color:transparent;border:2px solid var(--steel-blue);padding:.65rem 1.5rem;text-transform:uppercase;border-radius:4px;white-space:nowrap;letter-spacing:.05em}.staff-button:hover{background-color:var(--steel-blue);color:var(--white);text-decoration:underline}#directors-container{display:grid;--dir-col-width:405px;grid-template-columns:repeat(auto-fit,minmax(var(--dir-col-width),1fr));gap:2rem;row-gap:4rem}.staff-container{margin-top:2rem;display:grid;--staff-col-width:330px;grid-template-columns:repeat(auto-fit,minmax(var(--staff-col-width),1fr));gap:2rem;row-gap:4rem}@media (width < 872px){.staff>span{max-width:50%}#directors-container{--dir-col-width:275px}}@media (width < 762px){.staff{display:flex;flex-direction:column;gap:1rem}.staff-container{--staff-col-width:250px}.staff-section-wrap:not(:nth-child(2)){--staff-section-wrap-mt:6rem}}.staffModal{width:90vw;max-width:1000px;outline:none;border:none;border-radius:14px;overflow:auto;padding:4rem}.staff-info-modal p{max-width:100%}.staff-info-modal .staff-bio{margin-top:1.5rem;color:var(--charcoal)}.staff-close-button{position:absolute;top:0;right:10px;background:0 0;border:none;font-size:2rem;color:var(--steel-blue);padding:8px 15px 20px 20px;cursor:pointer}.staff-close-button:focus-within{outline:none}dialog::backdrop{background:rgba(68,100,116,.75)}@media (width < 762px){.staffModal{padding:2rem}}@media (width < 600px){.staffModal{height:fit-content;padding:2rem}.directors-container>h2{margin-bottom:2rem}}