@charset "UTF-8";
/** =========== Custom Variables ========== **/
/** =============== Imports =============== **/
/* *** Configuration Variables *** */
/* ========================= General Colors ========================== */
/* ======================= Exercise Table ======================== */
/* ======================= Login ======================== */
/* ========================= Logo ============================ */
/* ========================= Timeline ========================== */
/* ========================= Tooltips ========================== */
/* ========================= Information color ========================== */
/*
 * Default register related css.. TODO: Naming convention coming soon
 */
/** =============== Variables =============== **/
/* *** Configuration Variables *** */
/* ========================= General Colors ========================== */
/* ======================= Exercise Table ======================== */
/* ======================= Login ======================== */
/* ========================= Logo ============================ */
/* ========================= Timeline ========================== */
/* ========================= Tooltips ========================== */
/* ========================= Information color ========================== */
/*
 * Default register related css.. TODO: Naming convention coming soon
 */
/** =============== Helpers =============== **/
.center-h, .center {
  text-align: center; }

.align-v {
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.align-h {
  display: block;
  margin: 0 auto; }

.brand-color, .orange {
  color: #ff6600 !important; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.underline {
  height: 3px;
  width: 100%;
  background: #ff6600; }
  .underline.rounded {
    border-radius: 2px; }

.clear {
  clear: both; }

.brand-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee5b94+0,ff6600+100 */
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ff6600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ff6600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffffff 0%, #ff6600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$brand-color',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/** =============== Partials =============== **/
#up-button {
  z-index: 999;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border: solid 1px #7a7a7a;
  border-radius: 100%;
  width: 35px;
  height: 35px; }
  #up-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -6px; }
  #up-button:hover {
    background: #f1f1f1;
    text-decoration: none;
    color: black; }
    #up-button:hover i {
      color: #ff6600; }

#back-button {
  z-index: 999;
  position: fixed;
  bottom: 15px;
  right: 55px;
  border: solid 1px #7a7a7a;
  border-radius: 100%;
  width: 35px;
  height: 35px; }
  #back-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -6px; }
  #back-button:hover {
    background: #f1f1f1;
    text-decoration: none;
    color: black; }
    #back-button:hover i {
      color: #ff6600; }

