.standardPanel_content h1 {
  margin-bottom: 0;
}

.video_video__wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video_video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featuredVideo_featured {
  margin-top: 2em;
}

.featuredVideo_transcript {
  margin-top: 1em;
  background: var(--color-gray-40);
  display: none;
}

.featuredVideo_transcript__heading {
  padding: 1.25em;
  font-size: 1em;
  border-bottom: 1px solid var(--color-black-70);
}

.featuredVideo_transcript__contentWrapper {
  padding-left: 1.25em;
  padding-bottom: 1.25em;
}

.featuredVideo_transcript__content {
  max-height: 100%;
  padding-top: 1.25em;
  padding-right: 1.25em;
  overflow-y: auto;
  margin-bottom: 0;
}

.videoLibrary_library {
  margin-top: 2.5em;
}

.videoLibrary_videos__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875em;
}

.videoLibrary_otherTitle {
  margin: 1em 0;
}

.ctaCallout_ctaCallout {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2.5em 1.5625em 0;
  border: none;
}

.ctaCallout_ctaCalloutContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875em;
}

.ctaCallout_ctaIcon {
  margin-bottom: 0.9375em;
  max-width: 4.0625em;
  height: 4.1875em;
}

.ctaCallout_ctaCallout__text {
  text-align: center;
}

.ctaCallout_ctaCallout__description p {
  font-weight: var(--font-weight-medium);
  margin-bottom: 0;
  font-size: 1.125em;
}

.ctaCallout_ctaCallout__description p sup {
  font-size: 22px;
  position: relative;
  top: 4px;
  left: -1px;
  font-weight: 500;
}

@media (min-width: 48em) {
  .ctaCallout_ctaCallout {
    flex-direction: row;
    padding: 1.25em 0;

  }

  .ctaCallout_ctaCalloutContent {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: auto;
    flex-direction: row;
  }

  .ctaCallout_ctaIcon {
    margin: -0.625em 1.875em 0 0;
  }

  .ctaCallout_ctaCallout__text {
    text-align: unset;
    display: flex;
    flex-wrap: wrap;
  }

  .ctaCallout_ctaCallout__description p,
  .ctaCallout_ctaCallout__link {
    margin-right: 0.3125em;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 62.0625em) {
  .featuredVideo_transcript__contentWrapper {
    padding-bottom: 0;
  }

  .featuredVideo_featured {
    display: flex;
    gap: 1.875em;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .featuredVideo_featured__heading {
    flex: 0 0 100%;
  }

  .featuredVideo_featured__video {
    position: relative;
    flex: 0 0 99%;
  }

  .featuredVideo_transcript {
    margin-top: 0;
    flex: 0 0 calc(33% - 1.875em);
    align-self: stretch;
  }

  .videoLibrary_videos__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }

  .ctaCallout_ctaCallout__description p,
  .ctaCallout_ctaCallout__link {
    font-size: 1.375em;
  }

  .ctaCallout_ctaCallout__description p {
    line-height: 1.22;
  }
}
