@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  margin: 0;
}

#wrapper {
  width: 800px;
  margin-left: 100px;
  border: solid 2px black;
  padding: 10px;
}

.clear {
  clear: both;
}

form label {
  display: block;
  width: 150px;
  margin-right: 10px;
  float: left;
}

form input, form select, form textarea {
  float: left;
  margin-bottom: 10px;
}

ul#news-list li .img-container {
  height: 180px;
}

.alert {
  display: block;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.alert.alert-success {
  background-color: rgba(52, 138, 54, 0.25);
  color: #0c710c;
}
.alert.alert-error {
  background-color: rgba(179, 26, 26, 0.25);
  color: #de0e0e;
  margin-top: 15px;
  margin-bottom: 0px;
}

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?14b10c01022d2002ec7a93fd40b8a487);
  src: url(/fonts/icomoon.eot?14b10c01022d2002ec7a93fd40b8a487) format("embedded-opentype"), url(/fonts/icomoon.woff2?c47f10dc4d4ee7a94478625d7bcc9430) format("woff2"), url(/fonts/icomoon.ttf?0386666029daa49e847512d0ba94bb98) format("truetype"), url(/fonts/icomoon.woff?92f3d20c6a5bbb4c3cc2368da4b74335) format("woff"), url(/fonts/icomoon.svg?7e9f088d5ebc006459f950355f88a9b7) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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;
}

.icon-english:before {
  content: "\e900";
}

.icon-dutch:before {
  content: "\e901";
}

.icon-cross-alt:before {
  content: "\e612";
}

.icon-cross:before {
  content: "\e611";
}

.icon-cross-filled:before {
  content: "\e610";
}

.icon-eye-alt:before {
  content: "\e60f";
}

.icon-arrow-left-filled:before {
  content: "\e60d";
}

.icon-arrow-right-filled:before {
  content: "\e60e";
}

.icon-24-filled:before {
  content: "\e600";
}

.icon-arrow-down-filled:before {
  content: "\e601";
}

.icon-arrow-up-filled:before {
  content: "\e602";
}

.icon-book:before {
  content: "\e603";
}

.icon-card-filled:before {
  content: "\e604";
}

.icon-card:before {
  content: "\e605";
}

.icon-cart-filled:before {
  content: "\e606";
}

.icon-eye:before {
  content: "\e607";
}

.icon-lock-filled:before {
  content: "\e608";
}

.icon-lock:before {
  content: "\e609";
}

.icon-signature-filled:before {
  content: "\e60a";
}

.icon-speech:before {
  content: "\e60b";
}

.icon-text-filled:before {
  content: "\e60c";
}

.icon-back:before {
  content: " ";
  background: transparent url(/images/button-back.svg?5585d3bd351a951693d5c57a451d2b26) top left no-repeat;
  height: 58px;
  width: 58px;
  display: block;
  background-size: contain;
  margin: 4px 0 0 0;
}

.icon-assignment:before {
  content: " ";
  background: transparent url(/images/icon-assignment.svg?649bc5788275dc48f3949bc08a8a2665) top left no-repeat;
  margin-top: -3px;
  height: 80px;
  width: 80px;
  display: block;
  background-size: contain;
}

.icon-exam-filled:before {
  content: " ";
  background: transparent url(/images/icon-exam.svg?d5873d2e19f82837737460021a9cb554) top left no-repeat;
  margin-top: -3px;
  height: 80px;
  width: 80px;
  display: block;
  background-size: contain;
}

.icon-exam-result:before {
  content: " ";
  background: transparent url(/images/icon-exam-result.png?2f854e1214b77aece69980e788dbb739) top left no-repeat;
  margin-top: -3px;
  height: 80px;
  width: 80px;
  display: block;
  background-size: contain;
}

.icon-exam-result-10:before {
  content: " ";
  background: transparent url(/images/icon-exam-result-10.svg?40bef18f3d84b3ba3ebb332b9fe5b368) top left no-repeat;
  margin-top: -3px;
  height: 80px;
  width: 80px;
  display: block;
  background-size: contain;
}

.icon-gamescores:before {
  content: " ";
  background: transparent url(/images/icon-game-score.svg?519dd47fe3ca8edacf401da8a57152fb) top left no-repeat;
  margin-top: -3px;
  height: 80px;
  width: 80px;
  display: block;
  background-size: contain;
}

.icon-code-filled:before {
  content: " ";
  background: transparent url(/images/icon-code-submit.svg?8eb49d9482ed55a986d0eba62028f779) top left no-repeat;
  margin-top: -3px;
  height: 80px;
  width: 80px;
  display: block;
  background-size: contain;
}

.icon {
  background: black;
  height: 78px;
  width: 78px;
  display: block;
  border: 5px solid white;
  border-radius: 39px;
  left: -39px;
  top: -14px;
  position: absolute;
}

.icon-game {
  background: transparent url(/images/GameAssetWhite.svg?e6b27e29cd9703768cc78afa082b25c2) top left no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  margin: 12px auto 5px auto;
}

