@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Muli|Raleway|Titillium+Web');

/* CSS Document */

body {
	margin: 0;
	font-family: 'Open Sans';
	font-size: 14px;
	letter-spacing: 0px;
	color: black;
	height: 100%;
	min-height: 100%;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0 0 40px 0;
}

#footer {
	clear: both;
	text-align: center;
	color: #000;
	border-top: 1px solid rgba(0, 0, 0, 1);
	box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 1);
	background-color: #FFF;
	position: relative;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

p {
	-webkit-text-size-adjust: none;
	color: #000000;
}

a {
	text-decoration: none;
	color: #015249;
}

#header {
	position: relative;
	background-size: cover;
	text-align: center;
	/* <------ */
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0px;
	background-color: #FFF;
	position: relative !important;
	padding: 0;
	padding-top: 5px;
	z-index: 99;
}

#header-content {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	width: 93%;
}

#header-logo {
	width: 24%;
	margin: 0 auto;
	max-width: 500px;
}

#header-logo img {
	width: 100%;
	height: auto !important;
	display: block;
	position: relative;
	margin: 0 auto;
}

#header-crest {
	margin-right: 0%;
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: auto !important;
	float: right;
	text-align: right;
}

#header-crest img {
	width: 100%;
	max-width: 60px;
	position: relative;
	float: right;
	height: auto !important;
}

#header-image-background {
	background-color: #015249;
	/* Chrome10-25,Safari5.1-6 */
}

#container {
	margin: 0 auto;
	max-width: 890px;
}

.toggle,
[id^=drop] {
	display: none;
}


/* Giving a background-color to the nav container. */

nav {
	margin: 0;
	padding: 0;
	z-index: 99;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	color: #FFFFFF;
	box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 1);
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content: "";
	display: table;
	clear: both;
}


/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: center;
}


/* Positioning the navigation items inline */

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	z-index: 99;
}


/* Styling the links */

nav a {
	display: block;
	padding: 5px 10px;
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
	margin: 0;
	list-style-type: none;
	font-family: 'Roboto';
	font-size: 20px;
	display: inline-block;
	color: #015249;
	font-weight: 400;
}

nav ul li ul li:hover {
	background: #FFF;
}


/* Background color change on Hover */

nav a:hover {
	background-color: #FFF;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 35px;
	background-color: #FFF;
}


/* Display Dropdowns on Hover */

nav ul li:hover>ul {
	display: block;
}


/* Fisrt Tier Dropdown */

nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
	padding: 0;
	margin: 0;
}


/* Change ' +' in order to change the Dropdown symbol */

li>a:only-child:after {
	content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {
	nav {
		margin: 0;
		text-align: left;
	}
	/* Hide the navigation menu by default */
	/* Also hide the  */

	.toggle+a,
	.menu {
		display: none;
	}
	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 5px 10px;
		color: #015249;
		font-size: 17px;
		text-decoration: none;
		border: none;
		font-family: 'Roboto';
		font-size: 20px;
		display: inline-block;
		color: #015249;
		font-weight: 400;
	}
	.toggle:hover {}
	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked+ul {
		display: block;
	}
	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
	nav ul ul ul a {}
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a {
		padding: 14px 20px;
		color: #FFF;
		font-size: 17px;
	}
	nav ul li ul li .toggle,
	nav ul ul a {
		color: #015249;
	}
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
	/* Hide menus on hover */
	nav ul ul li:hover>ul,
	nav ul li:hover>ul {
		display: none;
	}
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}
	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}
}

@media all and (max-width: 330px) {
	nav ul li {
		display: block;
		width: 94%;
	}
}

#main {
	list-style: none;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
	max-width: 1500px;
	width: 96%;
	text-align: justify;
	position: relative !important;
	text-align: center;
}

#main_left {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 31.2%;
	background-color: #FFF;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 2px solid rgba(223, 223, 223, 0.40);
	margin-top: 20px;
	position: relative;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.doppler.#main {
	margin-bottom: 30px;
}

.doppler #main_left {
	padding-top: 10px;
}

.outreach .box {
	width: 100%;
}

