/* Only used for slider in slide-handler, should be included into H5Picons */
@font-face {
  font-family: H5PInteractiveVideo;
  src: url('../fonts/H5PInteractiveVideo.eot');
  src: url('../fonts/H5PInteractiveVideo%EF%B9%96.eot#iefix') format('embedded-opentype'),
  url('../fonts/H5PInteractiveVideo.woff') format('woff'),
  url('../fonts/H5PInteractiveVideo.ttf') format('truetype'),
  url('../fonts/H5PInteractiveVideo.svg#H5PInteractiveVideo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* H5P specific icons generated by IcoMoon. */
@font-face {
  font-family: 'H5Picons';
  src:url('../fonts/h5p%EF%B9%96v34b5s.eot');
  src:url('../fonts/h5p%EF%B9%96.eot#iefixv34b5s') format('embedded-opentype'),
  url('../fonts/h5p%EF%B9%96v34b5s.ttf') format('truetype'),
  url('../fonts/h5p%EF%B9%96v34b5s.woff') format('woff'),
  url('../fonts/h5p%EF%B9%96v34b5s.svg#h5p') format('svg');
  font-weight: normal;
  font-style: normal;
}

.h5p-interactive-video {
  position: relative;
  background: #000 !important;
  overflow: hidden;
  line-height: 1.25em;
  font-size: 16px;
}

.h5p-interactive-video .h5p-question {
  color: #000;
}

/* IV has it's own controller for fullscreen. Can not
   use display:none, since IV is triggering a click on
   the disable fullscreen button in semi fullscreen mode */
.h5p-interactive-video .h5p-content-controls {
  visibility: hidden;
  position: absolute;
  top:0;
}

.h5p-interactive-video .h5p-video-wrapper {
  position: relative;
  overflow: hidden;
}
.h5p-interactive-video .h5p-video {
  display: block;
  width: 100%;
  height: auto;
	color: #fff;
}
.h5p-interactive-video .h5p-video::-internal-media-controls-overlay-cast-button {
  display: none; /* No chromecast support */
}
.h5p-interactive-video object {
  display: block;
}
.h5p-interactive-video .h5p-overlay {
  color: #2c2c2c;
}
.h5p-interactive-video .h5p-overlay.h5p-visible {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.h5p-interactive-video .h5p-ie-transparent-background {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUODw0yPG414gAAAA1JREFUCNdj+P//PwMACPwC/lyfz9oAAAAASUVORK5CYII=);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUODw0yPG414gAAAA1JREFUCNdj+P//PwMACPwC/lyfz9oAAAAASUVORK5CYII=', sizingMethod='scale');
}

.h5p-interactive-video .h5p-interaction {
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  z-index: 2;
  outline: none;
}

/* Touch area bigger than actual button */
.h5p-interactive-video .h5p-interaction .h5p-touch-area {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}

.h5p-interactive-video .h5p-interaction-label, .h5p-interactive-video .h5p-interaction-button {
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.h5p-interactive-video .h5p-interaction-label {
  position: absolute;
  top: 0;
  left: 0.875em;
  height: 100%;
  line-height: 1.75em;
  padding: 0 0.875em 0 1.375em;
  background: rgba(0, 0, 0, 0.8);
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  color: #fff;
  z-index: 1;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: text-bottom;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
}
/* Text in labels should have smaller margins: */
.h5p-interactive-video .h5p-interaction-label .h5p-interaction-label-text {
  display: block;
  color: #fff;
  font-size: 0.7em;
  margin: 0;
}

.h5p-interactive-video .h5p-interaction-label .h5p-interaction-label-text > p {
  font-size: 1em;
  margin: 0;
  line-height: 2.5em;
}

.h5p-interactive-video .h5p-interaction-label.h5p-left-label {
  left: auto;
  right: 0.875em;
  padding: 0 1.375em 0 0.875em;
  border-radius: 0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.h5p-interactive-video .h5p-interaction-button {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  display: block;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  line-height: 1.75em;
  color: #fff;
  font-family: 'H5PFontAwesome4';
  -webkit-box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  border: 0;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  -ms-transition: background 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.h5p-interactive-video .h5p-interaction-button:before {
  content: "\f055";
}
.h5p-interactive-video .h5p-interaction:focus .h5p-interaction-button,
.h5p-interactive-video .h5p-interaction:hover .h5p-interaction-button {
  -webkit-box-shadow: 0 0.3em 0.25em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.3em 0.25em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.3em 0.25em 0 rgba(0, 0, 0, 0.5);
}
.h5p-interactive-video .h5p-hidden > .h5p-interaction-button {
  -webkit-transform: rotate(90deg) scale(0,0);
  -moz-transform: rotate(90deg) scale(0,0);
  -ms-transform: rotate(90deg) scale(0,0);
  -o-transform: rotate(90deg) scale(0,0);
  transform: rotate(90deg) scale(0,0);
}
.h5p-interactive-video .h5p-hidden > .h5p-interaction-label {
  -webkit-transform: scale(0,0) translateX(-100%);
  -moz-transform: scale(0,0) translateX(-100%);
  -ms-transform: scale(0,0) translateX(-100%);
  transform: scale(0,0) translateX(-100%);
}

.h5p-interactive-video .h5p-text-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction > .h5p-interaction-button {
  background: #1d5cff;
}

.h5p-interactive-video .h5p-text-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-text-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction:focus > .h5p-interaction-button {
  background: #003fdf;
}

.h5p-interactive-video .h5p-text-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction:active > .h5p-interaction-button {
  background: #163c9b;
  box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
}

/* H5P specific dropped tasks icons */
.h5p-interactive-video .h5p-summary-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-multichoice-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-blanks-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragquestion-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-markthewords-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragtext-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-singlechoiceset-interaction > .h5p-interaction-button {
  font-family: 'H5Picons';
  background: #981d99;
}

.h5p-interactive-video .h5p-summary-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-multichoice-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-blanks-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragquestion-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-markthewords-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragtext-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-singlechoiceset-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-summary-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-multichoice-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-blanks-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragquestion-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-markthewords-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragtext-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-singlechoiceset-interaction:focus > .h5p-interaction-button {
  background: #661366;
}

.h5p-interactive-video .h5p-summary-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-multichoice-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-blanks-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragquestion-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-markthewords-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-dragtext-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-singlechoiceset-interaction:active > .h5p-interaction-button {
  background: #4c0e4c;
  box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
}

.h5p-interactive-video .h5p-summary-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-multichoice-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-blanks-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-dragquestion-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-markthewords-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-dragtext-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-singlechoiceset-interaction > .h5p-interaction-button:before {
  content: "\e609";
}

.h5p-interactive-video .h5p-dialog-interaction {
  font-size: 0.875em; /* 14px */
}
.h5p-interactive-video .h5p-dialog-interaction.h5p-blanks .h5p-blanks-footer {
  min-height: 5em;
}
/* Link interaction specific style */
.h5p-interactive-video .h5p-link-interaction .h5p-link a {
  color: #fff;
  text-decoration: none;
}

.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
  border-radius: 1em;
  height: auto;
  width: auto;
  cursor: pointer;
}

.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction:hover,
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction:focus {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.2);
}

.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction:active {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
}

.h5p-interactive-video .h5p-interaction .h5p-interaction-inner.h5p-link:after {
  font-family: "H5PFontAwesome4";
  content: '\f08e';
  color: #fff;
  margin-left: 0.7em;
  font-size: 0.75em;
}

.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction .h5p-interaction-inner.h5p-link {
  margin: 0 0.8em;
  width: auto;
  height: auto;
}

.h5p-interactive-video .h5p-interaction.h5p-poster {
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow: hidden;
}

.h5p-interactive-video .h5p-interaction.h5p-poster .h5p-interaction-outer {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.h5p-interactive-video .h5p-interaction-inner,
.h5p-interactive-video .h5p-interaction-inner.h5p-image {
  width: 100%;
  height: auto;
  font-size: 0.875em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.h5p-interactive-video .h5p-interaction-inner.h5p-text {
  width: auto;
}

.h5p-interactive-video .h5p-interaction-inner.h5p-single-choice-set,
.h5p-interactive-video .h5p-interaction-inner.h5p-image {
  height: 100%;
}

.h5p-interactive-video .h5p-dialog .h5p-image img {
  margin: 0 auto;
  position: relative;
  top: 0;
}

.h5p-interactive-video .h5p-interaction-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.h5p-interactive-video .h5p-controls {
  font-size: 16px;
  height: 36px;
  background: #2c2c2c;
}
.h5p-interactive-video.h5p-fullscreen .h5p-controls, .h5p-interactive-video.h5p-semi-fullscreen .h5p-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.h5p-interactive-video .h5p-control {
  display: block;
  height: 36px;
  color: #fefefe;
}
.h5p-interactive-video .h5p-control:hover {
  text-decoration: none;
}
.h5p-interactive-video .h5p-controls-left {
  float: left;
  overflow: hidden;
}
.h5p-interactive-video .h5p-controls-left .h5p-control {
  float: left;
  border-right: 2px solid #333333;
}
.h5p-interactive-video .h5p-controls-right {
  float: right;
  overflow: hidden;
}
.h5p-interactive-video .h5p-controls-right .h5p-control {
  float: right;
  border-left: 2px solid #333333;
}

.h5p-interactive-video .h5p-control {
  width: 50px;
  text-decoration: none;
}
.h5p-interactive-video .h5p-control:before {
  position: absolute;
  font-family: 'H5PFontAwesome4';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 22px;
  text-transform: none;
  line-height: 37px;
  width: 50px;
  color: #fbfbfb;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h5p-interactive-video .h5p-control.h5p-active:before,
.h5p-interactive-video .h5p-control:active:before {
  color: #bababa
}
.h5p-interactive-video .h5p-control:hover:before {
  color: #dbd7d1;
}
.h5p-interactive-video .h5p-control.h5p-disabled:before {
  color: #606060;
}

.h5p-interactive-video .h5p-play:before {
  content: "\f04c";
}
.h5p-interactive-video .h5p-pause:before {
  content: "\f04b";
}
.h5p-interactive-video .h5p-control.h5p-bookmarks:before {
  content: "\f02e";
}
.h5p-interactive-video .h5p-control.h5p-quality:before {
  content: "\f013";
}
.h5p-interactive-video .h5p-fullscreen:before {
  content: "\f065";
}
.h5p-interactive-video .h5p-exit:before {
  content: "\f066";
}
.h5p-interactive-video .h5p-volume:before {
  content: "\f028";
}
.h5p-interactive-video .h5p-muted:before {
  content: "\f026";
}

.h5p-interactive-video .h5p-chooser {
  position: absolute;
  z-index: 10;
  max-width: 300px;
  line-height: 21px;
  background: #2c2c2c;
  background: rgba(44,44,44,0.8);
  color: #fbfbfb;
  opacity: 0;
  visibility: hidden;
  bottom: 72px;
  -webkit-transition: visibility 0s linear 0.1s, opacity 0.1s linear, bottom 0.1s linear;
  -moz-transition: visibility 0s linear 0.1s, opacity 0.1s linear, bottom 0.1s linear;
  transition: visibility 0s linear 0.1s, opacity 0.1s linear, bottom 0.1s linear;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.h5p-interactive-video .h5p-chooser.h5p-bookmarks {
  left: 12px;
}
.h5p-interactive-video .h5p-chooser.h5p-quality {
  right: 12px;
}
.h5p-interactive-video .h5p-chooser.h5p-show {
  bottom: 36px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.h5p-interactive-video .h5p-chooser > h3 {
  margin: 0 0 8px 0;
  padding: 8px 12px;
  font-size: 19px;
  font-weight: normal;
  border-bottom: 1px solid #fbfbfb;
  color: #fbfbfb;
}
.h5p-interactive-video .h5p-chooser > ol {
  list-style: none;
  padding: 0 12px 8px;
  margin: 0;
}
.h5p-interactive-video .h5p-chooser > ol > li {
  padding-left: 22px;
  margin: 2px 0;
  color: #fbfbfb;
  outline: none;
}
.h5p-interactive-video .h5p-chooser > ol > li:hover {
  cursor: pointer;
  color: #dbd7d1;
}
.h5p-interactive-video .h5p-chooser > ol > li:before {
  left: 12px;
  position: absolute;
  font-family: 'H5PFontAwesome4';
  content: "\f10c";
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h5p-interactive-video .h5p-chooser > ol > li.h5p-selected:before {
  content: "\f058";
}
.h5p-interactive-video .h5p-chooser.h5p-bookmarks > ol > li:before {
  content: "\f02e";
}

.h5p-interactive-video .h5p-time {
  width: auto;
  height: auto;
  font-size: 0.875em;
  color: #808080;
  padding: 0.57em 1.14em;
}
.h5p-interactive-video .h5p-controls-right .h5p-time {
  line-height: 1.25em;
  border: 0;
}
.h5p-interactive-video .h5p-time > .h5p-current {
  color: #fff;
  display: inline;
}
.h5p-interactive-video .h5p-slider {
  width: auto;
  padding: 13px 0 13px 19px;
  margin: 0;
  height: 10px;
}
.h5p-interactive-video .h5p-slider .ui-slider {
  background: #0b0d0c;
  border: 0;
  height: 8px;
  border-bottom: 2px solid #4e4e4e;
  border-radius: 4px;
  cursor: pointer;
}
.h5p-interactive-video .h5p-slider .ui-slider-range {
  color: #ccc;
  height: 9px;
}
.h5p-interactive-video .h5p-slider .ui-slider-handle {
  cursor: pointer;
  top: -4px;
  width: 18px;
  height: 18px;
  text-shadow: 0 0 4px #666;
  outline: none;
  text-decoration: none;
  border:0;
}
.h5p-interactive-video .h5p-slider .ui-slider-handle:before {
  font-family: H5PInteractiveVideo;
  content: "\e001";
  font-size: 26px;
  line-height: 1;
  position: absolute;
  margin: -4px 0 0 -4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #fbfbfb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h5p-interactive-video .h5p-slider .ui-slider-handle:hover:before {
  color: #dbd7d1;
}

.h5p-interactive-video .h5p-buffered {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  height: 8px;
  width: 0;
  background: #5f5f5f;
}

.h5p-interactive-video .h5p-interactions-container, .h5p-interactive-video .h5p-bookmarks-container {
  position: relative;
}

.h5p-interactive-video .h5p-seekbar-interaction {
  position: absolute;
  top: -10px;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  background: #af3fab;
  background: rgba(175, 63, 171, 0.8);
}
.h5p-interactive-video .h5p-seekbar-interaction.h5p-image-interaction,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-text-interaction,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-link-interaction,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-table-interaction {
  background: #1b5afd;
  background: rgba(27, 90, 253, 0.8);
}
.h5p-interactive-video .h5p-bookmark {
  position: absolute;
  top: -13px;
  width: 2px;
  height: 36px;
  background: #8e8e8e;
  color: #fefefe;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.h5p-interactive-video .h5p-bookmark.h5p-show {
  background: #aeaeae;
}
.h5p-interactive-video .h5p-bookmark-label {
  position: absolute;
  bottom: 46px;
  left: -16px;
  padding: 0 10px;
  background: #2c2c2c;
  background: rgba(44, 44, 44, 0.8);
  opacity: 0;
  visibility: hidden;
  max-width: 300px;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s;
  -moz-transition: visibility 0s 0.2s, opacity 0.2s;
  transition: visibility 0s 0.2s, opacity 0.2s;
}
.h5p-interactive-video .h5p-show .h5p-bookmark-label {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.h5p-interactive-video .h5p-bookmark-label:after {
  content: "";
  position: absolute;
  left: 8px;
  border: 9px solid transparent;
  border-top-width: 10px;
  border-top-color: #2c2c2c;
  border-top-color: rgba(44, 44, 44, 0.8);
  border-bottom: 0;
  top: 100%;
}
.h5p-interactive-video .h5p-bookmark-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
}
.h5p-interactive-video .h5p-bookmark-text:before {
  font-family: H5PFontAwesome4;
  content: "\f02e";
  margin-right: 8px;
}

.h5p-interactive-video .h5p-dialog-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  background: rgba(44, 44, 44, 0.5);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.h5p-interactive-video .h5p-dialog-wrapper.h5p-hidden {
  background: rgba(0,0,0,0);
}
.h5p-interactive-video .h5p-dialog-wrapper.h5p-hidden .h5p-dialog {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.h5p-interactive-video .h5p-dialog {
  position: absolute;
  width: auto;
  min-width: 6.25em;
  min-height: 4.6875em;
  margin: 1.25em;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.h5p-interactive-video .h5p-dialog:not(.h5p-big) {
  max-width: calc(100% - 2.5em);
}

.h5p-interactive-video .h5p-dialog.h5p-medium {
  min-width: 20em;
  top: 0;
}

.h5p-interactive-video .h5p-dialog-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 1em);
}

.h5p-interactive-video .h5p-dialog-titlebar {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0.5em 1em 0.5em 0.5em;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  font-size: 0.875em;
  color: #757575;
}

.h5p-interactive-video .h5p-dialog.h5p-big {
  width: auto;
  height: auto;
  max-height: none;
  left: 1.25em;
  right: 1.25em;
  top: 1.25em;
  bottom: 1.25em;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h5p-interactive-video .h5p-dialog-close {
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  cursor: pointer;
  padding: 0.25em 0.5em;
        outline: none;
}
.h5p-interactive-video .h5p-dialog-close:before {
  font-family: 'H5PFontAwesome4';
  content: "\f057";
  color: #757575;
}
.h5p-interactive-video .h5p-dialog-close:hover:before,
.h5p-interactive-video .h5p-dialog-close:focus:before {
  color: #555555;
}
.h5p-interactive-video .h5p-dialog-close:active:before {
  color: #454545;
}
.h5p-interactive-video .h5p-dialog-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.h5p-interactive-video .h5p-big > .h5p-dialog-inner {
  width: 100%;
  height: auto;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar {
  width: 0.5em;
  background: #fff;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb {
  background: #ddd;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb:hover,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb:active,
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb:focus,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb:active,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb:focus {
  background: #888;
}

.h5p-interactive-video .h5p-dialog-hide {
  color: #191919;
  font-size: 1.3em;
  padding: 0.3em;
  line-height: 0.75em;
  position: absolute;
  right: 0.1em;
  top: 0.1em;
  height: 1em;
  z-index: 52;
  text-shadow: 0 0 0.5em #ffffff;
  font-family: 'H5PFontAwesome4';
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.h5p-interactive-video .h5p-dialog-hide:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.h5p-interactive-video .h5p-question .h5p-joubelui-button {
  float: left;
}
.h5p-interactive-video .h5p-question .h5p-joubelui-button:first-child {
  margin: 0 0.5em 1em 0;
}
.h5p-interactive-video .h5p-question .h5p-joubelui-button:last-child {
  margin: 0 0 1em 0.5em;
}
.h5p-interactive-video .h5p-question .h5p-joubelui-button:first-child:last-child {
  margin: 0 0 1em;
}

.h5p-interactive-video .h5p-image:not(.h5p-dq-element-inner) {
  display: block;
  height: auto;
}
.h5p-interactive-video .h5p-text p:first-child {
  margin-top: 0;
}
.h5p-interactive-video .h5p-text p:last-child {
  margin-bottom: 0;
}

.h5p-interactive-video .h5p-table {
  font-size: 0.875em;
  border-collapse: collapse;
}
.h5p-interactive-video .h5p-table th {
  border-bottom: 2px solid #191919;
}
.h5p-interactive-video .h5p-table td {
  border-bottom: 1px solid #595959;
}
.h5p-interactive-video .h5p-table tr:last-child td {
  border-bottom: 0;
}

.h5p-interactive-video .h5p-nil-interaction > .h5p-interaction-button {
  display: none;
}
.h5p-interactive-video .h5p-nil-interaction > .h5p-interaction-label {
  top: 0;
  left: 0;
  padding: 0.2em 0.5em;
  line-height: 1.5;
  height: auto;
  min-width: 1.5em;
  cursor: default;
  border-radius: 0;
}

.h5p-interactive-video .h5p-dragquestion .h5p-button {
  right: auto;
  left: 1.225em;
}

/* Splash start screen */
.h5p-interactive-video .h5p-splash {
  width: 40%;
  margin: auto;
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.h5p-interactive-video .h5p-splash-wrapper .h5p-splash-outer {
  display: table-cell;
  vertical-align: middle;
}

.h5p-interactive-video .h5p-splash-wrapper .h5p-splash-play-icon {
  font-size: 5em;
  padding: 0.5em 0;
  line-height: 1em;
}

.h5p-interactive-video .h5p-splash-wrapper.no-description .h5p-splash-play-icon,
.h5p-interactive-video .h5p-splash-wrapper.no-description.no-title .h5p-splash-play-icon {
  padding: 0.5em 0;
  font-size: 4em;
}

.h5p-interactive-video .h5p-splash-wrapper.no-title .h5p-splash-play-icon {
  padding: 0.75em 0;
}

.h5p-interactive-video .h5p-splash-wrapper .h5p-splash-play-icon:before {
  font-family: "H5PFontAwesome4";
  content: "\f04b";
  display: block;
}

.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 0 0.5em 1.25em 0.5em;
  margin-top: -1em;
}

.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-description {
  font-family: 'Open Sans', sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75em;
  line-height: 1.25;
  padding: 1.25em;
}

.h5p-interactive-video .h5p-splash > p {
  margin: 0.5em 0 1em;
  color: #fff;
}

.h5p-interactive-video .h5p-splash-wrapper {
  position: absolute;
  display: table;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Hover and focus effects */
.h5p-interactive-video .h5p-splash:focus,
.h5p-interactive-video .h5p-splash:hover {
  background: rgba(0, 0, 0, 0.85);
}

.h5p-interactive-video .h5p-splash:focus {
  outline: 1px solid lightskyblue;
}

/* No description */
.h5p-interactive-video .h5p-splash-wrapper.no-description .h5p-splash .h5p-splash-description,
.h5p-interactive-video .h5p-splash-wrapper.no-description.mobile .h5p-splash .h5p-splash-description {
  display: none;
}

.h5p-interactive-video .h5p-splash-wrapper.no-description .h5p-splash {
  padding: 1.5em 0;
}

.h5p-interactive-video .h5p-splash-wrapper.no-description.no-title .h5p-splash {
  width: 25%;
  padding: 1em 0;
}

/* No title */
.h5p-interactive-video .h5p-splash-wrapper.no-title.mobile .h5p-splash .h5p-splash-title,
.h5p-interactive-video .h5p-splash-wrapper.no-title .h5p-splash .h5p-splash-title {
  display: none;
}

/* Minimum font sizes */
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-title.minimum-font-size {
  font-size: 20px;
}

.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-description.minimum-font-size {
  font-size: 12px;
}

/* Mobile splash start screen */
.h5p-interactive-video .h5p-splash-wrapper.mobile.no-description.no-title .h5p-splash,
.h5p-interactive-video .h5p-splash-wrapper.mobile.no-description .h5p-splash,
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  top: 0;
  left: 0;
  position: absolute;
  flex-flow: column;
}

.h5p-interactive-video .h5p-splash-wrapper.mobile {
  display: block;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  height: 100%;
}

.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-outer {
  display: block;
  vertical-align: auto;
}

.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-main {
  flex: auto;
  position: relative;
}

.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-main-outer {
  position: absolute;
  height: 100%;
  width: 100%;
}

.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-main-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash .h5p-splash-title {
  padding: 0.5em 2.5em;
}

.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash .h5p-splash-description {
  padding: 1em 1.5em;
}

/* mobile footer */
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-footer {
  flex: none;
}

/* Youtube specific splash start screen options */
.h5p-interactive-video .h5p-video.h5p-youtube .h5p-splash-wrapper {
  display: none;
}

.h5p-interactive-video .h5p-video.h5p-youtube .h5p-splash-wrapper .h5p-splash,
.h5p-interactive-video .h5p-video.h5p-youtube .h5p-splash-wrapper:hover .h5p-splash {
  background: #000;
}

/* Adaptivity */
.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-correct,
.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-wrong {
  float: right;
}

.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-correct:before,
.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-wrong:before {
  content: "\f051";
}

.h5p-interactive-video .h5p-question .h5p-question-iv-continue {
  float: right;
}
.h5p-interactive-video .h5p-question-iv-continue:before {
  content: "\f04b";
}

/* mobile view */
.h5p-interactive-video.mobile .h5p-dialog.h5p-big,
.h5p-interactive-video.mobile .h5p-dialog {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.h5p-no-frame .h5p-interactive-video.mobile .h5p-dialog.h5p-big,
.h5p-no-frame .h5p-interactive-video.mobile .h5p-dialog {
  border: 1px solid #eee;
}

.h5p-interactive-video.mobile .h5p-dialog.h5p-big > .h5p-dialog-inner,
.h5p-interactive-video.mobile .h5p-dialog > .h5p-dialog-inner {
  height: inherit;
  width: 100%;
}

/* Center images in big dialog */
.h5p-interactive-video .h5p-dialog.h5p-big[data-lib="H5P.Image"] .h5p-dialog-inner {
  position: relative;
}

.h5p-interactive-video .h5p-dialog.h5p-big[data-lib="H5P.Image"] .h5p-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
