@media screen and (max-width: 1199px) {
	.details-page.directory-page  .details-page__col-1 {
		display: none;
	}

	.details-page.directory-page .details-page__col-2 {
		width: 100%;
	}
}

@media screen and (min-width: 600px) {
	.people-directory .people-directory__results-controls {
		flex-wrap: wrap;
	}

	.people-directory .people-directory__results-controls h2 {
		margin-right: 12px;
	}

	.people-directory .people-directory-results-controls__right {
		margin-top: 12px;
	}
}

.people-directory__notes {
	padding-top: 16px;
}

.people-directory__notes > p {
	display: none;
}

.people-list.list-view .people-list__list {
	display: flex;
	flex-direction: column;
}

.people-list.grid-view .people-list__img--dummy {
	height: initial;
	padding-top: initial;
}

.subject-specialists .people-list .people-list__heading {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media(min-width: 300px) and (max-width: 1499px) {
    .subject-specialists .people-list .people-list__heading {
        font-size: calc(21px + (24 - 21) * (100vw - 300px) / (1500 - 300))
    }
}

@media(min-width: 1500px) {
    .subject-specialists .people-list .people-list__heading {
        font-size: 24px
    }
}

.topper-profile .topper-profile__department {
	font-size: 21px;
	padding-bottom: 12px;
}

.topper-profile .topper-profile__pronouns {
	margin-top: -12px;
	margin-bottom: 12px;
	font-style: italic;
}

@media screen and (min-width: 600px) {
	.topper-profile .topper-profile__department {
		padding-bottom: 18px;
	}

	.topper-profile .topper-profile__pronouns {
		margin-top: -18px;
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1070px) {
	.topper-profile .topper-profile__department {
		padding-bottom: 24px;
	}

	.topper-profile .topper-profile__pronouns {
		margin-top: -24px;
		margin-bottom: 24px;
	}
}
