body.node-type-page .field-office-listing-mini-bio {
    display: none;
}

/* Very few pages show the staff listing mini bio, so manually enable it below. This stops the issue of a mini bio that is needed for the person's main office, but that person is also listed on another office listing where it shouldn't show */
body.node-type-page.page-node-4050 .field-office-listing-mini-bio, body.node-type-page.page-node-3558 .field-office-listing-mini-bio, body.node-type-page.page-node-4071 .field-office-listing-mini-bio {
    display: block;
    margin-top: 20px;
}