@import "../../player/mediaelementplayer.css";
/*@navbarFontColor:               @brandColor2;
@navbarFontHoverColor:          darken(@navbarFontColor,20%);*/
html,
body {
  width: 100%;
  font-size: 100%;
}
body {
  position: relative;
  background-color: lightgrey;
}
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: 65px;
    height: 250px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, 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 {
  font-size: 1.8em;
}
.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: 'aachen_boldregular';
  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;
  }
}
/*.heading--course:focus {
  border:1px dotted @brandColor3;
}*/
.a11y-skip-link {
  background: #ffca08;
  color: #fff;
  font-size: 1.8em;
  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;
}
.transcript {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  max-height: 200px;
  overflow-y: auto;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
.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;
}
.icon-quote {
  color: #474747;
  font-size: 3.8em;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
}
.audio-player {
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -170px;
  width: 310px;
}
@font-face {
  font-family: 'aecPlayer';
  src: url('../../../fonts/player/aecPlayer.eot?ja9j81');
  src: url('../../../fonts/player/aecPlayer.eot?#iefixja9j81') format('embedded-opentype'), url('../../../fonts/player/aecPlayer.ttf?ja9j81') format('truetype'), url('../../../fonts/player/aecPlayer.woff?ja9j81') format('woff'), url('../../../fonts/player/aecPlayer.svg?ja9j81#aecPlayer') 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;
  border-radius: 0;
  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: #ffca08 !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: #bcbdbf;
  margin-top: 6px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #bcbdbf;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #474747;
}
.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: #474747 !important;
}
.mejs-play button:hover,
.mejs-pause button:hover,
.mejs-play button:focus,
.mejs-pause button:focus {
  color: #fff !important;
  background: #ffca08 !important;
}
.mejs-play button:before,
.mejs-pause button:before {
  position: relative;
  left: -4px;
}
.mejs-play button:after,
.mejs-pause button:after {
  font-family: Arial, 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: Arial, sans-serif;
  position: absolute;
  right: -53px;
  top: -4px;
  height: 34px;
  color: #fff;
  font-size: 1.8em;
  background: #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: #ffca08 !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: #fff;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background: #bcbdbf;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #474747;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  background: #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;
}
@media (max-width: 767px) {
  .audio-container {
    background: #fff;
    width: 100%;
    display: block;
    height: 50px;
    position: fixed;
    bottom: 50px;
    border-bottom: 1px solid #ddd;
  }
  .audio-player {
    position: absolute;
    left: 13px;
    margin-left: 0;
    top: -38px;
    width: calc(100% - 80px);
  }
  .transcript {
    bottom: 100px;
  }
}
#headerContainer {
  background: #262626;
}
#headerContainer li.panel {
  margin-bottom: 0;
}
.navbar {
  display: block;
  /*width: 100%;*/
  color: white;
  /*position:absolute;*/
  top: 0;
  left: 0;
  background: #262626;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
  margin: auto;
  border: none;
  height: 65px;
  padding: 10px 15px;
  z-index: 750;
}
.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: 65px;
  width: 65px;
  padding: 20px 8px 0 8px;
  text-align: center;
  float: left;
  position: relative;
  color: white;
  background: #262626;
  border-left: 1px black solid;
}
.navigation-button:hover,
.navigation-button:focus {
  /*text-decoration:none;
    color:@navbarFontHoverColor;*/
  background: #ffca08;
}
.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 {
  /*color:@navbarFontColor;*/
  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: 65px;
  margin: 0 !important;
  left: 0;
  width: 250px;
  list-style: none;
  /*max-height:100%;*/
  overflow: auto;
  z-index: 999;
}
.navigation-dropdown li {
  float: none;
}
/*.navigation-dropdown > li:last-of-type{
  margin-bottom:50px;
}*/
.dropdown-button,
.dropdown a {
  background: #545454;
  padding: 15px 50px 15px 20px;
  border-top: 1px solid #ddd;
  display: block;
  color: white;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 1.8em;
}
.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: #ffca08;
}
.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: #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: 10px;
  left: 15px;
  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;*/
  }
  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;
  }
  .navigation-button--mobile {
    height: 65px;
    width: 65px;
    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;
}
.footbar {
  display: inline-block;
  /*width: 100%;*/
  color: white;
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  border: none;
  height: 50px;
  z-index: 700;
}
.footbar-button {
  text-align: center;
  text-transform: initial;
  color: #474747;
  width: 50px;
  height: 50px;
  border-left: 1px solid #dddddd;
  display: inline-block;
  padding: 2px 0 0 0;
  font-size: 19px;
  background: #474747;
  /*&:first-child {margin-right:-4px;}*/
}
.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: #ffca08;
}
.footbar-button.is-enabled {
  text-decoration: none;
  color: #cccccc;
}
.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: #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: #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: #ffca08;
}
.dialog-help .button-list {
  height: 400px;
  overflow-y: auto;
}
.dialog-help .help-popup {
  background: #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: #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: #ffca08;
  color: #fff;
}
.splash {
  background: #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%;
    border-radius: 0;
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  z-index: 900;
  color: #ffca08;
  top: 0;
  left: 0;
  display: block;
}
.preloader-container {
  background: #fff;
  padding: 0;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-shadow: 0 0 2px 0 #ccc;
}
.percentage {
  border-radius: 50%;
  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: #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-select {
  border: 2px solid #ffca08;
}
.fillup-option {
  padding: 4px 8px;
}
.audioContainer {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
}
.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;
}
.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: #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 #ffca08;
}
.timeline-thumbnail .component-status {
  background: #ffca08;
  top: 4px;
  right: 4px;
}
.timeline-thumbnail .component-status [class*="icon-"] {
  color: #fff;
}
.timeline-slide {
  display: none;
}
.timeline-slide img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .list-timeline li {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.panel {
  border: none;
  border-radius: 0;
  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;
  border-radius: 0;
  font-size: 1.5em;
  margin: 0;
  background: #474747;
  color: #000;
  position: relative;
}
.panel-default > .panel-heading[aria-expanded="true"] {
  background: #ffca08;
  color: #fff;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus {
  text-decoration: none;
  background: #ffca08;
  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%;
  background: #474747;
  text-align: center;
  border: none;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
}
.button--hotspot:hover,
.button--hotspot:focus {
  background: #ffca08;
}
.button--hotspot .component-status {
  background: #ffca08;
  top: -6px;
  right: -6px;
}
.button--hotspot .component-status [class*="icon-"] {
  color: #fff;
}
.hotspot-container {
  border: 4px solid #ffca08;
  width: 100%;
  position: relative;
}
.hotspot-popup {
  background: #ffffff;
  color: #666666;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0;
  background: #ffca08;
  color: #fff;
  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;
  background-color: #474747;
  text-transform: uppercase;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  background-color: #ffca08;
  color: #231f20;
  font-size: 2em;
  position: relative;
  font-family: 'aachen_boldregular';
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px;
  max-width: 200px;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  font-size: 1.8em;
  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: #ffca08;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.carousel-control.left:focus,
.carousel-control.right:focus,
.carousel-control.left:hover,
.carousel-control.right:hover {
  background: #edbb00;
  color: #231f20;
}
.carousel-control.left.is-disabled,
.carousel-control.right.is-disabled {
  opacity: 0.65;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  background: #ffca08;
}
.carousel-control.left:focus,
.carousel-control.right:focus {
  background: #ffca08;
}
.carousel-control.left {
  left: 20px;
}
.carousel-control.right {
  right: 20px;
}
.carousel-inner {
  background: 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: #474747;
  border: none;
}
.carousel-indicators li:hover,
.carousel-indicators li:focus {
  background: #ffca08;
}
.carousel-indicators .active {
  background: #ffca08;
}
@media (max-width: 767px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #474747;
  text-transform: uppercase;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  font-size: 1.8em;
  margin-bottom: 10px;
  position: relative;
}
.button:hover,
.button:focus {
  background-color: #ffca08;
  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%;
  background: #474747;
  width: 36px;
  height: 36px;
  padding: 8px;
  text-align: center;
  color: #fff;
  border: none;
}
.button-close:hover,
.button-close:focus {
  text-decoration: none;
  background: #ffca08;
  color: #fff;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
  background: #a9a9a9;
  /* fallback for ie8 */
  background: 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: #eee;
  position: relative;
  /*&.dark {
    background:@brandColor3;
    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;
  position: relative;
}
.checkbox .icon-checkbox {
  background: transparent;
  border: 1px solid #ffca08;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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: #f1f1f4;
  color: #ffca08;
}
.checkbox.is-selected .icon-checkbox {
  background: #ffca08;
}
.checkbox.is-selected [class*="icon-tick"] {
  display: inline-block;
}
.checkbox.is-correct {
  color: #ffca08;
  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: #ffca08;
  color: #fff;
}
.checkbox-img .icon-checkbox {
  background: 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: black;
}
.checkbox-img.is-selected .icon-checkbox [class*="icon-"] {
  color: #ffca08;
}
.checkbox--order.is-selected .icon-checkbox {
  background: transparent;
  padding: 4px 8px;
  font-family: Arial, sans-serif;
  color: #ffca08;
  font-size: 1.1em;
}
.checkbox-controls {
  text-align: right;
}
.feedback {
  display: none;
}
.feedback-caf,
.feedback-waf,
.feedback-pcaf,
.feedback-naf {
  background: #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;
  }
}
.tip-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #474747;
  text-transform: uppercase;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  background-color: #ffca08;
  color: #231f20;
  font-size: 2em;
  position: relative;
  font-family: 'aachen_boldregular';
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px;
  max-width: 200px;
  width: 100%;
  background: #474747;
  font-size: 1.8em;
}
.tip-button:hover,
.tip-button:focus {
  background-color: #ffca08;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.tip-button:focus,
.tip-button:hover {
  background: #edbb00;
  color: #231f20;
}
.tip-button.is-disabled {
  opacity: 0.65;
}
.tip-button [class*="icon-"] {
  margin-right: 5px;
}
.tip-button:hover,
.tip-button:focus {
  background: #ffd53b;
}
.prompt {
  background: #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: 1.8em;
  text-align: left;
}
.prompt .icon-prompt {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 25px;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  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%;
  background: #ffca08;
  padding: 5px;
  position: absolute;
  top: -16px;
  right: -16px;
  text-align: center;
  display: none;
}
.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: Arial, 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-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%;
  }
}
/*@navbarFontColor:               @brandColor2;
@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;
}
/* utils */
.u-txt-white {
  color: #fff;
}
.u-txt-black {
  color: #000;
}
.u-txt-yellow {
  color: #ffca08;
}
.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: #ffca08;
}
.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;
}
/* 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: Arial, 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;
}
.content-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*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 ---------------------------------------------- */
h1,
.h1,
h2,
.h2,
.heading--feedback {
  font-family: 'aachen_boldregular';
  text-transform: uppercase;
  color: #fff;
}
h1,
.h1 {
  color: #fff;
  font-size: 4.2em;
}
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;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #fff;
}
p,
button,
.bodyText {
  font-size: 1.85em;
  line-height: 1.3;
}
p {
  margin-bottom: 15px;
}
ul,
ol {
  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: Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
}
/* header --------------------------------------------------------------------------- */
.header .exit-button {
  position: fixed;
  top: 10px;
  right: 10px;
  text-align: center;
  z-index: 700;
}
.header .exit-button .headerIcon {
  background: url("img/icon-exit.png");
  text-indent: -9999px;
}
.header .menu {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 700;
  height: 100%;
}
.header .menu .menu-button {
  position: absolute;
  right: -60px;
  top: 10px;
  text-align: center;
}
.header .menu .menu-button .headerIcon {
  background: url("img/icon-menu.png");
  text-indent: -9999px;
}
.header .menu .menu-navigation {
  height: 100%;
  background: #1E1E1E;
  overflow: hidden;
  width: 0;
  overflow-y: auto;
  -webkit-transition: width 0.3s;
  /* Safari */
  transition: width 0.3s;
}
.header .menu .menu-navigation.is-open {
  width: 250px;
}
.header .menu .menu-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu .menu-navigation .dropdown-button {
  font-size: 14px;
  width: 250px;
  box-shadow: none;
}
.header .headerBtn {
  background: #ffca08;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  width: 39px;
  height: 39px;
}
.header .headerBtn .headerIcon {
  width: 23px;
  height: 23px;
  margin: 0 auto;
}
.header .headerBtn:focus,
.header .headerBtn:hover {
  background-color: #474747;
}
.header .headerBtn:focus .headerIcon,
.header .headerBtn:hover .headerIcon {
  background-position: left bottom;
}
.dropdown-button {
  background: #1E1E1E;
}
.dropdown-button:hover,
.dropdown-button:focus {
  background: #444444;
}
.dropdown-button.is-completed .icon-tick {
  background: url("img/tick.png") no-repeat center center;
  background-size: contain;
  /*display: block;
        width: 18px;
        height: 16px;
        right: 25px;*/
}
.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 --------------------------------------------------------------------------- */
.footbar {
  background: none;
  box-shadow: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 600;
}
.footbar .backBtn,
.footbar .nextBtn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: black;
  font-family: 'aachen_boldregular';
  width: 63px;
  height: 68px;
  padding: 9px 0;
  position: fixed;
  bottom: 8px;
  text-decoration: none;
  background-color: #ffca08;
  color: #474747;
  border: none;
}
.footbar .backBtn:hover,
.footbar .nextBtn:hover,
.footbar .backBtn:active,
.footbar .nextBtn:active {
  background-color: #474747;
  color: white;
}
.footbar .backBtn:hover .leftIcon,
.footbar .nextBtn:hover .leftIcon,
.footbar .backBtn:active .leftIcon,
.footbar .nextBtn:active .leftIcon,
.footbar .backBtn:hover .rightIcon,
.footbar .nextBtn:hover .rightIcon,
.footbar .backBtn:active .rightIcon,
.footbar .nextBtn:active .rightIcon {
  background-position: bottom left;
}
.footbar .backBtn .leftIcon,
.footbar .nextBtn .leftIcon,
.footbar .backBtn .rightIcon,
.footbar .nextBtn .rightIcon {
  width: 16px;
  height: 29px;
  display: block;
  margin: 0 auto;
}
.footbar .backBtn .leftIcon,
.footbar .nextBtn .leftIcon {
  background: url("img/icon-left.png") top left;
}
.footbar .backBtn .rightIcon,
.footbar .nextBtn .rightIcon {
  background: url("img/icon-right.png") top left;
}
.footbar .backBtn {
  left: 10px;
}
.footbar .nextBtn {
  right: 10px;
}
.footbar .nextBtn.is-disabled {
  display: none;
}
/* accordion --------------------------------------------------------------------------- */
#accordion .panel-default > .panel-heading [class*="icon-"] {
  top: auto;
  right: auto;
}
#accordion .panel {
  box-shadow: none;
}
#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: #ffca08;
}
#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 {
  background-position: left top;
}
#accordion .panel .panel-heading.collapsed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#accordion .panel .panel-heading.collapsed .icon-accordion {
  background-position: left bottom;
}
#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%;
  background: #ffca08;
  text-align: center;
  border: none;
  width: 165px;
  height: 165px;
  font-family: 'aachen_boldregular';
  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: 'aachen_boldregular';
  display: block;
}
ul.buttons {
  text-align: center;
}
ul.buttons li {
  display: inline-block;
  margin: 0 12px 0 12px;
}
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%;
  background: #d0d8db;
  text-align: center;
  border: none;
  width: 200px;
  height: 200px;
  color: #fff;
  font-family: 'aachen_boldregular';
  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: #ffca08;
  text-transform: uppercase;
  font-size: 3.4em;
  display: block;
}
.fancyBtn .smallText {
  font-family: 'aachen_boldregular';
  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: #ffca08;
  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: 'aachen_boldregular';
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  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: #edbb00;
  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%;
  background: #ffca08;
  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: #ffca08;
  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: Arial, 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: #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%;
  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: white;
  min-height: 55px;
  padding: 12px 20px 12px 60px;
  border: 3px transparent solid;
}
.checkbox:hover,
.checkbox:focus {
  color: white;
  background: black;
}
.checkbox .icon-checkbox {
  width: 35px;
  height: 35px;
  border: 3px #ffca08 solid;
}
.checkbox .icon-checkbox [class*="icon-tick"] {
  top: 6px;
  left: 7px;
}
.checkbox.is-selected .icon-checkbox {
  background: #FFCB08;
}
.checkbox.is-correct {
  color: white;
  border: 3px #ffca08 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: #474747;
  color: white;
}
.feedback-caf h3,
.feedback-pcaf h3,
.feedback-waf h3 {
  color: white;
}
.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;
}
.question-container {
  display: none;
}
.checkbox-conversation {
  width: 100%;
  display: block;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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;
}
.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 #ffca08;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.radio .radioBox .radioCircle {
  background: #ffca08;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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 ---------------------------------------------- */