.container {
  padding: 1em;
  width: 960px; }
  .container.container-fullwidth {
    width: 100%; }
  .container.container-nopadding {
    padding: 0 !important; }
  .container.container-nopadding-h {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .container.container-nopadding-v {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.btn {
  color: #fff; }

.btn-default {
  background-color: #fff;
  border-color: #7a7a7a;
  color: #7a7a7a; }
  .btn-default:hover {
    background-color: #f1f1f1;
    border-color: #7a7a7a;
    color: #ff6600; }

.btn-primary {
  background-color: #fff;
  border-color: #bebebe;
  color: #7a7a7a; }
  .btn-primary:hover {
    background-color: #f1f1f1;
    border-color: #bebebe;
    color: #ff6600; }

.btn-success {
  background-color: #fff;
  border-color: #7a7a7a;
  color: #7a7a7a; }
  .btn-success:hover {
    background-color: #f1f1f1;
    border-color: #7a7a7a;
    color: #ff6600; }

.btn-info {
  background-color: #fff;
  border-color: #7a7a7a;
  color: #7a7a7a; }
  .btn-info:hover {
    background-color: #f1f1f1;
    border-color: #7a7a7a;
    color: #ff6600; }

.btn-warning {
  background-color: #fff;
  border-color: #7a7a7a;
  color: #7a7a7a; }
  .btn-warning:hover {
    background-color: #f1f1f1;
    border-color: #7a7a7a;
    color: #ff6600; }

.btn-danger {
  background-color: #fff;
  border-color: #7a7a7a;
  color: #7a7a7a; }
  .btn-danger:hover {
    background-color: #f1f1f1;
    border-color: #7a7a7a;
    color: #ff6600; }

.btn-facebook {
  background-color: #8b9dc3;
  border-color: #3b5998;
  color: #fff; }
  .btn-facebook:hover {
    background-color: #fff;
    border-color: #3b5998;
    color: #8b9dc3; }

.form-control {
  height: auto;
  padding: 0.4375em 0.875em;
  font-size: 0.875em;
  line-height: 1.42857143em; }

input[type="text"], input[type="password"], textarea {
  border-color: #ff6600; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #ff6600;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 2px #ff6600; }

.table-exercises {
  width: 100%; }
  .table-exercises .exercise_form {
    background: #white;
    margin-bottom: 0.5em;
    padding: 0 1em;
    font-size: 1.2em;
    line-height: 2em; }
    .table-exercises .exercise_form:nth-child(even) {
      background: #f1f1f1; }
  .table-exercises .exercise_link {
    height: auto;
    border: 0px;
    padding: 0px;
    display: inline;
    background: none;
    outline: 0px;
    width: 100%;
    text-align: left;
    font-family: helvetica;
    font-size: 1.5rem;
    }
    .table-exercises .exercise_link .svg-arrow {
      width: 1em;
      height: 1em;
      margin-right: 8px;
      position: relative; }
    .table-exercises .exercise_link:hover .exercise_link.remove-link-styling div {
      text-decoration: none;
      cursor: url("../../img/icons/mouse/forbidden.ico"), default; }
  .table-exercises .exercise_link, .table-exercises .exercise_link:hover, .table-exercises .exercise_link:link, .table-exercises .exercise_link:active {
    color: black; }
  .table-exercises .inactive {
    color: grey !important; }

#header {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  #header > div {
    padding: 0.5em 0; }
  #header .container {
    padding: 0; }
  #header .profile-image {
    position: relative;
    overflow: hidden;
    width: 4em;
    //height: 4em;
    border-radius: 50%;
    margin: 0 auto; }
    #header .profile-image img {
      width: 50%; }
  #header .profile-wrapper {
    display: inline-flex;  }

#logo {
  overflow: hidden;
  align-self: stretch; }
  #logo img {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%; }

#header-mid {
  font-family: 'Lato', sans-serif;
  text-align: center; }

#header-right {
  text-align: center; }

#user-name {
  font-size: 0.8em;
  margin-top: 0.7rem;
  -webkit-transition: color 0.1s;
  /* Chrome < 26, Safari < 7 */
  -moz-transition: color 0.1s;
  /* Firefox < 16 */
  -o-transition: color 0.1s;
  /* Opera < 12.10 */
  transition: color 0.1s;
  /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */ }
  #user-name:hover, #user-name:active, #user-name:focus {
    text-decoration: none;
    color: #ff6600; }

#logout {
  -webkit-transition: color 0.1s;
  /* Chrome < 26, Safari < 7 */
  -moz-transition: color 0.1s;
  /* Firefox < 16 */
  -o-transition: color 0.1s;
  /* Opera < 12.10 */
  transition: color 0.1s;
  /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */ }
  #logout.active {
    color: #ff6600; }
  #logout:hover, #logout:active, #logout:focus {
    color: #ff6600;
    cursor: pointer; }

.container-login {
  min-height: 100vh; }

#login-wrapper {
  min-height: 100vh;
  min-width: 80vw;
  padding: 1em 3em;
  background: #fff; }
  #login-wrapper label {
    color: #808080; }
  #login-wrapper section {
    margin-bottom: 3em; }

#hero-image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100vh;
  position: fixed;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: 50%;
  display:none;}
  #hero-image .logo-centered {
    display: block;
    width: 25%;
    padding: 0;
    margin: 0 auto;
    align-self: center;
    background: transparent; }
  #hero-image .logo {
    position: absolute;
    width: 25%;
    left: 12.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #hero-image .chica {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0; }

.login-button {
  display: block;
  width: 100%;
  padding: 0 2em;
  font-size: 1.2em;
  line-height: 2em;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  color: white;
  background: #ff6600; }

#agree_terms {
  vertical-align: sub; }

/** Mixin to change the timeline's size and appearance**/
/* Change the breakpoints where the sidemenu collapses */
/* ================ Large desktops and laptops ================ */
/* ================ Portrait tablets and medium desktops ================ */
/* ================ Portrait tablets and small desktops ================ */
/* ================ Landscape phones and portrait tablets ================ */
/* ================ Landscape phones and smaller ================ */
@media (max-width: 480px) {
  #header #logo {
    display: none; }
  #header #user-panel #panel-wrapper .profile-image {
    display: none; } }
#exercise-header {
  width: 100%;
  border-bottom: solid 1px #d7d7d7; }

.exercise-heading {
  font-size: 18px; }

.rwd-table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px; }
  .rwd-table th, .rwd-table td {
    white-space: nowrap;
    padding: 0px;
    font-size: 14px; }
  .rwd-table tbody tr:nth-child(odd) {
    background: #f1f1f1; }
  .rwd-table thead > tr:not(:last-of-type) > th, .rwd-table td {
    padding: 0px 15px 0px 15px; }
  .rwd-table thead > tr:nth-child(2) > th {
    text-align: center; }
  .rwd-table th:not(:last-of-type) {
    border-right: solid 1.5px black; }
  .rwd-table tr td:first-child {
    text-align: center; }
  .rwd-table tr th:first-child {
    text-align: center; }

#table-comprehension thead > tr:not(:last-of-type) > th, #table-comprehension td {
  text-align: center; }

#table-eye-movement thead > tr:not(:last-of-type) > th, #table-eye-movement td {
  text-align: center; }

#table-chunking th:not(:last-of-type) {
  border-right: none; }