.icon-material {
  background: transparent url(/images/MaterialsAssetWhite.svg?cf22c1e278122c6b95838554646daecc) top left no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  margin: 14px auto 5px 14px;
}

.icon-exam {
  background: transparent url(/images/ToetsAssetWhite.svg?d15e2719fd7f36a609a712fc9ec08d30) top left no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  margin: 21px auto 5px auto;
}

.icon-cart {
  background: transparent url(/images/icon-cart.svg?88f30fc27acf8938d22d1afe5c2c5c97) top left no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  margin: 21px auto 5px auto;
}

.icon-lock-menu {
  background: transparent url(/images/icon-lock.svg?275f8c31b44139a716a6703ac4d4bb91) top left no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  margin: 21px auto 5px auto;
  background-size: 21px !important;
}

.icon-link {
  background: transparent url(/images/icon-link.svg?fb7bbc9b4f0f34e6ea73ae713ae12927) top left no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  margin: 21px auto 5px auto;
  background-size: 30px !important;
}

.button-text-small {
  font-size: 12px;
  margin-top: -20px;
  font-style: italic;
}

.bg-icon-star {
  background-image: url(/images/icon-star.svg?c574f69484f3e599dbafcd7daf9a346d);
  display: inline-block;
  height: 40px;
  background-size: 40px 40px;
  width: 40px;
  background-repeat: no-repeat;
  padding-top: 12px;
}

html {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.site-wrapper {
  height: 100%;
  min-height: 100%;
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .site-wrapper {
    width: 1024px;
  }
}

.header-and-content-container {
  position: relative;
  min-height: 100%;
  width: 1280px;
  margin-bottom: -130px;
}
@media (max-width: 1280px) {
  .header-and-content-container {
    width: 1024px;
  }
}

.content-container {
  width: 994px;
  padding-left: 30px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-container .narrow-content {
  width: 750px;
}

.content-block {
  margin-top: 40px;
}
.content-block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-block ul {
  padding-left: 20px;
  list-style-type: inherit;
}
.content-block form ul {
  padding-left: 0;
  list-style-type: none;
}

.content-block-small {
  margin-top: 40px;
}
.content-block-small:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 1280px) {
  .content-block-small {
    width: calc(100% - 140px);
    margin: 40px auto 0;
  }
}

.left-content-block {
  float: left;
  width: 650px;
}

.right-content-block {
  width: 250px;
  float: right;
}
.right-content-block .filled-content {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 20px 20px;
  margin-top: -55px;
  border-radius: 10px;
}

.back-button-container {
  position: relative;
  left: -70px;
}
@media (max-width: 1280px) {
  .back-button-container {
    left: 0;
  }
}

.center-content-container {
  width: 560px;
  margin: auto;
}

.small-content-container {
  width: 700px;
}

.center-text {
  text-align: center;
}

.content-padding {
  padding-left: 45px;
}
.content-padding .text-container {
  max-width: 600px;
  margin-bottom: 40px;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: 0;
}

img {
  width: 100%;
  height: auto;
}

.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.block-header-container {
  position: relative;
  margin-bottom: 40px;
}
.block-header-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block-header-container span {
  font-size: 70px;
  font-size: 7rem;
  position: absolute;
  margin-left: -35px;
  z-index: 100;
}
.block-header-container span:after {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 66px;
  background: #ffffff;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
}
.block-header-container .block-header {
  position: relative;
  z-index: 50;
  padding-top: 5px;
}
.block-header-container h2 {
  width: 100%;
  background: #000000;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 0 10px 45px;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.15s ease-in-out;
}
.block-header-container h2.transparent {
  color: #000000;
  background: none;
}
.block-header-container a {
  text-decoration: none;
}
.block-header-container a:hover h2 {
  background: #f2f2f2;
  color: #000000;
}

.news-detail .img-container {
  float: right;
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.news-detail .img-container img {
  display: block;
}
.news-detail .text-container {
  max-width: 500px;
  float: left;
}

.slider-container {
  overflow: hidden;
  width: 100%;
}
.slider-container img {
  display: block;
}

#slider-profile ul li img {
  width: auto;
  height: 100%;
  left: -50%;
  position: relative;
}

nav#main-nav {
  width: 100%;
  height: 185px;
  background: #000000;
  padding: 10px 30px;
}
nav#main-nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav#main-nav.profile-nav, nav#main-nav.home-nav {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: none;
  padding: 0 116px;
}
@media (max-width: 1280px) {
  nav#main-nav.profile-nav, nav#main-nav.home-nav {
    padding: 0 30px;
  }
}
nav#main-nav.profile-nav:after, nav#main-nav.home-nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav#main-nav.profile-nav ul, nav#main-nav.home-nav ul {
  margin-top: 55px;
}
nav#main-nav.profile-nav .logo, nav#main-nav.home-nav .logo {
  background: #000000;
  width: 330px;
  height: 201px;
  padding-bottom: 26px;
  padding-top: 10px;
}
nav#main-nav.profile-nav .logo {
  width: 270px;
  height: 160px;
  padding-bottom: 20px;
  padding-top: 27px;
  float: none;
}
nav#main-nav.profile-nav .header-profile {
  width: 270px;
  height: 240px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
}
nav#main-nav ul {
  float: right;
  margin-top: 45px;
}
nav#main-nav ul li {
  float: left;
  text-align: center;
  margin-right: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}
