body,
td,
th,
tr,
p,
a {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 15px;
}

body {
  margin: 8px;
  background: #ffffff;
  color: #000000;
}

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

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

strong {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 15px;
}

h2 {
  margin: 0;
  font-weight: 400;
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 22px;
}

p {
  margin: 0 0 12px;
  line-height: 1.55;
}

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

.intro-table,
.section-table,
.list-table,
.footer-table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  margin: 0 auto;
}

.intro-table,
.section-table {
  border-spacing: 0;
}

.footer-table {
  border-spacing: 0;
}

.list-table {
  border-spacing: 0 10px;
}

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

.photo-cell {
  width: 37%;
  max-width: 37%;
  padding: 2.5%;
  vertical-align: middle;
  text-align: center;
}

.name {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 32px;
}

.link-line {
  margin-bottom: 0;
  text-align: center;
}

.profile-photo-frame {
  width: 230px;
  height: 230px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.profile-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  transform: scale(1.4);
  transform-origin: center center;
  border-radius: 50%;
}

.profile-photo.is-missing {
  display: none;
}

.photo-cell.is-missing .profile-photo-frame {
  display: none;
}

.photo-fallback {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.photo-cell.is-missing .photo-fallback {
  display: block;
}

.section-table td {
  width: 100%;
  padding: 16px;
  vertical-align: middle;
}

.entry-row td {
  vertical-align: middle;
}

.entry-media {
  width: 20%;
  padding: 16px;
}

.entry-media a {
  display: inline-block;
}

.entry-copy {
  width: 80%;
  padding: 8px 20px 8px 8px;
}

.entry-copy p {
  margin-top: 10px;
  margin-bottom: 0;
}

.publication-summary {
  line-height: 1.42;
}

.featured-entry td {
  background: #ffffd0;
}

.entry-preview {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 0;
}

.entry-preview.preview-focus-left {
  object-position: left center;
}

.entry-preview.preview-top {
  object-position: top center;
}

.entry-preview-stack {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 160px !important;
  height: 160px !important;
  min-width: 160px;
  min-height: 160px;
  max-width: 160px;
  max-height: 160px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.entry-preview-stack .entry-preview {
  display: block;
  width: 160px !important;
  height: 160px !important;
  border: 0;
  position: relative;
  z-index: 1;
}

.entry-preview-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 160px !important;
  height: 160px !important;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
  background: #ffffff;
  z-index: 2;
}

.entry-preview-stack.is-playing .entry-preview-video {
  opacity: 1;
}

.entry-thumb {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  color: #777777;
  text-transform: lowercase;
}

.papertitle {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.oral-note,
.oral-note * {
  color: rgb(255, 0, 0) !important;
  font-weight: 700;
}

.highlight {
  background: #ffffd0;
}

.footer-table td {
  padding: 8px 16px 24px;
}

.footer-note {
  margin: 0;
  color: #666666;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 680px) {
  .intro-row,
  .entry-row,
  .intro-copy,
  .photo-cell,
  .entry-media,
  .entry-copy {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .photo-cell {
    padding-top: 0;
  }

  .profile-photo {
    transform: scale(1.3);
  }

  .entry-media {
    padding-bottom: 0;
  }

  .entry-thumb {
    margin: 0 auto;
  }

  .entry-copy {
    padding-top: 12px;
  }
}
