@font-face {
  font-family: 'Texta';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/Texta-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Texta';
  font-style: italic;
  font-weight: regular;
  src:     url('fonts/Texta-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Texta';
  font-style: normal;
  font-weight: normal;
  src:     url('fonts/Texta-Regular.woff') format('woff');
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.39;
	font-family: "Texta", "helvetica neue", "helvetica", "arial", sanserif;
	color: #023A07;
	-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
#splash {
	font-size: 1.67rem; 
	line-height: 1.6; 
	letter-spacing:.5px;
	 background-color: #90EE90;
}
nav {
	font-size: 1.7rem; 
	line-height:1;}
header {
	background-color:#e8fce8;
}
#splash {
	padding-top: 1.7em;
	padding-bottom: 2em;
}
#research {
	background-color: #FFF;
}
#publications {
	background-color: #b9e8e0; padding-bottom:2em; padding-top:1em;
}
#people {background-color:#e8fce8;
		padding-top: 2em; padding-bottom:2em;
}
#alumni_wrapper {
		border-top:solid 2px #beddbe;
}
#pictures {
	background-color:#b9e8e0; padding-top:2rem;
}
#contact_us {
	background-color:#011C13;
	color: #FFFFFF;
	padding-top: 1.5em;
	padding-bottom:3em;
}
a, a:visited, a:active {
	color: #023A07;
	text-decoration: underline;
}
a:hover {
	color: #999966;
	text-decoration: underline;
}
.subtitle a, .subtitle a:visited {
	color: #023A07;
	text-decoration: none;
	outline: 0;
}
.subtitle a:hover, .subtitle a:active {
	color: #999966;
}
header {
		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: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 2.5rem 5% 2.5rem 5%;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}
#title {
	    -webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	    	flex-grow: 0;
	    -webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
#locations {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1
}
.dept {
	padding-right: 1.5em
}
h1 {
	font-size: 2.3rem;
	letter-spacing: 1.2px;
	line-height: 1.3rem;
	font-weight: normal;
	padding: 0 1rem 0 0;
	margin: 0;
	color: #023A07;
	padding-bottom:15px;
}
h2 {
	display:none
}
.subtitle {
	font-size: 1.7rem;
	line-height: 2rem;
	font-weight: normal;
	letter-spacing:.5px;
	padding: 0;
	display: inline;
	white-space: nowrap;
	position:relative;
	bottom:6px;
}
nav {
	line-height: 3.4rem;
	letter-spacing:1.5px;
	color: #fff;
	height:56px;
	width:100%;
}
nav li a {
	text-decoration: none;
	text-align: center;
	background-color: #1EA812;
	display: block;
	height:56px;
	width: 100%;
	color: #fff;
	vertical-align: middle;
    text-align:center;
}
nav li a:visited {
	color: #fff;
	text-decoration: none;
	
}
nav li a:hover, nav li a:active, nav li a:focus {
	color: #fff;
	text-decoration: none;
}
nav li a:hover {
	background-color: #157A0C;
	text-decoration: none;

}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	display: block;
}
nav li {
	display: block;
	float:left;
	width: 20%;
	height: 100%;
}
.active {
	background-color: #157A0C;
}
.section {
	padding: .7rem 5% 1rem 5%;
}

#splash p {
	margin: 0;
	padding: 0;
}
#research_wrap {
	max-width: 55em;
	padding-bottom:2rem;
}
h3 {
	font-size: 100%;
	line-height: 1.45;
	font-weight: bold;
	margin-bottom:1em;
}
#research h3 { 
    padding-left: .8em;
    text-indent: -.8em;}
    
