@import "../../player/mediaelementplayer.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
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;
  color: #000;
}
.timeline-thumbnail {
  background: none;
  width: 100%;
  position: relative;
  border: 4px solid transparent;
  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;
  color: #000;
  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;
  background-color: #474747;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  font-family: 'proxima_novasemibold';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../../../js/ie8/PIE.htc);
  letter-spacing: 2px;
  font-size: 2.2em;
  min-width: 200px;
  text-transform: uppercase;
  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 img,
.carousel-control.right img {
  vertical-align: sub;
  margin-left: 10px;
  margin-bottom: 2px;
}
.carousel-control.left[type="submit"],
.carousel-control.right[type="submit"] {
  font-family: 'proxima_novasemibold';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../../../js/ie8/PIE.htc);
  letter-spacing: 2px;
  font-size: 2.2em;
}
.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;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  font-family: 'proxima_novasemibold';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../../../js/ie8/PIE.htc);
  letter-spacing: 2px;
  font-size: 2.2em;
  min-width: 200px;
  text-transform: uppercase;
  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 img {
  vertical-align: sub;
  margin-left: 10px;
  margin-bottom: 2px;
}
.tip-button[type="submit"] {
  font-family: 'proxima_novasemibold';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../../../js/ie8/PIE.htc);
  letter-spacing: 2px;
  font-size: 2.2em;
}
.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: "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-8-14 14:12:38
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.shake {
  -webkit-animation: shake-horizontal 6s ease-in-out infinite both;
  animation: shake-horizontal 6s ease-in-out infinite both;
  animation-delay: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'CBASans', sans-serif;
  font-weight: normal;
  text-transform: none;
  position: relative;
  margin-bottom: 33px;
  font-weight: 700;
  line-height: 1.6em;
}
:focus {
  outline: solid 1px #f5f5f5;
}
.link + a {
  background-image: linear-gradient(120deg, rgba(84, 194, 232, 0.3) 0%, rgba(84, 194, 232, 0.3) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.link + a:hover {
  background-size: 100% 88%;
}
h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}
p {
  line-height: 2em;
}
a {
  color: #666;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
}
ul.animatingList li {
  display: none;
}
:focus {
  outline: grey;
}
.caps {
  font-family: 'CBASlab', serif;
  text-transform: uppercase;
}
.fancy {
  font-family: 'CBASlab', serif;
}
h1,
.h1 {
  color: #fff;
  font-weight: 700;
  font-size: 6em;
  line-height: 1.2em;
  /*   text-align: center;*/
  /* min-height: 500px;*/
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 5em;
  }
}
h1 .caps,
.h1 .caps {
  font-size: 3em;
  position: absolute;
  letter-spacing: 10px;
  top: 75px;
  left: 45%;
}
h1 .fancy,
.h1 .fancy {
  font-size: 37em;
  font-weight: normal;
  letter-spacing: 10px;
  text-transform: none;
}
ul.bodyText {
  padding-left: 18px;
}
ul.bodyText li::before {
  color: #000;
  content: "•";
  display: inline-block;
  /* width: 1.1em;*/
  width: 1.3em;
  height: 1em;
  /*margin-left: -1em;*/
  margin-left: -1.35em;
}
.navbar {
  box-shadow: none;
}
.navbar-navigation {
  margin-top: 30px;
}
.navbar-navigation li .navigation-button {
  /*&:focus::after {
     animation: border 0.5s ease-in-out both;
}*/
}
.navbar-navigation li .navigation-button::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #ffcc00;
  transition: width 0.6s;
  margin-top: 26px;
}
.navbar-navigation li .navigation-button:hover::after {
  animation: border 0.5s ease-in-out both;
}
.navbar-navigation li .navigation-button[aria-expanded="true"]::after {
  content: '';
  display: block;
  width: auto;
  height: 4px;
  background: #ffcc00;
  transition: width 0.6s;
  margin-top: 26px;
}
.navbar-navigation li .navigation-button[aria-expanded="true"]:hover::after {
  animation: none;
}
.navbar-navigation li .navigation-button[aria-expanded="true"]:focus::after {
  animation: none;
}
.navbar-navigation li:not(:last-child) {
  margin-right: 20px;
}
.navbar-navigation a:hover,
.navbar-navigation a:focus {
  text-decoration: none;
}
.container {
  max-width: 1200px;
  position: relative;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 980px;
  }
}
.topicBg {
  position: absolute;
  z-index: 0;
}
.multiContainer {
  padding: 60px 40px 80px 40px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}
.multiContainer .checkbox {
  box-shadow: none;
  text-align: left;
  border-radius: 0;
  border-bottom: solid 8px #fff;
  line-height: 2em;
}
.multiContainer .checkbox .icon-checkbox {
  display: block;
  height: 11px;
  width: 11px;
  border: solid 1px #000;
  top: 22px;
  left: 0;
  border-radius: 0px;
}
.multiContainer .checkbox:hover,
.multiContainer .checkbox:focus {
  background: #fff;
  color: #000;
  border-bottom: solid 8px rgba(255, 204, 0, 0.3);
}
.multiContainer .checkbox.is-selected {
  border-bottom: solid 8px #ffcc00;
  background: #fff;
  color: #000;
}
.multiContainer .checkbox.is-selected .icon-checkbox {
  background: #ffcc00 !important;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.multiContainer .primaryBtn {
  float: left;
}
.fillup-select {
  border: none;
  border-bottom: 2px solid #ffcc00;
  margin: 0px 10px;
  padding-bottom: 5px;
}
.popBtn {
  background: #fff;
  border: none;
  border-left: 20px solid #ffcc00;
  display: block;
  margin-bottom: 40px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  padding: 45px;
  width: 100%;
  text-align: left;
  font-weight: 700;
  position: relative;
}
.popBtn:hover,
.popBtn:focus,
.popBtn.is-visited {
  border-left: 40px solid #ffcc00;
  padding: 45px 25px;
}
.popBtn.is-visited .icon-tick {
  display: block;
  top: 52px;
  left: -26px;
  margin: 0;
}
.popBtn.is-visited:hover,
.popBtn.is-visited:focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.popBox {
  padding: 60px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}
