body {
	font-family: 'Lato', sans-serif;
}
a, a:hover, a:active, a:focus {
	color:#cc4232;
}
a:focus {
	outline: 0;
}
b {
	/*color:#351330;*/
}
.anchor {
	display: block; 
	position: relative; 
	top: -60px; 
	visibility: hidden;
}
.navbar-inverse {
	background-color: #2f475d;
	border:0 solid #fff;
	padding:10px 0;
}
.navbar-brand {
	font-size:30px;
	font-weight: 300;
}
.navbar-inverse .navbar-brand { /* Site title in nav bar*/
	color: #fff;
}
ul.nav {
	text-transform: uppercase;
}
li {
	text-align: left;
}
.flexi-container {
	width:90%;
	margin: auto;
}
.single-page {
	padding-top: 100px;
}
.single-page h1 {
	font-weight: 700;
}
.single-page h2 {
	font-size:25px;
	padding-top: 15px;
	padding-bottom: 20px;
}
/* publication links are gray */
.single-page a, #publications ol li a {
	color:#323232;
}
.single-page span, #publications ol li span {
	color:#ADAAAA;
}
.single-page .heading h1 {
	margin:-30px 0 40px 0;
}
#home {
	padding-top:180px;
	width:100%;
	height:550px;
	background: #fff url('../img/head_small.jpg') no-repeat 20%;
	text-align: center;
}
@media (min-width: 1400px) {
	#home {
		padding-top:180px;
		width:100%;
		height:550px;
		background-size:50%;
		background: #fff url('../img/head.jpg') no-repeat 20%;
		text-align: center;
	}
}
#home h1 {
	font-size: 100px;
	font-weight: 300;
	text-transform: uppercase;
	color:#3a516b;
}
#home h2 {
	font-size:18px;
}
#home h3 {
	font-size: 30px;
	font-weight: 300;
	color: #424254;
}
.hometext {
		text-align:right;
}
@media (max-width:1200px) {
	#home {
		padding-top:180px;
		width:100%;
		height:550px;
		background: #fff url('../img/head.jpg') no-repeat left center;
		background-size: 60%;
		text-align: center;
	}
}
@media (max-width:992px) {
	#home {
		padding-top:180px;
		width:100%;
		height:550px;
		background: #fff url('../img/head.jpg') no-repeat left center;
		background-size: 70%;
		text-align: center;
	}
	#home h1 span {
		background:rgba(255, 255, 255, 0.7);
	}
}
@media (max-width:768px) {
	#home {
		padding-top:180px;
		width:100%;
		height:500px;
		background: #fff url('../img/head.jpg') no-repeat left center;
		background-size: 100%;
		text-align: center;
	}
	#home h1 {
		font-size: 80px;
	}
	.hometext {
		text-align:center;
	}
	#home h2 {
		background: #fff;
	}
	#home h3 {
		background:rgba(255, 255, 255, 0.7);
	}
}
#research_block {
	background: #FAFCFE;
	padding:50px 0 60px 0;
	font-size: 15px;
	border-top:1px solid #f1f1f1;
}
#annoucement_block {
	background: #E6EFF8;
	padding:40px 0 50px 0;
	font-size: 15px;
	border-top:1px solid #f1f1f1;
}
#annoucement_block h1 {
	color:#3A516B;
}
#research_block h1 {
	font-size:30px;
	color:#4072a7;
}
#research_block p, #annoucement_block p {
	font-size: 18px;
	padding: 10px 0;
	line-height: 25px;
}
#areas {
	height:250px;
	background: #B7C9DD;
}	

#areas h2 {
	text-transform: uppercase;
	font-size: 20px;
}
.table-wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:33.333%;
	height: 100%;
}
.slide a{
	color:#fefefe;
	text-decoration:none;
	text-align: center;
	display:block; /* important */
}

.slide, .slide-title{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;     
}


.slide{
	height: 250px;
	/*font: normal normal 700 1em/4em Arial,sans-serif;*/
	overflow: hidden;
	width: 100%;
}

.slide a:hover{
	text-decoration: none;
}