nav#main-nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-backface-visibility: hidden;
}
nav#main-nav ul li a span {
  display: block;
  font-size: 6rem;
  border: 2px solid;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-size: 25px;
  background-position: center;
  margin: 0 auto 5px;
}
nav#main-nav ul li:last-child {
  margin-right: 0;
}
nav#main-nav ul li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
nav#main-nav ul.header-nav {
  margin-top: 0;
  padding: 10px 25px 0 0;
  position: absolute;
  top: 0;
  right: 25px;
}
nav#main-nav ul.pages-nav {
  margin-top: 0;
  padding: 10px 25px 0 0;
  position: absolute;
  top: 50px;
  right: 0;
  text-transform: lowercase;
}
nav#main-nav ul.pages-nav li {
  margin-right: 10px;
  width: 80px;
}

.logo {
  width: auto;
  height: 165px;
  float: left;
  padding: 0 10px 0 30px;
}
.logo img {
  width: auto;
  height: 100%;
}

nav#main-nav ul li#menu-border {
  border-right: 1px solid white;
  padding: 0;
  width: 0;
}
nav#main-nav ul li#menu-border:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.profile-menu-icon {
  height: 15px;
  width: 15px;
  display: inline;
  margin-right: 5px;
}

footer,
.footer-push {
  height: 130px;
}

footer {
  position: relative;
  background: #1A1A1A;
  padding: 30px;
}
footer ul {
  float: right;
}
footer ul li {
  float: left;
  text-align: center;
  margin-right: 40px;
  text-transform: lowercase;
}
footer ul li a {
  color: #5C5C5C;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  transition: color 0.15s ease-in-out;
}
footer ul li a span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li:hover a {
  color: #ffffff;
}
footer a.payoff {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #5C5C5C;
  padding-left: 20px;
  line-height: 1.2;
  float: left;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
footer a.payoff:hover {
  color: #ffffff;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

a {
  color: #000000;
}
a:hover {
  text-decoration: none;
}

a.read-more {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
a.read-more:after {
  content: " »";
}
a.read-more span {
  text-decoration: underline;
  font-size: 15px;
  font-size: 1.5rem;
}
a.read-more:hover span {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

h3 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  margin: 0 0 15px;
}

p {
  margin: 15px 0 15px;
}
p:last-child {
  margin: 0;
}

span.error {
  color: #FF0000;
}

em {
  font-style: normal;
  font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

a#back {
  display: block;
  margin-top: 40px;
  text-decoration: none;
}
a#back span {
  text-decoration: underline;
}
a#back:before {
  content: " «";
  padding-right: 5px;
}
a#back:hover span {
  text-decoration: none;
}

label {
  width: 190px;
  display: block;
  float: left;
  line-height: 30px;
  margin: 5px 0;
}

input[type=text], input[type=password], input[type=email], textarea, select {
  width: 385px;
  display: block;
  float: left;
  height: 30px;
  padding: 0 10px;
  margin: 5px 0;
  background: #f2f2f2;
  brder: 0;
  outline: 0;
  border: 1px solid #9d9d9d;
  border-radius: 10px;
}
input[type=text].small, input[type=password].small, input[type=email].small, textarea.small, select.small {
  width: 192.5px;
}

input[type=text]:-moz-read-only {
  border: 1px solid #bfbfbf;
  background-color: #e1e1e1;
  color: #999999;
}

input[type=text]:read-only {
  border: 1px solid #bfbfbf;
  background-color: #e1e1e1;
  color: #999999;
}
input[type=text]:-moz-read-only.has-error input[type=text], input[type=text]:-moz-read-only.has-error input[type=password], input[type=text]:-moz-read-only.has-error input[type=email], input[type=text]:-moz-read-only.has-error textarea, input[type=text]:-moz-read-only.has-error select {
  border: 1px solid #FF0000;
}
input[type=text]:read-only.has-error input[type=text], input[type=text]:read-only.has-error input[type=password], input[type=text]:read-only.has-error input[type=email], input[type=text]:read-only.has-error textarea, input[type=text]:read-only.has-error select {
  border: 1px solid #FF0000;
}

select {
  color: #000;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
  width: 100%;
}

.select-wrapper {
  position: relative;
  width: 385px;
  float: left;
}
.select-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/dropdown.png?1685fc0c361194bc86d30b1f845b27d6);
  background-size: 16px 16px;
  background-position: right center;
  pointer-events: none;
}

