
.staff-parent{
    position: relative;
    height: 350px;
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}
.ccc-staff-profile{
    background-color: white;
    height: fit-content;
    /*width: min-content;*/
    width: 95%;
}
.ccc-staff-profile:hover{
    /*position: absolute;*/
    z-index: 1;
    /*box-shadow: 5px 5px 5px grey;*/

}
.ccc-staff-profile:hover .expandInfo{
    height: 170px;
}

.expandInfo{
    height: 0px;
    overflow: hidden;
    transition: height 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nameHeading{
    text-align: center;
    color: #005496;
    margin: 0;
    font-weight:700;
}
.occupationHeading{
    text-align: center;
    padding: 0px 5px;
    font-size: 1em;
    line-height: initial;
    font-weight: 500;
}

.hoverDetails{
    font-size: 0.9em;
    width: 215px;
    padding: 0px 5px;
}

.learnMoreButton {
    border: 2px solid #f37123;
    height: fit-content;
    text-align: center;
    color: #f37123;
    font-weight: 500;
    font-size: 0.8em;
    text-decoration: none;
    padding: 4px 17px;
}

.learnMoreButton:hover{
    background-color: #f37123;
    color: white;
    text-decoration: none;
}
.modalCloseButton{
    align-self: flex-end;
    margin: 0;
    padding: 2px;
    background-color: transparent;
    color: black;
    border: 0px;
}
.modal-header {
    display: flex;
    flex-direction: column;
}
.modalPic{
    width: 100%;
    height: 15em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shortResponses{
    line-height: normal;
    font-size: 0.9em;
}
.staffOverview h2{
    color: #005496;
    margin: 0;
}
.staffOverview h6 {
    text-transform: initial;
    font-weight: 400;
    font-size: 1.2em;
}
.staffOverview p.staff-info {
    font-size: 1.1em;
    margin: 0;
}

.exitModalButton {
    border: 2px solid #f37123;
    height: fit-content;
    text-align: center;
    color: #f37123;
    font-weight: 500;
    font-size: 0.8em;
    text-decoration: none;
    padding: 4px 17px;

}

.exitModalButton:hover{
    background-color: #f37123;
    color: white;
    text-decoration: none;
}

form input[type='text'].staff-filter{
    border: 2px solid #dddddd;
    width: 80%;
}

form.filter-form{
    padding: 20px;
    padding-bottom: 50px;
}
