/**
 * videojs.ads.css
 */
/* Ad playback */
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400; }

/* Ad loading */
.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
  display: block; }

.vjs-ad-playing .npo-player-ad-countdown {
  visibility: visible;
  z-index: 10000;
  pointer-events: none; }

.vjs-ad-playing .npo-player-ad-countdown-advertiser {
  cursor: pointer;
  pointer-events: auto; }

.vjs-ad-loading .vjs-big-play-button,
.vjs-ad-playing .vjs-big-play-button {
  display: none !important; }

.vjs-ad-loading .vjs-play-control,
.vjs-ad-playing .vjs-play-control {
  display: none !important; }

.npo-player-ad-countdown {
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  cursor: default;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  left: 0;
  top: 15px;
  right: 0;
  vertical-align: middle;
  visibility: hidden; }
  .npo-player-ad-countdown .btn {
    vertical-align: middle;
    display: inline-block;
    z-index: 10001;
    height: 25px;
    line-height: 25px;
    font-size: 14px; }

.npo-player-ad-countdown-gradient {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 75px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%), no-repeat; }

.npo-player-ad-countdown-logo {
  width: 50px;
  height: 38px;
  margin-left: 15px;
  vertical-align: middle;
  z-index: 10001;
  display: inline-block;
  position: relative; }

.npo-player-ad-countdown-timer {
  width: auto;
  font-size: 18px;
  font-family: "NPOSans-Regular";
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  z-index: 10001;
  position: relative; }

.npo-player-ad-countdown-advertiser {
  font-size: 18px;
  font-family: "NPOSans-Regular";
  margin-left: auto;
  margin-right: 120px;
  vertical-align: middle;
  display: inline-block;
  z-index: 10001;
  position: relative;
  text-decoration: underline;
  cursor: pointer; }

@media (min-width: 800px) {
  .npo-player-ad-countdown-advertiser {
    margin-right: calc(50% - 200px); } }

@media (max-width: 515px) {
  .npo-player-ad-countdown-gradient {
    height: 60px; }
  .npo-player-ad-countdown-logo {
    margin-left: 0; }
  .npo-player-ad-countdown-timer {
    font-size: 16px;
    margin-left: 0; }
  .npo-player-ad-countdown-advertiser {
    font-size: 16px;
    margin-right: 90px; } }

@media (max-width: 440px) {
  .npo-player-ad-countdown-timer {
    font-size: 14px; }
  .npo-player-ad-countdown-advertiser {
    font-size: 14px;
    margin-right: 70px; } }

@media (max-width: 390px) {
  .npo-player-ad-countdown-advertiser {
    margin-right: 70px; }
  .npo-player-ad-countdown-timer {
    font-size: 12px; }
  .npo-player-ad-countdown-advertiser {
    font-size: 12px;
    margin-right: 50px; } }

.video_vaster-fullscreen-div {
  left: auto;
  right: 0;
  width: 35px;
  height: 20px;
  top: 11px;
  color: #E1E1E1;
  line-height: 2;
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  font-family: VideoJS;
  display: block !important; }
  .video_vaster-fullscreen-div:before {
    content: "\00f108"; }

.vaster-ad-container {
  top: 0em;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000; }
  .vaster-ad-container span {
    display: none; }

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-vaster-ad-container {
  margin-top: -4em; }

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-vaster-ad-container {
  margin-top: 0em; }

.video-js.vjs-paused .bumpable-vaster-ad-container,
.video-js.vjs-playing:hover .bumpable-vaster-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-vaster-ad-container {
  margin-top: -4em; }

.vaster-controls-div {
  bottom: 0em;
  height: 1.4em;
  width: 100%;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  z-index: 1112;
  background-color: rgba(7, 20, 30, 0.7);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007141E', endColorstr='#07141E',GradientType=0 );
  /* IE6-9 */ }

.vaster-controls-div-showing .vaster-controls-div {
  height: 3.7em;
  display: block; }

.vaster-countdown-div {
  display: none !important;
  height: 1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default; }

.vaster-seek-bar-div {
  top: 1.2em;
  height: 0.3em;
  position: absolute;
  background: rgba(255, 255, 255, 0.4); }