#main_left:hover {
	box-shadow: 2px 14px 28px rgba(0, 0, 0, 0.25), -2px 14px 10px rgba(0, 0, 0, 0.22);
}

#main_right {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	clear: right;
	padding-top: 0px;
	padding-left: 1%;
	text-align: center;
	z-index: -999;
	margin-top: 20px;
}

.doppler #main_right {
	margin-top: 0;
	padding-top: 0;
}

#main_center {
	width: 100%;
	text-align: justify;
	position: relative;
	text-align: justify;
}

#main_center:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.box {
	text-align: justify;
	padding: 7px;
	padding-top: 0px;
	vertical-align: top;
	display: inline-block;
	margin: 0 auto;
}

.erc .box p {
	text-indent: 50px;
	line-height: 34%;
}

.box a {
	color: #015249;
	font-weight: 600;
}

#slider img {
	width: 100%;
	height: auto !important;
}

.box_header {
	/* background: -webkit-linear-gradient(top, rgba(252, 252, 15, 0.3) 30%,  rgba(136, 183, 239, 0) 100%); */
	color: #000;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-size: 17px;
	padding-top: 0px;
	font-family: 'Roboto';
	padding-top: 3px;
}

#news {
	text-align: justify;
}

.funding {}

.funding {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.funding div img {
	width: 100%;
	height: 100%;
}

.contact {
	line-height: 6px;
	width: 30%;
	text-align: center;
	margin: 0 4%;
}

.social_media {
	width: 30%;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	text-align: justify;
	position: relative;
	margin: 0 4%;
}

.social_media img {
	width: 23%;
	margin-top: 15px;
	height: auto !important;
}

.extra {
	width: 28%;
	line-height: 6px;
	float: left;
}

.social_media:after {
	content: "";
	width: 100%;
	display: inline-block;
}

h4 {
	text-align: center;
	margin-bottom: 0;
	margin-top: 8px;
	text-decoration: underline;
	color: black;
	font-weight: 700;
}

.bottom-line {
	border-bottom: 1px solid #999;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: 0 auto 0px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	padding-bottom: 0;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 1px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

a {
	text-decoration: none;
}

#slider3-pager {}

#slider3-pager a {
	display: inline-block;
	background: transparent;
	box-shadow: 0 0 0 2px #666;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #FFF;
}

#slider3-pager img {
	float: left;
	width: 90px;
}

.circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #000000;
	/* width and height can be anything, as long as they're equal */
}

#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #000;
}

#slider3-pager a {
	padding: 0;
}

.caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 13px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.separator {
	height: 2px;
	background-color: #015249;
	position: relative;
}

#column_left {
	width: 49%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}

#column_right {
	width: 49%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}


/* Drop down menus */

#resume #accordion ul li {
	background-color: #FFF;
	color: #000000;
}

#resume #accordion ul li {
	background-color: #FFF;
}


/* Accordion */

#accordion {
	width: 96%;
	margin: 10px auto;
}

#accordion ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

#accordion ul li {
	list-style-type: none;
	cursor: pointer;
	border-bottom: 2px solid #015249;
	margin: 0;
	padding: 0;
	transition: 0.3s ease all;
	width: 16%;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}

#accordion>ul li h3 {
	color: black;
	text-align: center;
	display: inline-block;
	margin: 0;
}

.research#main {
	margin: 10px auto;
}

ul.tabs h3 {
	color: #000;
	opacity: 0.6;
	text-align: center;
	display: inline-block;
	margin: 0;
}

ul.tabs li.current h3 {
	color: black;
	font-weight: 600;
	opacity: 1;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li {
	background: none;
	opacity: 0.7;
	color: #3D3D3D;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	list-style-type: none;
	cursor: pointer;
	border-bottom: 2px solid #015249;
	margin: 0;
	padding: 0;
	transition: 0.3s ease all;
	width: 18%;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}

ul.tabs li.current {
	color: #222;
	opacity: 1;
}

.tab-content {
	display: none;
	margin-top: 10px;
}

.tab-content.current {
	display: inherit;
}

.panel {
	display: none;
	padding: 25px;
	margin: 10px;
	text-align: center
}


/* Publications */

.publications {
	margin-top: 20px;
	counter-reset: publication 84;
}

.publications ol h2 {
	margin-top: 25px;
	margin-bottom: 0px;
	font-size: 30px;
}

.publications a {
	color: black;
}

#main_full {
	width: 100%;
}