.dialog {
  box-shadow: none;
  color: #000;
}
.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: Arial, sans-serif;
  font-weight: bold;
}
/* ovlerlay ------------------------------------------ */
.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.overlay .overlay-content {
  text-align: left;
  padding: 40px 50px;
  background: #3eb5e5;
  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;
}
.overlay .overlay-content-hint h2 {
  color: white;
}
.overlay .button-close {
  background: url("img/icon-close.png");
  width: 31px;
  height: 31px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 20px;
  right: 20px;
  text-indent: -9999px;
}
.overlay .button-close:hover,
.overlay .button-close:focus {
  background-position: left bottom;
}
.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: Arial, 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: 70px 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;
  /*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;
}
.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: #ffca08;
}
.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%;
  }
}
.home {
  background: url(../img/bg-home.jpg) repeat;
}
.home .prompt {
  background: none;
}
.home .prompt img {
  padding-right: 10px;
}
.home .lightBg {
  padding-top: 60px;
}
.home h1 {
  font-size: 3.3em;
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
}
.home h2 {
  color: #ffca08;
  font-size: 4.5em;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.home p {
  color: white;
  font-size: 1.9em;
}
.home ul.topics {
  text-align: center;
}
.home ul.topics li {
  display: inline-block;
  margin: 20px 12px 0 12px;
}
.home ul.topics li .fancyBtn {
  width: 201px;
  height: 201px;
  text-align: center;
  position: relative;
  font-family: 'aachen_boldregular';
  display: inline-block;
  text-decoration: none;
  border: none;
}
.home ul.topics li #home-col-1 {
  background: url(../img/btn-topic1.png);
}
.home ul.topics li #home-col-2 {
  background: url(../img/btn-topic2.png);
}
.home ul.topics li #home-col-3 {
  background: url(../img/btn-topic3.png);
}
.home ul.topics li .bigText {
  font-size: 2.15em;
  margin-top: 175px;
}
.home ul.topics li .smallText {
  font-size: 1.4em;
  top: 240px;
}
.home ul.topics li .component-status {
  top: 5px;
  right: 11px;
}
.home ul.topics .is-disabled .component-status,
.home ul.topics .is-disabled .icon-lock {
  display: block;
}
.home ul.topics .is-disabled:hover .bigText,
.home ul.topics .is-disabled:focus .bigText {
  color: #ffca08;
}
.home ul.topics .is-disabled:hover .smallText,
.home ul.topics .is-disabled:focus .smallText {
  color: white;
}
.home .overlay h2 {
  text-transform: uppercase;
  font-size: 3.5em;
  margin-bottom: 10px;
  color: #231f20;
}
.home .overlay p {
  color: #fff;
}
.home .overlay .overlay-content {
  text-align: center;
}
.home .overlay .overlay-content .button {
  width: 250px;
}
.z1 {
  z-index: 1;
}
ul.normal-bullet li {
  list-style-image: url(../img/bullet.png);
}
.txt-block {
  font-size: 1em;
}
.imgSlideshow .imgSlide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: center;
  left: center;
  display: none;
  background-size: cover;
  background-position: center center;
}
.p1-1 {
  background: url("../../../../img/bg-1-1.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-1-1.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-1-1.png', sizingMethod='scale')";
  background-color: #efe1d0;
}
.fgImg-1-1 {
  right: 150px;
  bottom: 0px;
}
.p1-2 {
  background: url("../../../../img/bg-1-2.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-1-2.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-1-2.png', sizingMethod='scale')";
  background-color: #efe1d0;
}
.fgImg-1-2 {
  right: -100px;
  bottom: 0px;
  width: 80%;
}
.p1-3 {
  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;
}
.p1-3 .u-relative .txt-block {
  position: absolute;
  background: #339FCD;
}
.p1-3 .u-relative .txt-block .smallText {
  font-size: 0.8em;
}
.p1-3 .button-icon {
  background: #6bc6eb;
}
.p1-3 .button-icon:hover,
.p1-3 .button-icon:focus {
  background: #339FCD;
}
.p1-3 .button-icon {
  padding-top: 26px;
}
.p1-3 .button-icon .btn-title {
  margin-top: 45px;
}
.p1-3 .button {
  max-width: 300px;
  height: 60px;
}
.p1-4 {
  background: url("../../../../img/bg-1-4.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-1-4.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-1-4.png', sizingMethod='scale')";
  background-color: #efe1d0;
}
.fgImg-1-4 {
  left: 250px;
  bottom: 0px;
}
.fgImg-1-5 {
  right: -100px;
  bottom: 0px;
  width: 29%;
}
.fgImg-1-5-2 {
  right: 200px;
  bottom: 0px;
  width: 38%;
}
.p1-5 {
  background: url("../../../../img/bg-1-5.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-1-5.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-1-5.png', sizingMethod='scale')";
  background-color: #8a97a1;
}
.p1-5 .button {
  max-width: 400px;
  height: 60px;
}
.p2-1 {
  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: #8a97a1;
}
.p2-1 .button-icon {
  padding-top: 27px;
  padding-left: 0;
}
.p2-1 .button-icon .btn-title {
  height: 100px;
}
.p2-2 {
  background: url("../../../../img/bg-2-2.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-2-2.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-2.png', sizingMethod='scale')";
  background-color: #3eb5e5;
}
.p2-2 .speech-bubble {
  background: #808285;
}
.p2-2 .arrow.bottom {
  right: 200px;
}
.fgImg-2-2 {
  left: 390px;
  bottom: 0px;
}
.p2-3 {
  background: url("../../../../img/bg-2-3.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-2-3.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-3.png', sizingMethod='scale')";
  background-color: #3eb5e5;
}
.fgImg-2-3 {
  right: 0px;
  bottom: 0px;
  width: 35%;
}
.p2-4 {
  background: url("../../../../img/bg-2-4.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-2-4.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-4.png', sizingMethod='scale')";
  background-color: #3eb5e5;
}
.p2-5 {
  background: url("../../../../img/bg-2-5.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-2-5.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-5.png', sizingMethod='scale')";
  background-color: #8a97a1;
}
.p2-5 .speech-bubble {
  background: #3eb5e5;
}
.fgImg-2-5 {
  right: 350px;
  bottom: 0px;
}
.p2-6 {
  background: url("../../../../img/bg-2-6.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-2-6.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-6.png', sizingMethod='scale')";
  background-color: #8a97a1;
}
.fgImg-2-6 {
  left: 180px;
  bottom: 0px;
}
.p2-7 {
  background: url("../../../../img/bg-2-7.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-2-7.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-7.png', sizingMethod='scale')";
  background-color: #8a97a1;
}
.p2-7 .carousel-inner {
  min-height: 390px;
}
.p2-7 .conversation .speech-bubble .close-quote-small {
  bottom: 5px;
}
.p2-7 .conversation .speech-bubble {
  padding: 35px 15px 18px 55px;
}
.p2-8 {
  background: url("../../../../img/bg-2-8.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-2-8.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-8.png', sizingMethod='scale')";
  background-color: #efe1d0;
}
.p2-8 .speech-bubble {
  background: #3eb5e5;
}
.fgImg-2-8 {
  left: 350px;
  bottom: 0px;
}
.p2-9 {
  background: url("../../../../img/bg-2-9.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-2-9.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-9.png', sizingMethod='scale')";
  background-color: #efe1d0;
}
.fgImg-2-9 {
  right: -50px;
  bottom: 0px;
}
.p2-10 {
  background: url("../../../../img/bg-2-10.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-2-10.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-2-10.png', sizingMethod='scale')";
  background-color: #efe1d0;
}
.feedback-caf .greyBox {
  margin-top: 90px;
}
.webinarBtn {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  max-width: 200px;
}
.verify {
  display: none;
}
.assessmentStart {
  background: url("../../../../img/bg-assess-intro.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-assess-intro.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/bg-assess-intro.png', sizingMethod='scale')";
  background-color: #3eb5e5;
}
.q1,
.q2,
.q3,
.q4,
.q5,
.q6 {
  background-color: #3eb5e5;
}
.fgImg-4-1 {
  right: 0px;
  bottom: 0;
  width: 65%;
}
.fgImg-4-2 {
  right: 0px;
  bottom: 0px;
}
.fgImg-4-3 {
  bottom: 100px;
  right: 200px;
}
.fgImg-4-4 {
  right: 250px;
  bottom: 100px;
}
.fgImg-4-5 {
  right: 100px;
  bottom: 0px;
  width: 42%;
}
.failed3 {
  display: none;
}
.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;
}
@media (max-height: 900px) {
  .fgImg-1-1 {
    right: 150px;
    width: 30%;
  }
  .fgImg-1-2 {
    right: 50px;
    width: 60%;
  }
  .fgImg-1-4 {
    left: 360px;
    width: 18%;
  }
  .fgImg-1-5 {
    right: 120px;
    width: 16%;
  }
  .fgImg-1-5-2 {
    right: 300px;
    width: 21%;
  }
  .fgImg-2-2 {
    left: 350px;
    width: 30%;
  }
  .fgImg-2-3 {
    right: 0px;
    width: 30%;
  }
  .fgImg-2-5 {
    right: 350px;
    width: 30%;
  }
  .fgImg-2-6 {
    left: 320px;
    width: 22%;
  }
  .p2-7 .carousel-inner {
    min-height: 440px;
  }
  .fgImg-2-8 {
    left: 350px;
    width: 25%;
  }
  .fgImg-2-9 {
    width: 25%;
    right: 30px;
  }
  .fgImg-4-1 {
    width: 40%;
    left: 500px;
  }
  .fgImg-4-2 {
    width: 43%;
    left: 485px;
    bottom: 0px;
  }
  .fgImg-4-3 {
    width: 40%;
    bottom: 50px;
    right: 100px;
  }
  .fgImg-4-4 {
    width: 20%;
    right: 200px;
    bottom: 40px;
  }
  .fgImg-4-5 {
    width: 30%;
    right: 150px;
    bottom: 0px;
  }
}
