@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-moz-keyframes spin-back {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-90deg);
  }
}
@-webkit-keyframes spin-back {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-90deg);
  }
}
@keyframes spin-back {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-90deg);
  }
}
@media (min-width: 825px) {
  #video-container #control-overlay #wwx-end-frame {
    font-size: 6px;
  }
}
@media (max-width: 1100px) {
  #video-container #three-sixty-controls {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
@media (max-width: 700px) {
  #video-container #three-sixty-controls {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
#waxConsole {
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  display: none;
  color: #ffffff;
  font-family: 'wireWAX' !important;
}
#waxConsole #consoleTimecode {
  width: 50px;
  height: 50px;
  background-color: black;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#waxConsole .header {
  height: 20%;
  position: relative;
  margin: 0 3%;
}
#waxConsole .header .consoleTitle {
  text-align: center;
  font-size: 3em;
  margin: 10px;
}
#waxConsole .header .waxConsoleLabel {
  font-size: 1.5em;
}
#waxConsole .form-container {
  width: 50%;
  float: left;
}
#waxConsole .form-container .arrow {
  color: white;
  font-size: 3em;
  font-weight: bolder;
  cursor: pointer;
}
#waxConsole .formFrame,
#waxConsole .formTime {
  border: 0;
  font-size: 3em;
  text-align: center;
  width: 85%;
  color: black;
  line-height: 2em;
}
#waxConsole .toggle-tag-highlight {
  color: black;
  background-color: white;
  padding: 0.5em;
  font-size: 2em;
  position: absolute;
  left: 50%;
  margin-left: -5em;
  bottom: -1em;
  cursor: pointer;
}
#waxConsole .toggle-tag-highlight.active {
  background-color: black;
  color: white;
}
#waxConsole .player-data,
#waxConsole .tag-data {
  float: left;
  height: 65%;
  margin-top: 5%;
}
#waxConsole .player-data {
  width: 22%;
  font-size: 1.5em;
  margin-left: 5%;
}
#waxConsole .player-data p {
  line-height: 2em;
}
#waxConsole .tag-data {
  width: 73%;
}
#waxConsole .tag-data p {
  font-size: 1.5em;
  line-height: 2em;
}
#waxConsole .tag-data .dynamic-tags,
#waxConsole .tag-data .static-tags {
  height: 30%;
  overflow-y: scroll;
}
#waxConsole .tag-data .tag-data-container {
  float: left;
  margin: 2%;
  cursor: pointer;
}
#waxConsole .tag-sprites {
  height: 100%;
  overflow-y: scroll;
}
#waxConsole .tag-sprites .tag-sprite {
  float: left;
  padding: 10px;
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}
#waxConsole .tag-sprites .tag-sprite.active {
  background-color: #7bafa8;
}
#waxConsole .tag-sprites .tag-sprite:hover {
  background-color: white;
  color: black;
}
#waxConsole .pixel-timecode {
  display: none;
  margin-right: 5%;
}
#waxConsole .pixel-timecode .timecode-container {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#waxConsole .pixel-timecode .timecode-container form {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#waxConsole .pixel-timecode #consoleTimecode {
  width: 200px;
  height: 200px;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
}
#waxConsole .pixel-timecode .frameSkip {
  margin: 0px;
  float: left;
  z-index: 310;
}
#waxConsole .pixel-timecode .forwardFrame {
  float: left;
}
#waxConsole .pixel-timecode .backFrame {
  float: left;
}
#waxConsole .pixel-timecode #consoleTimecodeNumber {
  text-align: center;
  width: 50px;
  font-size: 2em;
  float: left;
}
#waxConsole .pixel-timecode #consoleTime {
  position: absolute;
  top: 290px;
  right: 20px;
  text-align: center;
  width: 200px;
}
#video-container {
  position: relative;
  background-color: #000000;
  
  
  
}
#video-container.wirewax-no-logo #wirewax-logo {
  display: none !important;
}
#video-container .ww4-button {
  height: 3em;
  line-height: 3em;
  font-size: 3em;
  color: white;
  width: 7em;
  margin: 4% auto;
  background-color: #7bafa8;
  border-radius: 3em;
  font-family: wireWAX;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#video-container .ww4-button:hover {
  background-color: white;
  color: #7bafa8;
}
#video-container #three-sixty-radar {
  height: 12em;
  width: 12em;
  position: absolute;
  top: 60px;
  left: 22px;
  pointer-events: none;
}
#video-container #three-sixty-radar .three-sixty-radar-fov {
  display: none;
  position: absolute;
  height: 4.5em;
  width: 6em;
  left: 2.5em;
  top: 1em;
  z-index: 100;
  transform: rotate(-60deg);
  background: url('//edge-assets.wirewax.com/creativeData/epix360/radar/radarviewpoint.png') no-repeat center;
  background-size: contain;
}
#video-container #three-sixty-radar .three-sixty-radar-inner-circle {
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 1000px;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 20px;
  top: 20px;
}
#video-container #three-sixty-radar .three-sixty-radar-outer-circle {
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 1000px;
  position: absolute;
  height: 74px;
  width: 74px;
  left: 3px;
  top: 3px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.32) 49%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.32) 49%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.32) 49%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
  
}
#video-container #three-sixty-radar .three-sixty-radar-tag-container {
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  height: 12em;
  width: 12em;
  left: 0px;
  top: 0px;
  z-index: 100;
}
#video-container #three-sixty-radar .three-sixty-radar-tag-container .three-sixty-radar-tag {
  background-color: white;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 5.5em;
  transform-origin: 0px 5.7em;
}
#video-container #three-sixty-radar .three-sixty-radar-inner-dot {
  background-color: white;
  box-sizing: border-box;
  border-radius: 1000px;
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  top: 5.8em;
  left: 5.8em;
  z-index: 100;
}
#video-container #three-sixty-controls {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 60px;
  left: 22px;
  cursor: pointer;
}
#video-container #three-sixty-controls svg rect {
  fill: white;
  opacity: 0;
}
#video-container #three-sixty-controls svg path {
  stroke: white;
}
#video-container #three-sixty-controls svg path:hover {
  stroke-opacity: 1 !important;
}
#video-container #wwx-end-frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  font-family: 'wireWAX';
}
#video-container #wwx-end-frame .animates-in {
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: right, left, bottom, top, width,  opacity;
  -webkit-transition-property: right, left, bottom, top, width,  opacity;
}
#video-container #wwx-end-frame .animates-out {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
#video-container #wwx-end-frame .wwx-end-frame-background {
  background-color: black;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#video-container #wwx-end-frame .wwx-end-frame-background.show {
  opacity: 0.7;
}
#video-container #wwx-end-frame .wwx-end-frame-components {
  opacity: 0;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