form ul li {
  position: relative;
}
form ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form ul li button {
  float: right;
  margin-right: 355px;
  margin-top: 20px;
}
form ul li span {
  display: block;
  width: 385px;
  margin-left: 160px;
  padding: 0 10px;
  margin-bottom: 20px;
}
form ul li span.error {
  float: left;
  line-height: 30px;
  margin: 5px 0 5px 20px;
  padding: 0;
  width: 290px;
  font-size: 14px;
  font-size: 1.4rem;
}
form h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -10px;
}

button {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  padding: 5px 20px;
  margin: 0;
  margin-right: 10px;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  font-size: 20px;
  font-size: 2rem;
}
button:hover {
  background: #ffffff;
  color: #000000;
}
button[disabled] {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  color: #5C5C5C;
  cursor: default;
}
button[disabled]:hover {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  color: #5C5C5C;
}
button.small {
  height: 30px;
  padding: 0;
  line-height: 26px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option {
  color: #000000;
}

input.default-hidden {
  display: none;
  margin-left: 10px;
}

.form-select {
  position: relative;
}
.form-select span {
  position: absolute;
  right: 8px;
  top: 11px;
  font-size: 20px;
  font-size: 2rem;
  pointer-events: none;
}

input[type=checkbox] {
  z-index: -1;
  position: absolute;
  visibility: hidden;
}

.radio-wrapper {
  width: 385px;
  float: left;
}
.radio-wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.radio-wrapper input[type=radio] + label {
  display: block;
  float: left;
  width: auto;
  padding-left: 20px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-image: url(/images/radio-empty.png?681ff2c20bc6b206106e5546674ce3db);
  background-size: 16px 16px;
  background-position: left center;
}
.radio-wrapper input[type=radio] + label:hover {
  cursor: pointer;
}
.radio-wrapper input[type=radio]:checked + label {
  background-image: url(/images/radio-checked.png?c37499a817f976a05d86ffa01dd1c695);
}
.radio-wrapper input[type=checkbox] + label {
  display: block;
  float: left;
  width: auto;
  padding-left: 20px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-image: url(/images/checkbox-empty.png?a429f2408c45579ca4f3c49a2bfbcf13);
  background-size: 16px 16px;
  background-position: left center;
}
.radio-wrapper input[type=checkbox]:checked + label {
  background-image: url(/images/checkbox-checked.png?36859d09b12872cb1cd4a30e7a9802b2);
}
.radio-wrapper span.error {
  line-height: 1.4;
  margin: 5px 0;
}

.voorwaarden-wrapper {
  margin-left: 160px;
  padding: 0 10px;
}

textarea {
  padding-top: 5px;
  max-width: 385px;
  height: 100px;
}

a.btn, ul.pagination li:last-child a, ul.pagination li:first-child a {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  padding: 5px 20px;
  margin: 0;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  margin-right: 15px;
}
a.btn:hover, ul.pagination li:last-child a:hover, ul.pagination li:first-child a:hover {
  background: #ffffff;
  color: #000000;
}

.form-link-right {
  width: 385px;
  display: block;
  text-align: right;
  margin-left: 150px;
}
.form-link-right button {
  margin-top: 35px;
  margin-bottom: 10px;
}

a.btn-inactive {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  color: #5C5C5C;
  cursor: default;
}
a.btn-inactive:hover {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  color: #5C5C5C;
}

button.arrow-button {
  border: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: transparent url(/images/button-back.svg?5585d3bd351a951693d5c57a451d2b26) center center no-repeat;
  transform: rotate(180deg);
}

button.arrow-button[disabled] {
  opacity: 0.3;
}
button.arrow-button[disabled]:hover {
  border: none;
  background: transparent url(/images/button-back.svg?5585d3bd351a951693d5c57a451d2b26) center center no-repeat;
  background-color: transparent;
  width: 50px;
  height: 50px;
}

.banner-container {
  position: relative;
  width: 100%;
  padding: 201px 30px 0;
}
.banner-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.banner-container #slider {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.banner-container #slider ul li {
  overflow: hidden;
}
.banner-container #slider ul li img {
  width: auto;
  height: 100%;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .banner-container #slider ul li img {
    margin-left: -140px;
  }
}
.banner-container #slider ul li a {
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
}
.banner-container .gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 185px;
  background-image: -owg-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.banner-container a#watch-trailer {
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 80%;
  left: 50%;
  color: #ffffff;
  margin-left: -0.5em;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.banner-container a#watch-trailer span {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.banner-container a#watch-trailer:hover span {
  transform: rotate(180deg);
}
.banner-container .text-container {
  position: relative;
  z-index: 100;
  width: 330px;
  height: 466px;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 8px;
  margin-left: 86px;
}
@media (max-width: 1280px) {
  .banner-container .text-container {
    margin-left: 0;
  }
}
.banner-container .text-container a {
  color: #ffffff;
  text-decoration: underline;
}
.banner-container .text-container a:hover {
  text-decoration: none;
}
.banner-container .text-container h1 {
  margin-bottom: 5px;
}
.banner-container .slider-container {
  position: absolute;
  top: 0;
  left: 0;
}

