.FacultyListing .Program__card .img-h img {
    aspect-ratio: auto;
}
.FacultyFinder__positions, .FacultyFinder__contact, .FacultyListing .pagination {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.FacultyFinder__positions li {
    margin-bottom: 0;
}
.FacultyListing .Program__card h2 {
    margin-block: 2rem 1rem;
}
.FacultyListing .location, .FacultyListing .phone, .FacultyListing .email {
    display: flex;
    column-gap: .5rem;
}
.FacultyListing .location:before {
    content: "";
    width: 16px;
    height: 23px;
    mask: url('../../../themes/Carnegie/dist/assets/location-dot.svg') center no-repeat;
    fill: var(--blue);
    background: var(--blue);
}
.FacultyListing .phone a {
    color: var(--blue);
    font-weight: bold;
}
.FacultyListing .phone:before {
    content: "";
    width: 21px;
    height: 23px;
    mask: url('../../../themes/Carnegie/dist/assets/phone.svg') center no-repeat;
    fill: var(--blue);
    background: var(--blue);
}
.FacultyListing .email a {
    color: var(--blue);
    font-weight: bold;
}
.FacultyListing .email:before {
    content: "";
    width: 21px;
    height: auto;
    background: var(--blue);
    mask: url('../../../themes/Carnegie/dist/assets/email.svg') center no-repeat;
}
.FacultyListing .pagination button {
    border: none;
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    text-decoration: none;
}
.FacultyListing .pagination button:not(.currentpage) {
    background: none;
}
.FacultyFinder__contact {
    margin-top: 32px;
}
.FacultyFinder__contact li:last-child {
    margin-bottom: 0;
}
.FacultyListing .Program__card h3 {
    margin-block: 16px 0px;
}
.FacultyListing .Program__card h3 + p {
    margin-top: 0;
}
.FacultyListing__skeleton .skeleton__search {
    margin-bottom: 2.5rem;
    padding: 1.5rem 2rem 1.5rem 4rem;
    line-height: 1.43;
    border-radius: 0;
}
.FacultyListing__skeleton .skeleton__multiselect {
    padding: 1rem 2rem;
    display: flex;
    border-radius: 0;
}
.Program__card.skeleton .img-h .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}