  a {
	font-size: 1em;
}
.upper {
	padding: 10px;
	margin: 0 15px 15px 15px;
}	
.profile-image {
	display: block;
	width: 100%;
	padding: 0px 0px 24px 0px;
	float: left;
}
.upper-content {
	width: 100%;
	float: left;
	padding: 0px 0px 10px 0px;
}
.upper-content .title-bar {
	width:100%;
	margin-bottom: 35px;
}
.upper-content .title-bar p {font-size:22px;margin: 0px 0px 10px 0px;}
.upper-content .title-bar h2.title {font-size:25px;font-weight:600; margin:10px 0px;color:#592c88;}
h2.title {font-size:25px;font-weight:600; margin:0px 0px 20px 0px;color:#592c88;font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;}
.contact-box {
	background: #fcfcfc;
	width:100%;
	float:left;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #222;
	margin-bottom:35px;
}
.lower-content {
	padding: 10px;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 15px;
}
.lower-content.cv a {
	padding: 40px;
}
.lower-content.cv a:after {
	content: none;
}
.lower-content.cv a i {
	font-size:7em;
	color: #592c88;
	margin-top:16px;
}
#biography i, #teaching i, #research i {
	font-style: italic;
}
#education ul {
	margin-left: 26px;
	list-style-position: outside;
}
#education li {
	font-size: 18px;
	line-height: 32px;
}
.optional .fa-file-alt {
	font-style: italic
}
@media (min-width: 45em) {
	.upper {
		background: #f4f3f5;
		padding: 30px;
		height:auto;
		min-height: 530px;
	}	
	.profile-image {
		width: 35%;
		padding: 15px;
		height: 440px;
	}
	.upper-content {
		width: 65%;
		padding: 0px 15px 0px 30px;
	}
	.upper-content .title-bar {
		width:100%;
		margin-bottom: 0;
	}
	.contact-box {
		padding: 30px;
		width: 100%;
		margin-top:20px;
		margin-right: 4%;
		min-height: 240px;
		margin-bottom:10px;
		font-size: 16px;
	}
	.lower-content {
		padding: 30px;
		width: calc(50% - 30px);
		min-height: 300px;
		margin-bottom:30px;
		margin-right: 15px;
		margin-left: 15px;
		background: #f4f3f5;
	}
	#education li {
		font-size: 16px;
		line-height: 30px;
	}
}

@media (min-width: 60em) {
	.upper {
		padding: 30px;
		min-height: 525px;
	}	
	.profile-image {
		width: 32%;
    	padding: 15px;
    	height: 465px;
    	overflow: hidden;
	}
	.upper-content {
		width: 68%;
		padding: 30px 15px 0px 30px;
	}
	.upper-content .title-bar {
		width:100%;
	}
	.contact-box {
		padding: 30px;
		width:100%;
		margin-top:20px;
		margin-right: 0;
		min-height: 245px;
		margin-bottom:30px;
	}
	.lower-content {
		padding: 30px;
		width: calc(33.3333% - 30px);
		min-height: 300px;
		margin-bottom:30px;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 68em) {
	.upper {
		padding: 30px;
		min-height: 525px;
	}
	.contact-box {
		font-size: 18px;
	}
}
@supports (display: flex) {
	.optional {
		width: 100%;
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.optional > div {
		margin: 15px;
		flex-basis: calc(100% - 30px);
	}
	.optional > div > p {
		overflow-wrap: break-word;
		margin: 20px 0 0 0;
	}
	#biography {
		flex-basis: calc(100% - 30px);
	}
	@media (min-width: 45em) {
		.optional > div {flex-basis: calc(50% - 30px);}
	}
	@media (min-width: 50em) {
		.optional > div {flex-basis: calc(33.333333% - 30px);}
		#biography {flex-basis: calc(66.666666% - 30px);}
	}
}
@media (min-width: 1000px) {
	#site-nav .main-nav {
		display: none;
	}
	#site-nav {
		height: 140px;
	}
}