ul#home-blocks:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#home-blocks li {
  float: left;
  width: 28.125%;
  margin-right: 7.8125%;
}
ul#home-blocks li:last-child {
  margin-right: 0;
}
ul#home-blocks li#play .block-header-container span.second-icon {
  font-size: 70px;
  font-size: 7rem;
  position: absolute;
  margin-left: 40px;
}
ul#home-blocks li#play .block-header-container h2 {
  padding: 10px 0 10px 115px;
}

ul#news-list li {
  border-bottom: 2px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
ul#news-list li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#news-list li .img-container {
  width: 28.125%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
ul#news-list li .img-container img {
  display: block;
}
ul#news-list li .text-container {
  width: 71.875%;
  float: left;
  padding-left: 30px;
}
ul#news-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#trailer-box {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 980px;
  height: 0%;
  z-index: 200;
  transform: translate(-50%, -50%);
  background: #ffffff;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#trailer-box iframe {
  width: 100%;
  height: 100%;
}
#trailer-box.active {
  padding: 10px;
  height: 600px;
}

#close-box {
  position: absolute;
  z-index: 300;
  top: 0;
  right: 0;
  margin-top: 30px;
  margin-right: 30px;
  color: #ffffff;
  text-decoration: none;
  line-height: 0;
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  font-size: 5rem;
}
#close-box:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transform: rotate(180deg);
}

.product-list li {
  float: left;
  width: 80px;
  text-align: center;
}

.product-list-small li {
  float: left;
  width: 45px;
  text-align: left;
}

.content-block ul.product-list {
  padding: 0;
  list-style-type: none;
}

.call-to-action {
  color: #ffffff;
  border: 2px solid white;
  width: 210px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding: 0 15px 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.flash-backup {
  display: block;
  font-size: 1.2rem;
  margin-top: 15px;
}

.filled-content .call-to-action {
  line-height: 1;
  height: 50px;
}

.register-with-code p {
  margin-bottom: 5px;
}
.register-with-code p.small-p {
  font-style: italic;
  font-size: 1rem;
  padding-top: 10px;
}
.register-with-code p a {
  color: white;
  text-decoration: underline;
}
.register-with-code label {
  line-height: 30px;
  width: auto;
}
.register-with-code input {
  width: 150px;
  color: black;
  float: right;
}
.register-with-code .btn, .register-with-code ul.pagination li:last-child a, ul.pagination li:last-child .register-with-code a, .register-with-code ul.pagination li:first-child a, ul.pagination li:first-child .register-with-code a {
  border: 1px solid white;
  line-height: 30px;
  font-size: 1.5rem;
  padding: 0 10px 0 10px;
  width: 150px;
  float: right;
  margin: 0;
  text-align: center;
}

.product-list-table {
  margin-bottom: 20px;
}
.product-list-table td {
  padding: 5px;
}

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

li.bjqs-slide {
  position: absolute;
  display: none;
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
  position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ol.bjqs-markers.h-centered {
  text-align: center;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  display: inline-block;
}

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}

.personal-page a.btn, .personal-page ul.pagination li:last-child a, ul.pagination li:last-child .personal-page a, .personal-page ul.pagination li:first-child a, ul.pagination li:first-child .personal-page a {
  margin-bottom: 30px;
}

.products {
  padding: 60px 0 0 0;
}
.products li {
  float: left;
  margin-right: 50px;
}
.products li:last-child {
  margin-right: 0px;
}
.products li .product {
  width: 280px;
  height: 400px;
  background: #000;
  border-radius: 20px;
  padding: 30px;
  color: #ffffff;
  position: relative;
}
.products li .product.not_available {
  font-style: italic;
  opacity: 0.5;
}
.products li .product.not_available .icon {
  opacity: 1;
}
.products li .product .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 30px 40px;
  display: block;
}
.products li .product .bottom-container {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 0 40px 0 40px;
}
.products li .product .bottom-container .call-to-action {
  color: #ffffff;
  border: 2px solid white;
  height: 40px;
  width: 220px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding: 0 15px 0 15px;
  line-height: 1;
  height: 50px;
}

