@import "../../player/mediaelementplayer.css";
html,
body {
  width: 100%;
  font-size: 100%;
}
body {
  position: relative;
  background-color: lightgrey;
  background-attachment: fixed;
}
html {
  font-size: 62.5%;
}
.main {
  padding: 90px 20px 80px 20px;
  position: relative;
  min-height: 640px;
}
.main-center {
  padding: 0 15px;
  height: 100%;
}
.main-center .align-container {
  padding: 75px 0;
}
.background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
  .main {
    height: auto;
  }
  .main-center .align-container {
    padding: 0 15px;
  }
  .background {
    position: absolute;
    top: 55px;
    height: 250px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'CBASans', sans-serif;
  color: #303030;
  margin: 0 0 20px 0;
}
h1,
.h1 {
  font-size: 2.4em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.8em;
}
p,
button,
.bodyText,
.content ul,
.content ol,
.feedback ul,
.feedback ol,
input[type="text"] {
  font-size: 1.5em;
}
.content ul ul,
.content ol ul,
.feedback ul ul,
.feedback ol ul,
.content ul ol,
.content ol ol,
.feedback ul ol,
.feedback ol ol {
  font-size: 1.0em !important;
}
.resetFont {
  font-size: 1.0em !important;
}
input[type="text"] {
  margin-bottom: 20px;
  padding: 5px;
}
.heading--course {
  font-size: 1.8em;
  color: white;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 36%;
}
.heading--course.small {
  font-size: 0.9em;
}
.heading--topic {
  font-family: 'CBASlab', serif;
  text-transform: initial;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
.heading--tip {
  font-size: 1.5em;
  color: #fff;
  margin: 0 0 15px 0;
}
.heading--timeline {
  color: #000;
}
.heading--feedback {
  color: #fff;
  margin: 0 0 20px 0;
}
.heading--tip {
  margin-bottom: 20px;
}
.heading--help {
  color: #000;
}
.heading--help [class*="icon-"] {
  margin-right: 5px;
}
ul li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .heading--course {
    width: 80%;
  }
  .heading--splash {
    font-size: 2em;
  }
}
.a11y-skip-link {
  background-color: #ffcc00;
  color: #fff;
  font-size: 1.5em;
  padding: 4px 8px;
  position: absolute;
  top: -1000px;
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  z-index: 800;
}
.a11y-skip-link:hover,
.a11y-skip-link:focus {
  top: 0;
  color: #fff;
  text-decoration: none;
}
.a11y-assist-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .a11y-skip-link:hover,
  .a11y-skip-link:focus {
    right: auto;
    left: 15px;
    top: 80px;
  }
  .a11y-main-max-height {
    max-height: 100%;
    overflow: auto;
  }
}
@media (max-width: 560px) {
  .a11y-skip-link:hover,
  .a11y-skip-link:focus {
    background: none;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    right: auto;
    left: 0;
    top: 0;
  }
}
.is-disabled {
  cursor: not-allowed;
}
#headerContainer {
  background: transparent;
  z-index: 750;
}
#headerContainer li.panel {
  margin-bottom: 0;
}
.navbar {
  display: block;
  /*width: 100%;*/
  color: white;
  /*position:absolute;*/
  top: 0;
  left: 0;
  background-color: transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url(../../../js/ie8/PIE.htc);
  margin: auto;
  border: none;
  height: 55px;
  padding: 10px 15px;
  z-index: 700;
}
.navbar-navigation {
  position: absolute;
  top: 0;
  right: 0;
  /*overflow:auto;*/
}
.navbar-navigation .panel-group .panel + .panel {
  margin-top: 0;
}
.navbar-navigation.is-opened {
  height: 100%;
}
.navbar-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-navigation li {
  float: left;
  margin: 0;
  position: relative;
}
.navigation-button {
  height: 55px;
  width: 55px;
  padding: 20px 8px 0 8px;
  text-align: center;
  float: left;
  position: relative;
  color: white;
  background-color: #262626;
  border-left: 1px black solid;
}
.navigation-button:hover,
.navigation-button:focus {
  /*text-decoration:none;
    color:@navbarFontHoverColor;*/
  background-color: #ffcc00;
}
.navigation-button:hover .button-label,
.navigation-button:focus .button-label {
  text-decoration: none;
  /*color:@navbarFontHoverColor;*/
}
.navigation-button.is-enabled {
  text-decoration: none;
  /*color:@navbarFontHoverColor;*/
}
.navigation-button [class*="icon-"] {
  display: block;
  position: relative;
  top: 15px;
  font-size: 18px;
}
.navigation-button .button-label {
  top: 20px;
  font-size: 0.8em;
  position: relative;
  display: block;
}
.navigation-button .assist-collapse {
  display: block;
}
.navigation-button .assist-expand {
  display: none;
}
.navigation-button.collapsed .assist-collapse {
  display: none;
}
.navigation-button.collapsed .assist-expand {
  display: block;
}
.navigation-dropdown {
  position: absolute;
  top: 55px;
  margin: 0 !important;
  left: 0;
  width: 250px;
  list-style: none;
  /*max-height:100%;*/
  overflow: auto;
  z-index: 999;
}
.navigation-dropdown li {
  float: none;
  background-color: #545454;
  border-top: 1px solid #ddd;
}
/*.navigation-dropdown > li:last-of-type{
  margin-bottom:50px;
}*/
.dropdown-button,
.dropdown a {
  padding: 15px 50px 15px 20px;
  display: block;
  color: white;
  width: 100%;
  position: relative;
  font-size: 1.5em;
}
.dropdown-button .icon-tick,
.dropdown a .icon-tick,
.dropdown-button .icon-lock,
.dropdown a .icon-lock {
  position: absolute;
  right: 20px;
  top: 15px;
  display: none;
}
.dropdown-button:hover,
.dropdown a:hover,
.dropdown-button:focus,
.dropdown a:focus,
.dropdown-button.is-enabled,
.dropdown a.is-enabled {
  text-decoration: none;
  color: white;
  background-color: #ffcc00;
}
.dropdown-button.is-completed .icon-tick,
.dropdown a.is-completed .icon-tick {
  display: inline-block;
  background: url("../../../../img/tick.png") no-repeat center center;
  /* this image is not in the framework but needs to be added to the module img folder */
  width: 20px;
  height: 20px;
}
.dropdown-button.is-disabled .icon-lock,
.dropdown a.is-disabled .icon-lock {
  display: inline-block;
  background: url("../../../../img/lock.png") no-repeat center center;
  /* this image is not in the framework but needs to be added to the module img folder */
  width: 20px;
  height: 20px;
}
.dropdown-button--topic {
  background-color: #474747;
  color: white;
}
.dropdown-level-2 .dropdown-button {
  padding: 15px 50px 15px 40px;
}
.dropdown-level-3 .dropdown-button {
  padding: 15px 50px 15px 60px;
}
.navigation-button--mobile {
  display: none;
}
.logo {
  /*background:url("../../../img/cea-logo.png") no-repeat center center;*/
  /*width:211px;
  height:45px;*/
  position: absolute;
  top: 12px;
  left: 20px;
  display: block;
}
.heading--course {
  left: 231px;
}
.staticNavbar {
  z-index: 1;
  right: auto;
  left: 0;
}
.staticNavbar.staticNavbarRight {
  left: auto;
  right: 0;
}
.staticNavbar.staticNavbarRight .navigation-dropdown {
  left: auto;
  right: 0;
}
.staticNavbar .navigation-button {
  border-left: none;
}
@media (max-width: 1012px) {
  .heading--course {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar {
    position: fixed;
    width: 100%;
  }
  .navbar-navigation {
    display: none;
    position: fixed;
    right: 0;
    top: 65px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    z-index: 700;
    padding-bottom: 60px;
  }
  .navbar-navigation ul:first-child {
    display: inline-block;
    width: 100%;
  }
  .navbar-navigation li {
    display: block;
    width: 100%;
  }
  .navigation-dropdown {
    position: relative;
    width: 100%;
    top: 0;
    right: auto;
    /*display: block;*/
  }
  .navigation-dropdown.collapse {
    display: block;
  }
  a[href="#js-dropdown"] {
    display: none;
  }
  .navigation-button {
    height: auto;
    padding: 15px 20px;
    text-align: left;
    border-top: 1px solid #ddd;
    width: 100%;
  }
  .navigation-button [class*="icon-"] {
    display: inline-block;
    position: relative;
    top: auto;
    margin-right: 5px;
  }
  .navigation-button .button-label {
    display: inline-block;
    top: auto;
    font-size: 1em;
  }
  .dropdown-level-2 .dropdown-button {
    width: 90%;
    margin-right: 10%;
  }
  .navigation-button--mobile {
    height: 55px;
    width: 55px;
    padding: 20px 8px 0 8px;
    text-align: center;
    font-size: 18px;
    border-top: none;
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
  }
  .navigation-button--mobile [class*="icon-"] {
    position: relative;
    top: 20px;
    margin-right: 0;
  }
  .staticNavbar {
    display: block;
    position: relative;
    top: 0;
    padding-bottom: 0;
    overflow: initial;
  }
  .staticNavbar a[href="#js-dropdown"] {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-top: none;
    border-left: none;
    padding: 20px 8px 0 8px;
    text-align: center;
  }
  .staticNavbar .navigation-dropdown {
    position: absolute;
    top: 60px;
    height: 0;
  }
  .staticNavbar .navigation-dropdown.in {
    height: auto;
  }
}
#footerContainer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 700;
}
.footbar {
  display: inline-block;
  /*width: 100%;*/
  color: white;
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  border: none;
  height: 50px;
}
.footbar-button {
  text-align: center;
  color: #474747;
  width: auto;
  height: 50px;
  border-left: 1px solid #dddddd;
  display: inline-block;
  padding: 2px 0 0 0;
  font-size: 19px;
  background-color: #474747;
  line-height: 1;
  /*&:first-child {margin-right:-4px;}*/
  /*&.is-enabled {
    text-decoration:none;
    color:@footbarFontHoverColor;
  }*/
}
.footbar-button img {
  display: block;
  margin: 0 auto;
}
.footbar-button .button-label {
  color: white;
  font-size: 0.7em;
  position: relative;
  display: block;
}
.footbar-button:hover,
.footbar-button:focus {
  /*text-decoration:none;
    color:@footbarFontHoverColor;*/
  background-color: #ffcc00;
  text-decoration: none;
  color: #474747;
}
.footbar-button.is-disabled {
  /*color:@footbarButtonDisableFontColor;
	background:@footbarButtonDisableBgColor;

    .button-label {color:@footbarButtonDisableFontColor;}*/
}
.footbar-button [class*="icon-"] {
  position: relative;
  top: 3px;
  font-size: 19px;
}
ul.list-page-navigation li {
  float: left;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footbar {
    position: fixed;
    width: 100%;
  }
}
.dialog-complete,
.dialog-continue,
.dialog-exit,
.dialog-help,
.dialog-reset,
.dialog-resources {
  height: 100%;
}
.dialog-complete .main,
.dialog-continue .main,
.dialog-exit .main,
.dialog-help .main,
.dialog-reset .main,
.dialog-resources .main {
  padding: 0 20px;
}
.final-feedback-waf,
.final-feedback-caf {
  display: none;
}
.background--dialog {
  width: 100%;
  height: 100%;
  /*.background-cover("../bazinga-framework/img/dialog-background.jpg"; no-repeat; right center);*/
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.dialog {
  background-color: #ffffff;
  color: #666666;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0 auto;
  max-width: 400px;
}
.dialog .alert {
  margin: 20px 0;
  background-color: #ededed;
}
.dialog .prompt--inverse {
  /*margin-bottom:40px;*/
}
.dialog .button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.dialog-resources .button {
  margin: 40px 0 0;
}
.dialog-complete .final-feedback-waf,
.dialog-complete .final-feedback-caf {
  display: none;
}
.dialog-complete .prompt {
  margin-bottom: 40px;
}
.dialog-help .main {
  padding: 40px 20px;
  height: 100%;
  overflow: auto;
}
.dialog-help .button {
  margin-bottom: 10px;
  text-align: left;
  display: block;
}
.dialog-help .button [class*="icon-"] {
  margin-right: 5px;
}
.dialog-help .button.is-selected {
  background-color: #ffcc00;
}
.dialog-help .button-list {
  height: 400px;
  overflow-y: auto;
}
.dialog-help .help-popup {
  background-color: #e0e0e0;
  padding: 20px;
  color: #000;
  display: none;
}
.dialog-help .help-popup img {
  margin: 0 0 10px 0;
}
.dialog-help .breadcrumb-example {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 16px;
  font-size: 13px;
  color: #454545;
  display: inline-block;
}
@media (max-width: 767px) {
  .dialog-help .help-popup {
    margin-bottom: 10px;
    display: block;
  }
}
.assessment .assessment-hide {
  display: none;
}
.assessment-results .final-feedback-waf,
.assessment-results .final-feedback-caf {
  display: none;
}
.assessment-results .prompt {
  margin-bottom: 40px;
}
.attempts-reached-error {
  margin-top: 40px;
  display: none;
  padding: 8px 16px;
  background-color: #ffcc00;
  color: #fff;
}
.splash {
  background-color: #ededed;
}
.splash .background--splash {
  width: 100%;
  height: 100%;
  /*.background-cover("../bazinga-framework/img/splash-background.jpg"; no-repeat; right center);*/
  position: absolute;
  top: 0;
  left: 0;
}
.splash .main {
  /*padding:120px 40px 40px 80px;
    width:585px;
    float:right;
    text-align:right;*/
}
.splash .button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .splash .background--splash {
    height: 200px;
    position: relative;
  }
  .splash .main {
    width: 100%;
    text-align: center;
    padding: 40px 40px 60px 40px;
  }
  .splash .heading--page {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .splash .button {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(../../../js/ie8/PIE.htc);
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 900;
  color: #ffcc00;
  top: 0;
  left: 0;
  display: block;
}
.preloader-container {
  background-color: #fff;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  width: 85px;
  height: 85px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-shadow: 0 0 2px 0 #ccc;
}
.percentage {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  text-align: center;
  font-size: 13px;
  color: grey;
}
.legacy-spinner {
  margin: 0 auto;
  margin-top: 12px;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .preloader .u-vertical-align {
    display: table !important;
  }
  .preloader .u-align-middle {
    display: table-cell !important;
  }
}
.content {
  background-color: #ffffff;
  color: #666666;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0;
}
.dropdown {
  position: absolute;
  top: 49px;
  left: 0;
}
.dropdown li {
  margin-bottom: 0;
}
/*.fillup-container {}*/
.fillup-select {
  border: 2px solid #ffcc00;
}
textarea {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5em;
  min-height: 150px;
}
.transcript {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  max-height: 200px;
  overflow-y: auto;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
.transcript.transcriptDown {
  top: 41px;
  bottom: auto;
  z-index: 1;
}
.transcript:before {
  color: #474747;
  font-size: 3.8em;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  content: open-quote;
  top: 0;
  left: 20px;
}
.transcript:after {
  color: #474747;
  font-size: 3.8em;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  content: close-quote;
  bottom: -20px;
  right: 20px;
  float: right;
  line-height: 0;
  position: static;
  right: 0;
  margin-right: -30px;
}
.icon-quote {
  color: #474747;
  font-size: 3.8em;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
}
.audio-player {
  position: absolute;
  top: 11px;
  width: 100%;
}
@font-face {
  font-family: 'aecPlayer';
  src: url('../../../fonts/player/aecPlayer.woff2') format('woff2'), url('../../../fonts/player/aecPlayer.woff') format('woff'), url('../../../fonts/player/aecPlayer.eot') format('embedded-opentype'), url('../../../fonts/player/aecPlayer.ttf') format('truetype'), url('../../../fonts/player/aecPlayer.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mejs-controls .mejs-button button {
  font-family: 'aecPlayer';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 200%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-container {
  height: 36px;
  background: none;
}
.mejs-container .mejs-controls {
  height: 34px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url(../../../js/ie8/PIE.htc);
  border: 1px solid #aaa;
  border-radius: 4px;
}
.mejs-controls .mejs-button button {
  margin: 0;
  height: 32px;
  width: 32px;
  background: none;
  color: #474747;
  /*border-left:1px solid #aaa;
  border-right:1px solid #aaa;*/
}
.mejs-controls button:hover,
.mejs-controls button:focus {
  color: #ffcc00 !important;
}
.mejs-container .mejs-controls .mejs-time {
  color: #6d6d6d;
  padding: 12px 0 0 6px;
}
.mejs-controls div.mejs-time-rail {
  margin: 0 5px;
  top: 3px;
  position: relative;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  border-radius: 0;
  height: 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #bcbdbf;
  margin-top: 6px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #474747;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ffcc00;
}
.mejs-time-float-current {
  font-size: 11px;
}
.mejs-playpause-button {
  width: 80px !important;
  height: 32px !important;
  left: -1px;
}
.mejs-play button,
.mejs-pause button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -1px;
  width: 80px !important;
  color: #fff !important;
  background-color: #474747 !important;
}
.mejs-play button:hover,
.mejs-pause button:hover,
.mejs-play button:focus,
.mejs-pause button:focus {
  color: #fff !important;
  background-color: #ffcc00 !important;
}
.mejs-play button:before,
.mejs-pause button:before {
  position: relative;
  left: -4px;
}
.mejs-play button:after,
.mejs-pause button:after {
  font-family: 'CBASans', sans-serif;
  position: relative;
  top: -4px;
  font-size: 0.65em;
}
.mejs-play button:before {
  content: "\e01b";
}
.mejs-play button:after {
  content: "Play";
  font-size: 15px;
}
.mejs-pause button:before {
  content: "\e018";
}
.mejs-pause button:after {
  content: "Pause";
  font-size: 15px;
}
.button--transcript {
  width: 90px;
  font-family: 'CBASans', sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 34px;
  color: #fff;
  font-size: 1.5em;
  background-color: #474747 !important;
  border: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.button--transcript:hover,
.button--transcript:focus {
  color: #fff !important;
  background-color: #ffcc00 !important;
}
.mejs-fullscreen-button button:before {
  content: "\e20c";
}
.mejs-unfullscreen button:before {
  content: "\e20d";
}
.mejs-captions-button button:before {
  content: "\e006";
}
.mejs-mute button:before {
  content: "\e033";
}
.mejs-unmute button:before {
  content: "\e032";
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  background-color: #fff;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background-color: #bcbdbf;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background-color: #474747;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  background-color: #2e2e2e;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 7px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle:hover,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle:focus {
  background: #141414;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  /*background: #fff;
  color:#047bd9;*/
  right: -37px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector input[type="radio"]:focus + label,
.mejs-controls .mejs-captions-button .mejs-captions-selector input[type="radio"]:hover + label {
  color: #ffcc00;
}
.audioContainer {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
}
.audioContainerShort {
  bottom: 60px;
}
.audioContainerShort .audio-player {
  left: 50%;
  width: 310px;
  margin-left: -155px;
  top: auto;
  bottom: 0;
}
.audioContainerFooter {
  width: 320px;
  left: 50%;
  margin-left: -160px;
}
.audioContainer.u-relative {
  height: 60px;
}
.video-background {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
#v-player {
  width: 100%;
  /* so flash version can also be 100% */
}
.mejs-video .assist-audio,
.mejs-audio .assist-video {
  display: none;
}
.button--transcript .assist-collapse {
  display: none;
}
.button--transcript .assist-expand {
  display: block;
}
.button--transcript.is-enabled .assist-collapse {
  display: block;
}
.button--transcript.is-enabled .assist-expand {
  display: none;
}
.inlineAudioContainer {
  position: relative;
}
@media (max-width: 767px) {
  .audio-container {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 50px;
    position: fixed;
    bottom: 50px;
    border-bottom: 1px solid #ddd;
  }
  .audio-player {
    position: absolute;
    margin-left: 0;
    width: 100%;
    min-width: 220px;
    top: 0;
    left: 0;
  }
  .mejs-time-rail,
  .mejs-time-total {
    min-width: 80px;
  }
  .transcript {
    bottom: 100px;
  }
  .audioContainerFooter {
    bottom: 35px;
  }
  .audioContainerShort .transcript {
    bottom: 50px;
  }
}
.conversation {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-top: 12px;
}
.conversation.left {
  padding-left: 70px;
}
.conversation.left .conversation-profile {
  left: 0;
}
.conversation.right {
  padding-right: 70px;
  text-align: right;
}
.conversation.right .conversation-profile {
  right: 0;
}
.conversation-profile {
  width: 48px;
  top: 0;
  position: absolute;
}
.list-timeline li {
  float: left;
  width: 24%;
  margin: 0 0.5%;
}
.list-timeline li:first-child {
  margin-left: 0;
}
.timeline {
  background-color: #ffffff;
  color: #666666;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0;
}
.timeline-thumbnail {
  background: none;
  width: 100%;
  position: relative;
  border: 4px solid transparent;
  width: auto;
  border: none;
  margin-bottom: 0;
  border: 3px solid #fff;
  margin-bottom: 20px;
  padding: 0;
}
.timeline-thumbnail:hover,
.timeline-thumbnail:focus,
.timeline-thumbnail.is-selected {
  border: 4px solid #fff;
}
.timeline-thumbnail .component-status {
  top: 10px;
  right: 10px;
}
.timeline-thumbnail:hover,
.timeline-thumbnail:focus,
.timeline-thumbnail.is-selected {
  border: 3px solid #ffcc00;
}
.timeline-thumbnail .component-status {
  background-color: #ffcc00;
  top: 4px;
  right: 4px;
}
.timeline-thumbnail .component-status [class*="icon-"] {
  color: #fff;
}
.timeline-slide {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .list-timeline li {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url(../../../js/ie8/PIE.htc);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.panel-group {
  margin-bottom: 0;
}
.panel-default > .panel-heading {
  display: block;
  width: 100%;
  padding: 15px 45px 15px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url(../../../js/ie8/PIE.htc);
  font-size: 1.5em;
  margin: 0;
  background-color: #474747;
  color: #000;
  position: relative;
}
.panel-default > .panel-heading[aria-expanded="true"] {
  background-color: #ffcc00;
  color: #fff;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus {
  text-decoration: none;
  background-color: #ffcc00;
  color: #fff;
}
.panel-default > .panel-heading [class*="icon-"] {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 0.9em;
  display: none;
}
.panel-default > .panel-heading.is-visited [class*="icon-"] {
  display: block;
}
.button--hotspot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  background-color: #474747;
  text-align: center;
  border: none;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
}
.button--hotspot:hover,
.button--hotspot:focus {
  background-color: #ffcc00;
}
.button--hotspot .component-status {
  background-color: #ffcc00;
  top: -6px;
  right: -6px;
}
.button--hotspot .component-status [class*="icon-"] {
  color: #fff;
}
.hotspot-container {
  border: 4px solid #ffcc00;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.hotspot-popup {
  background-color: #ffffff;
  color: #666666;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0;
  background-color: #ffcc00;
  color: #fff;
  display: none;
}
.hotspot-content {
  display: none;
}
.carousel-inner > .item {
  margin: 20px 20px 0 20px;
}
.carousel-control {
  opacity: 1;
  text-shadow: none;
  top: auto;
  font-size: 1em;
  bottom: 20px;
  width: 120px;
}
.carousel-control.left,
.carousel-control.right {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
  background-color: #474747;
  text-transform: uppercase;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  position: relative;
  /*   font-family: 'Oswald', sans-serif;
    background-color: #ffca08;
    color: #231f20;*/
  /*   font-size: 2em;*/
  /*    position: relative;
    font-family: @fancyFont;
    .border-radius(6px);
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;*/
  margin-bottom: 0;
  position: absolute;
  font-size: 1.5em;
  padding: 8px 0;
  background: #474747;
  z-index: 16;
}
.carousel-control.left:hover,
.carousel-control.right:hover,
.carousel-control.left:focus,
.carousel-control.right:focus {
  background-color: #ffcc00;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.carousel-control.left:focus,
.carousel-control.right:focus,
.carousel-control.left:hover,
.carousel-control.right:hover {
  /* background: darken(#ffca08, 5%);
        color: #231f20;*/
}
.carousel-control.left.is-disabled,
.carousel-control.right.is-disabled {
  opacity: 0.65;
}
.carousel-control.left:hover,
.carousel-control.right:hover,
.carousel-control.left:focus,
.carousel-control.right:focus {
  background: #ffcc00;
}
.carousel-control.left.is-disabled,
.carousel-control.right.is-disabled {
  display: none;
}
.carousel-control.left {
  left: 20px;
}
.carousel-control.right {
  right: 20px;
}
.carousel-inner {
  background-color: white;
  padding-bottom: 80px;
  text-align: left;
}
.carousel-description {
  margin-bottom: 20px;
}
.carousel-indicators {
  width: 100%;
  margin-left: 0;
  left: 0;
}
.carousel-indicators li {
  background-color: #474747;
  border: none;
}
.carousel-indicators li:hover,
.carousel-indicators li:focus {
  background-color: #ffcc00;
}
.carousel-indicators .active {
  background-color: #ffcc00;
}
.prevContainer.is-disabled,
.nextContainer.is-disabled {
  display: none;
}
@media (max-width: 767px) {
  .carousel-indicators {
    display: none;
  }
  /*.audio-player{
		left:-4px;
		width: calc(100% - 14px);
	}*/
}
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
  background-color: #474747;
  text-transform: uppercase;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  font-size: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.button:hover,
.button:focus {
  background-color: #ffcc00;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.is-disabled,
.is-disabled:hover,
.is-disabled:focus {
  background-color: #808285;
  cursor: not-allowed;
}
.button-image {
  background: none;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  border: 4px solid transparent;
}
.button-image:hover,
.button-image:focus,
.button-image.is-selected {
  border: 4px solid #fff;
}
.button-image .component-status {
  top: 10px;
  right: 10px;
}
.button--icon [class*="icon-"] {
  margin-left: 10px;
}
.button-group .button {
  margin-left: 10px;
}
.button-group .button:first-child {
  margin-left: 0;
}
.launchBtn {
  display: none;
}
.button-close {
  position: absolute;
  top: -18px;
  right: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  background-color: #474747;
  width: 36px;
  height: 36px;
  padding: 7px;
  text-align: center;
  color: #fff;
  border: none;
}
.button-close:hover,
.button-close:focus {
  text-decoration: none;
  background-color: #ffcc00;
  color: #fff;
}
.tip-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
  text-transform: uppercase;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  position: relative;
  /*   font-family: 'Oswald', sans-serif;
    background-color: #ffca08;
    color: #231f20;*/
  /*   font-size: 2em;*/
  /*    position: relative;
    font-family: @fancyFont;
    .border-radius(6px);
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;*/
  background-color: #474747;
  font-size: 1.5em;
}
.tip-button:hover,
.tip-button:focus {
  background-color: #ffcc00;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.tip-button:focus,
.tip-button:hover {
  /* background: darken(#ffca08, 5%);
        color: #231f20;*/
}
.tip-button.is-disabled {
  opacity: 0.65;
}
.tip-button [class*="icon-"] {
  margin-right: 5px;
}
.tip-button:hover,
.tip-button:focus {
  background-color: #ffd633;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
  background-color: #a9a9a9;
  /* fallback for ie8 */
  background-color: rgba(160, 160, 160, 0.9);
  z-index: 800;
}
.overlay-content {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 20px auto;
  width: 90%;
  max-width: 1024px;
  background-color: #eee;
  position: relative;
  /*&.dark {
    color:#fff;

    .heading--overlay,.prompt {color:#fff;}
  }*/
}
.overlay-content .button-close {
  right: -18px;
}
.js-overlay-data {
  display: none;
}
#overlay-intro .heading--overlay {
  color: #fff;
}
.overlay-content-small {
  max-width: 450px;
}
.checkbox-container {
  margin-bottom: 20px;
  overflow: hidden;
}
.checkbox {
  border: none;
  background: none;
  color: #000;
  padding: 12px 20px 12px 50px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
  position: relative;
}
.checkbox .icon-checkbox {
  background: transparent;
  border: 1px solid #ffcc00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 10px;
  text-align: center;
}
.checkbox [class*="icon-tick"] {
  display: none;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 4px;
}
.checkbox:hover,
.checkbox:focus {
  background-color: #f1f1f4;
  color: #ffcc00;
}
.checkbox.is-selected .icon-checkbox {
  background-color: #ffcc00;
}
.checkbox.is-selected [class*="icon-tick"] {
  display: inline-block;
}
.checkbox.is-correct {
  color: #ffcc00;
  border: 6px solid #2d2d2f;
}
.checkbox.is-correct .icon-checkbox {
  top: 8px;
  left: 8px;
}
.checkbox.is-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: not-allowed;
}
.checkbox-img {
  padding: 0;
}
.checkbox-img .checkbox-content {
  position: relative;
  min-height: 50px;
  display: block;
  padding: 10px 10px 10px 50px;
  width: 100%;
  background-color: #ffcc00;
  color: #fff;
}
.checkbox-img .icon-checkbox {
  background-color: white;
}
.checkbox-img.is-correct {
  background: none;
  color: inherit;
  border: 6px solid #2d2d2f;
  padding: 5px;
}
.checkbox-img.is-correct .checkbox-text {
  border: 2px solid white;
  padding: 8px 18px 8px 58px;
}
.checkbox-img.is-selected .icon-checkbox {
  background-color: black;
}
.checkbox-img.is-selected .icon-checkbox [class*="icon-"] {
  color: #ffcc00;
}
.checkbox--order.is-selected .icon-checkbox {
  background: transparent;
  padding: 4px 8px;
  font-family: 'CBASans', sans-serif;
  color: #ffcc00;
  font-size: 1.1em;
}
.checkbox-container[data-cb-type="single"] .checkbox .icon-checkbox {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
}
.checkbox-container[data-cb-type="single"] .checkbox.is-selected [class*="icon-tick"] {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-color: #ffcc00;
  padding-left: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  top: 6px;
  left: 6px;
}
.checkbox-container[data-cb-type="single"] .checkbox.is-selected .icon-checkbox {
  background-color: white;
}
.allSurveys ul.surveyHeader {
  display: none;
}
.allSurveys .surveyContainer {
  display: block;
  width: 100%;
  border-top: 1px #dddddd solid;
  padding-top: 20px;
}
.allSurveys .surveyContainer:first-child {
  border-top: none;
}
.allSurveys .surveyContainer button.radio {
  padding-left: 30px;
}
.allSurveys .surveyContainer button.radio .radioBox {
  position: absolute;
  left: 0;
  top: 0;
}
.allSurveys .surveyContainer button.radio .surveyLabel {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .allSurveys ul.surveyHeader {
    display: block;
    float: right;
    width: 55%;
  }
  .allSurveys ul.surveyHeader li {
    float: left;
    width: 20%;
    text-align: center;
  }
  .allSurveys .surveysFrame {
    max-height: 420px;
    overflow-y: auto;
    margin-bottom: 20px;
    border-top: 1px #dddddd solid;
  }
  .allSurveys .surveyContainer {
    display: block;
    width: 100%;
  }
  .allSurveys .surveyContainer p {
    float: left;
    width: 45%;
  }
  .allSurveys .surveyContainer .surveyRadioGroup {
    width: 55%;
    float: right;
  }
  .allSurveys .surveyContainer .surveyRadioGroup button.radio {
    padding-left: 0;
    display: inline-block;
    width: 20%;
  }
  .allSurveys .surveyContainer .surveyRadioGroup button.radio .radioBox {
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .allSurveys .surveyContainer .surveyRadioGroup button.radio .surveyLabel {
    top: -9999px;
    left: -9999px;
    display: block;
    position: absolute;
  }
}
.radio {
  min-height: 50px;
  border: none;
  background: none;
  color: #000;
  padding: 0 0 20px 0;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.radio .radioBox {
  background: transparent;
  border: 1px solid #ffcc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.radio .radioBox .radioCircle {
  background: #ffcc00;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  margin: 4px auto;
  display: none;
}
.is-selected.radio .radioBox .radioCircle {
  display: block;
}
.radio.is-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: not-allowed;
}
.trueFalseContainer .content:nth-child(even) {
  background-color: #eeeeee;
}
.checkbox-controls {
  text-align: right;
}
.feedback {
  display: none;
}
.feedback-caf,
.feedback-waf,
.feedback-pcaf,
.feedback-naf {
  background-color: #2d2d2f;
  padding: 20px;
  color: #fff;
  width: 100%;
}
.feedback-caf .prompt--inverse,
.feedback-waf .prompt--inverse,
.feedback-pcaf .prompt--inverse,
.feedback-naf .prompt--inverse {
  color: #fff;
}
@media (max-width: 767px) {
  .feedback {
    margin-top: 20px;
  }
}
.prompt {
  background-color: #4ec4e2;
  color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 20px 20px 60px;
  margin: 0 0 20px 0;
  position: relative;
  font-size: 25px;
  text-align: left;
}
.prompt .icon-prompt {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 25px;
}
.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url(../../../js/ie8/PIE.htc);
  margin: 0;
  padding: 0;
  color: white;
  position: absolute;
  left: 246px;
  top: 36px;
  font-size: 13px;
  max-width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1012px) {
  .breadcrumb {
    /*max-width:50%;*/
    display: none;
  }
}
.component-status,
.component-status-locked {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  background-color: #ffcc00;
  padding: 6px;
  position: absolute;
  top: -16px;
  right: -16px;
  text-align: center;
  display: none;
  z-index: 1;
}
.component-status [class*="icon-"] {
  color: #474747;
  font-size: 0.8em;
  display: none;
}
.component-status.small {
  width: 25px;
  height: 25px;
  padding: 2px;
}
.component-status.small [class*="icon-"] {
  font-size: 0.6em;
}
.contentCompleteBtn.is-visited .component-status {
  display: none;
}
.contentCompleteBtn.is-visited .component-status .icon-tick {
  display: none;
}
.is-disabled .component-status-locked {
  display: block;
}
.is-disabled .component-status-locked .icon-lock {
  display: block;
}
.is-visited .component-status,
.contentCompleteBtn.is-completed .component-status {
  display: block;
}
.is-visited .component-status .icon-tick,
.contentCompleteBtn.is-completed .component-status .icon-tick {
  display: block;
}
.is-visited .component-status-locked,
.contentCompleteBtn.is-completed .component-status-locked {
  display: none;
}
@font-face {
  font-family: "AEC Icons";
  src: url("../../../../bazinga-framework/fonts/icons/aec-icons.eot?-uf5laa");
  src: url("../../../../bazinga-framework/fonts/icons/aec-icons.eot?#iefix-uf5laa") format("embedded-opentype"), url("../../../../bazinga-framework/fonts/icons/aec-icons.ttf?-uf5laa") format("truetype"), url("../../../../bazinga-framework/fonts/icons/aec-icons.woff?-uf5laa") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*="icon-"] {
  font-family: "AEC Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
body {
  font-family: 'CBASans', sans-serif;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
.u-unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-unstyled-button {
  background: none;
  border: none;
}
.u-margin-0 {
  margin: 0 !important;
}
.u-margin-top-0 {
  margin-top: 0px !important;
}
.u-margin-top-10 {
  margin-top: 10px !important;
}
.u-margin-top-20 {
  margin-top: 20px !important;
}
.u-margin-top-30 {
  margin-top: 30px !important;
}
.u-margin-top-40 {
  margin-top: 40px !important;
}
.u-margin-top-50 {
  margin-top: 50px !important;
}
.u-margin-top-60 {
  margin-top: 60px !important;
}
.u-margin-left-0 {
  margin-left: 0px !important;
}
.u-margin-left-10 {
  margin-left: 10px !important;
}
.u-margin-left-20 {
  margin-left: 20px !important;
}
.u-margin-left-30 {
  margin-left: 30px !important;
}
.u-margin-left-40 {
  margin-left: 40px !important;
}
.u-margin-left-50 {
  margin-left: 50px !important;
}
.u-margin-left-60 {
  margin-left: 60px !important;
}
.u-margin-left-70 {
  margin-left: 70px !important;
}
.u-margin-left-80 {
  margin-left: 80px !important;
}
.u-margin-left-90 {
  margin-left: 90px !important;
}
.u-margin-left-100 {
  margin-left: 100px !important;
}
.u-margin-right-0 {
  margin-right: 0px !important;
}
.u-margin-right-10 {
  margin-right: 10px !important;
}
.u-margin-right-20 {
  margin-right: 20px !important;
}
.u-margin-right-30 {
  margin-right: 30px !important;
}
.u-margin-right-40 {
  margin-right: 40px !important;
}
.u-margin-right-50 {
  margin-right: 50px !important;
}
.u-margin-right-60 {
  margin-right: 60px !important;
}
.u-margin-right-70 {
  margin-right: 70px !important;
}
.u-margin-right-80 {
  margin-right: 80px !important;
}
.u-margin-right-90 {
  margin-right: 90px !important;
}
.u-margin-right-100 {
  margin-right: 100px !important;
}
.u-margin-bottom-0 {
  margin-bottom: 0px !important;
}
.u-margin-bottom-10 {
  margin-bottom: 10px !important;
}
.u-margin-bottom-20 {
  margin-bottom: 20px !important;
}
.u-margin-bottom-30 {
  margin-bottom: 30px !important;
}
.u-margin-bottom-40 {
  margin-bottom: 40px !important;
}
.u-margin-bottom-50 {
  margin-bottom: 50px !important;
}
.u-margin-bottom-60 {
  margin-bottom: 60px !important;
}
.u-padding-0 {
  padding: 0 !important;
}
.u-padding-top-0 {
  padding-top: 0px !important;
}
.u-padding-top-10 {
  padding-top: 10px !important;
}
.u-padding-top-20 {
  padding-top: 20px !important;
}
.u-padding-top-30 {
  padding-top: 30px !important;
}
.u-padding-top-40 {
  padding-top: 40px !important;
}
.u-padding-left-10 {
  padding-left: 10px !important;
}
.u-padding-left-20 {
  padding-left: 20px !important;
}
.u-padding-left-30 {
  padding-left: 30px !important;
}
.u-padding-left-40 {
  padding-left: 40px !important;
}
.u-padding-right-10 {
  padding-right: 10px !important;
}
.u-padding-right-20 {
  padding-right: 20px !important;
}
.u-padding-right-30 {
  padding-right: 30px !important;
}
.u-padding-right-40 {
  padding-right: 40px !important;
}
.u-padding-bottom-0 {
  padding-bottom: 0px !important;
}
.u-padding-bottom-10 {
  padding-bottom: 10px !important;
}
.u-padding-bottom-20 {
  padding-bottom: 20px !important;
}
.u-padding-bottom-30 {
  padding-bottom: 30px !important;
}
.u-padding-bottom-40 {
  padding-bottom: 40px !important;
}
.u-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.u-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.u-vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}
.u-align-middle {
  display: table-cell;
  vertical-align: middle;
}
.u-align-center {
  margin: 0 auto;
  display: block;
}
.u-table-col-25 {
  width: 25px;
}
.u-table-col-50 {
  width: 50px;
}
.u-table-col-100 {
  width: 100px;
}
.u-table-col-150 {
  width: 150px;
}
.u-table-col-200 {
  width: 200px;
}
.u-table-col-250 {
  width: 250px;
}
.u-table-col-300 {
  width: 300px;
}
.u-maxwidth-50 {
  max-width: 50px !important;
}
.u-maxwidth-100 {
  max-width: 100px !important;
}
.u-maxwidth-150 {
  max-width: 150px !important;
}
.u-maxwidth-200 {
  max-width: 200px !important;
}
.u-maxwidth-250 {
  max-width: 250px !important;
}
.u-maxwidth-300 {
  max-width: 300px !important;
}
.u-maxwidth-350 {
  max-width: 350px !important;
}
.u-maxwidth-400 {
  max-width: 400px !important;
}
.u-maxwidth-450 {
  max-width: 450px !important;
}
.u-maxwidth-500 {
  max-width: 500px !important;
}
.u-maxwidth-550 {
  max-width: 550px !important;
}
.u-maxwidth-600 {
  max-width: 600px !important;
}
.u-opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.u-opacity-40 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.u-opacity-30 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.u-opacity-20 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.u-opacity-10 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.u-grayscale {
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: gray;
}
.u-widthAuto {
  width: auto !important;
  max-width: auto !important;
}
.u-heightAuto {
  width: auto !important;
  max-width: auto !important;
}
.u-invisible {
  visibility: hidden !important;
}
.u-overflow-hidden {
  overflow: hidden !important;
}
.u-hide-outline {
  outline: none !important;
}
.u-text-muted {
  color: rgba(0, 0, 0, 0.3) !important;
}
.u-text-underline {
  text-decoration: underline !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-left {
  text-align: left !important;
}
.u-nowrap {
  white-space: nowrap !important;
}
.u-block {
  display: block;
}
.u-hidden,
.pageCompleteShow,
.failShow {
  display: none;
}
.u-relative {
  position: relative !important;
}
.u-absolute {
  position: absolute !important;
}
.height-100 {
  height: 100% !important;
}
.img-responsive {
  margin: 0 auto;
}
.u-space {
  margin-bottom: 20px;
}
.u-width-50 {
  width: 50%;
}
.u-width-100 {
  width: 100%;
}
.u-uppercase {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .u-vertical-align {
    display: block;
  }
  .u-align-middle {
    display: block;
  }
  .u-width-50 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-list-2col li {
    float: left;
    width: 50%;
  }
  .u-list-3col li {
    float: left;
    width: 33%;
  }
}
/*@navbarFontHoverColor:          darken(@navbarFontColor,20%);*/
/*@navbarLogo:                    url("../img/bazinga/aec-logo.png") no-repeat; // ../bazinga-framework/img/bazinga/aec-logo.png*/
/*@font-face {
    font-family: 'aachen_boldregular';
    src: url('fonts/aachen-bold-plain-webfont.eot');
    src: url('fonts/aachen-bold-plain-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/aachen-bold-plain-webfont.woff') format('woff'),
        url('fonts/aachen-bold-plain.ttf') format('truetype'),
        url('fonts/aachen-bold-plain-webfont.svg#aachenbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akaChen';
    src: url('fonts/akaChen.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: "CBASlab";
  src: url("fonts/CBASlabWeb-Regular.eot");
  src: url("fonts/CBASlabWeb-Regular.eot?#iefix") format("eot"), url("fonts/CBASlabWeb-Regular.woff2") format("woff2"), url("fonts/CBASlabWeb-Regular.woff") format("woff"), url("fonts/CBASlabWeb-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "CBASlab";
  src: url("fonts/CBASlabWeb-Bold.eot");
  src: url("fonts/CBASlabWeb-Bold.eot?#iefix") format("eot"), url("fonts/CBASlabWeb-Bold.woff2") format("woff2"), url("fonts/CBASlabWeb-Bold.woff") format("woff"), url("fonts/CBASlabWeb-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "CBASlab";
  src: url("fonts/CBASlabWeb-ExtraBold.eot");
  src: url("fonts/CBASlabWeb-ExtraBold.eot?#iefix") format("eot"), url("fonts/CBASlabWeb-ExtraBold.woff2") format("woff2"), url("fonts/CBASlabWeb-ExtraBold.woff") format("woff"), url("fonts/CBASlabWeb-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "CBASans";
  src: url("fonts/CBASansWeb-Light.eot");
  src: url("fonts/CBASansWeb-Light.eot?#iefix") format("eot"), url("fonts/CBASansWeb-Light.woff2") format("woff2"), url("fonts/CBASansWeb-Light.woff") format("woff"), url("fonts/CBASansWeb-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "CBASans";
  src: url("fonts/CBASansWeb-Bold.eot");
  src: url("fonts/CBASansWeb-Bold.eot?#iefix") format("eot"), url("fonts/CBASansWeb-Bold.woff2") format("woff2"), url("fonts/CBASansWeb-Bold.woff") format("woff"), url("fonts/CBASansWeb-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "icomoon-lego";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-10-18 10:57:9
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2018-10-18 11:15:25
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2018-10-18 11:19:16
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* utils */
.u-txt-white {
  color: #fff;
}
.u-txt-black {
  color: #000;
}
.u-txt-yellow {
  color: #ffcc00;
}
.u-txt-blue {
  color: #3eb5e5;
}
.u-txt-light-grey {
  color: #78838c;
}
.u-txt-light-grey2 {
  color: #c6c6c6;
}
.u-txt-dark-grey {
  color: #231f20;
}
.u-letter-space {
  letter-spacing: -5px;
}
.u-bg-yellow {
  background: #ffcc00;
}
.u-bg-blue {
  background: #3eb5e5;
}
.u-bg-sand {
  background: #efe1d0;
}
.u-bg-light-grey {
  background: #8a97a1;
}
.u-bg-light-grey2 {
  background: #c6c6c6;
}
.u-bg-light-grey3 {
  background: #8ea6af;
}
.u-bg-dark-grey {
  background: #231f20;
}
.u-no-bg {
  padding: 0;
  border: none;
  background: none;
}
*:focus {
  /* outline-color: grey !important;*/
  outline: none;
}
/* start */
.lowercase {
  text-transform: lowercase;
}
.u-margin-top-100 {
  margin-top: 100px !important;
}
html,
body {
  background: none;
  height: 100%;
  min-height: 100%;
}
.main {
  background: transparent;
  padding: 70px 20px 60px 20px;
  height: 100%;
  min-height: 670px;
}
.main-center .align-container {
  padding: 0;
}
.pageCompleteShow {
  display: none;
}
div[id*="incorrect-"] {
  display: none;
}
.is-visited .component-status {
  display: none;
}
.is-visited .component-status-visited {
  display: inline-block;
}
.is-visited .component-status-visited .icon-tick {
  display: block;
}
.panel {
  margin-bottom: 0;
}
.button-image {
  width: auto;
  border: none;
  margin-bottom: 0;
}
.button-image:hover,
.button-image:focus,
.button-image.is-selected {
  border: none;
}
/* list */
ul li {
  font-size: 1em;
}
ul.bodyText,
ol.bodyText {
  padding-left: 15px;
}
ol li {
  margin-bottom: 15px;
}
.component-status {
  padding-top: 3px;
  background: #000;
  text-align: center;
  width: 39px;
  height: 39px;
}
.component-status img {
  width: 16px;
  display: block;
  margin: 0 auto;
  margin-top: 7px;
}
.component-status.small {
  background: #ffca08;
  padding: 4px 6px;
}
.component-status.small img {
  width: 12px;
}
ul.tick-bullet li {
  list-style-image: url(img/tick-black.png);
}
ul.list-img {
  padding-left: 0;
  font-family: 'CBASans', sans-serif;
}
ul.list-img li {
  background-image: url("../img/icon-kounta.png");
  background-repeat: no-repeat;
  background-position: 0x 0px;
  padding: 0 0 20px 95px;
  margin: 0 0 10px 0;
}
ul.resources li {
  margin-bottom: 10px;
}
.yellowBg {
  background-color: #ffcc00;
  height: 71%;
  width: 40%;
  right: 0;
  position: absolute;
  background-image: url(img/yellowBgTexture.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.shadowImage {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  /*   width: 45%;*/
  width: auto;
  height: 72%;
  position: absolute;
  right: 2%;
  /*top: 20%;*/
}
.content-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(../../../js/ie8/PIE.htc);
  /*background:#1bc1f1;
    background: rgba(26,193,241,0.90);*/
  padding: 17px 17px 5px 17px;
  margin-bottom: 15px;
}
.content-box {
  /*.border-radius(6px);*/
  /*background: #fff;*/
  color: #000;
  margin-bottom: 15px;
  /*box-shadow: 1px 1.732px 6px 0px rgba(0, 0, 0, 0.13);*/
}
.content-box-padding {
  padding: 20px 30px 5px 30px;
}
.content-box-dark {
  background: #474747;
  color: white;
}
.space {
  margin-bottom: 10px;
}
.moreSpace {
  margin-bottom: 20px;
}
.overlay-content-small {
  max-width: 500px;
}
.lightGreyBox {
  background: #f1f1f1;
}
.greyBox {
  background: #56595c;
  color: white;
}
ul.col3 li {
  width: 33.33%;
  float: left;
}
.col-pull-right {
  float: right;
}
@media (max-width: 767px) {
  .col-pull-right {
    float: none;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.foregroundImg {
  position: absolute;
}
.foregroundImgDone {
  -webkit-transition: right 1s;
  /* Safari */
  transition: right 1s;
}
/* type ---------------------------------------------- */
h2,
.h2,
.heading--feedback {
  font-family: 'CBASans', sans-serif;
  /*color: #fff;*/
  color: #000;
  font-weight: bold;
}
h1,
.h1 {
  /* color: #fff;*/
  color: #000;
  font-size: 4.2em;
  font-weight: 800;
  font-family: 'CBASlab', serif;
}
h1 .big,
.h1 .big {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 3.5em;
}
h3,
.h3 {
  font-size: 2.5em;
  margin-bottom: 10px;
  /*    color: #fff;*/
  color: #000;
  font-weight: 700;
  font-family: 'CBASans', sans-serif;
}
h4,
.h4 {
  font-size: 2em;
  margin-bottom: 20px;
  /*color: #fff;*/
  color: #000;
  font-weight: 700 !important;
  font-family: 'CBASans', sans-serif;
  margin-top: 30px;
}
p,
button,
.bodyText {
  font-size: 1.5em;
  line-height: 2.1em;
  font-weight: 300;
}
p {
  margin-bottom: 15px;
  font-weight: 300;
}
ul,
ol {
  margin-left: 5px;
  margin-bottom: 15px;
}
ul li {
  margin-bottom: 0;
  font-size: 14px;
  /*font-size:1.4em;*/
}
.tight {
  letter-spacing: -5px;
}
.blue {
  color: #3eb5e5;
}
.questionText {
  font-family: 'CBASans', sans-serif;
  font-size: 1.8em;
  font-weight: bold;
}
/* header --------------------------------------------------------------------------- */
#headerContainer {
  position: fixed;
  width: 100%;
}
#headerContainer .container {
  position: relative;
}
#headerContainer .headerBtn {
  background: #000;
  /* .border-radius(4px);*/
  padding: 16px;
  width: auto;
  height: 60px;
  top: 0;
  right: 20px;
}
#headerContainer .headerBtn .headerIcon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background: url("img/icon-exit.png") no-repeat !important;
}
#headerContainer .headerBtn:focus,
#headerContainer .headerBtn:hover {
  background-color: #ffcc00;
}
#headerContainer .headerBtn:focus .headerIcon,
#headerContainer .headerBtn:hover .headerIcon {
  background: url("img/icon-exit-hover.png") no-repeat !important;
}
#headerContainer .exit-button {
  position: absolute;
  /* top: 10px;
        right: 10px;*/
  text-align: center;
  z-index: 700;
}
#headerContainer .exit-button .headerIcon {
  /*    background: url("img/icon-exit.png");*/
  text-indent: -9999px;
}
#headerContainer .resources-button {
  position: absolute;
  right: 82px;
  text-indent: -9999px;
  width: 62px;
}
#headerContainer .resources-button .headerIcon {
  background: url("img/icon-resources.png") no-repeat !important;
  background-position: center;
  width: 26px;
}
#headerContainer .resources-button:hover .headerIcon,
#headerContainer .resources-button:focus .headerIcon {
  background: url("img/icon-resources-hover.png") no-repeat !important;
}
#headerContainer .dropdown-button {
  display: inline-block;
  width: auto;
  background: #000;
  color: black;
  float: left;
  height: 60px;
  padding: 16px;
  margin-left: 10px;
  /*    &.is-completed .icon-tick {
            background: url("img/tick.png") no-repeat center center;
            background-size: contain;
        }*/
}
#headerContainer .dropdown-button:hover,
#headerContainer .dropdown-button:focus {
  background: #ffcc00;
}
#headerContainer .dropdown-button:hover .homeIcon,
#headerContainer .dropdown-button:focus .homeIcon {
  background: url("img/icon-home-hover.png") center no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}
