@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
nav.navbar {
  min-height: 45px;
  margin-bottom: 20px;
  box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
}
nav.navbar-inverse {
  background-color: #333333;
}
a.navbar-brand {
  padding: 15px 10px;
}
#brand {
  color: #ffffff;
  margin-right: 15px;
}
nav.navbar-static-top {
  border: 0;
  position: fixed;
  width: 100%;
  padding: 0 10px;
  top: 0;
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
}
nav.navbar ul.navbar-nav li {
  font-size: larger;
}
nav.navbar ul.navbar-nav li a {
  color: #ffffff;
}
ul.navbar-nav {
  margin-left: -15px;
}
ul.navbar-nav > li {
  border-bottom: 3px solid #333333;
}
ul.navbar-nav > li:hover {
  border-bottom: 3px solid white;
}
.nav > li > a {
  padding: 15px 10px;
}
#banner-image {
  background-image: url("../img/blue-crystal2.9c027d8a256a.jpg");
}
#banner-image img {
  max-height: 300px;
  align-self: center;
}
#mid-banner,
.banner-div {
  align-self: center;
  align-items: center;
}
.banner {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #ffffff;
}
.banner h1 {
  font-size: 50px;
  line-height: 90%;
  font-weight: bold;
}
.banner h3 {
  font-size: 17px;
  margin: 0;
}
.banner h4 {
  font-size: 13px;
  margin: 0;
}
.banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 25px 0;
}
.banner-breadcrumb {
  height: 100px;
}
.banner-shadow {
  height: 6px;
}
.tab-content {
  padding: 10px;
}
.odd {
  background-color: white;
}
.gradient-shadow {
  background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, transparent 70%);
  background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, transparent 70%);
  background-image: -o-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, transparent 70%);
  background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #CCC), color-stop(0.7, transparent));
  background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(ellipse farthest-corner at center top, #CCC 0%, transparent 70%);
  height: 7px;
  width: 80%;
  margin: 0 auto;
}
ul.navbar-nav {
  margin: 0 5px;
}
.float-right {
  float: right;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
@media (max-width: 768px) {
  #wrap {
    /* Negative indent footer by it's height */
    margin: 60px auto -200px;
  }
}
@media (min-width: 769px) and (max-width: 884px) {
  #wrap {
    /* Negative indent footer by it's height */
    margin: 123px auto -200px;
  }
}
@media (min-width: 885px) {
  #wrap {
    /* Negative indent footer by it's height */
    margin: 73px auto -200px;
  }
}
/* Set the fixed height of the footer here */
#push {
  margin-top: 20px;
  height: 200px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer {
  width: 100%;
  display: table;
  justify-content: center;
  flex-direction: column;
  min-height: 200px;
  background-color: #333333;
  box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
}
footer .container {
  height: 100%;
}
footer h3 {
  color: #ffffff;
}
footer .list-inline > li {
  padding-left: 40px;
  padding-right: 40px;
}
footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333333;
  margin-bottom: 5px;
  margin-top: 20px;
  padding: 0;
  color: #ffffff;
}
footer a,
footer a:hover,
footer p {
  color: #ffffff;
}
.footer-logo {
  margin: 20px auto;
  min-width: 270px;
}
#uva-logo {
  margin: 0 15px 5px 30px;
}
ul {
  margin-bottom: 20px;
}
ul.collaborators {
  margin-bottom: 0px;
}
ul.collaborators li {
  padding-bottom: 8px;
}
ul.collaborators li:last-child {
  padding-bottom: 0px;
}
.map-container {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  margin: 10px 0px 50px;
}
.collaborators-map {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: -50px;
  border: none;
}
.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.member-card {
  display: inline-flex;
  min-width: 450px;
  max-width: 450px;
  padding: 5px;
  margin: 10px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.award-card {
  padding: 5px;
  margin: 10px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.member-card-text {
  margin: 5px 15px;
}
.member-card-photo > a > img {
  min-width: 150px;
  min-height: 160px;
  box-shadow: none;
  border-color: white;
  border-radius: 0px;
}
.member-card-photo > a > .img-thumbnail {
  margin: 0;
}
* {
  margin: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  overflow-y: scroll;
  font-family: 'Roboto', sans-serif;
}
.grayscale {
  filter: grayscale(100%);
}
.banner-content {
  text-shadow: 2px 2px #1D2D3C;
}
.banner-content > h2 {
  margin-top: 10px;
}
section {
  font-size: 120%;
  line-height: 150%;
}
section .section-header {
  margin: 0;
  text-transform: uppercase;
}
section .section-header-underline {
  @extend .section-header;
  text-decoration: underline;
}
section .section-header-bold {
  @extend .section-header;
  font-weight: bold;
}
section .section-subtitle {
  padding-top: 25px;
  width: 70%;
}
.service_box {
  justify-content: center;
}
.service_flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.service {
  padding: 20px 50px;
  min-width: 350px;
  max-width: 50%;
  flex: 1 1 50%;
  background-color: white;
  font-size: 120%;
}
.centered_div {
  display: flex;
  justify-content: space-around;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.involvement {
  overflow: hidden;
  padding: 30px 0;
}
.right {
  text-align: justify;
  float: right;
  width: 85%;
  height: 100%;
}
.left {
  color: #428bca;
  overflow: hidden;
  height: 100%;
}
.trainees-grid {
  font-size: 0.8em;
  padding: 0;
}
.trainees-header {
  font-size: 0.8em;
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.trainee-style {
  width: 100%;
  clear: both;
  border-bottom: 1px solid;
  list-style: none;
  margin: 0;
}
.trainee-present {
  background-color: #dcdfe2;
}
.trainee.IF {
  background-color: #b2e8b2;
}
.trainee.IF.trainee-present {
  background: repeating-linear-gradient(45deg, #b2e8b2, #b2e8b2 10px, #dcdfe2 10px, #dcdfe2 20px);
}
.current_position.Ein {
  background-color: #aafbff;
}
.current_position.Eac {
  background-color: #d8aaff;
}
.current_position.Ehc {
  background-color: #aad1ff;
}
.trainee-style > * {
  display: inline-block;
  padding: 4px 4px;
}
.trainee-style .trainee-name {
  width: 10%;
}
.trainee-style .status {
  width: 5%;
}
.trainee-style .training_period {
  width: 10%;
}
.trainee-style .prior_institution {
  width: 10%;
}
.trainee-style .prior_degree {
  width: 5%;
}
.trainee-style .prior_degree_year {
  width: 5%;
}
.trainee-style .project_title {
  width: 20%;
}
.trainee-style .current_position {
  width: 15%;
}
.trainee-style .pub_num {
  width: 7%;
}
.trainee-style .citation_total {
  width: 8%;
}
.odd {
  background-color: transparent;
}
.even {
  background-color: 'white';
}
.hangingindent {
  padding-left: 22px ;
  text-indent: -22px;
}
.img-thumbnail {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin: 0 0 5px;
}
.img-rounded {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 200px;
}
.structure-list > li {
  padding-bottom: 15px;
}
.float-right {
  float: right;
}
.footer-contact {
  color: white;
}
.list-inline > li {
  vertical-align: top;
  padding-left: auto;
  padding-right: auto;
}
.wrapper > div {
  width: 150px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .wrapper > div {
    margin: auto;
  }
}
.wrapper:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.img-rounded {
  border: 1px solid white;
}
.img-thumbnail:hover {
  border: 1px solid wheat;
  box-shadow: 0 5px 10px wheat;
  color: wheat;
}
.img-thumbnail > img:hover {
  filter: grayscale(0%);
}
.pdb-thumbnail-label {
  text-align: center;
  font-size: 21px;
  margin-top: -5px;
}
.no-underline:hover {
  text-decoration: none;
}
.anchor-padding {
  display: block;
  height: 50px;
  /*same height as header*/
  margin-top: -50px;
  /*same height as header*/
  visibility: hidden;
}
#lab-map {
  border: 0;
  padding: 5px;
  margin: 10px 0 15px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.img-thumbnail > img {
  filter: grayscale(60%);
}
.mainpage-interest-boxes {
  font-size: 20px;
  color: #337ab7;
}
.small_box {
  font-size: 14px;
  color: #337ab7;
  margin: 10px;
  border: 3px solid #888;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  display: flex;
  text-align: center;
}
gresources-box {
  border-top: 1px solid #ddd;
}
.mainpage-cover {
  margin: 0px 5px;
}
figure {
  display: table;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 10px;
}
.pull-right {
  padding: 0 10px 10px;
}
.picture_box {
  margin: 0px;
  border: 3px solid #888;
  padding: 15px;
  border-radius: 25px;
  background-color: #eee;
}
.big_box {
  margin: 20px auto;
  border: 3px solid #888;
  padding: 15px;
  border-radius: 25px;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.4);
  background-color: #eee;
}
.big_box img {
  margin: auto;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.publication {
  padding-bottom: 15px;
}
.member-card-row {
  display: inline-flex;
}
.overlay {
  height: 50%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 20%;
  left: 0%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  color: #f1f1f1;
}
.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
  font-size: 16px;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
