/*************** GENERAL ***************/

html,body {
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
	color: rgb(40, 40, 140)
}
a:hover {
	color: rgb(70, 70, 170);
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
p {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-before: 16px;
    -webkit-padding-after: 16px;
}

#header-wrap, #banner-wrap, #main-wrap, #main-wrap-bottom, #footer-wrap {
	width: 100%;
	min-width: 1015px;
}

.container {
	padding: 50px 50px 175px 50px;
}
/****************** NAVBAR ***************/

#nav-wrap {
	width: 100%;
	height: 150px;
	min-width: 1112px;
	position: fixed;
	top: 0px;
	background: white;
	z-index: 10;
	border-bottom: solid 1px rgb(235,235,235);
/*	border-top: solid 1px grey; */
}
#nav-wrap .container {
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#nav-wrap .container table {
	width:100%;
}
#nav-wrap td#logo {
	left: 15px;
/*	padding-bottom: 20px;
*/}
#nav-wrap td {
	vertical-align: middle;
	padding-right: 0px;
}
#nav-wrap .container ul {
	vertical-align: middle;
	list-style: none;
	float: right;
}
#nav-wrap .container ul li {
	list-style: none;
	float: left;
	margin-left: 0px;
}
#nav-wrap .container ul li a {
	background: none;
	float: left;
	display: block;
	font-family: 'Oswald', Impact, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	padding: 5px 9px;
	border: 0;
	outline: 0;
	color: black;
	list-style-type: none;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
}
#nav-wrap .container ul li#active a {
	color: rgb(70,70,170);

}
#nav-wrap .container ul li#maplink a {
	cursor: pointer;
}

#logo {
	padding-left:35px;
	max-width:500px;
	vertical-align: middle;
}
#logo img {
	display: none;
}

#logo, #logo a {
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	font-weight:normal;
}


/************** MAIN WRAP *************/

#main-wrap {
 	width: 100%;
 	height: auto;
 	position: relative;
 	top: 150px;
}

#main-wrap .container {
	background: white;
}


/************** MAIN WRAP BOTTOM *************/

#main-wrap-bottom {
	height: 120px;
	background-color: #ffffff;
	border-top: solid 1px rgb(235,235,235);
	position: absolute;
	bottom: 0;
}

#main-wrap-bottom .img-container {
	padding: 10px;
	width: 180px;
	height: 80px;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#main-wrap-bottom .img-container .img {
	width: 100%;
	height: 100%;
	background-image: url(https://biologicalsciences.uchicago.edu/sites/biologicalsciences.uchicago.edu/files/template/UC_BS_2C_CMYK_8-19.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
}

/************** HOME **************/

#home-content {
	padding-top: 50px;
}
#home-image {
	position: fixed;
	top: 150px;
	width: 100%;
	background: none;
}
#home-image img {
	width: 100%;
}
.corner-link {
	position: fixed;
	z-index: 10;
	height: 20px;
	left: 10px;
	bottom: 10px;
	font-family: "Lato";
	font-weight: lighter;
	color: white;
}
#home-content figure {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px gainsboro;
}
#home-text {
	display: inline-block;
	width: 100%;
	text-align: left justify;
}
.home-title {
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	padding: 50px;
	padding-top: 25px;
}
.home-p {
	font-family: "Lato";
	font-size: 17px;
	line-height: 28px;
	font-weight: lighter;
	text-align: justify;
	padding-top: 25px;
	width: 60%;
	margin: auto;
	text-indent: 60px;
}
.home-head {
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	line-height: 38px;
	padding-top: 100px;
	padding-bottom: 50px;
	border-top: solid 1px gainsboro;
}
.home-list {
	text-align: center;
	font-weight: lighter;
	list-style: none;
	padding-left: 0px;
	font-size: 25px;
}
.home-list li {
	display: inline-block;
	padding: 5px;
}
/*#home-text .home-list li:nth-child(2n-1) {
	font-weight: normal;
}*/

/********************* CONTACT ********************/

#contact-content {
	padding: 50px;
	position: initial;
}
#googlemaps {
	float: left;
	padding: 0px;
}
#googlemaps div div {
	height: 300px;
	outline: solid 1px gainsboro;
}
#googlemaps div div iframe {
	width: 100%;
}
.contact {
	float: right;
	width: 35%;
}
.address, .phone {
	width: 100%;
	font-family: "Lato";
	font-weight: 200;
	text-align: left;
	padding-left: 50px;
}
.address {
	font-size: 1.5vw;
}
.address .head {
	font-weight: bolder;
}
.phone {
	font-size: 1.6vw;
}

