/****************************************************
*					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: #0b1f41;
  --secondary-100: #b86614;
  --tertiary-100: #736a61;
  --grey-200: #919191;
  --primary-200: #063073;
  --secondary-200: #da730b;
  --tertiary-200: #cdb398;
  --grey-300: #ababab;
  --primary-300: #003383;
  --secondary-300: #ff8e1d;
  --tertiary-300: #cdc7c1;
  --grey-400: #c4c4c4;
  --primary-400: #397de5;
  --secondary-400: #f6d2ac;
  --tertiary-400: #dddddd;
  --grey-500: #dedede;
  --primary-500: #91b8f2;
  --secondary-500: #f5e6d6;
  --tertiary-500: #ffffff;
  --grey-600: #f7f7f7;
  --primary-600: #d9e5f2;
  --secondary-600: #fff7ef;
  --tertiary-600: #f9f7f5;
  --d3-black: #181819;
  --grifols-blue: #003383;
  --d3-font-body: RethinkSans;
  --d3-font-title: RethinkSans;
  --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 {
  /* Change column-gap when grid is 10 cols */ }
  body #wrapper .d3-content-section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 56px; }
    @media only screen and (min-width: 600px) {
      body #wrapper .d3-content-section.section-1-cols {
        column-gap: 40px; }
        body #wrapper .d3-content-section.section-1-cols .column-section {
          width: 100%; }
      body #wrapper .d3-content-section.section-2-cols {
        column-gap: 40px; }
        body #wrapper .d3-content-section.section-2-cols .column-section {
          width: calc((100% - 40px) / 2); }
      body #wrapper .d3-content-section.section-3-cols {
        column-gap: 40px; }
        body #wrapper .d3-content-section.section-3-cols .column-section {
          width: calc((100% - 40px) / 2); }
      body #wrapper .d3-content-section.section-4-cols {
        column-gap: 40px; }
        body #wrapper .d3-content-section.section-4-cols .column-section {
          width: calc((100% - 40px) / 2); } }
    @media only screen and (min-width: 1008px) {
      body #wrapper .d3-content-section.section-1-cols {
        column-gap: 0px; }
        body #wrapper .d3-content-section.section-1-cols .column-section {
          width: calc((100% - 0 * 0px) / 1); }
      body #wrapper .d3-content-section.section-2-cols {
        column-gap: 72px; }
        body #wrapper .d3-content-section.section-2-cols .column-section {
          width: calc((100% - 1 * 72px) / 2); }
      body #wrapper .d3-content-section.section-3-cols {
        column-gap: 60px; }
        body #wrapper .d3-content-section.section-3-cols .column-section {
          width: calc((100% - 2 * 60px) / 3); }
      body #wrapper .d3-content-section.section-4-cols {
        column-gap: 32px; }
        body #wrapper .d3-content-section.section-4-cols .column-section {
          width: calc((100% - 3 * 32px) / 4); } }
    body #wrapper .d3-content-section .column-section picture + * {
      margin-top: 32px; }
    body #wrapper .d3-content-section .column-section img {
      border-radius: 16px; }
    body #wrapper .d3-content-section .column-section * + picture img {
      margin-top: 24px; }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-col-md-10 .d3-content-section.section-1-cols {
      column-gap: 0px; }
      body #wrapper .d3-col-md-10 .d3-content-section.section-1-cols .column-section {
        width: calc((100% - 0 * 0px) / 1); }
    body #wrapper .d3-col-md-10 .d3-content-section.section-2-cols {
      column-gap: 72px; }
      body #wrapper .d3-col-md-10 .d3-content-section.section-2-cols .column-section {
        width: calc((100% - 1 * 72px) / 2); }
    body #wrapper .d3-col-md-10 .d3-content-section.section-3-cols {
      column-gap: 40px; }
      body #wrapper .d3-col-md-10 .d3-content-section.section-3-cols .column-section {
        width: calc((100% - 2 * 40px) / 3); }
    body #wrapper .d3-col-md-10 .d3-content-section.section-4-cols {
      column-gap: 24px; }
      body #wrapper .d3-col-md-10 .d3-content-section.section-4-cols .column-section {
        width: calc((100% - 3 * 24px) / 4); } }
  body #wrapper h2 + .d3-content-section {
    margin-top: 32px; }

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