/*
 * DO NOT EDIT THIS FILE.
 * Edit .pcss.css file instead and recompile.
*/

/**
 * @file
 * Card theming.
 */

/*
  Custom CSS properties and mixins.
  These are "compiled" by postcss/postcss-custom-properties for IE11 compatibility.
  CSS variables (those that start with --) are included in the generated CSS. Sass style variables (those that start with $) are for internal processing.
*/

/* Internal variables */

/*1px */

/*16px */

/*4px */

/*5.33333333px */

/*8px */

/*12px */

/*20px */

/*24px, */

/*32px */

/*44px (named after omicron variant BS.2.75.2) */

/*48px */

/*desktop + 32px; */

/*max-width + 64px; */

/* RGB colors, useful for when you need to include a color in an RGBA set. */

/* Mixins */

/* */

/* Hide elements visually, but keep them available for screen-readers. */

/* */

/* Used for information required for screen-reader users to understand and use */

/* the site where visual display is undesirable. Information provided in this */

/* manner should be kept concise, to avoid unnecessary burden on the user. */

/* "!important" is used to prevent unintentional overrides. */

/* */

.block__label {
  margin-top: var(--space);
  margin-bottom: var(--half-space);
}

@media (min-width: 569px) {

.block__label {
    margin-top: var(--sesqui-space)
}
  }

.block__label {
  text-transform: uppercase;
  font-family: var(--sans-serif);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  font-weight: 600;
}

.block__label:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-image: url("../../images/dotted.png");
    background-repeat: repeat-x;
  }

.block__sublabel {
  font-family: var(--sans-serif);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
}

.block__image {
  /*height: 10.375rem; */
  height: 0;
  padding-top: 56.25%; /*16:9 aspect ratio */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
}

.block__title {
  margin-top: var(--quarter-space);
  margin-bottom: var(--half-space);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
}

.block__footer {
  margin-top: var(--quarter-space);
  margin-bottom: var(--double-space);
}

.block__footer a {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }

.block__tags {
  font-family: var(--sans-serif);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
}

.block__tags__label {
    font-weight: 500;
  }

.block__tags__field {
  }

.card {
  background-color: var(--c-block-bg);
  overflow: auto;
  margin-bottom: var(--double-space);
}

.card__image {
  /*height: 10.375rem; */
  height: 0;
  padding-top: 56.25%; /*16:9 aspect ratio */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  }

.card__label {
  margin-top: var(--space);
  margin-bottom: var(--half-space);
  }

@media (min-width: 569px) {

  .card__label {
    margin-top: var(--sesqui-space);
  }
  }

.card__label {
  text-transform: uppercase;
  font-family: var(--sans-serif);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  font-weight: 600;
  }

.card__label:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-image: url("../../images/dotted.png");
    background-repeat: repeat-x;
  }

.card__label {
    margin-left: var(--responsive-block-padding);
    margin-right: var(--responsive-block-padding);
    margin-bottom: 0;
  }

.card__title {
  margin-top: var(--quarter-space);
  margin-bottom: var(--half-space);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  }

.card__title {
    margin-top: var(--sesqui-space);
    margin-left: var(--responsive-block-padding);
    margin-right: var(--responsive-block-padding);
  }

.card__footer {
  margin-top: var(--quarter-space);
  margin-bottom: var(--double-space);
  }

.card__footer a {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }

.card__footer {
    margin-left: var(--responsive-block-padding);
    margin-right: var(--responsive-block-padding);
  }

.card__label + .card__title {
    margin-top: var(--quarter-space);
  }

.card__body {
    margin-left: var(--responsive-block-padding);
    margin-right: var(--responsive-block-padding);
    padding-bottom: var(--double-space);
  }

.card__date {
    margin-left: var(--responsive-block-padding);
    margin-right: var(--responsive-block-padding);
    padding-bottom: var(--half-space);
    font-family: var(--sans-serif);
  }

.card__deadline {
    margin-left: var(--responsive-block-padding);
    margin-right: var(--responsive-block-padding);
    padding-bottom: var(--double-space);
    margin-top: calc(var(--space)*-1);
    font-family: var(--sans-serif);
  }

.card__deadline strong {
      font-weight: 500;
    }

.block--themed .view-empty {
  margin-top: var(--quasqui-space);
}

.views-card-block .view-content {
    overflow: visible;
    overflow: initial;
  }

.views-card-block .view-empty {
    padding-left: var(--responsive-block-padding);
    padding-right: var(--responsive-block-padding);
    padding-top: var(--quasqui-space);
  }

@media (max-width: 567px) {

.views-card-block .view-empty {
      background-color: var(--c-block-bg);
      padding-bottom: var(--double-space)
  }
    }

.block--themed:not(.block--light-header) > div:not(.block__image), .block--themed:not(.block--light-header) > article {
    background-color: var(--c-block-bg);
    margin-bottom: var(--double-space);
    padding-left: var(--responsive-block-padding);
    padding-right: var(--responsive-block-padding);
    overflow: auto;
  }

.block--themed:not(.block--light-header) > article {
    padding-top: var(--space);
    padding-bottom: var(--double-space);
  }

.block--cta > div:not(.block__image), .block--cta > article {
    background-color: white;
    margin-bottom: var(--double-space);
    padding-left: var(--responsive-block-padding);
    padding-right: var(--responsive-block-padding);
    overflow: auto;
  }

.block--cta > article {
    padding-top: var(--sesqui-space);
    padding-bottom: var(--sesqui-space);
  }

.block--light-header.block--themed  {
  background-color: var(--c-block-bg);
  margin-bottom: var(--double-space);
  padding-left: var(--responsive-block-padding);
  padding-right: var(--responsive-block-padding);
  overflow: auto;
}

.block--light-header.block--themed .block__heading {
    background: transparent;
    color: black;
    padding: var(--sesqui-space) 0 0;
    margin-bottom: var(--space);
  }