#video-container #wwx-end-frame .wwx-end-frame-components.show {
  opacity: 1;
}
#video-container #wwx-end-frame .wwx-end-frame-logo {
  position: absolute;
  top: 49%;
  left: 50%;
  margin-top: -15em;
  margin-left: -25em;
  width: 50em;
  height: 21em;
}
#video-container #wwx-end-frame .wwx-end-frame-text {
  text-align: center;
  color: white;
  font-size: 3em;
  white-space: nowrap;
  position: absolute;
  top: 49%;
  width: 100%;
  margin-top: 0.5em;
  height: 1em;
}
#video-container #wwx-end-frame .wwx-end-frame-callout {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2em;
}
#video-container #wwx-end-frame .wwx-end-frame-callout:hover .callout-button {
  -webkit-transition: none;
  transition: none;
  background-color: white;
}
#video-container #wwx-end-frame .wwx-end-frame-callout:hover .callout-button p {
  color: #7bafa8;
}
#video-container #wwx-end-frame .wwx-end-frame-callout .callout-button {
  border-radius: 2em;
  height: 3.5em;
  min-width: 17em;
  display: inline-block;
  background-color: #7bafa8;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
#video-container #wwx-end-frame .wwx-end-frame-callout .callout-button p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 2em 0 2em;
  color: white;
  text-align: center;
  margin-top: 1px;
}
#video-container .clearfix:before,
#video-container .clearfix:after {
  content: " ";
  
  display: table;
  
}
#video-container .clearfix:after {
  clear: both;
}
#video-container .clearfix {
  *zoom: 1;
}
#video-container html,
#video-container body,
#video-container div,
#video-container span,
#video-container applet,
#video-container object,
#video-container iframe,
#video-container h1,
#video-container h2,
#video-container h3,
#video-container h4,
#video-container h5,
#video-container h6,
#video-container p,
#video-container blockquote,
#video-container pre,
#video-container a,
#video-container abbr,
#video-container acronym,
#video-container address,
#video-container big,
#video-container cite,
#video-container code,
#video-container del,
#video-container dfn,
#video-container em,
#video-container img,
#video-container ins,
#video-container kbd,
#video-container q,
#video-container s,
#video-container samp,
#video-container small,
#video-container strike,
#video-container strong,
#video-container sub,
#video-container sup,
#video-container tt,
#video-container var,
#video-container b,
#video-container u,
#video-container i,
#video-container center,
#video-container dl,
#video-container dt,
#video-container dd,
#video-container ol,
#video-container ul,
#video-container li,
#video-container fieldset,
#video-container form,
#video-container label,
#video-container legend,
#video-container table,
#video-container caption,
#video-container tbody,
#video-container tfoot,
#video-container thead,
#video-container tr,
#video-container th,
#video-container td,
#video-container article,
#video-container aside,
#video-container canvas,
#video-container details,
#video-container embed,
#video-container figure,
#video-container figcaption,
#video-container footer,
#video-container header,
#video-container hgroup,
#video-container menu,
#video-container nav,
#video-container output,
#video-container ruby,
#video-container section,
#video-container summary,
#video-container time,
#video-container mark,
#video-container audio,
#video-container video :not('.vjs-control-bar') {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 100%;
}
#video-container article,
#video-container aside,
#video-container details,
#video-container figcaption,
#video-container figure,
#video-container footer,
#video-container header,
#video-container hgroup,
#video-container menu,
#video-container nav,
#video-container section {
  display: block;
}
#video-container body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#video-container ol,
#video-container ul {
  list-style: none;
}
#video-container blockquote,
#video-container q {
  quotes: none;
}
#video-container blockquote:before,
#video-container blockquote:after,
#video-container q:before,
#video-container q:after {
  content: '';
  content: none;
}
#video-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
#video-container input {
  -webkit-appearance: none;
  border-radius: 0;
}
#video-container .subtitle-cc {
  position: absolute;
  color: white;
  text-align: center;
  bottom: 0px;
  margin-bottom: 50px;
  width: 100%;
}
#video-container .subtitle-cc p {
  background-color: black;
  font-size: 4em;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  display: inline-block;
  font-family: sans-serif;
  font-weight: lighter;
}
#video-container #BrightcovePlayer video::-webkit-media-controls-panel {
  display: none;
}
#video-container #BrightcovePlayer video::-moz-media-controls-panel {
  display: none;
}
#video-container #BrightcovePlayer video::media-controls-panel {
  display: none;
}
#video-container [id='$bc14'] {
  display: none !important;
}
#video-container #stacked-video-wrapper {
  position: absolute;
  overflow: hidden;
}
#video-container #wireWaxVideo {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
#video-container #wireWaxVideo canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#video-container #wireWaxVideo.wwx-video-zoomable {
  -webkit-transition: -webkit-transform 1000ms ease-in;
  transition: transform 1000ms ease-in;
}
#video-container #wireWaxVideo.wwx-video-blurrable {
  -webkit-transition: -webkit-filter 1000ms ease-in;
  transition: filter 1000ms ease-in, -webkit-filter 1000ms ease-in;
}
#video-container #wireWaxVideo.wwx-video-blurred-in {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
#video-container #wireWaxVideo.wwx-video-zoomed-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#video-container #wireWaxVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#video-container #wireWaxVideo .poster-frame {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}
#video-container #wireWaxVideo #wireWaxVideo {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
}
#video-container iframe {
  z-index: 1;
  height: 100%;
  width: 100%;
}
#video-container :not(#player_wrapper) object {
  z-index: 1;
  height: 100% !important;
  width: 100% !important;
}
#video-container #waxxer {
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}
#video-container #widget-overlay .widget {
  z-index: 200;
  pointer-events: auto;
}
#video-container #widget-overlay .widget .animates-in.force-show {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
#video-container #wirewax-logo {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 30px;
  cursor: pointer;
  z-index: 199;
}
#video-container #wirewax-logo.whitelabel {
  right: -110px !important;
}
#video-container #wirewax-logo.whitelabel.small {
  right: -120px !important;
}
#video-container #wirewax-logo a {
  display: block;
  height: 100%;
  width: 100%;
}
#video-container #wirewax-logo .wwLogoText {
  left: 65px;
  top: 7px;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: 'HelveticaRdBd';
}
#video-container .scrubText {
  font-family: 'wireWAX';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 8px;
  width: 100%;
  text-align: center;
}
#video-container .scrubText .waxDurText {
  font-size: 10px;
}
#video-container #loader .infinite-throbber-message,
#video-container #loader-slick .infinite-throbber-message {
  font-family: 'wireWAX';
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  color: white;
  font-size: 4em;
  margin: 0px;
  margin-top: -2em;
  display: none;
}
#video-container #loader .reload-button,
#video-container #loader-slick .reload-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.5em;
  margin-top: 0em;
  display: none;
}
#video-container #user-message {
  display: none;
  z-index: 201;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  position: absolute;
  font-size: 16px;
  pointer-events: auto;
}
#video-container #user-message .message-text {
  font-family: 'wireWAX';
  position: relative;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
}
#video-container #user-message .close-button {
  display: none;
  font-family: 'wireWAX';
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 100%;
  top: 51%;
  color: lightgray;
  text-decoration: underline;
}
#video-container #user-message .close-button:hover {
  color: white;
}
#video-container #user-message .error-code-text {
  color: lightgray;
  font-family: 'wireWAX';
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1%;
}
#video-container #user-message .reload-button {
  cursor: pointer;
  color: lightgray;
  font-family: 'wireWAX';
  position: absolute;
  text-align: center;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-decoration: underline;
}
#video-container #user-message .reload-button:hover {
  color: white;
}
#video-container #wirewax-viv {
  height: 89%;
  width: 100%;
  background-color: black;
}
#video-container #tag-overlay {
  z-index: 98;
  
  cursor: initial;
}
#video-container #tag-overlay.no-inner-boxes .tag-inner-box {
  display: none;
}
#video-container #tag-overlay .temp-tag .tag-inner-box {
  background-color: transparent !important;
}
#video-container #tag-overlay .tag {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
#video-container #tag-overlay .tag:hover {
  z-index: 100;
}
#video-container #tag-overlay .tag.console-selected,
#video-container #tag-overlay .tag.timeline-selected,
#video-container #tag-overlay .tag.settings-selected {
  border: 2px solid #7bafa8;
  box-sizing: border-box;
}
#video-container #tag-overlay .tag.console-selected .tag-inner-box,
#video-container #tag-overlay .tag.timeline-selected .tag-inner-box,
#video-container #tag-overlay .tag.settings-selected .tag-inner-box {
  display: none;
}
#video-container #tag-overlay .tag.timeline-hover .tag-inner-box {
  display: none;
}
#video-container #tag-overlay .tag.innie .tag-tooltip {
  top: 100%;
  margin-top: -50px !important;
}
#video-container #tag-overlay .tag.innie .arrow {
  display: none;
}
#video-container #tag-overlay .tag.flip .tag-tooltip {
  top: 100%;
  margin-top: 10px;
}
#video-container #tag-overlay .tag.flip .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent black transparent;
  top: 100%;
}
#video-container #tag-overlay .tag.writer-tag:hover .tag-inner-box {
  border: 1px solid #7bafa8 !important;
}
#video-container #tag-overlay .tag .tag-tooltip {
  position: absolute;
  height: 40px;
  z-index: 9;
  border-radius: 100px;
  padding: 0 12px;
  background: black;
  width: 190px;
  margin-top: -50px;
  top: 0;
  left: 50%;
  margin-left: -95px;
  -webkit-transition: margin 0.1s linear;
  transition: margin 0.1s linear;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-name-tooltip {
  width: 130px;
  margin-left: 6px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  position: relative;
  float: left;
  color: white;
  font-size: 18px;
  line-height: 40px;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options {
  height: 40px;
  width: 25px;
  vertical-align: middle;
  margin-right: 0px;
  font-size: 0;
  float: right;
  text-align: right;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option {
  width: 100%;
  height: 20px;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option .tag-option-icon {
  padding: 0 4px;
  height: 100%;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option p {
  height: 50%;
  color: grey;
  text-align: center;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option svg path {
  fill: grey;
  stroke: grey;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option:hover svg path {
  fill: white;
  stroke: white;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option:hover p {
  color: white;
}
#video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 0\0), screen\0 {
  #video-container #tag-overlay .tag .tag-tooltip .tag-options .tag-option svg path {
    stroke-width: 9;
  }
}
#video-container #tag-overlay .tag .arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: auto auto auto -8px;
}
#video-container #tag-overlay .tag .tag-inner-box {
  height: 100%;
  width: 100%;
  background: transparent;
}
#video-container #tag-overlay,
#video-container #widget-overlay,
#video-container #control-overlay,
#video-container #ad-overlay,
#video-container #writer-overlay,
#video-container #share-overlay,
#video-container #timecode-cover-overlay {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  overflow: hidden;
}
#video-container #timecode-cover-overlay #timecode-cover {
  position: absolute;
  right: 0;
  top: 0;
}
#video-container #control-overlay.hidden * {
  display: none;
}
#video-container #control-overlay .center-button svg {
  overflow: visible !important;
}
#video-container #control-overlay .tag-marker {
  position: absolute;
  pointer-events: none;
  top: 50%;
  display: none;
}
#video-container #control-overlay .tag-marker.to-right {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent white;
}
#video-container #control-overlay .tag-marker.to-left {
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 26.0px 15px 0;
  border-color: transparent white transparent transparent;
}
#video-container #share-overlay {
  z-index: 200;
  display: none;
  overflow: hidden;
}
#video-container #share-overlay #share-screen {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(38, 41, 44, 0.97);
}
#video-container #share-overlay #share-screen.show .col {
  right: 0;
}
#video-container #share-overlay #share-screen .close-button {
  position: absolute;
  top: 9%;
  right: 6%;
  width: 3em;
  height: 3em;
  cursor: pointer;
  z-index: 100;
  -webkit-animation: spin-back 0.3s linear;
  -moz-animation: spin-back 0.3s linear;
  animation: spin-back 0.3s linear;
}
#video-container #share-overlay #share-screen .close-button:hover {
  -webkit-animation: spin 0.3s linear !important;
  -moz-animation: spin 0.3s linear !important;
  animation: spin 0.3s linear !important;
}
#video-container #share-overlay #share-screen .col {
  width: 42.5%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
  right: -200%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#video-container #share-overlay #share-screen .col.flash {
  background: rgba(38, 41, 44, 0.7);
}
#video-container #share-overlay #share-screen .col.link {
  padding-left: 7.5%;
}
#video-container #share-overlay #share-screen .col.embed {
  padding-right: 7.5%;
}
#video-container #share-overlay #share-screen .col.embed .embed-size {
  width: 25em;
  height: 8%;
  margin: 10.5% auto 0 auto;
}
#video-container #share-overlay #share-screen .col.embed .embed-size input {
  float: left;
  width: 2.4em;
  height: 100%;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  resize: none;
  outline: none;
  color: white;
  font-size: 4em;
  text-align: center;
  font-family: wireWAX;
  border-bottom: 1px solid white;
}
#video-container #share-overlay #share-screen .col.embed .embed-size .separator {
  width: 6%;
  height: 30%;
  margin: 12.5% 5% 0 5%;
  float: left;
  color: white;
  font-size: 2em;
  text-align: center;
}
#video-container #share-overlay #share-screen .col.embed .copy-button {
  margin: 0 auto;
}
#video-container #share-overlay #share-screen .col.embed textarea {
  margin: 4.5% auto 4% auto;
  text-align: left;
}
#video-container #share-overlay #share-screen .col .icon {
  width: 6em;
  height: 4em;
  margin: 33% auto 0 auto;
}
#video-container #share-overlay #share-screen textarea {
  background-color: transparent;
  border: 0;
  text-decoration: none;
  resize: none;
  width: 80%;
  margin: 12.5% auto;
  outline: none;
  color: #666666;
  font-size: 2.5em;
  text-align: center;
  height: 20%;
  margin-bottom: 16.5%;
  font-family: wireWAX;
}
#video-container #share-overlay #share-screen .copy-button {
  height: 3em;
  line-height: 3em;
  font-size: 3em;
  color: white;
  width: 7em;
  margin: 4% auto;
  background-color: #7bafa8;
  border-radius: 3em;
  font-family: wireWAX;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#video-container #share-overlay #share-screen .copy-button.zeroclipboard-is-hover {
  background-color: white;
  color: #7bafa8;
}
#video-container #share-overlay #share-screen .copy-button.copied {
  background-color: #6eccba !important;
}
#video-container #share-overlay #share-screen .copy-button.copied .text {
  display: none;
}
#video-container #share-overlay #share-screen .copy-button.copied .check-mark {
  display: block;
}
#video-container #share-overlay #share-screen .copy-button.copied .check-mark svg {
  top: -75%;
}
#video-container #share-overlay #share-screen .copy-button .check-mark {
  display: none;
  height: 1em;
  width: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.75em;
  margin-top: -0.5em;
}
#video-container .opaque-curtain-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#video-container .opaque-curtain {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
}
#video-container .opaque-curtain.opaque-curtain-left {
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
#video-container .opaque-curtain.opaque-curtain-right {
  right: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
