body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Helvetica",  "Arial", "sans-serif";
	font-size: 12pt;
	background: #f0f0f0;
	text-rendering: optimizeLegibility;
}

h1, h2, h3 {
}


p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14pt;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h1,h2 {
    text-shadow: 0px 1px 1px #222;
}

a {
  color: #c00;
}

a:hover,
a:active,
a:focus {
  color: #d00;
  outline: none;
  text-decoration: none;
}


div.person {
	background: #fff;
	width: 750px;
	display: block;
	padding: 20px;
	box-shadow: 0px 0px 5px 2px #e0e0e0;
}

div.person img {
	float: left;
	display: inline-block;
	padding: 10px 20px 10px 0px;
}
div.person p {
	font-size: 10pt;
	color:#444;
}


.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #c00;
  color: #fff;
}


/* ------------ */

#header {
  padding: 30px 0;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(20,20,20,0.7);
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2.5px;
 /* text-transform: uppercase; */
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-fixed {
  background: rgba(40, 40, 40, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/* ************ Navigation Menu *********** */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
/*
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}*/

/* Nav Menu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Menu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #f0f0f0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11pt;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #c00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #c00;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(50, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #c00;
}

#mobile-nav ul .menu-item-active {
  color: #c00;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(50, 0, 0, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/* ************ Sections ************** */

.section-header .section-title {
  font-size: 32px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #aaa;
}


#cover {
  width: 100%;
  height:  540px; /*100vh;*/
  background: url(../img/cover.jpg) top center;  
  background-size: auto;
  position: relative;
}

#cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.3); 
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#cover .cover-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#cover h1 {
  margin: 30px 0 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
/*  text-transform: uppercase; */
  color: #fff;
}

#cover h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}


#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/research_flow.png) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #c00;
}

#about .about-container .icon-box .icon i {
  color: #c00;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}


#people {
  background: #eee;
  padding: 80px 0 60px 0;
}

#people .people-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#people .description {
  text-align: left;
}

#people .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px 3px rgba(50,50,50,0.1);
}

#people .member .pic {
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 145px;
}

#people .member .pic img {
  max-width: 100%;
}

#people .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 16px;
}

#people .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#people .member .social {
  margin-top: 15px;
}

#people .member .social a {
  color: #b3b3b3;
}

#people .member .social a:hover {
  color: #2dc997;
}

#people .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


#contact {
  background: #f7f7f7;
  background: url(../img/contact2.jpg) top center; 
  padding: 80px 0 40px 0;
}

#contact .info {
  color: white;
}

#contact .info i {
  font-size: 32px;
  color: #c00;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .loc {
  display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-color: #222;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 10px;
  color: #ccc;
}



@media (min-width: 1024px) {
  #cover {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 26px;
  }

  #header #logo img {
    max-height: 60px;
  }

  #cover h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #cover h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-container .title {
    padding-top: 15px;
  }
}