.publications ol {
	padding: 0;
	text-align: center;
	margin: 0;
}

.publications li {
	display: block;
	width: 100%;
	align-items: stretch;
	display: flex;
	align-items: center;
}

.publications h2 {
	text-align: center;
}

.publications ol.publication-list li {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	align-items: center;
	width: 100%;
}

.publications ol.publication-list li:before {
	display: inline-block;
	counter-increment: publication;
	counter-increment: publication -1;
	/* Increment the section counter */
	content: "(" counter(publication) ") ";
	/* Display the counter */
	margin-left: 10%;
}

.publications .text {
	width: 76%;
	margin-left: 2%;
	display: inline-block;
}

.doppler a {
	color: black;
}

.outreach a {
	font-weight: 100;
}

.publications .image {
	width: 16%;
	display: inline-block;
	margin-right: 2%;
}

.publications .image img {
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	display: inline-block;
}

.publications ol.publication-list li:nth-child(even) {
	background: rgba(190, 216, 195, 0.2);
}

.container#resume {
	text-align: center;
	color: r.people ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.people ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	width: 17%;
	padding: 1px;
	margin-bottom: 45px;
}

.people ul li h2 {
	margin-bottom: 2px;
	text-align: center;
}
.people ul li p a{
	color:white;
	text-decoration:underline;
}


.people .container {
	display: inline-block;
	width: 100%;
	position: relative;
}

.people .container .picture > img {
	width: 100%;
	transition: .5s ease;
}

.people .container .info {
	display: none;
}

.people .container .info p {
	margin: 0;
}

.people .position {
	display: inline-block;
}

.people ul:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	width: 95%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.people .container .text {
	background-color: #015249;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 4px 4px;
}



.people .container p {
	margin: 0;
	text-align: center;
	color: white;
}

.people .container .picture:hover > img {
	opacity: 0.3;
}

.people .container:hover .middle {
	opacity: 1;
}

.people .container .text > img { width:31px;vertical-align:middle; margin:0 2px; opacity: 1; z-index:99; }

.people ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.people ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	width: 17%;
	padding: 1px;
	margin-bottom: 45px;
}

.people ul li h2 {
	margin-bottom: 2px;
	text-align: center;
}
.people ul li p a{
	color:white;
	text-decoration:underline;
}


.people .container {
	display: inline-block;
	width: 100%;
	position: relative;
}

.people .container .picture > img {
	width: 100%;
	transition: .5s ease;
}

.people .container .info {
	display: none;
}

.people .container .info p {
	margin: 0;
}

.people .position {
	display: inline-block;
}

.people ul:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	width: 95%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.people .container .text {
	background-color: #015249;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 4px 4px;
}



.people .container p {
	margin: 0;
	text-align: center;
	color: white;
}

.people .container .picture:hover > img {
	opacity: 0.3;
}

.people .container:hover .middle {
	opacity: 1;
}

.people .container .text > img { width:31px;vertical-align:middle; margin:0 2px; opacity: 1; z-index:99; }

lightcasegba(0, 0, 0, 1.00);
}

.container#resume h2 {
	color: rgba(0, 0, 0, 1.00);
}

#accordion ul li li) {
	background: #FFF;
}

#main.cover-gallery {
	margin-bottom: 0;
	min-height: 1vh;
	margin-bottom: 0;
}

.cover-gallery {
	margin-bottom: 0;
	min-height: 1vh;
	margin-bottom: 0;
}

.cover-gallery ul {
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	display: inline-block;
	text-align: justify;
	padding: 0;
}

.cover-gallery li {
	width: 200px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding: 5px;
	margin: 2px;
	display: inline-block;
	border: 1px solid #015249;
}

.cover-gallery .picture-container {
	width: 100%;
	padding-top: 130.66%;
	background-position: center;
}

