body {
  font-family: 'Noto Sans', sans-serif;
  background:
    linear-gradient(180deg, rgba(31, 78, 121, 0.18) 0%, rgba(255, 255, 255, 0.96) 360px, #fff 520px);
  background-color: #fff;
  background-repeat: no-repeat;
}

.container.is-max-desktop {
  max-width: 800px !important;
}

.content {
  /* line-height: 1.55; */
  line-height: 1.35;
  color: #292929;
}

.content p:not(:last-child) {
  margin-bottom: 0.75em;
}

.title {
  line-height: 1.15;
}

.subtitle {
  line-height: 1.35;
  color: #292929;
}

.navbar {
  background: transparent;
}

.mobile-navbar-back-to-top {
  display: none;
}

.more-research-link {
  border-radius: 999px;
  color: #1f4e79;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.more-research-link:hover,
.more-research-link:focus {
  background-color: rgba(31, 78, 121, 0.12);
  color: #153756;
  transform: translateY(-1px);
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}

.affil-logo {
  height: 2.5em;           /* matches text height */
  width: auto;
  vertical-align: -0.8em; /* nudges it down a bit to align */
  margin-right: 0.1em;  /* space between logo and text */
  margin-left: 0.2em;  /* space between logo and text */
}

.affil-logo-small {
  height: 1.5em;           /* matches text height */
  width: auto;
  vertical-align: -0.3em; /* nudges it down a bit to align */
  margin-right: 0.1em;  /* space between logo and text */
  margin-left: 0.2em;  /* space between logo and text */
}

.affil-logo-medium {
  height: 2.25em;           /* medium height */
  width: auto;
  vertical-align: -0.7em; /* nudges it down a bit to align */
  margin-right: 0.1em;  /* space between logo and text */
  margin-left: 0.2em;  /* space between logo and text */
}

.affil-logo-spaced {
  margin-left: 0.8em;
}


.publication-hero .hero-body {
  padding-bottom: 0.75rem;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 0.5rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.teaser .subtitle {
  margin-bottom: 0;
}

.section.release-video-section {
  padding-top: 0.5rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-equation-layout {
  display: none;
}

.equation-box.equation-box-no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .desktop-equation-layout {
    display: none;
  }

  .mobile-equation-layout {
    display: block;
  }
}

.mobile-section-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .navbar {
    position: sticky;
    top: 0;
    z-index: 40;
    background: transparent;
    box-shadow: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }

  .navbar.is-scrolled-past-abstract {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 8px rgba(31, 78, 121, 0.12);
  }

  .navbar-brand {
    position: relative;
    width: 100%;
  }

  .mobile-navbar-back-to-top {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    color: #1f4e79;
    background: #f3f7fb;
    border: 1px solid #cddeed;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .navbar.is-scrolled-past-abstract .mobile-navbar-back-to-top {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .mobile-navbar-back-to-top:hover,
  .mobile-navbar-back-to-top:focus {
    color: #153756;
    background: #e6eef6;
    border-color: #6f93b8;
  }

  .navbar-burger {
    margin-left: auto;
  }

  .navbar:not(.is-scrolled-past-abstract) .navbar-burger,
  .navbar:not(.is-scrolled-past-abstract) .navbar-burger:hover,
  .navbar:not(.is-scrolled-past-abstract) .navbar-burger:focus {
    background-color: transparent;
  }

  .navbar-menu {
    max-height: calc(100vh - 3.25rem);
    overflow-y: auto;
    background: #fff;
  }

  .section[id] {
    scroll-margin-top: 4rem;
  }

  .mobile-section-nav {
    display: block;
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid #d8e4ef;
  }

  .mobile-section-nav-title {
    margin: 0.25rem 0 0.5rem;
    color: #292929;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-section-nav .navbar-item {
    padding: 0.55rem 0.75rem;
    color: #1f4e79;
    border-left: 3px solid #d8e4ef;
    line-height: 1.35;
  }

  .mobile-section-nav .navbar-item:hover,
  .mobile-section-nav .navbar-item:focus {
    background: #f3f7fb;
    border-left-color: #1f4e79;
  }
}

.section-nav {
  display: none;
}

@media screen and (min-width: 1200px) {
  .section-nav {
    position: fixed;
    top: 50%;
    left: max(1rem, calc(50% - 625px));
    z-index: 20;
    display: block;
    box-sizing: border-box;
    width: 180px;
    max-height: calc(100vh - 2rem);
    padding: 1rem 0.85rem;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #d8e4ef;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(31, 78, 121, 0.1);
    transform: translateY(-50%);
  }

  .section-nav-title {
    margin: 0 0 0.65rem;
    color: #292929;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .section-nav a {
    display: block;
    margin: 0 -0.25rem;
    padding: 0.45rem 0.55rem;
    color: #6b7280;
    border-left: 3px solid transparent;
    border-radius: 0 7px 7px 0;
    font-size: 0.78rem;
    line-height: 1.3;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  }

  .section-nav a:hover,
  .section-nav a:focus {
    color: #1f4e79;
    background: #f3f7fb;
  }

  .section-nav a.is-active {
    color: #1f4e79;
    background: #edf4fa;
    border-left-color: #1f4e79;
    font-weight: 700;
  }

  .section-nav .section-nav-back-to-top {
    margin-top: 0.6rem;
    padding-top: 0.75rem;
    border-top: 1px solid #d8e4ef;
    font-weight: 700;
  }
}

.video-subsection {
  margin-top: 2rem;
}

.featured-video-sample {
  margin: 2rem auto 0;
  text-align: center;
}

.featured-video-sample video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.featured-video-caption {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.video-subsection-divider {
  max-width: 900px;
  margin: 3rem auto;
  border: 0;
  border-top: 1px solid #d8e2ec;
}

.droid-prompt {
  max-width: 600px;
  margin: 0.5rem auto 0;
  color: #6b7280;
  font-size: 0.85rem;
  line-height: 1.4;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: #1f4e79 !important;
   font-weight: 600;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}
