.winners-page,
.finalists-page {
  display: flex;
  flex-wrap: wrap;
}

.winners-page::after,
  .finalists-page::after {
  content: '';
  clear: both;
  display: table;
}

@media screen and (min-width: 300px) {
  .winners-page ul,
  .finalists-page ul {
    width: 100%;
    min-height: 90px;
    margin-bottom: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    margin-right: 1rem;
    background-color: rgba(200, 200, 200, 0.125);
    border-radius: 0.25rem;
    overflow: hidden;
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  }

  .winners-page li,
  .finalists-page li {
    border-bottom: 1px solid #333333;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .winners-page li:first-child,
    .finalists-page li:first-child {
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom-color: transparent;
    font-size: 1.25em;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem;
    background: #f7941d;
    min-height: 90px;
  }

  .winners-page li:last-child,
    .finalists-page li:last-child {
    border-bottom-color: transparent;
  }

  .winners-page p,
  .winners-page h2,
  .finalists-page p,
  .finalists-page h2 {
    clear: both;
    display: table;
    content: '';
    width: 100%;
  }

  .winners-page span.winner,
  .finalists-page span.winner {
    display: block;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
    color: #f7941d;
  }

  .winners-page span.winner::before,
    .finalists-page span.winner::before {
    content: url("../../../img/winner.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    padding-right: 10px;
  }

  .winners-page span.highly-commended,
  .finalists-page span.highly-commended {
    display: block;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
  }

  .winners-page span.highly-commended::before,
    .finalists-page span.highly-commended::before {
    content: url("../../../img/highly-commended.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .winners-page ul,
  .finalists-page ul {
    width: calc(50% - 1rem);
    float: left;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 992px) {
  .winners-page ul,
  .finalists-page ul {
    width: calc(33.33% - 2rem);
    float: left;
    flex: 0 1 auto;
  }

  .winners-page ul:hover, .winners-page ul:focus,
    .finalists-page ul:hover,
    .finalists-page ul:focus {
    transform: scale(1.05);
    box-shadow: 0 0 88px rgba(0, 0, 0, 0.16);
  }

  .winners-page ul:not(:hover),
    .finalists-page ul:not(:hover) {
    opacity: 0.65;
  }
}

.key {
  margin-bottom: 1rem;
}

.key .half {
  height: 120px;
  vertical-align: middle;
  font-weight: bold;
}

.key .half img {
  display: inline-block;
  margin-right: 1rem;
}

@media screen and (min-width: 1280px) {
  .key {
    max-width: 60%;
  }
}

/*# sourceMappingURL=finalists-winners.css.map */