/************** PEOPLE *************/

#people-content {
	overflow: hidden;
}
.people-square {
	position: relative;
    float:left;
    width: 30%;
    padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    background-color: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; /* you change this to "contain" if you don't want the images to be cropped */
    box-shadow: 0px 0px 0px 1px rgb(212,212,212);
    filter: saturate(90%) brightness(110%);
    -webkit-filter: saturate(90%) brightness(110%);
    -ms-filter: saturate(90%) brightness(110%);
    cursor: auto;
}
.people-over{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: rgb(10,10,40);
	cursor: pointer;
	display: none;
}
.people-over div {
	height: 80%;
	width: 80%;
	margin: 10%;
	display: table;
	border-spacing: 5px;
    border-collapse: separate;
    cursor: pointer;
}
.people-over div div { /* text fields */
	padding: 0px;
	width: 100%;
	display: table-row;
}

.people-name, .people-position, .people-summary, .people-email {
	font-family: "Lato";
	font-weight: lighter;
	cursor: auto;
	color: white;
}

.people-name {
	font-size: 2.8vw;
	font-weight: 300;
}
.people-position {
	font-size: 1.8vw;
	font-style: italic;
}
.people-summary {
	font-size: 1.1vw;
}

.people-email {
	font-size: 1.5vw;
}

/* .people-1{background-image:url('../images/lab_members/ivan_moskowitz_orig.png');} */
.people-1{background-image:url('../images/lab_members/ivan_moskowitz.jpg');}
.people-2{background-image:url('../images/lab_members/holly_yang.jpg');}
.people-3{background-image:url('../images/lab_members/chul_kim.jpg');}
.people-4{background-image:url('../images/lab_members/ozanna_burnicka-turek.jpg');}
.people-5{background-image:url('../images/lab_members/joshua_theisen.jpg');}
.people-6{background-image:url('../images/lab_members/sonja_lazarevic.jpg');}
.people-7{background-image:url('../images/lab_members/robin_canac.jpg');}
.people-8{background-image:url('../images/lab_members/shalise_burch.jpg');}
.people-9{background-image:url('../images/lab_members/nick_elliott.jpg');}
.people-10{background-image:url('../images/lab_members/Isaak_Tarampoulous.jpg');}
.people-11{background-image:url('../images/lab_members/zoheb_khan.jpg');}
.people-12{background-image:url('../images/lab_members/mark_minogue.jpg');}
.people-13{background-image:url('../images/lab_members/kirthi_ponnuswamy.jpg');}
.people-14{background-image:url('../images/lab_members/avryn_pristina.png');}
.people-15{background-image:url('../images/lab_members/joy_tian.jpg');}
.people-16{background-image:url('../images/lab_members/sandhini_agarwal.jpg');}
.people-17{background-image:url('../images/lab_members/Maria_Nolasco.jpeg');}
.people-18{background-image:url('../images/lab_members/Carlos_Cervantes.jpeg');}
.people-19{background-image:url('../images/lab_members/Wiktor_Mikolajczak.jpg');}
/************** RESEARCH *************/

#research-text {
	padding: 50px;
	padding-bottom: 200px;
	width: 70%;
	margin: auto;
}
.research-title {
	font-size: 40px;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 50px;
}
#research-text .research-subtitle.research-p {
	text-align: left justify;
	border: none;
	padding-bottom: 50px;
}
#research-text .img-container {
	text-align: center;
	border-left: solid 1px rgb(230,230,230);
	margin-left: 10px;
}
#research-text .img-container img {
	display: inline-block;
    padding-bottom: 25px;
    padding-top: 25px;
    max-width: 400px;
	/* padding-left set in JS */
}
#research-text .research-head1 {
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	padding: 15px;
}

#research-text .research-p {
	font-size: 17px;
	line-height: 24px;
	padding-left: 20px;
	padding-top: 10px;
	margin-left: 10px;
	text-align: justify;
	font-weight: lighter;
	border-left: solid 1px rgb(230,230,230);
}

/************** PUBLICATIONS *************/


#publications-content {
	margin: auto;
	text-align: center;
	padding: 30px 10% 200px 10%;
}
#pub-list {
	margin: auto;
	width: 100%;
	list-style: none;
	padding-left: 0;
	border-bottom: solid 1px gainsboro;
}

