/* Spacing */
/* Font Size */
/* Basic colors*/
/* Main colors */
/* For text colours on light background */
/* For text colors on dark background */
/* Background */
/* Background */
/* Size */
/* Brand */
/* Spacing */
/* Font Size */
/* Basic colors*/
/* Main colors */
/* For text colours on light background */
/* For text colors on dark background */
/* Background */
/* Background */
/* Size */
/* Brand */
.section-wrapper--red article.ds-card {
  box-shadow: 0 2px 3px 0 rgba(105, 5, 5, 0.5) !important;
}
.section-wrapper--red article.ds-card:hover {
  box-shadow: 0 9px 12px 0 rgba(105, 5, 5, 0.8) !important;
}
.section-wrapper--red .woc-count-results-container p {
  color: white;
  font-weight: 400;
}
.section-wrapper--red a.ds-btn.ds-btn--scream.woc-reset-btn {
  background-color: white !important;
  color: #0870d3 !important;
}
.section-wrapper--red a.ds-btn.ds-btn--scream.woc-reset-btn:hover {
  background-color: #0870d3 !important;
  color: white !important;
}
.section-wrapper--red a.ds-btn.ds-btn--scream.woc-reset-btn:focus {
  outline-color: white !important;
}
.section-wrapper--red a.ds-btn.ds-btn--shout.ds-btn--gray {
  border-color: white !important;
  color: white !important;
}
.section-wrapper--red ul.ds-pagination a.is-active {
  color: #0870d3 !important;
  background-color: white !important;
  font-weight: 600 !important;
}
.section-wrapper--red ul.ds-pagination a {
  color: white !important;
}
.section-wrapper--red ul.ds-pagination li {
  color: white !important;
}

.ds-card {
  position: relative;
  width: 100%;
  max-width: 432px;
  margin: 0px 0;
  display: block;
  float: left;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
  /* @apply border-8 border-red-500; */
}
.ds-card:hover {
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.1);
}
.ds-card:hover .ds-sharing {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.ds-card:hover .ds-ico-play-big,
.ds-card:hover .ds-ico-play-medium {
  transform: scale(1.1);
}
.ds-card .ds-sharing {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0;
  font-size: 14px;
  z-index: 10;
}
.ds-card span i {
  position: relative;
  top: -2px;
}
.ds-card p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 16px;
  max-height: 120px;
  overflow: hidden;
}
.ds-card a {
  text-decoration: none;
}
.ds-card .ds-ico-play-big {
  position: absolute;
  top: 67px;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  cursor: pointer;
}
.ds-card .ds-tag-meta {
  position: absolute;
  top: 152px;
  left: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 64px);
}
.ds-card .ds-people__infos {
  width: calc(100% - 39px);
  color: rgba(0, 0, 0, 0.48);
  padding-right: 16px;
}
.ds-card .ds-people__infos .ds-people__name,
.ds-card .ds-people__infos .ds-people__company {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-card__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.2px;
  max-height: 48px;
  overflow: hidden;
  margin: 7px 0 10px;
  color: rgba(0, 0, 0, 0.8);
  /*FUTURE DEPRECADED CODE*/
}
.ds-card__title ~ span {
  color: rgba(0, 0, 0, 0.48);
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
  display: block;
}

.ds-card__links,
.ds-card__wrapper {
  padding: 31px 32px 29px;
  width: 100%;
}

.ds-card__wrapper {
  border-radius: 0 0 6px 6px;
  height: 320px;
  border-top: 0;
  padding-top: 27px;
}