.cover-gallery li img {
	width: 100%;
}


/* People */

.people .flag-container { padding:0; margin:0;

	
	
	}
	.people .flag-container h2 {display:inline-block;}
	.people .flags { display:inline-block;  padding:0; margin:0 1px; z-index:99; opacity:1; }
.people .flags img { width:31px;vertical-align:middle; }

	.people .flags p{display:inline-block; vertical-align:middle; padding:0; margin:0 0 0 2px; font-weight:600; }

.people ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.people ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	width: 20%;
	padding: 1px;
	margin-bottom: 45px;
}

.people ul li h2 {
	margin-bottom: 2px;
	text-align: center;
}
.people ul li p a{
	color:white;
	text-decoration:underline;
}


.people .container {
	display: inline-block;
	width: 100%;
	position: relative;
}

.people .container .picture > img {
	width: 100%;
	transition: .5s ease;
}

.people .container .info {
	display: none;
}

.people .container .info p {
	margin: 0;
}

.people .position {
	display: inline-block;
}

.people ul:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	width: 95%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.people .container .text {
	background-color: #015249;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 4px 4px;
}



.people .container p {
	margin: 0;
	text-align: center;
	color: white;
}

.people .container .picture:hover > img {
	opacity: 0.3;
}

.people .container:hover .middle {
	opacity: 1;
}

.people .container .text > img { width:31px;vertical-align:middle; margin:0 2px; opacity: 1; z-index:99; }

/* Pictures */

