@charset "UTF-8";
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 11px;
  line-height: 1.4; }

a {
  color: black;
  text-decoration: none; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.js-isHidden {
  display: none !important; }
  .js-isHidden.temp-show {
    display: block !important; }

.js-isInvisible {
  visibility: hidden; }

.js-isTransparent {
  opacity: 0; }

.js-isCollapsed {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

.no-scroll {
  overflow: hidden; }

/*

	Colors

*/
/*

  Font 

*/
/*

	Pixel dimensions

*/
/*

  Classes

*/
/*

	Other

*/
/*

	mixins

*/
/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  /* width: 100%; */
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.next-section {
  width: 115px;
  height: 43px;
  position: absolute;
  cursor: pointer;
  bottom: 12px;
  -webkit-animation: fadeIn 2s ease;
          animation: fadeIn 2s ease;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: 131px;
  background-color: white;
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.15em; }

.flex-direction-nav a {
  text-decoration: none;
  display: block !important;
  width: 115px;
  height: 43px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 12px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */ }

.flex-direction-nav a:before {
  background-size: contain;
  height: 100%;
  width: 100%;
  display: inline-block;
  content: ' ';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav .flex-prev.white:before {
  background: url("../img/arrow-back_w.svg") no-repeat center/contain !important; }

.flex-direction-nav a.flex-next.white:before {
  background: url("../img/arrow-frwd_w.svg") no-repeat center/contain !important; }

.flex-direction-nav .flex-prev {
  left: -2040%;
  opacity: 0 !important;
  display: none; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: 151px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: none !important; }
  .flex-direction-nav .flex-next.js-isActive {
    opacity: 1; }

.flex-direction-nav a.flex-next:before {
  background-size: contain;
  content: "NÄSTA";
  font-size: 1.15em;
  padding-top: 3px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: white;
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

#lws-window {
  width: 100%;
  min-height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  #lws-window * {
    box-sizing: border-box; }

#lws-background-close {
  width: 100%;
  min-height: 100%;
  z-index: 31;
  position: fixed;
  top: 0;
  left: 0; }

#lws-back-lightbox {
  width: 80vw;
  height: 80vh;
  margin: 5vh auto;
  z-index: 32; }

.lws-lightbox {
  position: relative;
  /*margin-top: 10vh;*/
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  margin: 0;
  border-radius: 5px;
  z-index: 53; }

#lws-close-icon {
  background-image: url(../img/video-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 551; }
  #lws-close-icon:hover {
    cursor: pointer; }

.start-video {
  cursor: pointer; }

