#container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }

#shell_content {
  position: relative;
  margin-top: 53px;
  margin-bottom: 68px; }

.shell_layer {
  width: 100%;
  top: 0px;
  left: 0px; }

#shell_menu {
  font-family: "Frutiger", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  background: #495965;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1000; }
  #shell_menu .bar {
    background: url("../img/Logo.png") 50px 16px no-repeat;
    padding-top: 0px;
    height: 53px; }
    #shell_menu .bar .courseTitle {
      font-size: 24px;
      color: #fff;
      text-align: center;
      padding-top: 15px; }
    #shell_menu .bar #subNav {
      top: 0;
      position: absolute;
      padding-top: 9px;
      text-align: right;
      width: 100%;
      right: 20px; }
      #shell_menu .bar #subNav #back, #shell_menu .bar #subNav #restart {
        width: 35px;
        height: 35px;
        padding: 0;
        margin-left: 10px; }
      #shell_menu .bar #subNav #back {
        display: none !important; }
        #shell_menu .bar #subNav #back .icon {
          width: 9px;
          height: 19px;
          background-image: url("../img/back_arrow.png");
          margin-top: 8px;
          margin-left: 11px; }
        #shell_menu .bar #subNav #back:active .icon {
          background-image: url("../img/back_arrow_white.png"); }
      #shell_menu .bar #subNav #restart .icon {
        width: 16px;
        height: 16px;
        background-image: url("../img/restart_arrow.png");
        margin-top: 9px;
        margin-left: 10px; }
      #shell_menu .bar #subNav #restart:active .icon {
        background-image: url("../img/restart_arrow_white.png"); }

.popup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .popup .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .popup .box {
    margin: 200px auto 0;
    width: 500px;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #fff; }
    .popup .box .close {
      color: #2b3136;
      cursor: pointer;
      font-size: 30px;
      margin: 0 0 0 auto;
      opacity: 0.7;
      padding-right: 20px;
      padding-top: 10px;
      position: relative;
      width: 16px; }
      .popup .box .close:hover {
        opacity: 1; }
    .popup .box .textBlock {
      padding: 30px 40px 40px 70px; }
      .popup .box .textBlock .title {
        font-size: 32px;
        color: #2b3136;
        margin: 0;
        font-weight: bold;
        padding: 20px 0; }
      .popup .box .textBlock .desc {
        color: #2b3136;
        margin: 0; }
        .popup .box .textBlock .desc p {
          color: #2b3136;
          margin-bottom: 15px; }
      .popup .box .textBlock p {
        margin: 0; }
      .popup .box .textBlock li {
        color: unset; }
    .popup .box .buttonContainer {
      padding: 18px 20px;
      text-align: right;
      background-color: #495965; }
      .popup .box .buttonContainer.left .button {
        margin: 0 12px 0 0; }
      .popup .box .buttonContainer.center {
        text-align: center; }
      .popup .box .buttonContainer .button {
        margin: 0 0 0 5px; }

#shell_footer {
  font-family: "Frutiger", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  background: #495965;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.4);
  top: 100%;
  position: fixed;
  margin-top: -72px;
  z-index: 1000;
  display: none;
  border-top: 6px solid #f47927; }
  #shell_footer .bar {
    padding-top: 0px;
    height: 72px; }
    #shell_footer .bar .copyright {
      padding-top: 21px;
      margin-right: 80px;
      color: #fff;
      font-size: 18px;
      text-align: right; }
    #shell_footer .bar #subNav {
      top: 0;
      position: absolute;
      padding-top: 11px;
      text-align: right;
      width: 100%;
      right: 20px; }
      #shell_footer .bar #subNav #back, #shell_footer .bar #subNav #restart {
        width: 35px;
        height: 35px;
        padding: 0;
        margin-left: 10px; }
      #shell_footer .bar #subNav .footerMainBtnNext {
        padding: 11px 16px; }
      #shell_footer .bar #subNav #back .icon {
        width: 9px;
        height: 19px;
        background-image: url("../img/back_arrow.png");
        margin-top: 8px;
        margin-left: 11px; }
      #shell_footer .bar #subNav #back:active .icon {
        background-image: url("../img/back_arrow_white.png"); }
      #shell_footer .bar #subNav #restart .icon {
        width: 16px;
        height: 16px;
        background-image: url("../img/restart_arrow.png");
        margin-top: 9px;
        margin-left: 10px; }
      #shell_footer .bar #subNav #restart:active .icon {
        background-image: url("../img/restart_arrow_white.png"); }

