/*================================================================================
The use, disclosure, reproduction, modification, transfer, or transmittal
of this work for any purpose in any form or by any means without th
written permission of Akamai Technologies is strictly prohibited.

Confidential, Unpublished Property of Akamai Technologies.
Use and Distribution Limited Solely to Authorized Personnel.

Copyright 2011 Akamai Technologies, Inc.  All Rights Reserved.
================================================================================*/
.akamai-player {
  background: #212121;
  background: -moz-linear-gradient(top, #212121 0%, #090909 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #090909));
  background: -webkit-linear-gradient(top, #212121 0%, #090909 100%);
  background: -o-linear-gradient(top, #212121 0%, #090909 100%);
  background: -ms-linear-gradient(top, #212121 0%, #090909 100%);
  background: linear-gradient(to bottom, #212121 0%, #090909 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#090909', GradientType=0);
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
  border: none;
  overflow: hidden;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-player.akamai-medium-audio.akamai-html5,
.akamai-player.akamai-medium-audio.akamai-external {
  height: 50px;
}
.akamai-player.akamai-medium-audio.akamai-flash {
  height: 25px;
}
.akamai-hidden {
  display: none;
}
.akamai-icon {
  background-image: url("amp.svg");
}
.akamai-flash .akamai-overlays-layer {
  display: none;
}
.akamai-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-iphone.akamai-ready .akamai-video,
.akamai-iphone.akamai-paused .akamai-video,
.akamai-hide-video .akamai-video {
  -webkit-transform: translateX(-2048px);
}
.akamai-controls-native .akamai-video,
.akamai-controls-native.akamai-iphone.akamai-ready .akamai-video,
.akamai-controls-native.akamai-iphone.akamai-paused .akamai-video,
.akamai-controls-native.akamai-hide-video .akamai-video {
  -webkit-transform: none;
}
.akamai-html5.akamai-ended .akamai-video,
.akamai-html5.akamai-error .akamai-video {
  width: 0px;
  height: 0px;
}
.akamai-install-flash {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100%;
}
.akamai-end-slate {
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #272727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595959), color-stop(100%, #272727));
  background: -webkit-linear-gradient(top, #595959 0%, #272727 100%);
  background: -o-linear-gradient(top, #595959 0%, #272727 100%);
  background: -ms-linear-gradient(top, #595959 0%, #272727 100%);
  background: linear-gradient(to bottom, #595959 0%, #272727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#272727', GradientType=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  text-align: center;
  -webkit-user-select: none;
}
.akamai-ended .akamai-end-slate {
  display: block;
}
.akamai-end-slate-image {
  width: 100%;
}
.akamai-error-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  text-align: center;
  -webkit-user-select: none;
}
.akamai-error .akamai-error-layer {
  display: table;
}
.akamai-error-message {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  line-height: 23px;
  display: table-cell;
}
.akamai-loading-overlay {
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  display: none;
  background-image: url("amp.svg");
  background-position: -592px 0px;
}
.akamai-loading .akamai-loading-overlay,
.akamai-loading-overlay-open {
  display: block;
}
.akamai-poster-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  pointer-events: none;
}
.akamai-medium-audio .akamai-poster-layer,
.akamai-ready .akamai-poster-layer {
  display: table;
}
.akamai-poster-content {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%;
}
.akamai-poster-image {
  width: 100%;
}
.akamai-replay-overlay {
  background: #7c7c7c;
  background: -moz-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #595959));
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: -o-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: -ms-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: linear-gradient(to bottom, #7c7c7c 0%, #595959 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#595959', GradientType=0);
  border-top-width: 1px;
  border-top-color: #6E6E6E;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #5A5A5A;
  border-bottom-style: solid;
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  z-index: 1;
}
.akamai-ended .akamai-replay-overlay {
  display: block;
}
.akamai-replay-button {
  position: absolute;
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  top: 2px;
  right: 20px;
  width: 50px;
  cursor: pointer;
}
.akamai-replay-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 8px;
  border: none;
  margin: 0px;
  padding: 0px;
  background-image: url("amp.svg");
  background-position: -471px -10px;
}
.akamai-replay-button:active .akamai-replay-icon {
  background-position: -542px -10px;
}
.akamai-replay-label {
  position: absolute;
  left: 25px;
  color: #E1E1E1;
  text-shadow: 1px 1px 1px #000000;
}
.akamai-replay-button:active .akamai-replay-label {
  color: #FFFFFF;
}
.akamai-title-bar {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  left: 0px;
  padding: 0px;
  display: none;
  top: 0px;
  overflow: hidden;
  -webkit-user-select: none;
}
.akamai-ready .akamai-title-bar,
.akamai-paused .akamai-title-bar {
  display: inline;
}
.akamai-ad-mode .akamai-title-bar {
  display: none;
}
.akamai-title-text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-top: 8px;
  margin-left: 15px;
}
.akamai-description-text {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 8px;
  margin-left: 15px;
}
@-webkit-keyframes buffering {
  from {
    left: -28px;
  }
  to {
    left: 0px;
  }
}
.akamai-waiting-overlay {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.akamai-controls-persistent .akamai-waiting-overlay,
.akamai-controls-persistent.akamai-active .akamai-waiting-overlay {
  bottom: 0px;
}
.akamai-active .akamai-waiting-overlay {
  bottom: 50px;
}
.akamai-waiting .akamai-waiting-overlay,
.akamai-waiting-overlay-open {
  display: block;
}
.akamai-waiting-bar {
  width: 150%;
  height: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  margin-left: -28px;
  padding: 0px;
  border: none;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(64, 64, 64, 0.5);
  background-image: url("bar.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-color: rgba(128, 128, 128, 0.5);
  -webkit-animation: buffering 0.25s linear infinite;
}
.akamai-waiting-text {
  color: #CCCCCC;
  position: absolute;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px #000000;
}
.akamai-controls-layer {
  background: #212121;
  background: -moz-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #212121 0%, #1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#1d1d1d', GradientType=0);
  top: auto;
  width: 100%;
  height: 50px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
  display: none;
  bottom: 0px;
  border-top-color: #181818;
  border-top-width: 1px;
  border-top-style: solid;
}
.akamai-medium-audio .akamai-controls-layer {
  z-index: 113;
}
.akamai-controls-none .akamai-controls-layer {
  display: none;
}
.akamai-active .akamai-controls-layer,
.akamai-controls-persistent.akamai-inactive .akamai-controls-layer,
.akamai-medium-audio .akamai-controls-layer,
.akamai-ended .akamai-controls-layer,
.akamai-controls-fixed .akamai-controls-layer,
.akamai-inactive.akamai-controls-fixed .akamai-controls-layer,
.akamai-paused .akamai-controls-layer {
  display: block;
}
.akamai-separator {
  display: none;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #585858;
  top: 0px;
  right: 90px;
}
/* overrides */
.akamai-controls-native .akamai-overlays-layer,
.akamai-controls-native .akamai-poster-layer {
  display: none;
}
.akamai-controls-persistent .akamai-video-area,
.akamai-controls-persistent .akamai-overlays,
.akamai-controls-persistent .akamai-error-slate {
  bottom: 50px;
}
.akamai-full-screen-button {
  width: 25px;
  height: 21px;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px;
  padding: 0px;
  background-position: -130px 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-full-screen-button:active {
  background-position: -155px 0px;
}
.akamai-medium-audio .akamai-full-screen-button {
  display: none;
}
.akamai-full-screen-button-icon {
  width: 25px;
  height: 21px;
  background-position: -130px 0px;
}
.akamai-full-screen .akamai-full-screen-button {
  background-position: -180px 0px;
}
.akamai-full-screen .akamai-full-screen-button:active {
  background-position: -205px 0px;
}
.akamai-disable-full-screen .akamai-full-screen-button {
  opacity: 0.15;
  pointer-events: none;
}
.akamai-play-pause-button {
  border: none;
  position: absolute;
  top: 14px;
  left: 26px;
  width: 18px;
  height: 21px;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -19px 0px;
}
.akamai-play-pause-button-icon {
  width: 18px;
  height: 21px;
}
.akamai-playing .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -38px 0px;
  width: 19px;
}
.akamai-playing .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -57px 0px;
}
.akamai-ended .akamai-play-pause-button {
  top: 12px;
  left: 22px;
  width: 23px;
  height: 25px;
}
.akamai-ended .akamai-play-pause-button .akamai-play-pause-button-icon {
  width: 23px;
  height: 25px;
  background-position: -78px 0px;
}
.akamai-ended .akamai-play-pause-button:active {
  top: 12px;
  left: 22px;
  width: 23px;
  height: 25px;
}
.akamai-ended .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  width: 23px;
  height: 25px;
  background-position: -105px 0px;
}
.akamai-progress-area {
  width: auto;
  height: auto;
  padding: 0px;
  margin-top: 15px;
  margin-left: 66px;
  margin-right: 150px;
  -webkit-user-select: none;
}
.akamai-long-form .akamai-progress-area {
  margin-right: 182px;
}
.akamai-progress {
  background: #0f0f0f;
  background: -moz-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f0f0f), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: -o-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: -ms-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: linear-gradient(to bottom, #0f0f0f 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#000000', GradientType=0);
  position: relative;
  height: 20px;
  cursor: pointer;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  -webkit-user-select: none;
}
.akamai-buffer-value {
  background: #555555;
  background: -moz-linear-gradient(top, #555555 0%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #555555 0%, #212121 100%);
  background: -o-linear-gradient(top, #555555 0%, #212121 100%);
  background: -ms-linear-gradient(top, #555555 0%, #212121 100%);
  background: linear-gradient(to bottom, #555555 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#212121', GradientType=0);
  position: absolute;
  border-radius: 4px;
  height: 20px;
  max-width: 100%;
  min-width: 0%;
  -webkit-user-select: none;
}
.akamai-progress-value {
  background: #c80000;
  background: -moz-linear-gradient(top, #c80000 0%, #210000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c80000), color-stop(100%, #210000));
  background: -webkit-linear-gradient(top, #c80000 0%, #210000 100%);
  background: -o-linear-gradient(top, #c80000 0%, #210000 100%);
  background: -ms-linear-gradient(top, #c80000 0%, #210000 100%);
  background: linear-gradient(to bottom, #c80000 0%, #210000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80000', endColorstr='#210000', GradientType=0);
  position: absolute;
  border-radius: 4px 0px 0px 4px;
  height: 20px;
  max-width: 100%;
  min-width: 0%;
  -webkit-user-select: none;
}
.akamai-scrubber {
  background: #c8c8c8;
  background: -moz-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: -o-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: -ms-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: linear-gradient(to bottom, #c8c8c8 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#212121', GradientType=0);
  border-radius: 5px;
  width: 18px;
  height: 24px;
  padding: 0px;
  margin: -3px 0px 0px 0px;
  cursor: pointer;
  position: absolute;
  display: block;
}
.akamai-scrub-time {
  background: #212121;
  background: -moz-linear-gradient(top, #212121 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #212121 0%, #000000 100%);
  background: -o-linear-gradient(top, #212121 0%, #000000 100%);
  background: -ms-linear-gradient(top, #212121 0%, #000000 100%);
  background: linear-gradient(to bottom, #212121 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#000000', GradientType=0);
  border-radius: 5px;
  position: absolute;
  top: -30px;
  left: -25px;
  width: 75px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
  padding-top: 5px;
  margin-top: -20px;
  margin-left: -37px;
  opacity: 0;
  z-index: 2000;
  -webkit-user-select: none;
}
.akamai-scrubbing .akamai-scrub-time {
  opacity: 1;
}
.akamai-seek-bar {
  position: absolute;
  width: 100%;
  height: 100%;
}
.akamai-live .akamai-progress-area {
  margin-right: 60px;
}
.akamai-live .akamai-scrub-time,
.akamai-live .akamai-scrubber,
.akamai-live .akamai-buffer-value,
.akamai-live .akamai-progress-value,
.akamai-live .akamai-seek-bar,
.akamai-ready .akamai-seek-bar {
  display: none;
}
.akamai-cue-point {
  position: absolute;
  top: 1px;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #CCCCCC;
}
.akamai-medium-audio .akamai-progress-area {
  margin-right: 120px;
}
.akamai-ready .akamai-progress-area {
  pointer-events: none;
}
.akamai-time-display {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 58px;
  width: 125px;
  height: 9px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  line-height: 9px;
  -webkit-user-select: none;
}
.akamai-medium-audio .akamai-time-display {
  right: 16px;
}
.akamai-current-time-display {
  color: #CCCCCC;
  text-align: right;
  -webkit-user-select: none;
  display: inline;
}
.akamai-live .akamai-current-time-display {
  display: none;
}
.akamai-separator-display {
  display: inline;
}
.akamai-live .akamai-separator-display {
  display: none;
}
.akamai-duration-display {
  display: inline;
  text-align: right;
  -webkit-user-select: none;
}
.akamai-live .akamai-duration-display {
  display: none;
}
.akamai-live-display {
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  background-color: #FF0000;
  display: none;
  width: 30px;
  height: 11px;
  top: 6px;
  right: 7px;
  padding-top: 2px;
  margin-top: -6px;
  font-size: 10px;
  -webkit-user-select: none;
  cursor: pointer;
  z-index: 100;
}
.akamai-cc-enabled .akamai-live-display {
  right: 42px;
}
.akamai-live .akamai-live-display {
  display: block;
}
.akamai-slider {
  width: auto;
  height: auto;
  background-color: #262626;
  position: absolute;
  top: 20px;
  left: 19px;
  bottom: 20px;
  right: 19px;
  border-radius: 5px;
  pointer: cursor;
  padding-top: 10px;
}
.akamai-slider-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.akamai-slider-value {
  position: absolute;
  bottom: 0px;
  border-radius: 5px;
  background-color: #535353;
  width: 100%;
  padding-top: 5px;
}
.akamai-slider-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.akamai-play-overlay {
  width: 118px;
  height: 118px;
  border: none;
  position: absolute;
  display: none;
  right: 50%;
  bottom: 50%;
  margin-bottom: -59px;
  margin-right: -59px;
  background-image: url("amp.svg");
  background-position: -231px 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  z-index: 111;
  pointer-events: all;
  cursor: pointer;
}
.akamai-play-overlay:active {
  background-position: -348px 0px;
}
.akamai-ready .akamai-play-overlay,
.akamai-paused .akamai-play-overlay,
.akamai-play-overlay-open {
  display: block;
}
.akamai-branding-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
  pointer-events: none;
  margin: 0px;
  padding: 0px;
}
.akamai-branding-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.akamai-branding-image {
  margin: 0px;
  display: none;
  opacity: 0;
}
.akamai-branding-logo {
  display: block;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 10px;
}
.akamai-loading .akamai-branding-image,
.akamai-ended .akamai-branding-image {
  display: inline;
  opacity: 1;
}
.akamai-loading .akamai-branding-image {
  margin-top: -70px;
}
.akamai-loading .akamai-loading-overlay {
  margin-top: 10px;
}
.akamai-branding-text {
  color: #CCCCCC;
  font-weight: normal;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 10px;
  display: none;
}
.akamai-ended .akamai-branding-text {
  display: block;
}
.akamai-branding-text a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.akamai-event-management {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.akamai-event-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
}
.akamai-ads {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  pointer-events: none;
}
.akamai-ad-mode .akamai-ads {
  display: block;
  pointer-events: auto;
}
.akamai-ad-container {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-ad-overlaymode .akamai-ad-container div {
  margin-left: -150px;
  left: 50%;
  bottom: 60px;
}
.akamai-inactive .akamai-ad-container div {
  bottom: 0px;
}
.akamai-ad-container iframe {
  background-color: rgba(0, 0, 0, 0);
}
.akamai-ad-container video {
  left: 0px;
}
.akamai-ad-mode .akamai-ad-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-ad-mode.akamai-kindlefirehd .akamai-ad-container,
.akamai-ad-mode.akamai-iphone .akamai-ad-container {
  width: 0px;
  height: 0px;
  display: none;
}
.akamai-ad-banner {
  width: 100%;
  height: 30px;
  border-bottom-width: 1px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
  display: none;
}
.akamai-ad-mode .akamai-ad-banner {
  display: block;
}
.akamai-ad-text-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.akamai-ad-text {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #888888;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.akamai-ad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 110;
  pointer-events: none;
  text-align: center;
}
.akamai-ad-overlay-mode .akamai-ad-overlay {
  display: block;
}
.akamai-ad-mode.akamai-ad-overlay-mode .akamai-ad-overlay,
.akamai-ended .akamai-ad-overlay {
  display: none;
}
.akamai-ad-overlay-anchor {
  position: absolute;
  width: 450px;
  height: 40px;
  border: none;
  pointer-events: auto;
  bottom: 0px;
  display: block;
  left: 50%;
  margin-left: -225px;
}
.akamai-active .akamai-ad-overlay-anchor {
  bottom: 50px;
}
.akamai-paused .akamai-ad-overlay-anchor {
  bottom: 50px;
}
.akamai-ad-mode .akamai-ad-overlay-anchor {
  display: none;
}
.akamai-ad-overlay-img {
  width: 450px;
  height: 40px;
  border: none;
}
.akamai-ad-close-button {
  position: absolute;
  right: 77px;
  bottom: 30px;
  width: 10px;
  height: 10px;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  border-style: none;
  pointer-events: auto;
}
.akamai-active .akamai-ad-close-button {
  bottom: 80px;
}
.akamai-paused .akamai-ad-close-button {
  bottom: 80px;
}
.akamai-ad-close-text {
  margin-top: -3px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
.akamai-ad-close-text:hover {
  background-color: #666666;
}
.akamai-ad-close-text:active {
  color: #000000;
  background-color: #FFFFFF;
}
/* overrides */
.akamai-ad-mode .akamai-overlays-layer {
  pointer-events: none;
}
.akamai-ad-mode .akamai-progress-area,
.akamai-ad-mode .akamai-time-display {
  display: none;
}
.akamai-ad-mode .akamai-controls {
  z-index: 1000;
}
.akamai-share-control {
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 13px;
  right: 77px;
  display: none;
}
.akamai-share-enabled .akamai-share-control {
  display: block;
}
.akamai-share-button {
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 24px;
  height: 24px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-style: none;
  background-image: url("share.svg");
  background-color: transparent;
}
.akamai-share-button:active {
  background-position: -25px 0px;
}
.akamai-share-enabled .akamai-time-display {
  right: 95px;
}
.akamai-share-enabled .akamai-progress-area {
  margin-right: 180px;
}
.akamai-share-enabled.akamai-long-form .akamai-progress-area {
  margin-right: 212px;
}
.akamai-share-separator {
  display: none;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #585858;
  top: 0px;
  right: 90px;
}
.akamai-share-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.65);
}
.akamai-share-close-button {
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 20px;
  height: 19px;
  top: 5px;
  right: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-style: none;
}
.akamai-share-window {
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 348px;
  height: 140px;
  top: 50%;
  left: 50%;
  margin-left: -174px;
  margin-top: -70px;
}
.akamai-share-window label {
  font-weight: bold;
  font-size: 14px;
}
.akamai-share-window input[type=text] {
  width: 321px;
}
.akamai-share-link-label {
  position: absolute;
  top: 38px;
  left: 10px;
}
.akamai-share-link-field {
  position: absolute;
  top: 56px;
  left: 10px;
}
.akamai-share-embed-label {
  position: absolute;
  top: 90px;
  left: 10px;
}
.akamai-share-embed-field {
  position: absolute;
  top: 108px;
  left: 10px;
}
.akamai-ticker {
  position: absolute;
  width: 100%;
  height: 18px;
  bottom: 0px;
  right: 6px;
  display: none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  text-align: center;
  z-index: 100;
  -webkit-marquee: auto medium infinite scroll normal;
  overflow-x: -webkit-marquee;
  -webkit-user-select: none;
}
.akamai-controls-persistent.akamai-active .akamai-ticker,
.akamai-controls-persistent .akamai-ticker {
  bottom: 0px;
}
.akamai-ticker-mode .akamai-ticker {
  display: block;
  background-color: #57090b;
}
.akamai-ended .akamai-ticker,
.akamai-ad-mode.akamai-ticker-mode .akamai-ticker {
  display: none;
}
.akamai-active .akamai-ticker {
  bottom: 50px;
}
.akamai-ticker-text {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000000;
  width: 2000px;
}
.akamai-ad-overlay-anchor {
  bottom: 18px;
}
.akamai-active .akamai-ad-overlay-anchor {
  bottom: 82px;
}
.akamai-ad-close-button {
  right: 77px;
  bottom: 48px;
}
.akamai-active .akamai-ad-close-button {
  bottom: 112px;
}
.akamai-player.akamai-html5.akamai-medium-audio {
  height: 100%;
}
.akamai-flash.akamai-medium-audio {
  height: 100%;
}
.akamai-icon,
.akamai-button-icon {
  background-image: url("sprite.png");
}
.akamai-loading .akamai-branding-image,
.akamai-ended .akamai-branding-image {
  display: none;
  opacity: 0;
}
.akamai-ended .akamai-branding-text {
  display: none;
}
.akamai-controls-layer {
  border-style: none;
  height: 64px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.akamai-persistent-controls .akamai-video-layer,
.akamai-persistent-controls .akamai-overlays-layer,
.akamai-persistent-controls .akamai-error-layer {
  bottom: 64px;
}
.akamai-end-slate {
  background-image: url("sprite.png");
  background-position: -330.25px 0px;
  width: 100%;
  height: 100%;
}
.akamai-full-screen-button {
  width: 23px;
  height: 19px;
  top: 21px;
  right: 10px;
  background-image: none;
}
.akamai-full-screen-button .akamai-full-screen-button-icon {
  background-position: -191.3px -8.75px;
}
.akamai-full-screen-button:active .akamai-full-screen-button-icon {
  background-position: -191.5px -58.75px;
}
.akamai-full-screen .akamai-full-screen-button {
  width: 27px;
  height: 22.5px;
}
.akamai-full-screen .akamai-full-screen-button-icon {
  background-position: -189.3px -83.5px;
}
.akamai-full-screen .akamai-full-screen-button:active .akamai-full-screen-button-icon {
  width: 27px;
  height: 22.5px;
  background-position: -189.3px -22.5px;
}
.akamai-loading .akamai-loading-overlay {
  margin-top: 0px;
}
.akamai-play-overlay {
  background-image: url("sprite.png");
  background-position: -118px -574px;
}
.akamai-play-overlay:active {
  background-position: 0px -574px;
}
.akamai-play-pause-button {
  top: 7px;
  left: 6px;
  width: 48px;
  height: 48.25px;
}
.akamai-play-pause-button-icon {
  width: 48px;
  height: 48.25px;
  background-position: -75.3px -9.15px;
}
.akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -75.3px -64.15px;
}
.akamai-playing .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -19.5px -9.15px;
  width: 48px;
}
.akamai-playing .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -19.5px -63.75px;
}
.akamai-live.akamai-playing .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -131px -9px;
}
.akamai-live.akamai-playing .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -131px -120px;
}
.akamai-ended .akamai-play-pause-button {
  top: 7px;
  left: 6px;
  width: 48px;
  height: 48.25px;
  background-position: -75.3px -9.15px;
}
.akamai-ended .akamai-play-pause-button:active {
  top: 7px;
  left: 6px;
  width: 48px;
  height: 48.25px;
  background-position: -75.3px -64.15px;
}
.akamai-ended .akamai-play-pause-button .akamai-play-pause-button-icon {
  top: 7px;
  left: 6px;
  width: 48px;
  height: 48.25px;
  background-position: -75.3px -9.15px;
}
.akamai-ended .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  top: 7px;
  left: 6px;
  width: 48px;
  height: 48.25px;
  background-position: -75.3px -64.15px;
}
.akamai-html5.akamai-medium-audio .akamai-poster-overlay {
  display: table;
}
.akamai-progress-area {
  margin-right: 70px;
}
.akamai-progress {
  position: relative;
  background-image: none;
  height: 6px;
  width: 100%;
  top: 12px;
  cursor: pointer;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
}
.akamai-buffer-value {
  background-image: none;
  background-color: #FBFBFB;
  border-radius: 4px;
  height: 8px;
  top: -1px;
  left: -1px;
  padding-right: 2px;
}
.akamai-progress-value {
  background-color: #BB0F18;
  background-image: none;
  border-radius: 4px 0px 0px 4px;
  height: 8px;
  top: -1px;
  left: -1px;
  padding-right: 2px;
}
.akamai-scrubber {
  background-image: url("sprite.png");
  background-position: -267px -9.5px;
  border-radius: 5px;
  width: 19px;
  height: 19px;
  margin: -5px -5px -5px -5px;
  top: -2px;
}
.akamai-scrubber:active {
  background-position: -267.05px -56.75px;
}
.akamai-scrub-time {
  top: -30px;
  left: -25px;
}
.akamai-time-display {
  top: 50px;
  right: 70px;
  margin-top: -10px;
}
.akamai-current-time-display,
.akamai-duration-display {
  color: #FFF;
}
.akamai-scrub-time {
  top: -15px;
  left: -25px;
}
.akamai-live .akamai-progress {
  opacity: 0;
}
.akamai-live-display {
  top: -7px;
}
.akamai-ended .akamai-replay-overlay {
  display: none;
}
/**
 * 	Share
 */
.akamai-share-close-button {
  background: url('sprite2.png') no-repeat;
}
.akamai-share-button {
  background: url('share.png') no-repeat;
}
.akamai-share-button {
  top: 18px;
  right: 52px;
}
.akamai-share-button {
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
}
.akamai-share-button:active {
  background-position: -25px 0px;
}
.akamai-share-close-button {
  background-position: -588px -69px;
}
.akamai-share-window {
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #333333 0%, #111111 100%);
  background: -o-linear-gradient(top, #333333 0%, #111111 100%);
  background: -ms-linear-gradient(top, #333333 0%, #111111 100%);
  background: linear-gradient(to bottom, #333333 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111', GradientType=0);
  height: 140px;
  width: 90%;
  position: relative;
  top: 50%;
  left: auto;
  margin: -70px auto auto auto;
  max-width: 350px;
}
.akamai-share-title {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-color: #464646;
  border-bottom-style: solid;
  font-weight: bold;
  font-size: 14px;
}
.akamai-share-link-label {
  top: 38px;
}
.akamai-share-embed-label {
  top: 90px;
}
.akamai-share-link-field {
  top: 56px;
}
.akamai-share-embed-field {
  top: 108px;
}
.akamai-share-window label {
  font-weight: bold;
  font-size: 14px;
}
.akamai-share-window input[type=text],
.akamai-share-window label {
  position: absolute;
  left: 10px;
}
.akamai-share-window input[type=text] {
  width: auto;
  right: 10px;
}
.akamai-ticker {
  width: 80%;
  right: 60px;
}
.akamai-active .akamai-ticker {
  bottom: 64px;
}
.akamai-title-bar {
  top: 0px;
}
.akamai-volume-button {
  width: 25px;
  height: 25px;
  background-image: url("sprite.png");
  background-position: -226px -5px;
  display: none;
}
.akamai-volume-button:active {
  background-position: -226px -30px;
  display: none;
}
.akamai-active .akamai-waiting-overlay {
  bottom: 64px;
}
.akamai-waiting-text {
  margin-top: 2px;
}
/* Generated by http://css.spritegen.com CSS Sprite Generator */
.akamai-branding-prn .akamai-icon,
.akamai-branding-prn .akamai-button-icon,
.akamai-branding-prn .akamai-controls-layer,
.akamai-branding-prn .akamai-replay-button,
.akamai-branding-prn .akamai-scrubber {
  background: url('sprite2.png') no-repeat;
}
/**
 * 	Player
 */
.akamai-branding-prn.akamai-ended .akamai-video {
  width: 100%;
  height: 100%;
  width: 23px;
  height: 20px;
}
/**
 * 	Controls
 */
.akamai-branding-prn .akamai-controls-layer {
  height: 41px;
  background-position: 0px -145px;
  background-repeat: repeat;
  border-style: none;
}
.akamai-branding-prn.akamai-persistent-controls .akamai-video-layer,
.akamai-branding-prn.akamai-persistent-controls .akamai-overlays-layer,
.akamai-branding-prn.akamai-persistent-controls .akamai-error-layer {
  bottom: 41px;
}
/**
 * 	FullScreen
 */
.akamai-branding-prn .akamai-full-screen-button {
  top: 50%;
  margin-top: -9px;
}
.akamai-branding-prn .akamai-full-screen-button .akamai-full-screen-button-icon {
  background-position: -416px -51px;
  width: 24px;
  height: 23px;
  top: 11px;
}
.akamai-branding-prn .akamai-full-screen-button:active .akamai-full-screen-button-icon {
  background-position: -602px -23px;
  width: 24px;
  height: 23px;
}
/**
 * 	Play Pause
 */
.akamai-branding-prn .akamai-play-pause-button {
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
.akamai-branding-prn .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -568px -48px;
  width: 20px;
  height: 23px;
  top: 11px;
  left: 15px;
}
.akamai-branding-prn .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -570px -25px;
  width: 20px;
  height: 23px;
}
.akamai-branding-prn.akamai-playing .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -626px -23px;
  width: 18px;
  height: 23px;
}
.akamai-branding-prn.akamai-playing .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -618px -46px;
  width: 18px;
  height: 23px;
}
.akamai-branding-prn.akamai-live.akamai-playing .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -602px 0px;
  width: 22px;
  height: 23px;
}
.akamai-branding-prn.akamai-live.akamai-playing .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -504px -48px;
  width: 22px;
  height: 23px;
}
.akamai-branding-prn.akamai-ended .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -526px -48px;
  width: 21px;
  height: 23px;
}
.akamai-branding-prn.akamai-ended .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  top: 11px;
  left: 16px;
  width: 23px;
  height: 25px;
  background-position: -547px -48px;
  width: 21px;
  height: 23px;
}
/**
 * 	Time Display
 */
.akamai-branding-prn .akamai-time-display {
  top: 50%;
  margin-top: -4px;
  right: 57px;
  font-size: 11px;
}
.akamai-branding-prn.akamai-share-enabled .akamai-time-display {
  right: 107px;
}
.akamai-branding-prn.akamai-medium-audio .akamai-time-display {
  right: 15px;
}
.akamai-branding-prn.akamai-medium-audio.akamai-share-enabled .akamai-time-display {
  right: 57px;
}
.akamai-branding-prn.akamai-long-form .akamai-time-display {
  right: 58px;
}
.akamai-branding-prn.akamai-long-form.akamai-share-enabled .akamai-time-display {
  right: 99px;
}
.akamai-branding-prn .akamai-current-time-display,
.akamai-branding-prn .akamai-duration-display,
.akamai-branding-prn .akamai-separator-display {
  color: #FFFFFF;
}
/**
 * 	Separator
 */
.akamai-branding-prn.akamai-medium-audio .akamai-separator {
  display: none;
}
.akamai-branding-prn.akamai-medium-audio.akamai-share-enabled .akamai-separator {
  display: block;
}
.akamai-branding-prn .akamai-separator,
.akamai-branding-prn.akamai-medium-audio.akamai-share-enabled .akamai-separator {
  right: 46px;
}
.akamai-branding-prn.akamai-share-enabled .akamai-separator {
  right: 90px;
}
/**
 * 	Progress
 */
.akamai-branding-prn .akamai-progress-area {
  margin-top: auto;
  margin-left: 50px;
  margin-right: 135px;
}
.akamai-branding-prn.akamai-share-enabled .akamai-progress-area {
  margin-right: 190px;
}
.akamai-branding-prn.akamai-long-form .akamai-progress-area {
  margin-right: 168px;
}
.akamai-branding-prn.akamai-long-form.akamai-share-enabled .akamai-progress-area {
  margin-right: 205px;
}
.akamai-branding-prn.akamai-medium-audio .akamai-progress-area {
  margin-right: 96px;
}
.akamai-branding-prn.akamai-medium-audio.akamai-share-enabled .akamai-progress-area {
  margin-right: 135px;
}
.akamai-branding-prn .akamai-progress {
  top: 7px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#434343));
  height: 26px;
  border-width: 0px;
  border-radius: 0px;
}
.akamai-branding-prn .akamai-progress-value {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b52424), to(#681515));
  height: 26px;
  border-radius: 0px;
  top: 0px;
}
.akamai-branding-prn .akamai-buffer-value {
  display: none;
}
.akamai-branding-prn .akamai-scrubber {
  background-position: -505px 0px;
  width: 12px;
  height: 26px;
  border-radius: 0px;
  margin: 0px 0px 0px -6px;
  top: 0px;
}
.akamai-branding-prn .akamai-scrubber:active {
  background-position: -505px 0px;
}
.akamai-branding-prn.akamai-live .akamai-progress {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b52424), to(#681515));
  opacity: 1;
}
.akamai-branding-prn.akamai-live .akamai-progress-area {
  margin-right: 190px;
}
.akamai-medium-audio.akamai-branding-prn.akamai-live .akamai-progress-area {
  margin-right: 130px;
}
/**
 * 	Live
 */
.akamai-branding-prn.akamai-live .akamai-live-display {
  background-color: transparent;
  top: 4px;
  font-size: 12px;
  font-weight: bold;
  right: auto;
}
.akamai-medium-audio.akamai-branding-prn.akamai-live .akamai-time-display {
  right: auto;
  left: 55px;
}
.akamai-medium-audio.akamai-branding-prn.akamai-live .akamai-progress-area {
  display: none;
}
/**
 * Branding 	
 */
.akamai-branding-prn .akamai-branding-image {
  width: 85px;
  height: 25px;
  display: block;
  opacity: 1;
  top: 10px;
  right: 10px;
  position: absolute;
}
/**
 * 	Title bar
 */
.akamai-title-bar {
  height: 46px;
}
/**
 * 	End Slate
 */
.akamai-end-slate {
  background-image: none;
}
/**
 * 	Share
 */
.akamai-branding-prn .akamai-share-button {
  top: -5px;
  right: -29px;
}
.akamai-branding-prn .akamai-separator {
  display: block;
}
.akamai-branding-prn.akamai-medium-audio .akamai-share-button {
  right: 9px;
}
.akamai-branding-prn.akamai-medium-audio .akamai-share-separator {
  right: 40px;
}
.akamai-branding-prn.akamai-medium-audio .akamai-share-control {
  right: 0px;
}
/**
 * 	Replay
 */
.akamai-branding-prn .akamai-replay-overlay {
  height: 100%;
  background: transparent;
  border-style: none;
  z-index: 1;
}
.akamai-branding-prn.akamai-ended .akamai-replay-overlay {
  display: block;
}
.akamai-branding-prn .akamai-replay-button {
  background-position: -391px 0px;
  width: 113px;
  height: 51px;
  top: 50%;
  left: 50%;
  right: auto;
  margin-left: -57px;
  margin-top: -25px;
}
.akamai-branding-prn .akamai-replay-label,
.akamai-branding-prn.akamai-ended .akamai-replay-icon {
  display: none;
}
/**
 * 	Waiting
 */
.akamai-branding-prn.akamai-active .akamai-waiting-overlay,
.akamai-branding-prn.akamai-medium-audio .akamai-waiting-overlay {
  bottom: 41px;
}
.akamai-branding-prn.akamai-persistent-controls .akamai-waiting-overlay,
.akamai-branding-prn.akamai-persistent-controls.akamai-active .akamai-waiting-overlay {
  bottom: 0px;
}
