/*================================================================================
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-player.akamai-full-screen {
  top: 0px;
}
.akamai-hidden {
  display: none;
}
.akamai-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: pointer;
}
.akamai-flash .akamai-overlays {
  pointer-events: none;
}
.akamai-overlay {
  pointer-events: none;
}
.akamai-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-media-element {
  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-media-element,
.akamai-iphone.akamai-paused .akamai-media-element,
.akamai-hide-video .akamai-media-element {
  -webkit-transform: translateX(-2048px);
}
.akamai-controls-native .akamai-media-element,
.akamai-controls-native.akamai-iphone.akamai-ready .akamai-media-element,
.akamai-controls-native.akamai-iphone.akamai-paused .akamai-media-element,
.akamai-controls-native.akamai-hide-video .akamai-media-element {
  -webkit-transform: none;
}
.akamai-html5.akamai-ended .akamai-media-element,
.akamai-html5.akamai-error .akamai-media-element {
  width: 0px;
  height: 0px;
}
.akamai-install-flash {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100%;
}
.akamai-button {
  border: none;
  margin: 0px;
  padding: 0px;
  background: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-button .akamai-label {
  color: #535353;
  position: relative;
  top: -19px;
  left: 35px;
  font-weight: bold;
}
.akamai-button:hover .akamai-label,
.akamai-button:active .akamai-label {
  color: #FFFFFF;
}
.akamai-icon {
  background-image: url("amp.svg");
  pointer-events: auto;
}
.akamai-context-menu {
  font-size: 12px;
  position: absolute;
  outline: none;
  padding: 0px;
  margin: 0px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  border: 1px solid #ccc;
  overflow: auto;
  background: #1e1e1e;
  border-radius: 2px;
  border-color: #2e2e2e;
  z-index: 9999;
}
.akamai-context-item {
  color: #646464;
  padding: 0 25px;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 25px;
  cursor: pointer;
  display: inline-block;
}
.akamai-context-item:hover {
  color: #b0b0b0;
}
.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.akamai-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.akamai-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 {
  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.akamai-overlay {
  display: block;
}
.akamai-poster {
  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,
.akamai-ready .akamai-poster {
  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 {
  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 {
  display: block;
}
.akamai-replay-button {
  position: absolute;
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  top: 2px;
  right: 20px;
  width: 50px;
  cursor: pointer;
  pointer-events: all;
}
.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:hover .akamai-replay-icon,
.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:hover .akamai-replay-label,
.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;
  z-index: 116;
  -webkit-user-select: none;
}
.akamai-ready .akamai-title-bar,
.akamai-paused .akamai-title-bar {
  display: inline;
}
.akamai-medium-audio .akamai-title-bar {
  display: none;
}
.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: 8px 15px 5px 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.akamai-overlay {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.akamai-controls-persistent .akamai-waiting.akamai-overlay,
.akamai-controls-persistent.akamai-active .akamai-waiting.akamai-overlay {
  bottom: 0px;
}
.akamai-active .akamai-waiting.akamai-overlay {
  bottom: 50px;
}
.akamai-waiting .akamai-waiting.akamai-overlay {
  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-panel-control {
  position: absolute;
  padding: 0px;
  margin: 0px;
  height: 48px;
  width: 100%;
  top: auto;
  left: 0px;
  bottom: 0px;
  pointer-events: none;
}
.akamai-control-panel {
  pointer-events: auto;
}
.akamai-controls {
  pointer-events: none;
}
.akamai-control-bar {
  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;
  z-index: 120;
  display: none;
  bottom: 0px;
  border-top-color: #181818;
  border-top-width: 1px;
  border-top-style: solid;
  pointer-events: auto;
}
.akamai-medium-audio .akamai-control-bar {
  z-index: 113;
}
.akamai-active .akamai-control-bar,
.akamai-controls-persistent .akamai-control-bar,
.akamai-controls-persistent.akamai-inactive .akamai-control-bar,
.akamai-medium-audio .akamai-control-bar,
.akamai-ended .akamai-control-bar,
.akamai-controls-fixed .akamai-control-bar,
.akamai-controls-fixed.akamai-inactive .akamai-control-bar,
.akamai-ad-mode .akamai-control-bar,
.akamai-paused .akamai-control-bar {
  display: block;
}
.akamai-controls-none .akamai-control-bar {
  display: none;
}
.akamai-separator {
  display: none;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #585858;
  top: 0px;
  right: 90px;
}
/* overrides */
.akamai-controls-native .akamai-loading.akamai-overlay,
.akamai-controls-native .akamai-waiting.akamai-overlay,
.akamai-controls-native .akamai-replay.akamai-overlay,
.akamai-controls-native .akamai-play.akamai-overlay,
.akamai-controls-native .akamai-controls.akamai-layer,
.akamai-controls-native .akamai-poster.akamai-layer {
  display: none;
}
.akamai-controls-native .akamai-overlays.akamai-layer,
.akamai-controls-native .akamai-ads.akamai-overlay,
.akamai-controls-native .akamai-ad-container {
  pointer-events: none;
}
/* HACK enabling Pointer events only during Ad playback */
.akamai-controls-native.akamai-ad-mode .akamai-ads.akamai-overlay,
.akamai-controls-native.akamai-ad-mode .akamai-ad-container {
  pointer-events: all;
}
.akamai-controls-native.akamai-ended .akamai-play.akamai-overlay {
  display: block;
}
.akamai-controls-persistent .akamai-video,
.akamai-controls-persistent .akamai-overlays,
.akamai-controls-persistent .akamai-error {
  bottom: 50px;
  right: 0px;
  width: auto;
  height: auto;
}
.akamai-full-screen.akamai-button {
  width: 25px;
  height: 21px;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.akamai-ad-mode .akamai-full-screen.akamai-button {
  opacity: 0.4;
  pointer-events: none;
  cursor: pointer;
}
.akamai-full-screen.akamai-button .akamai-icon {
  width: 25px;
  height: 21px;
  background-position: -130px 0px;
}
.akamai-ad-mode .akamai-full-screen.akamai-button .akamai-icon {
  pointer-events: none;
}
.akamai-full-screen.akamai-button:hover .akamai-icon,
.akamai-full-screen.akamai-button:active .akamai-icon {
  background-position: -155px 0px;
}
.akamai-full-screen.akamai-button.akamai-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: pointer;
}
.akamai-medium-audio .akamai-full-screen.akamai-button {
  display: none;
}
.akamai-full-screen .akamai-full-screen.akamai-button .akamai-icon {
  background-position: -180px 0px;
}
.akamai-full-screen .akamai-full-screen.akamai-button:hover .akamai-icon,
.akamai-full-screen .akamai-full-screen.akamai-button:active .akamai-icon {
  background-position: -205px 0px;
}
.akamai-full-screen.akamai-inactive {
  cursor: none;
}
.akamai-control-bar .akamai-logo {
  display: none;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
}
.akamai-controls.akamai-logo-enabled .akamai-logo {
  display: block;
}
.akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled .akamai-full-screen.akamai-button {
  right: 105px;
}
.akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled.akamai-volume-enabled .akamai-volume.akamai-button {
  right: 140px;
}
.akamai-controls.akamai-layer.akamai-logo-enabled.akamai-volume-enabled .akamai-volume.akamai-button {
  right: 105px;
}
.akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled.akamai-volume-enabled .akamai-volume.akamai-panel {
  right: 140px;
}
.akamai-controls.akamai-layer.akamai-logo-enabled.akamai-volume-enabled .akamai-volume.akamai-panel {
  right: 105px;
}
.akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled.akamai-volume-enabled.akamai-share-enabled .akamai-share.akamai-control {
  right: 170px;
}
.akamai-controls.akamai-layer.akamai-logo-enabled.akamai-volume-enabled.akamai-full-screen-enabled.akamai-share-enabled .akamai-caption.akamai-button {
  right: 277px;
}
.akamai-controls.akamai-logo-enabled.akamai-share-enabled.akamai-volume-enabled.akamai-full-screen-enabled.akamai-cc-enabled .akamai-separator {
  right: 170px;
}
.akamai-panels {
  pointer-events: none;
}
.akamai-panel {
  display: none;
  pointer-events: auto;
  background-color: #000000;
  border-radius: 5px;
  bottom: 60px;
  margin: 0px;
  color: #57656E;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  border: none;
  width: 100%;
  height: 100%;
}
.akamai-panel.akamai-active {
  display: block;
}
.akamai-inactive .akamai-panel.akamai-active {
  display: none;
}
.akamai-play-pause.akamai-button {
  position: absolute;
  top: 14px;
  left: 26px;
  width: 18px;
  height: 21px;
}
.akamai-play-pause.akamai-button .akamai-icon {
  width: 18px;
  height: 21px;
}
.akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-play-pause.akamai-button:active .akamai-icon {
  background-position: -19px 0px;
}
.akamai-playing .akamai-play-pause.akamai-button .akamai-icon {
  background-position: -38px 0px;
  width: 19px;
}
.akamai-playing .akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-playing .akamai-play-pause.akamai-button:active .akamai-icon {
  background-position: -57px 0px;
}
.akamai-ended .akamai-play-pause.akamai-button {
  top: 12px;
  left: 22px;
  width: 23px;
  height: 25px;
}
.akamai-ended .akamai-play-pause.akamai-button .akamai-icon {
  width: 23px;
  height: 25px;
  background-position: -78px 0px;
}
.akamai-ended .akamai-play-pause.akamai-button:hover,
.akamai-ended .akamai-play-pause.akamai-button:active {
  top: 12px;
  left: 22px;
  width: 23px;
  height: 25px;
}
.akamai-ended .akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-ended .akamai-play-pause.akamai-button:active .akamai-icon {
  width: 23px;
  height: 25px;
  background-position: -105px 0px;
}
.akamai-progress {
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 14px;
  left: 66px;
  right: 150px;
  bottom: 14px;
  -webkit-user-select: none;
}
.akamai-progress .akamai-start-cap {
  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);
  border-radius: 4px 0px 0px 4px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #000000;
  width: 9px;
  height: 20px;
  position: absolute;
  left: 0px;
}
.akamai-live .akamai-progress .akamai-start-cap {
  display: none;
}
.akamai-progress .akamai-track {
  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: absolute;
  left: 9px;
  right: 9px;
  height: 20px;
  cursor: pointer;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #000000;
  -webkit-user-select: none;
}
.akamai-progress .akamai-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;
  height: 20px;
  max-width: 100%;
  min-width: 0%;
  -webkit-user-select: none;
}
.akamai-live .akamai-progress .akamai-value {
  display: none;
}
.akamai-progress .akamai-handle {
  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: -2px 0px 0px -9px;
  cursor: pointer;
  position: absolute;
  display: block;
}
.akamai-live .akamai-progress .akamai-handle {
  display: none;
}
.akamai-progress .akamai-end-cap {
  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);
  border-radius: 0px 4px 4px 0px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #000000;
  width: 9px;
  height: 20px;
  position: absolute;
  right: 0px;
}
.akamai-long-form .akamai-progress {
  right: 182px;
}
.akamai-live .akamai-progress {
  right: 110px;
}
.akamai-medium-audio .akamai-progress {
  right: 120px;
}
.akamai-ready .akamai-progress {
  pointer-events: none;
}
.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-live .akamai-scrub-time {
  display: none;
}
.akamai-scrubbing .akamai-scrub-time {
  opacity: 1;
}
.akamai-thumb-preview {
  position: absolute;
  top: -80px;
  left: -25px;
  opacity: 0;
  z-index: 1999;
  border: 1px solid #000000;
}
.akamai-scrubbing .akamai-thumb-preview {
  opacity: 1;
}
.akamai-cue-point {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 2.5px;
  background-color: #FFFFFF;
  top: 7px;
}
.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-volume.akamai-slider {
  width: auto;
  height: auto;
  background-color: #262626;
  position: absolute;
  top: 20px;
  left: 19px;
  bottom: 20px;
  right: 19px;
  border-radius: 5px;
  cursor: pointer;
  padding-top: 10px;
}
.akamai-volume.akamai-slider .akamai-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.akamai-volume.akamai-slider .akamai-value {
  position: absolute;
  bottom: 0px;
  border-radius: 5px;
  background-color: #535353;
  width: 100%;
  padding-top: 5px;
}
.akamai-volume.akamai-slider .akamai-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.akamai-play.akamai-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.akamai-overlay:hover,
.akamai-play.akamai-overlay:active {
  background-position: -348px 0px;
}
.akamai-ready .akamai-play.akamai-overlay,
.akamai-paused .akamai-play.akamai-overlay {
  display: block;
}
.akamai-event-management {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.akamai-event-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
}
.akamai-branding.akamai-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: top;
  text-align: right;
  width: 100%;
}
.akamai-branding-image {
  margin: 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.akamai-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-ads.akamai-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: all;
}
.akamai-ad-mode .akamai-ads.akamai-overlay,
.akamai-ad-overlaymode .akamai-ads.akamai-overlay {
  display: block;
  pointer-events: none;
}
.akamai-ipad .akamai-ads.akamai-overlay {
  display: none;
}
.akamai-ipad.akamai-ad-mode .akamai-ads.akamai-overlay {
  display: block;
}
.akamai-ad-container {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: all;
}
.akamai-ad-overlaymode .akamai-ad-container div {
  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-text-title {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #888888;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  right: auto;
  left: 15px;
}
.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 {
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: auto;
}
.akamai-ad-close-text {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.15);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAASAAAAEgARslrPgAAAAl2cEFnAAAACgAAAAoATqZ25QAAALpJREFUCNclyL1Kw1AAgNFPqLh3cu/D+ARV8S0UEcFVoYOL4Kw4FSmClBZiB38WHZ10sQUnB6MR2hruTVI/h5zx4MjUXRvgsvt+OQT81VBdn7803THXWUEHD+JCf+L48e9bY9WZ0AcG3SyqahYO30jYBOD9uc67lCvaALjtR52f4TSpa89cp+E+nRYayuQMcK6xOhqvDi9ui4XOCtr4MC+PJys3rK81R728fMroLwEntOhySUWDLTZ4/QdyroIjdfxoFwAAAABJRU5ErkJggg==);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
  height: 20px;
  margin: 4px 4px 0 0;
  width: 20px;
  float: right;
  height: 15px;
  cursor: pointer;
}
.akamai-ad-close-text:hover {
  background-color: #666666;
}
.akamai-ad-close-text:active {
  color: rgba(0, 0, 0, 0);
  background-color: #C4C4C4;
}
/* overrides */
.akamai-ad-mode .akamai-overlays.akamai-layer {
  pointer-events: none;
}
.akamai-ad-mode .akamai-progress,
.akamai-ad-mode .akamai-time-display {
  display: none;
}
.akamai-ad-mode .akamai-controls.akamai-layer {
  z-index: 1000;
}
.akamai-ad-overlay video {
  width: 100%;
  height: 100%;
}
.akamai-autoadvance {
  position: absolute;
  width: 25%;
  height: 15px;
  top: 0px;
  right: 6px;
  display: none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  text-align: right;
  z-index: 2;
  -webkit-user-select: none;
}
.akamai-ended.akamai-autoadvance-mode .akamai-autoadvance {
  display: block;
}
.akamai-autoadvance-text {
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
}
.akamai-ended.akamai-autoadvance-mode .akamai-replay-button {
  right: auto;
  left: 4px;
}
.akamai-ended.akamai-autoadvance-mode .akamai-caption-text {
  display: none;
}
.akamai-recommendations.akamai-overlay {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 22.5%;
  top: 20%;
  display: none;
  padding: 10px;
  margin: 0px;
  -webkit-user-select: none;
}
.akamai-recommendations-mode.akamai-ended .akamai-recommendations.akamai-overlay {
  display: block;
}
.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations.akamai-overlay {
  height: 55%;
}
.akamai-recommendations-label {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}
.akamai-recommendations-list-area {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  overflow-x: visible;
  overflow-y: scroll;
  pointer-events: all;
  -webkit-user-select: none;
}
.akamai-recommendations-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.akamai-recommendation {
  height: 32px;
  vertical-align: top;
  margin: 0px;
  padding: 6px;
  border-radius: 2px;
  border-width: 1px;
  border-color: rgba(128, 128, 128, 0.5);
  border-style: solid;
  background-color: #000000;
  margin-bottom: 2px;
}
.akamai-recommendation-thumbnail {
  width: 56px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.akamai-recommendation-text {
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
.akamai-recommendations-mode .akamai-branding.akamai-overlay {
  width: 200px;
  height: 15px;
  top: 22%;
  right: 18%;
  left: auto;
  margin-top: 2px;
  z-index: 1;
}
.akamai-recommendations-mode.akamai-full-screen .akamai-branding.akamai-overlay {
  right: 22%;
  margin-top: 0px;
}
.akamai-recommendations-mode .akamai-branding-image {
  display: none;
}
.akamai-recommendations-mode.akamai-player {
  background: #676767;
  background: -moz-linear-gradient(top, #676767 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #282828));
  background: -webkit-linear-gradient(top, #676767 0%, #282828 100%);
  background: -o-linear-gradient(top, #676767 0%, #282828 100%);
  background: -ms-linear-gradient(top, #676767 0%, #282828 100%);
  background: linear-gradient(to bottom, #676767 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0);
}
.akamai-recommendations-grid.akamai-overlay {
  -webkit-user-select: none;
  position: absolute;
  display: none;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 15%;
  padding: 10px;
  margin: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  pointer-events: auto;
}
.akamai-recommendations-mode.akamai-ended .akamai-recommendations-grid.akamai-overlay {
  display: block;
}
.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations-grid.akamai-overlay {
  height: 55%;
}
.akamai-recommendations-grid-label {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
.akamai-recommendations-grid-table-grid {
  width: 100%;
  /*height: 100%;*/
}
.akamai-recommendations-grid-row {
  height: 50%;
}
.akamai-recommendations-grid-thumbnail {
  width: 12em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.akamai-recommendations-grid-item {
  width: 50em;
  padding: 0 0.6em 1em 0;
  /*padding:
	 1em;*/
  text-align: center;
  background-color: transparent !important;
}
.akamai-recommendations-grid-text {
  font-size: 10px;
  font-weight: bold;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.akamai-recommendations-mode.akamai-player {
  background: #676767;
  background: -moz-linear-gradient(top, #676767 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #282828));
  background: -webkit-linear-gradient(top, #676767 0%, #282828 100%);
  background: -o-linear-gradient(top, #676767 0%, #282828 100%);
  background: -ms-linear-gradient(top, #676767 0%, #282828 100%);
  background: linear-gradient(to bottom, #676767 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0);
}
.akamai-recommendations-mode .akamai-branding.akamai-overlay {
  width: 200px;
  height: 15px;
  top: 22%;
  right: 18%;
  left: auto;
  margin-top: 2px;
  z-index: 1;
}
.akamai-recommendations-mode.akamai-full-screen .akamai-branding.akamai-overlay {
  right: 22%;
  margin-top: 0px;
}
.akamai-recommendations-mode .akamai-branding-image {
  display: none;
}
.akamai-captioning.akamai-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.akamai-caption-text {
  position: absolute;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-size: 15px;
  display: none;
  bottom: 0px;
  min-height: 25px;
}
.akamai-caption-text p {
  margin: 10px;
  display: inline-block;
  color: #FFFFFF;
}
.akamai-active .akamai-caption-text,
.akamai-paused .akamai-caption-text {
  bottom: 50px;
}
.akamai-active.akamai-controls-none .akamai-caption-text {
  bottom: 0px;
}
.akamai-cc-active .akamai-caption-text {
  display: block;
}
.akamai-cc-embedded .akamai-caption-text {
  display: none;
}
.akamai-caption {
  margin: 0px;
}
.akamai-caption.akamai-button {
  position: absolute;
  padding: 2px 0px 0px 1px;
  width: 23px;
  height: 21px;
  top: 12px;
  right: 52px;
  border-radius: 5px;
  border-color: #CCCCCC;
  border-style: solid;
  display: none;
}
.akamai-caption.akamai-button:hover,
.akamai-caption.akamai-button:active {
  border-color: #FFFFFF;
}
.akamai-caption.akamai-button .akamai-label {
  color: #CCCCCC;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  top: auto;
  left: auto;
}
.akamai-caption.akamai-button:hover .akamai-label,
.akamai-caption.akamai-button:active .akamai-label {
  color: #FFFFFF;
}
.akamai-cc-enabled .akamai-caption.akamai-button {
  display: block;
}
.akamai-share-enabled .akamai-caption.akamai-button,
.akamai-volume-enabled .akamai-caption.akamai-button {
  right: 90px;
}
.akamai-cc-active .akamai-caption.akamai-button {
  background-color: #ff0000;
}
.akamai-ad-mode .akamai-caption.akamai-button,
.akamai-ad-mode .akamai-cc-enabled .akamai-caption.akamai-button {
  display: none;
}
.akamai-cc-enabled .akamai-progress {
  right: 177px;
}
.akamai-long-form .akamai-cc-enabled .akamai-progress {
  right: 210px;
}
.akamai-cc-enabled .akamai-time-display {
  right: 92px;
}
.akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
  right: 145px;
}
.akamai-share-enabled.akamai-cc-enabled .akamai-progress {
  right: 225px;
}
.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
  right: 92px;
}
.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-progress {
  right: 177px;
}
::cue {
  position: absolute;
  top: 50px;
  color: #FF0000;
}
/*Captioning Setting UI Styles*/
.akamai-caption-setting-btn {
  position: absolute;
  right: 5px;
  bottom: 75px;
  display: none;
  z-index: 1;
}
.akamai-cc-active .akamai-caption-setting-btn {
  display: block;
}
.akamai-captioning-settings {
  display: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 15%;
  font-family: Arial;
  font-size: 12px;
  color: #E4E4E4;
  max-width: 390px;
  width: 90%;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  z-index: 112;
  padding: 2px 2px;
  background: #7d7e7d;
  /* Old browsers */
  pointer-events: auto;
}
.akamai-cc-setting-active .akamai-captioning-settings {
  display: block;
}
.akamai-captioning-titlebar {
  padding: .3em 1em .3em 0em;
  color: #F4F4F4;
  margin-bottom: 2px;
  background: #7d7e7d;
  /* Old browsers */
  background-color: #414141;
}
.akamai-captioning-title {
  margin: .1em .5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.akamai-captioning-titlebar-close {
  float: right;
  width: 21px;
  margin: 0 .5em;
  padding: 1px;
  height: 20px;
  border-radius: 0.5em;
  background-color: #f4f4f4;
}
.akamai-captioning-row {
  background-color: #414141;
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: -4px;
}
.akamai-captioning-label,
.akamai-captioning-preset {
  float: left;
}
.akamai-captioning-label {
  margin: 4px .5em;
  max-width: 55px;
  min-width: 55px;
}
.akamai-captioning-dropdown {
  float: left;
  max-width: 100px;
  min-width: 100px;
  margin: 4px 10px 4px 0px;
}
.akamai-captioning-label-small {
  float: left;
  margin: 4px .5em;
}
.akamai-captioning-footer-button {
  outline: 0 none;
  float: right;
  background-color: #646464;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #E4E4E4;
  font-size: 90%;
  line-height: 16px;
  min-height: 16px;
  min-width: 26px;
  width: 50px;
  margin: 2px 2px 0px 2px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-footer-button:hover,
.akamai-captioning-footer-button:active {
  background-color: #e6e6e6;
  color: #101010;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 90%;
  line-height: 16px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-footer-continer {
  display: inline-block;
  width: 100%;
}
.akamai-captioning-label:nth-child(3) {
  max-width: 55px;
  min-width: 55px;
}
.akamai-caption-text {
  position: absolute;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-size: 15px;
  display: none;
  bottom: 0px;
  min-height: 25px;
}
.akamai-captioning-preset {
  border: 1px #000000 solid;
  float: left;
  margin: .4em 0.3em;
  padding: 0em .4em;
  cursor: pointer;
}
.akamai-captioning-preset1 {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-captioning-preset2 {
  color: #FFFF00;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-captioning-preset3 {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}
.akamai-captioning-preset4 {
  color: #FFFF00;
  background-color: rgba(0, 0, 0, 0.5);
}
.akamai-captioning-color-picker {
  border: 1px #ffffff solid;
  float: left;
  margin: .3em 0.3em;
  width: 20px;
  height: 20px;
}
/*Color Picker Styles */
.akamai-colorpicker-palette {
  width: 154px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #C4C4C4;
  padding: 2px;
  display: none;
  z-index: 9999;
  top: 4px;
  pointer-events: auto;
}
.akamai-colorpicker-swatch {
  height: 12px;
  width: 12px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin: 1.5px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
.akamai-colorpicker-slider {
  width: 60%;
  -webkit-appearance: none;
  height: 10px;
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.6);
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ff0000));
  background: -webkit-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: -o-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: -ms-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: linear-gradient(to bottom, #000000 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ff0000', GradientType=0);
}
.akamai-caption-text-preview {
  position: relative;
  display: block;
  bottom: auto !important;
}
.akamai-captioning-advanced-container {
  display: none;
}
.akamai-captioning-advanced-button {
  background: none;
  border: none;
  padding: 0;
  border-bottom: 1px solid #E4E4E4;
  color: #E4E4E4;
  cursor: pointer;
}
.akamai-captioning-toggle-btn {
  cursor: pointer;
  outline: 0 none;
  float: right;
  width: 21px;
  height: 20px;
  border-radius: 0.5em;
  background-color: #f4f4f4;
  background-color: #646464;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #E4E4E4;
  font-size: 90%;
  line-height: 20px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-floater-btnselected {
  background-color: #e6e6e6;
  color: #101010;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 90%;
  line-height: 20px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-floater-btndeselected {
  background-color: #646464;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #E4E4E4;
  font-size: 90%;
  line-height: 20px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-typed p:last-child {
  -webkit-animation: wipe 3s ;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 1500px 5000px;
  -webkit-mask-image: -webkit-gradient(linear, left center, right center, color-stop(0, #000000), color-stop(0.35, #000000), color-stop(0.5, #000000), color-stop(0.9, #000000), color-stop(1, rgba(0, 0, 0, 0)));
}
@-webkit-keyframes wipe {
  0% {
    -webkit-mask-size: 0px 5000px;
  }
  100% {
    -webkit-mask-size: 1500px 5000px;
  }
}
.akamai-info.akamai-overlay {
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: 0px;
  height: 70px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: hidden;
  padding: 5px;
  z-index: 102;
}
.akamai-ready .akamai-info.akamai-overlay,
.akamai-paused .akamai-info.akamai-overlay,
.akamai-active .akamai-info.akamai-overlay {
  display: block;
}
.akamai-ad-mode .akamai-info.akamai-overlay,
.akamai-ad-mode.akamai-ready .akamai-info.akamai-overlay,
.akamai-ad-mode.akamai-paused .akamai-info.akamai-overlay,
.akamai-ad-mode.akamai-active .akamai-info.akamai-overlay,
.akamai-controls-none .akamai-info.akamai-overlay,
.akamai-controls-none.akamai-active .akamai-info.akamai-overlay {
  display: none;
}
.akamai-info-small.akamai-info.akamai-overlay {
  height: 55px;
}
.akamai-info.akamai-overlay.akamai-open {
  height: auto;
}
.akamai-info-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin-right: 100px;
}
.akamai-info-description {
  text-overflow: ellipsis;
  line-height: 14px;
  overflow: hidden;
  top: 45px;
  left: 5px;
  right: 90px;
  margin-right: 100px;
  display: none;
}
.akamai-open .akamai-info-description {
  display: block;
}
.akamai-info-short-description {
  text-overflow: ellipsis;
  line-height: 14px;
  overflow: hidden;
  top: 45px;
  left: 5px;
  right: 90px;
  height: 28px;
  margin-right: 100px;
}
.akamai-open .akamai-info-short-description {
  display: none;
}
.akamai-info-description p {
  margin: 0px 0px 6px 0px;
}
.akamai-info-icon {
  position: absolute;
  right: 15px;
  top: 13px;
}
.akamai-info-more,
.akamai-info-less,
.akamai-info-more:hover,
.akamai-info-less:hover {
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
}
.akamai-info-close {
  text-align: right;
  width: 81%;
  cursor: pointer;
  color: #FFFFFF;
  position: absolute;
  right: 90px;
  bottom: 0px;
  display: none;
}
.akamai-open .akamai-info-close {
  display: block;
}
.akamai-info-provider {
  top: 25px;
  left: 5px;
  font-weight: bold;
}
.akamai-info-small .akamai-info-short-description,
.akamai-info-small .akamai-info-description,
.akamai-info-small .akamai-info-provider {
  display: none;
}
.akamai-stats.akamai-overlay {
  width: auto;
  bottom: 55px;
  overflow: hidden;
  padding: 0px;
  margin: auto;
  z-index: 100;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  overflow-y: auto;
  pointer-events: auto;
}
.akamai-inactive .akamai-stats.akamai-overlay {
  bottom: 10px;
}
.akamai-ended .akamai-stats.akamai-overlay {
  bottom: 55px;
}
.akamai-stats-text {
  text-shadow: 1px 1px 1px #000000;
  word-wrap: break-word;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 5px 0px;
  padding: 5px 5px;
  line-height: 13px;
}
.akamai-stats-text p {
  margin: 1px 0px;
}
.akamai-stats-header {
  padding-bottom: 8px;
  display: block;
  clear: both;
}
.akamai-stats-button {
  position: absolute;
  background: url("../resources/images/hd_meter_up.png");
  padding: 2px 0px 0px 1px;
  margin: 0px 0px 0px 0px;
  width: 23px;
  height: 21px;
  top: 12px;
  right: 52px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  color: #CCCCCC;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  display: none;
  cursor: pointer;
}
.akamai-stats-enabled .akamai-stats-button {
  display: block;
}
.akamai-stats-enabled .akamai-time-display {
  right: 95px;
}
.akamai-stats-enabled .akamai-progress {
  right: 183px;
}
.akamai-stats-enabled.akamai-long-form .akamai-progress-area {
  margin-right: 212px;
}
.akamai-ais.akamai-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  top: 0px;
  left: 0px;
  background: #000000;
  pointer-events: all;
}
.akamai-flash.akamai-authenticating .akamai-overlays.akamai-layer {
  display: block;
}
.akamai-ais-chooser {
  width: 100%;
  height: 100%;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  max-width: 600px;
  max-height: 340px;
  margin-left: auto;
  margin-right: auto;
}
.akamai-ais-chooser-title {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin: 4% auto 3% auto;
}
.akamai-ais-chooser-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin: 5% auto;
  pointer-events: none;
}
.akamai-ais-chooser-label {
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  padding: 0px 3%;
}
.akamai-ais-chooser-select {
  display: inline;
  -webkit-border-radius: 0px;
  height: 25px;
  width: 40%;
  pointer-events: all;
}
.akamai-ais-chooser-login {
  display: inline;
  background-color: #666666;
  color: #FFFFFF;
  border: none;
  height: 25px;
  width: 20%;
  margin: 0px 3%;
  pointer-events: all;
}
.akamai-ais-play {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.akamai-ais-play-menu {
  position: relative;
  top: 50%;
  margin-top: -15px;
}
.akamai-ais-play-restart {
  display: inline;
}
.akamai-ais-play-resume {
  display: inline;
}
.akamai-ais-authenticating {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: -5px;
}
.akamai-ais-authenticating-button {
  position: relative;
  top: 50%;
}
.akamai-hidden {
  display: none;
}
.akamai-ais-chooser-grid {
  margin-left: 2%;
}
.akamai-ais-chooser-grid-item {
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #333333;
  color: #FFFFFF;
  font-weight: bold;
  float: left;
  width: 20%;
  height: 10%;
  text-align: center;
  padding-right: 1%;
  padding-left: 1%;
  margin: 1%;
}
.akamai-ais-chooser-grid-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 2px;
}
.akamai-ais-chooser-grid-item img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.akamai-ais-chooser-grid-index-9,
.akamai-ais-chooser-grid-index-10,
.akamai-ais-chooser-grid-index-11,
.akamai-ais-chooser-grid-index-12 {
  display: none;
}
.akamai-authenticating .akamai-media-element {
  width: 0px;
  height: 0px;
  z-index: -100;
}
.akamai-ais-chooser-grid-cell-label {
  display: none;
  font-size: 14px;
}
.akamai-ais-chooser-grid-cell-img {
  display: block;
}
.akamai-chromecast-controls {
  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);
  display: table;
  z-index: 115;
  pointer-events: auto;
}
.akamai-chromecast-controls .akamai-control-bar {
  left: 0px;
  display: block;
}
.akamai-chromecast-controls .akamai-time-display {
  right: 95px;
}
.akamai-chromecast-controls .akamai-progress {
  right: 180px;
}
.akamai-chromecast-controls.akamai-cc-enabled .akamai-caption.akamai-button {
  right: 97px;
}
.akamai-chromecast-controls.akamai-cc-enabled .akamai-time-display {
  right: 142px;
}
.akamai-chromecast-controls.akamai-cc-enabled .akamai-progress {
  right: 230px;
}
.akamai-chromecast-controls .akamai-seek-bar {
  display: block;
}
.akamai-player.akamai-chromecast-receiver {
  background-color: #000000;
  background-image: none;
  display: none;
}
.akamai-player.akamai-chromecast-receiver.akamai-paused,
.akamai-player.akamai-chromecast-receiver.akamai-playing,
.akamai-player.akamai-chromecast-receiver.akamai-waiting,
.akamai-player.akamai-chromecast-receiver.akamai-loading,
.akamai-player.akamai-chromecast-receiver.akamai-seeking {
  display: block;
}
.akamai-player.akamai-chromecast-receiver .akamai-html5.akamai-media-element.akamai-cc::cue {
  visibility: visible;
}
.akamai-player.akamai-chromecast-receiver.akamai-cc-enabled .akamai-caption-button {
  display: none;
}
.akamai-player.akamai-chromecast-receiver .akamai-full-screen.akamai-button {
  display: none;
}
.akamai-player.akamai-chromecast-receiver .akamai-time-display {
  right: 19px;
}
.akamai-player.akamai-chromecast-receiver .akamai-progress {
  right: 120px;
}
.akamai-player.akamai-chromecast-receiver .akamai-progress .akamai-handle {
  display: none;
}
.akamai-player.akamai-chromecast-receiver.akamai-active .akamai-title-bar,
.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-title-bar {
  padding-top: 12px;
  height: 30px;
  bottom: 50px;
  top: auto;
  display: block;
  position: absolute;
}
.akamai-player.akamai-chromecast-receiver.akamai-active .akamai-title-text,
.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-title-text {
  font-size: 18px;
  display: inline;
}
.akamai-player.akamai-chromecast-receiver.akamai-active .akamai-description-text,
.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-description-text {
  font-size: 18px;
  display: inline;
  bottom: auto;
  left: auto;
}
.akamai-player.akamai-chromecast-receiver.akamai-ended .akamai-branding-text,
.akamai-player.akamai-chromecast-receiver .akamai-branding-text,
.akamai-player.akamai-chromecast-receiver.akamai-ended .akamai-replay,
.akamai-player.akamai-chromecast-receiver .akamai-replay,
.akamai-player.akamai-chromecast-receiver .akamai-stats-button {
  display: none;
}
.akamai-player.akamai-chromecast-receiver.akamai-ready .akamai-play-pause.akamai-button .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-waiting .akamai-play-pause.akamai-button .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-loading .akamai-play-pause.akamai-button .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-seeking .akamai-play-pause.akamai-button .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-playing .akamai-play-pause.akamai-button .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-playing .akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-playing .akamai-play-pause.akamai-button:active .akamai-icon {
  background-position: 0px 0px;
  width: 19px;
}
.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-play-pause.akamai-button .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-play-pause.akamai-button:active .akamai-icon {
  background-position: -38px 0px;
  width: 19px;
}
.akamai-player.akamai-chromecast-receiver.akamai-ad-mode .akamai-title-bar,
.akamai-player.akamai-chromecast-receiver.akamai-ad-mode .akamai-controls {
  display: none;
}
.akamai-controls.akamai-chromecast .akamai-time-display {
  right: 96px;
}
.akamai-controls.akamai-chromecast .akamai-progress {
  right: 186px;
}
.akamai-chromecast.akamai-button {
  background: url("chromecast.png");
  position: absolute;
  right: 55px;
  width: 33px;
  height: 25px;
  top: 50%;
  margin-top: -16px;
  background-size: 38px;
  cursor: pointer;
  pointer-events: auto;
}
.akamai-player.akamai-remote-playback .akamai-controls {
  display: none;
}
.akamai-chromecast-message-container {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%;
}
/* TODO Does caption button needs to be displayed at the receiver? */
.akamai-chromecast-receiver .akamai-caption.akamai-button {
  display: none;
}
.akamai-volume.akamai-button {
  position: absolute;
  bottom: 15px;
  top: auto;
  right: 52px;
  width: 23px;
  height: 19px;
}
.akamai-volume.akamai-button .akamai-icon {
  width: 23px;
  height: 19px;
}
.akamai-volume.akamai-button .akamai-icon,
.akamai-volume-1 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-2 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-3 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-4 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-5 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-6 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-7 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-8 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-9 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-10 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0px;
}
.akamai-volume-0 .akamai-volume.akamai-button .akamai-icon {
  background-position: -707px 0px;
}
.akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-1 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-1 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-2 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-2 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-3 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-3 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-4 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-4 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-5 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-5 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-6 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-6 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-7 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-7 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-8 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-8 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-9 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-9 .akamai-volume.akamai-button:active .akamai-icon,
.akamai-volume-10 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-10 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0px;
}
.akamai-volume-0 .akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume-0 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -767px 0px;
}
.akamai-volume.akamai-panel {
  position: absolute;
  width: 48px;
  height: 158px;
  bottom: 50px;
  right: 38px;
}
.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
  right: 176px;
}
.akamai-volume-enabled .akamai-time-display {
  right: 92px;
}
.akamai-volume-enabled.akamai-cc-enabled .akamai-time-display,
.akamai-volume-enabled.akamai-share-enabled .akamai-time-display {
  right: 140px;
}
.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-progress {
  right: 258px;
}
.akamai-volume-enabled .akamai-progress {
  right: 200px;
}
.akamai-volume-enabled.akamai-cc-enabled .akamai-progress {
  right: 225px;
}
.akamai-long-form .akamai-volume-enabled.akamai-cc-enabled .akamai-progress {
  right: 270px;
}
.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-caption.akamai-button {
  right: 122px;
}
.akamai-volume-enabled .akamai-share.akamai-control {
  right: 109px;
}
.akamai-playlist.akamai-button {
  width: 25px;
  height: 20px;
  border: none;
  position: absolute;
  top: 16px;
  right: 165px;
}
.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-playlist.akamai-button {
  right: 165px;
}
.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-playlist.akamai-button {
  right: 132px;
}
.akamai-playlist.akamai-button .akamai-icon {
  width: 25px;
  height: 20px;
  background-position: -811px 0px;
}
.akamai-playlist.akamai-button .akamai-icon:hover,
.akamai-playlist.akamai-button .akamai-icon:active {
  background-position: -851px 0px;
}
.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-progress {
  right: 296px;
}
.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-progress {
  right: 265px;
}
.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-time-display {
  right: 206px;
}
.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-time-display {
  right: 175px;
}
.akamai-ad-choices {
  display: none;
  position: absolute;
  top: 6px;
  left: 80px;
}
.akamai-ad-mode .akamai-ad-choices {
  display: block;
}
.akamai-description-text {
  display: none;
}
/**
 *  WebMD AMP Skin
 */
.akamai-icon,
.akamai-play.akamai-overlay,
.akamai-caption.akamai-button {
  background-image: url("webmd.svg");
  pointer-events: auto;
}
.akamai-control-bar {
  background: none;
  border: none;
  height: 28px;
  background: #f8f8f8;
  display: block;
  bottom: -28px;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(44%, #f2f2f2), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
}
.akamai-active .akamai-control-bar {
  bottom: 0px;
}
.akamai-play-pause.akamai-button,
.akamai-playing .akamai-play-pause.akamai-button,
.akamai-ended .akamai-play-pause.akamai-button,
.akamai-ended .akamai-play-pause.akamai-button:active,
.akamai-ended .akamai-play-pause.akamai-button:hover {
  width: 29px;
  height: 28px;
  top: auto;
  left: 0px;
  bottom: 0px;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #D1D1D2;
}
.akamai-play-pause.akamai-button .akamai-icon,
.akamai-playing .akamai-play-pause.akamai-button .akamai-icon,
.akamai-ended .akamai-play-pause.akamai-button .akamai-icon {
  width: 29px;
  height: 28px;
}
.akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-play-pause.akamai-button:active .akamai-icon {
  background-position: 0px -96.5px;
}
.akamai-playing .akamai-play-pause.akamai-button .akamai-icon {
  background-position: -62px 0px;
}
.akamai-ended .akamai-play-pause.akamai-button .akamai-icon {
  width: 29px;
  height: 28px;
  background-position: 0px 0px;
}
.akamai-playing .akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-playing .akamai-play-pause.akamai-button:active .akamai-icon {
  background-position: -62px -96.5px;
}
.akamai-ended .akamai-play-pause.akamai-button:hover .akamai-icon,
.akamai-ended .akamai-play-pause.akamai-button:active .akamai-icon {
  width: 29px;
  height: 28px;
  background-position: 0px -96.5px;
}
.akamai-duration-display,
.akamai-current-time-display,
.akamai-live-display,
.akamai-scrub-time {
  font-family: "Arial";
  font-size: 12px;
  color: #565656;
}
.akamai-duration-display,
.akamai-separator-display {
  font-weight: normal;
}
.akamai-live-display {
  padding: 5px 3px;
  width: auto;
  height: auto;
  bottom: -6px;
  top: auto;
  right: auto;
  left: 0px;
  bottom: -4px;
  background-color: rgba(239, 63, 35, 0.9);
}
.akamai-cc-enabled .akamai-live-display {
  right: auto;
  left: 0px;
}
.akamai-time-display {
  right: auto !important;
  left: 41px !important;
  margin-top: -3px;
  text-align: left;
}
.akamai-progress.akamai-slider {
  top: auto;
  bottom: 31px;
}
.akamai-active .akamai-progress.akamai-slider {
  bottom: 36px;
}
.akamai-ad-mode .akamai-progress.akamai-slider {
  bottom: 31px;
}
.akamai-progress.akamai-slider,
.akamai-full-screen-enabled .akamai-progress.akamai-slider,
.akamai-share-enabled .akamai-progress.akamai-slider,
.akamai-volume-enabled .akamai-progress.akamai-slider,
.akamai-volume-enabled.akamai-full-screen-enabled .akamai-progress.akamai-slider,
.akamai-share-enabled.akamai-volume-enabled .akamai-progress.akamai-slider,
.akamai-share-enabled.akamai-full-screen-enabled .akamai-progress.akamai-slider,
.akamai-share-enabled.akamai-volume-enabled.akamai-full-screen-enabled .akamai-progress.akamai-slider {
  left: 0px;
  right: 0px;
}
.akamai-ad-mode .akamai-progress.akamai-slider {
  display: none;
}
.akamai-progress .akamai-start-cap,
.akamai-progress .akamai-end-cap {
  background: none;
  border: none;
  border-radius: 0px;
}
.akamai-progress .akamai-track {
  height: 8px;
  border: none;
  background: #848484;
}
.akamai-progress .akamai-value {
  background: #0f4881;
  height: 3px;
}
.akamai-active .akamai-progress .akamai-value {
  height: 8px;
}
.akamai-progress .akamai-handle {
  border-radius: 15px;
  width: 14px;
  height: 14px;
  margin: -7px 0px 0px -9px;
  background: #EAEAEA;
  display: none;
  z-index: 1;
  background-image: url("webmd.svg");
  background-position: -251px -375px;
}
.akamai-active .akamai-progress .akamai-handle {
  display: block;
  width: 19px;
  height: 19px;
  margin: -7px 0px 0px -9px;
}
.akamai-ad-mode .akamai-progress .akamai-handle {
  display: none;
}
.akamai-progress .akamai-start-cap,
.akamai-progress .akamai-end-cap {
  height: 3px;
}
.akamai-active .akamai-progress .akamai-start-cap,
.akamai-active .akamai-progress .akamai-end-cap {
  height: 8px;
}
.akamai-ad-mode .akamai-progress .akamai-start-cap,
.akamai-ad-mode .akamai-progress .akamai-end-cap {
  height: 3px;
}
.akamai-progress .akamai-start-cap {
  background: #0f4881;
}
.akamai-progress .akamai-end-cap {
  background: #848484;
}
.akamai-cue-point {
  height: 3px;
  width: 3px;
  border-radius: 4px;
  top: 0px;
}
.akamai-active .akamai-cue-point {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0px 0px 0px -7px;
}
.akamai-ad-mode .akamai-cue-point {
  display: none;
}
.akamai-full-screen.akamai-button {
  bottom: 0px;
  right: 0px;
  top: auto;
  display: none;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #D1D1D2;
}
.akamai-full-screen.akamai-button .akamai-icon {
  background-position: -248px 0px;
}
.akamai-full-screen-enabled .akamai-full-screen.akamai-button {
  display: block;
}
.akamai-full-screen.akamai-button,
.akamai-full-screen.akamai-button .akamai-icon {
  width: 28px;
  height: 28px;
}
.akamai-full-screen.akamai-button:hover .akamai-icon,
.akamai-full-screen.akamai-button:active .akamai-icon {
  background-position: -248px -96.5px;
}
.akamai-full-screen .akamai-full-screen.akamai-button .akamai-icon {
  background-position: -310px 0px;
}
.akamai-full-screen .akamai-full-screen.akamai-button:hover .akamai-icon,
.akamai-full-screen .akamai-full-screen.akamai-button:active .akamai-icon {
  background-position: -310px -96.5px;
}
.akamai-play.akamai-overlay {
  width: 95px;
  height: 28px;
  margin-bottom: -10px;
  margin-right: -45px;
  background-position: -559.5px -7.5px;
}
.akamai-play.akamai-overlay:hover,
.akamai-play.akamai-overlay:active {
  background-position: -559.5px -93.5px;
}
.akamai-volume.akamai-button {
  top: auto;
  height: 28px;
  width: 28px;
  bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #D1D1D2;
  display: none;
}
.akamai-volume.akamai-button,
.akamai-volume-enabled .akamai-volume.akamai-button,
.akamai-volume.akamai-button .akamai-volume-enabled.akamai-share-enabled,
.akamai-volume-enabled.akamai-full-screen-enabled .akamai-volume.akamai-button,
.akamai-full-screen-enabled.akamai-volume-enabled.akamai-share-enabled .akamai-volume.akamai-button {
  right: 30px;
  left: auto;
  display: block;
}
.akamai-volume.akamai-button .akamai-icon,
.akamai-volume-10 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-9 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-8 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-7 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-6 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-5 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-4 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-3 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-2 .akamai-volume.akamai-button .akamai-icon,
.akamai-volume-1 .akamai-volume.akamai-button .akamai-icon {
  background-position: -124px 0px;
}
.akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-10 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-9 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-8 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-7 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-6 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-5 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-4 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-3 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-2 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-1 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-10 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-9 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-8 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-7 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-6 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-5 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-4 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-3 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-2 .akamai-volume.akamai-button .akamai-icon:active,
.akamai-volume-1 .akamai-volume.akamai-button .akamai-icon:active {
  background-position: -124px -96.5px;
}
.akamai-volume-0 .akamai-volume.akamai-button .akamai-icon {
  background-position: -191px 0px;
}
.akamai-volume-0 .akamai-volume.akamai-button .akamai-icon:hover,
.akamai-volume-0 .akamai-volume.akamai-button .akamai-icon:active {
  background-position: -191px -96.5px;
}
.akamai-volume.akamai-button,
.akamai-volume.akamai-button .akamai-icon {
  width: 28px;
  height: 28px;
}
.akamai-volume.akamai-button:hover .akamai-icon,
.akamai-volume.akamai-button:active .akamai-icon {
  background-position: -124px -96.5px;
}
.akamai-volume.akamai-panel {
  top: auto;
  bottom: 39px;
  width: 28px;
  height: 90px;
  background: none;
  border: none;
  border-radius: 0px;
  z-index: 120;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #D1D1D2;
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(44%, #f2f2f2), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, #f2f2f2 44%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
}
.akamai-active.akamai-volume.akamai-panel {
  display: block;
}
.akamai-volume.akamai-panel,
.akamai-volume-enabled .akamai-volume.akamai-panel,
.akamai-volume-enabled.akamai-full-screen-enabled .akamai-volume.akamai-panel,
.akamai-volume-enabled.akamai-share-enabled .akamai-volume.akamai-panel,
.akamai-volume-enabled.akamai-full-screen-enabled.akamai-share-enabled .akamai-volume.akamai-panel {
  right: 30px;
}
.akamai-inactive .akamai-volume.akamai-panel {
  display: none;
}
.akamai-volume.akamai-slider {
  border-radius: 0px;
  padding-top: 0px;
  top: 12px;
  left: 10px;
  bottom: 12px;
  right: 10px;
  background: none;
}
.akamai-volume.akamai-slider .akamai-value {
  background-color: #174170;
  border-radius: 5px;
  padding-top: 0px;
  height: 100%;
}
.akamai-volume.akamai-slider .akamai-track {
  background-color: #616262;
  border-radius: 5px;
}
.akamai-volume.akamai-slider .akamai-handle {
  background-image: none;
  border-radius: 10px;
  width: 18px;
  height: 9px;
  margin-bottom: -5px;
  margin-left: -6.5px;
  border-radius: 2px;
  border: 1px solid #8B8B8B;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #a3a2a3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #a3a2a3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #a3a2a3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #a3a2a3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #a3a2a3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #a3a2a3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a3a2a3', GradientType=0);
  /* IE6-9 */
}
.akamai-active .akamai-waiting.akamai-overlay {
  bottom: 36px;
}
.akamai-settings.akamai-button {
  width: 28px;
  height: 28px;
  right: 30px !important;
  bottom: 0px;
  top: auto;
}
.akamai-settings.akamai-button .akamai-icon {
  width: 28px;
  height: 28px;
  background-position: -434.5px 0px;
}
.akamai-settings.akamai-button:hover .akamai-icon {
  background-position: -434.5px -95.4px;
}
.akamai-caption.akamai-button {
  right: 31px;
  top: auto;
  bottom: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  background: none;
}
.akamai-caption.akamai-button,
.akamai-caption.akamai-button .akamai-icon {
  width: 28px;
  height: 28px;
}
.akamai-caption.akamai-button .akamai-icon {
  background-position: -496.7px 0px;
}
.akamai-caption.akamai-button:hover .akamai-icon {
  background-position: -497.2px -95.4px;
}
.akamai-caption.akamai-button .akamai-label {
  display: none;
}
.akamai-ad-mode .akamai-caption.akamai-button {
  display: block;
  pointer-events: none;
}
.akamai-ad-mode .akamai-caption.akamai-button .akamai-icon {
  background-position: -497.7px -197px;
}
.akamai-ad-mode .akamai-caption.akamai-button:hover .akamai-icon {
  background-position: -497.7px -197px;
}
.akamai-ad-mode .akamai-cc-enabled .akamai-caption.akamai-button {
  display: block;
}
.akamai-cc-active .akamai-caption.akamai-button {
  background: none;
}
.akamai-cc-active .akamai-caption.akamai-button .akamai-icon {
  background-position: -497.2px -95.4px;
}
.akamai-volume-enabled .akamai-caption.akamai-button {
  right: 60px;
}
.akamai-share.akamai-control {
  top: auto;
  bottom: 0px;
  right: 85px !important;
}
.akamai-share.akamai-control .akamai-share.akamai-separator {
  display: block;
  right: 31px;
  top: auto;
  bottom: 0px;
  width: 0px;
  height: 28px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #D1D1D2;
}
.akamai-share.akamai-button {
  right: 3px !important;
  top: auto;
  bottom: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
}
.akamai-share.akamai-button,
.akamai-share.akamai-button .akamai-icon {
  width: 28px;
  height: 28px;
}
.akamai-share.akamai-button .akamai-icon {
  background-image: url("webmd.svg");
  background-position: -373.5px 0px;
}
.akamai-share.akamai-button:hover .akamai-icon {
  background-image: url("webmd.svg");
  background-position: -373.5px -95.4px;
}
