.nav-spacer {
  height: 88px;
}

.svg-icon {
  fill: #CCC;
  font-size: 32px;
  height: 32px;
  width: 32px;
  margin-bottom: 14px;

}

.svg-icon:hover{
  fill: rgb(33,87,173);
}

.icon-link {
  color: #CCC;
  margin: 8px;
}

.card {
  margin-bottom: 32px;
}

p.publication {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1.75em;
  font-size: 11pt;
  font-weight: 300;
}

.abstract {
  font-size: 0.8em;
  font-weight: 200;
}

small>b {
  font-weight: 500;
}

/* li.nav-item a.nav-link {
  border-bottom-width: 0px;
} */

p>strong {
  font-weight: 400;
  color: #444;
}

ul.news>li {
  margin-bottom: 14px;
}

.card-body p, .card-body li{
  font-weight: 300;
}

small.date{
  font-weight: 600;
}

li.no-bullet {
  list-style-type: none;
}

i.dp-award {
  text-indent: 0;
  color: #ff007b;
}