.slide-title {
	margin-top: 70px;
}
@media (max-width:1175px) {
	.slide-title {
		margin-top: 90px;
	}
}

.slide:hover .slide-title{
	margin-top: -20px;
}
.slide .slide-info {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;  
	-webkit-transition: opacity 0.5s ;
	-moz-transition: opacity 0.5s ;
	-ms-transition: opacity 0.5s ;
	-o-transition: opacity 0.5s ;
	transition: opacity 0.5s ;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	margin-top:100px;
}
.slide-info a {
	display: inline;
}
.slide:hover .slide-info {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin-top: 20px;

}
.slide span {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;  
}
.slide:hover span {
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#areas_mobile {
	background: #B7C9DD;
	padding:25px 0 1px 0;
}
#areas_mobile a {
	color:#fff;
}
#areas_mobile a:hover, #areas_mobile a:focus {
	text-decoration: none;
}
.area {
	padding:0 0 20px 0;
}
#areas_mobile h2 {
	text-transform: uppercase;
	font-size:15px;
	font-weight: 700;
	color:#fff;
	margin:0;
	padding:10px 0 0 0;
}
.panel-body>p {
	margin:0;
	padding:0;
}
.heading h1 {
	margin: 0 0 90px 0;
	padding: 35px 0;
	color:#3a516b;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	background: #F7FCFF;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}

#publications {
	padding-bottom:50px;
}
#publications h2 {
	font-size:22px;
	text-transform: uppercase;
	padding-bottom:0;
}
#publications.single-page h2 {
	font-size:25px;
}
#publications h3 {
	font-size: 22px;
	margin-left:-22px;
	color:#3a516b;
}
#publications hr {
	margin-top:35px;
}
#publications .heading + .flexi-container > h2 {
	/* Target only the Peer review heading */
	padding-top:0;
	margin-top:0;
}

.members {
	padding-bottom:30px;
}
.members .heading h1 {
	/*margin-bottom: 0px;*/
}
.member {
	text-align: center;
	flex: 1 0 20%
}
.member h1 {
	font-size:25px;
	padding-bottom:5px;
	/*border-bottom:1px solid #9EBBE6;*/
}
.member h2 {
	font-size:15px;
	margin:0;
	text-transform: uppercase;
	color: #8a8a8a;
}
.member h5 {
  text-transform: uppercase;
  color: #8a8a8a;
}
.member em {
	/*color:#8a8a8a;*/
}
.member img {
	max-width: 180px;
	margin:auto;
}
h4 span {
	color: #8a8a8a;
}

hr.divider {
  border-color: #a8a6a6;
  max-width: 400px;
}
#contact {
	padding:0 0 80px 0;
}
#contact .row h1 {
	text-transform: uppercase;
	padding: 0;
	margin:0;
	font-size:25px;
}
#contact .row h4 {
	padding:0 0 10px 0;
	margin:0;
}
@media (max-width:768px) {
	#contact .container > .row > .col-md-6 + .col-md-6 {
		/*Target Office heading only when in xs mode*/
		padding-top:20px;
	}
	#contact .container > .row > .col-md-6 p {
		padding-left:20px;
	}
}
#sponsors .heading h1 {
	margin-bottom: 70px;
}
#sponsors {
	padding: 0 0 70px 0;
}
#footer {
	background-color: #3a516b;
	padding:10px 0;
	text-align: center;
	color:#fefefe;
	text-transform: uppercase;
}
/* TO TOP BUTTON */
.back-to-top, a.back-to-top:focus {
    position: fixed;
    bottom: 3em;
    right: 1em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em 1.25em 1em 1.25em;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.alumni {
  padding-bottom: 80px;
}

.alumni h2 {
  color: #686767;
}

.alumni ul {
  list-style-type:none;
  padding-left: 0;
}

.alumni li{
  margin:0 0 20px 0;  
}

.alumni h4 {
  text-align: center;
  font-size: 17px;
}

.alumni-category {
	max-width: 500px;
	/* padding-left: 30px;
	padding-right: 30px; */
}

.alumni-category-header {
	text-align: center;
	margin-bottom: 30px;
}