#headerContainer .dropdown-button .homeIcon {
  background: url("img/icon-home.png") center no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}
#headerContainer .menu-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#headerContainer .menu-navigation ul li {
  float: left;
}
#headerContainer .menu-navigation ul li a {
  font-size: 1.3em;
  color: black;
  background: #f8da6c;
  height: 55px;
  display: inline-block;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
#headerContainer .menu-navigation .dropdown-button {
  font-size: 14px;
  box-shadow: none;
  width: 62px;
}
.dropdown-button--topic {
  background: #383838;
}
.dropdown-button--topic:hover,
.dropdown-button--topic:focus {
  background: #515151;
}
.a11y-skip-link:focus {
  color: #000;
  z-index: 1000;
}
.dropdown-level-2 .dropdown-button {
  padding: 15px 50px 15px 30px;
}
/* footer --------------------------------------------------------------------------- */
#footerContainer {
  right: auto;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
}
#footerContainer .container {
  height: 50px;
  position: relative;
}
#footerContainer .footbar-button {
  background: transparent;
}
#footerContainer .backBtn,
#footerContainer .nextBtn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
  color: black;
  padding: 9px 0;
  position: fixed;
  bottom: 8px;
  text-decoration: none;
  border: none;
  font-weight: 700;
  background: url("img/footerButtonBg.png") no-repeat;
}
#footerContainer .backBtn:hover,
#footerContainer .nextBtn:hover,
#footerContainer .backBtn:active,
#footerContainer .nextBtn:active {
  background-color: transparent;
  text-decoration: none;
}
#footerContainer .backBtn:hover .leftIcon,
#footerContainer .nextBtn:hover .leftIcon,
#footerContainer .backBtn:active .leftIcon,
#footerContainer .nextBtn:active .leftIcon,
#footerContainer .backBtn:hover .rightIcon,
#footerContainer .nextBtn:hover .rightIcon,
#footerContainer .backBtn:active .rightIcon,
#footerContainer .nextBtn:active .rightIcon {
  /*background-position: bottom left;*/
}
#footerContainer .backBtn .leftIcon,
#footerContainer .nextBtn .leftIcon,
#footerContainer .backBtn .rightIcon,
#footerContainer .nextBtn .rightIcon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
#footerContainer .backBtn .leftIcon,
#footerContainer .nextBtn .leftIcon {
  background: url("img/back-img.png") left no-repeat;
  margin-right: 8px;
  /*  -webkit-animation: shake-horizontal 10s ease-in-out infinite both;
            animation: shake-horizontal 10s ease-in-out infinite both;*/
}
#footerContainer .backBtn .rightIcon,
#footerContainer .nextBtn .rightIcon {
  background: url("img/next-img.png") right no-repeat;
  margin-left: 8px;
  /*-webkit-animation: shake-horizontal 10s ease-in-out infinite both;
            animation: shake-horizontal 10s ease-in-out infinite both;*/
}
#footerContainer .backBtn {
  left: 30px;
  position: absolute;
  background-position: left;
}
#footerContainer .nextBtn {
  right: 30px;
  position: absolute;
  background-position: right;
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -ms-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#footerContainer .nextBtn.is-disabled {
  display: none;
}
/* accordion --------------------------------------------------------------------------- */
#accordion .panel-default > .panel-heading [class*="icon-"],
.accordion .panel-default > .panel-heading [class*="icon-"] {
  top: auto;
  right: auto;
}
#accordion .panel,
.accordion .panel {
  box-shadow: none;
}
#accordion .panel .panel-heading,
.accordion .panel .panel-heading {
  border: 0;
  text-align: left;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #000;
  font-weight: bold;
  font-size: 1.8em;
  position: relative;
  padding-left: 52px;
  background: #ffcc00;
}
#accordion .panel .panel-heading .icon-accordion,
.accordion .panel .panel-heading .icon-accordion {
  background: url("img/icon-accordion.png") no-repeat left bottom;
  background-position: left bottom;
  width: 22px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 15px;
}
#accordion .panel .panel-heading.is-selected .icon-accordion,
.accordion .panel .panel-heading.is-selected .icon-accordion {
  background-position: left top;
}
#accordion .panel .panel-heading.collapsed,
.accordion .panel .panel-heading.collapsed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
}
#accordion .panel .panel-heading.collapsed .icon-accordion,
.accordion .panel .panel-heading.collapsed .icon-accordion {
  background-position: left bottom;
}
#accordion .panel .panel-heading.is-visited .component-status,
.accordion .panel .panel-heading.is-visited .component-status {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 5px 11px;
}
/* button --------------------------------------------------------------------------- */
/*BUTTONS*/
/*******************************************************/
.button--circle,
.button--circle.is-disabled {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  background: #ffcc00;
  text-align: center;
  border: none;
  width: 165px;
  height: 165px;
  font-family: 'CBASlab', serif;
  color: #231f20;
  /*font-size: 2em;*/
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
.button--circle:hover,
.button--circle.is-disabled:hover,
.button--circle:focus,
.button--circle.is-disabled:focus {
  background: #474747;
  color: #fff;
}
.button--circle .txt-small,
.button--circle.is-disabled .txt-small {
  font-size: 0.9em;
}
.button--circle .component-status,
.button--circle.is-disabled .component-status {
  /*background:@brandColor1;*/
  top: -6px;
  right: 0px;
}
.button--circle .component-status [class*="icon-"],
.button--circle.is-disabled .component-status [class*="icon-"] {
  color: #fff;
}
.button--circle--big {
  width: 200px;
  height: 200px;
  font-size: 2.5em;
}
.btn-title {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'CBASlab', serif;
  display: block;
}
ul.buttons {
  text-align: left;
  display: block;
  margin-left: 0;
  margin-top: 20px;
}
ul.buttons li {
  /* display: inline-block;
        margin: 0 12px 0 12px;*/
  display: block;
  margin-left: 0;
}
ul.buttons .button {
  width: 320px;
  text-transform: none;
  background: transparent;
  border-radius: 0px;
  border-left: 30px solid #ffcc00;
  /* text-indent: -38px;*/
  text-align: left;
  padding-bottom: -10px;
  margin-bottom: 26px;
  height: 30px;
  padding-top: 4px;
  max-width: 320px;
  color: #000;
  position: relative;
  /*      .arrow {
                
                display:inline-block;
            }*/
}
ul.buttons .button .btnText {
  position: absolute;
  left: -9px;
  top: 4px;
}
ul.buttons .button.is-disabled .arrow-component {
  display: none;
}
ul.buttons .button .arrow-component {
  display: block;
  top: -4px !important;
}
ul.buttons .button .component-status,
ul.buttons .button .component-status-locked,
ul.buttons .button .arrow-component {
  background: transparent;
  top: 1px;
  right: 0;
}
ul.buttons .button .component-status img,
ul.buttons .button .component-status-locked img,
ul.buttons .button .arrow-component img {
  width: 100%;
}
ul.buttons .button.is-completed .arrow-component {
  display: none;
}
a.button-icon {
  display: block;
  cursor: pointer;
}
a.button-icon:hover {
  color: #231f20;
  text-decoration: none;
}
a.button-icon.is-disabled,
.button--circle.is-disabled {
  opacity: 0.5;
}
a.button-icon.is-completed .component-status {
  display: block;
}
a.button-icon.is-completed .icon-tick {
  display: block;
}
ul.buttons li a {
  display: inline-block;
  margin: 0 12px 0 12px;
  float: left;
}
.arrow {
  width: 30px;
  height: 21px;
  position: absolute;
}
.arrow.right {
  bottom: 5px;
  right: -29px;
  background: url(img/img-triangle-bottom.png) no-repeat;
}
.arrow.left {
  left: -18px;
  background: url(img/img-triangle-top.png) no-repeat;
}
.arrow.top {
  top: -19px;
  background: url(img/img-triangle-top.png) no-repeat;
}
.arrow.bottom {
  bottom: -20px;
  background: url(img/img-triangle-bottom.png) no-repeat;
}
/*BLUE ARROWS*/
.arrow.bottom.blue {
  background: url(img/img-triangle-blue-bottom.png) no-repeat;
}
.arrow.right.blue {
  background: url(img/img-triangle-blue-bottom.png) no-repeat;
}
.arrow.left.blue {
  left: -18px;
  background: url(img/img-triangle-blue-top.png) no-repeat;
}
.arrow.top.blue {
  top: -19px;
  background: url(img/img-triangle-blue-top.png) no-repeat;
}
/*GREY ARROWS*/
.arrow.bottom.grey {
  background: url(img/img-triangle-grey-bottom.png) no-repeat;
}
.arrow.right.grey {
  background: url(img/img-triangle-grey-bottom.png) no-repeat;
}
.arrow.left.grey {
  left: -18px;
  background: url(img/img-triangle-grey-top.png) no-repeat;
}
.arrow.top.grey {
  top: -19px;
  background: url(img/img-triangle-grey-top.png) no-repeat;
}
.open-quote {
  background: url(img/icon-open-quote.png);
  display: block;
  width: 42px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.close-quote {
  background: url(img/icon-close-quote.png);
  display: block;
  width: 42px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.button-icon,
a.button-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  background: #d0d8db;
  text-align: center;
  border: none;
  width: 200px;
  height: 200px;
  color: #fff;
  font-family: 'CBASlab', serif;
  color: #231f20;
  /*font-size: 2.5em;*/
  text-transform: uppercase;
  padding: 35px 0 0 3px;
  position: relative;
  margin-bottom: 150px;
}
.button-icon:hover,
a.button-icon:hover,
.button-icon:focus,
a.button-icon:focus {
  background: #79848c;
}
.button-icon .component-status,
a.button-icon .component-status {
  /*background:@brandColor1;*/
  top: -6px;
  right: 8px;
}
.button-icon .component-status [class*="icon-"],
a.button-icon .component-status [class*="icon-"] {
  color: #fff;
}
.fancyBtn .bigText {
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 3.4em;
  display: block;
}
.fancyBtn .smallText {
  font-family: 'CBASlab', serif;
  color: #231f20;
  text-transform: uppercase;
  font-size: 4em;
  display: block;
  line-height: 1;
  min-height: 45px;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  top: 68px;
}
.fancyBtn:focus,
.fancyBtn:hover {
  background-position: 0 100% !important;
  text-decoration: none;
}
.fancyBtn:focus span.smallText,
.fancyBtn:hover span.smallText {
  color: #ffcc00;
  text-decoration: none;
}
.fancyBtn.is-completed .component-status {
  display: block;
}
.fancyBtn.is-completed .icon-tick {
  display: block;
}
.is-disabled,
.is-disabled:hover,
.is-disabled:focus {
  /* background-color: transparent;
    background-position: left top !important;*/
}
.button,
.button.is-disabled,
.button.is-disabled:hover,
.button.is-disabled:focus {
  /*   font-family: 'Oswald', sans-serif;
    background-color: #ffca08;
    color: #231f20;*/
  /*   font-size: 2em;*/
  /*    position: relative;
    font-family: @fancyFont;
    .border-radius(6px);
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;*/
}
.button:focus,
.button.is-disabled:focus,
.button.is-disabled:hover:focus,
.button.is-disabled:focus:focus,
.button:hover,
.button.is-disabled:hover,
.button.is-disabled:hover:hover,
.button.is-disabled:focus:hover {
  /* background: darken(#ffca08, 5%);
        color: #231f20;*/
}
.button.is-disabled,
.button.is-disabled.is-disabled,
.button.is-disabled:hover.is-disabled,
.button.is-disabled:focus.is-disabled {
  opacity: 0.65;
}
.button--big {
  font-size: 3.0em;
}
.button--small {
  font-size: 1.5em;
}
.button-list {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  max-width: 300px;
}
/*
.button-icon {
    display: block;
    width: 300px;
    //margin: 0 auto;
    padding: 14px 28px 14px 74px;
    min-height: 54px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    .icon-learn {
        position: absolute;
        top: 14px;
        left: 14px;
        height: 26px;
    }
    .icon-security {
        position: absolute;
        left: 19px;
        top: 11px;
        width: 36px;
    }
}
*/
.button--hotspot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  background: #ffcc00;
  text-align: center;
  border: none;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
}
.button--hotspot:hover,
.button--hotspot:focus {
  background: #474747;
}
.button--hotspot .component-status {
  background: #ffcc00;
  top: -6px;
  right: -6px;
}
.button--hotspot .component-status [class*="icon-"] {
  color: #fff;
}
.button--hotspot.click {
  background: url("img/icon-click.png");
  width: 35px;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hintBtn {
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  padding: 0;
  border: none;
  background: none;
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  font-family: 'CBASans', sans-serif;
  position: relative;
}
.hintBtn .hintIcon {
  width: 62px;
  height: 62px;
  margin-bottom: 5px;
}
.hintBtn .iconProduct {
  background: url("img/icon-product.png");
}
.hintBtn .iconPricing {
  background: url("img/icon-pricing.png");
}
.hintBtn .iconProcess {
  background: url("img/icon-process.png");
}
.hintBtn:focus .hintIcon,
.hintBtn:hover .hintIcon {
  background-position: center bottom;
}
.txt-questions-style {
  background: #3eb5e5;
  color: #fff;
  padding: 12px 10px 0 5px;
  margin-bottom: 10px;
}
.txt-questions-style p {
  font-size: 2em;
}
.txt-questions-style .button--circle {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 3em;
}
.txt-questions-style .button--circle .component-status {
  top: -15px;
  right: -22px;
}
.hotspot-container {
  border: none;
  width: 100%;
  position: relative;
}
.hotspot-container img {
  /*width:98%;*/
  margin-bottom: 20px;
}
.hotspot-popup {
  background-color: #ffffff;
  color: #666666;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0;
  background: #339fcd;
  color: #000;
  display: none;
  border: none;
  box-shadow: none;
}
.button--hotspot.chart {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  width: 25px;
  height: 25px;
  border: 4px solid #2a2a2a;
}
.button--hotspot.click {
  /*background:url(../../../../img/icon-click.png);*/
  width: 35px;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hotspot-title {
  background: #000;
  color: #fff;
  padding: 5px;
  display: inline-block;
  min-width: 240px;
  position: absolute;
  top: -50px;
  font-size: 1em;
}
/* Quote box --------------------------------------------------------------------------- */
.quote-box {
  padding: 0 45px;
  position: relative;
}
.quote-box p {
  font-style: italic;
}
.quote-box .open-quote {
  top: 0px;
  left: -20px;
  display: inline-block;
}
.quote-box .close-quote {
  bottom: 0px;
  right: -20px;
  display: inline-block;
}
/* checkbox --------------------------------------------------------------------------- */
.checkbox {
  color: #000;
  min-height: 55px;
  padding: 12px 20px 12px 60px;
  border: 3px transparent solid;
}
.checkbox:hover,
.checkbox:focus {
  color: white;
  background: black;
}
.checkbox.is-wrong:hover,
.checkbox.is-correct:hover,
.checkbox.is-answered-correct:hover,
.checkbox.is-answered-wrong:hover,
.checkbox.is-wrong:focus,
.checkbox.is-correct:focus,
.checkbox.is-answered-correct:focus,
.checkbox.is-answered-wrong:focus {
  color: #000;
  background: transparent;
  background-color: transparent;
}
.checkbox .icon-checkbox {
  width: 35px;
  height: 35px;
  border-radius: none;
  border: 3px #ffcc00 solid;
}
.checkbox .icon-checkbox [class*="icon-tick"] {
  top: 6px;
  left: 7px;
}
.checkbox.is-selected .icon-checkbox {
  background: #ffcc00;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox.is-correct {
  /* color: white;*/
  color: #000;
  border: 3px #ffcc00 solid;
  /*padding: 10px 20px 10px 60px;*/
}
.checkbox.is-correct .icon-checkbox {
  top: 7px;
  left: 10px;
}
.assessment .checkbox.is-correct {
  border: 3px transparent solid;
}
.feedback-caf,
.feedback-pcaf,
.feedback-waf {
  background: #f5f5f5;
  padding: 30px;
  color: black;
}
.feedback-caf h3,
.feedback-pcaf h3,
.feedback-waf h3 {
  /*color: white;*/
  color: #000;
}
.feedback-caf .conversation-profile,
.feedback-pcaf .conversation-profile,
.feedback-waf .conversation-profile {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 auto 20px auto;
  display: block;
}
.feedback-caf .prompt,
.feedback-pcaf .prompt,
.feedback-waf .prompt {
  color: white;
  background: none;
  background: url("img/bg-prompt-white.png");
  background-position: left 12px;
  background-repeat: no-repeat;
}
.feedback-pcaf,
.feedback-waf {
  background: none;
  /*padding: 0;*/
}
/*.feedback-caf > .row{
    background: @brandColor2;
    }*/
.feedback-padding {
  padding: 30px;
  padding-bottom: 0;
}
.checkbox-controls {
  text-align: center;
}
.checkbox-controls button {
  margin-bottom: 25px;
}
.checkbox-controls .button {
  width: 250px;
  border-radius: 0;
  text-transform: none;
  color: #000;
  font-weight: 700;
  background: #ffcc00;
}
.checkbox-controls .button:hover,
.checkbox-controls .button:focus {
  background: #000;
  color: #fff;
}
.question-container {
  display: none;
}
.checkbox-conversation {
  width: 100%;
  display: block;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
  padding: 16px 16px 16px 82px;
  border: none;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
  min-height: 80px;
}
.checkbox-conversation .icon-speech {
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.checkbox-conversation .conversation-profile {
  left: 16px;
  top: 16px;
}
.checkbox-conversation:hover,
.checkbox-conversation:focus,
.checkbox-conversation.is-selected {
  background: #ffca08;
}
.checkbox-conversation:hover .icon-speech,
.checkbox-conversation:focus .icon-speech,
.checkbox-conversation.is-selected .icon-speech {
  border-top: 10px solid #ffca08;
}
.checkbox-container .checkbox img {
  position: absolute;
  right: 5px;
  top: 5px;
}
/* conversation --------------------------------------------------------------------------- */
.conversation-container {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../../../js/ie8/PIE.htc);
}
.conversation {
  padding: 10px;
  min-height: 115px;
  margin-bottom: 0;
  font-style: italic;
}
.conversation .conversation-profile {
  top: 10px;
  width: auto;
}
.conversation.left {
  padding-left: 100px;
}
.conversation.left .conversation-profile {
  left: 20px;
}
.conversation.left .speech-bubble {
  width: 100%;
}
.conversation.right {
  padding-right: 100px;
}
.conversation.right .conversation-profile {
  right: 20px;
}
.conversation.right .speech-bubble {
  width: 100%;
}
.conversation:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.conversation .speech-bubble {
  position: relative;
  font-size: 1em;
  padding: 35px 60px 18px 55px;
  margin-top: -15px;
}
.conversation .speech-bubble .open-quote-small {
  background: url(img/icon-open-quote-small.png);
  display: block;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.conversation .speech-bubble .close-quote-small {
  background: url(img/icon-close-quote-small.png);
  display: block;
  width: 25px;
  height: 17px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
/* survey ---------------------------------------------- */
.allSurveys ul.surveyHeader {
  display: none;
}
.allSurveys .surveyContainer {
  display: block;
  width: 100%;
  border-top: 1px #dddddd solid;
  padding-top: 20px;
}
.allSurveys .surveyContainer:first-child {
  border-top: none;
}
.allSurveys .surveyContainer button.radio {
  padding-left: 30px;
}
.allSurveys .surveyContainer button.radio .radioBox {
  position: relative;
  left: 0;
  top: 0;
}
.allSurveys .surveyContainer button.radio .surveyLabel {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
  display: inline-block;
  max-width: 100%;
  color: white;
}
.allSurveys .is-correct {
  position: relative;
  background: url("img/tick-white.png") no-repeat 30px 0;
  width: 15px;
  height: 17px;
}
/*@media (max-width:1279px){
        ul.surveyHeader{
            margin-right:0;
        }
    }

    @media (min-width:1280px){
        ul.surveyHeader{
                margin-right:36px;
        }
    }*/
@media (min-width: 1024px) {
  .allSurveys ul.surveyHeader {
    display: block;
    float: right;
    /*width: 30%;*/
  }
  .allSurveys ul.surveyHeader li {
    float: left;
    /*width: 20%;*/
    text-align: center;
    padding: 10px 11px;
  }
  .allSurveys .surveysFrame {
    /*max-height: 420px;*/
    overflow-y: auto;
    margin-bottom: 20px;
    border-top: 1px #dddddd solid;
  }
  .allSurveys .surveyContainer {
    display: block;
    width: 100%;
  }
  .allSurveys .surveyContainer p {
    float: left;
    width: 75%;
  }
  .allSurveys .surveyContainer .surveyRadioGroup {
    width: 25%;
    float: right;
  }
  .allSurveys .surveyContainer .surveyRadioGroup button.radio {
    padding-left: 0;
    display: inline;
    width: 48%;
  }
  .allSurveys .surveyContainer .surveyRadioGroup button.radio .radioBox {
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .allSurveys .surveyContainer .surveyRadioGroup button.radio .surveyLabel {
    top: -9999px;
    left: -9999px;
    display: block;
    position: absolute;
  }
}
.radio {
  min-height: 50px;
  border: none;
  background: none;
  color: white;
  padding: 0 0 20px 0;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.radio .radioBox {
  background: transparent;
  border: 2px solid #ffcc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.radio .radioBox .radioCircle {
  background: #ffcc00;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
  margin: 3px auto;
  display: none;
}
.is-selected.radio .radioBox .radioCircle {
  display: block;
}
.radio.is-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: not-allowed;
}
/* dialog ---------------------------------------------- */
/*.dialogPage {
    
    background:url(../img/dialog-bg.jpg) no-repeat;
    
    .button {
        
        .checkbox-controls .button;
        width:100%;
    }
}*/
.dialog {
  box-shadow: none;
  color: #000;
  padding: 60px;
  max-width: 500px;
}
.dialog .button {
  margin: 0 auto;
  margin-bottom: 10px;
}
.dialog .scroll-container {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: block;
  margin-bottom: 20px;
}
.background--dialog {
  background: url("../../../../img/bg-clouds.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-clouds.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-clouds.png', sizingMethod='scale')";
  background-color: #3eb5e5;
  opacity: 1;
}
/* input ------------------------------------------------ */
.fillup-select {
  border: 2px solid #000;
  height: 36px;
  margin-bottom: 10px;
  font-size: 14px;
  max-width: 300px;
  color: black;
}
.fillup-select.is-disabled,
.fillup-select.is-disabled:hover,
.fillup-select.is-disabled:focus {
  /*background-color: #fff;
        opacity: 0.4;*/
}
.fillup-label {
  height: 36px;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 8px 0;
  display: inline-block;
}
.cb--order {
  color: black;
  margin-top: 4px;
  font-family: 'CBASans', sans-serif;
  font-weight: bold;
}
/* ovlerlay ------------------------------------------ */
.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.overlay .overlay-content {
  text-align: left;
  padding: 60px 70px;
  /* background: @brandColor4;*/
  background: #fff;
  color: #000;
  /*&:after {
      content:"Dialog start";
      visibility:hidden;
    }*/
}
.overlay .overlay-content .prompt {
  /*background:#454545;
      margin-bottom:0;
      margin-top:20px;*/
}
.overlay .overlay-content-small {
  max-width: 450px;
}
.overlay .overlay-content-hint {
  max-width: 690px;
  padding: 40px 50px;
  background: #1ac1f1;
  color: white;
  /* h2 {
            color: white;
        }*/
}
.overlay .button-close {
  background-image: url("img/icon-close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: #000;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url(../../../js/ie8/PIE.htc);
  top: 0px;
  right: 0px;
  text-indent: -9999px;
  z-index: 2;
}
.overlay .button-close:hover,
.overlay .button-close:focus {
  background-image: url("img/icon-close-hover.png");
  background-color: #ffcc00;
}
.popup-speech {
  right: 10px;
  display: none;
  color: white;
  background: #4d4d4d;
  position: absolute;
  padding: 15px;
}
/* preloader ------------------------------------------ */
.preloader-container {
  height: 86px;
  width: 86px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
}
/* prompt ---------------------------------------------- */
.prompt {
  background: none;
  font-weight: bold;
  box-shadow: none;
  color: #231f20;
  font-family: 'CBASans', sans-serif;
  padding: 10px 0 18px 40px;
  min-height: 37px;
  background: url("img/bg-prompt.png");
  background-position: left 13px;
  background-repeat: no-repeat;
  font-size: 1.8em;
}
.prompt p {
  font-size: 1em;
}
.prompt p:last-child {
  margin-bottom: 0;
}
.prompt-blue {
  background-image: url("img/bg-prompt-blue.png");
}
.overlay-content-hint .prompt {
  /*background-image:url("img/bg-prompt-white.png");*/
  color: #2a2a2a;
}
/* timeline ----------------------------------------- */
.timeline {
  background: none;
  box-shadow: none;
  color: black;
}
.timeline .timeline-thumbnail {
  border: none;
}
/* style */
html,
body {
  background: none;
  height: 100%;
  min-height: 100%;
}
.main {
  background: transparent;
  padding: 90px 20px 60px 20px;
  height: 100%;
}
.main-center .align-container {
  padding: 0;
}
.pageCompleteShow {
  display: none;
}
div[id*="incorrect-"] {
  display: none;
}
.is-visited .component-status {
  display: none;
}
.is-visited .component-status-visited {
  display: inline-block;
}
.is-visited .component-status-visited .icon-tick {
  display: block;
}
ul li {
  font-size: 1em;
}
ul.bodyText,
ol.bodyText {
  padding-left: 15px;
}
ol li {
  margin-bottom: 15px;
}
.component-status {
  padding-top: 3px;
  background: #000;
  text-align: center;
  width: 39px;
  height: 39px;
}
.component-status img {
  width: 16px;
  display: block;
  margin: 0 auto;
  margin-top: 7px;
}
.component-status.small {
  background: #ffca08;
  padding: 4px 6px;
}
.component-status.small img {
  width: 12px;
}
ul.resources li {
  margin-bottom: 10px;
}
.content-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(../../../js/ie8/PIE.htc);
  /*background:#1bc1f1;
  background: rgba(26,193,241,0.90);*/
  padding: 17px 17px 5px 17px;
  margin-bottom: 15px;
}
.content-box {
  /*.border-radius(6px);*/
  /*background: #fff;*/
  color: #000;
  margin-bottom: 15px;
  /*box-shadow: 1px 1.732px 6px 0px rgba(0, 0, 0, 0.13);*/
}
.content-box-padding {
  padding: 20px 30px 5px 10px;
}
.content-box-dark {
  background: #474747;
  color: white;
}
.space {
  margin-bottom: 10px;
}
.moreSpace {
  margin-bottom: 20px;
}
.overlay-content-small {
  max-width: 500px;
}
.lightGreyBox {
  background: #f1f1f1;
}
.greyBox {
  background: #56595c;
  color: white;
}
ul.col3 li {
  width: 33.33%;
  float: left;
}
.speech-bubble {
  display: none;
  padding: 35px 60px 18px 70px;
  background: #3eb5e5;
  /*font-family:@fancyFontSmall;*/
  font-size: 1.1em;
  color: white;
  position: absolute;
}
.speech-bubble ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.speech-bubble .open-quote-small {
  background: url(img/icon-open-quote-small.png);
  display: block;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.speech-bubble .close-quote-small {
  background: url(img/icon-close-quote-small.png);
  display: block;
  width: 25px;
  height: 17px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.show-speech-bubble {
  display: block;
}
.txt-block {
  display: none;
  padding: 35px 30px 18px 40px;
  background: #3eb5e5;
  /*font-family:@fancyFontSmall;*/
  font-size: 1.1em;
  color: #000;
}
.txt-block h2 {
  font-size: 2.5em;
}
.col-pull-right {
  float: right;
}
/****************
     CAROUSEL
*****************/
.carousel .slide {
  height: 550px;
  background: #3eb5e5;
}
.carousel-inner p {
  color: #000000;
}
.carousel-control.left,
.carousel-control.right {
  width: 140px;
  background: #ffcc00;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  background: #edbb00;
  opacity: 1;
}
@media (max-width: 767px) {
  .col-pull-right {
    float: none;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
/* img slideshow */
#overlay .imgSlideshow .audioContainer {
  position: absolute;
  height: 34px;
}
.imgSlideshow .imgSlide.firstSlide {
  display: block !important;
  position: relative;
}
.imgSlideshow .imgSlide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
/* audio */
.mejs-container .mejs-controls {
  box-shadow: 0px 2px 4px -1px rgba(167, 169, 172, 0.38), 0px 4px 5px 0px rgba(167, 169, 172, 0.14), 0px 1px 10px 0px rgba(167, 169, 172, 0.12);
  border: none;
  border-radius: 0px;
}
.mejs-container .mejs-controls .mejs-time-total,
.mejs-container .mejs-controls .mejs-time-loaded {
  background: #e9e9e9;
}
.mejs-container .mejs-controls .mejs-time-current {
  background: #ffcc00;
}
.mejs-container .mejs-controls .mejs-playpause-button {
  width: 40px !important;
}
.mejs-container .mejs-controls .mejs-controls .mejs-button button {
  color: #000 !important;
}
.mejs-container .mejs-controls .mejs-play button,
.mejs-container .mejs-controls .mejs-pause button {
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 25px;
  width: 25px !important;
  height: 25px !important;
  opacity: 1;
  margin-left: 10px;
  margin-top: 5px;
}
.mejs-container .mejs-controls .mejs-play button:after,
.mejs-container .mejs-controls .mejs-pause button:after {
  content: "";
}
.mejs-container .mejs-controls .mejs-play button:before,
.mejs-container .mejs-controls .mejs-pause button:before {
  left: 0;
  top: -1px;
  width: 10px !important;
}
.mejs-container .mejs-controls .mejs-play button:hover,
.mejs-container .mejs-controls .mejs-pause button:hover,
.mejs-container .mejs-controls .mejs-play button:focus,
.mejs-container .mejs-controls .mejs-pause button:focus {
  background: #ffcc00 !important;
  color: #000 !important;
}
.mejs-container .mejs-controls .mejs-controls .mejs-button button {
  color: #000 !important;
}
.mejs-container .mejs-controls .mejs-mute button::before {
  color: #000 !important;
}
.mejs-container .mejs-controls .mejs-mute button::before:hover,
.mejs-container .mejs-controls .mejs-mute button::before:focus {
  color: #ffcc00;
}
.button--transcript {
  background: #000 !important;
  color: #fff !important;
  border: none;
  border-radius: 0 !important;
}
.button--transcript:focus,
.button--transcript:hover {
  background: #ffcc00 !important;
  color: #000 !important;
  border: none;
}
.transcript {
  background-color: #f5f5f5;
  /*bottom:27px;*/
  bottom: 55px;
}
.transcript::after,
.transcript::before {
  color: #ffcc00;
  font-weight: 700;
}
.button--transcript {
  bottom: auto;
  top: -4px;
}
.home {
  background: url(../img/bg-home.jpg) no-repeat;
  background-size: cover;
  /* locks and ticks */
  /*

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    // Home Columns
    #home-col-1 {
      position: absolute;
      left: 80px;
      top: 370px;
    }

    #home-col-2 {
      position: absolute;
      left: 230px;
      top: 480px;
      z-index: 1;
    }

    #home-col-3 {
      position: absolute;
      left: 300px;
      top: 350px;
    }

    #home-col-4 {
      position: absolute;
      left: 500px;
      top: 300px;
    }

    #home-col-5 {
      position: absolute;
      left: 400px;
      top: 230px;
    }
  }

  @media screen and (min-device-width: 1024px) and (max-device-width: 1600px) {
    // Home Columns
    #home-col-1 {
      position: absolute;
      left: 80px;
      top: 370px;
    }

    #home-col-2 {
      position: absolute;
      left: 230px;
      top: 480px;
    }

    #home-col-3 {
      position: absolute;
      left: 300px;
      top: 350px;
    }

    #home-col-4 {
      position: absolute;
      left: 480px;
      top: 340px;
    }

    #home-col-5 {
      position: absolute;
      left: 400px;
      top: 230px;
    }
  }

  @media screen and (min-device-width: 1600px) {
    #home-col-1 {
      position: absolute;
      right: 10px;
      bottom: 100px;
    }

    #home-col-2 {
      position: absolute;
      right: 150px;
      bottom: 10px;
    }

    #home-col-3 {
      position: absolute;
      right: 300px;
      bottom: 250px;
    }

    #home-col-4 {
      position: absolute;
      right: 50%;
      bottom: 100px;
    }

    #home-col-5 {
      position: absolute;
      right: 40%;
      bottom: 300px;
    }
  }
  */
}
.home .home-wallpaper {
  background-color: #ffcc00;
  padding: 0px;
  margin: 0px 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.home .home-aside {
  padding: 10px 20px;
  /*h1 {
      font-size: 30px;
    }*/
  /*p {
      line-height: 22px;
      font-family: "CBASlab";
      font-weight: 400;
    }*/
}
.home .home-aside .heading-highlight {
  color: #ffffff;
}
.home .fancyBtn.is-disabled .component-status,
.home .fancyBtn.is-completed .component-status {
  display: block;
  background-color: #f3c018;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  width: 30px;
  height: 30px;
}
.home .fancyBtn.is-completed .component-status {
  background: white;
}
.home .fancyBtn.is-disabled .icon-lock {
  display: block;
}
.home .fancyBtn.is-completed .icon-tick {
  display: block;
}
.home .home-aside-base {
  padding: 10px 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "CBASlab";
}
.home .modules {
  font-family: 'CBASlab', serif;
}
.home .modules .module {
  margin: 20px 0px;
  font-size: 12px;
}
.home .modules .module-num {
  background-color: #ffffff;
  padding: 6px;
  border-radius: 50%;
  font-size: 10px;
  color: #231f20;
  margin-right: 10px;
}
.home #home-col-1 {
  position: absolute;
  right: 120px;
  bottom: 100px;
}
.home #home-col-2 {
  position: absolute;
  right: 200px;
  bottom: 10px;
}
.home #home-col-3 {
  position: absolute;
  right: 300px;
  bottom: 200px;
}
.home #home-col-4 {
  position: absolute;
  right: 50%;
  bottom: 100px;
}
.home #home-col-5 {
  position: absolute;
  right: 17%;
  bottom: 300px;
}
.home .topicPopup {
  bottom: 114px;
  left: -103px;
  position: absolute;
  width: 300px;
  text-align: left;
  z-index: 2;
  line-height: 0;
}
.home .topicPopup .header {
  background-color: #ffffff;
  font-family: 'CBASlab', serif;
  padding: 20px 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  width: 180px;
}
.home .topicPopup .body {
  background-color: #ffffff;
  border: solid 1px rgba(202, 202, 202, 0.5);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.home .topicPopup .body .row {
  min-height: 70px;
}
.home .topicPopup .body p {
  font-family: 'CBASlab', serif;
  padding: 10px;
  font-size: 15px;
  line-height: 1.8;
}
.home .topicPopup .body .go-btn {
  position: relative;
  right: 20px;
  top: 32px;
}
.home .topicPopup .base {
  position: relative;
  top: -2px;
  text-align: center;
  margin: 0px;
}
.home .yellowBg {
  left: 0;
  height: 90%;
  width: 60%;
}
.home .prompt {
  background: none;
}
.home .prompt img {
  padding-right: 10px;
}
.home .lightBg {
  padding-top: 60px;
}
.home h1 {
  font-size: 4.2em;
  margin-bottom: 30px;
  text-transform: none;
  color: #000;
}
.home h2 {
  color: #ffcc00;
  font-size: 4.5em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.home ul.topics {
  margin-top: 60px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
@media (max-width: 1200px) {
  .home ul.topics {
    margin-top: 30px;
  }
}
.home ul.topics .fancyBtn {
  position: absolute;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.home ul.topics .fancyBtn .topicText {
  position: absolute;
  font-family: 'CBASlab', serif;
  top: 40%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
}
.home ul.topics .is-visited .home-btn img.pre,
.home ul.topics .is-completed .home-btn img.pre {
  display: none;
}
.home ul.topics .is-visited .home-btn img.post,
.home ul.topics .is-completed .home-btn img.post {
  display: block;
}
.home ul.topics .home-btn img.pre {
  display: block;
}
.home ul.topics .home-btn img.post {
  display: none;
}
.home :focus {
  outline: none;
}
/* ipad */
@media (max-width: 1440px) {
  .home .container h1 {
    font-size: 3em;
  }
}
@media (max-width: 1024px) {
  .home .yellowBg {
    left: 0;
    height: 75%;
    width: 60%;
  }
  .home h1 {
    margin-bottom: 13px;
  }
  .home .main {
    padding-left: 30px;
  }
  .home .homeLeft {
    width: 59%;
  }
  .home .homeRight {
    display: none;
  }
}
.background-img {
  position: fixed;
  right: -380px;
  top: 0px;
}
@media (max-width: 1300px) {
  .background-img {
    right: -530px;
  }
}
.p1-1 ol.bold {
  font-weight: 700;
}
.p1-1 ol .normalText {
  font-weight: 300;
}
.p1-2 .hotspot-container li {
  position: absolute;
  height: 60px;
  width: 60px;
}
.p1-2 .hotspot-container li .button--hotspot {
  position: absolute;
  top: 10%;
  left: 8%;
  color: #000;
  font-weight: 700;
  z-index: 2;
}
.p1-2 .hotspot-container li .button--hotspot:hover,
.p1-2 .hotspot-container li .button--hotspot:focus {
  background: #ffcc00;
}
.p1-2 .hotspot-container li .button--hotspot.is-completed + .buttonBg {
  display: none;
}
.p1-2 .hotspot-container li .button--hotspot.is-disabled + .buttonBg {
  display: none;
}
.p1-2 .hotspot-container li .button--hotspot:hover + .buttonBg {
  animation: pulse 1.7s ease infinite;
  transition-timing-function: ease-in-out;
}
.p1-2 .hotspot-container li .button--hotspot .component-status-locked,
.p1-2 .hotspot-container li .button--hotspot .component-status {
  top: 16%;
  right: 16%;
}
.p1-2 .hotspot-container li .button--hotspot .component-status-locked.small,
.p1-2 .hotspot-container li .button--hotspot .component-status.small {
  top: 21%;
  right: 24%;
}
.p1-2 .hotspot-container li .button--hotspot .component-status-locked img,
.p1-2 .hotspot-container li .button--hotspot .component-status img {
  width: 90%;
}
.p1-2 .hotspot-container li .buttonBg {
  animation: pulse 1.2s ease infinite;
  background: #ffcc00;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: relative;
  transition-timing-function: ease-in-out;
}
.p1-2 .transcript {
  bottom: 27px;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.p1-2 #btn1li {
  bottom: 32%;
  left: 10%;
}
.p1-2 #btn2li {
  top: 35%;
  right: 45%;
}
.p1-2 #btn3li {
  top: 10%;
  right: 12%;
}
.p1-2 #btn4li {
  top: 5%;
  right: 30%;
}
.p1-2 .overlay-content {
  width: 80%;
}
@media (max-width: 1200px) {
  .p1-2 .overlay-content {
    width: 70%;
  }
}
.p2-1 {
  /*.feedback-waf,
  .feedback-caf {
    background: #f5f5f5;
  }*/
}
.p2-1 .buttons .button {
  text-align: left;
}
.p2-1 .imageOverlay {
  margin-bottom: 20px;
}
.p2-1 .q1 {
  background: #fff;
}
@media (max-width: 1200px) {
  .p2-1 .buttons li {
    display: inline-block;
    padding-right: 10px;
  }
  .p2-1 .buttons li button {
    width: 230px;
  }
}
.p3-1 .buttons .button {
  text-align: left;
}
.p3-1 .imageOverlay {
  margin-bottom: 20px;
}
/*s.p3-2 {
  .feedback-caf,
  .feedback-waf {
    font-family: "CBASlab";
    background: @almostWhite;
    border: solid 1px rgba(163, 163, 163, 0.3);
    border-radius: 4px;
    padding: 20px;
    margin: 10px 0px;

    h2 {
      font-family: "CBASlab";
      font-weight: 700;
      font-size: 30px;
    }

    p {
      font-size: 14px;
    }

    ul {
      list-style-image: url("../img/bullet.png");
      font-size: 12px;

      li {
        padding: 10px;
      }
    }
  }
}*/
.dialogPage {
  background: url(../img/dialog-bg.jpg) no-repeat;
}
.dialogPage .button {
  width: 250px;
  border-radius: 0;
  text-transform: none;
  color: #000;
  font-weight: 700;
  background: #ffcc00;
  width: 100%;
}
.dialogPage .button:hover,
.dialogPage .button:focus {
  background: #000;
  color: #fff;
}
/*.main-content {
  font-family: "CBASlab";

  h2 {
    font-family: "CBASlab";
  }

  .questionText {
    font-family: "CBASlab";
  }
}*/
.shadowImage {
  width: auto;
  height: auto;
  max-width: 100%;
}
.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.img-person {
  text-align: right;
}
.checkbox .icon-checkbox {
  border-radius: 50%;
}
.checkbox .icon-tick {
  background-color: #ffcc00;
}
.checkbox.is-selected [class*="icon-tick"] {
  display: none;
}
.checkbox [class*="icon-tick"] {
  display: none;
}
.nextBtn {
  right: 300px !important;
}
.backBtn {
  left: 30px !important;
}
.checkbox-controls {
  margin-bottom: 30px;
}
