body {
  font-family: 'Noto Sans', sans-serif;
}


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

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

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


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

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


.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;
    color: #0a3556;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.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: hsl(204, 86%, 53%) !important;
}

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

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

.publication-authors-half {
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
}

.seacache-venue-badge {
  display: inline-block;
  color: #06385c;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.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: 10px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

.seacache-wave-intro {
  position: relative;
  isolation: isolate;
  margin-top: 1rem;
  padding: 1.5rem 1.2rem 2.9rem;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #e3f5ff 68%, #bde6ff 100%);
}

.seacache-wave-intro > * {
  position: relative;
  z-index: 2;
}

.seacache-wave-intro::before,
.seacache-wave-intro::after {
  content: "";
  position: absolute;
  left: -8%;
  width: 116%;
  pointer-events: none;
  transition: clip-path 150ms ease-in-out;
  will-change: background-position, clip-path;
}

.seacache-wave-intro::before {
  bottom: -70px;
  height: 238px;
  background:
    radial-gradient(62% 95% at 50% 0%, rgba(110, 203, 255, 0.94) 0%, rgba(110, 203, 255, 0) 70%) 0 0 / 32% 100% repeat-x,
    radial-gradient(60% 92% at 50% 0%, rgba(55, 171, 245, 0.96) 0%, rgba(55, 171, 245, 0) 71%) 16% 0 / 32% 100% repeat-x,
    radial-gradient(58% 90% at 50% 0%, rgba(28, 142, 229, 0.92) 0%, rgba(28, 142, 229, 0) 69%) 8% 0 / 32% 100% repeat-x,
    linear-gradient(to bottom, rgba(88, 188, 255, 0) 0%, rgba(47, 161, 239, 0.82) 52%, rgba(20, 130, 219, 0.98) 100%) 0 0 / 100% 100% no-repeat;
  clip-path: var(--wf-shape, polygon(
    0 60%, 8% 55%, 16% 56%, 24% 59%, 32% 54%, 40% 52%, 48% 58%,
    56% 53%, 64% 57%, 72% 55%, 80% 60%, 88% 54%, 96% 58%, 100% 61%,
    100% 100%, 0 100%
  ));
  transform: translate3d(0, 0, 0);
  animation: seacache-wave-flow-front 1s linear infinite;
  z-index: 0;
}

.seacache-wave-intro::after {
  bottom: -56px;
  height: 198px;
  background:
    radial-gradient(58% 95% at 50% 0%, rgba(238, 250, 255, 0.99) 0%, rgba(238, 250, 255, 0) 72%) 0 0 / 30% 100% repeat-x,
    radial-gradient(56% 93% at 50% 0%, rgba(201, 236, 255, 0.98) 0%, rgba(201, 236, 255, 0) 72%) 15% 0 / 30% 100% repeat-x,
    radial-gradient(54% 91% at 50% 0%, rgba(152, 214, 252, 0.95) 0%, rgba(152, 214, 252, 0) 70%) 7.5% 0 / 30% 100% repeat-x;
  clip-path: var(--wb-shape, polygon(
    0 63%, 8% 59%, 16% 60%, 24% 62%, 32% 57%, 40% 56%, 48% 60%,
    56% 58%, 64% 61%, 72% 57%, 80% 60%, 88% 58%, 96% 62%, 100% 64%,
    100% 100%, 0 100%
  ));
  transform: translate3d(0, 0, 0);
  animation: seacache-wave-flow-back 1.3s linear infinite;
  z-index: 1;
}

@keyframes seacache-wave-flow-front {
  0% {
    background-position: 0 0, 16% 0, 8% 0, 0 0;
  }
  50% {
    background-position: 32% -4px, 48% 3px, 40% -3px, 0 0;
  }
  100% {
    background-position: 64% 0, 80% 0, 72% 0, 0 0;
  }
}

@keyframes seacache-wave-flow-back {
  0% {
    background-position: 0 0, 15% 0, 7.5% 0;
  }
  50% {
    background-position: 30% -3px, 45% 2px, 37.5% -2px;
  }
  100% {
    background-position: 60% 0, 75% 0, 67.5% 0;
  }
}

@media screen and (max-width: 768px) {
  .publication-authors-half {
    width: 100%;
  }

  .seacache-wave-intro {
    padding: 1.1rem 0.7rem 2.2rem;
  }

  .seacache-wave-intro::before {
    bottom: -62px;
    height: 200px;
  }

  .seacache-wave-intro::after {
    bottom: -46px;
    height: 164px;
  }
}