.purchase-overview span.header {
  background: #BCBCBC;
  color: #ffffff;
  padding: 10px 31px;
  border-radius: 10px;
  font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.purchase-overview .column-1, .purchase-overview .column-2, .purchase-overview .column-3 {
  display: block;
  float: left;
  margin-right: 10px;
}
.purchase-overview .column-1 {
  width: 150px;
}
.purchase-overview .column-2 {
  width: 280px;
  text-align: center;
}
.purchase-overview .column-2-sub {
  width: 86.6666666667px;
  text-align: center;
}
.purchase-overview .column-3 {
  width: 150px;
  margin-right: 0;
  text-align: right;
}
.purchase-overview .sub-columns {
  width: 280px;
  margin: auto;
  margin-top: 10px;
}
.purchase-overview .sub-columns ul li {
  width: 86.6666666667px;
  background: #BCBCBC;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  float: left;
  border-radius: 10px;
  text-transform: lowercase;
}
.purchase-overview .sub-columns ul li:last-child {
  margin-right: 0;
}
.purchase-overview ol#purchase-history {
  margin-bottom: 30px;
}
.purchase-overview ol#purchase-history > li {
  border: 1px solid #BCBCBC;
  padding: 10px 30px;
  margin-top: 10px;
  height: 70px;
  border-radius: 10px;
}
.purchase-overview ol#purchase-history > li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.purchase-overview ol#purchase-history > li.expired {
  color: #BCBCBC;
}
.purchase-overview ol#purchase-history > li ul li {
  float: left;
  margin-right: 10px;
  display: table;
  height: 100%;
}
.purchase-overview ol#purchase-history > li ul li:last-child {
  margin-right: 0;
}
.purchase-overview ol#purchase-history > li ul li span {
  display: table-cell;
  vertical-align: middle;
}
.purchase-overview ol#purchase-history > li ul li.column-1 {
  width: 119px;
}
.purchase-overview ol#purchase-history > li ul li.column-3 {
  width: 119px;
}
.purchase-overview a.btn, .purchase-overview ul.pagination li:last-child a, ul.pagination li:last-child .purchase-overview a, .purchase-overview ul.pagination li:first-child a, ul.pagination li:first-child .purchase-overview a {
  float: right;
}

.custom-table,
.edit-form {
  float: none;
  padding-bottom: 20px;
}
.custom-table input,
.custom-table select,
.edit-form input,
.edit-form select {
  float: none;
}
.custom-table input[type=text],
.custom-table input[type=password],
.custom-table input[type=email],
.edit-form input[type=text],
.edit-form input[type=password],
.edit-form input[type=email] {
  width: 100%;
  border: 1px solid #9d9d9d;
  background-color: #f2f2f2;
}
.custom-table input[type=text]:disabled,
.edit-form input[type=text]:disabled {
  border: 1px solid #bfbfbf;
  background-color: #e1e1e1;
  color: #999999;
}
.custom-table input[type=radio],
.edit-form input[type=radio] {
  margin-left: 5px;
}
.custom-table a.btn, .custom-table ul.pagination li:last-child a, ul.pagination li:last-child .custom-table a, .custom-table ul.pagination li:first-child a, ul.pagination li:first-child .custom-table a,
.edit-form a.btn,
.edit-form ul.pagination li:last-child a,
ul.pagination li:last-child .edit-form a,
.edit-form ul.pagination li:first-child a,
ul.pagination li:first-child .edit-form a {
  height: 30px;
  padding: 0;
  line-height: 26px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
}
.custom-table .form-row.header,
.edit-form .form-row.header {
  font-weight: 800;
  font-size: 12px;
  padding-left: 5px;
  margin-top: 10px;
  clear: both;
  min-height: 15px;
}
.custom-table .form-row .radio-label,
.edit-form .form-row .radio-label {
  padding-left: 5px;
}
.custom-table .form-row .form-column,
.edit-form .form-row .form-column {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
.custom-table .form-row .form-column.half,
.edit-form .form-row .form-column.half {
  width: 50%;
}
.custom-table .form-row .form-column.quarter,
.edit-form .form-row .form-column.quarter {
  width: 25%;
}
.custom-table .form-row .form-column.eight,
.edit-form .form-row .form-column.eight {
  width: 12.5%;
}
.custom-table .form-row .form-column.three-eight,
.edit-form .form-row .form-column.three-eight {
  width: 37.5%;
}
.custom-table .form-row .form-column.right,
.edit-form .form-row .form-column.right {
  float: right;
  margin: 0;
}
.custom-table.no-form .header,
.edit-form.no-form .header {
  padding-left: 0px;
}
.custom-table.table-view .form-row,
.edit-form.table-view .form-row {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid lightgrey;
}
.custom-table.table-view .form-row.more-padding,
.edit-form.table-view .form-row.more-padding {
  padding: 20px 0 20px 0;
}
.custom-table.table-view .form-row.no-border,
.edit-form.table-view .form-row.no-border {
  border: none;
}
.custom-table .select-wrapper,
.edit-form .select-wrapper {
  position: relative;
}
.custom-table .select-wrapper select,
.edit-form .select-wrapper select {
  border: 1px solid #9d9d9d;
  background-color: #f2f2f2;
}
.custom-table .select-wrapper:after,
.edit-form .select-wrapper:after {
  padding: 12px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  right: 23px;
  top: -3px;
}
.custom-table .function_other,
.edit-form .function_other {
  display: none;
}

.red {
  color: #ad201d;
  font-style: italic;
}

.score-container {
  margin-top: 10px;
  position: relative;
  height: 60px;
  width: 140px;
}
.score-container .middle-line,
.score-container .bottom-line,
.score-container .top-line {
  border-top: 1px solid #cccccc;
  width: 100%;
  height: 1px;
  position: absolute;
}
.score-container .top-line {
  top: 0;
}
.score-container .middle-line {
  top: 29px;
}
.score-container .bottom-line {
  bottom: 0;
}
.score-container .scores-per-day li {
  display: inline-block;
  width: 20px;
  height: 60px;
  position: relative;
  border-left: 1px solid #f4f4f4;
}
.score-container .scores-per-day li .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: orange;
  top: 25px;
  left: -5px;
}
.score-container .scores-per-day li .dot.groen {
  top: -5px;
  background-color: darkgreen;
}
.score-container .scores-per-day li .dot.rood {
  top: auto;
  bottom: -5px;
  background-color: #ad201d;
}
.score-container .scores-per-day li .label {
  position: absolute;
  top: -22px;
  left: -3px;
  color: #cccccc;
  font-size: 12px;
}

