/**
 * Rockwell Video
 */
.video {
  position: relative;
}
.video .ra__player {
  max-width: 100%;
}
.video .video-wrapper {
  margin: auto;
  position: relative;
}
.video .video-gate {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.video .mejs__container .mejs__captions-text {
  font-size: 20px;
}
.video .mejs__container.mejs__container-fullscreen .mejs__captions-text {
  font-size: calc(32px + 1vw);
}
.video .mejs__container .mejs__controls .mejs__button {
  border-radius: 2px;
}
.video .mejs__container .mejs__controls .mejs__button.mejs__play {
  padding-right: 5px;
}
.video .mejs__container .mejs__controls .mejs__button.mejs__play button {
  background-color: #fff;
  mask-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/play.svg");
}
.video .mejs__container .mejs__controls .mejs__button.mejs__play:hover::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 8px;
  width: 36px;
  height: 70%;
  content: "";
  background-color: #CD163F;
  border-radius: 2px;
}
.video .mejs__container .mejs__controls .mejs__button.mejs__pause button {
  background-color: #fff;
  mask-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/pause-filled.svg");
}
.video .mejs__container .mejs__controls .mejs__button.mejs__pause:hover::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 8px;
  width: 36px;
  height: 70%;
  content: "";
  background-color: #CD163F;
  border-radius: 2px;
}
.video .mejs__container .mejs__controls .mejs__button.mejs__mute button {
  background-color: #fff;
  mask-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/format-audio-filled-high.svg");
}
.video .mejs__container .mejs__controls .mejs__button.mejs__mute:hover::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 0;
  width: 100%;
  height: 70%;
  content: "";
  background-color: #CD163F;
  border-radius: 2px;
}
.video .mejs__container .mejs__controls .mejs__button.mejs__unmute button {
  background-color: #fff;
  mask-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/format-audio-filled-mute.svg");
}
.video .mejs__container .mejs__controls .mejs__button.mejs__unmute:hover::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 0;
  width: 100%;
  height: 70%;
  content: "";
  background-color: #CD163F;
  border-radius: 2px;
}
.video .mejs__container .mejs__controls .mejs__button.mejs__captions-button button {
  background-color: #fff;
  mask-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/closed-caption.svg");
}
.video .mejs__container .mejs__controls .mejs__button.mejs__captions-button:hover::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 0;
  width: 100%;
  height: 70%;
  content: "";
  background-color: #CD163F;
  border-radius: 2px;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__volume-current {
  background-color: #F58025;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__volume-handle {
  height: 12px;
  width: 12px;
  border-radius: 20px;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__volume-slider {
  background: rgba(0, 0, 0, 0.1);
  width: 28px;
  bottom: 88%;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__captions-selector {
  bottom: 88% !important;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__captions-selector-label {
  padding-bottom: 4px;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__captions-selector-list-item,
.video .mejs__container .mejs__controls .mejs__button .mejs__chapters-selector-list-item {
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  margin: 0 !important;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__captions-selector-list-item:hover,
.video .mejs__container .mejs__controls .mejs__button .mejs__chapters-selector-list-item:hover {
  background-color: #CD163F !important;
}
.video .mejs__container .mejs__controls .mejs__button .mejs__captions-selector-list-item .mejs__captions-selected,
.video .mejs__container .mejs__controls .mejs__button .mejs__chapters-selector-list-item .mejs__captions-selected {
  color: #F58025;
}
.video .mejs__fullscreen-button button {
  background-color: #fff;
  mask-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/maximize.svg");
}
.video .mejs__fullscreen-button:hover::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  right: 10px;
  width: 32px;
  height: 70%;
  content: "";
  background-color: #CD163F;
  border-radius: 2px;
}
.video .mejs__fullscreen-button.mejs__unfullscreen button {
  background-color: #fff;
  mask-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/minimize-video.svg");
}
.video .mejs__fullscreen-button.mejs__unfullscreen:hover::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  right: 10px;
  width: 32px;
  height: 70%;
  content: "";
  background-color: #CD163F;
  border-radius: 2px;
}
.video .mejs__overlay-button {
  background-size: contain;
  background-position: unset;
  background-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/play-static.svg");
}
.video .mejs__overlay-button:hover {
  background-image: url("/etc.clientlibs/rockwell-aem-base/clientlibs/clientlib-base/resources/icons/play-hover.svg");
  background-position: unset !important;
}
.video .mejs__overlay:hover > .mejs__overlay-button {
  background-position: unset !important;
}

