body {
    overflow-y: scroll;
}

.category-menu,
.page-template-page-people .category-menu {
    max-width: initial;
}

.people {
    margin-left: -2%;
    margin-right: -2%;
}

.people .person {
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 4rem;
}

.people .person .person-wrapper {
    margin: auto;
    max-width: 380px;
}

.people .person .person-image {
    width: 100%;
    height: 240px;
    border-radius: 130px 130px 100px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4f4;
}

.people .person .person-image.background-top {
    background-position: center top;
}

.people .person .person-image.background-top-10 {
    background-position: center 10%;
}

.people .person .person-image.background-top-25 {
    background-position: center 25%;
}

.people .person:nth-child(3n+1) .person-image {
    border-radius: 70px 130px 80px 70px;
}

.people .person:nth-child(3n) .person-image {
    border-radius: 130px 130px 100px 50px;
}

.people .person .person-image.person-image-clickable {
    cursor: pointer;
}

/* ========================================================================== */
/* Term filter */
/* ========================================================================== */
.term-filter-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 240px;
}

.term-filter {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mock-checkbox {
    position: relative;
    flex-grow: 1;
    height: 40px;
    background: #FAFAFA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
}

.alumni-search-form {
    margin-bottom: 40px;
}

.alumni-search-form input {
    width: 100%;
    border: none;
    margin: auto;
    display: block;
    max-width: 300px;
    box-shadow: 1px 4px 8px -7px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.alumni-search-form .alumni-search-submit {
    display: none;
}

.expand-content .highlight {
    background-color: #ff9595;
}

@media only screen and (max-width: 1300px) {
    .page-content {
        max-width: 1130px;
    }
    
    .people .person {
        margin-bottom: 2.5rem;
    }

    .people .person .person-wrapper {
        max-width: 340px;
    }

    .people .person .person-image {
        height: 220px;
    }
}

@media only screen and (max-width: 1199px) {
    .people .person:nth-child(3n+1) .person-image {
        border-radius: 70px 120px 80px 70px;
    }

    .people .person .person-image {
        height: 220px;
        border-radius: 100px 120px 80px 50px;
    }

    .people .person:nth-child(3n) .person-image {
        border-radius: 110px 130px 90px 50px;
    }

    .alumni-search-form input {
        max-width: 270px;
    }
}

@media (min-width: 992px) {
    .person.col-lg-4 {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .people .person .person-wrapper {
        max-width: 380px;
    }

    .people .person:nth-child(3n+1) .person-image {
        border-radius: 70px 130px 80px 70px;
    }

    .people .person .person-image {
        height: 240px;
        border-radius: 130px 130px 100px 50px;
    }

    .people .person:nth-child(3n) .person-image {
        border-radius: 130px 130px 100px 50px;
    }
}

@media (max-width: 767px) {
    .people .person {
        margin-bottom: 3rem;
    }

    .people .person:nth-child(3n+1) .person-image {
        border-radius: 70px 120px 80px 70px;
    }

    .people .person .person-image {
        height: 220px;
        border-radius: 100px 120px 80px 50px;
    }

    .people .person:nth-child(3n) .person-image {
        border-radius: 110px 130px 90px 50px;
    }
}

@media only screen and (max-width: 575px) {
    .people .person:nth-child(3n+1) .person-image {
        border-radius: 70px 130px 80px 70px;
    }

    .people .person .person-image {
        height: 240px;
        border-radius: 130px 130px 100px 50px;
    }

    .people .person:nth-child(3n) .person-image {
        border-radius: 130px 130px 100px 50px;
    }
}

@media (max-width: 400px) {
    .people .person .person-image {
        height: 220px;
    }
}

@media (max-width: 360px) {
    .people .person:nth-child(3n+1) .person-image {
        border-radius: 70px 110px 80px 70px;
    }

    .people .person .person-image {
        height: 200px;
        border-radius: 100px 100px 80px 50px;
    }

    .people .person:nth-child(3n) .person-image {
        border-radius: 90px 110px 80px 50px;
    }
}