#table-chunking th:first-of-type {
  border-right: solid 1.5px black; }

.navbar {
  min-height: 0px;
  margin-bottom: 0;
  border: 0px; }

.navbar-header {
  width: 100%;
  padding: 0 1em; }
  .navbar-header button {
    width: 100%;
    float: none !important; }
  .navbar-header span {
    margin: auto; }

.navbar-toggle {
  margin-right: 0; }

.navbar-collapse {
  padding: 0px; }

#main-nav #sidebar {
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
  list-style: none;
  box-shadow: 0 2px 1em #e3e3e3; }
  #main-nav #sidebar:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    top: -5px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 5px 0px 0px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color-transparent+0,ff6600+100 */
    background: #fe650194;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d2cecb94 0%, #a2a2a2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d2cecb94 0%, #a2a2a2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d2cecb94 0%, #a2a2a2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand-color-transparent', endColorstr='$brand-color',GradientType=1 );
    /* IE6-9 */ }
  #main-nav #sidebar img {
    width: 2em; }
  #main-nav #sidebar li {
    display: inline-block; }
    #main-nav #sidebar li a {
      display: block;
      padding: 1em 1em 0.6em;
      text-align: center;
      color: grey;
      cursor: pointer; }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-header .collapse, .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none; } }
@media (max-width: 991px) {
  .navbar > .container {
    text-align: center; }

  .navbar-header, .navbar-brand, .navbar .navbar-nav, .navbar .navbar-nav > li {
    float: none;
    display: inline-block; }

  .collapse.navbar-collapse {
    width: auto;
    clear: none; } }
