.employee-card{background-color:#eee;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:250px;padding:16px;display:flex}.employee-card-clickable{cursor:pointer}.employee-card-headshot{border-radius:50%;margin-bottom:8px}.employee-card-headshot-wrapper{position:relative}.employee-card-modal-button{background-color:#efc014;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:16px 12px 16px 16px;display:flex;position:absolute;bottom:16px;right:0}.employee-card-modal-close{color:#fff;background-color:#efc014;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:16px;display:flex;position:absolute;top:8px;right:8px}.employee-card-modal-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:16px;font-size:14px;display:flex}.employee-card-modal-content>:last-child{margin-top:16px}.employee-card-modal-name{color:#333;font-size:18px;font-weight:700}.employee-card-modal-headshot{box-shadow:1px 1px 4px 2px #ccc}.employee-card-name{color:#333;font-size:14px;font-weight:700}.employee-card-qualifications{color:#666;margin-left:4px;font-size:12px;font-style:italic;font-weight:400}.employee-card-job-title{color:#333;font-size:12px;font-weight:400}@media only screen and (max-width:620px){.employee-card{width:100%}}
