/* MEJS CSS Compiled on: timestamp() */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Start MEJS imports */
.audio-wrapper {
  color: #fff;
  border-bottom: 2px solid #2a3342;
}

.audio-wrapper__caption {
  padding: 0.5rem 1rem;
  margin: 0;
  font-family: "Rokkitt", serif;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  background: #2a3342;
}

.audio-wrapper__object {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  background: #25708f;
}

.audio-wrapper__object__audio {
  grid-column: 1/span 2;
}

.audio-wrapper__object__download-label {
  content: "Download:";
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  gap: normal;
  grid-column-end: auto;
  padding: 0.25rem 0.5rem;
  margin: 0;
  box-sizing: border-box;
  width: 76px;
  height: 24px;
}

.audio-wrapper__object__transcript {
  width: 96px;
  height: 24px;
  padding: 0.25rem 0.75rem;
  margin: 0;
  box-sizing: border-box;
}
.audio-wrapper__object__transcript .label-file {
  display: none;
}

.audio-wrapper__object__download {
  width: 72px;
  height: 24px;
  padding: 0.25rem 0.75rem;
  margin: 0;
  box-sizing: border-box;
}

.audio-wrapper__object__audio.mejs-container {
  background: none;
  border-bottom: 1px solid #9db7c6;
}
.audio-wrapper__object__audio.mejs-container .mejs-controls {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-right: 0.5rem;
}
.audio-wrapper__object__audio.mejs-container .mejs-controls .mejs-time,
.audio-wrapper__object__audio.mejs-container .mejs-controls .mejs-time-rail {
  display: flex;
  align-items: center;
  height: 48px;
  padding-top: 0;
}
.audio-wrapper__object__audio.mejs-container .mejs-controls .mejs-captions {
  display: none;
}
.audio-wrapper__object__audio.mejs-container .mejs-button {
  position: relative;
  width: auto;
  height: 100%;
}
.audio-wrapper__object__audio.mejs-container .mejs-button button {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
  font-family: "fontawesome", "Font Awesome 6 Pro";
}
.audio-wrapper__object__audio.mejs-container .mejs-button button:hover,
.audio-wrapper__object__audio.mejs-container .mejs-button button:focus {
  color: #101d25;
  text-decoration: none;
}
.audio-wrapper__object__audio.mejs-container .mejs-button button::before,
.audio-wrapper__object__audio.mejs-container .mejs-button button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: currentColor;
  font-size: 1.25rem;
}
.audio-wrapper__object__audio.mejs-container .mejs-playpause-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: normal;
  width: 48px;
  height: 48px;
}
.audio-wrapper__object__audio.mejs-container .mejs-playpause-button button {
  cursor: pointer;
  width: auto;
}
.audio-wrapper__object__audio.mejs-container .mejs-playpause-button button::before {
  font-size: 1.7rem;
}
.audio-wrapper__object__audio.mejs-container .mejs-play button::before {
  content: "\f04b";
}
.audio-wrapper__object__audio.mejs-container .mejs-pause button::before {
  content: "\f04c";
}
.audio-wrapper__object__audio.mejs-container .mejs-currenttime-container {
  justify-content: flex-end;
  display: none !important;
}
.audio-wrapper__object__audio.mejs-container .mejs-currenttime-container span {
  margin: 1px 0.4rem 0 0 !important;
}
.audio-wrapper__object__audio.mejs-container .mejs-duration-container {
  justify-content: flex-start;
  width: 34px;
}
.audio-wrapper__object__audio.mejs-container .mejs-duration-container span {
  margin: 1px 0 0 !important;
}
.audio-wrapper__object__audio.mejs-container .mejs-time-rail {
  position: relative;
  flex: 12 1 100px;
}
.audio-wrapper__object__audio.mejs-container .mejs-time-rail .mejs-time-total {
  min-width: calc(100% - 10px);
}
.audio-wrapper__object__audio.mejs-container .mejs-time-rail .mejs-time-current,
.audio-wrapper__object__audio.mejs-container .mejs-time-rail .mejs-time-rail .mejs-time-loaded {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #2a3342;
}
.audio-wrapper__object__audio.mejs-container .mejs-time-rail .mejs-time-current {
  background: #1196ce;
  width: 100%;
  transform-origin: 0;
  transform: scaleX(0);
}
.audio-wrapper__object__audio.mejs-container .mejs-time-rail .mejs-time-loaded {
  background: #09394f;
}
.audio-wrapper__object__audio.mejs-container .mejs-time-rail .mejs-time-handle {
  display: block;
  width: 3px;
  margin-top: 2px;
  transform: scale(1.5);
  border: none;
  border-radius: 0px;
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-controls {
  display: flex;
  height: 48px;
  width: 100%;
  flex: 1 1 96px;
  max-width: calc(100% - 42px);
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-button.mejs-button {
  width: 1.75rem;
  margin: 0 0.5rem 0 0.75rem;
  box-sizing: content-box;
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-button.mejs-button button::before {
  justify-content: flex-start;
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-button.mejs-button.mejs-mute button::before {
  content: "\f028";
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-button.mejs-button.mejs-unmute button {
  opacity: 0.6;
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-button.mejs-button.mejs-unmute button::before {
  content: "\f026";
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-button.mejs-button.mejs-unmute button::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.3rem;
  display: block;
  width: 2px;
  height: 1.5rem;
  box-sizing: content-box;
  color: inherit;
  transform: rotate(-45deg);
  border-left: 2px solid #25708f;
  background: currentColor;
}
.audio-wrapper__object__audio.mejs-container .mejs-volume-button.mejs-button svg {
  display: none;
}
.audio-wrapper__object__audio.mejs-container .mejs-horizontal-volume-slider {
  position: relative;
  width: 100%;
  margin-top: 0.55rem;
}
.audio-wrapper__object__audio.mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  cursor: pointer;
  border-bottom: 1px solid #2a3342;
  background: #1196ce;
  max-width: 100%;
  width: 80%;
}
.audio-wrapper__object__audio.mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #2a3342;
  background: #09394f;
}

.audio-wrapper__object__button {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
  font-family: "fontawesome", "Font Awesome 6 Pro";
}
.audio-wrapper__object__button :hover,
.audio-wrapper__object__button :focus {
  color: #101d25;
  text-decoration: none;
}
.audio-wrapper__object__button::before, .audio-wrapper__object__button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: currentColor;
  font-size: 1.25rem;
}

.audio-wrapper__object__button--disabled {
  opacity: 0.6;
}
.audio-wrapper__object__button--disabled :is(:hover, :focus) {
  color: #fff;
}
.audio-wrapper__object__button--disabled ::before,
.audio-wrapper__object__button--disabled ::after,
.audio-wrapper__object__button--disabled span {
  cursor: not-allowed;
}
.audio-wrapper__object__button--disabled ::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 1.85rem;
  display: block;
  width: 2px;
  height: 1.75rem;
  box-sizing: content-box;
  color: inherit;
  transform: rotate(-45deg);
  border-left: 2px solid #25708f;
  background: currentColor;
}

.audio-wrapper__object__button__text {
  align-self: center;
  display: inline-block;
  height: auto;
  font-size: 0.7rem;
  justify-content: center;
  align-items: center;
  color: inherit;
  white-space: nowrap;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.audio-wrapper__object__transcript a,
.audio-wrapper__object__transcript div,
.audio-wrapper__object__download a,
.audio-wrapper__object__download div {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  grid: 3fr 2fr/100%;
  gap: 0.45rem;
  color: #fff !important;
}
.audio-wrapper__object__transcript a:is(:hover, :focus),
.audio-wrapper__object__transcript div:is(:hover, :focus),
.audio-wrapper__object__download a:is(:hover, :focus),
.audio-wrapper__object__download div:is(:hover, :focus) {
  color: #101d25 !important;
  text-decoration: none !important;
}
.audio-wrapper__object__transcript a::before,
.audio-wrapper__object__transcript div::before,
.audio-wrapper__object__download a::before,
.audio-wrapper__object__download div::before {
  align-self: center;
  display: inline-flex;
  margin-top: 2px;
  font-size: inherit;
  width: auto;
  height: 60%;
  color: inherit;
}
.audio-wrapper__object__transcript a:is(:hover, :focus) span,
.audio-wrapper__object__download a:is(:hover, :focus) span {
  color: #101d25;
  text-decoration: none;
}

.audio-wrapper__object__transcript :where(a, div)::before {
  content: "\f15c";
}

.audio-wrapper__object__download :where(a, div)::before {
  content: "\f1c7";
}

.content-page .content .audio-wrapper__object__button:visited {
  color: inherit;
}
.content-page .content .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 0 5px;
}
.content-page .content .mejs-controls .mejs-button button:focus {
  outline: revert;
}
.content-page .content p.audio-wrapper__caption {
  line-height: 1.75rem;
}
.content-page .content .audio-wrapper__object__download a::after,
.content-page .content .audio-wrapper__object__transcript a::after {
  display: none !important;
}

/* Convert to SASS -- I looked at this and wasn't sure if it would benefit from a SASS conversion...  */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.me-plugin {
  position: absolute;
}

.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #9f9f9f;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
  visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
  display: none !important;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
  visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 45px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.8);
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #9f9f9f;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

/* End: Postroll */
button {
  border: none;
  background: none;
}

.mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox, .mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector, .mejs-container.mejs-niehs .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .mejs-container.mejs-niehs .mejs-controls .mejs-playpause-button, .mejs-container.mejs-niehs .mejs-controls {
  background: #f1eeeb;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 1px rgba(199, 199, 199, 0.63);
}

/* Start mejs-niehs */
.audio-html5 {
  clear: both;
  line-height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.no-js .audio-html5 {
  display: block !important;
}
@media print {
  .no-js .audio-html5 {
    display: none !important;
  }
}

.mejs-container.mejs-niehs {
  background-color: transparent;
}
.mejs-container.mejs-niehs .mejs-controls {
  height: 33px;
  width: 158px !important;
  position: relative;
  border-radius: 4px;
}
.mejs-container.mejs-niehs .mejs-controls div {
  height: 2px;
}
.mejs-container.mejs-niehs .mejs-controls div button:focus {
  outline: 0 none;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time-rail {
  width: 40px;
  display: none;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time-rail .mejs-time-total {
  background: transparent;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-container.mejs-niehs .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-container.mejs-niehs .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container.mejs-niehs .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
}
.mejs-container.mejs-niehs .mejs-controls .mejsProgressWrapper {
  top: -12px;
  left: -12px;
}
.mejs-container.mejs-niehs .mejs-controls input.mejsProgress {
  background: none;
  border: none;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-playpause-button {
  top: -10px;
  left: -10px;
  z-index: 3;
  width: 53px;
  height: 53px;
  border-radius: 28px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-playpause-button button {
  width: 36px;
  height: 44px;
  margin: 10px 0 0 12px;
  padding: 0;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-playpause-button button::after {
  content: "\f04b";
  font-family: "fontawesome", "Font Awesome 6 Pro";
  color: #5f9baf;
  font-size: 30px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-playpause-button button:is(:hover, :focus)::after {
  color: #6db2c9;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-pause button {
  margin: 12px 0 0 9px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-pause button::after {
  content: "\f04c";
  font-family: "fontawesome", "Font Awesome 6 Pro";
  color: #5f9baf;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-pause button:is(:hover, :focus)::after {
  color: #6db2c9;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time {
  top: 4px;
  z-index: 2;
  opacity: 0;
  height: auto;
  padding: 0;
  max-width: 50px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time span {
  display: none;
  text-shadow: 0 1px 0 #fff;
  line-height: 16px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time span.mejs-currenttime, .mejs-container.mejs-niehs .mejs-controls .mejs-time span.mejs-duration {
  display: block;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time span.mejs-currenttime {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: -1px 0 0 0;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time span.mejs-duration {
  font-size: 11px;
  font-weight: normal;
  color: #222;
  margin: 12px 0 0 -33px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time.over9k {
  left: -6px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time.over9k span.mejs-currenttime {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  margin: -1px 0 0 0;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-time.over9k span.mejs-duration {
  font-size: 11px;
  font-weight: normal;
  color: #222;
  margin: -3px 0 0 3px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-volume-button {
  display: none;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-volume-button button {
  margin: 0;
  padding: 0;
}
.mejs-container.mejs-niehs .mejs-controls .mejsVolume {
  top: 12px;
  left: 53px;
  width: 23px;
  height: 23px;
}
.mejs-container.mejs-niehs .mejs-controls .mejsVolume::after {
  content: "\f028";
  font-family: "fontawesome", "Font Awesome 6 Pro";
  color: #949494;
  font-size: 24px;
}
.mejs-container.mejs-niehs .mejs-controls .mejsVolume.active::after {
  color: #5f9baf;
}
.mejs-container.mejs-niehs .mejs-controls .mejsVolume.active:is(:hover, :focus)::after {
  color: #6db2c9;
}
.mejs-container.mejs-niehs .mejs-controls .mejsVolume:is(:hover, :focus)::after {
  color: #7a7a7a;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-horizontal-volume-slider {
  top: 5px;
  left: 85px;
  display: none;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 2px;
  width: 66px;
  background: #949494;
  border-bottom: 1px solid #fff;
  border-radius: 1px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #5f9baf;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  width: 16px;
  height: 16px;
  display: block;
  top: 3px;
  border: 3px;
  border-radius: 6px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-unmute button {
  display: none;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-fullscreen-button button {
  display: none;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button,
.mejs-container.mejs-niehs .mejs-controls .mejsCaptions {
  width: 30px;
  top: 12px;
  right: 40px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector {
  top: -67px;
  right: 40px;
  width: 100px;
  z-index: 7;
  padding: 10px 5px 10px 5px;
  height: 40px;
  position: relative;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  width: 100%;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0;
  line-height: 20px;
  padding-bottom: 2px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  margin: 4px 7px 1px 5px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 75px;
  font-size: 12px;
  color: #000;
  line-height: 14px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector ul li::after {
  content: "";
  display: table;
  clear: both;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button button {
  width: 30px;
  height: 25px;
  margin: 0;
  top: -5px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button button::after {
  content: "CC";
  color: #fff;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background: #949494;
  padding: 2px 4px;
  border-radius: 3px;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button button:is(:hover, :focus)::after {
  background: #7a7a7a;
}
.mejs-container.mejs-niehs .mejs-controls .mejs-captions-button.mejs-captions-enabled button::after {
  content: "CC";
  color: #fff;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background: #5f9baf;
  padding: 2px 4px;
  border-radius: 3px;
}
.mejs-container.mejs-niehs .mejs-controls .mejsCaptions::after {
  content: "CC";
  color: #fff;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background: #d9d9d9;
  padding: 2px 4px;
  border-radius: 3px;
}
.mejs-container.mejs-niehs .mejs-controls .mejsAudio {
  text-decoration: none;
  height: 21px;
  padding-right: 0;
}
.mejs-container.mejs-niehs .mejs-controls .mejsAudio,
.mejs-container.mejs-niehs .mejs-controls .mejsDownload {
  width: 19px;
  top: 15px;
  right: 15px;
}
.mejs-container.mejs-niehs .mejs-controls .mejsAudio::after,
.mejs-container.mejs-niehs .mejs-controls .mejsDownload::after {
  content: "\f019";
  font-family: "fontawesome", "Font Awesome 6 Pro";
  color: #949494;
  font-size: 18px;
}
.mejs-container.mejs-niehs .mejs-controls .mejsAudio:is(:hover, :focus),
.mejs-container.mejs-niehs .mejs-controls .mejsDownload:is(:hover, :focus) {
  cursor: pointer;
}
.mejs-container.mejs-niehs .mejs-controls .mejsAudio:is(:hover, :focus)::after,
.mejs-container.mejs-niehs .mejs-controls .mejsDownload:is(:hover, :focus)::after {
  color: #7a7a7a;
}
.mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox {
  display: none;
  width: 111px;
  height: auto;
  padding: 1px 0 0 0;
  right: -23px;
  top: -61px;
  z-index: 4;
}
.mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox > div, .mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox > a {
  display: block;
  height: auto;
  width: auto;
  float: none;
  padding: 5px 10px;
  margin: 0 auto;
}
.mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox .mejsTranscript {
  display: block;
  width: 89px;
  padding: 5px 10px;
  margin: 0 0 0 3px;
  border-bottom: 1px solid #cfcecc;
  text-align: center;
}
.mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox .mejsTranscript a:not([href$=".pdf"]) {
  padding-bottom: 2px;
  padding-top: 2px;
  line-height: 22px;
  min-height: 16px;
}
.mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox a {
  font-size: 12px;
  color: #222;
  text-decoration: none;
  text-align: center;
}
.mejs-container.mejs-niehs .mejs-controls .mejsDownloadBox a:is(:hover, :focus) {
  text-decoration: underline;
}
.mejs-container.mejs-niehs .mejsAudio,
.mejs-container.mejs-niehs .mejsDownloadBox,
.mejs-container.mejs-niehs .mejs-horizontal-volume-handle,
.mejs-container.mejs-niehs .mejs-button,
.mejs-container.mejs-niehs .mejs-time,
.mejs-container.mejs-niehs .mejsProgressWrapper {
  position: absolute;
}
.mejs-container.mejs-niehs .mejs-layers .mejs-captions-layer {
  z-index: 6;
  bottom: 96px;
  left: -74px;
  position: relative;
}
.mejs-container.mejs-niehs .mejs-layers .mejs-captions-layer .mejs-captions-position {
  position: absolute;
  width: 206px;
  height: 75px;
  overflow: hidden;
  padding-bottom: 35px;
  bottom: auto;
  left: auto;
  /* @include mejs-niehs-frags-sprite(caption-tooltip,$offset-x: 1px );*/
}
.mejs-container.mejs-niehs .mejs-layers .mejs-captions-layer .mejs-captions-position .mejs-captions-text {
  color: #222;
  background: transparent;
  display: inline-block;
  padding: 5px 8px 0 10px;
  line-height: 130%;
}
.mejs-container.mejs-niehs *,
.mejs-container.mejs-niehs *::before,
.mejs-container.mejs-niehs *::after {
  box-sizing: content-box;
}

.mejs-container.mejs-niehs .me-cannotplay a {
  color: #000;
}

#IE9 .mejs-container.mejs-niehs .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  margin: 2px 7px 0 5px;
}
#IE9 .mejs-container.mejs-niehs .mejs-layers .mejs-captions-layer .mejs-captions-text {
  line-height: 120%;
}

.caption-right + .float-right {
  margin-top: -35px;
}

.callout-box-narrow p + .audio-html5 {
  margin-top: -25px;
}
.callout-box-narrow .audio-html5 {
  margin-left: -5px;
}

/* Do not add any styles to this page they should be included by adding them to another partial file*/
/*# sourceMappingURL=mejs-niehs.css.map */
