@charset "UTF-8";
/****************************************************
*					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: #005459;
  --secondary-100: #252424;
  --tertiary-100: #9c8c83;
  --grey-200: #919191;
  --primary-200: #006c73;
  --secondary-200: #363433;
  --tertiary-200: #dcc7ba;
  --grey-300: #ababab;
  --primary-300: #007681;
  --secondary-300: #43403d;
  --tertiary-300: #f4eae4;
  --grey-400: #c4c4c4;
  --primary-400: #009ca6;
  --secondary-400: #6d6b69;
  --tertiary-400: #f6f0ed;
  --grey-500: #dedede;
  --primary-500: #99d8dc;
  --secondary-500: #959492;
  --tertiary-500: #fbf4f0;
  --grey-600: #f7f7f7;
  --primary-600: #cbeaed;
  --secondary-600: #c0bfbe;
  --tertiary-600: #fbf7f5;
  --d3-black: #181819;
  --grifols-blue: #003383;
  --d3-font-body: Inter;
  --d3-font-title: Figtree;
  --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-podcast .podcast-item {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  border-radius: 16px;
  padding: 32px 24px; }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-podcast .podcast-item {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.33333%; } }
  body #wrapper .d3-podcast .podcast-item .metadata {
    margin-top: 16px; }
    body #wrapper .d3-podcast .podcast-item .metadata ul li {
      font-size: 14px;
      line-height: 21px;
      color: #5e5e5e;
      display: inline; }
      @media only screen and (min-width: 1008px) {
        body #wrapper .d3-podcast .podcast-item .metadata ul li {
          font-size: 14px;
          line-height: 21px; } }
      body #wrapper .d3-podcast .podcast-item .metadata ul li sup, body #wrapper .d3-podcast .podcast-item .metadata ul li sub {
        font-size: 60%; }
      body #wrapper .d3-podcast .podcast-item .metadata ul li + p {
        margin-top: 4px; }
      body #wrapper .d3-podcast .podcast-item .metadata ul li + li {
        margin-top: 12px; }
      body #wrapper .d3-podcast .podcast-item .metadata ul li + li:before {
        content: " · ";
        margin: 0 4px; }
    body #wrapper .d3-podcast .podcast-item .metadata + * {
      margin-top: 16px; }
  body #wrapper .d3-podcast .podcast-item .d3-section {
    margin: 0; }
  body #wrapper .d3-podcast .podcast-item .d3-description {
    margin-top: 16px; }
  body #wrapper .d3-podcast .podcast-item .podcast-thumbnail {
    border-radius: 8px; }
  body #wrapper .d3-podcast .podcast-item .d3-audio-player {
    margin-top: 24px; }
  body #wrapper .d3-podcast .podcast-item.active {
    background-color: #f7f7f7;
    color: #181819; }
    body #wrapper .d3-podcast .podcast-item.active a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
      color: #007681;
      border-bottom: 1px solid transparent; }
      body #wrapper .d3-podcast .podcast-item.active a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
        border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active a.btn-icon-link-text .link-text {
      color: #007681;
      border-bottom: 1px solid transparent; }
      body #wrapper .d3-podcast .podcast-item.active a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active a.btn-icon-link-text .link-text:hover {
        border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active .hero {
      color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active .hero a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .hero a.btn-icon-link-text .link-text {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active .hero a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .hero a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active h1, body #wrapper .d3-podcast .podcast-item.active .title-xl {
      color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-podcast .podcast-item.active .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-podcast .podcast-item.active .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active h1 a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active h1 a.btn-icon-link-text .link-text, body #wrapper .d3-podcast .podcast-item.active .title-xl a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .title-xl a.btn-icon-link-text .link-text {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h1 a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active h1 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-xl a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-xl a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active h2, body #wrapper .d3-podcast .podcast-item.active .title-lg {
      color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-podcast .podcast-item.active .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-podcast .podcast-item.active .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active h2 a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active h2 a.btn-icon-link-text .link-text, body #wrapper .d3-podcast .podcast-item.active .title-lg a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .title-lg a.btn-icon-link-text .link-text {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h2 a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active h2 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-lg a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-lg a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active h3, body #wrapper .d3-podcast .podcast-item.active .title-md {
      color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-podcast .podcast-item.active .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-podcast .podcast-item.active .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active h3 a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active h3 a.btn-icon-link-text .link-text, body #wrapper .d3-podcast .podcast-item.active .title-md a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .title-md a.btn-icon-link-text .link-text {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h3 a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active h3 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-md a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-md a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active h4, body #wrapper .d3-podcast .podcast-item.active .title-sm {
      color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-podcast .podcast-item.active .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-podcast .podcast-item.active .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active h4 a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active h4 a.btn-icon-link-text .link-text, body #wrapper .d3-podcast .podcast-item.active .title-sm a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .title-sm a.btn-icon-link-text .link-text {
        color: #007681;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-podcast .podcast-item.active h4 a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active h4 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-sm a.btn-icon-link .link-text:hover, body #wrapper .d3-podcast .podcast-item.active .title-sm a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active .text-disabled {
      color: #5e5e5e; }
    body #wrapper .d3-podcast .podcast-item.active .caption-text, body #wrapper .d3-podcast .podcast-item.active .text-subdued {
      color: #5e5e5e; }
    body #wrapper .d3-podcast .podcast-item.active .text-caption, body #wrapper .d3-podcast .podcast-item.active caption *, body #wrapper .d3-podcast .podcast-item.active .footer-text, body #wrapper .d3-podcast .podcast-item.active .footer-text * {
      color: #5e5e5e; }
    body #wrapper .d3-podcast .podcast-item.active .btn-icon-link span .link-metadata {
      color: #5e5e5e; }
    body #wrapper .d3-podcast .podcast-item.active .d3-text-references p, body #wrapper .d3-podcast .podcast-item.active .d3-text-references li {
      color: #5e5e5e; }
    body #wrapper .d3-podcast .podcast-item.active .chip {
      background-color: #006c73;
      color: #fdfdff; }
      body #wrapper .d3-podcast .podcast-item.active .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active .chip a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .chip a.btn-icon-link-text .link-text {
        color: #fdfdff;
        border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active .eyebrow {
      color: #007681; }
      body #wrapper .d3-podcast .podcast-item.active .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #007681;
        border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .eyebrow a.btn-icon-link-text .link-text {
        color: #007681;
        border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner {
      color: #020304;
      background-color: rgba(2, 3, 4, 0.05);
      border-color: rgba(2, 3, 4, 0.1); }
      body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner > i {
        color: rgba(2, 3, 4, 0.3);
        border-color: rgba(2, 3, 4, 0.1); }
      body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner:hover {
        border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner:hover > i {
          color: #020304;
          border-color: rgba(2, 3, 4, 0.3); }
      body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner:active {
        background-color: rgba(2, 3, 4, 0.1);
        border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner:active > i {
          color: #020304;
          border-color: rgba(2, 3, 4, 0.3); }
      body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner:focus {
        background-color: rgba(2, 3, 4, 0.1);
        border-color: rgba(2, 3, 4, 0.3);
        -moz-box-shadow: 0 0 0 2px #007681;
        -webkit-box-shadow: 0 0 0 2px #007681;
        box-shadow: 0 0 0 2px #007681; }
        body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner:focus > i {
          color: #020304;
          border-color: rgba(2, 3, 4, 0.4); }
      body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill {
        color: #fdfdff;
        background-color: rgba(2, 3, 4, 0.5);
        border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill > i {
          color: #fdfdff;
          border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill:hover {
          background-color: rgba(2, 3, 4, 0.6);
          border-color: rgba(2, 3, 4, 0.4); }
          body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill:hover > i {
            border-color: rgba(2, 3, 4, 0.4); }
        body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill:active {
          background-color: rgba(2, 3, 4, 0.8);
          border-color: rgba(2, 3, 4, 0.6); }
          body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill:active > i {
            border-color: rgba(2, 3, 4, 0.6); }
        body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill:focus {
          background-color: rgba(2, 3, 4, 0.6);
          border-color: rgba(2, 3, 4, 0.4);
          -moz-box-shadow: 0 0 0 2px #007681;
          -webkit-box-shadow: 0 0 0 2px #007681;
          box-shadow: 0 0 0 2px #007681; }
          body #wrapper .d3-podcast .podcast-item.active .eyebrow-banner-fill:focus > i {
            border-color: rgba(2, 3, 4, 0.4); }
    body #wrapper .d3-podcast .podcast-item.active .circle {
      background-color: #006c73;
      color: #fdfdff; }
      body #wrapper .d3-podcast .podcast-item.active .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-podcast .podcast-item.active .circle a.btn-icon-link .link-text, body #wrapper .d3-podcast .podcast-item.active .circle a.btn-icon-link-text .link-text {
        color: #fdfdff;
        border-bottom: 1px solid; }
    body #wrapper .d3-podcast .podcast-item.active .btn-ghost {
      color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #009ca6;
        -webkit-box-shadow: 0 0 0 3px #009ca6;
        box-shadow: 0 0 0 3px #009ca6; }
      body #wrapper .d3-podcast .podcast-item.active .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
        background-color: rgba(24, 24, 25, 0.03);
        color: #006c73; }
      body #wrapper .d3-podcast .podcast-item.active .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-podcast .podcast-item.active .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
        color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #6d6b69;
        -webkit-box-shadow: 0 0 0 3px #6d6b69;
        box-shadow: 0 0 0 3px #6d6b69; }
    body #wrapper .d3-podcast .podcast-item.active .btn-inverted {
      border-color: #181819;
      color: #181819;
      -moz-box-shadow: 0 0 0 1px #181819 inset;
      -webkit-box-shadow: 0 0 0 1px #181819 inset;
      box-shadow: 0 0 0 1px #181819 inset;
      background-color: transparent; }
      body #wrapper .d3-podcast .podcast-item.active .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #009ca6;
        -webkit-box-shadow: 0 0 0 3px #009ca6;
        box-shadow: 0 0 0 3px #009ca6; }
      body #wrapper .d3-podcast .podcast-item.active .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
        -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #99d8dc;
        -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #99d8dc;
        box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #99d8dc;
        background-color: transparent;
        border-color: #181819;
        color: #181819; }
      body #wrapper .d3-podcast .podcast-item.active .btn-inverted:not(:disabled):not(.disabled):hover {
        background-color: #181819;
        color: #fdfdff;
        border-color: #181819;
        -moz-box-shadow: 0 0 0 0 #181819;
        -webkit-box-shadow: 0 0 0 0 #181819;
        box-shadow: 0 0 0 0 #181819; }
      body #wrapper .d3-podcast .podcast-item.active .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-podcast .podcast-item.active .btn-inverted:not(:disabled):not(.disabled).active {
        background-color: #181819;
        color: #fdfdff; }
      body #wrapper .d3-podcast .podcast-item.active .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #6d6b69;
        -webkit-box-shadow: 0 0 0 3px #6d6b69;
        box-shadow: 0 0 0 3px #6d6b69; }
      body #wrapper .d3-podcast .podcast-item.active .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #959492;
        -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #959492;
        box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #959492;
        background-color: transparent;
        border-color: #181819;
        color: #181819; }
    body #wrapper .d3-podcast .podcast-item.active .icon-btn.social-icon:not(:disabled):not(.disabled) {
      color: #181819;
      border: none;
      background-color: rgba(24, 24, 25, 0.03); }
      body #wrapper .d3-podcast .podcast-item.active .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
        background-color: rgba(24, 24, 25, 0.08); }
      body #wrapper .d3-podcast .podcast-item.active .icon-btn.social-icon:not(:disabled):not(.disabled):active {
        background-color: rgba(24, 24, 25, 0.13); }
    body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn {
      border-radius: 80px !important; }
      body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #009ca6;
        -webkit-box-shadow: 0 0 0 3px #009ca6;
        box-shadow: 0 0 0 3px #009ca6; }
      body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
        color: #919191;
        border-color: rgba(2, 3, 4, 0.05);
        background-color: rgba(2, 3, 4, 0.03); }
        body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          background-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
          background-color: rgba(2, 3, 4, 0.3);
          color: #fdfdff; }
      body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn:disabled, body #wrapper .d3-podcast .podcast-item.active .icon-btn.pagination-btn.disabled {
        background-color: #dedede !important;
        border-color: #5e5e5e !important;
        color: #5e5e5e !important; }
    body #wrapper .d3-podcast .podcast-item.active .utility-btn:not(:disabled):not(.disabled) {
      background-color: #fdfdff;
      border-color: #919191;
      color: #020304; }
      body #wrapper .d3-podcast .podcast-item.active .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-podcast .podcast-item.active .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-podcast .podcast-item.active .utility-btn:not(:disabled):not(.disabled):focus {
        border-color: #919191; }
      body #wrapper .d3-podcast .podcast-item.active .utility-btn:not(:disabled):not(.disabled):hover {
        -moz-box-shadow: 0 0 0 1px #919191 inset;
        -webkit-box-shadow: 0 0 0 1px #919191 inset;
        box-shadow: 0 0 0 1px #919191 inset; }
      body #wrapper .d3-podcast .podcast-item.active .utility-btn:not(:disabled):not(.disabled):focus {
        -moz-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #007681;
        -webkit-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #007681;
        box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #007681; }
      body #wrapper .d3-podcast .podcast-item.active .utility-btn:not(:disabled):not(.disabled):active {
        background-color: #f7f7f7;
        color: #020304; }
    body #wrapper .d3-podcast .podcast-item.active .d3-switch .switch input:checked + .slider {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    body #wrapper .d3-podcast .podcast-item.active.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .d3-podcast .podcast-item.active .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .d3-podcast .podcast-item.active .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
      background-color: rgba(2, 3, 4, 0.1); }
      body #wrapper .d3-podcast .podcast-item.active.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .d3-podcast .podcast-item.active .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .d3-podcast .podcast-item.active .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
        background-color: #007681; }
    body #wrapper .d3-podcast .podcast-item.active .d3-audio-player {
      -moz-box-shadow: 0 8px 24px 0 rgba(128, 128, 128, 0.18);
      -webkit-box-shadow: 0 8px 24px 0 rgba(128, 128, 128, 0.18);
      box-shadow: 0 8px 24px 0 rgba(128, 128, 128, 0.18);
      background: #fdfdff; }

body #wrapper .d3-podcast + .d3-podcast {
  margin-top: 24px; }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-podcast + .d3-podcast {
      margin-top: 32px; } }

/*# sourceMappingURL=d3-podcast.css.map */