#pub-list li {
	list-style-type: none;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	color: rgb(65,65,65);
	font-size: 15px;
	text-align: justify;
	border: solid 1px gainsboro;
	border-bottom: none;
	overflow: hidden;
	position: relative;
}

#pub-list li .pub-name {
	display: inline-block;
	font-weight: bolder;
	color: rgb(20,20,20);
	font-size: 18px;
	padding-bottom: 5px;
	cursor: pointer;
}
#pub-list li .pub-name:hover {
	text-decoration: underline;
}
#pub-list li .pub-authors {
	font-weight: normal;
	padding-bottom: 5px;
}
#pub-list li .pub-info {
	font-style: italic;
	padding-bottom: 40px;
	color: rgb(60,60,60);
}
#pub-list li .pub-link {
	position: absolute;
	bottom: 19px;
}
#pub-list li .pub-link a {
	padding-right: 20px;
	font-size: 18px;
	font-weight: bolder;
}
#pub-list li .pub-link a.pub-pmed:before {
	content: "PubMed";
}
#pub-list li .pub-link a.pub-pdf-dead {
	color: grey;
}
#pub-list li .pub-link a.pub-pdf-dead:before {
	content: "Free PDF not yet available";
}
#pub-list li .pub-link a.pub-pdf:before {
	content: "View PDF";
}

#pub-list li[data-info$='1'] .pub-text {
	max-width: 65%;
	float: left;
}
#pub-list li[data-info$='0'] .pub-text {
	max-width: 100%;
	float: left;
}
#pub-list li div.pub-image {
	max-width: 30%;
	float: right;
}
#pub-list li div.pub-image img {
	width: 100%;
}

/*************** COLLABORATORS **************/

#collab-content {
	display: table;
	width: 85%;
	margin: auto;
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	padding-bottom: 185px;
	font-style: italic;
}

#collab-content div.collab-col {
	display: table-cell;
	width: 50%;
}
#collab-content div.collab-row {
	display: block;
	width: 100%;
	height: 50%;
}

#collab-content div.collab-link {
	font-size: 24px;
	font-style: normal;
	padding: 10px;
}

/************** ALUMNI *************/

#alum-list {
	table-layout: auto;
	width: 100%;
}

#alum-list .alum-headers {
	font-size: 24px;
	font-weight: bold;
	padding: 5% 5% 1% 5%;
	position: relative;
}

#alum-list .alum-name {
	width: 30%;
	font-size: 18px;
	padding: 1% 1% 1% 8%;
	position: relative;
}

#alum-list .alum-bio {
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	font-weight: lighter;
}

.alum-tag {
	position: absolute;
	top: 10px;
	left: 2%;
	padding-bottom: 5px;
/*	border-bottom: solid 1px rgb(235,235,235);
*/	font-size: 30px;
	font-weight: lighter;
	color: rgb(100,100,100);
}

/*************** NEWS **************/

#news-list {
	width: 100%;
}

#news-list .news-year {
	font-size: 18px;
	padding: 5% 5% 1% 5%;
	position: relative;
}


#news-list .news-year .news-month {
	padding-top: 5%;
	padding-left: 2%;
	color:  black;
	position: relative;
}

#news-list .news-year .news-month .news-item {
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	font-weight: lighter;
}

.news-tag {
	position: absolute;
	top: 10px;
	left: 2%;
	padding-bottom: 5px;
/*	border-bottom: solid 1px rgb(235,235,235);
*/	font-size: 30px;
	font-weight: lighter;
	color: rgb(100,100,100);
}
.news-name {
	font-weight: normal;
}


/*************** EXTRA ************/

#main-wrap .container blockquote {
 	font-family: 'Droid Serif', serif;
 	font-style:italic;
 	font-size:14px;
 	border-left:none;
 	color:#aaa;
 	background: url(../images/theme/blockquote-bg.png) no-repeat 5px 0px;
 	padding:0px 15px 15px 60px;
 	margin:20px 0px;
 	line-height:26px;
}
#main-wrap .container form .wsite-button {
 	margin-top:20px;
}


/************** EXTRA *************/

.wsite-logo {
	vertical-align: middle;
	padding-top: 0px;
}

/* COPIED FROM HTML STYLE TAG */

#wsite-title {
	font-family: "Lato" !important;
	font-weight: lighter;
	font-size: 37px !important;
	color: #2a2a2a !important;
}
