.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-serif, .font-serif .h1, .font-serif h1, .font-serif .h2, .font-serif h2, .font-serif .h3, .font-serif h3 .h4, .font-serif h4 .h5, .font-serif h5 .h6, .font-serif h6, .font-serif .h1p5 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-weight: 700;
}

.h1p5 {
  font-size: 1rem;
}

.display-5 {
  font-size: 2rem;
  font-weight: 700;
}

.display-6 {
  font-size: 1.75rem;
  font-weight: 700;
}

.display-7 {
  font-size: 1.75rem;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
}

.img-circle {
  border-radius: 100%;
}

.bg-img--cover.bg-img--cover--center-xy {
  background-size: cover;
}

.bg-img--cover.bg-img--cover--center-xy {
  background-position: 50% 50%;
}

.object-fit-img--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.svg-wrap {
  position: relative;
}

.svg-wrap svg {
  max-width: 100%;
  width: inherit;
  height: auto;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}

.svg-wrap.svg-wrap-width svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: -0.1em;
}

.svg-wrap.svg-wrap--circle {
  /*d-flexjustify-content-centeralign-items-centerrounded-circlebg-primary-200flex-shrink-0mr-3sq-32pxlf-18*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.fix-ar--img-container .fix-ar--img-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cc--feature--overlay .cc--feature--overlay--image img {
  position: absolute;
  z-index: 1;
}

.cc--feature--overlay .cc--feature--overlay--wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 400px;
  padding-bottom: 24px;
}

.cc--feature--overlay .cc--feature--overlay--wrapper .cc--feature--overlay--body {
  max-width: 400px;
  padding: 4px;
  min-width: 200px;
  height: auto;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}
.cc--feature--overlay .cc--feature--overlay--wrapper .cc--feature--overlay--body .cc--feature--overlay--title {
  font-size: 26px;
  text-align: center;
  margin: 24px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.5em;
  overflow: hidden;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 700;
  color: #11797b;
}

.cc--feature--overlay .cc--feature--overlay--wrapper .cc--feature--overlay--footer {
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  .cc--feature--overlay--image.cc--feature--overlay--image--sm--stack {
    position: relative;
  }
  .cc--feature--overlay--image.cc--feature--overlay--image--sm--stack .cc--feature--overlay--wrapper {
    position: relative;
  }
}
.cc--thumbnail--podcast-promo {
  position: relative;
}
.cc--thumbnail--podcast-promo img {
  width: 100%;
  max-width: 100%;
}
.cc--thumbnail--podcast-promo .cc--thumbnail--podcast-promo--overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cc--thumbnail--podcast-promo .cc--thumbnail--podcast-promo--overlay .svg-wrap {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.stretched-link:after {
  z-index: 3;
}

.circle--svg {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circle--svg.circle--svg--100pxl {
  width: 100px;
  height: 100px;
}
.circle--svg.circle--svg--100pxl .svg-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
.circle--svg.circle--svg--100pxl .svg-wrap svg {
  width: 100%;
  height: auto;
}