@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.cards ul li {
  padding: 0;
}
.cards .card.color {
  color: #fff;
  min-height: 15rem;
  padding: 2rem 1.25rem;
}
@media (min-width: 768px) {
  .cards .card.color {
    min-height: 22rem;
    padding: 3rem 2rem;
  }
}
.learning-center-page .cards .card.color {
  min-height: 15rem;
}
.cards .card.color .card-text,
.cards .card.color h3 {
  line-height: 1.3;
  word-break: break-word;
}
.cards .card.color h3 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1875rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.cards .card.color .card-text {
  font-size: 1.5rem;
  font-weight: 300;
}

.featured-resources .card-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .featured-resources .card-items.body-narrow {
    margin-right: 0;
    margin-left: 0;
  }
}
.featured-resources .card-items li {
  padding: 0;
  flex-basis: 100%;
}
.featured-resources .card-items li:nth-child(4n+1) .card.color,
.featured-resources .card-items li:nth-child(4n+1) .image::before {
  background-color: #491e88;
}
.featured-resources .card-items li:nth-child(4n+2) .card.color,
.featured-resources .card-items li:nth-child(4n+2) .image::before {
  background-color: #005e9d;
}
.featured-resources .card-items li:nth-child(4n+3) .card.color,
.featured-resources .card-items li:nth-child(4n+3) .image::before {
  background-color: #0090c3;
}
.featured-resources .card-items li:nth-child(4n+4) .card.color,
.featured-resources .card-items li:nth-child(4n+4) .image::before {
  background-color: #009589;
}
@media (min-width: 768px) {
  .featured-resources .card-items li {
    flex-basis: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .featured-resources .card-items li {
    flex-basis: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-resources .card-items li {
    flex-basis: 265px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .featured-resources .card-items li {
    flex-basis: 14.875rem;
  }
}
.learning-center-page .featured-resources .card-items li {
  flex-basis: 100%;
}
/*# sourceMappingURL=layout--viavi-card--color.css.map */