.mobObj {
  display: none;
}
.dialogPage {
  /*background: #edede*/
  background: #fff;
}
.dialogPage .dialog {
  padding: 80px;
  /*     text-align: center;*/
  max-width: 700px;
  color: #fff;
  box-shadow: none;
  background: transparent;
  margin: 0;
}
.dialogPage .dialog .primaryBtn {
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .dialogPage .dialog {
    padding: 10px;
    max-width: 600px;
  }
}
.dialogPage .dialog h1 {
  min-height: 0;
  color: #fff;
}
.dialogPage .dialog h1 .fancy {
  position: relative;
}
.dialogPage .dialog ul.bodyText li::before {
  color: #fff;
}
.dialogPage .dialog a {
  color: #A6A2A2;
}
.dialogPage .dialog a:hover,
.dialogPage .dialog a:focus {
  color: #fff;
}
.dialogPage .dialog .button {
  width: auto;
  margin: 0 5px;
  /* margin-bottom: 10px;*/
  float: left;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.dialogPage .btnContainer {
  width: 150px;
  margin: 30px 0 40px 0;
}
.dialogPage .btnContainer .primaryBtn:last-child {
  float: right;
}
h2,
.h2 {
  /*padding-top: 40px;*/
  margin-bottom: 20px;
  font-size: 3em;
}
h2 .caps,
.h2 .caps {
  font-size: 3.2em;
  /* float: left;*/
}
h2 .fancy,
.h2 .fancy {
  font-size: 10.4em;
  margin-top: -28px;
  display: inline-block;
  letter-spacing: 5px;
  margin-left: 15px;
  position: absolute;
  top: 32px;
}
h2.noFloat .caps,
.h2.noFloat .caps {
  float: none;
}
h2.noFloat .fancy,
.h2.noFloat .fancy {
  float: none;
}
h3,
.h3 {
  padding-top: 0px;
  margin-bottom: 15px;
}
h3 .caps,
.h3 .caps {
  font-size: 2.5em;
  /* float: left;*/
  color: #ffcc00;
}
h3 .caps.bodyColor,
.h3 .caps.bodyColor {
  color: #666666;
}
h3 .fancy,
.h3 .fancy {
  font-size: 8em;
  margin-top: -28px;
  display: inline-block;
  letter-spacing: 5px;
  margin-left: 15px;
}
h4,
.h4 {
  margin-bottom: 5px;
  margin-top: 30px;
}
.caps {
  text-transform: uppercase;
  letter-spacing: 5px;
}
.coloured {
  color: #ffcc00;
}
.orangeColoured h3,
.orangeColoured .caps,
.orangeColoured .fancy {
  color: #E0413C !important;
}
.orangeColoured .callOut {
  border-left: solid 5px #e0413c !important;
}
.orangeColoured .callOut .fancyCallOut {
  color: #E0413C !important;
}
.white {
  color: #FFFFFF !important;
}
.bodyColor {
  color: #666666;
}
[data-scroll-class] {
  opacity: 0;
}
p.fancy {
  font-size: 8.0em;
  letter-spacing: 5px;
}
.u-float-right {
  float: right !important;
}
.u-unstyled-button {
  padding: 0;
  margin: 0;
}
a:hover,
a:focus {
  color: #000000;
}
.parallax {
  position: absolute;
  display: none;
  z-index: 0;
}
.imgParallax {
  position: relative;
  z-index: -1;
}
.content {
  color: #000;
}
.pageBlock .quote {
  margin: 0 5px;
  vertical-align: super;
}
.icon-tick {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
}
/* accordion tick */
#accordion .icon-tick {
  position: absolute;
  top: 12px;
  right: 13px;
  left: auto;
}
.imgBtn {
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  behavior: url(../../../js/ie8/PIE.htc);
  border: none;
  display: block;
  margin-bottom: 40px;
  height: 170px;
  width: 100%;
  font-size: 2.5em;
  font-family: 'CBASlab', serif;
  letter-spacing: 5px;
  background: #EDEDED;
  position: relative;
}
.imgBtn:hover,
.imgBtn.current {
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(222, 18, 11, 0.8);
}
.imgBtn.is-visited .icon-tick {
  display: block;
}
ul.scenarioBtns {
  text-align: center;
  padding-top: 50px;
  /*  li::before {
        color: @brandColor1;
        content: "•";
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-left: -1em;
        transform: scale(2.4);
        position: absolute;
        margin-top: -8px;
    }*/
}
ul.scenarioBtns li {
  margin: 0 10px;
  display: inline-block;
}
.scenarioBtn {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../../../js/ie8/PIE.htc);
}
.originalScenarioBtn {
  margin: 0 5px;
}
/* mc */
.questionIntro {
  margin-top: 50px;
}
.questionContainer {
  /*	min-height:400px;
		display:flex;
		align-items:center;
		
		//safari
		display:-webkit-flex;
		-webkit-align-items:center;*/
}
.checkbox-container {
  margin-top: 20px;
  margin-bottom: 0px;
}
.checkbox {
  font-family: 'CBASans', sans-serif;
  background: white;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  behavior: url(../../../js/ie8/PIE.htc);
  text-align: center;
  margin-bottom: 20px;
  padding: 12px 20px 12px 20px;
}
.checkbox.is-selected {
  background: black;
  color: White;
}
.checkbox.is-correct {
  border: none;
}
.checkbox .icon-checkbox {
  display: none;
  border-radius: none;
}
.answerContainer .checkbox:hover,
.answerContainer .checkbox:focus {
  cursor: default;
}
.checkbox-controls {
  text-align: center;
}
.feedback-caf,
.feedback-waf,
.feedback-pcaf,
.feedback-naf {
  background: transparent;
  color: black;
  text-align: left;
  /*  margin-top: 50px;*/
  padding: 0;
}
.feedback-caf p,
.feedback-waf p,
.feedback-pcaf p,
.feedback-naf p {
  /*margin: 30px 100px 30px 100px;*/
}
button.submittedAnswer {
  cursor: auto;
}
.heading--feedback {
  color: black;
}
.pageBlock .button img {
  margin-bottom: 2px;
}
.is-disabled,
.is-disabled:hover,
.is-disabled:focus {
  background-color: #dadada;
}
.button {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  font-family: 'proxima_novasemibold';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../../../js/ie8/PIE.htc);
  letter-spacing: 2px;
  font-size: 2.2em;
  min-width: 200px;
  text-transform: uppercase;
}
.button img {
  vertical-align: sub;
  margin-left: 10px;
  margin-bottom: 2px;
}
.button[type="submit"] {
  font-family: 'proxima_novasemibold';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../../../js/ie8/PIE.htc);
  letter-spacing: 2px;
  font-size: 2.2em;
}
a img {
  margin-bottom: 2px;
  vertical-align: sub;
  margin-left: 10px;
}
html {
  background-color: white;
}
body {
  overflow-x: hidden;
}
.main {
  padding: 0;
  overflow: hidden;
  position: static;
}
.pageBlock {
  display: none;
  position: relative;
  z-index: 1;
  /*   img {
        margin-bottom: @space;
    }*/
}
.pageBlock.hasHammer .container {
  overflow: hidden;
}
.scrollPrompt {
  position: fixed;
  right: 150px;
  bottom: 150px;
  margin-left: -65px;
  text-transform: uppercase;
  z-index: 1;
  background: White;
  color: #000;
  font-size: 1.8em;
  text-align: center;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  height: 120px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  behavior: url(../../../js/ie8/PIE.htc);
}
.scrollPrompt img {
  /* float: left; */
  /* margin: 7px 10px 0 0; */
  display: block;
  position: absolute;
  bottom: 20px;
  /* padding-bottom: 40px; */
  left: 50%;
  -webkit-animation: shake-horizontal 6s ease-in-out infinite both;
  animation: shake-horizontal 6s ease-in-out infinite both;
  animation-delay: 0.5s;
}
.scrollPrompt span {
  /* float: left;*/
  width: 190px;
  margin-top: 8px;
}
.checklist {
  border-top: 8px solid #8142a6;
  padding: 60px 40px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}
