/****************************************************
*					WEBSITE FONTS					*
****************************************************/
/****************************************************
*					BASE COLORS						*
****************************************************/
/* Overrides for specific websites
$h1-title-color             : $black;
$h2-title-color             : $black;
$h3-title-color             : $black;
$h4-title-color             : $black;
$eyebrow-color              : $primary-300;
 */
/****************************************************
*					ALERT COLORS					*
****************************************************/
/* Reference for this calculation on https://css-tricks.com/programming-sass-to-create-accessible-color-combinations/ */
/*------------------- Grid resolutions -------------------*/
/*------------------- Sizes mixins -------------------*/
/*-------------------------------------Margins-------------------------------------*/
/* Buttons - elements/_buttons.scss */
/* Cards - elements/d3-card.scss */
/* Images on content sections - elements/d3-content-section.scss */
/* Images on media detail - elements/_d3-media-detail.scss */
/* Images on Testimonials - components/d3-testimonial.scss */
/* Images on Image Text - components/d3-image-text.scss */
/* Form inputs - elements/_forms.scss */
/* Form inputs - elements/_forms.scss */
/* Tables - elements/d3-table.scss, elements/_cookie-warning.scss */
/* Popups - elements/_cookie-warning.scss */
/* Accordions - elements/d3-accordion.scss */
/* Videoplayer - elements/d3-video-player.scss, elements/_d3-webinar-detail.scss */
/* Podcast player - elements/d3-podcast.scss */
/* Feature block - elements/d3-feature-block.scss */
/* Define a single size for all image-related border-radii */
/* Define a single size for all border-radii */
/********* REUSABLE TEXT STYLES ************/
/*------------------- Mixins  -------------------*/
/*------------------- Functions  -------------------*/
/*-------------------------------------Others-------------------------------------*/
/* ---------- Color and fonts replace ---------- */
/* General variables */
:root {
  --grey-100: #5e5e5e;
  --primary-100: #1c436c;
  --secondary-100: #fa9000;
  --tertiary-100: #9c8c83;
  --grey-200: #919191;
  --primary-200: #275281;
  --secondary-200: #fa9a00;
  --tertiary-200: #dcc7ba;
  --grey-300: #ababab;
  --primary-300: #326295;
  --secondary-300: #faa300;
  --tertiary-300: #f4eae4;
  --grey-400: #c4c4c4;
  --primary-400: #5b81aa;
  --secondary-400: #fbb533;
  --tertiary-400: #f6f0ed;
  --grey-500: #dedede;
  --primary-500: #7ca6d3;
  --secondary-500: #fdda99;
  --tertiary-500: #fbf4f0;
  --grey-600: #f7f7f7;
  --primary-600: #eefaff;
  --secondary-600: #fef6e5;
  --tertiary-600: #fbf7f5;
  --d3-black: #181819;
  --grifols-blue: #003383;
  --d3-font-body: Inter;
  --d3-font-title: Oswald;
  --d3-page-bg: #fdfdff;
  --d3-radius-lg: 24px;
  --d3-radius-md: 16px;
  --d3-radius-none: 0px;
  --d3-radius-pill: 80px;
  --d3-radius-sm: 8px;
  --d3-radius-xl: 32px;
  --d3-radius-xs: 4px;
  --d3-utility-black: #020304;
  --d3-utility-white: #fdfdff;
  --d3-white: #fdfdff; }

body #wrapper .d3-content-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px; }
  @media only screen and (min-width: 600px) {
    body #wrapper .d3-content-grid {
      row-gap: 24px; } }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-content-grid {
      row-gap: 24px; } }
  @media only screen and (min-width: 1280px) {
    body #wrapper .d3-content-grid {
      row-gap: 24px; } }
  @media only screen and (min-width: 1800px) {
    body #wrapper .d3-content-grid {
      row-gap: 24px; } }
  body #wrapper .d3-content-grid .d3-card .d3-description.ellipsis p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }
  body #wrapper .d3-content-grid .metadata {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px; }
    body #wrapper .d3-content-grid .metadata .dates p {
      font-size: 14px;
      line-height: 21px;
      color: #5e5e5e; }
      @media only screen and (min-width: 1008px) {
        body #wrapper .d3-content-grid .metadata .dates p {
          font-size: 14px;
          line-height: 21px; } }
      body #wrapper .d3-content-grid .metadata .dates p sup, body #wrapper .d3-content-grid .metadata .dates p sub {
        font-size: 60%; }
      body #wrapper .d3-content-grid .metadata .dates p + p {
        margin-top: 4px; }
      body #wrapper .d3-content-grid .metadata .dates p + li {
        margin-top: 12px; }
    @media only screen and (min-width: 600px) {
      body #wrapper .d3-content-grid .metadata {
        bottom: 24px;
        position: absolute;
        width: calc(100% - 48px); } }
    body #wrapper .d3-content-grid .metadata.placeholder {
      height: 0;
      margin-top: 0;
      overflow: hidden;
      width: 100%; }
      @media only screen and (min-width: 600px) {
        body #wrapper .d3-content-grid .metadata.placeholder {
          height: auto;
          margin-top: 16px;
          position: relative;
          visibility: hidden; } }
  body #wrapper .d3-content-grid .d3-row + .row {
    margin-top: 16px; }

body #wrapper .text-content + .d3-content-grid {
  margin-top: 32px; }

/*# sourceMappingURL=d3-content-grid.css.map */