/* homepage */
.landing-page .publications {
    margin-bottom: 4.5rem;
    display: flex;
    flex-wrap: wrap;
}
.landing-page .publications h4 a {
    font-weight: 400;
}
#pubSlider {
    height: 500px;
}
#pubSlider .publication {
    margin-bottom: 2em;
}
/* alumni map */
#vmap {
    width: 100%;
    height: 600px;
}
#vmap p.school {
    font-family: 'Calibri';
    font-size: 12px;
    position: relative;
    top: 50px;
    left: 50%;
}
.jqvmap-label {
    border: 1px solid #a9abac !important;
    background: #fff !important;
    color: #54585a !important;
    padding: 3px 12px !important;
    text-align: center !important;
    border-radius: 0 !important;
    position: absolute;
}

img.profileImg {
    width: 96px;
    height: 120px;
    object-fit: cover;
}
/* staff listing */
.staff-listing .contact {
    max-width: initial
}