/* General styles */
.ksu-staff {
    margin-bottom: 2rem;
}

.ksu-staff__grid {
    margin-bottom: 2rem;
}

.ksu-staff__image-list {
    width: auto;
    height: 100%;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 1.25rem 0;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.ksu-staff__image-grid {
    width: 100%;
    height: auto;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 1.25rem 0;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.ksu-staff__image-list img,
.ksu-staff__image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ksu-staff__body {
    flex: 1;
    margin-top: -.5rem;
}

.ksu-staff__name-list {
    font-weight: 700;
    color: #512888;
    font-size: 1.625rem;
}

.ksu-staff__name-grid {
    font-weight: 700;
    color: #512888;
    margin: .625rem 0 0.625rem;
    font-size: 1.625rem;
	line-height: 1.125;
}

.ksu-staff__title-list {
    margin: 0.25rem 0 .25rem 0;
    font-weight: 700;
    line-height: 1.2;
}

.ksu-staff__title-grid {
    margin: 0.625rem 0 .625rem 0;
    font-weight: 700;
    color: #000;
    font-size: 1.125rem;
}

.ksu-staff__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: bold;
    color: #512888;
    margin-bottom: 0.25rem;
    font-size: 25px;
}

.ksu-staff__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
}

.ksu-staff-contact__address {
    color: black;
}

.ksu-staff__contact-grid {
    list-style: none;
    margin: .625rem 0 !important;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
}

.ksu-staff__bio {
    margin-top: .625rem;
}

.ksu-staff__link a {
    text-decoration: none;
    color: #512888;
    font-weight: 700;
}


@media screen and (min-width:40em) {
.ksu-staff__no-image {
    align-items: flex-start;
    margin-left: -1.875rem;
}
}