@font-face {
  font-family: SFUIText;
  src: url("/assets/fonts/sf-ui-display-medium-webfont.woff2") format("woff2"), url("/assets/fonts/sf-ui-display-medium-webfont.woff") format("woff"), url("/assets/fonts/sf-ui-display-medium-webfont.ttf") format("truetype"), url("/assets/fonts/sf-ui-display-medium-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal; }

body.embed-body,
html.embed-html {
  vertical-align: top;
  width: 100%;
  zoom: 1;
  margin: 0;
  padding: 0; }

body.embed-body {
  float: left;
  position: relative; }
  body.embed-body::before {
    content: '';
    height: calc((16 / 9) * 100%);
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0; }

.player-container * {
  box-sizing: border-box; }
  .player-container *::before, .player-container *::after, .player-container *::before, .player-container *::after {
    box-sizing: border-box; }

.player-container blockquote,
.player-container dd,
.player-container dl,
.player-container dt,
.player-container fieldset,
.player-container form,
.player-container h1,
.player-container h2,
.player-container h3,
.player-container h4,
.player-container h5,
.player-container h6,
.player-container input,
.player-container li,
.player-container ol,
.player-container p,
.player-container pre,
.player-container select,
.player-container textarea,
.player-container ul {
  letter-spacing: normal; }

.player-container caption,
.player-container td,
.player-container th {
  text-align: left;
  vertical-align: middle; }

.player-container ol,
.player-container ul {
  list-style: none; }

.player-container li {
  list-style-image: none;
  list-style-type: none; }

.player-container a {
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  .player-container a img {
    border: none; }

.player-container img {
  display: block;
  margin: 0 auto;
  backface-visibility: hidden; }

.player-container table {
  border-collapse: collapse;
  border-spacing: 0; }

.player-container video::-webkit-media-controls-start-playback-button {
  display: none !important; }

body.vjs-full-window {
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

.player-container {
  font: 400 normal 16px/16px SFUIText, sans-serif;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 1;
  position: relative;
  top: 0;
  left: 50%; }
  .player-container[id^='vemba_player'] {
    left: 50% !important; }

.video-js {
  display: block;
  background-color: black;
  color: white;
  font: 400 normal 16px/16px SFUIText, sans-serif;
  padding: 0;
  perspective: 1000px;
  position: relative;
  vertical-align: top;
  transform: translate(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .cne-360 .video-js {
    background-color: transparent; }
  .cne-fullscreen .video-js {
    height: 100% !important;
    padding-top: 0 !important;
    width: 100% !important; }
  .cne-full-window.cne-fullscreen .video-js {
    overflow: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important; }
  .video-js.vjs-ad-loading video {
    visibility: hidden; }
  .video-js.vjs-4-3, .video-js.vjs-16-9, .video-js.vjs-fluid {
    background-color: black;
    clear: both;
    max-width: 100%;
    overflow: hidden;
    padding-top: calc(100% / (16 / 9));
    position: relative;
    display: inline-block;
    float: left;
    height: auto;
    width: 100%; }
    .cne-360 .video-js.vjs-4-3, .cne-360 .video-js.vjs-16-9, .cne-360 .video-js.vjs-fluid {
      background-color: transparent; }
  .video-js.vjs-fill {
    height: 100%;
    width: 100%; }
  .video-js.vjs-fluid[class*='-dimensions'] {
    padding-top: calc(100% / (16 / 9)); }
  .cne-fullscreen .video-js.vjs-user-inactive {
    cursor: none; }
  .video-js .vjs-offscreen {
    position: absolute;
    top: 0;
    left: -9999px;
    height: 1px;
    width: 1px; }
  .video-js .vjs-tech {
    height: 100% !important;
    overflow: hidden;
    padding-top: 0;
    transform: translateX(-50%);
    width: 100% !important;
    z-index: 2;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 50%; }
    .cne-fullscreen .video-js .vjs-tech {
      height: 100%; }

.vjs-disabled {
  cursor: default;
  opacity: 0.5; }

.vjs-hidden {
  display: none !important; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  background-color: black;
  color: white;
  font-size: 1.15em;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  height: 150px;
  width: 300px; }
  .vjs-no-js a,
  .vjs-no-js a:visited {
    color: #f7424e; }

body.embed-body {
  height: 100%; }

html.embed-html {
  height: 100%; }

#embed-container {
  float: left;
  height: 100%;
  width: 100%; }

@-webkit-keyframes displayIn {
  0% {
    display: block;
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-moz-keyframes displayIn {
  0% {
    display: block;
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@keyframes displayIn {
  0% {
    display: block;
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes displayOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden; } }

@-moz-keyframes displayOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden; } }

@keyframes displayOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes bubbleOut {
  0% {
    transform: translateY(-50%) scale(0.1); }
  100% {
    transform: translateY(-50%) scale(1); } }

@-moz-keyframes bubbleOut {
  0% {
    transform: translateY(-50%) scale(0.1); }
  100% {
    transform: translateY(-50%) scale(1); } }

@keyframes bubbleOut {
  0% {
    transform: translateY(-50%) scale(0.1); }
  100% {
    transform: translateY(-50%) scale(1); } }

@-webkit-keyframes bulge {
  0% {
    height: 3px; }
  100% {
    height: 5px; } }

@-moz-keyframes bulge {
  0% {
    height: 3px; }
  100% {
    height: 5px; } }

@keyframes bulge {
  0% {
    height: 3px; }
  100% {
    height: 5px; } }

@-webkit-keyframes scrubberStayPut {
  0% {
    bottom: 10px; }
  100% {
    bottom: 9px; } }

@-moz-keyframes scrubberStayPut {
  0% {
    bottom: 10px; }
  100% {
    bottom: 9px; } }

@keyframes scrubberStayPut {
  0% {
    bottom: 10px; }
  100% {
    bottom: 9px; } }

@-webkit-keyframes implodeOut {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(0.25); } }

@-moz-keyframes implodeOut {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(0.25); } }

@keyframes implodeOut {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(0.25); } }

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes shiftInLeft {
  0% {
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-moz-keyframes shiftInLeft {
  0% {
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes shiftInLeft {
  0% {
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes shiftOutLeft {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden; } }

@-moz-keyframes shiftOutLeft {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden; } }

@keyframes shiftOutLeft {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden; } }

@-webkit-keyframes spin-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-moz-keyframes spin-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes spin-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible; }
  1% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }

.cne-button {
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: white;
  cursor: pointer;
  height: 30px;
  transition: border-color 150ms linear 0s;
  z-index: 10;
  display: inline-block;
  float: left; }
  [data-size$='small'] .cne-button {
    height: 26px; }
  .cne-button:hover {
    border-color: #f7424e; }
  .cne-button::before {
    content: attr(data-msg);
    float: left;
    font: 400 normal 0.75em/0.75em SFUIText, sans-serif;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 50%;
    left: 50%; }
    [data-size$='small'] .cne-button::before {
      font: 400 normal 0.625em/0.9em SFUIText, sans-serif; }

.cne-close {
  outline: none;
  z-index: 100005;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: calc(6.3% - 5px);
  opacity: 1;
  backface-visibility: hidden;
  box-shadow: 0 0 0 0 transparent;
  background-color: transparent;
  border: solid 0 transparent;
  cursor: pointer; }
  .cne-close::before, .cne-close::after {
    height: 1.5px;
    width: 20px; }
  .cne-close::before, .cne-close::after {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 1;
    transition: all 100ms ease-out, background-color 200ms ease-out;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0; }
  .cne-close:hover::before, .cne-close:hover::after {
    background-color: #f7424e; }
  .cne-close:focus {
    outline: none; }
    .cne-close:focus .custom-control-focus {
      outline: 1px dotted white;
      outline-offset: 2px; }
  .cne-close .custom-control-focus {
    display: inline-block;
    height: 100%;
    width: 100%; }
    .cne-close .custom-control-focus:focus {
      outline: none; }
  .cne-close::before {
    transform: rotate(45deg); }
  .cne-close::after {
    transform: rotate(-45deg); }
  [data-size$='small'] .cne-close {
    top: 8px;
    right: calc(6.3% - 4px);
    height: 16px;
    width: 16px; }
    [data-size$='small'] .cne-close::before, [data-size$='small'] .cne-close::after {
      height: 1.5px;
      width: 16px; }

.cne-concealed {
  display: none;
  opacity: 0;
  visibility: hidden; }

.cne-revealed {
  opacity: 1;
  visibility: visible; }

.vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px; }
  .vjs-mute-control > .vjs-control-text {
    display: none; }

.vjs-seek-handle {
  height: 100%;
  width: 1.5em; }
  .vjs-ad-playing .vjs-seek-handle {
    display: none; }
  .vjs-seek-handle::before {
    background-color: #f7424e;
    padding-top: 0.1em; }

.vjs-slider {
  background-color: rgba(128, 128, 128, 0.4);
  cursor: pointer;
  outline: 0;
  padding: 0;
  position: relative; }
  .vjs-slider:focus::before {
    outline: 1px dotted white;
    outline-offset: 2px; }

.vjs-slider-handle {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  height: 1.2em;
  width: 1.2em; }
  .vjs-slider-handle::before {
    height: 1.2em;
    width: 1.2em;
    content: '';
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 black;
    display: block;
    padding: 0;
    position: absolute; }

.vjs-default-skin svg {
  fill: white;
  overflow: visible;
  transition: fill 175ms ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
  .vjs-default-skin svg:hover .shadow {
    fill: rgba(255, 255, 255, 0.85);
    opacity: 0.85; }
  .vjs-default-skin svg path {
    transition: color 175ms ease-in-out; }
  .vjs-default-skin svg .shadow {
    fill: transparent;
    opacity: 0;
    transition: color  225ms ease-in-out, fill 225ms ease-in-out, opacity 175ms ease-in-out;
    -webkit-filter: url(#icon-shadow);
    -moz-filter: url(#icon-shadow);
    -ms-filter: url(#icon-shadow);
    -o-filter: url(#icon-shadow);
    filter: url(#icon-shadow); }

.svg-definitions {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0; }
  .svg-definitions svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0; }

.vjs-control-bar {
  color: white;
  display: none;
  overflow: visible;
  z-index: 100002;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: absolute;
  bottom: 0;
  padding: 0 6.3%;
  width: 100%; }
  .vjs-ad-loading .vjs-control-bar {
    display: none !important; }
  .vjs-controls-disabled .vjs-control-bar,
  .vjs-error .vjs-control-bar,
  .vjs-using-native-controls .vjs-control-bar,
  .cne-loading:not(.cne-scrubbed):not(.cne-scrubbing) .vjs-control-bar {
    display: none; }
  .vjs-ad-playing .vjs-control-bar .vjs-progress-control, .vjs-ad-playing
  .vjs-control-bar .vjs-progress-control * {
    cursor: default;
    pointer-events: none; }
  .vjs-control-bar::before {
    content: '';
    width: 100%;
    height: 80px;
    pointer-events: none;
    z-index: -1;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, black);
    background-image: linear-gradient(transparent, black); }
    [data-size*='small'] .vjs-control-bar::before {
      height: 100%;
      background-image: none;
      background-color: rgba(0, 0, 0, 0.5); }
    .vjs-ad-playing .vjs-control-bar::before {
      height: 40px; }
      [data-size*='small'] .vjs-ad-playing .vjs-control-bar::before {
        height: 100%; }

.vjs-control svg {
  filter: drop-shadow(0 0 1px #000); }

.vjs-control:not(.vjs-progress-control) {
  cursor: pointer;
  outline: none;
  overflow: visible;
  padding: 0;
  height: 16px;
  width: 14px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }

.vjs-control:focus {
  outline: none; }
  .vjs-control:focus .custom-control-focus {
    outline: 1px dotted white;
    outline-offset: 2px; }
  .vjs-control:focus:not(:-moz-focusring) .custom-control-focus {
    outline: none !important; }

.vjs-control .custom-control-focus {
  display: inline-block;
  height: 100%;
  width: 100%; }
  .vjs-control .custom-control-focus:focus {
    outline: none; }

.vjs-control.vjs-captions-button {
  order: 4;
  display: block;
  float: right;
  margin-left: 17px;
  width: 20px; }
  .vjs-control.vjs-captions-button .svg-cc-on,
  .vjs-control.vjs-captions-button .svg-cc-off {
    display: none; }
  .vjs-control.vjs-captions-button.cne-captions-disabled {
    display: none; }
  .vjs-control.vjs-captions-button.cne-captions-off {
    cursor: pointer; }
    .vjs-control.vjs-captions-button.cne-captions-off .svg-cc-on,
    .vjs-control.vjs-captions-button.cne-captions-off .svg-cc-disabled {
      display: none; }
    .vjs-control.vjs-captions-button.cne-captions-off .svg-cc-off {
      display: block; }
  .vjs-control.vjs-captions-button.cne-captions-on {
    cursor: pointer; }
    .vjs-control.vjs-captions-button.cne-captions-on .svg-cc-off,
    .vjs-control.vjs-captions-button.cne-captions-on .svg-cc-disabled {
      display: none; }
    .vjs-control.vjs-captions-button.cne-captions-on .svg-cc-on {
      display: block; }

.vjs-control.cne-volume-toggle {
  order: 3;
  float: right;
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 20px;
  z-index: 3;
  position: relative; }
  .vjs-control.cne-volume-toggle:focus .custom-control-focus {
    outline: none !important; }
  .vjs-control.cne-volume-toggle:hover .vjs-volume-control,
  .vjs-control.cne-volume-toggle:hover + .vjs-volume-control,
  .vjs-control.cne-volume-toggle .vjs-mute-control:focus .vjs-volume-control,
  .vjs-control.cne-volume-toggle .vjs-mute-control:focus + .vjs-volume-control {
    margin: 0;
    opacity: 1;
    visibility: visible; }
    .vjs-control.cne-volume-toggle:hover .vjs-volume-control::before,
    .vjs-control.cne-volume-toggle:hover + .vjs-volume-control::before,
    .vjs-control.cne-volume-toggle .vjs-mute-control:focus .vjs-volume-control::before,
    .vjs-control.cne-volume-toggle .vjs-mute-control:focus + .vjs-volume-control::before {
      border-bottom-color: rgba(0, 0, 0, 0.8);
      transition: border-bottom-color 150ms ease; }
    .vjs-control.cne-volume-toggle:hover .vjs-volume-control .vjs-volume-bar,
    .vjs-control.cne-volume-toggle:hover + .vjs-volume-control .vjs-volume-bar,
    .vjs-control.cne-volume-toggle .vjs-mute-control:focus .vjs-volume-control .vjs-volume-bar,
    .vjs-control.cne-volume-toggle .vjs-mute-control:focus + .vjs-volume-control .vjs-volume-bar {
      height: 60px; }
      .vjs-control.cne-volume-toggle:hover .vjs-volume-control .vjs-volume-bar::before,
      .vjs-control.cne-volume-toggle:hover + .vjs-volume-control .vjs-volume-bar::before,
      .vjs-control.cne-volume-toggle .vjs-mute-control:focus .vjs-volume-control .vjs-volume-bar::before,
      .vjs-control.cne-volume-toggle .vjs-mute-control:focus + .vjs-volume-control .vjs-volume-bar::before {
        background-color: rgba(0, 0, 0, 0.8);
        height: 76px;
        transition: background-color 150ms ease; }
  .vjs-control.cne-volume-toggle .vjs-mute-control {
    float: right;
    cursor: pointer;
    overflow: visible;
    outline: none;
    padding: 3px;
    z-index: 3;
    margin: 0;
    width: 26px;
    height: 24px; }
    [data-size$='small'] .vjs-control.cne-volume-toggle .vjs-mute-control {
      float: left;
      width: 33px; }
    .vjs-control.cne-volume-toggle .vjs-mute-control:-moz-focus-inner {
      border: 0; }
    .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-0 svg use {
      display: none; }
      .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-0 svg use.svg-muted, .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-0 svg use.svg-speaker {
        display: block; }
    .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-1 svg use, .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-2 svg use {
      display: none; }
      .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-1 svg use.svg-speaker, .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-1 svg use.svg-volume-low, .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-2 svg use.svg-speaker, .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-2 svg use.svg-volume-low {
        display: block; }
    .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-3 svg use {
      display: none; }
      .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-3 svg use.svg-speaker, .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-3 svg use.svg-volume-high, .vjs-control.cne-volume-toggle .vjs-mute-control.vjs-vol-3 svg use.svg-volume-low {
        display: block; }
    .vjs-control.cne-volume-toggle .vjs-mute-control .mute-toggle-container {
      display: inline-block;
      float: left;
      height: 100%;
      width: 20px; }
  .vjs-control.cne-volume-toggle .vjs-volume-control {
    cursor: pointer;
    outline: none;
    overflow: visible;
    padding: 0;
    padding-top: 15px;
    transform: rotate(180deg);
    z-index: 2;
    position: absolute;
    right: 3px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 20px; }
    [data-size$='small'] .vjs-control.cne-volume-toggle .vjs-volume-control {
      right: -3px; }
    .cne-mobile .vjs-control.cne-volume-toggle .vjs-volume-control {
      display: none;
      opacity: 0;
      visibility: hidden; }
    .vjs-control.cne-volume-toggle .vjs-volume-control::before {
      content: '';
      position: absolute;
      top: 9px;
      left: 4px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid;
      border-bottom-color: transparent; }
    .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar {
      float: left;
      margin: 0;
      transform: translateX(-50%);
      transition: height 50ms 25ms;
      position: relative;
      top: 0;
      left: 50%;
      height: 60px;
      width: 2px; }
      .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar::before, .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar::after {
        backface-visibility: hidden;
        content: '';
        transform: translateX(50%);
        position: absolute;
        top: 0;
        right: 50%; }
      .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar::before {
        background-color: transparent;
        height: 0;
        width: 22px; }
      .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar::after {
        background: #a4a0a8;
        top: 8px;
        height: 100%;
        width: 100%; }
      .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar.vjs-sliding {
        height: 60px;
        opacity: 1;
        visibility: visible; }
      .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar .vjs-volume-level {
        background: white;
        float: left;
        position: relative;
        top: 8px;
        transition: height 25ms linear;
        z-index: 4;
        height: 100%;
        width: 2px; }
        .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar .vjs-volume-level::before, .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar .vjs-volume-level::after {
          content: '';
          cursor: pointer;
          position: absolute;
          right: -0.25em;
          bottom: -5px; }
        .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar .vjs-volume-level::before {
          box-shadow: 0 0 1px 0.5px rgba(0, 0, 0, 0.75);
          z-index: 3;
          width: 10px;
          height: 10px;
          background-color: white;
          border-radius: 5px; }
        .vjs-control.cne-volume-toggle .vjs-volume-control .vjs-volume-bar .vjs-volume-level::after {
          right: 50%;
          transform: translateX(50%);
          z-index: 2;
          height: 10px;
          width: 20px; }

.vjs-control.live-indicator {
  display: none;
  order: 1;
  float: left;
  font: 400 normal 0.813em/0.813em SFUIText, sans-serif;
  position: relative;
  margin-right: auto;
  width: 40px; }
  .cne-is-live .vjs-control.live-indicator {
    display: inline-block; }
  .vjs-control.live-indicator span::before {
    box-shadow: 0 0 1px 0.5px rgba(0, 0, 0, 0.75);
    content: '';
    transform: translateY(-50%);
    transition: background-color 0.75s;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    position: absolute;
    top: 50%;
    bottom: 0; }
    .cne-insync-live .vjs-control.live-indicator span::before {
      width: 6px;
      height: 6px;
      background-color: #f7424e;
      border-radius: 3px; }
  .vjs-control.live-indicator span::after {
    content: attr(data-label);
    transform: translateY(-42%);
    position: absolute;
    top: 50%;
    right: 0; }

.vjs-control.cne-settings {
  order: 5;
  float: right;
  width: 16px;
  margin-left: 20px;
  position: relative; }
  .vjs-control.cne-settings .svg-settings {
    display: block; }
  .vjs-control.cne-settings.cne-settings-toggle:hover {
    background-color: yellow; }

.vjs-control.cne-settings-toggle {
  margin-top: 0;
  margin-bottom: 0;
  width: 16px; }

.vjs-control .cne-captions-disabled + .cne-volume-toggle + .cne-settings {
  display: none; }

.vjs-control.vjs-fullscreen-control {
  order: 6;
  float: right;
  width: 20px;
  margin-left: 20px; }
  .vjs-control.vjs-fullscreen-control .svg-full-screen {
    display: block; }
    .cne-fullscreen .vjs-control.vjs-fullscreen-control .svg-full-screen {
      display: none; }
  .vjs-control.vjs-fullscreen-control .svg-full-screen-exit {
    display: none; }
    .cne-fullscreen .vjs-control.vjs-fullscreen-control .svg-full-screen-exit {
      display: block; }

.vjs-control.vjs-play-control {
  position: relative;
  width: 20px;
  height: 25px;
  padding: 3px;
  margin: 10px 14px 10px 0; }
  .vjs-control.vjs-play-control .play-toggle-container {
    height: 100%;
    width: 100%; }
    .vjs-control.vjs-play-control .play-toggle-container .custom-control-focus {
      height: 100%;
      width: 100%; }
  .vjs-control.vjs-play-control .svg-pause,
  .vjs-control.vjs-play-control .svg-play {
    display: none; }
  .cne-paused .vjs-control.vjs-play-control .svg-pause {
    display: none; }
  .cne-paused .vjs-control.vjs-play-control .svg-play {
    display: block; }
  .cne-playing .vjs-control.vjs-play-control .svg-pause {
    display: block; }
  .cne-playing .vjs-control.vjs-play-control .svg-play {
    display: none; }

.vjs-control .vjs-play-control:not(.center-play-toggle) .play-toggle-container {
  display: inline-block;
  float: left;
  height: 16px;
  width: 14px; }

.vjs-control.vjs-time-control {
  cursor: auto;
  font: 400 normal 0.75em/0.7em SFUIText, sans-serif;
  text-align: left;
  white-space: nowrap;
  width: auto;
  -webkit-font-smoothing: antialiased; }
  .cne-is-live .vjs-control.vjs-time-control {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .vjs-live .vjs-control.vjs-time-control,
  .vjs-no-flex .vjs-control.vjs-time-control {
    display: none; }
  .vjs-control.vjs-time-control.vjs-current-time {
    order: 1; }
    .vjs-control.vjs-time-control.vjs-current-time .vjs-current-time-display {
      line-height: 0.75em;
      transform: translateY(-50%);
      display: inline-block;
      float: left;
      position: relative;
      top: 50%; }
  .vjs-control.vjs-time-control .vjs-remaining-time-display {
    margin-top: 4px; }
    [data-size='medium'] .vjs-control.vjs-time-control .vjs-remaining-time-display,
    [data-size*='large'] .vjs-control.vjs-time-control .vjs-remaining-time-display {
      display: none; }
  .vjs-control.vjs-time-control.vjs-duration {
    order: 2;
    flex: auto;
    margin-left: 1px; }
    .vjs-control.vjs-time-control.vjs-duration::before,
    .vjs-control.vjs-time-control.vjs-duration .vjs-duration-display {
      transform: translateY(-50%);
      display: inline-block;
      float: left;
      position: relative;
      top: 50%; }
    .vjs-control.vjs-time-control.vjs-duration::before {
      content: '/';
      font: 400 normal 0.8em/1em SFUIText, sans-serif; }
    .vjs-control.vjs-time-control.vjs-duration .vjs-duration-display {
      line-height: 0.75em; }

.vjs-play-control {
  order: 0;
  left: -3px; }
  [data-size*='small'] .vjs-play-control {
    position: absolute; }
  .vjs-play-control:-moz-focus-inner {
    border: 0; }

.vjs-progress-control {
  margin-left: 6.3%;
  margin-right: 6.3%; }
  .vjs-ad-playing .vjs-progress-control {
    margin-left: 0;
    margin-right: 0; }

.cne-360-dragging .vjs-control-bar {
  display: none;
  opacity: 0;
  visibility: hidden; }

.vjs-has-started.vjs-user-inactive:not(.overlay-active).cne-paused .vjs-control-bar {
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn; }

.vjs-has-started.vjs-user-inactive:not(.overlay-active).cne-playing.vjs-audio .vjs-control-bar {
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn; }

.vjs-has-started.vjs-user-inactive:not(.overlay-active).cne-playing .vjs-control-bar {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 250ms;
  -moz-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  pointer-events: none; }

.vjs-has-started.vjs-user-inactive:not(.overlay-active) .vjs-control-bar {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running; }
  .vjs-ad-playing .vjs-has-started.vjs-user-inactive:not(.overlay-active) .vjs-control-bar {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    pointer-events: none; }

.vjs-has-started .vjs-control-bar {
  display: flex;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running; }
  .vjs-ad-playing:hover .vjs-has-started .vjs-control-bar {
    display: flex;
    -webkit-animation-name: displayIn;
    -moz-animation-name: displayIn;
    animation-name: displayIn;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear; }

.vjs-button {
  background: none !important;
  border: none !important; }

[data-size*='small'] .cne-captions-control,
[data-size*='small'] .cne-settings,
[data-size*='small'] .vjs-current-time,
[data-size*='small'] .vjs-duration {
  display: none;
  opacity: 0;
  visibility: hidden; }

[data-size*='small'] .vjs-play-control {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 15%;
  height: 15%;
  transform: translate(-50%, -50%); }

[data-size*='small'] .vjs-control-bar {
  display: flex; }

[data-size*='small'] .cne-is-live .vjs-control-bar {
  justify-content: space-between; }

[data-size*='small'] .live-indicator {
  margin-right: 0; }

[data-size*='small'] .cne-volume-toggle {
  flex: initial;
  margin-left: 0;
  order: 0; }

[data-size*='small'] .vjs-time-control {
  order: 1; }

[data-size*='small'] .vjs-progress-control {
  order: 2; }

[data-size*='small'] .video-js:not(.vjs-ad-playing) .vjs-progress-control {
  height: 46px;
  position: static; }

[data-size*='small'] .vjs-captions-button {
  order: 3;
  margin-left: 0; }

[data-size*='small'] .vjs-fullscreen-control {
  order: 4; }

[data-size*='small'] .vjs-time-control {
  margin-left: 5%; }

.cne-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 100001;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: absolute;
  top: 0;
  right: -0.01%;
  bottom: 0;
  left: -0.01%;
  height: 100%;
  width: 100.02%; }
  .cne-overlay .cne-close:focus {
    outline: none; }
  .cne-paused .cne-overlay {
    display: none; }
  .cne-paused.cne-non-continuous.vjs-ended .cne-overlay {
    display: block;
    opacity: 1;
    visibility: visible; }
  .cne-loading .cne-overlay {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running; }
    .cne-loading .cne-overlay .cne-close {
      display: none; }
  .vjs-scrubbing .cne-overlay .cne-close {
    display: none; }
  .cne-live-ended .cne-overlay {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running; }
  .cne-overlay.active {
    display: inline-block;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running; }
    .cne-overlay.active.share-active .share-embed,
    .cne-overlay.active.share-active .share-url,
    .cne-overlay.active.share-active .message-overlay {
      display: none; }
    .cne-overlay.active.share-active.embed-active .share-actions {
      -webkit-animation-name: shiftOutLeft;
      -moz-animation-name: shiftOutLeft;
      animation-name: shiftOutLeft;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 200ms;
      -moz-animation-duration: 200ms;
      animation-duration: 200ms;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    .cne-overlay.active.share-active.embed-active .share-embed {
      display: block;
      -webkit-animation-name: shiftInLeft;
      -moz-animation-name: shiftInLeft;
      animation-name: shiftInLeft;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 200ms;
      -moz-animation-duration: 200ms;
      animation-duration: 200ms;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    .cne-overlay.active.share-active.embed-active .share-url {
      display: none; }
    .cne-overlay.active.share-active.url-active .share-actions {
      -webkit-animation-name: shiftOutLeft;
      -moz-animation-name: shiftOutLeft;
      animation-name: shiftOutLeft;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 200ms;
      -moz-animation-duration: 200ms;
      animation-duration: 200ms;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    .cne-overlay.active.share-active.url-active .share-embed {
      display: none; }
    .cne-overlay.active.share-active.url-active .share-url {
      display: block;
      -webkit-animation-name: shiftInLeft;
      -moz-animation-name: shiftInLeft;
      animation-name: shiftInLeft;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 200ms;
      -moz-animation-duration: 200ms;
      animation-duration: 200ms;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    .cne-overlay.active ~ .cne-video-title,
    .cne-overlay.active ~ .vjs-control-bar {
      -webkit-animation-name: displayOut;
      -moz-animation-name: displayOut;
      animation-name: displayOut;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 200ms;
      -moz-animation-duration: 200ms;
      animation-duration: 200ms;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }
    .cne-overlay.active .cne-overlay-content {
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running; }
  .cne-overlay.inactive {
    -webkit-animation-name: displayOut;
    -moz-animation-name: displayOut;
    animation-name: displayOut;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

.cne-overlay-content {
  display: none;
  z-index: 2;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 275ms;
  -moz-animation-duration: 275ms;
  animation-duration: 275ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }
  .cne-overlay-content.message-overlay {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cne-overlay-content.message-overlay h3,
    .cne-overlay-content.message-overlay h4,
    .cne-overlay-content.message-overlay .icon-warning {
      position: relative;
      display: inline-block;
      float: left; }
    .cne-overlay-content.message-overlay h3,
    .cne-overlay-content.message-overlay h4 {
      color: white;
      font: 400 normal 1.15em/1.5em SFUIText, sans-serif;
      margin-top: 20px;
      text-align: center;
      width: 60%; }
      [data-size$='small'] .cne-overlay-content.message-overlay h3, [data-size$='small']
      .cne-overlay-content.message-overlay h4 {
        font: 400 normal 0.75em/1.2em SFUIText, sans-serif;
        margin-top: 15px;
        width: 87.4%; }
      .cne-overlay-content.message-overlay h3:first-child,
      .cne-overlay-content.message-overlay h4:first-child {
        margin-top: 0; }
      .cne-overlay-content.message-overlay h3:last-child:first-child,
      .cne-overlay-content.message-overlay h4:last-child:first-child {
        margin-top: 0; }
    .cne-overlay-content.message-overlay h4 {
      font-size: 0.85em; }
    .cne-overlay-content.message-overlay .cne-button {
      margin-top: 20px; }
      [data-size$='small'] .cne-overlay-content.message-overlay .cne-button {
        margin-top: 15px; }
    .cne-overlay-content.message-overlay .icon-warning {
      border: 3px solid white;
      width: 48px;
      height: 48px;
      background-color: transparent;
      border-radius: 24px; }
      [data-size$='small'] .cne-overlay-content.message-overlay .icon-warning {
        border-width: 2px;
        width: 32px;
        height: 32px;
        background-color: transparent;
        border-radius: 16px; }
      .cne-overlay-content.message-overlay .icon-warning::before, .cne-overlay-content.message-overlay .icon-warning::after {
        background-color: white;
        content: '';
        transform: translateX(-50%); }
      .cne-overlay-content.message-overlay .icon-warning::before {
        position: absolute;
        top: 10px;
        left: 50%;
        height: 16px;
        width: 3px; }
        [data-size$='small'] .cne-overlay-content.message-overlay .icon-warning::before {
          top: 6px;
          height: 10px;
          width: 2px; }
      .cne-overlay-content.message-overlay .icon-warning::after {
        width: 4px;
        height: 4px;
        background-color: white;
        border-radius: 2px;
        position: absolute;
        bottom: 10px;
        left: 50%; }
        [data-size$='small'] .cne-overlay-content.message-overlay .icon-warning::after {
          bottom: 6px;
          width: 2px;
          height: 2px;
          background-color: white;
          border-radius: 1px; }
  .cne-overlay-content.live-overlay {
    background-color: black; }
    .cne-overlay-content.live-overlay a {
      background-color: #f7424e;
      color: white;
      display: block;
      font: 400 normal 0.75em/0.75em SFUIText, sans-serif;
      padding: 11px 10px;
      margin: 0 auto;
      text-transform: uppercase;
      height: 30px;
      width: 163px; }
    .cne-overlay-content.live-overlay h4 {
      font: 400 normal 0.875em/1.5em SFUIText, sans-serif;
      margin: 0 auto;
      padding: 20px;
      text-align: center;
      width: 274px; }
      [data-size$='small'] .cne-overlay-content.live-overlay h4 {
        font: 400 normal 0.75em/0.75em SFUIText, sans-serif; }
    .cne-overlay-content.live-overlay .live-overlay--msg {
      display: inline-block;
      transform: translateY(-50%);
      width: 100%;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0; }

.share-overlay--container {
  transition: transform 200ms ease-in-out;
  z-index: 4; }
  .share-overlay--container.share-embed, .share-overlay--container.share-url {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(100%); }
    .share-overlay--container.share-embed .share-content--container, .share-overlay--container.share-url .share-content--container {
      color: white;
      display: inline-block;
      font: 400 normal 1em/1em SFUIText, sans-serif;
      margin-top: 20px;
      max-height: 50%;
      overflow-y: auto;
      transform: translate(-50%, -50%);
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%; }
      .share-overlay--container.share-embed .share-content--container h4, .share-overlay--container.share-url .share-content--container h4 {
        clear: both;
        margin-bottom: 10px;
        display: inline-block;
        float: left; }
      .share-overlay--container.share-embed .share-content--container .share-content, .share-overlay--container.share-url .share-content--container .share-content {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        float: left;
        font: 400 normal 0.75em/1.5em SFUIText, sans-serif;
        outline: 0;
        padding: 10px;
        width: 100%;
        word-break: break-all;
        -webkit-user-select: initial;
        -moz-user-select: initial;
        -ms-user-select: initial;
        user-select: initial; }

[data-size='extra-large'] .share-actions {
  width: 100%;
  text-align: center; }

.share-actions > div {
  margin: 40px 10px;
  outline: none;
  text-align: center;
  height: 32px;
  width: 50px;
  float: left;
  cursor: pointer; }
  [data-size$='small'] .share-actions > div {
    display: none;
    height: 27px;
    margin-left: 15px;
    margin-right: 15px; }
  [data-size='small-medium'] .share-actions > div,
  [data-size='medium'] .share-actions > div,
  [data-size='medium-large'] .share-actions > div,
  [data-size='large'] .share-actions > div {
    margin-top: 20px;
    margin-bottom: 20px; }
    [data-size='small-medium'] .share-actions > div:nth-child(5),
    [data-size='medium'] .share-actions > div:nth-child(5),
    [data-size='medium-large'] .share-actions > div:nth-child(5),
    [data-size='large'] .share-actions > div:nth-child(5) {
      clear: left; }
  [data-size='extra-large'] .share-actions > div {
    margin-left: 2%;
    margin-right: 2%;
    width: 7%;
    display: inline-block;
    float: none; }
    [data-size='extra-large'] .share-actions > div svg {
      height: 48px; }
  [data-size$='small'] .share-actions > div.share-facebook-trigger, [data-size$='small'] .share-actions > div.share-twitter-trigger, [data-size$='small'] .share-actions > div.share-email-trigger {
    display: block; }
  .share-actions > div:focus {
    outline: none; }
    .share-actions > div:focus .custom-control-focus {
      outline: 1px dotted white;
      outline-offset: 2px; }
  .share-actions > div .custom-control-focus {
    display: inline-block;
    height: 100%;
    width: 100%; }
    [data-size='extra-large'] .share-actions > div .custom-control-focus {
      height: 48px; }
    .share-actions > div .custom-control-focus:focus {
      outline: none; }
  .share-actions > div svg:hover {
    fill: #f7424e; }

.share-active .share-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.cne-live-ended .cne-video-title,
.cne-live-ended .cne-close,
.cne-live-ended .vjs-control-bar {
  display: none; }

.cne-live-ended .live-overlay {
  display: inline-block;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.cne-message {
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
  min-height: 40px;
  padding: 4px 140px 4px 16px;
  width: 87.4%;
  z-index: 100003;
  -webkit-animation-name: displayOut;
  -moz-animation-name: displayOut;
  animation-name: displayOut;
  position: absolute;
  right: 6.3%;
  bottom: 10px;
  left: 6.3%;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom; }
  [data-size$='large'] .cne-message {
    max-width: 650px;
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10px;
    left: 50%; }
  .vjs-user-active.vjs-playing .cne-message {
    transform: translateY(-51px); }
    [data-size$='large'] .vjs-user-active.vjs-playing .cne-message {
      transform: translate(-50%, -51px); }
  .vjs-user-inactive.vjs-playing .cne-message {
    transform: translateY(0);
    transition: transform 150ms ease-in-out 500ms; }
    [data-size$='large'] .vjs-user-inactive.vjs-playing .cne-message {
      transform: translate(-50%, 0); }
  .cne-message:not(.inactive):not(.active) {
    display: none; }
  .cne-message.active {
    display: table;
    transition: transform 150ms ease-out 0ms;
    -webkit-animation-name: displayIn;
    -moz-animation-name: displayIn;
    animation-name: displayIn;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
    .cne-paused .cne-message.active {
      transition: transform 0s linear 0s;
      transform: translateY(-51px); }
      [data-size$='small'] .cne-paused .cne-message.active {
        display: none; }
    .vjs-ad-playing .cne-message.active {
      display: none;
      opacity: 0;
      visibility: hidden; }
  .cne-message.inactive {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
    .cne-message.inactive > * {
      opacity: 0; }
  .cne-message > * {
    transition: opacity 200ms ease-out; }
  .cne-message h4 {
    color: white;
    display: table-cell;
    font: 400 normal 0.75em/1.2em SFUIText, sans-serif;
    text-align: left;
    vertical-align: middle; }
  .cne-message .cne-button {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 45px; }
  .cne-message .cne-close {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 14px; }
    .cne-message .cne-close::before, .cne-message .cne-close::after {
      left: 45%;
      top: 0;
      height: 15px;
      width: 2px; }

#cne-auto-companion {
  clear: both;
  float: left;
  max-height: 64px;
  overflow: hidden;
  padding-top: 4px;
  transform: translate(-50%);
  position: relative;
  top: 0;
  left: 50%; }

.vjs-ad-playing {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }
  .vjs-ad-playing .vjs-control-bar {
    position: absolute;
    right: 0%;
    bottom: 0;
    left: 0%;
    padding: 0 3%; }
  .vjs-ad-playing .vjs-control.cne-settings, .vjs-ad-playing .vjs-control.vjs-captions-button, .vjs-ad-playing .vjs-control.vjs-seek-handle {
    display: none; }
  .vjs-ad-playing .vjs-control.vjs-time-control {
    visibility: hidden;
    flex: auto; }
  .vjs-ad-playing .vjs-control.vjs-progress-control {
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    -ms-transform: translateY(46px);
    -o-transform: translateY(46px);
    transform: translateY(46px); }
    .vjs-ad-playing .vjs-control.vjs-progress-control .vjs-load-progress,
    .vjs-ad-playing .vjs-control.vjs-progress-control .vjs-play-progress::before {
      display: none; }
  .vjs-ad-playing .vjs-tech {
    background-color: transparent;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }

.cne-360 .cne-non-linear .ad-wrapper {
  display: none;
  opacity: 0;
  visibility: hidden; }

.vjs-ad-playing .ad-wrapper,
.cne-non-linear .ad-wrapper {
  position: absolute !important;
  left: 0;
  bottom: 0;
  vertical-align: top;
  z-index: 3;
  display: inline-block;
  float: left;
  height: 100%;
  width: 100%; }

.vjs-ad-playing #ad-container > div,
.cne-non-linear #ad-container > div {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  -moz-transition: -moz-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  top: 0;
  left: 0; }

.cne-non-linear .ad-wrapper {
  left: 50%;
  transform: translate(-50%);
  height: 80px;
  width: 490px; }

.cne-non-linear #ad-container > div > iframe {
  height: 80px;
  width: 490px; }

.cne-non-linear.cne-paused #ad-container > div, .cne-non-linear.vjs-user-active #ad-container > div {
  -webkit-transform: translateY(-54px);
  -moz-transform: translateY(-54px);
  -ms-transform: translateY(-54px);
  -o-transform: translateY(-54px);
  transform: translateY(-54px); }

.tap-disabled {
  pointer-events: none; }

.playlist-arrow {
  cursor: pointer;
  outline: none;
  z-index: 2;
  position: absolute;
  top: 15px;
  height: 84px;
  width: 7%; }
  .playlist-arrow:hover.left .playlist-caret::before {
    border-right-color: #f7424e; }
  .playlist-arrow:hover.right .playlist-caret::before {
    border-left-color: #f7424e; }
  .playlist-arrow.disabled {
    cursor: default; }
    .playlist-arrow.disabled.left .playlist-caret::before {
      border-right-color: #3d3d3d; }
    .playlist-arrow.disabled.right .playlist-caret::before {
      border-left-color: #3d3d3d; }
  .playlist-arrow.left {
    left: 0; }
  .playlist-arrow.right {
    right: 0; }
    .playlist-arrow.right .playlist-caret::before {
      border-right-color: transparent;
      border-left-color: white;
      border-width: 10px 0 10px 10px; }
      .playlist-light .playlist-arrow.right .playlist-caret::before {
        border-left-color: #a0a0a0; }
    .playlist-arrow.right .playlist-caret::after {
      border-left-color: #282828;
      border-right-color: transparent;
      border-width: 9px 0 9px 9px;
      left: -1px;
      top: 1px; }
      .playlist-light .playlist-arrow.right .playlist-caret::after {
        border-left-color: white; }
  .playlist-arrow .playlist-caret {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 10px; }
    .playlist-arrow .playlist-caret::before, .playlist-arrow .playlist-caret::after {
      border-color: transparent;
      border-style: solid;
      content: '';
      transition: border-color 75ms ease-out;
      position: absolute;
      top: 0;
      left: 0; }
    .playlist-arrow .playlist-caret::before {
      border-right-color: white;
      border-width: 10px 10px 10px 0; }
      .playlist-light .playlist-arrow .playlist-caret::before {
        border-right-color: #282828; }
    .playlist-arrow .playlist-caret::after {
      border-left-color: transparent;
      border-right-color: #282828;
      border-width: 9px 9px 9px 0;
      left: 2px;
      top: 1px; }
      .playlist-light .playlist-arrow .playlist-caret::after {
        border-right-color: white; }

.playlist-body {
  height: 152px;
  padding: 15px 7% 5px; }

.playlist-container {
  background-color: #282828;
  border-color: transparent;
  border-style: solid;
  border-width: 0 1px 1px;
  float: left;
  height: 190px;
  width: 100%; }
  .playlist-light .playlist-container {
    background-color: white;
    border-color: #f2f2f2; }
  .playlist-container > div {
    float: left;
    position: relative;
    width: 100%; }

.playlist-header {
  background-color: #181818;
  height: 38px; }
  .playlist-light .playlist-header {
    background-color: #f2f2f2; }
  .playlist-header::before,
  .playlist-header .playlist-index {
    font: 400 normal 0.875em/normal SFUIText, sans-serif;
    transform: translateY(-50%);
    position: absolute;
    top: 50%; }
  .playlist-header::before {
    color: white;
    content: attr(data-title);
    left: 7%;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
    .playlist-light .playlist-header::before {
      color: #4e4e4e; }
  .playlist-header .playlist-index {
    color: #666;
    right: 7%;
    letter-spacing: -0.5px; }
    .playlist-light .playlist-header .playlist-index {
      color: #6a6a6a; }
    .playlist-header .playlist-index > span {
      color: white;
      float: left;
      margin-right: 6px;
      -webkit-font-smoothing: antialiased; }
      .playlist-light .playlist-header .playlist-index > span {
        color: #4e4e4e; }
      .playlist-header .playlist-index > span:last-child {
        color: #666; }
        .playlist-light .playlist-header .playlist-index > span:last-child {
          color: #6a6a6a; }

.playlist-items {
  font-size: 0;
  height: 100%;
  transition: transform ease-in-out 0.5s;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -3px; }

.playlist-items-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  float: left;
  height: 100%;
  width: 100%; }

.playlist-item {
  color: white;
  display: inline-block;
  margin: 0 3px;
  outline: none;
  font: 400 normal 12px/1.35em SFUIText, sans-serif;
  overflow: hidden;
  padding-top: 94px;
  position: relative;
  white-space: normal;
  transition: color 175ms ease-out;
  height: 126px;
  width: 150px; }
  .playlist-light .playlist-item {
    color: #38364e; }
  .playlist-item:hover, .playlist-item:focus {
    color: #f7424e; }
    .playlist-light .playlist-item:hover, .playlist-light .playlist-item:focus {
      color: #f7424e; }
    .playlist-item:hover .poster-thumb, .playlist-item:focus .poster-thumb {
      transform: scale(1.2); }
  .playlist-item.selected {
    color: #f7424e; }
  .playlist-item > h5 {
    cursor: pointer;
    font: 400 normal 12px/1rem SFUIText, sans-serif;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0; }

.poster-thumb {
  overflow: hidden;
  transition: transform 175ms linear;
  transform-origin: 50% 50%;
  background: none center center / 100% no-repeat scroll border-box border-box transparent;
  height: 100%;
  width: 100%; }

.poster-thumb-container {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 84px;
  width: 100%; }
  .poster-thumb-container:hover::after,
  .playlist-item:focus .poster-thumb-container::after {
    background-color: rgba(0, 0, 0, 0.2); }
  .poster-thumb-container:hover .little-play-btn use,
  .playlist-item:focus .poster-thumb-container .little-play-btn use {
    fill: white; }
  .poster-thumb-container:active .little-play-btn use {
    fill: #f7424e; }
  .poster-thumb-container::before {
    background-color: #f7424e;
    content: '';
    transition: transform 175ms ease-out 100ms;
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 100%; }
    .selected .poster-thumb-container::before {
      transform: translateY(-9px); }
  .poster-thumb-container::after {
    background-color: transparent;
    content: '';
    transition: background 175ms ease-out;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .poster-thumb-container .little-play-btn {
    transform: translate(-50%, -50%);
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    width: 14px; }
    .poster-thumb-container .little-play-btn:hover use {
      fill: #f7424e; }
    .poster-thumb-container .little-play-btn use {
      fill: rgba(247, 66, 78, 0);
      transition: fill 125ms ease-out; }

.cne-360-container {
  backface-visibility: hidden;
  cursor: pointer;
  display: none;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .cne-360-container.active {
    display: block;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
    .cne-360-dragging .cne-360-container.active {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: grabbing; }
  .cne-360-container:not(.active) ~ .cne-360-compass {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .cne-360-container canvas {
    backface-visibility: hidden;
    transition: all 50ms linear;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%; }

.cne-360 .cne-360-compass {
  display: inline-block;
  opacity: 1;
  visibility: visible; }

.cne-360 .cne-paused .cne-360-compass,
.cne-360 .vjs-ad-playing .cne-360-compass,
.cne-360 .overlay-active .cne-360-compass {
  display: none; }

.cne-360-compass {
  display: none;
  transition: visibility 200ms ease-out 0, background 200ms ease-out 100ms, height 200ms ease-out 0, transform 200ms ease-out 40ms, width 200ms ease-out 0;
  z-index: 100003;
  opacity: 0;
  visibility: hidden;
  height: 28px;
  width: 69px;
  position: absolute;
  right: 6.3%;
  bottom: 10px; }
  .cne-paused.vjs-user-active .cne-360-compass,
  .cne-playing.vjs-user-active .cne-360-compass {
    transform: translateY(-50px); }
  .cne-paused.vjs-user-inactive .cne-360-compass,
  .cne-playing.vjs-user-inactive .cne-360-compass,
  .cne-360-dragging.vjs-user-active.cne-playing .cne-360-compass,
  .cne-360-dragging.vjs-user-inactive.cne-playing .cne-360-compass {
    transform: translateY(0);
    transition: transform 225ms linear 300ms; }
  .cne-360-compass .cne-360-compass-dial {
    opacity: 0;
    visibility: hidden; }

.cne-360-has-dragged .cne-360-compass {
  border: solid 2px rgba(255, 255, 255, 0.5);
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px; }
  .cne-360-has-dragged .cne-360-compass .cne-360-icon {
    transform: scale(0.001);
    transition: all 200ms linear 0s;
    opacity: 0;
    visibility: hidden; }
  .cne-360-has-dragged .cne-360-compass .cne-360-compass-dial {
    margin-left: -8px;
    transition: transform 150ms linear 0ms, opacity 200ms linear 0s;
    transform-origin: bottom;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 2px;
    left: 50%;
    height: 12px;
    width: 16px; }
  .cne-360-has-dragged .cne-360-compass svg path {
    fill: white; }

.cne-option-control {
  height: 50px;
  position: relative; }
  .cne-option-control:focus {
    outline: none !important; }
  .cne-option-control.cne-dropdown {
    margin: 0 10px 0 0;
    text-align: left;
    width: 100px;
    z-index: 1; }
    .cne-option-control.cne-dropdown svg {
      z-index: -1; }
    .cne-option-control.cne-dropdown .cne-dropdown-combobox {
      padding: 0;
      margin: 0; }
      .cne-option-control.cne-dropdown .cne-dropdown-combobox .cne-dropdown-textbox {
        height: 30px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        border: solid 1px rgba(255, 255, 255, 0.2);
        color: #fff;
        cursor: pointer;
        display: block;
        padding: 8px 5px 8px 10px;
        position: absolute;
        margin: 0; }
      .cne-option-control.cne-dropdown .cne-dropdown-combobox.expanded .cne-dropdown-listbox {
        display: inline-block; }
      .cne-option-control.cne-dropdown .cne-dropdown-combobox ul.cne-dropdown-listbox {
        background-color: black;
        display: none;
        left: 0;
        margin: 0;
        padding: 0;
        border: solid 1px rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 14px;
        width: 100%;
        z-index: 5; }
        .cne-option-control.cne-dropdown .cne-dropdown-combobox ul.cne-dropdown-listbox li {
          color: #fff;
          padding: 8px 5px 8px 8px;
          vertical-align: center; }
          .cne-option-control.cne-dropdown .cne-dropdown-combobox ul.cne-dropdown-listbox li > svg {
            display: inline-block;
            padding-right: 10px;
            visibility: hidden;
            width: 20px; }
        .cne-option-control.cne-dropdown .cne-dropdown-combobox ul.cne-dropdown-listbox li.cne-option-selected > svg {
          visibility: visible; }
        .cne-option-control.cne-dropdown .cne-dropdown-combobox ul.cne-dropdown-listbox li:hover,
        .cne-option-control.cne-dropdown .cne-dropdown-combobox ul.cne-dropdown-listbox li:focus {
          background-color: rgba(255, 255, 255, 0.2); }
    .cne-option-control.cne-dropdown > svg {
      position: absolute;
      top: calc(50% + 2px);
      right: 10px; }
  .cne-option-control.cne-option-group li {
    color: white;
    display: inline-block;
    float: left;
    padding: 4px;
    text-align: center;
    height: 22px;
    width: 52px; }
    .cne-option-control.cne-option-group li.cne-option-selected {
      background-color: rgba(255, 255, 255, 0.5); }
  .cne-option-control .cne-label {
    display: block;
    padding-bottom: 3px; }

.cne-option-group ul > li,
.cne-settings:focus .custom-control-focus {
  outline: none; }

.cne-option-group ul > li:focus > .custom-control-focus,
.cne-settings-close:focus > .custom-control-focus {
  outline: 1px dotted white;
  outline-offset: 2px; }

.cne-settings .cne-settings-menu .cne-dropdown-combobox {
  height: 30px;
  width: 100px; }
  .cne-settings .cne-settings-menu .cne-dropdown-combobox:focus {
    outline: 1px dotted white;
    outline-offset: 2px; }

.hidden-accessible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.vjs-big-play-button {
  color: white;
  cursor: pointer;
  outline: 0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10001;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px; }
  [data-size$="small"] .vjs-big-play-button {
    height: 48px;
    width: 48px; }
  .vjs-big-play-button svg {
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 95%;
    width: 95%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .cne-autoplay .vjs-big-play-button,
  .vjs-has-started .vjs-big-play-button,
  .vjs-has-started.vjs-using-native-controls .vjs-big-play-button,
  .cne-is-live .vjs-big-play-button,
  .vjs-ad-loading .vjs-big-play-button,
  .cne-loading .vjs-big-play-button {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .vjs-using-native-controls .vjs-big-play-button {
    display: block; }
  .video-js:hover .vjs-big-play-button svg {
    height: 100%;
    width: 100%; }
    .video-js:hover .vjs-big-play-button svg rect {
      fill: #f7424e;
      fill-opacity: 1; }
    .video-js:hover .vjs-big-play-button svg circle {
      stroke-opacity: 1; }

[data-size="medium"] .cne-big-play-title:not(.hide-title) .vjs-big-play-button,
[data-size$="large"] .cne-big-play-title:not(.hide-title) .vjs-big-play-button {
  transform: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 26px;
  left: 20px;
  height: 52px;
  width: 52px; }

.cne-big-play-title {
  cursor: pointer;
  background-image: linear-gradient(to bottom, transparent 50%, #000);
  height: 100%;
  min-height: 72px;
  z-index: 1001;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible; }
  .cne-big-play-title.hide-title {
    background-image: none; }
    .cne-big-play-title.hide-title .cne-big-play-title-section {
      display: none; }
  .cne-big-play-title:focus {
    outline: 0; }
    .cne-big-play-title:focus .vjs-big-play-button {
      outline: dotted 1px white; }
  .cne-autoplay .cne-big-play-title,
  .cne-has-started .cne-big-play-title,
  .vjs-has-started .cne-big-play-title,
  .cne-has-started.vjs-using-native-controls .cne-big-play-title,
  .cne-is-live .cne-big-play-title,
  .vjs-ad-loading .cne-big-play-title {
    display: none;
    opacity: 0;
    visibility: hidden; }

.cne-big-play-title-section {
  color: white;
  font-weight: 500;
  max-height: 72px;
  max-width: calc(100% - 103px);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 26px;
  left: 83px;
  opacity: 1;
  visibility: visible; }
  [data-size*="small"] .cne-big-play-title-section {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: calc(100% - 30px); }

.cne-big-play-title-watch {
  font-size: 14px;
  margin-bottom: 6px; }
  [data-size$="small"] .cne-big-play-title-watch {
    display: none;
    opacity: 0;
    visibility: hidden; }

.cne-big-play-title-text {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  /* fallback for non-webkit */
  display: -webkit-box;
  font-size: 24px;
  line-height: 26px;
  max-height: 52px;
  /* fallback for non-webkit */
  overflow: hidden;
  text-overflow: ellipsis; }
  [data-size$="small"] .cne-big-play-title-text {
    font-size: 18px;
    line-height: 20px;
    max-height: 40px; }

.cne-animated-clip {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%; }
  .cne-animated-clip video {
    height: 100%;
    width: 100%; }

.vjs-has-started .cne-animated-clip {
  display: none;
  opacity: 0;
  visibility: hidden; }

.cne-scrub-poster,
.cne-scrub-poster__video {
  height: 100%;
  width: 100%;
  position: absolute; }

.cne-scrub-poster {
  top: 0;
  display: none;
  z-index: 2; }
  .vjs-scrubbing:not(.cne-mobile) .cne-scrub-poster,
  .cne-scrubbed:not(.cne-mobile) .cne-scrub-poster,
  .cne-scrubbing:not(.cne-mobile) .cne-scrub-poster {
    display: block; }

.vjs-scrubbing .cne-scrub-poster__video,
.cne-scrubbed .cne-scrub-poster__video,
.cne-scrubbing .cne-scrub-poster__video {
  filter: blur(1px); }

.vjs-scrubbing:not(.cne-mobile) .cne-overlay,
.cne-scrubbed:not(.cne-mobile) .cne-overlay,
.cne-scrubbing:not(.cne-mobile) .cne-overlay {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  animation: none; }

.cne-scrubber-thumb {
  backface-visibility: hidden;
  display: none;
  position: absolute; }
  [data-size="medium"] .vjs-progress-holder:hover .cne-scrubber-thumb,
  [data-size$="large"] .vjs-progress-holder:hover .cne-scrubber-thumb, [data-size="medium"]
  .vjs-scrubbing .cne-scrubber-thumb,
  [data-size$="large"]
  .vjs-scrubbing .cne-scrubber-thumb {
    -webkit-animation-name: scrubberStayPut;
    -moz-animation-name: scrubberStayPut;
    animation-name: scrubberStayPut;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 150ms;
    -moz-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    display: block;
    max-width: 150px;
    min-width: 96px;
    width: 50%;
    position: relative;
    bottom: 10px; }
    [data-size="medium"] .vjs-progress-holder:hover .cne-scrubber-thumb .cne-scrubber-thumb__container,
    [data-size$="large"] .vjs-progress-holder:hover .cne-scrubber-thumb .cne-scrubber-thumb__container, [data-size="medium"]
    .vjs-scrubbing .cne-scrubber-thumb .cne-scrubber-thumb__container,
    [data-size$="large"]
    .vjs-scrubbing .cne-scrubber-thumb .cne-scrubber-thumb__container {
      position: absolute;
      bottom: 0;
      left: 0; }
    .vjs-ad-playing [data-size="medium"] .vjs-progress-holder:hover .cne-scrubber-thumb, .vjs-ad-playing
    [data-size$="large"] .vjs-progress-holder:hover .cne-scrubber-thumb, .vjs-ad-playing [data-size="medium"]
    .vjs-scrubbing .cne-scrubber-thumb, .vjs-ad-playing
    [data-size$="large"]
    .vjs-scrubbing .cne-scrubber-thumb {
      display: none; }
    [data-size="medium"] .vjs-progress-holder:hover .cne-scrubber-thumb .cne-scrubber-thumb__video,
    [data-size$="large"] .vjs-progress-holder:hover .cne-scrubber-thumb .cne-scrubber-thumb__video, [data-size="medium"]
    .vjs-scrubbing .cne-scrubber-thumb .cne-scrubber-thumb__video,
    [data-size$="large"]
    .vjs-scrubbing .cne-scrubber-thumb .cne-scrubber-thumb__video {
      box-shadow: none;
      width: 100%; }
    [data-size="medium"] .vjs-progress-holder:hover .cne-scrubber-thumb .cne-scrubber-thumb__time,
    [data-size$="large"] .vjs-progress-holder:hover .cne-scrubber-thumb .cne-scrubber-thumb__time, [data-size="medium"]
    .vjs-scrubbing .cne-scrubber-thumb .cne-scrubber-thumb__time,
    [data-size$="large"]
    .vjs-scrubbing .cne-scrubber-thumb .cne-scrubber-thumb__time {
      background-color: black;
      font: 400 normal 0.688em/normal SFUIText, sans-serif;
      padding: 3px 5px;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
      z-index: 2;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      top: 0;
      bottom: auto; }

.cne-video-title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  backface-visibility: hidden;
  color: white;
  display: none;
  font: 400 normal 1.125em/1em SFUIText, sans-serif;
  margin: 0;
  padding: 20px 12.6% 0 6.3%;
  transition: background 125ms ease-out;
  height: 64px;
  width: 100%;
  z-index: 100002;
  pointer-events: none;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .cne-video-title::before {
    content: '';
    background-color: transparent;
    background-image: -webkit-linear-gradient(black, transparent);
    background-image: linear-gradient(black, transparent);
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    width: 100%;
    z-index: -1; }
    [data-size*='small'] .cne-video-title::before {
      display: none; }
  [data-size$='small'] .cne-video-title {
    font: 400 normal 0.875em/0.875em SFUIText, sans-serif;
    padding-top: 12px; }

.vjs-ad-loading.vjs-user-active .cne-video-title,
.cne-loading.vjs-user-active .cne-video-title {
  display: none;
  opacity: 0;
  visibility: hidden; }

.vjs-has-started:not(.cne-loading).vjs-user-inactive.cne-paused.cne-360-dragging .cne-video-title, .vjs-has-started:not(.cne-loading).vjs-user-inactive.cne-playing.cne-360-dragging .cne-video-title, .vjs-has-started:not(.cne-loading).vjs-user-active.cne-paused.cne-360-dragging .cne-video-title, .vjs-has-started:not(.cne-loading).vjs-user-active.cne-playing.cne-360-dragging .cne-video-title {
  display: none;
  opacity: 0;
  visibility: hidden; }

.vjs-has-started:not(.cne-loading).vjs-user-inactive.cne-paused.vjs-ad-playing .cne-video-title, .vjs-has-started:not(.cne-loading).vjs-user-inactive.cne-playing.vjs-ad-playing .cne-video-title, .vjs-has-started:not(.cne-loading).vjs-user-active.cne-paused.vjs-ad-playing .cne-video-title, .vjs-has-started:not(.cne-loading).vjs-user-active.cne-playing.vjs-ad-playing .cne-video-title {
  -webkit-animation-name: displayOut;
  -moz-animation-name: displayOut;
  animation-name: displayOut;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 250ms;
  -moz-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear; }

.vjs-has-started:not(.cne-loading).vjs-user-inactive:not(.overlay-active):not(.vjs-ad-playing).cne-paused .cne-video-title {
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn; }

.vjs-has-started:not(.cne-loading).vjs-user-inactive:not(.overlay-active):not(.vjs-ad-playing).cne-playing .cne-video-title {
  -webkit-animation-name: displayOut;
  -moz-animation-name: displayOut;
  animation-name: displayOut;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 250ms;
  -moz-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear; }

.vjs-has-started:not(.cne-loading).vjs-user-inactive:not(.overlay-active):not(.vjs-ad-playing) .cne-video-title {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running; }

.vjs-has-started:not(.cne-loading) .cne-video-title {
  display: inline-block;
  -webkit-animation-name: displayIn;
  -moz-animation-name: displayIn;
  animation-name: displayIn;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running; }

.cne-loading-spinner {
  transform: translate(-50%, -50%);
  transition: visibility 100ms linear 0, opacity 100ms ease-in-out 200ms;
  z-index: 100004;
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%; }
  [data-size="medium"] :not(.cne-has-started) .cne-loading-spinner,
  [data-size$="large"] :not(.cne-has-started) .cne-loading-spinner {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 26px;
    left: 20px;
    transform: none; }
  .vjs-ad-loading .cne-loading-spinner,
  .cne-loading:not(.cne-scrubbing) .cne-loading-spinner {
    display: inline-block;
    opacity: 1;
    visibility: visible; }
  .cne-is-live.vjs-ad-loading .cne-loading-spinner,
  .cne-paused.vjs-ad-loading .cne-loading-spinner {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .cne-loading-spinner .cne-loading-spinner-circle,
  .cne-loading-spinner .cne-loading-spinner-circle::after {
    border-radius: 50%;
    height: 70px;
    width: 70px; }
    [data-size$="medium"] .cne-loading-spinner .cne-loading-spinner-circle,
    [data-size$="large"] .cne-loading-spinner .cne-loading-spinner-circle, [data-size$="medium"]
    .cne-loading-spinner .cne-loading-spinner-circle::after,
    [data-size$="large"]
    .cne-loading-spinner .cne-loading-spinner-circle::after {
      height: 52px;
      width: 52px; }
    [data-size$="small"] .cne-loading-spinner .cne-loading-spinner-circle, [data-size$="small"]
    .cne-loading-spinner .cne-loading-spinner-circle::after {
      height: 48px;
      width: 48px; }
  .cne-loading-spinner .cne-loading-spinner-circle {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid #fff;
    border-bottom: 0.3em solid #fff;
    border-left: 0.3em solid rgba(255, 255, 255, 0.2);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.cne-mobile .persistent-mute {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 4; }
  .cne-mobile .persistent-mute .persistent-mute-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
    display: block;
    height: 32px;
    left: 3%;
    padding: 8px;
    position: absolute;
    top: 5%;
    width: 32px;
    z-index: 4; }

.cne-mobile.vjs-ad-playing .persistent-mute {
  display: block;
  height: 32px;
  left: 3%;
  position: absolute;
  top: 5%;
  width: 32px;
  z-index: 4; }
  .cne-mobile.vjs-ad-playing .persistent-mute .persistent-mute-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
    display: block;
    height: 100%;
    padding: 8px;
    width: 100%;
    z-index: 4; }

.persistent-share {
  position: absolute;
  top: 20px;
  right: calc(6.3% - 3px);
  z-index: 100003;
  opacity: 0;
  visibility: hidden; }
  .vjs-has-started .persistent-share {
    opacity: 1;
    visibility: visible; }
  .cne-loading .persistent-share,
  .overlay-active .persistent-share,
  .vjs-ad-playing .persistent-share,
  .cne-is-live .persistent-share {
    display: none;
    opacity: 0;
    visibility: hidden; }
  [data-size$='small'] .persistent-share {
    top: 8px; }
    [data-size$='small'] .persistent-share .share-widget {
      margin-right: 0; }

.share-widget {
  cursor: pointer;
  text-align: right;
  opacity: 0;
  visibility: hidden; }
  .share-widget svg {
    height: 15px;
    width: 15px; }
  .vjs-has-started .share-widget {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    -moz-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s; }
  .persistent-share:hover .share-widget {
    opacity: 1 !important; }
  .share-widget:focus {
    outline: none; }
    .share-widget:focus .custom-control-focus {
      outline: 1px dotted white;
      outline-offset: 2px; }
  .share-widget .custom-control-focus {
    display: inline-block; }
    .share-widget .custom-control-focus:focus {
      outline: none; }

.share-dropdown {
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 10px;
  position: absolute;
  right: 0;
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  width: 163px;
  opacity: 0;
  visibility: hidden; }
  .share-dropdown::after, .share-dropdown::before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: 2px;
    pointer-events: none; }
  .share-dropdown::after {
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-width: 6px;
    margin-left: -6px; }
  .share-dropdown::before {
    border-color: transparent;
    border-bottom-color: transparent;
    border-width: 6px;
    margin-left: -6px; }
  .share-dropdown.show {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible; }
  [data-size*='small'] .share-dropdown {
    display: none;
    opacity: 0;
    visibility: hidden; }

.share-dropdown-item {
  padding: 15px;
  cursor: pointer; }
  .share-dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .share-dropdown-item > div:last-child {
    margin-left: 50px; }
  .share-dropdown-item:focus {
    outline: none; }

.share-dropdown-item-icon {
  float: left;
  text-align: center;
  width: 30px; }
  .share-dropdown-item-icon svg {
    height: 17px; }

.vjs-has-started .share-widget {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .share-widget {
  opacity: 0;
  visibility: visible;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-poster {
  background-color: black;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  z-index: 4 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0; }
  .vjs-has-started .vjs-poster,
  .cne-live-ended .vjs-poster {
    opacity: 0;
    visibility: hidden; }
  .vjs-controls-disabled .vjs-has-started.cne-loading .vjs-poster, .vjs-controls-disabled
  .cne-live-ended.cne-loading .vjs-poster {
    display: none; }
  .cne-live-ended.cne-loading .vjs-poster {
    opacity: 1;
    visibility: visible; }
  .vjs-audio.vjs-has-started .vjs-poster,
  .vjs-using-native-controls .vjs-poster {
    display: block; }
  .vjs-poster img {
    float: left;
    max-height: 100%;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0; }

.vjs-load-progress,
.vjs-play-progress {
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0; }

.vjs-load-progress {
  background: rgba(164, 160, 168, 0.5);
  transition: width 150ms ease-out 50ms; }
  .vjs-load-progress div {
    background: rgba(107, 119, 121, 0.75); }

.vjs-play-progress {
  background: #fff; }
  .vjs-ad-playing .vjs-play-progress {
    background: #ffb507; }
  .vjs-play-progress::before, .vjs-play-progress::after {
    z-index: 1; }
  .vjs-play-progress::before {
    display: none;
    backface-visibility: hidden;
    box-shadow: 0 0 1px 0.1px rgba(0, 0, 0, 0.75);
    content: '';
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -5.5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 5px; }
    .vjs-ad-playing .vjs-play-progress::before {
      display: none; }

.vjs-progress-control {
  z-index: 2;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  position: absolute;
  top: -4px;
  right: 0;
  left: 0;
  height: 5px;
  width: auto; }
  .vjs-live .vjs-progress-control {
    display: none; }
  .vjs-no-flex .vjs-progress-control {
    width: auto; }
  .vjs-progress-control .vjs-keep-tooltips-inside::after {
    display: none; }
  .vjs-progress-control.vjs-hidden {
    display: initial !important; }
  .cne-is-live .vjs-progress-control {
    display: none;
    opacity: 0;
    visibility: hidden; }

.vjs-progress-holder {
  height: 3px;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }
  [data-size*="small"] .vjs-progress-holder .vjs-play-progress::before {
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 10px; }
  [data-size^="medium"] .vjs-progress-holder:hover,
  [data-size^="medium"] .vjs-scrubbing .vjs-progress-holder,
  [data-size$="large"] .vjs-progress-holder:hover,
  [data-size$="large"] .vjs-scrubbing .vjs-progress-holder {
    -webkit-animation-name: bulge;
    -moz-animation-name: bulge;
    animation-name: bulge;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 150ms;
    -moz-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
    [data-size^="medium"] .vjs-progress-holder:hover .vjs-play-progress::before,
    [data-size^="medium"] .vjs-scrubbing .vjs-progress-holder .vjs-play-progress::before,
    [data-size$="large"] .vjs-progress-holder:hover .vjs-play-progress::before,
    [data-size$="large"] .vjs-scrubbing .vjs-progress-holder .vjs-play-progress::before {
      display: block;
      -webkit-animation-name: bubbleOut;
      -moz-animation-name: bubbleOut;
      animation-name: bubbleOut;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-duration: 150ms;
      -moz-animation-duration: 150ms;
      animation-duration: 150ms;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running;
      -webkit-animation-timing-function: ease-in;
      -moz-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }
  .vjs-progress-holder::before {
    /**
     * README: what does this do? it makes it so you can hover on a 14px
     *   buffer of the progress bar and still get the hover effects!
     *   (i.e. you don't have to aim for the narrow 3px to see the magic!)
     *   -SN
     */
    content: '';
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 14px;
    width: 100%; }
  .vjs-progress-holder .vjs-load-progress,
  .vjs-progress-holder .vjs-play-progress {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .vjs-progress-holder .vjs-load-progress div {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0; }

[data-size*='small'] .vjs-scrubbing .vjs-play-progress::after {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  content: attr(data-current-time);
  font-size: 0.75em;
  height: 18px;
  padding: 2px 5px 1px;
  pointer-events: none;
  transform: translateX(50%);
  position: absolute;
  top: -2.2em;
  right: 0; }

.vjs-text-track-display {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* add some overrides here that are not available with Video JS */ }
  .vjs-text-track-display div > div {
    padding: 4px !important; }
    .vjs-text-track-display div > div > div {
      /* Captions div */
      z-index: 3; }
  .vjs-text-track-display.captions-small {
    bottom: 32px; }
  .vjs-text-track-display.captions-medium {
    bottom: 40px; }
  .vjs-text-track-display.captions-large {
    bottom: 48px; }

.vjs-user-active .vjs-text-track-display,
.vjs-paused .vjs-text-track-display {
  bottom: 49px; }

[data-size='medium'] .vjs-user-active .vjs-text-track-display,
[data-size='medium'] .vjs-paused .vjs-text-track-display,
[data-size$='large'] .vjs-user-active .vjs-text-track-display,
[data-size$='large'] .vjs-paused .vjs-text-track-display {
  bottom: 66px;
  top: 30px; }

video::-webkit-media-text-track-container {
  margin: 20px 0;
  transition: margin 100ms linear; }

.vjs-user-active video::-webkit-media-text-track-container,
.vjs-paused video::-webkit-media-text-track-container {
  margin: 30px 0 56px; }

video::-webkit-media-text-track-display {
  padding: 1px; }

video::-webkit-media-text-track-display-backdrop {
  padding: 4px !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important; }

.cne-settings {
  z-index: 3; }
  .cne-settings .cne-settings-menu {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
    cursor: default;
    display: inline-block;
    font: 400 normal 12px/12px SFUIText, sans-serif;
    font-weight: 500;
    position: absolute;
    padding: 10px;
    right: -40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cne-settings .cne-settings-menu *:focus {
      outline: none; }
    .cne-settings .cne-settings-menu .cne-settings-body,
    .cne-settings .cne-settings-menu .cne-settings-footer,
    .cne-settings .cne-settings-menu .cne-settings-header {
      margin: auto;
      padding: 0;
      width: 100%; }
    .cne-settings .cne-settings-menu .cne-settings-body {
      display: inline-block;
      min-height: 60px;
      padding: 10px 0 18px;
      vertical-align: top; }
      .cne-settings .cne-settings-menu .cne-settings-body > div {
        min-width: 200px;
        position: relative;
        vertical-align: top;
        margin-top: auto; }
      .cne-settings .cne-settings-menu .cne-settings-body .cne-caption-options {
        height: auto;
        width: 380px; }
        .cne-settings .cne-settings-menu .cne-settings-body .cne-caption-options .cne-style-options-button {
          display: none;
          margin-top: 20px; }
        .cne-settings .cne-settings-menu .cne-settings-body .cne-caption-options .cne-captions-position {
          display: inline-block;
          height: 30px;
          margin: 0;
          padding-left: 0;
          padding-top: 4px; }
      .cne-settings .cne-settings-menu .cne-settings-body .cne-player-settings {
        height: auto;
        width: 265px; }
        .cne-settings .cne-settings-menu .cne-settings-body .cne-player-settings .resolution {
          color: #f7424e;
          font-size: 10px;
          height: 11px;
          margin-top: -2px; }
    .cne-settings .cne-settings-menu .cne-settings-footer {
      border-top: solid 1px rgba(255, 255, 255, 0.2);
      bottom: 0;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .cne-settings .cne-settings-menu .cne-settings-footer .cne-captions-sample-text {
        color: #fff;
        font-size: 18px;
        line-height: normal;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        vertical-align: middle; }
    .cne-settings .cne-settings-menu .cne-settings-header {
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);
      height: 26px;
      text-align: center; }
      .cne-settings .cne-settings-menu .cne-settings-header * {
        display: inline-block; }
      .cne-settings .cne-settings-menu .cne-settings-header .cne-settings-back {
        display: none;
        left: 10px;
        position: absolute; }
        .cne-settings .cne-settings-menu .cne-settings-header .cne-settings-back .cne-settings-back-arrow {
          color: #fff; }
      .cne-settings .cne-settings-menu .cne-settings-header .cne-settings-close {
        cursor: pointer;
        position: absolute;
        right: 10px; }
      .cne-settings .cne-settings-menu .cne-settings-header .cne-settings-title {
        margin: 0;
        font-size: 14px; }
    .cne-settings .cne-settings-menu .cne-settings-button {
      bottom: 0;
      color: rgba(255, 255, 255, 0.5);
      display: inline-block;
      clear: both;
      float: none;
      height: 14px;
      left: 0;
      margin: 20px 0;
      text-align: left;
      top: auto; }
      .cne-settings .cne-settings-menu .cne-settings-button::before {
        content: attr(data-msg); }
    .cne-settings .cne-settings-menu .cne-settings-submenu > div,
    .cne-settings .cne-settings-menu .cne-setting-tab > div {
      clear: none;
      display: inline-block;
      position: relative;
      top: 0;
      vertical-align: top; }
      .cne-settings .cne-settings-menu .cne-settings-submenu > div:focus,
      .cne-settings .cne-settings-menu .cne-setting-tab > div:focus {
        outline: 0; }
    .cne-settings .cne-settings-menu .cne-settings-submenu .caption-settings-language,
    .cne-settings .cne-settings-menu .cne-settings-submenu .caption-settings-size,
    .cne-settings .cne-settings-menu .cne-setting-tab .caption-settings-language,
    .cne-settings .cne-settings-menu .cne-setting-tab .caption-settings-size {
      padding-right: 20px; }
    .cne-settings .cne-settings-menu .cne-tooltip-caret {
      bottom: -8px;
      object-fit: contain;
      position: absolute;
      right: 44px;
      height: 6px;
      width: 12px; }

.cne-settings-disabled {
  display: none; }

/*# sourceMappingURL=player-style-c612795a0f320519fa97fd0927105937.css.map*/