/* DroidSans font by Steve Matteson licensed under Apache License, version 2.0 - See DroidSans/LICENSE.txt */
@font-face {
  font-family: 'H5PDroidSans';
  src: url('../fonts/DroidSans.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'H5PDroidSans';
  src: url('../fonts/DroidSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

/* IcoMoon font licensed under the GNU General Public License: http://www.gnu.org/licenses/gpl.html */
@font-face {
  font-family: 'H5PCoursePresentation';
  src:url('../fonts/H5P.eot?bupsqs');
  src:url('../fonts/H5P.eot?bupsqs#iefix') format('embedded-opentype'),
  url('../fonts/H5P.ttf?bupsqs') format('truetype'),
  url('../fonts/H5P.woff?bupsqs') format('woff'),
  url('../fonts/H5P.svg?bupsqs#H5P') format('svg');
  font-weight: normal;
  font-style: normal;
}

.h5p-container.h5p-course-presentation {
  margin-bottom: 0em;
}

.h5p-course-presentation h1,
.h5p-course-presentation h2,
.h5p-course-presentation h3,
.h5p-course-presentation h4,
.h5p-course-presentation h5,
.h5p-course-presentation h6,
.h5p-course-presentation p {
  line-height: 150%;
  padding: 0.5em;
}

.h5p-course-presentation {
  font-family: H5PDroidSans, sans-serif;
  color: #323232;
  line-height: 1.25;
}

.h5p-course-presentation h2 {
  font-size: 1.667em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 0.5em;
}
.h5p-course-presentation h3 {
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 0.5em;
}
.h5p-course-presentation p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
  padding: 0;
  margin: 0 0 1em;
}
.h5p-course-presentation p:last-child {
  margin-bottom: 0;
}

.h5p-course-presentation a:focus {
  box-shadow: none;
}

.h5p-course-presentation ol.list-unstyled,
.h5p-course-presentation ul.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.h5p-course-presentation .h5p-wrapper {
  margin: 0 auto;
  position: relative;
  width: 640px;
  height: 440px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.using-mouse .h5p-course-presentation .h5p-wrapper:focus::before {
  content: " ";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.h5p-content:not(.using-mouse) .h5p-course-presentation .h5p-wrapper:focus::after {
  content: " ";
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 3px solid #457AD1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.h5p-course-presentation-active-surface .h5p-box-and-nav-wrapper {
  /* Don't set aside space for navigation line in active surface mode */
  height: 100%;
}
.h5p-course-presentation-active-surface .h5p-cp-navigation {
  /* Hide navigation line in active surface mode */
  display: none;
}

.h5p-course-presentation .h5p-box-wrapper {
  width: 100%;
  height: 90%;
  overflow: hidden;
  background: #666666;
  box-shadow: 0 0 0.5em 0 rgba(105, 105, 105, 0.4);
}

/* Disable fullscreen buttons inside Course Presentation when it is in full screen */
.h5p-course-presentation.h5p-fullscreen video .controlBar > .fullscreenButton,
.h5p-course-presentation.h5p-fullscreen video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.h5p-course-presentation .h5p-presentation-wrapper {
  z-index: 1;
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}


.h5p-course-presentation .h5p-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  -webkit-transform: translateX(100%) translate3d(100%, 0, 0);
  -moz-transform: translateX(100%) translate3d(100%, 0, 0);
  -ms-transform: translateX(100%) translate3d(100%, 0, 0);
  transform: translateX(100%) translate3d(100%, 0, 0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.h5p-course-presentation .h5p-slide.h5p-animate {
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.h5p-course-presentation .h5p-slide.h5p-touch-move {
  display: block;
}
.h5p-course-presentation .h5p-current {
  display: block;
  -webkit-transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  z-index: 2;
}
.h5p-course-presentation .h5p-previous {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}


.h5p-course-presentation .h5p-action-foo {
  position: absolute;
  left: 0.5em;
}
.h5p-course-presentation .h5p-action-bar {
  position: absolute;
  right: 0.5em;
}
.h5p-course-presentation .h5p-action-bar a,
.h5p-course-presentation .h5p-action-foo a {
  text-decoration: none;
}

.h5p-course-presentation .h5p-copyinfo-header {
  font-size: 1.2em;
  color: #555;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.h5p-course-presentation .h5p-cp-show-solutions:before {
  font-family: 'H5PFontAwesome4';
  content: "\f06e";
  margin-right: 0.5em;
}

.h5p-course-presentation .h5p-cp-show-solutions {
  display: inline-block;
}

.h5p-course-presentation .h5p-slide-button {
  display: inline-block;
  padding: 0;
  margin: 0 0.2em;
}
.h5p-course-presentation .h5p-slide-button a {
  color: #323232;
  padding: 0.3em;
}
.h5p-course-presentation .h5p-slide-button.h5p-current a {
  color: #ffffff;
  background: #0097fd;
  background-image: -webkit-linear-gradient(top, #0097fd, #096bcb);
  background-image: -moz-linear-gradient(top, #0097fd, #096bcb);
  background-image: linear-gradient(to bottom, #0097fd, #096bcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097fd', endColorstr='#096bcb', GradientType=0);
}
.h5p-course-presentation .h5p-slide-button a:hover {
  color: #525252;
}
.h5p-course-presentation .h5p-slide-button.h5p-current a:hover {
  color: #ffffff;
}

.h5p-course-presentation .h5p-has-solutions a, .h5p-course-presentation .h5p-has-solutions a:hover {
  text-decoration: underline;
}

.h5p-course-presentation .h5p-element {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  font-size: 0.75em;
  z-index: 1;
}

.h5p-course-presentation .h5p-element.h5p-element-button-wrapper {
  border: 0;
  background-color: transparent !important;
  width: 1.5em !important;
  height: 1.5em !important;
  overflow: visible !important;
  z-index: 2;
}

.h5p-course-presentation .h5p-element.h5p-element-button-wrapper.h5p-element-button-big {
  width: 2.334em !important;
  height: 2.334em !important;
  line-height: 2.334em !important;
}

.h5p-course-presentation .h5p-element.h5p-blanks,
.h5p-course-presentation .h5p-element.h5p-twitter-user-feed {
  overflow: auto;
}

.h5p-course-presentation .h5p-element.h5p-summary {
  overflow-x: visible;
}

.h5p-course-presentation .h5p-popup-overlay,
.h5p-course-presentation .h5p-popup-overlay.h5p-video {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 200;
  margin: -10px 0 0 -10px;
  padding: 10px;
}

.h5p-course-presentation .h5p-popup-overlay {
  background-color: rgba(44, 44, 44, 0.5);
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.h5p-course-presentation .h5p-popup-overlay.h5p-animate {
  background-color: transparent;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.h5p-course-presentation .h5p-popup-container {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0.625em 0 rgba(0,0,0,.25);
  left: 5%;
  position: absolute;
  top: 10%;
  width: 90%;
  min-height: 65%;
  max-height: 80%;
  transition: top 0.2s;
  font-size: 0.75em;
  display: flex;
  flex-direction: column;
}

.h5p-popup-overlay.h5p-popup-comment-field .h5p-popup-container,
.h5p-popup-overlay.h5p-advancedtext .h5p-popup-container {
  width: initial;
  min-height: initial;
  min-width: 22%;
  max-width: 90%;
}

.h5p-popup-overlay.h5p-image .h5p-popup-container,
.h5p-popup-overlay.h5p-video .h5p-popup-container,
.h5p-popup-overlay.h5p-interactivevideo .h5p-popup-container,
.h5p-popup-overlay.h5p-dialogcards .h5p-popup-container {
  min-height: initial;
}

.h5p-course-presentation .h5p-popup-container.h5p-animate {
  top: 100%;
}

.h5p-course-presentation .h5p-popup-overlay .h5p-popup-container .h5p-popup-wrapper {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  overflow-y: auto;
}
.h5p-course-presentation .h5p-popup-overlay.h5p-video .h5p-popup-container .h5p-popup-wrapper {
  overflow-y: hidden;
}

.h5p-course-presentation .h5p-popup-overlay .h5p-popup-container .h5p-popup-wrapper::-webkit-scrollbar {
  width: 0.6em;
  background: #fff;
}

.h5p-course-presentation .h5p-popup-overlay .h5p-popup-container .h5p-popup-wrapper::-webkit-scrollbar-thumb {
  background: #ddd;
}

.h5p-course-presentation .h5p-popup-overlay.h5p-advancedtext {
  font-size: 1em;
  margin-right: 1.5em;
  padding: 0.5em;
}

.h5p-course-presentation .h5p-popup-overlay.h5p-advanced-text .h5p-popup-container {
  padding: 2em 0;
}

.h5p-course-presentation .h5p-popup-overlay.h5p-advancedtext .h5p-popup-container .h5p-popup-wrapper,
.h5p-course-presentation .h5p-popup-overlay.h5p-link .h5p-popup-container .h5p-popup-wrapper,
.h5p-course-presentation .h5p-popup-overlay.h5p-popup-comment-field .h5p-popup-container .h5p-popup-wrapper {
  padding: 0.5em;
  overflow: auto;
  text-align: left;
}

.h5p-popup-overlay.h5p-interactivevideo .h5p-popup-container,
.h5p-popup-overlay.h5p-video .h5p-popup-container {
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70%;
}

.h5p-popup-overlay.h5p-singlechoiceset .h5p-sc-sound-control {
  right: 1.2em;
}
.h5p-button-element.h5p-sc-set-wrapper {
  overflow: hidden;
}
.h5p-course-presentation .h5p-popup-container tfoot {
  font-weight: bold;
}

/* Popup style */
.h5p-course-presentation .h5p-popup-container table {
  border-collapse: collapse;
}

.h5p-course-presentation .h5p-element-solution {
  display: block;
  position: absolute;
  right: 0.5em;
  bottom: 0.1em;
  text-decoration: none;
}

.h5p-course-presentation .h5p-element-button-wrapper .h5p-element-solution {
  right: -1.2em;
  top: -1.3em;
  z-index: 2;
}

.h5p-course-presentation .h5p-element-button {
  text-decoration: none;
  position: absolute;
  z-index: 2;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #00f;
  color: #fff;
  font-size: 1em;
  border-radius: 50%;
  /* Border used for focus - setting default properties here*/
  border: 0px solid #70b0ff;
  line-height: 1.5em;
  box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
  background: #1d5cff;
  cursor: pointer;

  transition: background 0.3s, box-shadow 0.3s;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.h5p-course-presentation .h5p-element-button:hover,
.h5p-course-presentation .h5p-element-button-label:hover ~ .h5p-element-button {
  box-shadow: 0 0.3em 0.25em 0 rgba(0, 0, 0, 0.5);
  background: #003fdf;
}

.h5p-course-presentation .h5p-element-button:focus,
.h5p-course-presentation .h5p-element-button-label:focus ~ .h5p-element-button {
  outline: none;
  top: -0.167em;
  left: -0.167em;
  border-width: 0.167em;
}

.h5p-course-presentation .h5p-element-button:before {
  text-decoration: none;
  font-family: 'H5PFontAwesome4';
  content: "\f119";
  font-size: 0.875em;
}

.h5p-course-presentation .h5p-element-button.h5p-element-button-big {
  font-size: 1.5em;
  line-height: 1.4;
}
.h5p-course-presentation .h5p-element-button.h5p-element-button-big:before {
  font-size: 0.87em;
}

.h5p-course-presentation .h5p-element-button-label {
  background: rgba(0,0,0,.8);
  border-radius: 0 1em 1em 0;
  color: #fff;
  cursor: pointer;
  height: 2.25em;
  left: 1.25em;
  padding: 0 0.75em 0 1.5em;
  position: absolute;
  white-space: nowrap;
}

.h5p-course-presentation .h5p-element-button-label.left {
  border-radius: 1em 0 0 1em;
  left: auto;
  padding: 0 1.5em 0 0.75em;
  right: 1.25em;
}

.h5p-course-presentation .h5p-element-button-label.small {
  height: 1.5em;
  line-height: 1.5em;
}

.h5p-course-presentation .h5p-element-button-label.small:not(.left) {
  left: 1em;
  padding: 0 0.75em 0 1em;
}

.h5p-course-presentation .h5p-element-button-label.small.left {
  padding: 0 1em 0 0.75em;
  right: 1em;
}

.h5p-course-presentation .h5p-exportabletextarea-button,
.h5p-course-presentation .h5p-blanks-button,
.h5p-course-presentation .h5p-multichoice-button,
.h5p-course-presentation .h5p-singlechoiceset-button,
.h5p-course-presentation .h5p-dragtext-button,
.h5p-course-presentation .h5p-markthewords-button,
.h5p-course-presentation .h5p-dragquestion-button,
.h5p-course-presentation .h5p-summary-button,
.h5p-course-presentation .h5p-dialogcards-button,
.h5p-course-presentation .h5p-interactivevideo-button,
.h5p-course-presentation .h5p-multimediachoice-button,
.h5p-course-presentation .h5p-truefalse-button {
  background: #981d99;
  border-color: #e489f3; /* Used by focus effect */
}

.h5p-course-presentation .h5p-exportabletextarea-button:hover,
.h5p-course-presentation .h5p-blanks-button:hover,
.h5p-course-presentation .h5p-multichoice-button:hover,
.h5p-course-presentation .h5p-singlechoiceset-button:hover,
.h5p-course-presentation .h5p-dragtext-button:hover,
.h5p-course-presentation .h5p-markthewords-button:hover,
.h5p-course-presentation .h5p-dragquestion-button:hover,
.h5p-course-presentation .h5p-summary-button:hover,
.h5p-course-presentation .h5p-dialogcards-button:hover,
.h5p-course-presentation .h5p-interactivevideo-button:hover,
.h5p-course-presentation .h5p-multimediachoice-button:hover,
.h5p-course-presentation .h5p-truefalse-button:hover {
  background: #661366;
}

.h5p-course-presentation .h5p-exportabletextarea-button:before,
.h5p-course-presentation .h5p-blanks-button:before,
.h5p-course-presentation .h5p-multichoice-button:before,
.h5p-course-presentation .h5p-dragquestion-button:before,
.h5p-course-presentation .h5p-summary-button:before,
.h5p-course-presentation .h5p-singlechoiceset-button:before,
.h5p-course-presentation .h5p-dragtext-button:before,
.h5p-course-presentation .h5p-dialogcards-button:before,
.h5p-course-presentation .h5p-multimediachoice-button:before,
.h5p-course-presentation .h5p-markthewords-button:before {
  font-family: 'H5PCoursePresentation';
}

.h5p-course-presentation .h5p-advancedtext-button:before {
  content: "\f05a";
}

.h5p-course-presentation .h5p-exportabletextarea-button:before {
  content: "\e995";
}

.h5p-course-presentation .h5p-table-button:before {
  content: "\f0ce";
}

.h5p-course-presentation .h5p-link-button:before {
  content: "\f0c1";
}

.h5p-course-presentation .h5p-image-button:before {
  content: "\f03e";
}

.h5p-course-presentation .h5p-video-button:before {
  content: "\f008";
}

.h5p-course-presentation .h5p-audio-button:before {
  content: "\f028";
}

.h5p-course-presentation .h5p-blanks-button:before {
  content: "\e994";
}

.h5p-course-presentation .h5p-multichoice-button:before {
  content: "\e603";
}

.h5p-course-presentation .h5p-truefalse-button:before {
  font-family: 'H5PFontIcons';
  font-size: 1.2em;
  content: "\e902";
}

.h5p-course-presentation .h5p-dragquestion-button:before {
  content: "\e991";
}

.h5p-course-presentation .h5p-summary-button:before {
  content: "\e992";
}

.h5p-course-presentation .h5p-interactivevideo-button:before {
  content: "\f03d";
}
.h5p-course-presentation .h5p-singlechoiceset-button:before {
  content: "\e993";
}
.h5p-course-presentation .h5p-dragtext-button:before {
  content: "\e600";
}
.h5p-course-presentation .h5p-dialogcards-button:before {
  content: "\e900";
  vertical-align: middle;
}
.h5p-course-presentation .h5p-markthewords-button:before {
  content: "\e601";
}
.h5p-course-presentation .h5p-twitteruserfeed-button:before {
  content: "\f099";
}
.h5p-course-presentation .h5p-chart-button:before {
  content: "\f200";
}
.h5p-course-presentation .h5p-audiorecorder-button:before {
  content: "\f130";
  position: relative;
  top: 0.05em;
}

.h5p-course-presentation .h5p-multimediachoice-button:before {
  content: "\e901";
}

.h5p-multi-media-choice-option-list {
  margin-bottom: 0;
  margin-top: 0;
}

.h5p-course-presentation .h5p-no-solution {
  color: #888888;
}

.h5p-course-presentation .h5p-cp-dialog-titlebar {
  padding: 1.78em 1em 0.5em 0.5em;
  border-bottom: 1px solid #eee;
  font-size: 0.875em;
  color: #757575;
}

.h5p-course-presentation .h5p-close-popup {
  position: absolute;
  z-index: 52;
  right: -0.5em;
  top: -0.5em;
  cursor: pointer;
  font-size: 1.33em;
  background: white;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #eee;
  text-align: center;
}

.h5p-course-presentation .h5p-close-popup:before {
  font-family: 'H5PFontAwesome4';
  content: "\f057";
  color: dimgrey;
}

.h5p-course-presentation .h5p-close-popup:hover:before {
  color: black;
}

.h5p-course-presentation .h5p-element-inner.h5p-video, .h5p-course-presentation .h5p-element-inner.h5p-audio {
  background-color: #000;
  width: 100%;
}

.h5p-course-presentation .h5p-button-element.h5p-audio-wrapper .h5p-audio {
  min-height: 30px;
}
.h5p-course-presentation .h5p-button-element {
  margin: 0 auto;
}

.h5p-course-presentation .h5p-popup-container dl {
  text-align: left;
  border-top: 1px solid #efefef;
}

.h5p-course-presentation .h5p-popup-container dl:first-child {
  border: none;
}

.h5p-course-presentation .h5p-popup-container dt {
  float: left;
  padding-right: 0.2em;
}

.h5p-course-presentation .h5p-element .h5p-element-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.h5p-course-presentation .h5p-element .h5p-element-outer.h5p-advancedtext-outer-element,
.h5p-course-presentation .h5p-element .h5p-element-outer.h5p-audio-outer-element {
  overflow-y: hidden;
}

.h5p-course-presentation .h5p-element .h5p-element-inner:not(.h5p-link):not(.h5p-advanced-text) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.h5p-course-presentation .h5p-element .h5p-element-inner:not(.h5p-interactive-video) {
  overflow: hidden;
  overflow-y: auto;
  background: transparent;
}

.h5p-course-presentation .h5p-element .h5p-element-inner.h5p-audio-wrapper,
.h5p-course-presentation .h5p-element .h5p-element-inner.h5p-chart,
.h5p-course-presentation .h5p-element .h5p-element-inner.h5p-ct,
.h5p-course-presentation .h5p-element .h5p-element-inner.h5p-video {
  overflow-y: hidden;
}

.h5p-course-presentation .h5p-element .h5p-element-inner.h5p-advanced-text {
  outline: none;
  padding: 0.375em 0.5em;
}
.h5p-course-presentation .h5p-element .h5p-element-inner.h5p-link {
  padding: 0.375em 0.5em;
}

.h5p-course-presentation .h5p-element .h5p-element-inner.h5p-ct > .ct {
  padding: 0.375em 0.5em;
}

.h5p-course-presentation .h5p-element.h5p-transparent .h5p-element-inner.h5p-advanced-text,
.h5p-course-presentation .h5p-element.h5p-transparent .h5p-element-inner.h5p-link {
  padding: 0;
}

.h5p-course-presentation .h5p-element.h5p-transparent .h5p-element-inner.h5p-ct > .ct {
  padding: 0;
}

.h5p-course-presentation .h5p-advanced-text p span {
  line-height: 1.25em;
}

.h5p-course-presentation .dragndrop .h5p-text {
  font-size: 1em;
}

.h5p-course-presentation .h5p-table {
  border-collapse: collapse;
}

.h5p-course-presentation .h5p-table th {
  border-bottom: 0.167em solid #494949;
}

.h5p-course-presentation .h5p-table td {
  border-bottom: 0.083em solid #494949;
}

.h5p-course-presentation .h5p-table tr:last-child > td {
  border-bottom-style: none;
}

.h5p-course-presentation .cke_editable .h5p-table, .h5p-course-presentation .cke_editable .h5p-table th, .h5p-course-presentation .cke_editable .h5p-table td {
  border: 0.083em dashed #999;
}

.h5p-course-presentation .h5p-ct > .ct {
  font-size: 100%;
  line-height: 165%;
}

.h5p-course-presentation .ct > *:last-child {
  margin: 0;
}

.h5p-course-presentation .h5p-copyinfo {
  margin: 0 0 1em;
  padding-top: 1em;
  font-size: 0.75em;
  line-height: 1.25em;
}

.h5p-course-presentation .h5p-copyinfo > dt {
  float: left;
  margin: 0 0.75em 0 0;
}

.h5p-course-presentation .h5p-copyinfo > dt:after {
  content: ":";
}

.h5p-course-presentation .h5p-copyinfo > dd {
  margin: 0;
}

/* Hides full screen button like in IV, uses own full screen button */
.h5p-course-presentation .h5p-content-controls {
  visibility:hidden;
  position: absolute;
  top:0;
}

.h5p-course-presentation .h5p-presentation-wrapper .h5p-touch-popup {
  display: block;
  position: absolute;
  z-index: 2;

  padding: 0.5em;
  border-radius: 0.5em;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  background: #000;
  color: #FFF;
}
.h5p-course-presentation .h5p-toggle-full-screen {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  z-index: 10;
  cursor: pointer;
  background: #aaafb3;
  color: #fff;
  outline: none;
  padding: 0.125em;
  line-height: 1em;
  opacity: 0.6;
}
.h5p-course-presentation .h5p-toggle-full-screen:before {
  font-family: 'H5PFontAwesome4';
  content: "\f065";
}
.h5p-course-presentation.h5p-fullscreen .h5p-toggle-full-screen:before,
.h5p-course-presentation.h5p-semi-fullscreen .h5p-toggle-full-screen:before {
  content: "\f066";
}
.h5p-course-presentation .h5p-toggle-full-screen:focus,
.h5p-course-presentation .h5p-toggle-full-screen:hover {
  opacity: 0.8;
}
.h5p-course-presentation .h5p-toggle-full-screen:active {
  opacity: 1;
}

/* Always use full button dialog height for charts */
.h5p-course-presentation .h5p-chart .h5p-popup-container {
  height: 80%;
}

.h5p-course-presentation .h5p-chart .h5p-popup-wrapper {
  padding: 1em;
  height: 100%;
}

.h5p-course-presentation .h5p-chart .h5p-button-element.h5p-chart,
.h5p-course-presentation .h5p-chart .h5p-chart-chart {
  height: 100%;
}

/* Making the confirmation dialog popup font-size fit */
.h5p-course-presentation .h5p-confirmation-dialog-popup {
  font-size: 0.85em;
}

/* Remove option for full enable full screen in Drag Question */
.h5p-course-presentation .h5p-dragquestion-editor .field-name-enableFullScreen {
  display: none;
}

.h5p-course-presentation .hidden-but-read {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.h5p-course-presentation .h5p-dialog-title:before {
  content: " ";
  font-family: 'H5PFontAwesome4';
  color: #313131;
  margin-right: 0.5em;
  margin-left: 0.1em;
  vertical-align: middle;
}

.h5p-cp-confirmation-dialog {
  transform: translateY(-50%) translateX(-50%) !important;
  top: 50% !important;
  font-size: 1.3vw;
}

/* Custom styles for H5P.AudioRecorder subcontent */
.h5p-course-presentation .h5p-audio-recorder-view .title {
  font-size: 1em;
}

.h5p-course-presentation .h5p-audio-recorder-view .recording-indicator-wrapper {
  height: 4.375em;
  line-height: 4.375em;
  width: 4.375em;
}

.h5p-course-presentation .h5p-audio-recorder-view .recording-indicator-wrapper > .fa-microphone {
  font-size: 1.15em;
}

.h5p-course-presentation .h5p-audio-recorder-view .audio-recorder-timer {
  font-size: 1.5em;
  margin: .5em 0;
}

.h5p-course-presentation .h5p-audio-recorder-view .h5p-audio-recorder-download {
  font-size: .85em;
  padding: 1em .5em;
}

.h5p-course-presentation .h5p-audio-recorder-view .button {
  font-size: .85em;
  font-weight: 400;
  line-height: 1.2em;
  padding: .5em 1.25em;
}

.h5p-course-presentation .h5p-audio-recorder-view [role=status] {
  font-size: .85em;
}
