@import url(https://fonts.googleapis.com/css?family=Lora:400,700|Playfair+Display:400,700,900); 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, 
th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.container {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 20px
}

.section-title {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 40px;
	text-align: center;
	position: relative
}

.section-title:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 1px;
	background: #222
}

body {
	font-family: "Lora", Helvetica, Arial, sans-serif, serif;
	font-size: 16px;
	line-height: 1.4
}

header {
	border-bottom: 1px solid #edefee;
	padding: 40px 0;
	margin-bottom: 40px
}

@media (min-width: 860px) {
	header {
		padding: 120px 0 60px;
		margin-bottom: 60px
	}
}

.header_left {
	text-align: center;
	padding: 40px;
	min-width: 200px
}

@media (min-width: 860px) {
	.header_left {
		max-width: 40%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 40px;
		border-right: solid thin #222
	}
}

@media (max-width: 860px) {
	.header_right {
		text-align: center
	}
}

@media (min-width: 860px) {
	.header_right {
		max-width: 60%;
		display: inline-block;
		vertical-align: middle
	}
}

#headshot {
	max-width: 200px;
	max-height: 200px;
	border-radius: 50%
}

.intro {
	margin-bottom: 40px
}

.intro_headshot,
.intro_text {
	display: inline-block;
	vertical-align: middle
}

.intro__pre,
.intro__post {
	text-transform: uppercase;
	letter-spacing: 4px
}

.intro__main {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 10px 0 20px
}

@media (min-width: 860px) {
	.intro__main {
		font-size: 2.2rem
	}
}

.social a {
	margin-right: 20px
}

.footer {
	padding: 40px 20px;
	text-align: center;
	border-top: 1px solid #edefee
}

.footer__title {
	font-size: 1.2rem;
	font-weight: bold
}

.footer__subtitle {
	text-transform: capitalize
}

dl {
	margin-bottom: 20px
}

dt,
dd {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px
}

@media (min-width: 640px) {
	dt {
		padding-right: 5px
	}
	dd {
		text-align: justify
	}
	dt,
	dd {
		margin-bottom: 60px
	}
	.mission dt {
		display: block;
		text-align: center
	}
	.bio dt {
		display: block;
		text-align: center
	}
	.experience dt {
		width: 30%;
		padding-right: 20px
	}
	.experience dd {
		width: 70%
	}
	.education dt {
		padding-right: 20px
	}
	.education dt,
	.education dd {
		width: 50%
	}
	.publications dt {
		width: 100%
	}
}

.title {
	margin: 0;
	font-weight: bold;
	font-size: 1.2rem
}

a {
	color: #000 !important;
	background: rgba(66, 134, 244, 0);
	transition: all linear .2s
}

a:hover {
	background: rgba(66, 134, 244, 0.3);
	text-decoration: none
}

.publication-link a {
	border: 0.08rem solid rgb(0, 0, 0);
	padding-top: 0.05rem;
	padding-right: 0.15rem;
	padding-bottom: 0.05rem;
	padding-left: 0.15rem;
}

#morepubs {
	display: none;
}

.showmore {
	border: 0.1rem solid #CCC;
	padding: 0.6rem;
	/* font-size: 24px; */
	width: 8rem;
	text-align: center;
	/* color: #999; */
	margin: 0px auto;
	cursor: pointer;
	margin-bottom: 2rem;
}

.showmore:hover {
	color: #333;
}