.team-details-wrapper {display: flex;}
.team-detail-left-wrapper {position: relative;}
.team-detail-image-wrapper {background-size: cover;background-position: center;height: 400px;width: 300px;position: relative;z-index: 10;border-top-left-radius: 20px;}
.team-detail-right-wrapper {flex: 1;padding: 0px 0px 0px 60px;}
.team-detail-name-wrapper {font-size: 40px;font-weight: 600;color: #972E87;}
.team-detail-function-wrapper {font-size: 22px;color: #334586;}
.team-detail-member-bio-wrapper {font-size: 20px;font-weight: 100;margin-top: 20px;}
.team-detail-image-back {position: absolute;top: 10px;left: 10px;background-color: #CDCEE4;height: 400px;width: 300px;}
.team-detail-image-back-borders {position: absolute;top: 15px;left: 15px;border-bottom: 1px solid #593D8B;border-right: 1px solid #593D8B;height: 400px;width: 300px;}
.team-detail-organization {position: absolute;bottom: 0px;right: 0px;background: white;padding: 5px 7px;border-top-left-radius: 10px;color: #593D8B;font-weight: 700;font-size: 18px;}
.team-detail-links-wrapper {
    margin-top: 20px;
    border-left: 1px solid #593D8B;
    width: 200px;
    position: relative;
    left: 15px;
    padding-top: 0px;
    top: -5px;
}
.team-detail-links-wrapper a {color: #593D8B !important;}
.team-detail-links-wrapper a:hover {color:white !important;}
.team-detail-links-wrapper a:hover .team-detail-links-item{background:#593D8B;}

.team-detail-links-item {padding: 5px 7px;border-bottom: 1px solid #593D8B;}
.team-detail-mail-wrapper {display: flex;}
.team-detail-mail-item {padding: 10px;background: #CDCEE4;color: #593D8B;width: fit-content;margin-right: auto;font-size: 20px;font-weight: 200;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.team-detail-mail-item-label {padding: 10px;font-size: 20px;color: white;background: #593D8B;padding-right: 30px;margin-right: -20px;border-top-left-radius: 20px;}
.team-detail-mail-wrapper a {color: #593D8B;}
.team-detail-mail-wrapper a:hover .team-detail-mail-item {background:#972E87;}
.team-detail-mail-wrapper a:hover .team-detail-mail-item {color:White !important;}