.next-container {
  font-weight: 500;
  text-align: right;
  line-height: 50px;
}
.next-container button {
  margin: 0 20px 0 20px;
}

.assignment-item {
  background: #000;
  border-radius: 20px;
  padding: 20px 15px 20px 15px;
  color: #ffffff;
  margin-bottom: 30px;
}
.assignment-item a {
  color: #ffffff;
  font-style: italic;
  text-decoration: none;
}
.assignment-item a:hover {
  text-decoration: underline;
}

.information-item {
  margin-bottom: 20px;
  margin-right: 20px;
}
.information-item a {
  font-style: italic;
  text-decoration: none;
}
.information-item a:hover {
  text-decoration: underline;
}

hr {
  border: 1px solid #000000;
  margin-top: 20px;
}

a.btn-answer {
  font-weight: 400;
  height: 40px;
  width: 80px;
  text-align: center;
  padding: 7px 10px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  margin-right: 8px;
  font-size: 15px;
  font-size: 1.5rem;
}
a.btn-answer:hover {
  background: #000000;
  color: #ffffff;
}

a.btn-answer-pressed {
  background: #000000;
  color: #ffffff;
}

.btn-inversed, .question-container .hint a.hint-button, a.btn-hint {
  padding: 5px 10px;
  background: #f2f2f2;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-inversed:hover, .question-container .hint a.hint-button:hover, a.btn-hint:hover {
  background: #ffffff;
  color: #000000;
}

a.btn-hint {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  width: 80px;
  height: 40px;
  text-align: center;
  padding: 7px 15px;
  margin-right: 0;
}

a.btn-hint-pressed {
  background: #ffffff;
  color: #000000;
  font-weight: 500;
}

#table-dos {
  width: 100%;
}
#table-dos td {
  padding-bottom: 20px;
}

.column-index {
  width: 30px;
  font-weight: bold;
}

.column-answer-button {
  width: 200px;
  padding: 10px 5px;
}

.column-hint-button {
  width: 80px;
  padding: 10px;
  background-color: #f2f2f2;
}

.column-hint {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  line-height: 14px;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #f2f2f2;
  padding-right: 30px;
}

.hidden {
  display: none;
}

.answers-hint-wrapper {
  display: table;
}

.question-container ol {
  width: 100%;
  counter-reset: ol-counter;
  margin-right: 20px;
  display: inline-block;
}
.question-container ol li:before {
  content: counter(ol-counter, upper-alpha);
  counter-increment: ol-counter;
  margin-right: 15px;
  font-weight: bold;
}
.question-container ol li {
  width: 92%;
  position: relative;
  list-style-position: inside;
  border: 1px solid #000000;
  border-radius: 10px;
  margin: 0 10px 10px;
  text-indent: -30px;
  padding: 10px 10px 10px 50px;
  cursor: pointer;
}
.question-container ol li:last-of-type {
  margin-bottom: 0;
}
.question-container ol li:hover {
  background-color: #000000;
  color: #ffffff;
}
.question-container .hint {
  height: 100%;
  display: table-cell;
  width: 35%;
  background-color: #f2f2f2;
  padding: 10px 40px;
  vertical-align: middle;
  border-radius: 10px;
  font-style: italic;
}
.question-container .hint a.hint-button {
  display: inline-block;
  line-height: normal;
  margin: 0 75px;
  width: 100px;
}
.question-container .hint .hint-text {
  display: inline-block;
  line-height: normal;
  font-style: italic;
}
.question-container .img-correct {
  position: relative;
  left: -70px;
  margin-right: -40px;
  margin-top: -20px;
  margin-bottom: -15px;
  height: 40px;
  width: 40px;
}

li.li-answer-pressed {
  background-color: #000000;
  color: #ffffff;
}

.dos-hr {
  margin-top: -10px;
  margin-right: 15px;
  margin-bottom: 15px;
}

#dos-score {
  float: right;
  margin-right: 100px;
}

#next-button,
#next-next-button {
  float: right;
  margin-right: 378px;
  margin-top: 10px;
}

