html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

body,
td,
th,
tr,
p,
a,
strong,
em,
span {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #111111;
}

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

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

h1,
h2 {
  margin: 0 0 10px;
  font-weight: 400;
}

h1 {
  font-size: 24px;
  line-height: 1.2;
}

h2 {
  font-size: 16px;
}

p {
  margin: 0 0 14px;
}

strong {
  font-weight: 700;
}

.site-shell {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.section-table,
.publication-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.intro-copy,
.section-copy,
.publication-copy {
  vertical-align: middle;
}

.intro-copy {
  width: 65%;
  padding: 20px 8px 12px 20px;
}

.intro-copy p {
  max-width: none;
}

.intro-photo {
  width: 35%;
  max-width: 220px;
  padding: 20px 20px 12px 4px;
  vertical-align: middle;
}

.name {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.15;
  text-align: center;
}

.profile-links {
  margin: 0;
  text-align: center;
}

.profile-photo {
  width: 72%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-image:
    url("images/profile/octavio.jpg"),
    url("images/profile/placeholder.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.section-copy {
  width: 100%;
  padding: 8px 20px 0;
}

.section-copy-tight {
  padding-top: 10px;
  padding-bottom: 0;
}

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

.publication-media {
  width: 210px;
  padding: 12px 16px 12px 20px;
  vertical-align: middle;
}

.publication-copy {
  width: auto;
  padding: 12px 20px 12px 0;
}

.publication-thumb {
  display: block;
  width: 180px;
  max-width: 100%;
  margin: 0 auto;
}

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

.publication-copy p {
  margin-top: 8px;
  margin-bottom: 0;
}

.policy-copy {
  padding-top: 28px;
}

.policy-copy p {
  max-width: 580px;
}

.page-footer-table {
  margin-top: 6px;
}

.page-footer-copy {
  padding-top: 20px;
  padding-bottom: 36px;
  text-align: center;
}

.page-footer-copy p {
  margin: 0;
  color: #666666;
}

.page-footer-copy a {
  color: inherit;
}

.page-footer-copy a:hover,
.page-footer-copy a:focus {
  color: #111111;
}

@media (max-width: 700px) {
  .intro-table,
  .intro-table tbody,
  .intro-table tr,
  .intro-copy,
  .intro-photo {
    display: block;
    width: 100%;
    max-width: none;
  }

  .intro-copy {
    padding: 20px 20px 6px;
  }

  .intro-photo {
    padding: 0 20px 8px;
  }

  .profile-photo {
    max-width: 240px;
    margin: 0 auto;
  }

  .publication-table,
  .publication-table tbody,
  .publication-table tr,
  .publication-media,
  .publication-copy {
    display: block;
    width: 100%;
  }

  .publication-media {
    padding: 12px 20px 0;
  }

  .publication-copy {
    padding: 10px 20px 18px;
  }

  .policy-copy {
    padding-top: 24px;
  }
}


.oral-presentation {
  color: #c62828;
}
