.staff-grid .negative-margin {
    margin: 0px -15px -90px;
}
.staff-grid .content-column {
    padding: 0px 15px 90px;
}
.staff-grid .image-4by3 {
    padding-bottom: 117.92%;
    margin-bottom: 10px;
}
.staff-grid .content-column h4 {
    margin-bottom: 0px;
}
.staff-grid .content-column p.large {
    margin-bottom: 5px;
    color: var(--text-black);
    opacity: 0.8;
}
.bio-container .bio-snippet {
    margin: 0px;
}
.bio-container button {
    display: block;
    margin: 0;
    /*margin: 30px 0px 0px;*/
}
.bio-container .bio-full {
    display: none;
    margin: 0px;
}
@media(max-width: 767.98px) {
    .staff-grid .negative-margin {
        margin: 0px -15px -60px;
    }
    .staff-grid .content-column {
        padding: 0px 15px 30px;
    }
}

/* Modal */
.staffModal::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.staffModal {
    overflow-y: scroll;
}
.staffModal .modal-dialog {
    width: 1050px;
    max-width: 90%;
    margin: 0 auto;
}
.staffModal .modal-content {
    border: 0px;
    border-radius: 0px;
    max-height: 95vh;
    overflow: auto;
    padding: 90px;
}
.staffModal .modal-header, .staffModal .modal-footer {
    padding: 0px;
}
.staffModal .modal-body {
    padding: 0px;
}
.staffModal .modal-header {
    border-bottom: 0;
    padding-bottom: 60px;
}
.staffModal .modal-footer {
    border-top: 0;
    padding-top: 0px;
}
.staffModal .close {
    opacity: 1;
    /*font-size: 1.8rem;*/
    background-image: url(assets/close-modal.svg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 0px;
    width: 73px;
    height: 21px;
    margin: 0px;
    position: absolute;
    right: 60px;
    top: 60px;
}

.staffModal .image-4by3 {
    padding-bottom: 119.965%;
}
.staffModal button.button.tertiary {
    padding-right: 0px;
    padding-left: 22px;
}
.staffModal button.button.tertiary:hover {
    padding-left: 30px;
}
.staffModal button.tertiary::before {
    right: unset;
    left: 0px;
}
.staffModal button.tertiary::after {
    right: unset;
    left: -10px;
    transform: translateY(-50%) rotate(180deg);
}
/*.staffModal .image-column {*/
    /*padding-right: 29px;*/
/*}*/
.staffModal .content-column {
    padding: 0px;
}
.staffModal .top-section {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}
.staffModal .small-thumbnail {
    max-width: 96px;
    flex-grow: 1;
}
@media(max-width: 1199.98px){
    .staffModal .modal-header {
        padding-bottom: 30px;
    }
    .staffModal .modal-content {
        padding: 30px;
    }
    .staffModal .close {
        right: 30px;
        top: 30px;
    }
}
@media(max-width: 767.98px) {
    .staffModal .content-column {
        padding: 0px;
    }
    .staffModal .top-section {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}