@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
}

body {
  margin: 0;
  background: #ffffff;
  color: #222222;
}

body,
td,
th,
tr,
p,
a,
li {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

a {
  color: #1772d0;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #f09228;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h2 {
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 22px;
}

section {
  padding: 14px 16px;
}

footer {
  color: #666666;
  padding: 24px 16px 40px;
  text-align: center;
}

.page-table {
  width: 100%;
  max-width: 860px;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0 auto;
}

.intro-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0 auto;
}

.intro-copy {
  padding: 2.5%;
  width: 64%;
  vertical-align: middle;
}

.intro-photo {
  padding: 2.5%;
  width: 36%;
  max-width: 36%;
  vertical-align: middle;
}

.intro-photo img {
  width: 100%;
  max-width: 230px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.name {
  padding-top: 20px;
  margin: 0 0 18px;
  text-align: center;
  font-size: 32px;
  line-height: 1.15;
}

.links {
  text-align: center;
}

.news-list,
.education-list {
  margin: 0;
  padding-left: 20px;
}

.news-list span {
  display: inline-block;
  min-width: 42px;
  color: #666666;
  font-weight: 700;
}

.pub-table {
  width: 100%;
  border: 0;
  border-spacing: 0 10px;
  border-collapse: separate;
}

.publication.highlight {
  background: #ffffd0;
}

.publication td {
  padding: 12px 10px;
  vertical-align: top;
}

.pub-image {
  width: 185px;
}

.pub-image img {
  width: 170px;
  height: 118px;
  object-fit: contain;
  display: block;
  background: #f7f7f7;
}

.papertitle {
  font-size: 14px;
  font-weight: 700;
}

.compact-publication {
  margin: 0 0 12px;
}

@media (max-width: 680px) {
  .intro-copy,
  .intro-photo {
    display: block;
    width: auto;
    max-width: none;
    padding: 18px 16px 0;
  }

  .intro-photo {
    padding-bottom: 16px;
  }

  .intro-photo img {
    max-width: 180px;
  }

  .name {
    padding-top: 6px;
  }

  .publication td {
    display: block;
    padding: 10px 12px;
  }

  .pub-image {
    width: auto;
  }

  .pub-image img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
  }

}
