.header-XaCCp {
  position: relative;
  width: 100%;
  padding-top: max(50px, min(10%, 125px));

  --title-font-size: 1.5rem;
  --description-font-size: 1rem;
  --callout-font-size: 1.125rem;
}

@media (min-width: 900px) {

.header-XaCCp {
    --title-font-size: 2.25rem;
    --description-font-size: 1.125rem;
    --callout-font-size: 1.25rem;
}
  }

.headerContent-KJ7lS {
  position: relative;
  display: flex;
  flex-flow: row wrap;

  width: var(--standard-width);
  max-width: 900px;
  margin: auto;
  gap: 30px 20px;
  align-items: center;
  justify-content: center;

  padding-bottom: 50px;
  border-bottom: 1px dotted var(--color-medium-gray);
}

.headerContent-KJ7lS .coverArt-rjjdP {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    overflow: hidden;
    min-width: 280px;
    max-width: 320px;
  }

@media (min-width: 900px) {

.headerContent-KJ7lS .coverArt-rjjdP {
      min-width: 360px;
  }
    }

.headerContent-KJ7lS .coverArt-rjjdP > :where(img, video, picture, iframe) {
      width: 100%;
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center;
    }

.headerContent-KJ7lS .info-XxDwT {
    flex: 1;
    min-width: 300px;
    text-align: center;
    max-width: 400px;
    margin: auto;
  }

.headerContent-KJ7lS .title-jbuAx {
    font-size: var(--title-font-size);
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 20px;
  }

.headerContent-KJ7lS .title-jbuAx:after {
      content: "";
      display: block;
      width: 40px;
      border-bottom: 1px dotted var(--color-dark-gray);
      margin: 0.5rem auto 1.25rem auto;
    }

.headerContent-KJ7lS .description-35N4G {
    font-size: var(--description-font-size);
    font-weight: 400;
    color: var(--color-black);
    margin-bottom: 20px;
  }

.headerArt--fFif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.headerArt--fFif > :where(img, video, picture, iframe) {
    width: 100%;
    min-height: 200px;
    height: auto;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }

/* background fade to white */

.headerArt--fFif:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }

.callout-sPVS7 {
  padding: 1rem 1rem 1.25rem;
  border-radius: 0.5rem;
  background: var(--color-light-teal);
  margin: auto;
}

@media (min-width: 900px) {

.callout-sPVS7 {
    max-width: 360px;
}
  }

.calloutTitle-i1DFh {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-black);
  margin-bottom: 20px;
}

.calloutLinks-uCyde {
  display: flex;
  flex-flow: row wrap;
  /* gap: 1.5rem; */
  justify-content: center;
  margin-top: 0.5rem;
  font-size: var(--callout-font-size);
}

.calloutLinks-uCyde a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: var(--color-black);
    text-decoration-color: var(--color-blue-2);
    /* nudge the underline down */
    text-underline-offset: 0.3rem;

    transition: color 0.15s ease-in-out, text-decoration-color 0.15s ease-in-out;

  }

.calloutLinks-uCyde a:hover {
      color: var(--color-blue);
      text-decoration-color: var(--color-blue);
    }

.calloutLinks-uCyde li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1.25rem;
    background: currentColor;
    margin: 0 1em -0.25em;
  }
/* .podcastList {
  --item-min-width: 320px;
  --item-max-width: 700px;
} */

.podcastList-oAOZG {
  --item-min-width: 700px;
  --item-max-width: 700px;

  /* {max font size} / {ideal display width} * 100 = {fluid font size} */
  /* 24px/700px = ~3.4286cqw */
  --title-font-size-fluid: 3.4286cqw;

  --dek-font-size-min: 0.875rem;
  --dek-font-size-max: 1.25rem;
  /* 20px/700px = ~2.8571cqw */
  --dek-font-size-fluid: 2.8571cqw;

  max-width: 700px;
}

/* .podcastDisplay {} */
