  .filters-group {
	margin: 25px 15px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #592C88;
}
.filters-group .textfield {
	height: 43px;
	width: 400px;
	border: 1px solid #592C88;
	border-radius: 5px;
	margin-left: 15px;
	font-size: 18px;
	color: #592C88;
	padding: 0px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.faculty-flex .faculty-element {
	width: 270px;
	height: 500px;
	background: #f4f3f5;
	margin: 15px;
}
.faculty-flex .faculty-image-container {
	width: 100%;
	height: 378px;
	overflow: hidden;
}
.faculty-flex .faculty-text-container {
	height: 122px;
	width: 100%;
	padding: 15px;
}
.faculty-flex img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform .4s ease;
}
.filters-group .filter-label-container {
	width: auto;
	display: inline-block;
	border: 1px solid #592C88;
	border-radius: 5px;
	margin: 0px;
	cursor: pointer;
	margin-right: 5px;
}
.filters-group .filter-label-container p {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #592C88;
	padding: 8px 18px;
	margin: 0px;
}
.filters-group .filter-label .fa-times {
	display: none;
}
.filters-group .filter-label-container.active {
	background-color: #592C88;
	border-radius: 5px 5px 0px 0px;
}
.filters-group .filter-label-container.active p {
	color: white;
}
.filters-group .filter-label-container.active .fa-chevron-down {
	display: none;
}
.filters-group .filter-label-container.active .fa-times {
	display: inline-block;
}
.filters-group .filter-label [class*='fa'] {
	font-size: 14px;
	width: 12px;
	text-align: center;
}
.filters-group .btn-group {
	background: white;
	padding: 15px 0px 15px 14.37px;
	border: 1px solid #592C88;
}
.filters-group .btn {
	display: inline-block;
	padding: 0px;
	margin: 5px 14.37px 5px 0px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #592C88;
	color: #592C88;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-size: 18px;
	font-weight: 500;
	background-color: white;
	transition: .2s ease-out;
	cursor: pointer;
	-webkit-appearance: none
}
.filters-group .btn-letter {
	width: 30px;
	height: 45px;
}
.filters-group .btn-college {
	padding: 10px 15px;
}
.filters-group .btn.active {
	background-color: #592C88;
	color: white;
}
.filters-group .btn:hover {
	background-color: #592C88;
	color: white;
}
.hide-element {
	display: none;
}
.filters-group .filter-label-container.no-border-radius {
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
}
.faculty-text-container p {
	margin: 0px;
}
.faculty-name {
	font-size: 20px;
	font-weight: 500;
}
.faculty-element a:hover {
	text-decoration: none;
}
.faculty-element a:hover img {
	transform: scale(1.05);
}
@media only screen and (max-width: 650px) {
	.filter-flex {
		display: flex;
		justify-content: space-between;
	}	
	.filters-group .textfield {
		margin-left: 0px;
		margin-top: 15px;
		width: 100%;
	}
	.filter-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.filters-group .filter-label-container {
		margin-right: 0px;
		width: 48%;
	}
}
@media only screen and (max-width: 597px) {
	.faculty-flex {
		width: 300px;
		margin: auto;
	}
}
@media only screen and (max-width: 300px) {
	.faculty-flex .faculty-element {
		width: 100vw;
		margin: 15px 0;
	}
}
@media (min-width: 1000px) {
	#site-nav .main-nav {
		display: none;
	}
	#site-nav {
		height: 140px;
	}
}

