body {
    color: rgba(0,0,0,.90);
}

strong {
	font-weight: 700;
}

a {
	color: rgba(0,0,0,.90);
}

section {
	margin-top: 2em;
	padding-bottom: 2em;
}

div.is-even {
	background: #f7f7f7;
	padding: 0.5em 0;
}

ul.is-publication-list {
	list-style: none;
	margin: 0;
}

ul.is-publication-list li {
	margin-bottom: 1em;
}

ul.is-publication-list li a {
	font-weight: 700;
}

section header h1 {
    font-size: 1em;
    margin-bottom: 2em;
    font-weight: 900;
	text-transform: uppercase;
}

#global-header {
	padding-top: 1.5em;
}

nav a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
}

.is-logo {
	font-size: 1em;
	font-weight: 400;
}

#intro h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
	color: #fff;
	font-size: 3em;
	mix-blend-mode: lighten;
	background: #fff;
	color: #000;
	line-height: 1em;
	letter-spacing: 3px;
	padding: 30px;
	position: relative;
    top: 300px;
    left: 24px;
    width: 50%;
}

/*team bios*/
.is-bio img {
    margin-bottom: 0.5em;
	border-radius: 5%;
}

.is-bio h2 {
    font-size: 1em;
    font-weight: 700;
}

.is-bio .is-small {
    font-weight: 400;
}

.is-bio p {
    font-size: 0.8em;
}


/*news articles*/
article {
	margin-bottom: 4em;
}

article header h1 {
	text-transform: capitalize;
	font-size: 1.6em;
	margin-bottom: 0.3em;
}

article figure, .is-video-container {
	width: 90%;
	margin: 2em auto 2em 0;
}

figcaption {
	font-style: normal;
	font-size: 11px;
}

/*global footer*/
#global-footer {
    background: #efefef;
    padding: 2em 0 1em 0;
    font-size: 0.9em;
}

/*Mobile overrides*/
@media only screen and (max-width: 1024px) {
    
    .is-width-large {
       padding: 24px;
	}
	
	.is-logo {
		padding-bottom: 1em;
	}

	#intro h1 {
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		color: #fff;
		font-size: 2em;
		mix-blend-mode: lighten;
		background: #fff;
		color: #000;
		line-height: 1em;
		letter-spacing: 3px;
		padding: 30px;
		position: relative;
		top: 400px;
		left: 24px;
		width: 90%;
	}
}