.svg-arrow {
  position: relative;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  .svg-arrow path {
    fill: #ff6600; }

#unit-timeline {
  position: relative;
  margin-bottom: 20px; }
  #unit-timeline .current-unit {
    display: inline-block; }
    #unit-timeline .current-unit span {
      font-size: 28px; }
    #unit-timeline .current-unit .svg-arrow {
      top: 12px;
      margin-top: -12px; }
  #unit-timeline .units {
    position: absolute;
    top: 0px;
    height: 40px;
    margin-left: 125px;
    counter-reset: entry -1; }
    #unit-timeline .units #label, #unit-timeline .units #line, #unit-timeline .units #entries {
      display: inline-block; }
    #unit-timeline .units #line-dotted {
      position: absolute;
      top: 50%; }
      #unit-timeline .units #line-dotted line {
        stroke: #ff6600 !important; }
    #unit-timeline .units #line-solid {
      position: absolute;
      top: 50%;
      height: 3px;
      background: #ff6600; }
    #unit-timeline .units .current ~ .entry {
      background: #fe650194;
      cursor: default; }
      #unit-timeline .units .current ~ .entry:after {
        background: #fe650194;
        color: white; }
    #unit-timeline .units .entry {
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      width: 40px;
      height: 40px;
      background: #ff6600;
      z-index: 4;
      counter-increment: entry;
      background: #fe650194;
      -webkit-transition: background 0.1s linear;
      /* Chrome < 26, Safari < 7 */
      -moz-transition: background 0.1s linear;
      /* Firefox < 16 */
      -o-transition: background 0.1s linear;
      /* Opera < 12.10 */
      transition: background 0.1s linear;
      /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */ }
      #unit-timeline .units .entry.color-fill-anim {
        background-position: left bottom;
        background: #ff6600; }
        #unit-timeline .units .entry.color-fill-anim:after {
          background: #ff6600; }
      #unit-timeline .units .entry.current:after {
        color: white;
        background: #fe650194; }
      #unit-timeline .units .entry.current:hover:after {
        background: #ff6600; }
      #unit-timeline .units .entry:before {
        left: 3px;
        top: 3px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        width: 34px;
        height: 34px;
        background: white;
        content: ""; }
      #unit-timeline .units .entry:after {
        font-size: 16px;
        font-weight: 400;
        color: #fe650194;
        text-align: center;
        line-height: 28px;
        left: 6px;
        top: 6px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        width: 28px;
        height: 28px;
        background: #fe650194;
        -webkit-transition: background 0.1s linear;
        /* Chrome < 26, Safari < 7 */
        -moz-transition: background 0.1s linear;
        /* Firefox < 16 */
        -o-transition: background 0.1s linear;
        /* Opera < 12.10 */
        transition: background 0.1s linear;
        /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
        content: attr(data-counter); }

/* WHO KNOWS? LEAVE HERE IN CASE SOMETHING DIES
/* Dont' think it will, a global search for id="timeline" didn't yield a result
/* Timeline related styles *
#timeline {

  /* Current unit label *
  .current-unit {
    position: relative;
    float: left;
    width: $current-unit-label-width;
    height: 100%;

    span {
      position: absolute;
      top: 50%;
      font-size: $unit-label-font-size;
    }

    img {
      margin-top: -3px;
      height: 34px;
    }
  }

  #entries {
    display: inline-block;
    position: absolute;
    top: 50%;
  }



  /* Finished or current entries - opaque *
  .entry {
    float: left;
    position: relative;
    height: $timeline-entry-size;
    width: $timeline-entry-size;
    margin-left: $bar-length + $entry-outer-circle*2;

    border-radius: 50%;

    // Used to center text
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;

    -webkit-flex-line-pack:center;
    -ms-flex-line-pack:center;
    -webkit-align-content:center;
    align-content:center;

    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;

    text-align: center;

    box-shadow: 0 0 0 $entry-inner-circle #ffffff, 0 0 0 $entry-outer-circle $brand-color;
    background: $brand-color;

    color: $brand-color;
    font-size: $entry-font-size;
    font-weight: $entry-font-weight;
    text-align: center;

    cursor: pointer;

    // First entry - remove left-margin
    &.first {
      margin-left: 0px !important;
    }

    // The bar from entry to entry
    .bar {
      position: absolute;
      width: $bar-length;
      left: $timeline-entry-size + $entry-outer-circle;
      bottom: $timeline-entry-size/2 - $entry-inner-circle/2;

      border-top-style: solid;
      border-top-width: $entry-inner-circle;
      border-color: $brand-color;
    }

    &.inactive {
      background: $brand-color-transparent;
      box-shadow: 0 0 0 $entry-inner-circle, 0 0 0 $entry-outer-circle $brand-color-transparent;
      color: #ffffff;

      cursor: default;

      .bar {
        left: $timeline-entry-size + $entry-outer-circle*1.5;
        width: $bar-length - $entry-outer-circle*0.5;

        border-top-style: dotted;
        border-color: $brand-color-transparent;
      }
    }
  }

  /* Not finished entries - slightly transparent *


  .entry.inactive.current {
    background: $brand-color-transparent;
    box-shadow: 0px 0px 0px $entry-outer-circle/2 #ffffff, 0px 0px 0px $entry-outer-circle $brand-color;
    text-decoration: none;

    cursor: pointer;
  }
  .entry:hover {
    text-decoration: none;
  }
  .entry:not(.inactive):hover {
    box-shadow: 0px 0px 0px $entry-outer-circle/2 #ffffff, 0px 0px 0px $entry-outer-circle $brand-color !important;
  }
  .entry.enable-hover:hover {
    box-shadow: 0px 0px 0px $entry-outer-circle/2 #ffffff, 0px 0px 0px $entry-outer-circle $brand-color !important;
  }
  .current:hover {
    box-shadow: 0px 0px 0px $entry-outer-circle/2 #ffffff, 0px 0px 0px $entry-outer-circle $brand-color !important;
  }
}

*/
.targetElementHighlight {
  position: relative;
  z-index: 111 !important; }