.question {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.packages {
  padding-bottom: 20px;
}
.packages .package {
  display: inline-block;
  width: 250px;
  height: 290px;
  border: 2px solid black;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 20px 0 20px;
  margin: 20px 20px 0 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.packages .package .package-title {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: initial;
}
.packages .package .package-subtitle {
  font-style: italic;
  height: 20px;
}
.packages .package .package-icons {
  padding: 20px 0 0 0;
}
.packages .package.selected {
  background: #000;
  color: #fff;
}
.packages .package.selected .order-icon.icon-game {
  background-image: url(/images/GameAssetWhite.svg?e6b27e29cd9703768cc78afa082b25c2);
}
.packages .package.selected .order-icon.icon-material {
  background-image: url(/images/MaterialsAssetWhite.svg?cf22c1e278122c6b95838554646daecc);
}
.packages .package.selected .order-icon.icon-exam {
  background-image: url(/images/ToetsAssetWhite.svg?d15e2719fd7f36a609a712fc9ec08d30);
}
.packages .package .package-description {
  text-align: center;
  font-size: 10pt;
}
.packages .package .package-description p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.packages .package .package-description ul {
  padding-left: 16px;
}
.packages .package .package-description li {
  list-style-type: disc;
}
.packages .package .package-amount {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packages .package .package-amount button {
  margin-left: 10px;
  margin-right: 10px;
}

.order-icon {
  display: inline-block;
  font-size: 6rem;
  border: 2px solid;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-size: 25px;
  background-position: center;
  margin: 0 auto 5px;
}
.order-icon.small {
  width: 35px;
  height: 35px;
  border-radius: 17px;
  margin: 0 auto 0px;
}
.order-icon.icon-game {
  background: transparent url(/images/GameAsset.svg?38381da5b4b5ecc8f00806098834558f) top left no-repeat;
  background-size: 25px;
  background-position: center;
}
.order-icon.icon-game.small {
  background-size: 17px;
}
.order-icon.icon-material {
  background: transparent url(/images/MaterialsAsset.svg?e51037428ab9bc1cbd5399b73d352ec5) top left no-repeat;
  background-size: 25px;
  background-position: center;
}
.order-icon.icon-material.small {
  background-size: 17px;
}
.order-icon.icon-exam {
  background: transparent url(/images/ToetsAsset.svg?79a835701b9501ed272b5b675424e1df) top left no-repeat;
  background-size: 25px;
  background-position: center;
}
.order-icon.icon-exam.small {
  background-size: 17px;
}

.total {
  margin-top: 10px;
  margin-bottom: 40px;
}

table.exam-result-table {
  width: 80%;
}
table.exam-result-table th {
  border-bottom: 2px solid black;
}
table.exam-result-table tr {
  border-bottom: 1px solid black;
}
table.exam-result-table th {
  text-align: center;
  padding-bottom: 10px;
  font-weight: inherit;
}
table.exam-result-table td {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
table.exam-result-table th:nth-child(1),
table.exam-result-table td:nth-child(1) {
  width: 80%;
  text-align: left;
}
table.exam-result-table th:nth-child(2) {
  width: 10%;
}
table.exam-result-table th:nth-child(3) {
  width: 10%;
}
table.exam-result-table td:nth-child(3) {
  font-weight: bold;
}

.question-container.exam {
  margin-bottom: 40px;
}
.question-container.exam .exam-question-form {
  margin-bottom: 10px;
}
.question-container.exam .exam-question-form ol {
  margin-right: 0;
}
.question-container.exam .exam-question-form li {
  width: 100%;
  margin-right: 0;
}
.question-container.exam ol {
  margin-right: 0;
}
.question-container.exam li {
  width: 100%;
  margin-right: 0;
}
.question-container.exam.no-hover li:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: default;
}
.question-container.exam.no-hover li:hover.li-answer-pressed {
  background-color: #000000;
  color: #ffffff;
}

ul.pagination {
  float: right;
  margin: auto;
}
ul.pagination li {
  height: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  border: 2px solid white;
  margin-top: 0;
  padding: 10px 0;
}
ul.pagination li div.circle {
  display: inline-block;
  border-radius: 50%;
  background-color: white;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  text-align: center;
}
ul.pagination li div.circle a {
  color: #000000;
  text-decoration: none;
}
ul.pagination li div.circle.filled {
  background-color: #f2f2f2;
}
ul.pagination li div.circle.active {
  background-color: #000000;
}
ul.pagination li div.circle.active span {
  color: #ffffff;
}
ul.pagination li.disabled {
  cursor: default;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  padding: 10px 40px;
  margin: 0;
  background: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  margin-right: 15px;
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  color: #5C5C5C;
}
ul.pagination li:first-child {
  margin: 0;
  padding-top: 0;
}
ul.pagination li:first-child.disabled {
  margin-right: 15px;
  padding-top: 10px;
}
ul.pagination li:first-child a {
  content: "Next";
  margin: 0;
}
ul.pagination li:last-child {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
}
ul.pagination li:last-child.disabled {
  padding-right: 40px;
  padding-top: 10px;
}
ul.pagination li:last-child a {
  margin: 0;
}

#exam-submit-button {
  margin-top: 10px;
  margin-right: 0;
  float: right;
  clear: both;
}
