body {
	overflow-x: hidden
}
body .animate-show.ng-hide-add, body .animate-show.ng-hide-remove {
	-webkit-transition: all linear .5s;
	transition: all linear .5s;
	display: block!important
}
body .animate-show.ng-hide-add.ng-hide-add-active, body .animate-show.ng-hide-remove {
	opacity: 0
}
body .animate-show.ng-hide-add, body .animate-show.ng-hide-remove.ng-hide-remove-active {
	opacity: 1!important
}
body .main-container .academic-dept-banner {
	background-color: #e3e696;
	color: #000;
	width: auto;
	padding: 10px 5% 10px 20px;
	z-index: 100;
	position: relative
}
body .main-container .academic-dept-banner h1 {
	font-family: Neue Helvetica;
	font-weight: 200;
	text-align: right;
	padding: 0;
	margin: 0;
	border: 0 none
}
body .main-container .academic-dept-banner .breadcrumb a {
	display: inline-block;
	color: inherit;
	position: relative;
	font-weight: 200
}
body .main-container .academic-dept-banner .breadcrumb a::after {
	content: " / "
}
@media screen and (min-width:51.25em) {
	body .main-container .academic-dept-banner {
		position: absolute;
		right: 0;
		min-width: 55%;
		top: 160px
	}
}
body .main-container .left {
	background-color: #6f2c3e;
	min-height: 100vh;
	position: relative;
}
body .main-container .left .diamonds {
	position: absolute;
	bottom: 0;
	right: -120%;
	min-width: 800px
}
body .main-container .left .faculty-image {
	max-width: 360px;
	margin: 40px auto;
	display: block;
	width: auto;
	background-color: #f9f9f9!important
}
@media screen and (min-width:640px) {
	body .main-container .left .faculty-image {
		min-width: 100%;
		max-width: none;
		width: 100%;
		margin: 0
	}
}
body .main-container .left .info {
	font-size: 14px;
	margin-top: 37px;
	padding: 0 14%;
	position: relative
}
body .main-container .left .info .sect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	font-family: Open Sans;
	margin-bottom: 10px
}
body .main-container .left .info .sect .text, body .main-container .left .info .sect a {
	color: #fff;
	opacity: .7;
	text-align: right
}
body .main-container .left .info .sect a:hover {
	opacity: 1
}
body .main-container .left .info .sect .sect-label {
	font-weight: 700;
	color: #fada63;
	text-transform: uppercase;
	min-width: 50px;
	max-width: 50px;
	margin-left: 10px
}
body .main-container .left .info .sect p {
	line-height: 1.5
}
body .main-container .left .info:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -87px;
	right: -87px;
	z-index: 20;
	background-color: #f9f9f9;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
body .main-container .right {
	padding: 0 20px 70px;
	position: relative;
	z-index: 60
}

@media screen and (min-width:1024px) {
	body .main-container .right {
		padding-left: 3.75rem
	}
}
@media screen and (min-width:51.25em) {
	body .main-container .right {
		padding-top: 170px
	}
}
body .main-container .right .diamonds {
	position: fixed;
	right: 0;
	top: 0;
	height: 60%
}
body .main-container .right .grid-x {
	position: relative;
	z-index: 50
}
body .main-container .right .title {
	margin-top: 40px;
	font-size: 64px;
	font-family: Neue Helvetica Condensed;
	line-height: 1em;
	font-weight: 500
}
body .main-container .right .title span {
	font-weight: 200
}
body .main-container .right .position {
	font-size: 28px;
	font-family: Neue Helvetica Condensed;
	font-weight: 300
}
body .main-container .right .bio {
	margin-top: 20px;
	font-size: 16px;
	font-family: Open Sans
}