.popup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .popup .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .popup .box {
    margin: 200px auto 0;
    width: 500px;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #fff; }
    .popup .box .close {
      color: #2b3136;
      cursor: pointer;
      font-size: 30px;
      margin: 0 0 0 auto;
      opacity: 0.7;
      padding-right: 20px;
      padding-top: 10px;
      position: relative;
      width: 16px; }
      .popup .box .close:hover {
        opacity: 1; }
    .popup .box .textBlock {
      padding: 30px 40px 40px 70px; }
      .popup .box .textBlock .title {
        font-size: 32px;
        color: #2b3136;
        margin: 0;
        font-weight: bold;
        padding: 20px 0; }
      .popup .box .textBlock .desc {
        color: #2b3136;
        margin: 0; }
        .popup .box .textBlock .desc p {
          color: #2b3136;
          margin-bottom: 15px; }
      .popup .box .textBlock p {
        margin: 0; }
      .popup .box .textBlock li {
        color: unset; }
    .popup .box .buttonContainer {
      padding: 18px 20px;
      text-align: right;
      background-color: #495965; }
      .popup .box .buttonContainer.left .button {
        margin: 0 12px 0 0; }
      .popup .box .buttonContainer.center {
        text-align: center; }
      .popup .box .buttonContainer .button {
        margin: 0 0 0 5px; }

body {
  font-family: "Frutiger", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #fff; }

h1 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

h2 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

h3 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

p {
  font-family: "Frutiger", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 120%;
  font-size: 16px;
  color: #fff;
  margin: 10px; }

p b {
  font-weight: bold; }

b {
  font-weight: bold; }

p i {
  font-style: italic; }

i {
  font-style: italic; }

ul, ol {
  margin: 10px; }

li {
  font-family: inherit;
  margin: 7px;
  margin-left: 20px;
  line-height: 120%;
  color: #fff; }

ul li {
  list-style: disc outside; }

ol li {
  list-style: decimal; }

a {
  text-decoration: none; }

a:link {
  color: #495965; }

/* unvisited link */
a:visited {
  color: #00659b; }

/* visited link */
a:hover {
  color: #778d9d; }

/* mouse over link */
a:active {
  color: #495965; }

/* selected link */
sup {
  font-size: 60%;
  vertical-align: top; }

.definition-link {
  font-weight: 700;
  text-decoration: underline; }

header {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #00c8e6;
  margin: 10px;
  padding: 10px; }

.blue-bold {
  color: #00c8e6;
  font-weight: bold; }

.maincolumn {
  width: 100%;
  position: relative; }

.mainBtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #d8dcdb;
  color: #495965;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  padding: 14px 30px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-family: "Frutiger-Roman", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 2px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
  .mainBtn:hover {
    background-color: #fff;
    color: #495965;
    transition: 0.3s;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6); }
  .mainBtn:active {
    background: #293741;
    color: #fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    transition: none; }
  .mainBtn.disable {
    pointer-events: none;
    color: #495965;
    background-color: rgba(216, 229, 219, 0.5);
    box-shadow: none; }

@media (min-width: 1001px) {
  .maincolumn {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 640px) {
  #shell_menu {
    width: 640px; }

  .maincolumn {
    width: 640px;
    overflow-x: hidden; } }
body, html {
  width: 100%;
  min-width: 640px;
  height: 100%;
  background: url("../img/background.jpg") top left;
  background-size: cover; }

audio {
  display: none; }

#audioDebug {
  position: fixed;
  top: -1000px; }

button {
  outline: 0 !important;
  border: none; }

/*# sourceMappingURL=app.css.map */
