.dsu_employee {
	margin: 0 auto;
	min-width: 300px;
	max-width: 300px
}
.dsu_employee * {
	box-sizing: border-box
}
.dsu_employee > h2, .dsu_employee h3 {
	margin: 0;
	padding: 0;
	font-family: var(--heading-font);
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.2;
}
.dsu_employee h3.sub_heading, .dsu_employee h4 {
	margin: 0;
	padding: 0;
	font-family: var(--link-font);
	font-size:.9em;
	font-weight: 100;
	letter-spacing: 1px
}
.dsu_employee p {
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.5
}
.dsu_employee p strong a {
	color: var(--cta-color);
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 58px;
	letter-spacing: 4px
}
.dsu_employee_img_container {
	height: 275px;
	position: relative
}
.dsu_employee_img_container img {
	width: 200px;
	height: 250px;
	position: absolute;
	top: 15px;
	left: 50px;
	object-fit: cover;
}
.dsu_employee_img_container .icon-decor {
	width: 200px;
	height: 250px;
	border: 3px solid #ba1c21
}
.dsu_employee.status_adjunct {
	padding: 30px;
	width: 300px!important;
	background-color: #f5f5f5
}
.dsu_employee.status_student_leader .student_leader_desc h2 {
	margin: 0;
	padding: 5px 0;
	font-size: 1.5em;
	font-family: var(--heading-font);
	letter-spacing: unset
}
.dsu_employee.status_student_leader .student_leader_desc h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 1.17em;
	color: #ba1c21;
	font-family: var(--heading-font);
	letter-spacing: unset
}
.dsu_employee.status_student_leader .student_leader_desc h4 {
	margin: 0;
	padding: 5px 0;
	font-size: 1em;
	font-family: var(--heading-font);
	letter-spacing: unset
}