@media screen and (max-width: 480px) {
  #lws-back-lightbox {
    max-width: 100vw;
    max-height: 40vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

body {
    color: #06304a;
  background: url(../img/page-bg.jpg) fixed no-repeat top/cover;
  font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2rem;
  padding-top: 84px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 70px; }
  @media (max-width: 650px) {
    body {
      background: #00b21b;
      width: 100vw;
      overflow-x: hidden;
      background-repeat: repeat-y; } }

h1 {
  font-size: 2.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -0.2em; }

h5 {
  font-size: 1.2rem;
  text-transform: uppercase; }

p {
  font-size: 1.2rem; }
  p.preamble {
    display: inline-block;
    width: 80%; }
    @media (max-width: 650px) {
      p.preamble {
        padding: 0 5%; } }
  p.italic {
    font-style: italic; }
  p.instructions {
    font-size: 1em;
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 2em; }
    @media (max-width: 650px) {
      p.instructions {
        padding: 0 5%; } }
    p.instructions.red {
      color: #B90718; }
      @media print {
        p.instructions.red {
          display: none; } }
  p.bold {
    font-weight: bold; }

.preamble {
  float: none; }

.page-bg {
  background: url("../img/page-bg.png") no-repeat center/cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 0;
  display: none; }

.container {
  position: relative; }

.page {
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  opacity: 0; }
  @media (max-width: 650px) {
    .page {
      max-width: 100vw;
      overflow-x: hidden; } }
  .page.js-isActive {
    opacity: 1; }

.counter-container {
  width: 100%;
  /*   display: flex;
  justify-content: center;
  .counter{
    position: relative;
    padding-left: 10px;
    .counter-current{
      position: absolute;
      left: 0;
    }
  } */ }

.page-5 .center-xs.height {
  position: relative;
  height: 90vh; }

.page-5 .text-container {
  color: white;
  margin-top: 0;
  background-color: #2E3D52;
  width: 50%;
  padding: 2em 5em;
  min-width: 700px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  left: 50%; }
  @media (max-width: 768px) {
    .page-5 .text-container {
      min-width: 0; } }

.end-text-container {
  display: inline-block;
  padding-right: 1em; }

.main-nav {
  background: linear-gradient(to bottom, #009b00, #00cf0e);
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }
  @media print {
    .main-nav {
      display: none; } }

.nav-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  width: 200px;
  z-index: 100; }
  .nav-logo .logo {
    width: 90%; }

.nav-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  @media (max-width: 768px) {
    .nav-desktop {
      display: none; } }

.nav-option {
  max-width: 600px;
  height: 100%; }
  .nav-option .option {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 10px 10px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    height: 100%;
    padding: 1em 1em 0;
    position: relative;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .nav-option .option::before {
      /*       content: " ";
      display: block;
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: white;
      left: -50%; */ }
    .nav-option .option:first-child::before {
      display: none; }
    .nav-option .option.js-isActive, .nav-option .option:hover {
      background-color: #005c95; }
      .nav-option .option.js-isActive::after, .nav-option .option:hover::after {
        background: url("../img/arrow-down.svg") no-repeat;
        bottom: -4px;
        content: " ";
        display: block;
        height: 17px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 13px; }

@media (min-width: 768px) {
  .nav-mobile {
    display: none; } }

.nav-trigger_container {
  background-color: #00b21a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19; }
  .nav-trigger_container .trigger-inner {
    height: 100%;
    left: 50%;
    max-width: 1142px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 768px) {
      .nav-trigger_container .trigger-inner {
        left: 100%; } }
  .nav-trigger_container.js-isActive {
    background-color: transparent; }
  .nav-trigger_container .nav-trigger {
    cursor: pointer;
    height: 20px;
    max-width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 800px) {
      .nav-trigger_container .nav-trigger {
        right: 10px; } }

.nav-inner {
  background-color: #00b21a;
  height: 100vh;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  z-index: 9; }
  .nav-inner.js-isActive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-inner .option {
    border-bottom: 2px solid transparent;
    color: white;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 2em;
    text-transform: uppercase;
    padding: 0.2em 0.5em;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .nav-inner .option.js-isActive, .nav-inner .option:hover {
      border-bottom-color: white; }
    @media (min-width: 768px) {
      .nav-inner .option {
        font-size: 2em; } }

.bottom-nav-container {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bottom-nav-container .slide-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #00b21a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0.2em;
    width: 40px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: white;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .bottom-nav-container .slide-nav.js-isInactive {
      cursor: default;
      opacity: 0; }
      .bottom-nav-container .slide-nav.js-isInactive img {
        display: none; }
    .bottom-nav-container .slide-nav.slide-next {
      border-radius: 0 5px 0 0; }
    .bottom-nav-container .slide-nav.slide-prev {
      border-radius: 5px 0 0 0; }
    .bottom-nav-container .slide-nav img {
      width: 20%; }
  .bottom-nav-container .page-link,
  .bottom-nav-container .start-questions,
  .bottom-nav-container .start-test {
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    margin-left: 3em;
    padding: 0 3em;
    width: auto; }

#page-4 .slide-next {
  width: 110px; }
  #page-4 .slide-next img {
    width: 10%;
    margin-left: 10px; }
  #page-4 .slide-next.js-isInactive span {
    display: none; }

.toggle-container {
  width: 100%;
  max-width: 1169px;
  position: relative;
  width: 100%;

  margin: 0 auto; }
  @media (max-width: 650px) {
    .toggle-container {
      display: none; } }
  @media print {
    .toggle-container {
      display: none; } }

.toggle-container-inner {
  position: absolute;
  right: 0;
  color: #06304a;
  margin-top: 0.4em;
  bottom: 10px; }
  .toggle-container-inner span {
    margin: 3px 10px 0; }

.full-width {
  width: 100%;
  max-width: 1000px; }

/* ============================================================
  COMMON
============================================================ */
#wrapper {
  min-width: 600px; }

.settings {
  display: table;
  width: 100%; }

.settings .row {
  display: table-row; }

.settings .question,
.settings .switch {
  display: table-cell;
  vertical-align: middle;
  padding: 10px; }

.settings .question {
  width: 600px;
  font-family: "Roboto Slab", serif;
  font-size: 20px; }

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 45px;
  height: 15px;
  background-color: #00b21a;
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #00b21a;
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

input.cmn-toggle-round-flat + label:after {
  border: 2px solid white;
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 7px;
  background-color: transparent;
  border-radius: 10px;
  -webkit-transition: margin 0.2s, background 0.4s;
  transition: margin 0.2s, background 0.4s; }

input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 28px; }

.choose-role .main-nav .option {
  display: none; }

.choose-role #page-1 {
  opacity: 1; }

.choose-role .preamble {
  padding: 0 5%; }

.choose-role .instructions {
  margin-bottom: 2em; }

.choose-role .nav-trigger_container {
  display: none; }

.choose-role p {
  color: #06304a; }

.choose-role .role {
  margin: 0 1.5em; }
  .choose-role .role img {
    max-height: 70px; }

.choose-role .text-container {
  min-width: 900px; }
  @media (max-width: 650px) {
    .choose-role .text-container {
      min-width: 0; } }

.text-container {
  color: #06304a;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
  width: 80%;
  max-width: 920px;
  margin-top: 10vh; }
  .text-container.white {
    background-color: white;
    color: black; }
  @media (max-width: 768px) {
    .text-container {
      min-width: 0; } }
  @media (max-width: 650px) {
    .text-container {
      min-width: 0;
      margin-top: 0;
      padding: 0.2em;
      width: 100%; } }

.container-schedule {
  background-color: white;
  border: 2px solid white;
  height: 400px;
  margin-top: 1em;
  width: 95%;
  max-width: 1100px;
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .container-schedule {
      width: 91%; } }
  @media (max-width: 650px) {
    .container-schedule {
      width: 80%; } }
  @media print {
    .container-schedule {
      width: 100%; } }
  .container-schedule .schedule-bg {
    position: absolute;
    width: 100%;
    height: 100%; }
  .container-schedule .schedule-row {
    height: 100%;
    margin: 0; }
  .container-schedule .day {
    border-right: 1px solid #2E3D52;
    border-bottom: 1px solid #2E3D52;
    height: 100%;
    padding: 0;
    position: relative;
    width: 14.05%; }
    @media (max-width: 650px) {
      .container-schedule .day {
        width: 90%;
        display: none; } }
    .container-schedule .day.Måndag {
      border-left: 1px solid #2E3D52;
      /* display: block; */ }
      .container-schedule .day.Måndag .clock {
        display: block; }
    @media (max-width: 650px) {
      .container-schedule .day.js-isActive {
        display: block;
        border-left: 1px solid #2E3D52; }
        .container-schedule .day.js-isActive .clock {
          display: block; } }
    .container-schedule .day .dayname {
      font-weight: bold;
      left: 50%;
      position: absolute;
      top: -47px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 650px) {
        .container-schedule .day .dayname {
          margin-left: -20px; } }
    .container-schedule .day .scheduled {
      background-color: white;
      color: white;
      font-weight: bold;
      position: absolute;
      width: 100%;
      z-index: 9;
      border-top: 1px solid #2E3D52;
      border-bottom: 1px solid #2E3D52; }
      .container-schedule .day .scheduled p {
        color: black;
        font-weight: 600;
        padding: 0 0.5em;
        position: relative; }
  .container-schedule .hour {
    border-top: 0.5px solid #2E3D52;
    height: 3.85%;
    position: relative; }
    .container-schedule .hour .clock {
      font-weight: 600;
      font-size: 0.8em;
      left: -45px;
      margin: 0;
      position: absolute;
      top: 3px;
      display: none; }

.print-container {
  position: relative; }
  .print-container .print-btn {
    position: absolute;
    right: 5px;
    width: 75px;
    cursor: pointer;
    /* display: none; */
    top: 20px; }
    .print-container .print-btn img {
      max-height: 20px; }
    @media (max-width: 650px) {
      .print-container .print-btn {
        display: none; } }

.day.Måndag .scheduled {
  height: 144px; }

.day.Tisdag .scheduled {
  height: 144px; }

.day.Fredag .scheduled {
  height: 144px; }

.day.Lördag .scheduled {
  height: 52px;
  border-bottom: none; }

.day.Söndag .scheduled {
  height: 129px;
  border-top: none; }

.scheduled-text,
.dayname,
.clock {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.swipe-img-container {
  display: none; }
  @media (max-width: 650px) {
    .swipe-img-container {
      display: block; } }

.accordion {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: black; }
  .accordion .accordion-img {
    position: absolute;
    width: 35px;
    bottom: 0;
    cursor: pointer;
    margin-left: 10px;
    z-index: 11; }
  .accordion:nth-of-type(2) .accordion-img {
    margin-left: 3em; }
  .accordion .accordion-inner {
    background-color: #E6E8EA;
    color: black;
    margin-top: -18px;
    padding: 6em 0.7em 2em;
    position: absolute;
    font-size: 0.8em;
    z-index: 10;
    width: 85%;
    overflow: hidden;
    margin-bottom: 6em;
    top: -11px; }
    .accordion .accordion-inner .accordion-header {
      color: #2E3D52;
      margin-bottom: 0;
      margin-top: 5px; }
    .accordion .accordion-inner .accordion-text {
      margin-top: 0; }
    .accordion .accordion-inner .accordion-link {
      cursor: pointer;
      font-weight: bold;
      color: #00b21a;
      text-decoration: underline; }
  .accordion.js-isActive .accordion-img {
    z-index: 13; }
  .accordion.js-isActive .accordion-inner {
    z-index: 12; }
  .accordion.js-isDone .accordion-img {
    padding: 10px 30px 10px 10px;
    bottom: -10px;
    margin-left: -0px;
    background: #E6E8EA url("../img/icon-done.svg") no-repeat 85% 20%/20%; }
  .accordion .accordion-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 10px;
    z-index: 11; }
    @media (max-width: 650px) {
      .accordion .accordion-close {
        width: 20px; } }

.page-2 {
  /* margin-top: 10vh; */ }

.question-start {
  position: relative; }
  .question-start .instructions {
    margin-bottom: 0; }

.img-container {
  margin: 2em 0 3em; }
  .img-container .img-inner {
    width: 20%; }
  .img-container img {
    max-height: 40px; }
  @media (max-width: 650px) {
    .img-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .img-container .img-inner {
        width: 30%;
        margin-right: 1%;
        margin-bottom: 5%; } }

.question-inner {
    color: #06304a;
  position: absolute;
  width: 100%;
  position: absolute;
  width: 100%;
  margin-top: 15vh; }
  @media (max-width: 650px) {
    .question-inner {
      margin-top: 0; }
      .question-inner .instructions {
        margin-bottom: 0; } }

.question-container {
  position: relative;
  color: white;
  height: 90vh; }
  .question-container .question {
    padding: 0 20%;
    font-size: 2.1em; }
    @media (max-width: 650px) {
      .question-container .question {
        padding: 0 5%;
        font-size: 1.5em; } }
  .question-container .option-inner_container {
    cursor: pointer;
    max-width: 180px;
    margin: 0 1%;
    padding: 1em;
    width: 40%;
    float: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .question-container .option-inner_container .option-img {
      max-height: 95px; }
    .question-container .option-inner_container.js-isActive {
      background-color: white; }
    .question-container .option-inner_container:hover {
      background-color: rgba(255, 255, 255, 0.9); }
  .question-container .option-text {
    font-weight: bold;
    /* margin-top: 0; */ }

.question-done {
  margin-top: 0; }

.start-page {

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .start-page .start-link {
    max-width: 180px;
    padding-bottom: 2em;
    color: white;
    padding-top: 2em; }
    .start-page .start-link:hover {
      background-color: #2E3D52; }
    .start-page .start-link span {
      width: 100%;
      margin-top: 1em; }

.start-video-img {
  max-height: 80px;
  margin: 0.5em 0; }

/* Scss Document */
/* LIGHTBOX */
.lightbox {
  background: #333;
  background: transparent;
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap;
  z-index: 2147483647; }

.lightbox:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle; }

.lightbox:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.lightbox .lightbox-content .lightbox-inner {
  display: block; }

.lightbox .lightbox-content .lightbox-inner .main-content {
  padding: 0 2.5em 1em; }

.lightbox .lightbox-content .lightbox-inner .paragraf {
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.lightbox .lightbox-content .lightbox-inner .paragraf img {
  width: 3em;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.lightbox .lightbox-content .lightbox-inner .paragraf * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #71645f;
  font-weight: bold;
  text-align: left; }

.lightbox .lightbox-content {
  /* display: inline-block; */
  background: white;
  cursor: auto;
  height: 55vh;
  padding: 6em 3em;
  margin-left: auto;
  margin-right: auto;
  max-height: 95%;
  overflow-y: auto;
  position: relative;
  text-align: left;
  vertical-align: bottom;
  white-space: normal;
  width: 60%; }
  @media (max-width: 768px) {
    .lightbox .lightbox-content {
      width: 91vw; } }
  @media (max-width: 650px) {
    .lightbox .lightbox-content {
      padding: 6em 0;
      width: 100vw; } }
  .lightbox .lightbox-content.js-isActive {
    display: inline-block; }

.lightbox-img-container {
  width: 10%; }

.lightbox-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 100%; }

.lightbox-small-header {
  font-size: 1em;
  text-align: left;
  padding-left: 2em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.2rem; }

.lightbox-divider {
  height: 2px;
  width: 100%; }
  .lightbox-divider.divider-1 {
    background-color: #42708B;
    margin-top: 1em; }
  .lightbox-divider.divider-2 {
    background-color: #58989D; }
  .lightbox-divider.divider-3 {
    background-color: #A5C772;
    margin-bottom: 1em; }

.lightbox-text {
  float: left;
  text-align: left;
  padding: 0 2em;
  margin-top: 0; }

.lightbox .lightbox-content .lightbox-close {
  background-size: cover;
  background: url(../img/btn-close.svg) no-repeat top;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 9999; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .lightbox .lightbox-content {
    /* dimensions: maximize lightbox with for small screens */
    max-height: 98%; } }


.test-start {
  position: relative; }

.test-container {
  position: relative;
  height: 80vh; }
  .test-container .question {
    padding: 0 20%;
    font-size: 2.1em;
    margin-top: 10vh; }
    @media (max-width: 650px) {
      .test-container .question {
        font-size: 1.5em;
        padding: 0 0.5em; } }
  .test-container .test-inner_container {
    cursor: pointer;
    padding: 1em 3em; }
    @media (max-width: 650px) {
      .test-container .test-inner_container {
        padding: 1em; } }
    .test-container .test-inner_container.js-isActive {
      background-color: white; }
    .test-container .test-inner_container:hover {
      background-color: white; }
  .test-container .test-text {
    border-bottom: 6px solid #06304a;
    padding: 1em 0 2em;
    font-weight: bold;
    margin-top: 0; }
  .test-container .feedback {
    margin-top: 3em;
    min-width: 0; }
    @media (max-width: 768px) {
      .test-container .feedback .feedback-text {
        padding: 0 1em; } }

/* Page specifics */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.js-isHidden {
  display: none; }

.js-isInvisible {
  visibility: hidden;
  opacity: 0; }

.js-isTransparent {
  opacity: 0; }

.js-isCollapsed {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

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

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .no-float {
    float: none; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
/*# sourceMappingURL=main.css.map */