.targetElementHighlightBorder {
  border: solid 2px #ff6600; }

.tooltip-wrapper-fullwidth {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none; }
  .tooltip-wrapper-fullwidth .tooltip {
    position: absolute;
    float: none; }
  .tooltip-wrapper-fullwidth svg {
    position: absolute;
    top: 0%;
    left: 0%;
    pointer-events: none; }
    .tooltip-wrapper-fullwidth svg line {
      animation: length 5s linear; }
    .tooltip-wrapper-fullwidth svg #p1 {
      stroke: #ff6600 !important; }
    .tooltip-wrapper-fullwidth svg #markerArrow path {
      fill: #ff6600 !important; }

.tooltip-wrapper {
  float: left;
  padding: 15px;
  width: 50%; }
  .tooltip-wrapper .tooltip {
    width: 100%; }
  .tooltip-wrapper.wd-100 {
    width: 100%; }

.tooltip {
  position: relative;
  float: left;
  color: black;
  border-radius: 15px !important;
  border: solid 2px #ff6600;
  padding: 7px 30px 7px 30px;
  width: 33%;
  background: white;
  pointer-events: all;
  z-index: 98;
  font-size: 14px; }
  .tooltip:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    background: transparent radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.1) 0%, transparent 80%) repeat scroll 0% 0%;
    opacity: 1;
    transform: translateY(5px); }
  .tooltip.list {
    margin-top: 50px; }
    .tooltip.list ul li:before {
      content: '\f054';
      font-family: 'FontAwesome';
      float: left;
      margin-left: -1.5em;
      color: #ccc; }
  .tooltip.text-center {
    text-align: center; }
  .tooltip:not(.no-logo):before {
    content: "";
    display: inline;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    background-color: white;
    background-image: url("../../content/shared/logos/bundesadler-logo.gif");
    background-size: 75% 75%;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 2px #7a7a7a;
    border-radius: 50%;
    text-align: center;
    padding-top: 17px;
    z-index: 102; }
  .tooltip .caption {
    font-family: helvetica, arial, freesans, clean, sans-serif;
    font-size: 11pt;
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px; }
  .tooltip .text {
    text-align: center; }
  .tooltip .controls {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt;
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: 700; }
    .tooltip .controls a {
      color: black;
      text-decoration: underline; }
      .tooltip .controls a:hover, .tooltip .controls a:active, .tooltip .controls a:focus {
        color: #ff6600; }
    .tooltip .controls ul {
      list-style: none;
      position: relative;
      text-align: center; }
      .tooltip .controls ul li {
        display: inline-block;
        position: relative; }
      .tooltip .controls ul .dismiss a:before {
        content: 'Schlie├ƒen';
        position: relative; }
      .tooltip .controls ul .next a:before {
        content: '';
        position: relative; }
      .tooltip .controls ul .pagination {
        padding: 0px;
        margin: 0px; }
      .tooltip .controls ul .delimiter:before {
        content: '||';
        position: relative;
        margin: 0px 15px 0px 15px; }

.button-section {
  clear: both;
  padding: 15px;
  text-align: center; }
  .button-section button {
    width: 44px;
    height: 56px;
    border: none;
    margin: 15px;
    background-color: white;
    background-image: url("../../content/shared/img/icons/icon-book.png");
    background-size: 100% 100%;
    -webkit-transition: all 0.05s linear;
    /* Chrome < 26, Safari < 7 */
    -moz-transition: all 0.05s linear;
    /* Firefox < 16 */
    -o-transition: all 0.05s linear;
    /* Opera < 12.10 */
    transition: all 0.05s linear;
    /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */ }
    .button-section button:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.slideshow {
  margin-left: 125px; }
  .slideshow li {
    -webkit-transition: all 1s linear;
    /* Chrome < 26, Safari < 7 */
    -moz-transition: all 1s linear;
    /* Firefox < 16 */
    -o-transition: all 1s linear;
    /* Opera < 12.10 */
    transition: all 1s linear;
    /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
    position: absolute;
    height: 100px;
    width: 250px;
    background: white;
    border: solid 2px #ff6600;
    border-radius: 5px;
    padding: 15px 25px 15px 25px;
    -webkit-transform: translate(200px);
    -moz-transform: translate(200px);
    -ms-transform: translate(200px);
    transform: translate(200px); }
    .slideshow li:nth-of-type(1) {
      -webkit-transform: rotate(-45deg) translate(-30px) rotate(45deg);
      -moz-transform: rotate(-45deg) translate(-30px) rotate(45deg);
      -ms-transform: rotate(-45deg) translate(-30px) rotate(45deg);
      transform: rotate(-45deg) translate(-30px) rotate(45deg); }
    .slideshow li:nth-of-type(2) {
      -webkit-transform: rotate(-45deg) translate(-60px) rotate(45deg);
      -moz-transform: rotate(-45deg) translate(-60px) rotate(45deg);
      -ms-transform: rotate(-45deg) translate(-60px) rotate(45deg);
      transform: rotate(-45deg) translate(-60px) rotate(45deg); }
    .slideshow li:nth-of-type(3) {
      -webkit-transform: rotate(-45deg) translate(-90px) rotate(45deg);
      -moz-transform: rotate(-45deg) translate(-90px) rotate(45deg);
      -ms-transform: rotate(-45deg) translate(-90px) rotate(45deg);
      transform: rotate(-45deg) translate(-90px) rotate(45deg); }
  .slideshow .arrow {
    width: 25px;
    height: 25px;
    position: absolute;
    border: none;
    background: none; }
    .slideshow .arrow.top {
      transform: translate(250px) rotate(90deg) translate(37.5px) rotate(-90deg); }
    .slideshow .arrow.bottom {
      transform: translate(250px) rotate(90deg) translate(62.5px) rotate(-90deg); }

.content-panel {
  position: relative;
  margin-top: 5px;
  margin-bottom: 30px;
  border: solid thin #f6f6f6;
  border-top: none;
  box-shadow: 0 2px 2px #f6f6f6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #7a7a7a;
  font-family: 'Lato', sans-serif;
  -webkit-transition: 0.6s;
  /* Chrome < 26, Safari < 7 */
  -moz-transition: 0.6s;
  /* Firefox < 16 */
  -o-transition: 0.6s;
  /* Opera < 12.10 */
  transition: 0.6s;
  /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
  transform-style: preserve-3d;
  /* back, initially hidden pane */ }
  .content-panel .front, .content-panel .back {
    backface-visibility: hidden;
    padding: 5%;
    height: 100%; }
  .content-panel .front {
    position: relative;
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg); }
  .content-panel .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: rotateY(180deg); }
  .content-panel.flipped {
    transform: rotateY(180deg); }
  .content-panel.placeholder {
    border: solid thin #f6f6f6; }
    .content-panel.placeholder:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ededed+100 */
      background: #f4f4f4;
      /* Old browsers */
      background: -moz-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #f4f4f4 0%, #ededed 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ededed',GradientType=1 );
      /* IE6-9 */ }
    .content-panel.placeholder .placeholder-text {
      position: relative;
      display: block;
      height: 14px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ededed+100 */
      background: #f4f4f4;
      /* Old browsers */
      background: -moz-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #f4f4f4 0%, #ededed 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ededed',GradientType=1 );
      /* IE6-9 */ }
    .content-panel.placeholder .placeholder-image {
      position: relative;
      display: block;
      width: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ededed+100 */
      background: #f4f4f4;
      /* Old browsers */
      background: -moz-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #f4f4f4 0%, #ededed 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ededed',GradientType=1 );
      /* IE6-9 */ }
  .content-panel .course-progress-bar {
    content: "";
    display: block;
    height: 5px;
    top: -5px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .content-panel .course-progress-bar.progress-top {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color-transparent+0,ff6600+100 */
      background: #fe650194;
      /* Old browsers */
      background: -moz-linear-gradient(left, #fe650194 0%, #ff6600 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #fe650194 0%, #ff6600 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #fe650194 0%, #ff6600 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand-color-transparent', endColorstr='$brand-color',GradientType=1 );
      /* IE6-9 */ }
    .content-panel .course-progress-bar.progress-back {
      box-shadow: 0 2px 2px #f6f6f6;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ededed+100 */
      background: #f4f4f4;
      /* Old browsers */
      background: -moz-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #f4f4f4 0%, #ededed 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #f4f4f4 0%, #ededed 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ededed',GradientType=1 );
      /* IE6-9 */ }
  .content-panel .image {
    position: relative;
    cursor: pointer;
    /* Pop */ }
    .content-panel .image > img {
      width: 100%; }
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2) translateY(-50%);
    transform: scale(1.2) translateY(-50%); } }
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2) translateY(-50%);
    transform: scale(1.2) translateY(-50%); } }
    .content-panel .image .overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      text-align: center;
      color: #fff;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      /* Chrome < 26, Safari < 7 */
      -moz-transition: opacity 0.3s;
      /* Firefox < 16 */
      -o-transition: opacity 0.3s;
      /* Opera < 12.10 */
      transition: opacity 0.3s;
      /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */ }
      .content-panel .image .overlay .overlay-string {
        top: 50%;
        transform: translateY(-50%);
        margin: 0px;
        position: relative;
        background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
        color: #333333;
        padding: 15px 0px; }
      .content-panel .image .overlay:hover {
        opacity: 1; }
        .content-panel .image .overlay:hover > .fa {
          -webkit-animation-name: hvr-pop;
          animation-name: hvr-pop;
          -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
      .content-panel .image .overlay > .fa {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        display: inline-block;
        top: 50%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        vertical-align: middle;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        box-shadow: 0 0 1px transparent;
        cursor: pointer;
        text-shadow: 0px 0px 8px #fff; }
  .content-panel .caption {
    padding: 5% 0; }
    .content-panel .caption h4 {
      margin: 0px;
      cursor: pointer; }
    .content-panel .caption i.fa {
      cursor: pointer; }
  .content-panel .controls {
    position: relative;
    padding: 0 5%; }
    .content-panel .controls .last-login {
      cursor: pointer; }
    .content-panel .controls .left {
      text-align: left; }
    .content-panel .controls .right {
      position: absolute;
      top: 0;
      right: 0;
      text-align: right;
      padding-right: 5%; }
    .content-panel .controls i.fa {
      cursor: pointer; }
    .content-panel .controls .cp-favourite {
      transition: color 0.3s; }
      .content-panel .controls .cp-favourite.is-favourite {
        color: #ff6600; }
  .content-panel.content-panel-simple .caption h4 {
    text-align: center; }
  .content-panel.content-panel-simple .controls .left i.fa {
    margin-right: 5px; }
  .content-panel.content-panel-advanced .image {
    float: left;
    width: 40%; }
  .content-panel.content-panel-advanced .caption {
    position: relative;
    float: right;
    width: 60%;
    padding: 0 0 0 5%; }
    .content-panel.content-panel-advanced .caption .description {
      color: #333;
      margin-top: 5%;
      margin-bottom: 0; }
    .content-panel.content-panel-advanced .caption .left {
      text-align: left;
      width: 75%; }
      .content-panel.content-panel-advanced .caption .left > h4 {
        text-align: left;
        margin-top: 0px; }
    .content-panel.content-panel-advanced .caption .right {
      position: absolute;
      top: 0;
      right: 0;
      text-align: right;
      padding: 0 0 0 5%; }
      .content-panel.content-panel-advanced .caption .right > i.fa {
        margin-right: 5px; }
    .content-panel.content-panel-advanced .caption > p {
      display: block; }
  .content-panel.content-panel-advanced .controls {
    clear: both;
    padding: 5% 0 0 0;
    font-size: 0; }
    .content-panel.content-panel-advanced .controls .left, .content-panel.content-panel-advanced .controls .right {
      position: relative;
      display: inline-block;
      text-align: left;
      font-size: 12px; }
    .content-panel.content-panel-advanced .controls .left {
      width: 40%; }
    .content-panel.content-panel-advanced .controls .right {
      width: 58%;
      padding: 0 0 0 5%; }
      .content-panel.content-panel-advanced .controls .right > .fa {
        margin-top: 0.2em; }
    .content-panel.content-panel-advanced .controls .read-more {
      color: #ff6600;
      cursor: pointer; }
  .content-panel.content-panel-highlight {
    padding: 0;
    border-radius: 20px;
    overflow: hidden; }
    .content-panel.content-panel-highlight:before {
      display: none; }
    .content-panel.content-panel-highlight .image {
      height: 50%; }
    .content-panel.content-panel-highlight .caption {
      display: none; }
    .content-panel.content-panel-highlight .controls {
      display: none; }
  .content-panel.content-panel-highlight-variant {
    padding: 0;
    border: none; }
    .content-panel.content-panel-highlight-variant .image {
      height: 50%;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      overflow: hidden; }
    .content-panel.content-panel-highlight-variant .caption {
      display: none; }
    .content-panel.content-panel-highlight-variant .controls {
      display: none; }
  .content-panel.content-panel-product {
    padding: 0; }
    .content-panel.content-panel-product .image .overlay-shadow {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      box-shadow: 0px -4px 4px -4px black inset; }
    .content-panel.content-panel-product .caption {
      padding: 0; }
      .content-panel.content-panel-product .caption .rating {
        color: #ff6600; }
        .content-panel.content-panel-product .caption .rating > .unchecked {
          color: #f1f1f1; }
      .content-panel.content-panel-product .caption .left, .content-panel.content-panel-product .caption .right {
        width: 50%;
        float: left;
        padding: 5%; }

.row-slider {
  position: relative; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.checkbox > label {
  line-height: 1em;
  cursor: default; }
  .checkbox > label:before {
    width: 1em;
    height: 1em; }

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
  width: 1.1em;
  height: 1.1em; }

html {
  min-height: 100%;
  position: relative; }

body {
  color: #333333;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px; }

a {
  font-size: 1em;
  color: #ff6600;
  transition: color 0.1s; }
  a:hover, a:active {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #fe650194; }
  a:hover, a:active {
    text-decoration: underline; }

ul {
  list-style: none;
  padding: 0; }

h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em; }

h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em; }

h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.12em;
  margin-top: 1.33em;
  margin-bottom: 1.33em; }

h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em; }

h6 {
  font-size: 0.75em;
  margin-top: 2.33em;
  margin-bottom: 2.33em; }

#page-wrapper {
  overflow: hidden;
  margin: 2rem 10% 2rem 10%; }
  #page-wrapper .breadcrumbs {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-family: helvetica;
    }

#login-wrapper #logo {
  max-width: 75%; }

#logo {
  background: rgba(255, 255, 255, 0.8); }
  #logo img {
    height: auto;
    max-height: 100px;
    width: auto; }

#frame1 {
  width: 100%;
  margin: 0px auto;
  margin-top: -5px; }
