/* Landing page extras on top of assets/css/main.css */

/* Figures in the Research section */
.stats {
  margin-bottom: 2em;
}

.stats .stat-value {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.stats p {
  margin-top: 0.25em;
}

/* Contact details below the form */
ul.contact > li > a {
  border-bottom: none;
}

ul.contact > li.icon:before {
  margin-right: 0.75em;
  opacity: 0.6;
}
