body {
  margin: 0px;
  overflow: hidden;
}
body #embed {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column;
}
body #embed #location {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  background-color: transparent;
  color: white;
  opacity: 0.5;
  font-size: 3vw;
  line-height: 0.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
  z-index: 1;
}
body #embed #area-player {
  position: relative;
  /* Display player-overlay on hover, only on compatible devices */
}
body #embed #area-player #player {
  background-color: black;
  max-height: 100vh;
  /* player placeholder */
}
body #embed #area-player #player.player-reduced {
  height: calc(100vh - 150px) !important;
}
@media screen and (max-width: 1024px) {
  body #embed #area-player #player.player-reduced {
    height: inherit !important;
  }
}
body #embed #area-player #player.player-reduced.transcript-reduced {
  height: calc(100vh - 65px) !important;
}
@media screen and (max-width: 1024px) {
  body #embed #area-player #player.player-reduced.transcript-reduced {
    height: inherit !important;
  }
}
body #embed #area-player #player.player-placeholder {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body #embed #area-player #player.player-placeholder:before {
  content: "";
  background-color: #000;
  opacity: 0.5;
}
body #embed #area-player #player.player-placeholder .player-title {
  position: absolute;
  color: white;
  font-size: 20px;
  padding-left: 5px;
}
body #embed #area-player #player.player-placeholder .player-description {
  font-size: 16px;
}
body #embed #area-player #player.player-placeholder .player-message {
  position: absolute;
  width: 100%;
  padding: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0.9;
  font-size: 50px;
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body #embed #area-player #player.player-placeholder .player-message {
    font-size: 30px;
    font-size: 6vw;
  }
}
body #embed #area-player #player.player-placeholder #countdown-days {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-placeholder #countdown-hours {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-placeholder #countdown-minutes {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-placeholder #countdown-seconds {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-error {
  background: linear-gradient(#bdc1cd 15%, #4d4e52 100%);
}
body #embed #area-player #player.player-error #info-detail {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  top: unset !important;
  height: unset !important;
}
body #embed #area-player:hover #player-overlay .left-info, body #embed #area-player:hover #player-overlay .right-info {
  display: block;
}
@media (hover: none) {
  body #embed #area-player:hover #player-overlay .left-info, body #embed #area-player:hover #player-overlay .right-info {
    display: none;
  }
}
body #embed #player-overlay .left-info, body #embed #player-overlay .right-info {
  display: none;
  position: absolute;
  top: 18px;
  box-sizing: content-box;
  z-index: 99;
}
body #embed #player-overlay .left-info {
  left: 0;
  padding-left: 20px;
}
body #embed #player-overlay .right-info {
  right: 0;
  padding-right: 20px;
}
body #embed #player-overlay .right-info #textarea-share {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body #embed #player-overlay .right-info #textarea-share-link {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body #embed #player-overlay #modal-info, body #embed #player-overlay #modal-download {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
}
body #embed #player-overlay #modal-info .title, body #embed #player-overlay #modal-download .title {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}
body #embed #player-overlay #modal-info .table, body #embed #player-overlay #modal-download .table {
  margin-bottom: 0px;
}
body #embed #player-overlay #modal-info .table > tbody > tr > td, body #embed #player-overlay #modal-download .table > tbody > tr > td {
  padding: 15px 2px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  body #embed #player-overlay #modal-info .table > tbody > tr > td, body #embed #player-overlay #modal-download .table > tbody > tr > td {
    padding: 12px 2px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  body #embed #player-overlay #modal-info .table > tbody > tr > td, body #embed #player-overlay #modal-download .table > tbody > tr > td {
    padding: 7px 2px;
    font-size: 11px;
  }
}
body #embed #player-overlay #modal-download .table > tbody > tr:hover {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
body #embed #player-overlay .btn-primary {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: 0px;
}
body #embed #player-overlay .btn-primary:hover, body #embed #player-overlay .btn-primary:active {
  color: #cecece;
  border: 0px;
}
body #embed #player-overlay .btn-primary:focus {
  outline: none;
  border: 0px;
}
body #embed #player-overlay .btn-primary:focus:active {
  color: #cecece;
  border: 0px;
}
body #embed #player-overlay .popover {
  font-size: 11px;
  font-weight: bold;
}
body #embed #player-overlay .popover .popover-content {
  padding: 6px 6px;
}
body .sidebar {
  background-color: #000;
  font-family: Arial, sans-serif;
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  margin: auto;
  height: 100%;
  overflow: hidden;
  display: none;
  width: 100%;
  padding: 10px 48px;
}
@media screen and (max-width: 1024px) {
  body .sidebar {
    padding: 15px;
    text-align: center;
  }
}
body .sidebar h3 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 20px;
  text-align: left;
}
body #searchbox {
  flex: 2 1 auto;
  padding-bottom: 2px;
}
body #searchboxMobile {
  display: inline-block;
  width: 90%;
  margin: 10px 20px;
  position: relative;
}
@media screen and (min-width: 689px) {
  body #searchboxMobile {
    display: none;
  }
}
body #searchbox input, body #searchboxMobile input {
  background: #fff url("../../images/search.svg") no-repeat top left;
  border-radius: 3px;
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px 5px 40px;
  width: 60%;
}
body div[button=subtitles-button] .jw-button-image {
  background: url("../../images/search-bar.svg") no-repeat top;
  opacity: 0.8;
}
body div[button=subtitles-button] .jw-button-image:hover {
  opacity: 1;
}
body div[button=subtitles-button] .jw-button-image.active {
  opacity: 1;
}
body div[button=search-button] {
  width: 50% !important;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 359px) {
  body #searchbox, body #searchbox #previous-match, body #searchbox #next-match, body div[button=subtitles-button] .jw-button-image,
body div[button=subtitles-button] .jw-button-image.active, body div[button=search-button] {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body #searchbox {
    margin-left: 10px;
  }
  body body #match {
    width: 15%;
    display: inline-block;
    margin: auto;
    position: relative;
    text-align: center;
  }
  body #previous-match, body #next-match {
    display: inline-block;
  }
}
body #match {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
@media screen and (min-width: 360px) and (max-width: 688px) {
  body #searchbox #previous-match, body #searchbox #match, body #searchbox #next-match {
    display: none;
  }
  body #searchbox input {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body #searchbox {
    padding-left: 2%;
  }
}
body .transcript {
  padding: 0 20px;
  overflow: auto;
  flex: 1 1 auto;
  text-align: justify;
  height: calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  body .transcript div {
    display: flex;
    flex-flow: column;
  }
}
body .transcript p {
  font-size: 15px;
  overflow: hidden;
  text-align: left;
  color: #fff;
  line-height: 20px;
}
body .transcript p:empty {
  display: none;
}
body .transcript span {
  display: inline;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
  flex: 1 1 auto;
}
body .transcript span.current {
  background: #f04153;
  color: #000;
}
body .transcript span:hover {
  color: #f04153;
}
body .transcript span:hover em.current {
  color: #f04153;
}
body .transcript span.current:hover {
  color: #000;
}
body .transcript span em {
  color: #fff;
  font-style: normal;
}
body .transcript span em.current {
  background-color: #786c7b;
}
body .transcript span em.current:hover {
  color: #f04153;
}
body .transcript h4 {
  margin: 25px 0 15px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
body .caption-copy {
  max-width: 640px;
  margin: 20px auto;
  text-align: left;
  padding: 10px;
}
body .caption-copy div,
body .caption-copy ol,
body .caption-copy li {
  text-align: left;
  font-size: 20px;
}
body .caption-copy div {
  font-weight: 400;
  margin: 15px 0;
}
body .caption-copy ol {
  margin-left: 15px;
  margin-top: 20px;
}
body .caption-copy li {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.jw-reset.jw-cue-type-custom {
  height: 30px !important;
  background: url("../../images/bookmark.svg") no-repeat top/200%;
  background-color: unset !important;
  width: 10px !important;
}
.jw-reset.jw-cue-type-custom.selected {
  background: url("../../images/bookmarkCurrent.svg") no-repeat top/200%;
}

.jwplayer .jw-controlbar.persistent {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.jwplayer .jw-captions.persistent {
  max-height: calc(100% - 60px) !important;
}

.ratio > * {
  height: unset !important;
}

.eurovoxLabel {
  float: left;
  color: white;
}

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