#research figure img {
	display: block;
	width: 100%;
}
#research figure {
	padding: 5px;
	font-size: .7em;
	line-height: 1.1;
	display: table;
	background-color: white
}
#research .right {
    clear: right;
	float: right;
}
#research .left {
	clear: left;
	float: left;
}
#research figcaption {
	display: table-caption;
	caption-side: bottom;
	padding: 0 5px 5px;
	background-color: white
}
#research ol {
		background-color:#fafccf;
		padding-top:.6em; 
		padding-bottom:.3em;
		padding-right: 1em;
		display:table;
}
#research li {padding-bottom:.7em}
#people_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 90%;
	line-height: 1.2;
}
.people {
	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: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-bottom: 2.5em;
}
.people_pic {
	width: 150px;
	margin-right:2em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}
.people_info {
	width: 12.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}
.people_info li:first-child {
	font-weight: bold
}
.people_bio {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-left: 1em;
	font-size:1.27rem;
	line-height:1.55rem;
	max-width:60em;
}
#alumni_wrapper {
	font-size: .8rem;
	line-height: 1rem;
}
#alumni_wrapper h3 {font-size:1.5rem}
.alumni {
	display: inline-block;
	margin: 2em  2.5% 0 0;
	text-align: center;
	width: 9em;
	vertical-align:top;
}
.alumni img {
		height:133px; width:100px
}
.blank {
		border:solid 2px #beddbe;
}
#outreach {
	background-color: #FFF;
}
#outreach li {margin-bottom:2rem}
.follow img  {
	vertical-align:top;
	padding-right:10px;
}
#pictures div {
	display:inline-block; 
	padding:0 1rem 1rem 0; 
	margin:0
}
#contact_us figure {
	margin: 0;
	padding: 0
}
#contact_us figcaption {
	font-size: 1rem;
}
#contact_us a, #contact_us a:visited, #contact_us a:active, #contact_us {
	color: white;
}
#contact_us a:hover {
	color: #999966;
}
.mobile {
	display: none
}
@media only screen and (max-width: 860px) {
	.section {
		font-size: 1.3rem;
		line-height: 1.35;
		padding: 1em 1em 1em 1em;
		padding: 1rem 1rem 1rem 1rem;
	}
	.desk {
		display: none
	}
	.mobile {
		display: block
	}
	
	header {
		padding: 1em 1em 1em 1em;
		padding: 1rem 1.5rem 1rem 1rem;}
	.subtitle {
		font-size:90%;
		line-height: 1rem;
	}
	h1 {
		font-size: 2rem; padding-top:.7rem;
	}
	h3 {
		font-size:1.3rem;
		line-height:1.4;
	}
	nav {letter-spacing:1px;
	}
	nav li {width: 25%;
	}
	#splash {padding-top: 1.4rem;
			 padding-bottom:2rem;
			 	line-height:1.4;
			 	font-size:1.4rem;
	}
	img {
		max-width: 100%;
		height: auto
	}
	#research .left {
		float: none;
	}
	#research .right {
		float: none;
	}
	.people {
		display: -webkit-box;
		display: -ms-flexbox;
				display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		    	align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;  
		  		flex-flow: row wrap;       
				padding-bottom: 2em;
				max-width:100%;
	}
	.people_pic {
		width: 150px;
		padding-bottom: 0;
	}
	.people_info {
		width: 15em;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.people_bio {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 0;
		padding-top:.5em;
		max-width:100%;

	}
	.alumni {
		margin: 2em 0 0 0;
		width: 90px;
	}
	.alumni img {
		height:93px; width:70px
	}
	#header_wrapper {
		padding-top: 120px;
		margin-top: -120px
	}
}
@media only screen and (max-width: 550px) {
nav {letter-spacing:0;
     font-size: 1.4rem;
	}
}

@media only screen and (max-width: 480px) {
	nav {
		font-size: 1.2rem;
		letter-spacing: .5px;
		}	
	#research p {
	line-height:1.35
	    }	   
	.people {
		-webkit-box-flex: 0;
        -webkit-box-orient: vertical;
		}
	.people_bio {
	padding-top:1em;
		}
}
@media only screen and (max-width:370px) {
	nav {
		font-size: 1.1rem;
		letter-spacing: 0;
		}	