/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/static/material-icons.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif;
  color: #0b0c0c;
  padding: 0 1rem;
}
@media screen and (min-width: 43.125rem) {
  body {
    overflow-x: hidden;
  }
}

main {
  max-width: 43.75rem;
  margin: 0 auto 10rem;
}

footer {
  text-align: center;
  color: #505a5f;
  margin: 0 auto 3rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h1,
h2 {
  margin-top: 4rem;
}

h3,
h4,
h5 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 43.125rem) {
  h1 {
    font-size: 4rem;
    line-height: 1;
  }
}
h1 {
  margin-bottom: 4rem;
}

h2 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 43.125rem) {
  h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
h2 {
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 43.125rem) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

small,
small > p,
small li {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0;
}

a:link,
a:visited {
  color: #1d70b8;
  text-decoration: none;
}
a:link:hover, a:link:active,
a:visited:hover,
a:visited:active {
  color: #1d70b8;
}

a.secondary:link,
a.secondary:visited {
  color: #505a5f;
  text-decoration: none;
}
a.secondary:link:hover, a.secondary:link:active,
a.secondary:visited:hover,
a.secondary:visited:active {
  color: #1d70b8;
}

dl,
ul,
ol {
  margin: 0 0 1.5rem;
}

li {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

dt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

dd {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 1rem;
}

.video {
  width: 100%;
  height: 40vh;
  margin-bottom: 1rem;
  background-color: #f1f2f2;
}

.hidden {
  display: none;
}

.material-icons {
  vertical-align: middle;
  font-size: 1.2rem;
}

.site-footer {
  color: #505a5f;
  text-align: left;
  margin: 0 auto;
  max-width: 43.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.5rem;
}

.site-footer__smallprint {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  display: block;
  margin-bottom: 1rem;
}

/* https://github.com/lukehaas/css-loaders

The MIT License (MIT)

Copyright (c) 2014 Luke Haas

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
header {
  max-width: 56.25rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 2rem auto 5rem;
}
@media screen and (min-width: 43.125rem) {
  header {
    margin: 3rem auto 8rem;
  }
}

.header--title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 43.125rem) {
  .header--title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.header--title {
  font-weight: bold;
  color: #0b0c0c;
  flex-shrink: 0;
}

.header--title:link,
.header--title:visited {
  color: #0b0c0c;
}
.header--title:link:hover, .header--title:link:active,
.header--title:visited:hover,
.header--title:visited:active {
  color: #0b0c0c;
}

header > nav {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.nav-submenu,
.nav-submenu--open {
  text-align: right;
  position: relative;
  width: 100%;
}

.nav-submenu > ul {
  display: none;
}

.nav-submenu--open > ul {
  display: block;
}

.nav-submenu__list {
  list-style: none;
  padding-left: 0;
  text-align: right;
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
}

.nav-submenu__title:link,
.nav-submenu__title:visited {
  color: #0b0c0c;
  text-decoration: none;
}
.nav-submenu__title:link:hover, .nav-submenu__title:link:active,
.nav-submenu__title:visited:hover,
.nav-submenu__title:visited:active {
  color: #0b0c0c;
}

.nav-submenu__item:link,
.nav-submenu__item:visited {
  color: #505a5f;
  text-decoration: none;
}
.nav-submenu__item:link:hover, .nav-submenu__item:link:active,
.nav-submenu__item:visited:hover,
.nav-submenu__item:visited:active {
  color: #0b0c0c;
}

.beta-banner {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: block;
  margin-top: 2rem;
  text-align: center;
  color: #505a5f;
}

.landing--search--container {
  background: #f1f2f2;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 3rem;
  padding-bottom: 3.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.landing--search--container .search {
  margin-bottom: 0;
}
@media screen and (min-width: 43.125rem) {
  .landing--search--container {
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;
  }
}

.search {
  display: flex;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}

.search__input {
  flex-grow: 1;
  border: 1px solid #f1f2f2;
  padding: 0.75rem 1rem 0.625rem;
}

.search__button {
  flex-shrink: 0;
  border: 1px solid #1d70b8;
  padding: 0.1875rem 1rem 0;
  color: white;
  background-color: #1d70b8;
  font-weight: bold;
  cursor: pointer;
  min-width: 5.5rem;
}

.search__small {
  color: #505a5f;
  flex: 0 0 100%;
  padding: 0.5rem;
}

.search__progressbar__container {
  z-index: 99999;
  background: transparent;
  opacity: 1;
  transition: opacity 0.4s linear 0.4s;
  flex: 0 0 100%;
  overflow: hidden;
  border-radius: 6px;
  outline: 1px solid transparent;
  box-sizing: border-box;
}

.search__progressbar__progress {
  background-color: #1d70b8;
  width: 100%;
  box-shadow: 0 0 10px #1d70b8;
  transition: width 0.4s ease;
  outline: 2px solid transparent;
  box-sizing: border-box;
  height: 2px;
}

.loader {
  font-size: 0.2rem;
  margin: auto;
}

@media screen and (min-width: 43.125rem) {
  .landing--title {
    margin-bottom: 6rem;
  }
}

.landing--section {
  margin-bottom: 6rem;
}

.landing--blurb {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 43.125rem) {
  .landing--blurb {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
.landing--blurb {
  margin-bottom: 1rem;
}

.for-authors--item {
  display: grid;
  margin-top: 3rem;
}

.for-authors--heading {
  grid-column: 1/3;
  margin-top: 0;
}
@media screen and (min-width: 43.125rem) {
  .for-authors--heading {
    grid-column: 2;
  }
}

.for-authors--icon {
  grid-column: 1;
  max-height: 6rem;
  margin-right: 1rem;
}
@media screen and (min-width: 43.125rem) {
  .for-authors--icon {
    grid-row: 1/3;
    margin-right: 2rem;
  }
}

.for-authors--text {
  grid-column: 2;
  margin-bottom: 0rem;
}

.data-partners__text {
  margin-bottom: 3rem;
}

.data-partners__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.data-partners__logos img {
  max-height: 3rem;
  margin: 0 3rem 2rem;
  filter: grayscale(1) opacity(80%);
}
.data-partners__logos img:hover {
  filter: none;
}

main.author {
  max-width: 56.25rem;
}

.publications__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-top: 1px solid #f1f2f2;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 43.125rem) {
  .publications__item {
    grid-template-columns: minmax(0, 1fr) 9rem;
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.publications__item--full-width {
  border-top: 1px solid #f1f2f2;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

.publications__item__info {
  max-width: 100%;
}

.publications__item__buttons {
  max-width: 100%;
  text-align: center;
}

.pathway__button {
  padding: 0.75rem 0.75rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  cursor: pointer;
  line-height: 1;
  width: 100%;
  max-width: 9rem;
  color: white;
  font-weight: bold;
}
.pathway__button .material-icons {
  margin-bottom: 1px;
}

.pathway__button--assisted {
  border: 1px solid #198754;
  background-color: #198754;
}

.pathway__button--manual {
  border: 1px solid #575757;
  background-color: #575757;
}

.publications__item__info__title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.publications__item__info__metadata {
  margin-bottom: 1rem;
}

a.howto-link {
  color: #198754;
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: block;
}
a.howto-link:hover {
  color: #198754;
}

.publications__item__info__pathway p {
  margin-bottom: 0.5rem;
}
.publications__item__info__pathway p + p {
  margin-top: 1rem;
}

.author__otherresults .publications__item__info__journal {
  font-weight: normal;
}

main.paper {
  max-width: 56.25rem;
}
main.paper .search {
  margin-bottom: 4rem;
}
main.paper .publications__item__info__title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 43.125rem) {
  main.paper .publications__item__info__title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
main.paper .publications__item__info__title {
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
  font-weight: bold;
}
main.paper .pathway-status {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 43.125rem) {
  main.paper .pathway-status {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
main.paper .pathway-status {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
main.paper p + ul {
  margin-top: -1rem;
}

.whos-publication {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
  margin-top: 4rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #f1f2f2;
}
@media screen and (min-width: 43.125rem) {
  .whos-publication {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-left: -75%;
    margin-right: -75%;
    padding-left: 75%;
    padding-right: 75%;
  }
}
.whos-publication h2 {
  grid-column: 1/-1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.whos-publication--title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 43.125rem) {
  .whos-publication--title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.whos-publication--title {
  display: block;
  font-weight: bold;
  max-width: 100%;
  margin-bottom: 1rem;
}

.whos-publication__item {
  display: grid;
  grid-template-rows: auto 1fr;
}
.whos-publication__item p {
  margin-bottom: 1rem;
}

.whos-publication--title {
  grid-column: 1/-1;
  min-height: 0;
}

.whos-publication--details {
  grid-column: 2;
  margin-bottom: 1rem;
}

.whos-publication--footer {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 1rem;
}

.material-icons {
  grid-column: 1;
}

.team-portraits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  margin-bottom: 2rem;
  max-width: 100%;
}

.team-portraits > img {
  max-width: 100%;
}

main.shareyourpaper .publications__item__info__title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 43.125rem) {
  main.shareyourpaper .publications__item__info__title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
main.shareyourpaper .publications__item__info__title {
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
  font-weight: bold;
}
main.shareyourpaper .shareyourpaper__intro {
  margin-top: 2rem;
}

/* Override shareyourpaper.org/embed.js inline styling */
input._oab_form {
  border-radius: 0 !important;
  padding: 0.75rem 1rem 0.625rem !important;
  height: auto;
}

._oab_button,
#_oab_upload_accept {
  border-radius: 0 !important;
  height: auto !important;
  padding: 0.5rem !important;
  background-color: white !important;
  font-weight: bold !important;
  border: 2px solid !important;
  display: inline !important;
}

#_oab_deposit {
  padding: 0.75rem 1.25rem !important;
  border: 1px solid #198754 !important;
  background-color: #198754 !important;
  color: white !important;
}

._oab_restart {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