.vaster-progress-div {
  width: 0em;
  height: 0.3em;
  background-color: #ECC546; }

.vaster-play-pause-div {
  border: 0;
  top: 50%;
  left: 50%;
  cursor: pointer;
  z-index: 1111;
  height: 60px;
  width: 60px;
  font-size: 3em;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  font-family: VideoJS; }

.vaster-mute-div, .vaster-slider-div, .vaster-fullscreen-div {
  width: 2.33em;
  height: 1.33em;
  top: 0.733em;
  left: 0em;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer; }

.vaster-mute-div {
  left: auto;
  right: 5.667em; }

.vaster-slider-div {
  left: auto;
  right: 2.33em;
  width: 3.33em;
  height: 0.667em;
  top: 1.33em;
  background-color: #555555; }

.vaster-slider-level-div {
  width: 100%;
  height: 0.667em;
  background-color: #ECC546; }

.vaster-fullscreen-div {
  left: auto;
  right: 0em; }

.vaster-playing:before {
  content: "\00f103";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.vaster-paused:before {
  content: "\00f101";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.vaster-playing:hover:before, .vaster-paused:hover:before {
  text-shadow: 0 0 1em #fff; }

.vaster-non-muted:before {
  content: "\00f107"; }

.vaster-muted:before {
  content: "\00f104"; }

.vaster-non-muted:hover:before, .vaster-muted:hover:before {
  text-shadow: 0 0 1em #fff; }

.vaster-non-fullscreen:before {
  content: "\00f108"; }

.vaster-fullscreen:before {
  content: "\00f109"; }

.vaster-non-fullscreen:hover:before, .vaster-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff; }

.yospace-click-more-button {
  font-family: "NPOSans-Regular";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  background-color: rgba(30, 30, 30, 0.2);
  border: 1pt solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 8px 10px;
  position: fixed;
  bottom: 70px;
  right: 25px; }
  .yospace-click-more-button span {
    display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .yospace-click-more-button {
      height: 30px;
      font-size: 14px; }
      .yospace-click-more-button .mobile {
        display: initial; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .yospace-click-more-button {
      height: 52px;
      font-size: 20px; }
      .yospace-click-more-button .desktop {
        display: initial; } }
  @media (min-width: 1280px) {
    .yospace-click-more-button {
      height: 52px;
      font-size: 20px; }
      .yospace-click-more-button .desktop {
        display: initial; } }
  .yospace-click-more-button:hover {
    color: #212121;
    background-color: #ffffff; }

.npo-player-hide {
  display: none; }

.vjs-tech-silverlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-tech {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

html, body, iframe, .video-js.vjs-fluid, .video-dimensions.vjs-fluid {
  height: 100%;
  padding: 0 !important; }

@media (min-width: 320px) and (max-width: 767px) {
  .npo-player-small {
    display: inline-block; }
  .npo-player-not-small {
    display: none; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .npo-player-small {
    display: none; }
  .npo-player-not-small {
    display: inline-block; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .npo-player-small {
    display: none; }
  .npo-player-not-small {
    display: inline-block; } }

@media (min-width: 1500px) {
  .npo-player-small {
    display: none; }
  .npo-player-not-small {
    display: inline-block; } }

.npo-player-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: red;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.npo-player-overlay-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: ''; }

.npo-player-overlay-message {
  z-index: 10; }

img.npo-player-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 0;
  min-height: inherit; }

.npo-player-overlay-error {
  position: absolute;
  right: 0;
  left: 0;
  top: 47%;
  display: block;
  min-height: inherit; }
  .npo-player-overlay-error .npo-player-overlay-message {
    position: relative; }

.vjs-has-started .npo-player-header {
  display: block;
  z-index: 100; }

.vjs-has-started.vjs-ended .npo-player-header {
  display: none; }

.npo-player-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 63px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%), no-repeat; }

.vjs-error .npo-player-header-buttons {
  display: none; }

.npo-player-header-buttons {
  float: right;
  margin-top: 20px; }

.npo-player-share, .npo-player-settings, .npo-player-visual-radio {
  margin-right: 24px;
  float: left;
  cursor: pointer; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-share, .npo-player-settings, .npo-player-visual-radio {
      margin-right: 5px; } }

.npo-player-header-buttons img {
  width: 24px;
  height: 24px; }

.npo-player-share-container {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }

.vjs-sharing .npo-player-share-container, .vjs-sharing .npo-player-share-content, .vjs-settings .npo-player-settings-container {
  display: block;
  z-index: 100; }

.vjs-sharing .vjs-big-play-button {
  display: none; }

.npo-player-share-content {
  display: none; }

.npo-player-share-content .content {
  background-color: #000;
  width: 248px;
  padding: 0 0 10px;
  position: absolute;
  left: calc(50% - 124px);
  top: calc(40% - 50px);
  z-index: 110; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-share-content .content {
      padding: 0;
      top: calc(40% - 20px); } }

.npo-player-share-content h3 {
  margin: 0;
  color: #999999;
  padding: 0 0 5px 18px;
  font: 800 14px/40px "NPOSans-Bold"; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-share-content h3 {
      padding: 0 0 0 18px;
      font: 800 14px/30px "NPOSans-Bold"; } }

.npo-player-share-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.npo-player-share-content ul li {
  color: #fff;
  cursor: pointer;
  background-size: 28px 28px;
  background-position: 18px 6px;
  background-repeat: no-repeat;
  font: 800 14px/40px "NPOSans-Bold"; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-share-content ul li {
      background-size: 22px 22px;
      background-position: 18px 4px;
      font: 800 14px/32px "NPOSans-Bold"; } }
  .npo-player-share-content ul li:hover, .npo-player-share-content ul li.zeroclipboard-is-hover {
    background-color: #525252; }

.npo-player-share-content ul li span {
  padding-left: 56px; }

.npo-player-share-content ul li.facebook {
  background-image: url(/images/asset_player_share_facebook.svg); }

.npo-player-share-content ul li.twitter {
  background-image: url(/images/asset_player_share_twitter.svg); }

.npo-player-share-content ul li.googleplus {
  background-image: url(/images/asset_player_share_googleplus.svg); }

.npo-player-share-content ul li.email {
  background-image: url(/images/asset_player_share_mail.svg); }

.npo-player-share-content ul li.clipboard {
  background-image: url(/images/asset_player_share_link.svg); }

.video-js.vjs-settings.vjs-user-inactive .npo-player-header {
  visibility: visible !important;
  opacity: 1 !important;
  transition: visibility 1s,opacity 1s; }

.npo-player-settings {
  height: 40px;
  width: 40px;
  background: url(/images/asset_player_settings.svg) no-repeat top center;
  background-size: 25px; }

.vjs-settings .npo-player-settings {
  background: url(/images/asset_player_settings_active.svg) no-repeat top center;
  background-size: 25px; }

.npo-player-share {
  height: 40px;
  width: 40px;
  background: url(/images/asset_player_share.svg) no-repeat top center;
  background-size: 25px; }

.vjs-sharing .npo-player-share {
  background: url(/images/asset_player_share_active.svg) no-repeat top center;
  background-size: 25px; }

.npo-player-subtitles, .npo-player-captions {
  height: 40px;
  width: 40px;
  background: url(/images/asset_player_subs.svg) no-repeat top center;
  background-size: 25px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-subtitles, .npo-player-captions {
      width: 30px; } }

.vjs-subs-subtitles .npo-player-subtitles, .vjs-subs-captions .npo-player-captions {
  background: url(/images/asset_player_subs_active.svg) no-repeat top center;
  background-size: 25px; }

.npo-player-settings-container {
  display: none;
  position: fixed;
  top: 63px;
  right: 24px;
  background-color: #000;
  width: 248px;
  height: 80px;
  padding: 0 18px; }

.npo-player-quality {
  line-height: 40px;
  width: 100%;
  height: 40px; }

.npo-player-settings-container span {
  display: block;
  float: left;
  width: 35%;
  font: 800 14px/40px "NPOSans-Bold"; }

.npo-player-quality select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  background-color: transparent;
  background-image: url(/images/asset_web_main-menu_chevron-down.svg);
  background-size: 15px 15px;
  background-position: center right;
  background-repeat: no-repeat;
  border: none;
  color: #999999;
  font: 500 14px/40px "NPOSans-Regular";
  margin: 0;
  line-height: 40px;
  overflow: hidden;
  float: right; }
  .npo-player-quality select option {
    color: #000; }

.video-js .vjs-chromecast-button {
  background-color: transparent;
  background-image: url(/images/asset_player_cast.svg);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 24px; }

.video-js .vjs-chromecast-button.connected, .video-js .vjs-chromecast-button.vjs-chromecast-casting-state {
  background-image: url(/images/asset_player_cast_active.svg); }

.npo-player-autoplay {
  width: 100%;
  line-height: 40px;
  height: 40px; }
  .npo-player-autoplay .onoffswitch {
    float: right;
    position: relative;
    width: 40px;
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .npo-player-autoplay .onoffswitch-checkbox {
    display: none; }
  .npo-player-autoplay .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 19px;
    padding: 0;
    line-height: 19px;
    border: 1px solid #CCCCCC;
    border-radius: 19px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in; }
  .npo-player-autoplay .onoffswitch-label:before {
    content: "";
    display: block;
    width: 19px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    border: 1px solid #CCCCCC;
    border-radius: 19px;
    transition: all 0.3s ease-in 0s; }
  .npo-player-autoplay .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #FF6D00; }
  .npo-player-autoplay .onoffswitch-checkbox:checked + .onoffswitch-label, .npo-player-autoplay .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #FF6D00; }
  .npo-player-autoplay .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; }

.npo-player-header-info {
  cursor: default;
  display: inline-block;
  float: left;
  margin: 20px 0 0 20px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .npo-player-header-info div {
    display: none;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
    font-family: "NPOSans-Regular";
    color: #fff;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .npo-player-header-info .npo-player-header-title {
    display: block;
    color: #ff6d00;
    font-size: 16px;
    line-height: 20px;
    cursor: default; }
  .npo-player-header-info .npo-player-header-sub-title {
    float: left;
    padding-right: 5px; }

@media (min-width: 320px) and (max-width: 767px) {
  .vjs-fullscreen .npo-player-header-info {
    max-width: 47%;
    white-space: normal; } }

.video-js.vjs-user-inactive .npo-player-header {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-settings.vjs-user-inactive .npo-player-header,
.video-js.vjs-settings.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-show-menu.vjs-user-inactive .npo-player-header,
.video-js.vjs-show-menu.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-sharing.vjs-user-inactive .npo-player-header {
  opacity: 1;
  visibility: visible; }

.npo-player-share-content ul li.whatsapp,
.npo-player-share-content ul li.share-link {
  display: none; }

.video-js {
  /*  Progress control  */
  /*  Progress control for fragments */
  /*  Volume  */ }
  .video-js .vjs-control-bar {
    height: 45px;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    z-index: 101; }
    .video-js .vjs-control-bar .vjs-play-control {
      visibility: hidden; }
    .video-js .vjs-control-bar .vjs-fullscreen-control {
      margin: 0 25px 0 0; }
  .video-js .vjs-big-play-button {
    display: none;
    border: 0;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    font-size: 3em;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease; }
  .video-js .vjs-icon-play:before,
  .video-js .vjs-big-play-button:before,
  .video-js .vjs-play-control:before {
    background: url("/images/asset_player_play.svg") no-repeat 50% 50%;
    background-size: 20px;
    content: '' !important; }
  .video-js .npo-live-control:before {
    background: url("/images/asset_player_replay.svg") no-repeat 50% 50%;
    background-size: 24px;
    content: '' !important; }
  .video-js .npo-live-control.npo-startover:before {
    background: url("/images/asset_player_live.svg") no-repeat 50% 50%;
    background-size: 24px;
    content: '' !important; }
  .video-js .npo-live-control {
    cursor: pointer; }
  .video-js .vjs-icon-pause:before,
  .video-js .vjs-play-control.vjs-playing:before {
    background: url("/images/asset_player_pause.svg") no-repeat 50% 50%;
    background-size: 20px;
    content: '' !important; }
  .video-js .vjs-custom-control-spacer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    padding: 0 0 0 25px;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex: 2 0 0;
    -webkit-flex: 2 0 0;
            flex: 2 0 0; }
  .video-js .npo-time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    padding: 0 0 0 25px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 2 0 0;
    -ms-flex: 2 0 0px;
        flex: 2 0 0;
    text-align: left; }
    .video-js .npo-time .npo-time-display {
      display: none; }
  .video-js .vjs-current-time,
  .video-js .vjs-time-divider,
  .video-js .vjs-duration {
    font: 800 14px/14px "NPOSans-Bold";
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex: 2 0 0; }
  .video-js .vjs-time-divider {
    min-width: 0;
    padding: 0 3px 0 0 !important; }
    .video-js .vjs-time-divider span {
      padding: 0 5px; }
  .video-js .vjs-current-time {
    width: auto;
    padding: 0 5px 0 25px; }
    .video-js .vjs-current-time .vjs-current-time-display {
      width: 100%;
      text-align: left; }
  .video-js .vjs-progress-control {
    width: 100%;
    height: 15px;
    display: block;
    font-size: 5px;
    padding: 0 25px;
    margin: 0;
    position: inherit;
    z-index: 102; }
    .video-js .vjs-progress-control:hover .vjs-progress-holder {
      font-size: 5px; }
    .video-js .vjs-progress-control .vjs-play-progress {
      height: 2px;
      position: relative; }
    .video-js .vjs-progress-control .vjs-play-progress:before {
      top: -8px;
      right: -6px;
      font-size: 20px; }
    .video-js .vjs-progress-control .vjs-play-progress:after {
      display: none; }
    .video-js .vjs-progress-control .vjs-play-progress {
      background-color: #FF6D00; }
    .video-js .vjs-progress-control .vjs-load-progress {
      margin: 0;
      background: rgba(255, 255, 255, 0.75);
      height: 0.3em; }
    .video-js .vjs-progress-control .vjs-slider {
      background: transparent;
      border: solid 5px transparent;
      margin: -5px 0 0 0; }
      .video-js .vjs-progress-control .vjs-slider:before {
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.25); }
    .video-js .vjs-progress-control .npo-fragment .npo-fragment-start {
      height: 0.3em;
      width: 25%;
      background: rgba(255, 255, 255, 0.25);
      position: absolute;
      display: block;
      margin: 0;
      padding: 0;
      left: 0;
      top: 0; }
    .video-js .vjs-progress-control .npo-fragment .npo-fragment-end {
      height: 0.3em;
      width: 25%;
      background: rgba(255, 255, 255, 0.25);
      position: absolute;
      display: block;
      margin: 0;
      padding: 0;
      right: 0;
      top: 0; }
  .video-js.npo-fragment .vjs-progress-control:before {
    content: '';
    height: 2px;
    width: 23.3%;
    background: #fff;
    margin-left: 25px;
    /* Custom media query for player fragment */ }
    @media (min-width: 768px) and (max-width: 1279px) {
      .video-js.npo-fragment .vjs-progress-control:before {
        width: 24.5%; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .video-js.npo-fragment .vjs-progress-control:before {
        width: 24.7%; } }
    @media (min-width: 1500px) {
      .video-js.npo-fragment .vjs-progress-control:before {
        width: 24.8%; } }
    @media (max-width: 500px) and (min-width: 320px) {
      .video-js.npo-fragment .vjs-progress-control:before .video-js.npo-fragment .vjs-progress-control:after {
        width: 22.5%; } }
  .video-js.npo-fragment .vjs-progress-control:after {
    content: '';
    height: 2px;
    width: 23.3%;
    right: 0;
    background: #fff;
    position: absolute;
    top: 0;
    margin-right: 25px;
    /* Custom media query for player fragment */ }
    @media (min-width: 768px) and (max-width: 1279px) {
      .video-js.npo-fragment .vjs-progress-control:after {
        width: 24.5%; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .video-js.npo-fragment .vjs-progress-control:after {
        width: 24.7%; } }
    @media (min-width: 1500px) {
      .video-js.npo-fragment .vjs-progress-control:after {
        width: 24.8%; } }
    @media (max-width: 500px) and (min-width: 320px) {
      .video-js.npo-fragment .vjs-progress-control:after .video-js.npo-fragment .vjs-progress-control:after {
        width: 22.5%; } }
  .video-js.npo-fragment .vjs-progress-control .vjs-load-progress {
    background: transparent; }
  .video-js.npo-fragment .vjs-progress-control .vjs-slider {
    left: 25%;
    width: 50%;
    margin: -15px 0;
    padding: 10px 0; }
  .video-js.npo-fragment .vjs-progress-control .npo-fragment-start, .video-js.npo-fragment .vjs-progress-control .npo-fragment-end {
    height: 10px;
    display: inline-block; }
  .video-js.npo-fragment .vjs-progress-control .npo-fragment-start {
    float: left;
    margin: -12px 0 0 -2px; }
    .video-js.npo-fragment .vjs-progress-control .npo-fragment-start:after {
      z-index: 9;
      width: 7px;
      height: 12px;
      content: '';
      float: right;
      display: block;
      position: relative;
      margin: 0 -5px 0 0;
      background: url(/images/asset_player_fragment-start.svg) no-repeat;
      background-size: cover; }
  .video-js.npo-fragment .vjs-progress-control .npo-fragment-end {
    right: 0;
    float: right;
    margin: -12px 0 0 2px; }
    .video-js.npo-fragment .vjs-progress-control .npo-fragment-end:after {
      z-index: 9;
      width: 7px;
      height: 12px;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      background: url("/images/asset_player_fragment-end.svg") no-repeat;
      background-size: cover; }
  .video-js .vjs-volume-menu-button {
    padding: 10px;
    margin: 0; }
    .video-js .vjs-volume-menu-button:hover {
      overflow: visible; }
    @media (min-width: 320px) and (max-width: 767px) {
      .video-js .vjs-volume-menu-button:hover, .video-js .vjs-volume-menu-button:focus {
        overflow: visible; } }
    .video-js .vjs-volume-menu-button .vjs-menu {
      left: -17px;
      top: -120px;
      width: 55px;
      height: 115px;
      position: relative; }
      .video-js .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
        width: 50px;
        height: 100px;
        padding: 15px 0;
        margin-bottom: 15px;
        overflow: visible;
        position: relative;
        transition: all 0.2s ease;
        background-color: #000000 !important; }
        .video-js .vjs-volume-menu-button .vjs-menu .vjs-menu-content:after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-top-color: #000;
          border-width: 10px;
          margin-left: -10px; }
        .video-js .vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-slider {
          height: 70px;
          margin: 0 auto;
          background-color: #525252; }
          .video-js .vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-slider .vjs-volume-level {
            width: 2px;
            background-color: #E1E1E1; }
            .video-js .vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-slider .vjs-volume-level:before {
              top: -5px;
              left: -8px;
              font-size: 20px; }
  .video-js .vjs-menu-button-inline:hover,
  .video-js .vjs-menu-button-inline:focus,
  .video-js .vjs-menu-button-inline.vjs-slider-active,
  .video-js .vjs-menu-button-inline {
    width: 4em; }
  .video-js .vjs-icon-volume-high:before,
  .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    transition: all 0.2s ease;
    background: url("/images/asset_player_volume.svg") no-repeat 50% 50%;
    background-size: 24px;
    content: '' !important; }
  .video-js .vjs-icon-volume-mute:before,
  .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    background: url("/images/asset_player_mute.svg") no-repeat 50% 50%;
    background-size: 24px;
    content: '' !important; }
  .video-js .vjs-icon-volume-high:hover:before,
  .video-js .vjs-mute-control:hover:before,
  .video-js .vjs-volume-menu-button:hover:before {
    opacity: 0.5; }

/* Audio controls */
.video-js.vjs-audio .vjs-play-control {
  visibility: hidden; }

.video-js.vjs-audio .vjs-control-bar .vjs-play-control {
  visibility: visible;
  background-color: transparent;
  position: relative;
  float: left;
  left: 0;
  height: 22.5px;
  margin: 0;
  top: 25%;
  opacity: 1; }

.video-js.vjs-audio .vjs-control-bar .vjs-fullscreen-control {
  opacity: 0;
  display: none; }

.video-js.vjs-audio .vjs-progress-control {
  position: relative;
  top: 40%;
  height: 22.5px; }

.videojs.vjs-audio .vjs-progress-control .npo-time, .videojs.vjs-audio .vjs-progress-control .vjs-custom-control-spacer {
  display: none; }

.video-js.vjs-audio .vjs-progress-control .vjs-slider {
  margin: -2px 0 0; }

/*  Play  */
.video-js .vjs-play-control {
  border: 0;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  opacity: 0;
  font-size: 3em;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: none; }

.video-js.npo-asset-loaded .vjs-play-control, .video-js.npo-asset-loaded .vjs-big-play-button {
  display: inline; }

.video-js.vjs-sharing.npo-asset-loaded .vjs-play-control,
.video-js.vjs-sharing.npo-asset-loaded .vjs-big-play-button {
  display: none; }

.video-js.npo-asset-loaded.vjs-load-streams .vjs-big-play-button, .video-js.npo-asset-loaded.vjs-has-started .vjs-big-play-button, .video-js.npo-asset-loaded.vjs-load-streams .vjs-play-control {
  display: none; }

.vjs-paused .vjs-control,
.vjs-user-active .vjs-play-control {
  opacity: 1; }

.video-js .vjs-big-play-button {
  border: 0;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  font-size: 3em;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease; }

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6) !important; }

.video-js .vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  background: url("/images/asset_player_play.svg") no-repeat 50% 50%;
  background-size: 20px;
  content: '' !important; }

.video-js .vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  background: url("/images/asset_player_pause.svg") no-repeat 50% 50%;
  background-size: 20px;
  content: '' !important; }

.vjs-default-skin.vjs-ended .vjs-play-control:before {
  background: url("/images/asset_player_replay.svg") no-repeat 50% 50%;
  background-size: 20px;
  content: '' !important; }

.vjs-default-skin.vjs-ended .vjs-control-bar .vjs-play-control {
  visibility: visible;
  top: 50%;
  left: 25px;
  height: 60px;
  width: 25px;
  font-size: 3em;
  line-height: 60px;
  margin: -30px 15px 0 0;
  border-radius: 0;
  background-color: transparent;
  transition: 0;
  position: relative; }

.video-js .vjs-load-progress div {
  background: transparent !important; }

/*  Full screen  */
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  transition: all 0.2s ease;
  background: url("/images/asset_player_fullscreen.svg") no-repeat 50% 50%;
  background-size: 24px;
  content: '' !important; }

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  background: url("/images/asset_player_fullscreen_exit.svg") no-repeat 50% 50%;
  background-size: 24px;
  content: '' !important; }

/* Error page */
.vjs-error .npo-player-header {
  display: none; }

.vjs-error .vjs-error-display {
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1112; }
  .vjs-error .vjs-error-display:before {
    display: none; }

.vjs-error .vjs-modal-dialog-content {
  top: 50%;
  height: 40px;
  color: #fff;
  margin-top: -1em;
  position: absolute;
  text-align: center;
  font: 14px/16px "NPOSans-Regular";
  text-shadow: 0.05em 0.05em 0.1em #000; }

/* Live video */
.vjs-live .npo-time, .vjs-live .vjs-current-time, .vjs-live .vjs-time-divider, .vjs-live .vjs-duration {
  visibility: hidden;
  /* No display:none here because of IE11 styling issues */ }

.vjs-live .vjs-live-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vjs-live.live-has-dvr .vjs-live-controls .vjs-current-time {
  visibility: visible; }

.video-js .vjs-volume-menu-button, .video-js .vjs-time-control, .video-js .vjs-fullscreen-control {
  height: 50%;
  top: 25%; }

.video-js .vjs-time-control.vjs-time-divider {
  height: 100%;
  top: 0; }

/* Fragment */
.video-js.npo-fragment .vjs-progress-control .vjs-load-progress {
  margin-top: 0; }

/* Chromecast message in player */
.casting-image, .casting-icon {
  display: none; }

.casting-overlay {
  position: absolute;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table; }

.casting-information {
  display: table-cell;
  vertical-align: top;
  padding-top: 15%; }

.casting-description {
  margin: 0 auto; }

/* Extra styles for videojs upgrade */
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
  height: 20px; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 10px;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
  content: ""; }

.video-js .vjs-captions-button, .vjs-icon-captions {
  width: 100%;
  height: 100%; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  transition: width 1s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 100px;
  width: 50px;
  left: -3000em;
  bottom: 100px;
  z-index: 102;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 70px;
  margin: 0 auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 20px; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -5px;
  left: -8px; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #000000; }

.vjs-resize-manager {
  width: 100%;
  border: none; }

.vjs-control-bar .vjs-chromecast-button,
.vjs-play-pause-overlay,
.vjs-control-bar .npo-player-settings {
  display: none; }

.npo-player-endscreen {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0em;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .npo-player-endscreen .npo-ankeiler-tile-container {
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-endscreen {
      text-align: center; }
      .npo-player-endscreen .npo-player-post-play-tile {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  .npo-player-endscreen .container {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .npo-player-endscreen .npo-player-post-play-countdown {
    color: #fff;
    margin: 20px 0 10px;
    font: 400 20px/24px "NPOSans-Regular";
    position: absolute;
    width: 100%; }
    .npo-player-endscreen .npo-player-post-play-countdown .counter {
      color: #FF6D00; }
    @media (min-width: 320px) and (max-width: 767px) {
      .npo-player-endscreen .npo-player-post-play-countdown {
        font-size: 16px; } }
    @media (max-width: 420px) and (min-width: 320px) {
      .npo-player-endscreen .npo-player-post-play-countdown {
        margin: 10px 0 10px; } }
  .npo-player-endscreen .npo-ankeiler-tile-container {
    width: 100%;
    margin: 0; }
    @media (min-width: 320px) and (max-width: 767px) {
      .npo-player-endscreen .npo-ankeiler-tile-container {
        height: 100%; } }
  .npo-player-endscreen .npo-player-post-play-preview {
    position: relative; }
    @media (min-width: 320px) and (max-width: 767px) {
      .npo-player-endscreen .npo-player-post-play-preview {
        width: 100%; } }
  .npo-player-endscreen .npo-player-post-play-preview:hover, .npo-player-endscreen .npo-player-post-play-tile:hover, .npo-player-endscreen .npo-ankeiler-tile-container:hover, .npo-player-endscreen .npo-player-post-play:hover {
    -webkit-transform: none;
    transform: none;
    box-shadow: none !important; }
  .npo-player-endscreen .npo-player-post-play-preview-image {
    width: 320px;
    float: left;
    margin: 0 30px 0 0;
    display: inline-block;
    position: relative;
    position: relative;
    background-size: cover;
    background-position: center center;
    transition: all 0.2s ease; }
    .npo-player-endscreen .npo-player-post-play-preview-image:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 56.25%; }
    .npo-player-endscreen .npo-player-post-play-preview-image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .npo-player-endscreen .npo-player-post-play-preview-image .vjs-big-play-button {
      display: block !important; }
    @media (min-width: 320px) and (max-width: 767px) {
      .npo-player-endscreen .npo-player-post-play-preview-image {
        float: none;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
        position: relative;
        height: 100%; } }
    @media (max-width: 767px) and (min-width: 600px) {
      .npo-player-endscreen .npo-player-post-play-preview-image {
        max-width: none; } }
    @media (max-width: 599px) and (min-width: 530px) {
      .npo-player-endscreen .npo-player-post-play-preview-image {
        max-width: 230px; } }
    @media (max-width: 529px) and (min-width: 320px) {
      .npo-player-endscreen .npo-player-post-play-preview-image {
        max-width: 150px; } }
    @media (max-width: 420px) and (min-width: 320px) {
      .npo-player-endscreen .npo-player-post-play-preview-image {
        max-width: 70px; } }
  .npo-player-endscreen .npo-player-post-play-meta {
    max-width: 500px;
    margin-top: 2%;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) and (max-width: 1279px) {
      .npo-player-endscreen .npo-player-post-play-meta {
        display: none; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .npo-player-endscreen .npo-player-post-play-meta {
        width: 100%;
        padding: 0 40px; } }
    .npo-player-endscreen .npo-player-post-play-meta h3 {
      margin: 0 0 20px;
      font: 800 24px/26px "NPOSans-Bold"; }
      @media (min-width: 320px) and (max-width: 767px) {
        .npo-player-endscreen .npo-player-post-play-meta h3 {
          margin-bottom: 0px;
          font-size: 16px; } }
    .npo-player-endscreen .npo-player-post-play-meta h4 {
      color: #fff;
      margin: 0 0 20px;
      font: 400 20px/22px "NPOSans-Regular"; }
      @media (min-width: 320px) and (max-width: 767px) {
        .npo-player-endscreen .npo-player-post-play-meta h4 {
          margin-bottom: 15px;
          font-size: 16px;
          line-height: 16px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: auto; } }
    .npo-player-endscreen .npo-player-post-play-meta p {
      color: #fff;
      font: 400 16px/18px "NPOSans-Regular"; }
      @media (min-width: 320px) and (max-width: 767px) {
        .npo-player-endscreen .npo-player-post-play-meta p {
          display: none; } }
  .npo-player-endscreen .npo-player-post-play-preview-stop {
    width: 100%;
    bottom: 10px;
    text-align: center;
    position: absolute;
    font: 400 16px/16px "NPOSans-Regular";
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    cursor: pointer; }
    @media (min-width: 320px) and (max-width: 767px) {
      .npo-player-endscreen .npo-player-post-play-preview-stop {
        bottom: -30px; } }
    @media (max-width: 420px) and (min-width: 320px) {
      .npo-player-endscreen .npo-player-post-play-preview-stop {
        width: 300px;
        left: -110px; } }
  .npo-player-endscreen .npo-player-recommended, .npo-player-endscreen .npo-player-post-play {
    width: 100%;
    max-width: 910px;
    z-index: 10; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-endscreen .npo-player-post-play {
      height: 100%; }
      .npo-player-endscreen .npo-player-post-play h4 {
        display: none; } }
  .npo-player-endscreen .npo-player-recommended .npo-player-tiles-container {
    display: table;
    width: 100%;
    border-spacing: 5px 0;
    margin-left: -5px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-endscreen .npo-player-recommended {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .npo-player-endscreen .npo-player-recommended {
      margin: 0 20px; }
      .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container {
        display: table-cell; }
      .npo-player-endscreen .npo-player-recommended h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font: 500 14px/14px "NPOSans-Regular"; } }
  .npo-player-endscreen .npo-player-recommended h2 {
    margin: 0 0 20px;
    font: 500 22px/22px "NPOSans-Regular"; }
  .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container, .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container:nth-child(4n+4) {
    width: auto;
    display: table-cell; }
    .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container .npo-ankeiler-tile .npo-ankeiler-tile-weblink-button, .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container:nth-child(4n+4) .npo-ankeiler-tile .npo-ankeiler-tile-weblink-button {
      bottom: 0;
      text-align: left;
      position: absolute;
      padding: 10px 0 10px 10px;
      background-color: rgba(0, 0, 0, 0.7); }
      .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container .npo-ankeiler-tile .npo-ankeiler-tile-weblink-button h3, .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container:nth-child(4n+4) .npo-ankeiler-tile .npo-ankeiler-tile-weblink-button h3 {
        margin: 0;
        font: 800 16px/16px "NPOSans-Bold"; }
      .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container .npo-ankeiler-tile .npo-ankeiler-tile-weblink-button span, .npo-player-endscreen .npo-player-recommended .npo-ankeiler-tile-container:nth-child(4n+4) .npo-ankeiler-tile .npo-ankeiler-tile-weblink-button span {
        color: #999999;
        font: 500 14px/14px "NPOSans-Regular"; }

.vjs-scrubbing .npo-player-recommended {
  display: none; }

.vjs-paused .npo-player-recommended {
  margin: 25% 0 0 0; }

.vjs-paused .vjs-play-control {
  z-index: 99; }

.vjs-paused .npo-player-header {
  z-index: 99; }

.vjs-ended .vjs-poster {
  display: block;
  background-size: cover; }

.vjs-ended .npo-player-recommended {
  margin: 30px 0 0 0; }

.vjs-ended.npo-asset-loaded .vjs-play-control {
  display: none; }

.vjs-ended .vjs-control-bar .vjs-play-control {
  display: block; }

.npo-player-endscreen .more-about-div {
  width: 100%; }
  .npo-player-endscreen .more-about-div .btn.chevron {
    max-width: 90%;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  .npo-player-endscreen .more-about-div .btn {
    z-index: 10; }

.vjs-fullscreen .npo-player-post-play-tile {
  margin-top: 80px; }

.vjs-ended.vjs-has-started .npo-player-endscreen .more-about-div {
  display: inline-block !important;
  text-align: center; }

.vjs-ad-loading .npo-player-endscreen,
.vjs-ad-playing .npo-player-endscreen {
  display: none !important; }

.vjs-has-started.vjs-ended.vjs-paused .npo-player-endscreen {
  display: block; }

.vjs-has-started.vjs-paused .npo-player-endscreen {
  display: none; }

.vjs-has-started.vjs-paused .more-about-div {
  display: none !important; }

.end-of-content-div {
  display: none; }

.vjs-has-started.vjs-ended .more-about-div {
  display: block !important; }

.npo-player-post-play-countdown-text {
  display: none; }

.npo-player-captions, .npo-player-subtitles {
  margin-right: 24px;
  float: left;
  cursor: pointer;
  width: 40px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .npo-player-captions, .npo-player-subtitles {
      margin-right: 4px; } }
  .npo-player-captions:focus, .npo-player-subtitles:focus {
    outline: none; }

.npo-player-subtitles > .vjs-menu-button, .npo-player-captions > .vjs-menu-button {
  width: inherit;
  height: inherit;
  outline: none; }
  .npo-player-subtitles > .vjs-menu-button:before, .npo-player-captions > .vjs-menu-button:before {
    content: "" !important; }

.npo-player-captions > .vjs-menu, .npo-player-subtitles > .vjs-menu {
  display: none;
  position: fixed;
  top: 63px;
  right: 24px;
  background-color: #000;
  width: 248px;
  padding: 0 18px; }
  .npo-player-captions > .vjs-menu li, .npo-player-subtitles > .vjs-menu li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    font: 800 14px/40px "NPOSans-Bold";
    background-color: #000000;
    color: #FFFFFF;
    text-align: left;
    display: block; }
  .npo-player-captions > .vjs-menu li:hover, .npo-player-subtitles > .vjs-menu li:hover {
    background-color: #000000; }
  .npo-player-captions > .vjs-menu li.vjs-selected, .npo-player-subtitles > .vjs-menu li.vjs-selected {
    color: #FF6D00;
    background-color: #000000; }
  .npo-player-captions > .vjs-menu li.vjs-texttrack-settings, .npo-player-subtitles > .vjs-menu li.vjs-texttrack-settings {
    display: none; }

.vjs-menu .vjs-menu-content {
  overflow: hidden; }

.vjs-silverlight-captions {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 999;
  bottom: 50px;
  text-align: center; }

.vjs-text-track-display .white, .vjs-text-track-display .S1 {
  color: white; }

.vjs-text-track-display .lime, .vjs-text-track-display .S2 {
  color: lime; }

.vjs-text-track-display .cyan, .vjs-text-track-display .S3 {
  color: cyan; }

.vjs-text-track-display .red, .vjs-text-track-display .S4 {
  color: red; }

.vjs-text-track-display .yellow, .vjs-text-track-display .S5 {
  color: yellow; }

.vjs-text-track-display .magenta, .vjs-text-track-display .S6 {
  color: magenta; }

.vjs-text-track-display .blue, .vjs-text-track-display .S7 {
  color: blue; }

.vjs-text-track-display .black, .vjs-text-track-display .S8 {
  color: black;
  background-color: white; }

.vjs-ad-playing .debug-info {
  display: none; }

.debug-info {
  position: absolute;
  bottom: 50px;
  left: -25px;
  color: #FFFFFF;
  z-index: 9;
  width: 100%;
  font-size: 12px;
  margin: 0;
  padding: 0; }
  .debug-info ul {
    list-style: none; }
    .debug-info ul li {
      line-height: 20px;
      word-break: break-all; }
      .debug-info ul li a {
        line-height: 20px;
        color: #ffd9bd;
        text-decoration: underline; }
      .debug-info ul li span {
        line-height: 20px;
        font-weight: bold;
        padding-right: 20px;
        color: #FF6D00; }
    .debug-info ul li span#bitrate, .debug-info ul li span#buffer-level, .debug-info ul li span#bitrate-download, .debug-info ul li span#dropped-frames {
      color: #FFFFFF; }

.video-js.npo-asset-loaded .vjs-big-play-button, .video-js.npo-asset-loaded .vjs-play-control {
  z-index: 10000; }

/* a wrapper element that tracks the mouse vertically */
.vjs-thumbnail-holder {
  position: absolute;
  overflow: hidden;
  left: -1000px;
  bottom: 25px; }

/* the thumbnail image itself */
.vjs-thumbnail {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -mz-transition: opacity .2s ease; }

.vjs-thumbnail-scrolltime {
  display: none;
  font-size: 16px;
  position: relative;
  top: 87%;
  opacity: .7; }

/* fade in the thumbnail when hovering over the progress bar */
/* .fake-active is needed for Android only. It's removed on touchend/touchecancel */
.vjs-progress-control:hover .vjs-thumbnail,
.vjs-progress-control.fake-active .vjs-thumbnail,
.vjs-progress-control:active .vjs-thumbnail {
  opacity: 1; }

/* ... but hide the thumbnail when hovering directly over it */
.vjs-progress-control:hover .vjs-thumbnail:hover,
.vjs-progress-control:active .vjs-thumbnail:active {
  opacity: 1; }

.playing-audio.vjs-has-started .vjs-poster {
  display: block; }

.broadcaster-npo-logos {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 174px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1; }

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .broadcaster-npo-logos {
    width: calc(100% - 128px); } }

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .broadcaster-npo-logos {
    width: calc(100% - 32px); } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .broadcaster-npo-logos {
      width: calc(100% - 96px); } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .broadcaster-npo-logos {
      width: calc(100% - 240px); } }
  @media (min-width: 1500px) {
    .broadcaster-npo-logos {
      width: calc(100% - 240px); } }
  .broadcaster-npo-logos .broadcaster-logo {
    max-height: 45%; }
  .broadcaster-npo-logos .npo-logo {
    width: 70px;
    height: 70px; }
  .broadcaster-npo-logos.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out; }
  @media (min-width: 320px) and (max-width: 767px) {
    .broadcaster-npo-logos {
      height: 98px; } }
  @media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .broadcaster-npo-logos {
      margin-top: 33px; } }
  @media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    .broadcaster-npo-logos {
      margin-top: 56px; } }
  @media (min-width: 320px) and (max-width: 767px) {
      .broadcaster-npo-logos .npo-logo {
        width: 41px;
        height: 41px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .broadcaster-npo-logos {
      height: 110px; } }

.npo-player {
  display: none; }

.vjs-error.npo-player {
  display: block; }

.vjs-controls-enabled {
  display: block; }

/*# sourceMappingURL=player.css.map */
