  /**
* Template Name: MyBiz - v2.2.1
* Template URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  color: #444444;
  font-size: 15px;
}

a {
  color: #b5141c;
}

a:hover {
  color: #991422;
  text-decoration: none;
}

p span { 
    display: block; 
} 

h1, h2, h3, h4, h5, h6 {
  font-family: brandon-grotesque, sans-serif;
}
h2 { font-weight: 600; }
h5 {font-size: 19px; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #b5141c;
  color: #fff;
  transition: all 0.4s;
}

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}

#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #b5141c;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #354144;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #b5141c;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #354144;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #b5141c;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #354144;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #354144;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #b5141c;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 38, 39, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

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

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 60vh;
  background: url("/fordelab/assets/img/collagen.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 0;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #ffffff;
}


/*--------------------------------------------------------------
# TEAM
--------------------------------------------------------------*/
.team .team-container {
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.team .team-img  {
  color: #b5141c;
  padding-left: 0;
}

.team .team-content h4 {
  font-weight: 700;
  font-size: 18px;
}

.team .team-content span {
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  margin-bottom: 10px;
}

.alumni .team-content p {
  line-height: 24px;
  font-size: 14px;
  color: #6b6b6b;
  padding-top: 16px;
}

.alumni .team-thead {
  background: #b5b5b5;
  color: #ffffff;
  }
.alumni .team-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.research {
  background: #f3f3f3;
}

/*--------------------------------------------------------------
# Research
--------------------------------------------------------------*/

/*.research-img {
  background: url("/fordelab/assets/img/helix.png") center left;
  background-repeat: repeat-y;
  background-size: 180px;
  margin-left: 8%;
}

@media (min-width: 1200px) {
  .research-img {
  margin-left: 8%;

}
}
@media (max-width: 768px) {
  .research-img {
    background: #fff;
    margin-left: 0;
  }

}*/
/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/
.research-row {
  padding: 10px; 
  margin: 5px;
}
.research-row img {
  max-width: 90%;
  max-height: 350px;
}

#publications span {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/
/*.publication-row {
  padding: 10px; 
  margin: 5px;
}
.publication-row img {
  max-width: 100%;
}

.earlier-publications {
  background: #f9f9f9;
}*/

.media img {
  max-width: 150px;
}

.mediawidth{
  min-width: 166px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

iframe {width:100%;height:100%;}
.s-icons { font-size: 25px; padding-right: 10px; }
.icofont-twitter { color: #1DA1F2; }
.icofont-linkedin { color: #0e76a8; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background: url("/fordelab/assets/img/collagen-strand.jpg") center center;
  background-size: cover;
  position: relative;
  min-height: 35vh;
  display:flex;
  align-items:center;
}
.breadcrumbs-contact {
  background: url("/fordelab/assets/img/mountains.jpg") center center;
  background-size: cover;
  position: relative;
  min-height: 45vh;
  display:flex;
  align-items:center;
}
.breadcrumbs-news {
  background: url("/fordelab/assets/img/news.jpg") center center;
  background-size: cover;
  position: relative;
  min-height: 45vh;
  display:flex;
  align-items:center;
}
.breadcrumbs-team {
  background: url("/fordelab/assets/img/group.jpg") center center;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  display:flex;
  align-items:center;
}

.breadcrumbs h2 {
  color: #fff;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer, #footer {
  background: #c1c1c1;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}

