.nf-red {
  color: #e06258; }

.nf-soft-red {
  background-color: rgba(224, 98, 88, 0.15); }

.bg-grey {
  background-color: #f5f5f7; }

.bg-lightgrey {
  background-color: #fafafc; }

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

.h-80vh {
  height: 80vh; }

.h-60vh {
  height: 60vh; }

.h-40vh {
  height: 40vh; }

.h-30vh {
  height: 30vh; }

.radius-30 {
  border-radius: 30px; }

.w-200 {
  width: 200px; }

.h-100p {
  height: 100%; }

.w-100p {
  width: 100%; }

.w-90p {
  width: 90%; }

.w-80p {
  width: 80%; }

.w-70p {
  width: 70%; }

.font-80 {
  font-size: 80px; }

.font-100 {
  font-size: 100px; }

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.padding-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.padding-130-top {
  padding-top: 130px; }

.padding-90-top {
  padding-top: 90px; }

.padding-90-bottom {
  padding-bottom: 90px; }

.padding-60-bottom {
  padding-bottom: 60px; }

.padding-50-bottom {
  padding-bottom: 50px; }

.side-padding-25 {
  padding-right: 25px;
  padding-left: 25px; }

.pink {
  color: #BE6784 !important; }

.soft-pink {
  background-color: #FFF0F5 !important; }

.border-pink {
  border-color: #FFF0F5 !important; }

.yellow {
  color: #ACA45A !important; }

.soft-yellow {
  background-color: #FFFAE6 !important; }

.border-yellow {
  border-color: #FFFAE6 !important; }

.blue {
  color: #5A94AE !important; }

.soft-blue {
  background-color: #E9F7FF !important; }

.border-blue {
  border-color: #E9F7FF !important; }

.grey {
  color: #6D6D6D !important; }

.soft-grey {
  background-color: #EDEDED !important; }

.border-grey {
  border-color: #EDEDED !important; }

/* typography */
.news-type {
  color: #e06258;
  text-transform: uppercase; }

@font-face {
  font-family: 'Bree Serif';
  src: url(../fonts/BreeSerif-Regular.ttf) format("truetype");
  font-display: swap; }

html body {
  height: 100vh;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

p, ul, ol {
  box-sizing: border-box;
  display: block;
  font-size: 22px;
  line-height: 137%;
  margin-bottom: 38px; }

h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  display: block; }

h1 {
  font-family: "Bree Serif", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 60px;
  line-height: 120%;
  margin-bottom: 40px; }

h2 {
  font-size: 45px;
  line-height: 120%;
  margin-bottom: 20px;
  text-transform: uppercase; }

h3 {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 12px;
  text-transform: uppercase; }

h4 {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #e06258; }

h6 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #e06258; }

h1.hero-heading {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  line-height: 115%;
  font-weight: 700;
  text-transform: uppercase; }

h1.hero {
  font-size: 40px;
  line-height: 60px; }

span.highlight {
  font-style: normal;
  padding: 0em 0.5em;
  border-radius: 10px; }

p.allcaps {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.papers {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 12px;
  margin-top: 12px; }

.p-small {
  font-size: 12px;
  line-height: 200%;
  margin-bottom: 12px;
  margin-top: 12px; }

.csl-entry {
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 24px; }

/* links */
a, a:link, a:visited {
  text-decoration: none;
  color: #024991;
  transition: 0.3s; }

a:hover, a:active {
  text-decoration: underline;
  color: rgba(2, 73, 145, 0.7); }

a.box-link:hover,
a.slider-link:hover {
  transform: scale(1.015);
  text-decoration: none; }

a:hover .logo {
  /* https://stackoverflow.com/questions/22252472 */
  filter: brightness(0) saturate(100%) invert(27%) sepia(29%) saturate(7333%) hue-rotate(196deg) brightness(94%) contrast(101%);
  text-decoration: none; }

a.btn {
  border-style: none;
  border-radius: 20px;
  margin-top: 20px; }

a.btn:hover {
  transform: scale(1.015);
  text-decoration: none; }

a.btn-nav {
  width: 150px;
  margin-right: 30px;
  margin-left: 30px; }

.carousel .img-responsive {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.carousel-control-next, .carousel-control-prev {
  width: 5%; }

/* tiles */
.tile {
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.tile .bignumber {
  text-align: center;
  font-size: 80px;
  line-height: 120%;
  font-weight: 200; }

.tile .smalltext {
  text-align: center; }

.box-link {
  border-radius: 30px;
  display: block; }

.box-label {
  color: #101820;
  padding: 25px;
  border-radius: 0px 0px 30px 30px; }

.box-image {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px; }

.caption {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 30px; }

.uni-logo {
  width: 120px;
  height: 120px; }

.uni-logo-small {
  width: 80px;
  height: 80px; }

.avatar {
  object-fit: cover;
  border-radius: 3000px;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0px; }

.avatar-small {
  width: 110px;
  height: 110px;
  border-radius: 3000px;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0px; }

.avatar-tiny {
  width: 70px;
  height: 70px;
  margin-right: -15px;
  border-radius: 3000px;
  border-style: solid;
  border-width: 2px; }

.avatar-team {
  width: 70px;
  height: 70px;
  margin: 10px;
  border-radius: 3000px; }

div.quote {
  border-left-style: solid;
  border-left-width: 10px;
  border-left-color: #CCCCCC;
  padding-left: 30px; }

p.quote {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600; }

.container-slider {
  scrollbar-width: none; }

.slider-content {
  display: flex;
  scrollbar-width: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: auto;
  --global-viewport-width: calc(100vw - 24px);
  --gallery-side-padding: calc(50vw - min(1296px, var(--global-viewport-width))/2);
  padding-left: calc(var(--gallery-side-padding) - 24px);
  scroll-padding-left: var(--gallery-side-padding);
  padding-right: 340px;
  --card-width: 310px; }

.slider-card {
  scroll-snap-align: start;
  width: var(--card-width);
  flex: 1;
  margin: 15px 0px 15px 20px;
  border-radius: 30px; }

.slider-image {
  width: var(--card-width);
  height: 330px;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px; }

.slider-link {
  border-radius: 30px;
  width: var(--card-width);
  height: 100%;
  display: block; }

.slider-label {
  color: #101820;
  padding: 25px;
  border-radius: 0px 0px 30px 30px; }

.slider-button {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-width: 0px;
  margin: 10px 0 0 10px; }

.slider-button svg {
  width: 50px;
  height: 50px;
  fill: #888;
  flex-shrink: 0; }

.pi-name {
  font-size: 28px;
  color: #024991;
  margin-bottom: 6px; }

.group-name {
  font-size: 18px;
  margin-bottom: 26px; }

/* the navbar */
.menu-bar {
  height: 60px; }

.nav-logo {
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 40px; }

.navbar-collapse {
  padding: 8px 0px 8px 0px;
  text-align: center; }

.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none; }

.absolute-position {
  width: 100vw;
  position: absolute;
  z-index: 100; }

/* navbar on scrolling */
header .navbar.absolute-position.scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: rgba(16, 24, 32, 0.1);
  border-bottom-style: solid;
  border-width: 1px; }

header .navbar.absolute-position.fullscreen {
  position: fixed;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%; }

header .navbar.absolute-position.fullscreen .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

header .navbar.absolute-position.fullscreen .navbar-collapse .nav-item .nav-link {
  margin-top: 50px;
  font-size: 28px; }

.nav-logo.scrolled,
.nav-logo.fullscreen {
  position: fixed; }

.icon {
  color: #101820;
  font-size: 24px;
  margin: 0px 10px 0px 0px;
  line-height: 125%;
  margin-bottom: 12px;
  padding-left: 6px; }

/* links in the nav */
button.navbar-toggler {
  border: 0px; }

.navbar-nav .nav-item .nav-link:link,
.navbar-nav .nav-item .nav-link:visited,
.nav-logo .nav-link:link,
.nav-logo .nav-link:visited,
.nav-link.icon,
.nav-link.icon:visited {
  transition: 0.3s; }

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:active,
.nav-logo .nav-link:hover,
.nav-logo .nav-link:active,
.nav-link.icon:hover,
.nav-link.icon:active {
  color: rgba(2, 73, 145, 0.7);
  text-decoration: none; }

.theme-dark {
  color: rgba(2, 73, 145, 0.7); }

.navbar-nav .nav-item .theme-dark:link,
.navbar-nav .nav-item .theme-dark:visited,
.nav-logo .theme-dark:link,
.nav-logo .theme-dark:visited,
.nav-link.icon.theme-dark,
.nav-link.icon.theme-dark:visited,
a.footer-link:link .icon,
a.footer-link:visited .icon,
a.footer-link:link,
a.footer-link:visited {
  color: #024991;
  transition: 0.3s; }

.navbar-nav .nav-item .theme-dark:hover,
.navbar-nav .nav-item .theme-dark:active,
.nav-logo .theme-dark:hover,
.nav-logo .theme-dark:active,
.nav-link.icon.theme-dark:hover,
.nav-link.icon.theme-dark:active,
a.footer-link:hover .icon,
a.footer-link:active .icon,
a.footer-link:hover,
a.footer-link:active {
  color: rgba(2, 73, 145, 0.7);
  text-decoration: none; }

/* make plots rendered from Rmd responsive */
p img,
.figure img {
  width: 100%; }

/* disable citation-links */
span.citation sup a {
  pointer-events: none;
  cursor: text;
  color: #101820; }

/* media queries */
/* viewport lg and smaller */
/* viewport md and smaller */
@media (max-width: 991.98px) {
  h1.hero {
    font-size: 32px;
    line-height: 50px; }
  h1 {
    font-size: 55px;
    margin-bottom: 38px; } }

/* viewport sm and smaller */
@media (max-width: 767.98px) {
  p.publist {
    font-size: 18px; }
  h1.hero {
    font-size: 27px;
    line-height: 40px; } }

/* viewport xs */
@media (max-width: 575.98px) {
  h1 {
    font-size: 36px;
    margin-bottom: 38px; }
  h2 {
    font-size: 35px; }
  p.publist {
    font-size: 16px; } }