#video-container .opaque-curtain.opaque-curtain-top {
  top: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
#video-container .opaque-curtain.opaque-curtain-bottom {
  height: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
#video-container #writer-overlay {
  z-index: 100;
  display: none;
  overflow: visible;
}
#video-container #writer-overlay #writer-canvas {
  height: 100%;
  width: 100%;
  cursor: crosshair;
}
#video-container #writer-overlay #edit-tracking-canvas {
  height: 100%;
  width: 100%;
  display: none;
}
#video-container #writer-overlay.edit-tracking #writer-canvas {
  display: none;
}
#video-container #writer-overlay.edit-tracking #edit-tracking-canvas {
  display: block;
  position: absolute;
  z-index: 2;
}
#video-container #writer-overlay .background {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#video-container #writer-overlay .edit-tracking-image-background {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  background-size: cover;
}
#video-container #writer-overlay .edit-tracking-box {
  z-index: 4;
  cursor: pointer;
  position: absolute;
  border: 2px dashed white;
  border-radius: 5px;
  cursor: move;
  box-sizing: border-box;
}
#video-container #writer-overlay .edit-tracking-box .edit-tracking-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  border-bottom: 2px solid white;
  margin-left: -1px;
  margin-top: -1px;
}
#video-container #writer-overlay .edit-tracking-box .track-options {
  width: 201px;
  margin-left: -100px;
  top: -76px;
  left: 50%;
  position: absolute;
  background-color: #021212;
  border: 1px solid #27292f;
  border-radius: 5px;
  color: #c1c1c1;
  cursor: initial;
}
#video-container #writer-overlay .edit-tracking-box .track-options .frame-back,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-forward,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-container,
#video-container #writer-overlay .edit-tracking-box .track-options .track-back,
#video-container #writer-overlay .edit-tracking-box .track-options .track-forward,
#video-container #writer-overlay .edit-tracking-box .track-options .track-label {
  width: 12px;
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  height: 30px;
  float: left;
}
#video-container #writer-overlay .edit-tracking-box .track-options .track-back,
#video-container #writer-overlay .edit-tracking-box .track-options .track-forward,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-back,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-forward {
  cursor: pointer;
}
#video-container #writer-overlay .edit-tracking-box .track-options .track-back:hover,
#video-container #writer-overlay .edit-tracking-box .track-options .track-forward:hover,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-back:hover,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-forward:hover {
  color: white;
}
#video-container #writer-overlay .edit-tracking-box .track-options .track-back svg path,
#video-container #writer-overlay .edit-tracking-box .track-options .track-forward svg path,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-back svg path,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-forward svg path {
  stroke: #c1c1c1;
}
#video-container #writer-overlay .edit-tracking-box .track-options .track-back:hover svg path,
#video-container #writer-overlay .edit-tracking-box .track-options .track-forward:hover svg path,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-back:hover svg path,
#video-container #writer-overlay .edit-tracking-box .track-options .frame-forward:hover svg path {
  stroke: white;
}
#video-container #writer-overlay .edit-tracking-box .track-options .frame-back {
  margin-left: 5px;
  margin-right: 0px;
}
#video-container #writer-overlay .edit-tracking-box .track-options .frame-forward {
  margin-right: 5px;
  margin-left: 0px;
}
#video-container #writer-overlay .edit-tracking-box .track-options .frame-container {
  width: 165px;
  font-size: 16px;
  line-height: 30px;
}
#video-container #writer-overlay .edit-tracking-box .track-options .track-back,
#video-container #writer-overlay .edit-tracking-box .track-options .track-forward {
  width: 20px;
  margin-left: 19px;
}
#video-container #writer-overlay .edit-tracking-box .track-options .track-label {
  text-align: left;
  width: 114px;
  padding-left: 5px;
  font-size: 16px;
}
#video-container #writer-overlay .edit-tracking-box .resize-handle {
  width: 8px;
  height: 8px;
  top: 100%;
  left: 100%;
  position: absolute;
  border-radius: 100px;
  background-color: #7bafa8;
  margin-top: -4px;
  margin-left: -4px;
  cursor: se-resize;
}
#video-container #writer-overlay .bounding-box {
  z-index: 4;
  cursor: pointer;
  margin-left: -1px;
  margin-top: -1px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#video-container #writer-overlay .bounding-box .tracking-svg-cutout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
}
#video-container #writer-overlay .bounding-box .tracking-svg-cutout.is-static {
  box-sizing: border-box;
  border: 1px solid #7bafa8;
  background-color: rgba(255, 255, 255, 0.5);
}
#video-container #writer-overlay .bounding-box .tracking-svg-cutout svg {
  overflow: visible !important;
}
#video-container #font-overlay {
  color: transparent;
  padding: 0;
  margin: 0;
  background-color: transparent;
  z-index: 0;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 1px;
  font-size: 1px;
  position: absolute;
}
#video-container #tag-display-control {
  position: absolute;
  top: -32px;
  height: 32px;
  display: block;
  width: 96px;
  background-color: #ffffff;
  left: 50%;
  margin-left: -48px;
  z-index: 199;
  cursor: pointer;
  border-bottom: 4px solid #ffffff;
}
#video-container #tag-display-control .tag-display-option {
  width: 30px;
  height: 30px;
  border: 1px solid #303030;
  display: block;
  float: left;
}
#video-container #tag-display-control .tag-display-option.unselected {
  border-color: #303030 !important;
}
#video-container #tag-display-control .tag-display-option.option-1 {
  background-color: #303030;
}
#video-container #tag-display-control .tag-display-option.option-2 {
  background-color: #303030;
}
#video-container #tag-display-control .tag-display-option.option-3 {
  background-color: #303030;
}
#video-container #tag-display-control .tag-display-option:hover {
  background-color: black;
  opacity: 0.8;
}
#video-container .tooltip {
  outline: none;
}
#video-container .tooltip .tooltip-container {
  z-index: 101;
  display: none;
  padding: 10px 4px;
  margin-left: -30px;
  text-align: center;
  font-size: 14px;
  font-family: wireWAX;
  width: 60px;
}
#video-container .tooltip .tooltip-container.inverted {
  margin-top: 6px;
}
#video-container .tooltip .tooltip-container.inverted .tooltip-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -10px;
}
#video-container .tooltip .tooltip-container .tooltip-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 34px;
  margin-left: -5px;
}
#video-container .tooltip:hover {
  text-decoration: none;
}
#video-container .tooltip:hover .tooltip-container {
  display: inline;
  position: absolute;
  border: 1px solid grey;
  color: white;
  background-color: black;
}
#video-container #bottom-button-bar.greyed-out {
  z-index: -1;
  opacity: 0.5;
}
#video-container #bottom-button-bar .tooltip .tooltip-container .tooltip-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 34px;
  margin-left: -5px;
}
#video-container .innerSvg {
  width: 100%;
  height: 100%;
}
#video-container:-webkit-full-screen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#video-container:-moz-full-screen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#video-container:-ms-full-screen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#video-container:-o-full-screen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#video-container:full-screen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.iphone #video-container #share-overlay #share-screen .close-button {
  top: 13% !important;
  right: 10%  !important;
}
.iphone #video-container #share-overlay #share-screen .embed-size {
  width: 20em !important;
}
.iphone #video-container #share-overlay #share-screen .embed-size input {
  width: 2em !important;
  padding: 0 !important;
}
.ipad #video-container #share-overlay #share-screen .embed-size {
  width: 20em !important;
}
.ipad #video-container #share-overlay #share-screen .embed-size input {
  width: 2em !important;
  padding: 0 !important;
}
#ww_tooltip {
  position: absolute;
  width: auto;
  height: 34px;
  background-color: #7bafa8;
  border-radius: 3px;
  border: 1px solid #769799;
  display: table;
  z-index: 999999;
  font-family: wireWax;
  pointer-events: none;
}
#ww_tooltip.horizontal .tip-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 11px;
  margin-left: -12px;
  left: 0;
}
#ww_tooltip.horizontal.invert .tip-arrow {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: 100%;
  margin-left: 0;
}
#ww_tooltip.invert .tip-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -11px;
}
#ww_tooltip.hide-tip .tip-arrow {
  opacity: 0;
}
#ww_tooltip p {
  line-height: 18px;
  padding: 5px 12px 5px 12px;
  color: white;
  display: table-cell;
  vertical-align: middle;
}
#ww_tooltip .tip-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #769799;
  position: absolute;
  top: 33px;
  left: 50%;
  margin: auto;
  margin-left: -7px;
}
#ww_tooltip .tip-arrow .tip-arrow-inner {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #7bafa8;
  position: absolute;
  top: -12px;
  left: -6px;
}
.tooltip_hide {
  opacity: 0;
}
.tooltip_show {
  opacity: 1 !important;
}
.wwx-brightcove#video-container .vjs-control-bar,
.wwx-brightcove #video-container .vjs-control-bar {
  z-index: 3;
}
.wwx-brightcove#video-container .vjs-big-play-button,
.wwx-brightcove #video-container .vjs-big-play-button {
  z-index: 3;
}
.iphone.wwx-brightcove#video-container #waxxer,
.iphone.wwx-brightcove #video-container #waxxer {
  z-index: 1000;
}
.iphone.wwx-brightcove#video-container #wireWaxVideo,
.iphone.wwx-brightcove #video-container #wireWaxVideo {
  z-index: 999;
}
.oo_tap_panel.widget-open {
  z-index: 100000 !important;
}
#video-container.player_box {
  background-color: transparent;
}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-panel,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
  display: none!important;
  -webkit-appearance: none;
}