.ds-card__info span {
  color: rgba(0, 0, 0, 0.48);
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
  padding-top: 1px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-card__links {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.ds-card__links a {
  flex-shrink: 2;
}

.ds-card__category {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.48);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ds-card__authors {
  display: inline-block;
  margin-top: 16px;
}
.ds-card__authors * {
  display: inline-block;
  vertical-align: middle;
}

.ds-card__pictures {
  margin-right: 21px;
}
.ds-card__pictures img {
  display: block;
  float: left;
  height: 32px;
  width: auto;
  margin-right: -14px;
}

.ds-card__names strong {
  font-weight: normal;
  margin-top: -2px;
}
.ds-card__names em {
  display: block;
  font-style: normal;
  font-weight: 300;
}

.ds-card__thumbnail {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 192px;
  background: rgba(0, 0, 0, 0.08) no-repeat center center;
  background-size: cover;
}

.ds-card--video p {
  color: #808080;
  font-weight: 400;
}
.ds-card--video .ds-card__title {
  margin-bottom: 18px;
}
.ds-card--video .ds-card__wrapper {
  height: 236px;
  padding-top: 27px;
}
.ds-card--video .ds-ico-play-big {
  top: 108px;
}
.ds-card--video .ds-card__thumbnail {
  height: 276px;
}

.ds-card--live p {
  max-height: 72px;
}

.ds-card--noimage .ds-card__wrapper {
  height: 512px;
  border-radius: 6px;
  padding-top: 118px;
}

.ds-card--classic .ds-card__wrapper {
  height: 184px;
  position: relative;
  padding: 28px 32px 24px;
}
.ds-card--classic .ds-card__info {
  position: absolute;
  top: 116px;
  width: calc(100% - 64px);
}
.ds-card--classic p[itemprop=description] {
  max-height: calc(24px * 3);
}

.ds-card--lines {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  margin: 0;
  padding: 24px 0;
  background-color: transparent;
  box-shadow: none;
}
.ds-card--lines:hover {
  box-shadow: none;
}
.ds-card--lines:last-child {
  border-bottom: 0;
}
.ds-card--lines .ds-card__links,
.ds-card--lines p[itemprop=description] {
  display: none;
}
.ds-card--lines .ds-card__thumbnail {
  position: relative;
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 4px;
}
.ds-card--lines .ds-card__wrapper {
  width: calc(100% - 64px);
  margin-left: 64px;
  border: 0;
  padding: 0 24px;
  height: auto;
}
.ds-card--lines .ds-card__title {
  margin-top: 2px;
  margin-bottom: 20px;
}
.ds-card--lines .ds-card__title ~ span {
  max-width: 100%;
  padding-top: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ds-card--lines .ds-card__title ~ span:last-child {
  margin-bottom: 0;
}
.ds-card--lines .ds-ico-play-big {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.ds-card--lines .ds-ico-play-big:before {
  top: 12px;
  left: 12px;
}
.ds-card--lines .ds-tag-meta {
  float: right;
  position: static;
  margin: 0;
  margin-top: -4px;
  margin-right: -24px;
}
.ds-card--lines .ds-tag-meta + .ds-card__category {
  overflow: visible;
  white-space: normal;
}

.ds-card--compact {
  border-radius: 6px;
  padding: 16px;
  height: 136px;
  max-width: none;
  overflow: hidden;
  cursor: pointer;
}
.ds-card--compact.has-background {
  box-shadow: none;
  background-color: #f7f9fb;
}
.ds-card--compact.has-background:hover {
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.1);
}
.ds-card--compact a:after {
  content: " ";
  display: table;
  clear: both;
}
.ds-card--compact p {
  font-size: 13px;
  line-height: 16px;
  max-height: 48px;
}
.ds-card--compact .ds-card__thumbnail {
  position: relative;
  float: left;
  width: 104px;
  height: 104px;
  border-radius: 4px;
}
.ds-card--compact .ds-card__thumbnail + .ds-card__wrapper {
  width: calc(100% - 104px);
  margin-left: 104px;
  padding: 0 0 0 16px;
}
.ds-card--compact .ds-card__thumbnail + .ds-card__wrapper .ds-card__title {
  height: auto;
}
.ds-card--compact .ds-card__thumbnail + .ds-card__wrapper .ds-card__info {
  left: calc(104px + 32px);
  width: calc(100% - 104px - (3 * 16px));
}
.ds-card--compact .ds-card__wrapper {
  border: 0;
  padding: 0;
  height: auto;
  max-height: calc(136px - 4px - 2 * 16px);
  overflow: hidden;
}
.ds-card--compact .ds-card__info {
  position: absolute;
  top: 80px;
  left: 16px;
  max-width: calc(100% - 32px);
}
.ds-card--compact .ds-card__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
}
.ds-card--compact .ds-card__title ~ span {
  margin-bottom: 4px;
}
.ds-card--compact .ds-card__title ~ span:last-child {
  margin-bottom: 0;
}
.ds-card--compact .ds-card__category {
  font-size: 11px;
  margin-top: 4px;
}
.ds-card--compact .ds-ico-play-medium {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.ds-card--compact .ds-tag-meta {
  position: absolute;
  top: 96px;
  left: 16px;
  margin: 0;
  max-width: 104px;
}

.ds-card--category {
  background: rgba(0, 0, 0, 0.08) no-repeat center center;
  background-size: cover;
  height: 376px;
  overflow: hidden;
}
.ds-card--category:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.ds-card--category .ds-card__wrapper {
  position: relative;
  height: 376px;
  border: 0;
  padding-bottom: 0;
}
.ds-card--category .ds-card__title {
  color: #fff;
  margin-top: 219px;
  margin-bottom: 16px;
}
.ds-card--category .ds-card__info {
  position: absolute;
  top: 308px;
}
.ds-card--category .ds-card__info span,
.ds-card--category .ds-card__info .ds-people__infos {
  color: rgba(255, 255, 255, 0.64);
}

.ds-card--collection {
  padding: 0 16px;
  background-color: #00F;
  margin-top: 76px;
  height: 320px;
  overflow: visible;
}
.ds-card--collection .ds-card__target {
  height: 376px;
  display: block;
  margin-top: -55px;
  padding-top: 55px;
}
.ds-card--collection .ds-card__thumbnail {
  border-radius: 6px;
  position: relative;
  top: -56px;
}
.ds-card--collection .ds-card__wrapper {
  height: auto;
  border: 0;
  position: absolute;
  top: 136px;
  left: 0;
}
.ds-card--collection .ds-card__category {
  color: #fff;
}
.ds-card--collection .ds-card__title {
  color: #fff;
}
.ds-card--collection .ds-people__infos {
  color: rgba(255, 255, 255, 0.64);
}
.ds-card--collection .ds-card__info {
  position: absolute;
  top: 116px;
  left: 32px;
  right: 32px;
}
.ds-card--collection .ds-card__info span {
  color: rgba(255, 255, 255, 0.64);
}

@media all and (min-width: 768px) {
  .ds-card--lines {
    width: 100%;
    max-width: none;
    padding: 16px 0;
  }
  .ds-card--lines p[itemprop=description] {
    display: block;
  }
  .ds-card--lines p {
    margin-bottom: 13px;
  }
  .ds-card--lines .ds-card__thumbnail {
    width: 160px;
    height: 160px;
  }
  .ds-card--lines .ds-card__wrapper {
    border: 0;
    width: calc(100% - 160px);
    margin-left: 160px;
    padding: 0 32px;
  }
  .ds-card--lines .ds-card__title {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .ds-card--lines .ds-card__title ~ span {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .ds-card--lines .ds-ico-play-big {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
  }
  .ds-card--lines .ds-ico-play-big:before {
    top: 24px;
    left: 24px;
  }
  .ds-card--lines .ds-tag-meta {
    position: absolute;
    top: 24px;
    left: 8px;
    margin: 0;
    max-width: 144px;
  }
  .ds-card--compact.is-large {
    max-width: none;
    height: 152px;
  }
  .ds-card--compact.is-large p {
    font-size: 16px;
    line-height: 20px;
    max-height: 60px;
  }
  .ds-card--compact.is-large .ds-card__thumbnail {
    width: 120px;
    height: 120px;
  }
  .ds-card--compact.is-large .ds-card__thumbnail + .ds-card__wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 0 0 0 24px;
  }
  .ds-card--compact.is-large .ds-card__thumbnail + .ds-card__wrapper .ds-card__info {
    left: calc(120px + 40px);
    width: calc(100% - 120px - (2 * 16px + 24px));
  }
  .ds-card--compact.is-large .ds-card__wrapper {
    border: 0;
    padding: 0 8px;
    max-height: calc(152px - 2 * 16px);
  }
  .ds-card--compact.is-large .ds-card__info {
    top: 96px;
  }
  .ds-card--compact.is-large .ds-card__title {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    max-height: 48px;
  }
  .ds-card--compact.is-large .ds-card__category {
    font-size: 13px;
  }
  .ds-card--compact.is-large .ds-ico-play-big {
    font-size: 64px;
    margin-top: -32px;
    margin-left: -32px;
  }
  .ds-card--compact.is-large .ds-tag-meta {
    top: 112px;
    max-width: 120px;
  }
}
@media all and (min-width: 2500px) {
  .ds-card--lines .ds-card__wrapper {
    padding: 0 40px;
  }
}
@media all and (max-width: 374px) {
  .ds-card__links a:first-child:only-child {
    display: block;
  }
  .ds-card__links a:nth-child(2) {
    margin-left: inherit;
  }
}
/*Mini card experimentation. Must not be visible in the live documentation.*/
.ds-card--mini .ds-card__thumbnail {
  display: none;
}
.ds-card--mini .ds-card__wrapper {
  height: 192px;
  padding: 29px 32px;
}
.ds-card--mini .ds-card__title {
  height: 80px;
  margin: 0 0 12px;
}
.ds-card--mini .ds-card__title ~ span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
