@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.view-awards .card {
  height: 100%;
  text-align: center;
}
.view-awards .card-image {
  margin-bottom: 2rem;
}
.view-awards .card-title {
  font-weight: 300;
}
.view-awards .card-title:hover {
  text-decoration: underline;
}
.view-awards .view-content a {
  color: #333333;
}
.view-awards .view-content a:hover {
  text-decoration: none;
}
.view-awards .view-content .media--blazy img {
  object-fit: scale-down;
  aspect-ratio: 2/1;
  margin: auto;
}
.view-awards .view-empty {
  text-align: center;
}
.view-awards svg {
  width: 1.125rem;
}
/*# sourceMappingURL=views-view--awards.css.map */
