@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.related-links {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .related-links {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .related-links {
    margin-bottom: 7rem;
  }
}
.related-links h3 {
  align-items: center;
  display: grid;
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 300;
  gap: 1.25rem;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  justify-items: center;
  text-align: center;
  padding-top: 2.5rem;
}
.related-links h3:before, .related-links h3:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #dbdbdb;
}
.related-links ul {
  list-style-type: none;
  padding: 0;
}
.related-links ul li {
  margin-bottom: 1rem;
  padding-left: 0;
}
.related-links ul li a {
  align-items: center;
  background-color: #f2f2f2;
  color: #333333;
  display: flex;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 300;
  gap: 1rem;
  justify-content: space-between;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 1;
  height: 100%;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
.related-links ul li a:after {
  content: "\f054";
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.related-links ul li a:focus-visible, .related-links ul li a:hover {
  color: #0070b8;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .related-links ul li a:focus-visible, html[native-dark-active] .related-links ul li a:focus-visible, [data-darkreader-scheme=dark] .related-links ul li a:hover, html[native-dark-active] .related-links ul li a:hover {
  color: #00a9e0;
}
[data-darkreader-scheme=dark] .related-links ul li a, html[native-dark-active] .related-links ul li a {
  background-color: #333333;
  color: #c6c6c6;
}
/*# sourceMappingURL=field--field-related-links.css.map */