.checklist .checkbox {
  box-shadow: none;
  text-align: left;
  padding: 12px 20px 12px 34px;
  line-height: 2em;
}
.checklist .checkbox:hover,
.checklist .checkbox:focus {
  color: #000;
  background: #fff;
}
.checklist .checkbox.is-selected {
  background: transparent;
  color: #000;
}
.checklist .checkbox.is-selected .icon-checkbox {
  border: none;
  background-color: transparent;
}
.checklist .checkbox.is-selected .icon-tick {
  display: inline-block;
  margin-left: 0;
  top: 3px;
  left: 0;
}
.checklist .checkbox .icon-checkbox {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 1px solid #000;
  top: 19px;
  left: 0;
}
.topicEnd {
  text-align: center;
}
.topicEnd .topicEndBtns {
  margin: 0 auto;
  width: 235px;
  margin-top: 35px;
}
.topicEnd .topicEndBtns .primaryBtn {
  margin-top: 0px;
}
.topicEnd .topicEndBtns .primaryBtn:first-child {
  float: left;
}
.topicEnd .topicEndBtns .primaryBtn:last-child {
  float: right;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes border {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Standard syntax */
@keyframes border {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.primaryBtn {
  background: none;
  border: none;
  /*   border-bottom: 2px solid @brandColor1;*/
  padding-left: 0;
  padding-right: 0;
  /* padding-bottom: 3px;*/
  margin-top: 10px;
  line-height: 1.5em;
  /*	&:hover, &:focus {
		
	border-bottom: 2px solid @brandColor1;	
	transition: width 1s ease;	
		
	}*/
  /*
	.btnText {
		
		line-height:2em;
	}
	

	
	.btnText::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: @brandColor1;
    transition: width 0.6s;
		margin-top:5px;
}

.btnText:hover::after {
  animation: border 0.5s ease-in-out both;
    
}
	
	.btnText:focus::after {
     animation: border 0.5s ease-in-out both;
}
*/
}
.primaryBtn::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffcc00;
  transition: width 0.6s;
  margin-top: 5px;
}
.primaryBtn:hover::after {
  animation: border 0.5s ease-in-out both;
}
.primaryBtn:focus::after {
  animation: border 0.5s ease-in-out both;
}
.primaryBtn.is-disabled {
  color: #cccccc;
}
.primaryBtn.is-disabled::after {
  background: #cccccc;
}
.primaryBtn.is-disabled:hover::after {
  animation: none;
}
.primaryBtn.is-disabled:focus::after {
  animation: none;
}
.primaryBtn.is-disabled:hover,
.primaryBtn.is-disabled:focus {
  background: none;
}
.primaryBtn:hover,
.primaryBtn:focus {
  /*border-bottom:1.5px solid #fff;*/
}
.panel-group {
  margin-top: 30px;
}
.panel-default > .panel-heading {
  border-left: 10px solid #ffcc00;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 30px;
  background-color: #fff;
}
.panel-default > .panel-heading .icon-arrow {
  display: block;
  top: 46%;
}
.panel-default > .panel-heading .icon-tick {
  top: 46%!important;
  left: 60px!important;
  width: 10px;
}
.panel-default > .panel-heading .icon-arrow-right {
  display: none;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus {
  background-color: #fff;
  color: #000;
  border-left: 20px solid #ffcc00;
  padding: 30px 20px;
}
.panel-default > .panel-heading.is-visited {
  border-left: 20px solid #ffcc00;
  padding: 30px 20px;
}
.panel-default > .panel-heading.is-visited .icon-arrow {
  display: block;
}
.panel-default > .panel-heading.is-visited .icon-arrow-right {
  display: none;
}
.panel-default > .panel-heading[aria-expanded="true"] {
  background-color: #fff;
  color: #000;
}
.panel-default > .panel-heading[aria-expanded="true"] .icon-arrow {
  display: none;
}
.panel-default > .panel-heading[aria-expanded="true"] .icon-arrow-right {
  display: block;
  top: 46%;
}
.panel-default > .panel-heading[aria-expanded="true"].is-visited .icon-arrow {
  display: none;
}
.panel-default > .panel-heading[aria-expanded="true"].is-visited .icon-arrow-right {
  display: block;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-body {
  padding: 25px;
  background-color: #f5f5f5;
}
/* header */
#headerContainer {
  height: 80px;
  background: #fff;
  width: 100%;
  text-align: center;
  position: fixed;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
#headerContainer a img {
  vertical-align: middle;
  margin-left: 0;
}
/*.heading--course {
    background: black;
    font-family: @fancyFont;
    text-transform: uppercase;
    left: 0;
    padding: 25px 15px 20px 20px;
    width: auto;
    letter-spacing: 5px;
    position: absolute;
    font-size: 1.8em;
}*/
.navigation-button {
  color: black;
  border-left: none;
  float: none;
  font-size: 1.4em;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}
.navigation-button:hover,
.navigation-button:focus {
  background: none;
  /*    color: black;
        background: none;*/
}
/* menu */
/*.menu--level1 {

    font-family: 'proxima_novasemibold', sans-serif;
}*/
.navigation-dropdown {
  top: 50px;
  left: 50%;
  width: 250px;
  margin-left: -124px !important;
  padding-left: 0;
}
.navigation-dropdown li {
  background: #fff;
  margin-bottom: 0;
}
/*.dropdown-button--topic {
    background: #fff;
}*/
/*.dropdown-button--topic.menu--level1 {
	

	
}*/
#js-dropdown li {
  margin-right: 0px;
}
.menuDropdown {
  margin-left: 5px;
  width: 5;
  width: 9px;
}
.dropdown-button {
  color: #000;
}
.dropdown-button:hover,
.dropdown-button:focus {
  background-color: #fff;
  color: #000;
}
.dropdown-button.is-completed .icon-tick {
  left: auto;
  top: 30%;
  background-image: url(../img/tick.png);
}
.dropdown-button.is-disabled {
  background-color: #fff;
  color: #999;
}
.dropdown-button.is-disabled .icon-lock {
  display: inline-block;
  background: url(../img/lock.png) no-repeat;
  width: 13px;
  height: 20px;
  background-size: 12px;
}
a.dropdown-button.menu--level1 {
  font-weight: 700;
  border-bottom: solid 5px #fff;
  background: #fff;
}
.dropdown-button--topic.menu--level1 {
  border-bottom: solid 5px #ffcc00;
  background: #fff;
  font-weight: 700;
}
.dropdown-button--topic.menu--level1 .icon-tick {
  left: auto;
  top: 45%;
  background-image: url(../img/right-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
.dropdown-button--topic.menu--level1.collapsed {
  border-bottom: solid 5px #fff;
}
.dropdown-button--topic.menu--level1.collapsed .icon-tick {
  left: auto;
  top: 45%;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
.dropdown-button--topic.menu--level1.is-completed .icon-tick {
  left: auto;
  top: 45%;
  background-image: url(../img/right-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
.dropdown-button--topic.menu--level1.is-completed.collapsed {
  border-bottom: solid 5px #fff;
}
.dropdown-button--topic.menu--level1.is-completed.collapsed .icon-tick {
  left: auto;
  top: 45%;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
#js-dropdown .panel {
  background: #fff!important;
}
/* navigation */
/*#navContainer {

    position: fixed;
    right: 15px;
    z-index: 100;
    top: 65px;

    .navIndicator {
        background: black;
        width: 14px;
        height: 14px;
        .border-radius(50%);
        margin: 0 auto;

        &.currentNavIndicator {
            background: @brandColor1;
        }
    }
}*/
#js-dropdown {
  text-align: left;
}
#js-dropdown li {
  border-top: 0;
  border-bottom: 1px white solid;
}
#js-dropdown .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url(../../../js/ie8/PIE.htc);
  background: black;
  list-style: none;
  padding-left: 0;
}
#js-dropdown .panel + .panel {
  margin-top: 0;
}
.row {
  position: relative;
}
.semiCircle {
  background: white;
  -webkit-border-radius: 676px 676px 0 0;
  -moz-border-radius: 676px 676px 0 0;
  border-radius: 676px 676px 0 0;
  behavior: url(../../../js/ie8/PIE.htc);
  width: 676px;
  height: 338px;
  margin-top: 145px;
  padding-top: 160px;
  padding-left: 250px;
  margin-left: -245px;
  margin-bottom: 40px;
}
img.whatif {
  margin-top: -30px;
  /*margin-right: 30px;*/
  margin-bottom: 15px;
}
.whatIf {
  /*height: 200px;*/
  height: auto;
}
h2.u-absolute {
  /*    margin-top: 40px;*/
  margin-left: 15px;
  z-index: 1;
}
h2.u-absolute.rightHeading {
  margin-top: -60px;
  left: 0;
}
.col-push-down {
  margin-top: 100px;
}
.carouselText {
  position: absolute;
  top: 50px;
  right: 50px;
}
.pageBlock {
  padding-bottom: 180px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .pageBlock {
    padding-bottom: 100px;
  }
}
.pageBlock .row {
  min-height: 400px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.pageBlockNoSpace {
  padding-bottom: 0;
}
.pageBlockNoSpace .scenarioBtns,
.pageBlockNoSpace .feedback {
  padding-bottom: 100px;
}
.pageBlock {
  min-height: 500px;
}
.space {
  margin-bottom: 20px;
}
.hangLeft {
  position: absolute;
  left: -80px;
  top: -30px;
}
.hangLeftMore {
  left: -100px;
}
/*home */
.pHome .homeTopics div {
  text-decoration: none;
  display: block;
  width: 750px;
  margin-bottom: 50px;
}
.pHome .homeTopics div .topicTextContainer {
  position: relative;
  width: 660px;
  height: 400px;
  background: #fafafa;
  display: block;
  padding-left: 48px;
  padding-right: 160px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../../../js/ie8/PIE.htc);
}
.pHome .homeTopics div .topicTextContainer span {
  display: block;
}
.pHome .homeTopics div .topicTextContainer .topicDescription {
  color: #666666;
  margin-bottom: 30px;
}
.pHome .homeTopics div .topicTextContainer .hammerBar {
  margin-bottom: 50px;
}
.pHome .homeTopics div .topicTextContainer .time {
  background: url(img/icon-time.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.pHome .homeTopics div .topicTextContainer img.topicImg {
  position: absolute;
  right: -50px;
  bottom: -85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  behavior: url(../../../js/ie8/PIE.htc);
}
.pHome .homeTopics div .topicTextContainer .arrow {
  /*position:absolute;
                    bottom:18px;
                    right:30px;*/
  margin-top: -8px;
  margin-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.pHome .homeTopics div .topicTextContainer .topic-status {
  position: relative;
  display: inline-block;
}
.pHome .homeTopics div .topicTextContainer .topic-status img {
  position: relative;
  margin-left: 0;
  padding-right: 0;
  top: 0;
  left: 3px;
}
.icon-lock {
  display: none;
}
.is-completed .arrow {
  display: none;
}
.is-completed .icon-tick {
  display: block;
}
/* img slideschow */
.imgSlideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}
.imgSlideshow .imgSlide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.imgSlideshow .imgSlide.firstSlide {
  display: block !important;
  position: relative;
}
.imgSlideshow img.imgSlide {
  height: auto;
}
.imgSlideshow .audioContainer {
  position: absolute;
  bottom: auto;
}
.imgSlideshow .imgSlide {
  margin-bottom: 0;
}
/* media */
.mejs-controls .mejs-button button {
  color: #8a97a1 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ffcc00;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #ecedef;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 8px;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  height: 3px;
}
.mejs-play button,
.mejs-pause button {
  background-color: #000 !important;
  left: 0;
}
.mejs-container .mejs-controls {
  border: none;
  border-radius: 0px;
  background: #000;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  behavior: url(../../../js/ie8/PIE.htc);
}
.audio-player {
  top: 0;
}
.mejs-play button:after,
.mejs-pause button:after {
  content: "";
}
.mejs-play button:before,
.mejs-pause button:before {
  left: 0;
}
.mejs-playpause-button {
  width: 40px !important;
}
.mejs-controls .mejs-button button {
  width: 40px !important;
  height: 34px !important;
  color: #fff !important;
}
.mejs-controls .mejs-button button:hover,
.mejs-controls .mejs-button button:focus {
  color: #ffcc00 !important;
  background: #000 !important;
}
.audio-player {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  behavior: url(../../../js/ie8/PIE.htc);
}
.button--transcript {
  background-color: #000  !important;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  border: none;
}
.button--transcript:hover,
.button--transcript:focus {
  color: #ffcc00 !important;
  background-color: #000 !important;
}
.transcript:before,
.transcript:after {
  color: #ffcc00;
  font-size: 8em;
}
/* hammer swipe*/
.hammerList li {
  float: left;
  position: relative;
}
.hammerList li h2 {
  margin-bottom: 15px;
}
.hammerItem {
  display: block;
  position: relative;
}
.hammerItem img:first-child {
  padding-right: 10px;
}
.hammerItem .fancy {
  font-size: 6em;
  color: #000;
  line-height: 100%;
  text-align: right;
}
.hammerBar {
  height: 5px;
  width: 100%;
  background: #EDEDED;
}
.hammerBar .hammerCurrent {
  height: 5px;
  background: #010101;
}
.imgText {
  color: white;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.imgText .caps {
  font-size: 2.0em;
}
.imgText .fancy {
  font-size: 12em;
}
/*.popBox {
    padding: 0px 25px;

    ul {
        li::before {
            color: @brandColor1;
            content: "•";
            display: inline-block;
            width: 1em;
            height: 1em;
            margin-left: -1em;
            transform: scale(2.4);
            position: absolute;
            margin-top: -8px;
        }
    }
}*/
.rowAbsolute {
  position: absolute;
  width: 98%;
  padding: 2%;
  top: 0;
  right: 0;
}
/* conversations question */
.conversations {
  height: 600px;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 0px;
  overflow-y: auto;
}
.conversations .clearfix {
  margin-bottom: 20px;
}
.conversations img {
  /* width: 20%;*/
  float: left;
  margin: 0 1%;
}
.conversations .q1Convo {
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
}
.conversations .convoText {
  width: 75%;
  float: left;
  margin: 0 2%;
  color: #000;
  background: #ddf3fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../../../js/ie8/PIE.htc);
  padding: 10px 10px 0px 10px;
}
.conversations .jamieText {
  background: #f5f5f5;
}
.u-list-4col li {
  float: left;
  width: 25%;
}
/* footer */
#footerContainer {
  height: 50px;
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
#footerContainer .footerWidth {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #footerContainer .footerWidth {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  #footerContainer .footerWidth {
    max-width: 980px;
  }
}
#footerContainer .footerWidth #scrollTopBtn {
  position: absolute;
  top: -35px;
  right: 0;
  background-color: #ffcc00;
  border: 0;
  width: 70px;
  height: 70px;
}
.button-close {
  background-color: black;
  padding: 0;
}
.overlay-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  behavior: url(../../../js/ie8/PIE.htc);
}
.overlay {
  background-color: rgba(255, 255, 255, 0.95);
}
.alert-overlay,
.portrait-alert-overlay {
  display: none;
  padding: 5%;
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: white;
}
.alert-overlay img,
.portrait-alert-overlay img {
  margin-bottom: 50px;
}
.portait-alert-overlay h3 .fancy {
  font-size: 3.5em;
}
.u-vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}
.u-align-middle {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .alert-overlay {
    display: block;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .portrait-alert-overlay {
    display: block;
  }
  .portrait-alert-overlay h3 .fancy {
    font-size: 4em;
  }
}
.mobileNav a[href="#js-dropdown"] {
  display: inline;
}
.mobileNav .navbar {
  /* background: white;
        height: 44px;
        .box-shadow(0px 5px 5px 0px rgba(0, 0, 0, 0.28));*/
  box-shadow: none;
}
.mobileNav .navigation-dropdown {
  right: 0;
  left: auto;
}
.mobileNav #headerContainer a img {
  width: 40px;
  margin-top: 3px;
}
.mobileNav .menuBtn {
  text-indent: -9999px;
  background: url(img/nav-mobile.png);
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
}
.mobileNav .menuBtn:hover,
.mobileNav .menuBtn:focus {
  background: url(img/nav-mobile.png);
}
.mobileNav .navigation-button {
  border-top: none;
}
.mobileNav .navigation-dropdown {
  position: absolute;
  top: 50px;
}
.mobileNav .navigation-dropdown.collapse,
.mobileNav #navContainer,
.mobileNav .exitBtn {
  display: none;
}
.mobileNav .navigation-dropdown.collapse.in {
  display: block;
}
@media (max-width: 767px) {
  .mobObj {
    display: block;
  }
  .scrollPrompt {
    right: 24px;
  }
  a[href="#js-dropdown"] {
    display: inline;
  }
  .navbar {
    /* background: white;
        height: 44px;
        .box-shadow(0px 5px 5px 0px rgba(0, 0, 0, 0.28));*/
    box-shadow: none;
  }
  .navigation-dropdown {
    right: 0;
    left: auto;
  }
  #headerContainer a img {
    width: 40px;
    margin-top: 3px;
  }
  .menuBtn {
    text-indent: -9999px;
    background: url(img/nav-mobile.png);
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menuBtn:hover,
  .menuBtn:focus {
    background: url(img/nav-mobile.png);
  }
  .navigation-button {
    border-top: none;
  }
  .navigation-dropdown {
    position: absolute;
    top: 50px;
  }
  .navigation-dropdown.collapse,
  #navContainer,
  .exitBtn {
    display: none;
  }
  .navigation-dropdown.collapse.in {
    display: block;
  }
  .pageBlock {
    min-height: 0;
  }
  /*
    h1 .fancy,
    .h1 .fancy {
        font-size: 15em;
    }*/
  .pHome .hammerBar {
    display: none;
  }
  .pHome .hammerList li {
    float: none;
  }
  .pHome .homeTopics div {
    width: 100%;
    margin-bottom: 110px;
  }
  .pHome .homeTopics div .topicTextContainer {
    width: 100%;
    height: auto;
    padding: 0 7% 100px;
  }
  .pHome .homeTopics div .topicTextContainer img.topicImg {
    right: auto;
    left: 50%;
    margin-left: -70px;
    bottom: -130px;
    width: 150px;
    height: 150px;
  }
}
/*.pHome .background--image {
  background: url("../img/home-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home-bg.jpg', sizingMethod='scale')";
}*/
.pHome {
  background: url(../img/home-banner.jpg), url(../img/home-bg-footer.png);
  background-position: center 80px,center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pHome {
    background: url(../img/home-banner-tablet.jpg), url(../img/home-bg-footer.png);
    background-position: center 80px,center bottom;
    background-repeat: no-repeat;
  }
}
.pHome #ph-0 {
  min-height: 950px;
}
@media (max-width: 1200px) {
  .pHome #ph-0 {
    min-height: 850px;
  }
}
.pHome .rowOne {
  width: 97%;
  margin: 0 auto;
}
.pHome .rowTwo {
  width: 97%;
  margin: 40px auto 0 auto;
}
.pHome .rowTwo .col-sm-offset-1 {
  margin-left: 13%;
}
.pHome .headerText {
  color: #fff;
  margin-top: 180px;
  width: 43%;
}
@media (max-width: 1200px) {
  .pHome .headerText {
    margin-top: 80px;
  }
}
.pHome .topicCard {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 150px 30px 30px 30px;
  width: 23.5%;
  margin-right: 2%;
  min-height: 335px;
  background-repeat: no-repeat;
  background-position: top center;
}
.pHome .topicCard.endCard {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .pHome .topicCard {
    min-height: 365px;
    padding: 150px 20px 20px 20px;
  }
}
.pHome .topicCard.topicOne {
  background-image: url(../img/topic1.jpg);
}
.pHome .topicCard.topicTwo {
  background-image: url(../img/topic2.jpg);
}
.pHome .topicCard.topicThree {
  background-image: url(../img/topic3.jpg);
}
.pHome .topicCard.topicFour {
  background-image: url(../img/topic4.jpg);
}
.pHome .topicCard.topicFive {
  background-image: url(../img/topic5.jpg);
}
.pHome .topicCard.topicSix {
  background-image: url(../img/topic6.jpg);
}
.pHome .topicCard.topicSeven {
  background-image: url(../img/topic7.jpg);
}
.pHome .topicCard h4 {
  font-family: 'CBASans', sans-serif;
  font-weight: 700;
  min-height: 60px;
}
@media (max-width: 1200px) {
  .pHome .topicCard h4 {
    min-height: 85px;
  }
}
.pHome .topicCard .topicCardFooter {
  margin-top: 40px;
  /*		button {
			
	background: none;
    border: none;
    border-bottom: 2px solid @brandColor1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3px;	
		}*/
}
.pHome .topicCard .topicCardFooter .primaryBtn {
  margin-top: 0px;
}
.pHome .topicCard .topicCardFooter .primaryBtn + .topicLocked {
  display: none;
}
.pHome .topicCard .topicCardFooter .primaryBtn + .topicLocked + .topicCompleted {
  display: none;
}
.pHome .topicCard .topicCardFooter .primaryBtn.is-disabled + .topicLocked {
  display: inline-block;
}
.pHome .topicCard .topicCardFooter .primaryBtn.is-disabled + .topicLocked + .topicCompleted {
  display: none;
}
.pHome .topicCard .topicCardFooter .primaryBtn.is-completed + .topicLocked {
  display: none;
}
.pHome .topicCard .topicCardFooter .primaryBtn.is-completed + .topicLocked + .topicCompleted {
  display: inline-block;
}
.pHome .topicCard .topicCardFooter .topicCompleted,
.pHome .topicCard .topicCardFooter .topicLocked {
  margin-left: 10px;
}
.pHome .topicCard .topicCardFooter .topicCompleted img,
.pHome .topicCard .topicCardFooter .topicLocked img {
  margin-bottom: 5px;
}
.pHome .topicCard .topicCardFooter .time {
  border: 1px solid #000;
  float: right;
  padding: 5px;
  border-radius: 12px;
  width: 50px;
  text-align: center;
  margin-top: 3px;
}
.topicEnd .row {
  min-height: auto;
}
.topicEnd {
  background: url(../img/last-page-bg.png) center bottom no-repeat;
}
.rowTwo {
  margin-top: 80px;
}
#p2-4 .checklist,
#p3-5 .checklist,
#p4-3 .checklist,
#p5-4 .checklist,
#p6-3 .checklist,
#p7-2 .checklist {
  margin-top: 80px;
}
#p2-4 .checklist .checkbox,
#p3-5 .checklist .checkbox,
#p4-3 .checklist .checkbox,
#p5-4 .checklist .checkbox,
#p6-3 .checklist .checkbox,
#p7-2 .checklist .checkbox {
  display: inline-block;
  width: 49%;
}
#p1-0,
#p2-0,
#p3-0,
#p4-0,
#p5-0,
#p6-0,
#p7-0 {
  min-height: 950px;
}
@media (max-width: 1200px) {
  #p1-0,
  #p2-0,
  #p3-0,
  #p4-0,
  #p5-0,
  #p6-0,
  #p7-0 {
    min-height: 850px;
  }
}
.headerText {
  color: #fff;
  margin-top: 180px;
  width: 43%;
  position: relative;
}
.headerText .topicNumber {
  position: absolute;
  font-size: 30em;
  z-index: -1;
  color: #fff;
  opacity: 0.2;
  font-weight: 700;
  top: -213px;
  left: -30px;
}
.link {
  margin-right: 8px;
}
.link img {
  margin-bottom: 0;
}
.pTopic1 {
  background: url(../img/topic1-banner.jpg);
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pTopic1 {
    background: url(../img/topic1-banner-tablet.jpg);
    background-position: center 80px;
    background-repeat: no-repeat;
  }
}
.pTopic1 .headerText {
  margin-top: 340px;
}
.pTopic1 .bg1-1 {
  left: -50px;
  top: -80px;
}
@media (max-width: 1200px) {
  .pTopic1 .bg1-1 {
    width: 300px;
  }
}
.pTopic1 .bg1-2 {
  right: -30px;
}
.pTopic1 .bg1-4 {
  right: -130px;
  top: -80px;
}
.pTopic1 .bg1-5 {
  left: -300px;
  width: 600px;
  top: -80px;
}
.pTopic2 {
  background: url(../img/topic2-banner.jpg);
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pTopic2 {
    background: url(../img/topic2-banner-tablet.jpg);
    background-position: center 80px;
    background-repeat: no-repeat;
  }
}
.pTopic2 .bg2-1 {
  right: -100px;
  bottom: -111px;
  opacity: 0.4;
}
.pTopic2 .bg2-2 {
  left: -150px;
  bottom: -60px;
}
.pTopic2 .bg2-4 {
  left: -100px;
  width: 400px;
  top: -100px;
}
.pTopic2 .bg2-5 {
  right: -80px;
  top: -90px;
}
.pTopic2 .headerText {
  margin-top: 260px;
}
.pTopic2 #p2-1 .rowTwo {
  margin-top: 80px;
}
.pTopic2 #p2-5 p:nth-of-type(8) {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.pTopic3 {
  background: url(../img/topic3-banner.jpg);
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pTopic3 {
    background: url(../img/topic3-banner-tablet.jpg);
    background-position: center 80px;
    background-repeat: no-repeat;
  }
}
.pTopic3 .bg3-1 {
  left: -100px;
  top: -40px;
}
.pTopic3 .bg3-2 {
  bottom: -10px;
  left: -120px;
}
.pTopic3 .bg3-3 {
  left: -100px;
  top: 500px;
  width: 250px;
}
.pTopic3 .bg3-4 {
  right: -100px;
  top: -90px;
}
.pTopic3 .bg3-5 {
  left: -300px;
}
.pTopic3 .headerText {
  margin-top: 250px;
}
.pTopic3 .headerText .topicNumber {
  color: #000;
}
@media (max-width: 1200px) {
  .pTopic3 .headerText {
    margin-top: 220px;
  }
}
.pTopic3 #p3-2 #btn3-2b {
  margin-bottom: 0px;
}
.pTopic3 #p3-6 p:nth-of-type(3),
.pTopic3 #p3-6 p:nth-of-type(5) {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.pTopic4 {
  background: url(../img/topic4-banner.jpg);
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pTopic4 {
    background: url(../img/topic4-banner-tablet.jpg);
    background-position: center 80px;
    background-repeat: no-repeat;
  }
}
.pTopic4 .bg4-1 {
  top: -50px;
  left: -100px;
  width: 200px;
}
.pTopic4 .bg4-2 {
  right: -300px;
  bottom: 50px;
}
.pTopic4 .bg4-3 {
  top: -60px;
  width: 346px;
  left: -90px;
}
.pTopic4 .bg4-4 {
  right: -200px;
  top: -200px;
}
.pTopic4 .headerText {
  margin-top: 250px;
}
@media (max-width: 1200px) {
  .pTopic4 .headerText {
    margin-top: 220px;
  }
}
.pTopic4 #p4-2 .fillup-container p {
  margin-bottom: 30px;
}
.pTopic4 #p4-2 table {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.pTopic4 #p4-2 table th {
  text-align: center;
  background: #8142a6;
  color: #fff;
}
.pTopic4 #p4-2 table th:nth-child(2),
.pTopic4 #p4-2 table th:nth-child(4) {
  background: #6e398e;
}
.pTopic4 #p4-2 table th,
.pTopic4 #p4-2 table td {
  padding: 20px;
  height: 50px;
  width: 20%;
}
.pTopic4 #p4-2 table tr:nth-child(odd) {
  background: #e9e9e9;
}
.pTopic4 #p4-2 table tr:nth-child(odd) td:nth-child(2),
.pTopic4 #p4-2 table tr:nth-child(odd) td:nth-child(4) {
  background: #e2e2e0;
}
.pTopic4 #p4-2 table tr:nth-child(odd) td:nth-child(1) {
  font-weight: 700;
}
.pTopic4 #p4-2 table tr:nth-child(even) {
  background: #f5f5f5;
}
.pTopic4 #p4-2 table tr:nth-child(even) td:nth-child(2),
.pTopic4 #p4-2 table tr:nth-child(even) td:nth-child(4) {
  background: #ebecec;
}
.pTopic4 #p4-2 table tr:nth-child(even) td:nth-child(1) {
  font-weight: 700;
}
.pTopic5 {
  background: url(../img/topic5-banner.jpg);
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pTopic5 {
    background: url(../img/topic5-banner-tablet.jpg);
    background-position: center 80px;
    background-repeat: no-repeat;
  }
}
.pTopic5 .bg5-2a {
  right: -150px;
  top: -150px;
}
.pTopic5 .bg5-2 {
  bottom: 20px;
  left: -100px;
}
.pTopic5 .bg5-4 {
  left: -200px;
  top: -80px;
}
.pTopic5 .bg5-5 {
  right: -300px;
  top: -150px;
}
.pTopic5 .headerText {
  margin-top: 270px;
}
.pTopic6 {
  background: url(../img/topic6-banner.jpg);
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pTopic6 {
    background: url(../img/topic6-banner-tablet.jpg);
    background-position: center 80px;
    background-repeat: no-repeat;
  }
}
.pTopic6 .bg6-1 {
  left: -150px;
  bottom: -100px;
}
.pTopic6 .bg6-2 {
  right: -100px;
  top: 0;
  width: 450px;
}
.pTopic6 .bg6-3 {
  left: -200px;
  width: 400px;
}
.pTopic6 .bg6-4 {
  right: -200px;
  top: -50px;
}
.pTopic6 .headerText {
  margin-top: 280px;
}
.pTopic7 {
  background: url(../img/topic7-banner.jpg);
  background-position: center 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pTopic7 {
    background: url(../img/topic7-banner-tablet.jpg);
    background-position: center 80px;
    background-repeat: no-repeat;
  }
}
.pTopic7 .bg7-1 {
  left: -100px;
}
.pTopic7 .bg7-2 {
  bottom: 300px;
  /* width: 500px; */
  right: -200px;
  opacity: 0.5;
}
.pTopic7 .bg7-3 {
  /* width: 700px; */
  left: -400px;
  top: -200px;
  opacity: 0.5;
  width: 700px;
}
.pTopic7 .headerText {
  margin-top: 260px;
}
.pTopic7 #p7-4 .topicEndBtns .primaryBtn {
  float: none;
}
.dialog-continue,
.dialog-exit,
.dialog-resources,
.dialog-help {
  background: url(../img/dialog-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .dialog-continue,
  .dialog-exit,
  .dialog-resources,
  .dialog-help {
    background: url(../img/dialog-bg-tablet.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
.dialog-continue .dialog,
.dialog-exit .dialog,
.dialog-resources .dialog,
.dialog-help .dialog {
  margin-left: 350px;
}
@media (max-width: 1200px) {
  .dialog-continue .dialog,
  .dialog-exit .dialog,
  .dialog-resources .dialog,
  .dialog-help .dialog {
    margin-left: 0px;
    max-width: 460px;
  }
}
.dialog-complete {
  background: url(../img/congratulations-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .dialog-complete {
    background: url(../img/congratulations-bg-tablet.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
