/*
.class {
  property: value;

  @include tablet-small {
    property: value;
  }
}
*/
.filtered .article {
  display: none;
}

.filtered .article.show {
  display: block;
}

.no-cards {
  background: #005fec;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-cards h4 {
  font-size: 24px;
  line-height: 32px;
  padding: 1em;
  font-weight: 700;
}

.load-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3em auto;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.article.hidden {
  display: none !important;
}

.nextcard {
  background: #ffffff;
  color: #18216D;
  padding: 40px 32px 32px;
  -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  margin-bottom: 32px;
  cursor: default;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 4px;
}

.nextcard.case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  min-width: 0;
}

@media (min-width: 1024px) {
  .nextcard:hover {
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  }
  .nextcard:hover .nextcard__content .nextcard__title h4 {
    color: #005fec;
  }
  .nextcard--no-link:hover .nextcard__content .nextcard__title h4 {
    color: #18216D;
  }
  .nextcard--no-link:hover {
    -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
  }
}

.nextcard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nextcard__content.case-study__content {
  padding: 0 32px 32px;
}

.nextcard__content.case-study__content img.story-img {
  width: 100%;
  height: auto;
  padding: 0;
}

.nextcard__logo {
  height: 80px;
  width: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
}

.nextcard__logo img {
  width: 100%;
  height: auto;
}

.nextcard__date {
  color: #005fec;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: .75rem;
  margin: 1.25rem 0 1em;
  text-transform: uppercase;
}

.nextcard__super-title {
  color: #18216D;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: .75rem;
  margin: 3em 0 1em;
  text-transform: uppercase;
}

.nextcard__title h4 {
  color: #18216D;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2rem;
  margin: 0 0 2rem;
}

.nextcard__footer {
  margin-top: auto;
}

.nextcard__footer a:focus-visible {
  outline: 0;
}

.nextcard__icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 1.5rem;
}

.nextcard__icon--spacer {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nextcard__icon:hover .nextcard__icon--spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/*# sourceMappingURL=cards.css.map */