.pictures ul {
	list-style-type: none;
	padding: 0;
	margin-top: 15px;
	text-align: center;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

.pictures li {
	display: inline-block;
	text-align: center;
	width: 26%;
	margin: 0 1.5% 0 1.5%;
	margin-top: 10px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 2px solid rgba(223, 223, 223, 0.40);
	padding: 5px;
}

.picture-container {
	width: 100%;
	padding-top: 66.66%;
	background-position: center;
	/* Make the background image cover the area of the <div>, and clip the excess */
	background-size: cover;
	background-image: attr(data-image url);
}

.picture-container.events {
	background-image: url('images/pictures/events/2019_science_festival/L1009926-min.jpg');
}

.picture-container.xmas-dinner {
	background-image: url('images/pictures/xmas/christmas2016-after.jpg');
}

.picture-container.group-photos {
	background-image: url('images/pictures/group/hughes.jpg');
}

.picture-container.group-trips {
	background-image: url('images/pictures/trips/grouptrip2015_ghyll_scrambling3.jpg');
}

.picture-container.lab {
	background-image: url('images/pictures/lab/DSC00648.JPG');
}
.picture-container.cover-gallery {
	background-image: url('images/covers/cv.png');
}

.pictures li a {
	color: black;
	margin-top: 0;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}

.pictures li:hover {
	box-shadow: 2px 14px 28px rgba(0, 0, 0, 0.25), -2px 14px 10px rgba(0, 0, 0, 0.22);
}

.pictures li img {
	width: 100%;
}

.pictures li h2 {
	color: black;
	margin-top: 0;
}

.pictures-in {}

.pictures-in ul {
	text-align: center;
	list-style-type: none;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.pictures-in li {
	display: inline-block;
	width: 100%;
}

.pictures-in li ul li {
	display: inline-block;
	width: 20%;
}

.pictures-in li ul li img {
	width: 100%;
}

.pictures-in .doppler {
	display: inline-block;
	width: 20%;
}

.pictures-in .doppler img {
	width: 100%;
}

.image-container {
	width: 24%;
	display: inline-block;
}

.image-container img {
	width: 100%;
}


/* Positions */

.positions p {
	text-justify: distribute;
	text-align: left;
	font-size: 14px;
	color: #000;
}


/* Outreach */

.outreach {
	text-align: center;
	color: #000000;
}

.outreach h2 {
	text-align: center;
}

.outreach h3 {
	text-align: center;
	margin: 0;
}

.outreach a {
	text-align: center;
	color: #000000;
}

.outreach .videos-1 ul {
	text-align: center;
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 10px 0 0 0;
	justify-content: space-between;
}

.outreach .videos-1 li {
	text-align: center;
	width: 46%;
	display: inline-block;
	margin-bottom: 10px;
	webkit-border-radius: 2px 2px 2px 2px;
	border: 2px solid rgba(223, 223, 223, 0.40);
	padding: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.outreach .videos-1 li img {
	width: 100%;
	display: block;
}

.outreach .videos-2 ul {
	text-align: center;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	text-align: justify;
}

.outreach .videos-2 li {
	text-align: center;
	width: 23%;
	display: inline-block;
	margin-bottom: 10px;
	webkit-border-radius: 2px 2px 2px 2px;
	border: 2px solid rgba(223, 223, 223, 0.40);
	padding: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.outreach .videos-2 ul:after {
	content: "";
	width: 100%;
	display: inline-block;
}

.outreach .videos-2 li img {
	width: 100%;
	display: block;
}


/* Doppler */

.doppler h2 {
	color: black;
	text-align: center;
}

.doppler p {
	text-align: justify;
}

.doppler p a {
	color: black;
}

.cd-timeline-content img {
	width: 100%;
}

.alumni {
	text-align: left;
}

.alumni h1 {
	text-align: center;
	color: black;
}

.alumni h2 {
	text-align: left;
	color: black;
}


/* Research */

.tab-content .research-publications {
	justify-content: space-between;
	margin-top: 20px;
	flex-shrink: 0;
	width: 100%;
	padding: 0;
}

.tab-content .blurb {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.tab-content p {
	text-align: justify;
}

.tab-content p a {
	color: black;
}

.tab-content h3 {
	margin: 0;
}

.tab-content .research-publications:after {
	content: "";
	flex: auto;
}

.tab-content .selected_publication {
	width: 46%;
	padding: 6px;
	vertical-align: top;
	display: inline-block;
}

.tab-content .selected_publication:after,
h1:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.tab-content .selected_publication p {
	margin: 1px;
	padding: 0 15px;
	text-align: center;
}

.tab-content .selected_publication .publication-title {
	font-weight: 600;
}

.tab-content .selected_publication img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.people ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: inline-block;
		width: 24%;
		padding: 1px;
	}
	.pictures li {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.outreach .videos-1 li {
		width: 90%;
	}
	.outreach .videos-2 li {
		width: 48%;
	}
	.people ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: inline-block;
		width: 48%;
		padding: 1px;
		text-align: center;
	}
	.people ul li h2 {
		font-size: 15px;
	}
	.middle {
		transition: .5s ease;
		opacity: 0;
		position: absolute;
		width: 95%;
		max-height: 90%;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.tab-content .selected_publication {
		width: 98%;
		margin-top: 30px;
	}
	#accordion ul li {
		width: 98%
	}
	#header-logo {
		width: 100%;
		margin: 0 auto;
		max-width: 500px;
	}
	#main {
		text-align: center;
	}
	#main_left {
		width: 100%;
		padding: 5px 0;
		margin-top: 10px;
	}
	#main_right {
		width: 100%;
		padding: 5px 0;
		margin-top: 10p
	.social_media {
		width: 90%;
	}
	.contact {
		width: 90%;
	}
	#accordion>ul li h3 {
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		transform: skew(0deg);
		events color: rgba(255, 255, 255, 1.00);
		text-align: center;
		display: inline-block;
	}
	.outreach .videos-1 ul {
		display: block;
	}
	.outreach .videos-1 li {
		width: 100%;
		display: block;
	}
	#footer {
		height: auto;
	}
	.pictures li {
		width: 98%;
	}
	.pictures-in li ul li {
		display: inline-block;
		width: 30%;
	}
	.cover-gallery li {
		width: 75px;
	}
	ul.tabs li {
		width: 98%;
		margin-bottom: 5px;
	}
	.tab-content .selected_publication {
		width: 98%;
	}
	#main {
		margin-bottom: 20px;
	}
		.people .flag-container h2 {display:block; margin:0;}
		.people .container .text {
	background-color: #015249;
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 1px 1px;
}

}

