/* COLORS */


/* FONT WEIGHTS */


/* Reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  line-height: normal;
  vertical-align: middle;
  color: #888;
}

:-moz-placeholder {
  line-height: normal;
  vertical-align: middle;
  color: #888;
}

::-moz-placeholder {
  line-height: normal;
  vertical-align: middle;
  color: #888;
}

:-ms-input-placeholder {
  line-height: normal;
  vertical-align: middle;
  color: #888;
}

body {
  line-height: 1.1;
  font-size: 62.5%;
  background-color: #FFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

section {
  padding: 60px 0 0;
  position: relative;
  background-color: #FFF;
  min-height: 400px;
}

.hidden {
  display: none !important;
}


/*COLUMNS AND ROWS*/

.container {
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1170px;
  position: relative;
}

section .container {
  max-width: 990px;
}

.row {
  display: block;
  position: relative;
  margin-left: 2em;
  margin-right: 2em;
}

.row-nomargin {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-fifth {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-fifth {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-fifth {
  width: 20%;
}

.container:before,
.container:after,
.row:before,
.row:after,
.row-nomargin:before,
.row-nomargin:after {
  content: " ";
  display: table;
}

.container:after,
.row:after,
.row-nomargin:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}


/*MARGINS*/

.m-t-20 {
  margin-top: 20px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.m-r-20 {
  margin-right: 20px;
}

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-1 {
  padding: 1em;
}

.no-margin {
  margin: 0 !important;
}

clearfix,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.left > * {
  padding-right: 0;
}

.middle > * {
  padding-left: 0;
  padding-right: 0;
}

.right > * {
  padding-left: 0;
}

.middle,
.right {
  margin-top: 25px;
}

.text-padding {
  padding-left: 20px;
  padding-right: 20px;
}


/*Fonts & Text*/

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

h1,
.h1 {
  font-size: 1.9em;
  color: #312E38;
  font-weight: 900;
}

h2,
.h2 {
  font-size: 1.8em;
  color: #312E38;
  font-weight: 900;
}

h3,
.h3 {
  font-size: 1.3125em;
  color: #312E38;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 1.125em;
  color: #312E38;
  font-weight: 700;
  margin: 20px 0;
}

h5,
.h5,
h6,
.h6 {
  font-size: 1em;
  font-weight: 700;
  margin: 20px 0;
  /* 16 / 16 */
}

p,
a {
  line-height: 1.3;
  color: #312E38;
  margin-bottom: 10px;
}

a {
  color: #FFF;
}

sub,
sup {
  font-size: 60%;
}

sup {
  position: relative;
  top: -0.45em;
}

.strong,
.strong-italic {
  font-weight: 700;
}

.italic,
.strong-italic {
  font-style: italic;
}

.green {
  color: #9FD2C1;
}

.orange {
  color: #ff884d;
}

.red {
  color: #FF584B;
}

.fadeBg {
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.fadeImg {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

button,
.button {
  border-radius: 20px;
  width: 180px;
  padding: 3px 0;
  text-align: center;
  cursor: pointer;
  border: 2px solid #59595c;
  color: #000;
  font-weight: 900;
  background-color: #FFF;
  font-size: 70%;
  margin: 10px 0;
  text-transform: uppercase;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.kurs-content button,
.kurs-content .button {
  color: #9FD2C1;
  border-color: #9FD2C1;
}

.blue-btn {
  background-color: #008CCC;
  border: none;
  color: #FFF;
}

button:hover,
.button:hover {
  background-color: #59595c;
  color: #FFF;
  border-color: #FFF;
}

button.disabled,
button.disabled:hover,
.button.disabled,
.button.disabled:hover {
  color: #E2E2E2 !important;
  border-color: #E2E2E2 !important;
  background-color: #FFF !important;
  cursor: default !important;
}


/*Colors */

.white-text {
  color: #FFF !important;
}


/*Images*/

img.adapt-width {
  width: 100%;
  height: auto;
}

img.set-max-w {
  max-width: 100%;
  height: auto;
}

.minH-40 {
  min-height: 0px;
}

@media (min-width: 768px) {
  .minH-40 {
    min-height: 40px;
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #FFF url('../img/preloader.gif') no-repeat center center;
}


/* Smartphones */

@media (min-width: 300px) {
  body {
    font-size: 75%;
  }
}


/* Retina */

@media (min-width: 479px) {
  body {
    font-size: 87.5%;
  }
}


/* Tablet */

@media (min-width: 768px) {
  body {
    font-size: 100%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .left > * {
    padding-right: 2em;
  }
  .middle > * {
    padding-left: 1em;
    padding-right: 1em;
  }
  .right > * {
    padding-left: 2em;
  }
  .right,
  .middle {
    margin-top: 0;
  }
}


/* Desktop */

@media (min-width: 979px) {
  body {
    font-size: 100%;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

.no-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Webkit */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none;
}

.center-to-right,
.center-to-left {
  text-align: center;
}

@media (min-width: 768px) {
  .center-to-left {
    text-align: left;
  }
  .center-to-right {
    text-align: right;
  }
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2em;
  width: 100%;
}

.content-container {
  clear: right;
  float: left;
  margin: 0;
  padding-top: 0;
  width: 85%;
}


/* Top content */

.top-container {
  margin-bottom: 5%;
  border-bottom: 10px solid;
  border-color: #1C7356;
}

.top-content-divider {
  border: none;
  height: 10px;
  margin: 0;
  width: 100%;
  display: block;
}

body.block,
#course {
  background-color: #269973;
}

#index {
  background-color: #528CB2;
}

#seminars {
  background-color: #f2675d;
}

#index .top-container {
  border-color: #3E6985;
}

#seminars .top-container {
  border-color: #BF4238;
}

#course .top-container {
  border-color: #1C7356;
}

#index .top-content-divider {
  background-color: #3E6985;
}

#seminars .top-content-divider {
  background-color: #BF4238;
}

#course .top-content-divider {
  background-color: #1C7356;
}


/*FOOTER*/

footer {
  background-color: #333333;
  float: none;
  position: relative;
  width: 100vw;
  /* margin-top: 20px; */
}

footer .footer-hugger {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2em;
  width: 100%;
}

footer .footer-content-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #B3B3B3;
  font-size: 80%;
  margin-left: 0;
  padding: 40px 0 40px;
}

@media screen and (min-width: 768px) {
  footer .footer-content-container {
    padding: 40px 20px 40px;
  }
}

footer .footer-content-container .footer-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-content-container .footer-header {
  border-bottom: 1px solid #B3B3B3;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

footer .footer-content-container .footer-text {
  color: #B3B3B3;
  font-size: 100%;
  min-height: 80px;
}

footer .footer-content-container .footer-btn {
  border: 2px solid white;
  border-radius: 30px;
  font-size: 90%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0.4em 0.4em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 768px) {
  footer .footer-content-container .footer-btn {
    font-size: 80%;
  }
}

footer .footer-content-container .footer-btn:hover {
  background-color: white;
  color: #333333;
}

footer .footer-content-container img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  float: none;
  max-height: 26px;
  margin-top: 0.1em;
}

footer .footer-content-container img.logo-cit {
  max-height: 29px;
}

@media (min-width: 768px) {
  footer {
    text-align: left;
  }
  footer img {
    float: right;
    margin-top: -25px;
  }
}


/*---------------NAVIGATION--------------*/

nav#nav-main {
  float: left;
  height: 100vh;
  margin-left: -7%;
  width: 14%;
}

nav#nav-main .navigation {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em 0;
  position: fixed;
  width: 100px;
  z-index: 0;
}

nav#nav-main .navigation .nav-link {
  margin: 0 3% 0 0;
  width: 47%;
  width: 45%\9;
  display: inline-block;
}

nav#nav-main .navigation .nav-link.wider {
  width: 98%;
  margin: 0 2% 0 0;
}

nav#nav-main .navigation .nav-link img {
  width: 98%;
}

.ie10 nav#nav-main .navigation .nav-link.wider {
  width: 95%;
}

nav#nav-main .navigation .nav-link.disabled {
  cursor: default;
}

@media screen and (max-width: 1600px) {
  nav#nav-main {
    margin-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  nav#nav-main .navigation {
    padding: 2em 1.5em;
    width: 160px;
  }
  nav#nav-main nav#nav-main {
    width: 10%;
    margin-left: -5%;
  }
}

@media screen and (min-width: 1260px) {
  nav#nav-main .navigation {
    padding: 2em 2em;
    width: 180px;
  }
  nav#nav-main nav#nav-main {
    width: 14%;
    margin-left: -7%;
  }
}

@media screen and (max-width: 768px) {
  nav#nav-main .navigation {
    left: 1em;
  }
}

#index .navigation {
  background-color: #528CB2;
}

#seminars .navigation {
  background-color: #f2675d;
}

#course .navigation {
  background-color: #269973;
}

body.block .top-container {
  background-color: #85d6ad;
  height: 300px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

body.block .top-container h1,
body.block .top-container h2 {
  color: #FFF;
  margin: 20px auto;
  max-width: 600px;
}

body.block .content-container {
  background-color: #F2F2F2;
}


/*-----------INDEX-----------*/

.intro-content {
  position: relative;
  top: 0;
  margin: 0 auto 50px auto;
  width: 96%;
  max-width: 800px;
  display: block;
  padding: 20px 10px;
  text-align: center;
}

.intro-content p {
  font-weight: 300;
  font-size: 100%;
  margin: 10px auto;
  max-width: 600px;
}

.intro-content p.title {
  font-weight: 700;
  font-size: 100%;
  text-align: center;
}

.intro-content h2 {
  border-bottom: 1px solid #59595c;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 30px;
}

.intro-content a button {
  padding: 10px;
}

.intro-content .h4 {
  color: #528CB2;
}

.intro-video .video-cover {
  width: 100%;
}

@media all and (min-width: 600px) {
  .intro-content {
    width: 80%;
  }
}


/*-----------VIDEO PLACEHOLDER-----------*/

.videoplaceholder {
  background-color: #C9EAF3;
  border-bottom: 10px solid #008CCC;
}

.videoplaceholder img {
  width: 100%;
}


/*-----------SVG PLACEHOLDER-----------*/

object {
  width: 100%;
}

.svgplaceholder {
  background-color: #FFF;
  border-bottom: 10px solid #FFF;
  overflow: hidden;
  display: block;
  width: 100%;
  max-height: 550px;
  padding: 0;
}

.svgplaceholder .svg-container {
  height: 0;
  padding-top: 50.5%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1070px;
}

.svgplaceholder .svg-container svg {
  position: absolute;
  max-height: 550px;
  top: 0;
  left: 0;
  font-weight: 700;
}

.svgplaceholder .svg-container svg .tab-hl {
  display: none;
}

@media all and (min-width: 1070px) {
  .svgplaceholder .svg-container {
    padding-top: 60%;
  }
}


/*-----------KURSER-----------*/

#kurser .svgplaceholder {
  background-color: #D6EDE5;
  border-bottom: 10px solid #9FD2C1;
  max-height: 710px;
}

#kurser .svgplaceholder .svg-container {
  padding-top: 60%;
  max-width: 1170px;
}

#kurser .svgplaceholder .svg-container svg {
  max-height: 710px;
}

.kurs {
  cursor: pointer;
}

.kurs .nr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Webkit */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none;
}

.kurs .desc {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Webkit */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none;
}

.kurs .desc text {
  font-size: 14px;
}

.kurs .desc .btn-start text {
  font-size: 13px;
}

.kurs.rollover rect.desc-bg {
  fill: #FFF;
  stroke: #848484;
}

.kurs.completed .nr circle {
  stroke: #9FD2C1;
  fill: #9FD2C1;
}

.kurs.completed .nr path {
  fill: #FFF;
}

#hus g.outline path {
  display: none;
}

.image-title {
  font-size: 1.8em;
  color: #312E38;
  font-weight: 900;
  border-bottom: 1px solid #000;
  padding-left: 70px;
  margin-right: 25px;
  margin-bottom: 40px;
  margin-left: 10px;
}

#utb-delar.image-title:before,
#kursintyg.image-title:before {
  content: url(../img/utb-delar.png);
  position: absolute;
  top: -15px;
  left: 0;
}

#kursintyg.image-title:before {
  content: url(../img/kursintyg.png);
}

ul#progress {
  margin-left: -30px;
  width: 100%;
  list-style-type: none;
  white-space: nowrap;
  border-radius: 12px;
}

ul#progress li {
  display: inline-block;
  width: 9%;
}

ul#progress li div {
  border-radius: 50%;
  background-color: #E2E2E2;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}

ul#progress li.completed div {
  background-color: #9FD2C1;
}

ul#progress li:last-child {
  font-size: 1.125em;
  color: #312E38;
  font-weight: 700;
  margin: 20px 0;
  width: 10%;
  height: auto;
  vertical-align: baseline;
  padding-left: 1em;
}

#intyg .h5,
.h5.green {
  color: #269973;
}

#btn-kursintyg {
  padding: 10px;
}

#course-holder {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#course-holder .nav-item {
  margin: 0;
}

#course-holder .nav-item a {
  margin: 0;
  width: 80%;
  border: 1px solid #59595c;
  border-bottom: none;
  background-color: #FFF;
  color: #000;
  font-weight: 700;
  font-size: 80%;
  padding: 5px 5px 5px 30px;
  display: block;
}

#course-holder .nav-item a span {
  position: absolute;
  left: 10px;
}

#course-holder .nav-item a:hover {
  background-color: #e6e6e6;
}

#course-holder .nav-item .nav-desc {
  width: 100%;
  overflow: hidden;
  background-color: #269973;
}

#course-holder .nav-item .nav-desc p {
  padding: 10px 20px 10px 30px;
  color: #FFF;
}

#course-holder .nav-item:last-child a {
  border-bottom: 1px solid #59595c;
}

#course-holder .nav-item.current:last-child a {
  border-bottom: none;
}

#course-holder .nav-item.current a {
  background-color: #269973;
  color: #FFF;
}

#course-holder .nav-item.current .nav-desc {
  border: 1px solid #59595c;
  border-top: none;
}


/*--------SEMINARIER-------------*/

.seminarierplaceholder {
  background-color: #EFD0B9;
  border-bottom: 10px solid #FF584B;
}

.seminarierplaceholder img {
  width: 100%;
  margin-bottom: -2px;
}

.kurs-content h2,
.seminar-content h2 {
  text-align: center;
  border-bottom: 1px solid #59595c;
  margin-right: 25px;
  margin-bottom: 40px;
  padding: 0 0 10px;
}

.booked-item {
  background: url(../img/webbinar.png) no-repeat 10px 10px;
  background-color: #F2F2F2;
  padding: 10px;
  margin-top: 10px;
}

.booked-item .date {
  padding-left: 60px;
  color: #008CCC;
}

.booked-item .place {
  padding-left: 60px;
  font-size: 80%;
  font-weight: 700;
  margin-top: 7px;
}

.booked-item button {
  background-color: #008CCC;
  border: none;
  color: #FFF;
  display: inline-block;
  width: 100%;
}

#seminarium .booked-item {
  background: url(../img/seminar.png) no-repeat 10px 10px;
  background-color: #F2F2F2;
}

h2#kursintyg,
h2#utb-delar,
#seminarium h2,
#webbinarium h2 {
  text-align: left;
  /*padding-left: 60px;*/
  /*margin-left: 10px;*/
  padding-bottom: 5px;
}

h2#kursintyg,
#webbinarium h2 {
  margin-left: 0;
}


/*h2#utb-delar:before,
#seminarium h2:before {
  position: absolute;
  content: url(../img/bokaseminar.png);
  left: -5px;
  top: -10px;
}
h2#kursintyg:before, 
#webbinarium h2:before {
  position: absolute;
  content: url(../img/bokawebinar.png);
  left: -5px;
  top: -10px;
}
h2#utb-delar:before {content: url(../img/utb-delar.png);}
h2#kursintyg:before{content: url(../img/kursintyg.png);}*/

#seminarium h4,
#webbinarium h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.upcoming-item {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  border-bottom: 1px solid;
  padding-bottom: 30px;
}

.upcoming-item:last-child {
  border-bottom: none;
}

.upcoming-item div {
  white-space: normal;
}

.upcoming-item .row {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.upcoming-item .seminar {
  color: #BF4238;
  font-weight: 700;
}

.upcoming-item .date {
  margin-bottom: 10px;
}

.upcoming-item button {
  border-color: #BF4238;
  color: black;
  padding: 8px 0;
}

.upcoming-item button:hover {
  background-color: #F2F2F2;
}

.upcoming-item .desc,
.upcoming-item .book {
  width: 100%;
  display: block;
  vertical-align: top;
}

.upcoming-item .desc button,
.upcoming-item .book button {
  width: 100%;
}

.upcoming-item .places {
  font-size: 90%;
  text-align: right;
}

.upcoming-item .hidden-content {
  width: 100%;
  background-color: #F9B6B1;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: -21px;
  padding: 1em;
  position: absolute;
  top: 0;
  z-index: 99;
}

.upcoming-item .hidden-content .row {
  margin-top: 20px;
}

.upcoming-item .hidden-content .studiebesok a {
  color: #BF4238;
  display: block;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.upcoming-item .hidden-content .studiebesok button {
  width: 50px;
  float: right;
  vertical-align: top;
  margin-left: 10px;
}

.upcoming-item .hidden-content textarea {
  border: 1px solid #BF4238;
  margin-top: 10px;
  width: 100%;
  resize: none;
}

.upcoming-item .hidden-content .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}

.upcoming-item.booked {
  border-bottom: none;
}

.load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0;
  width: 100%;
  position: relative;
}

.load-more::before {
  background: #FF584B;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}

.load-more button {
  color: #FFF;
  background-color: #BF4238;
  border-color: #BF4238;
  position: relative;
  z-index: 10;
}

@media all and (min-width: 768px) {
  .right .image-title {
    margin-left: 25px;
  }
  #kursintyg.image-title:before {
    left: 16px;
  }
  .upcoming-item {
    white-space: nowrap;
  }
  .upcoming-item .desc {
    width: 58%;
    display: inline-block;
  }
  .upcoming-item .book {
    width: 40%;
    display: inline-block;
  }
  .upcoming-item .places {
    text-align: center;
  }
  #webbinarium h2,
  h2#kursintyg {
    /*margin-left: 25px;*/
    margin-right: 5px;
  }
}


/*--------------------------------------------*/


/*---------------MODULES----------------------*/

.top {
  background-color: #FFF;
  height: 80px;
  position: relative;
}

.top img,
.top span {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.top img.close {
  float: right;
  margin-right: 10px;
  margin-top: 20px;
}

.top img.logotyp {
  width: 175px;
  margin-left: 10px;
  margin-top: 18px;
}


/*--TABS--*/

.tab-wrapper {
  position: relative;
  margin: 0 auto 0 auto;
  width: 90%;
  height: 48px;
  max-width: 700px;
  display: block;
  padding: 0;
  white-space: nowrap;
  /*.tab.current:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: @blue;
        border-width: 15px;
        margin-left: -15px;
    }*/
}

.tab-wrapper .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	 -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  float: left;
  white-space: nowrap;
  width: 24%;
  margin: 0 0 0 -2px;
  padding: 0;
  border: none;
  background-color: #FFF;
  border: 2px solid #59595c;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.tab-wrapper .tab span {
  vertical-align: middle;
  width: 100%;
  color: #000;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
  font-size: 70%;
  line-height: 1.2;
  font-weight: 700;
  margin: auto;
}

.tab-wrapper .tab:first-child {
  margin-left: 8px;
}

.tab-wrapper .tab.current,
.tab-wrapper .tab:hover {
  background-color: #59595c;
}

.tab-wrapper .tab.current span,
.tab-wrapper .tab:hover span {
  color: #FFF;
}

.tab-wrapper .tab.visited {
  background-color: #9FD2C1;
}

.tab-wrapper .tab.visited span {
  color: #FFF;
}

.tab-wrapper .tab.visited.current {
  background-color: #24745a;
}

.tab-wrapper .tab.visited.current span {
  color: #FFF;
}

.tab-wrapper.one-tab {
  max-width: 300px;
  display: none;
}

.tab-wrapper.one-tab .tab {
  width: 100%;
}

.tab-wrapper.two-tabs {
  max-width: 300px;
}

.tab-wrapper.two-tabs .tab {
  width: 47.5%;
}

.tab-wrapper.three-tabs .tab {
  width: 32%;
}

@media all and (min-width: 600px) {
  /*.tab-wrapper {width: 90%;}*/
}

#sticky-wrapper {
  position: relative;
  top: -25px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: top 0.25s ease-out, background-color 0.5s ease-out;
  transition: top 0.25s ease-out, background-color 0.5s ease-out;
}

#sticky-wrapper.stick {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 85%;
  border-right: 3.4em solid #269973;
  max-width: 1088px;
  display: block;
  background-color: #1C7356;
}

#sticky-wrapper.stick .tab-wrapper.one-tab {
  display: block;
}

@media all and (min-width: 1280px) {
  #sticky-wrapper.stick {
    border-right: 3.4em solid #269973;
  }
}


/*--START--*/

#start-content {
  max-width: 600px;
  margin: 0 auto;
}

#start-content h1 {
  margin-bottom: 20px;
  padding-left: 12%;
  min-height: 60px;
}

#start-content p.ingress {
  font-size: 120%;
}

#start-content .nr {
  position: absolute;
  top: 5px;
  width: 10%;
  height: 100%;
  background: url(../img/nr-bg.svg) no-repeat top left;
  background-size: contain;
  text-align: center;
  padding-top: 2.8%;
  font-weight: 700;
  font-size: 125%;
}

section.module-content {
  padding-top: 0;
}


/*--------TEXT------*/

p {
  font-size: 90%;
}

p.small {
  font-size: 75%;
}

p.italic,
span.italic {
  font-style: italic;
}

p.ingress {
  font-size: 100%;
}

p.ingress {
  /*font-weight:@lightText;*/
}

p.title-w-img,
p.col-title,
p.title {
  font-weight: 700;
}

p.title-w-img,
p.col-title {
  font-size: 100%;
  margin-bottom: 20px;
}

p.col-title {
  text-align: center;
  padding: 0 !important;
}

p.question {
  font-weight: 700;
  font-size: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

span.text-hl {
  font-weight: 700;
}

.circle {
  border-radius: 50%;
  padding: 0.25em;
  background: #59595c;
  color: #FFF;
  text-align: center;
  font-size: 1em;
  width: 1.75em;
  height: 1.75em;
  display: inline-block;
  font-weight: 700;
}

.circle.green {
  background-color: #269973;
}


/*------IMAGES--------*/

img.title-img {
  float: left;
  height: 40px;
  padding-right: 10px;
  margin-top: -10px;
}

img.center-in-col {
  width: 50%;
  margin: 0 25% 40px;
  padding: 0;
  max-width: 100%;
  height: auto;
}

img.center-in-col.m-b-20 {
  margin-bottom: 20px;
}

img.maxwidth-in-col {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
  max-width: 100%;
  height: auto;
}

object.no-padding {
  padding: 0 !important;
}


/* -------LISTS------- */
ol.punklista,
ol.keypoints,
ol.keypoints-large {
  font-size: 90%;
}

ol.punklista {
  color: #312E38;
  margin-left: 20px;
  margin-bottom: 20px;
}

ol.punklista li {
  margin-bottom: 5px;
  text-align: left;
}

ol.punktlista {
  padding: 0 20px 10px 47px;
  font-size: 80%;
  color: white;
}

ol.punktlista li {
  margin-bottom: 2%;
}
ul.punklista,
ul.keypoints,
ul.keypoints-large {
  font-size: 90%;
}

ul.punklista {
  color: #312E38;
  margin-left: 20px;
  margin-bottom: 20px;
}

ul.punklista li {
  margin-bottom: 5px;
  text-align: left;
}

ul.punktlista {
  padding: 0 20px 10px 47px;
  font-size: 80%;
  color: white;
}

ul.punktlista li {
  margin-bottom: 2%;
}

ul.keypoints {
  margin-top: 20px;
  margin-left: 20px;
  list-style-image: url(../img/keypoint.png);
}

ul.keypoints li {
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 15px;
}

ul.keypoints-large {
  margin-top: 0;
  margin-left: 0;
}

ul.keypoints-large li {
  font-weight: 700;
  list-style: none;
  background: url(../img/keypoint-large.gif) left center no-repeat;
  margin: 0;
  padding: 10px 5px 10px 40px;
  vertical-align: middle;
}

#start-content ul.keypoints li {
  list-style-image: url(../img/keypoint-blue.gif);
  font-size: 120%;
}

ul.keypoints-large.align-top li,
ul.keypoints-large li.align-top {
  background-position: left 13px;
}

ul.keypoints-large.grey li {
  background-image: url(../img/keypoint-large-grey.gif);
}

ul.keypoints-large.white li {
  background-image: url(../img/keypoint-large-white.png);
}

ul.keypoints-large.greenkp li {
  background-image: url(../img/kp-tick.png);
}

ul.keypoints-large.dark li {
  background-image: url(../img/keypoint-large-dark.png);
}


/* --------SECTIONS---------- */

.tab-content {
  text-align: center;
}

.tab-content h1 {
  text-align: center;
  color: #269973;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 2em;
  display: inline-block;
  padding-bottom: 10px;
}

.tab-content img.adapt-width {
  margin-bottom: 20px;
}

.tab-section {
  width: 100%;
  padding: 20px 0 40px;
  margin: 20px auto;
  text-align: center;
  position: relative;
}

.tab-section h2 {
  border-bottom: 1px solid #000;
  margin: 0 15px 40px;
  padding: 0 0 10px;
  font-size: 150%;
  display: inline-block;
}

p.ingress {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper {
  width: 100%;
  padding: 20px 0 40px;
  margin: 20px auto;
  /* padding: 40px 0 60px;
  margin: 0 auto; */
  text-align: center;
  position: relative;
  padding-top: 40px;
  background-color: #CCCCCC;
}

.section-wrapper.beige {
  background-color: #E3E4E5;
}

.section-wrapper h2 {
  border-bottom: 1px solid #000;
  margin: 0 15px 40px;
  padding: 0 0 10px;
  font-size: 150%;
  display: inline-block;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

button.reveal-item {
  width: 24%;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 80%;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: transparent;
  /*color:#FFF;*/
  position: relative;
  vertical-align: top;
}

button.reveal-item img {
  width: 80%;
  height: 120px;
  margin: 0 auto 15px;
  max-width: 120px;
  background-color: transparent;
  border-radius: 50%;
  display: block;
  border: 2px solid #FFF;
}

button.reveal-item.button-col-5 {
  width: 19%;
}

button.reveal-item.button-col-6 {
  /* font-size: 95%; */
  width: 15%;
}

button.reveal-item.button-col-6 img {
  width: 100%;
}
button.reveal-item.button-col-8 {
  /* font-size: 95%; */
  width: 13%;
}

button.reveal-item.button-col-8 img {
  width: 100%;
}
.dark .reveal-item {
  color: #fff;
}

button.reveal-item:hover img,
button.reveal-item.current img {
  background-color: #66cc99;
  /*border:4px solid @blue; 
    -webkit-box-shadow:inset 0px 0px 0px 2px @blue;
    -moz-box-shadow:inset 0px 0px 0px 2px @blue;
    box-shadow:inset 0px 0px 0px 2px @blue;*/
}

button.reveal-item.no-bg img {
  width: 90%;
  height: 130px;
  max-width: 130px;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button.reveal-item.no-bg.current img {
  background-color: #FFF;
  border-radius: 50%;
  border: none;
}

.reveal-content {
  overflow: hidden;
  text-align: left;
  background-color: #FFF;
}

.reveal-content h3 {
  /*color:#FFF; */
  margin-bottom: 20px;
}

.reveal-content .container {
  padding: 25px 15px;
}

.reveal-content a {
  color: #008CCC;
}

.reveal-content.transparent {
  background-color: transparent;
}

.marker {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  bottom: -40px;
  margin-left: -20px;
  left: 0;
  display: none;
}

.section-wrapper.white {
  background-color: #F2F2F2;
}

.section-wrapper.white button.reveal-item img {
  background-color: #59595c;
}

.section-wrapper.white button.reveal-item:hover img {
  background-color: #66cc99;
}

.section-wrapper.dark {
  background-color: #59595c;
  margin-bottom: 0;
}

.section-wrapper.dark h2 {
  color: #FFF;
  border-color: #FFF;
}

.section-wrapper.dark p,
.section-wrapper.dark h3 {
  color: #FFF;
}

.section-wrapper.no-margin-bottom {
  margin-bottom: 0;
}

button.table-change,
button.change-item,
button.btn-label {
  border: 2px solid #59595c;
  color: #000;
  background-color: #FFF;
  padding: 10px 5px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60%;
  vertical-align: top;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  button.table-change,
  button.change-item,
  button.btn-label {
    font-size: 65%;
  }
}

@media screen and (min-width: 1024px) {
  button.table-change,
  button.change-item,
  button.btn-label {
    font-size: 70%;
  }
}

button.table-change:hover,
button.table-change.current,
button.change-item:hover,
button.change-item.current,
button.btn-label:hover,
button.btn-label.current {
  border: 2px solid #FFF;
  color: #FFF;
  background-color: #59595c;
}

.change-content {
  padding: 25px 0;
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
}

.change-content h3 {
  margin-top: 5px;
  margin-bottom: 30px;
}

.change-content p {
  text-align: left;
}

.change-content p.text-right {
  text-align: right;
}

.change-content.default {
  position: relative;
}


/* ---- EXPANDABLE DETAIL SECTION ----*/

.detailed-section {
  background-color: #b0e3d2;
  width: 100%;
  display: block;
  position: relative;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 60px;
}

.detailed-section button {
  text-transform: uppercase;
  position: relative;
}

.detailed-section .reveal-content {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 40px 0;
}

.detailed-section.expanded button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}

.detailed-section:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #b0e3d2;
  border-width: 20px;
  margin-left: -20px;
}

.detailed-section.expanded:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #F2F2F2;
  border-width: 20px;
  margin-left: -20px;
  margin-top: -40px;
}


/*TABLE*/

table.divided {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: -40px 0 0;
  padding: 0px;
}

table.divided td {
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  vertical-align: middle;
  border: 0px solid #F2F2F2;
  border-width: 0px 0px 0px 0px;
  text-align: left;
  padding: 15px;
  color: #000000;
  width: 50%;
}

table.divided td p {
  margin: 0;
  font-size: 70%;
}

table.divided td.leftside {
  border-width: 0px 3px 3px 0px;
}

table.divided td.rightside {
  border-width: 0px 0px 3px 0px;
}

table.divided td.leftside:last-child {
  border-width: 0px 3px 0px 0px;
}

table.col-5,
table.col-5-cells {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 40px;
  padding: 0px;
}

table.col-5 td,
table.col-5-cells td {
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  vertical-align: middle;
  border: 0px solid #ffffff;
  border-width: 0px 0px 0px 0px;
  text-align: center;
  padding: 0;
  color: #000000;
}

table.col-5 td p,
table.col-5-cells td p {
  text-align: center;
  margin: 0;
  font-size: 70%;
}

table.col-5 tr {
  background-color: transparent;
  border: 0px solid #c1ccd3;
  border-width: 0px 0px 2px 0px;
}

table.col-5 tr.color-1 {
  background-color: #f7f7f7;
}

table.col-5 td {
  width: 18%;
  height: 130px;
}

table.col-5 td p {
  padding: 25px 15px;
}

table.col-5 tr:first-child {
  border-width: 0px 0px 0px 0px;
}

table.col-5 tr:last-child td {
  border-width: 0px 0px 0px 0px;
}

table.col-5 td.table-name {
  font-weight: 700;
  vertical-align: bottom;
  color: #59595c;
  font-size: 80%;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}

table.col-5 td.table-name img {
  display: block;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

table.col-5 td.table-tab button {
  width: 80%;
  text-transform: uppercase;
}

table.col-5 td.selected {
  background-color: #59595c;
}

table.col-5 td.selected p {
  color: #FFF;
}

table.col-5-cells {
  margin-top: 40px;
}

table.col-5-cells td {
  width: 15%;
}

table.col-5-cells td p {
  padding: 5px 0;
}

table.col-5-cells td.col-1 {
  background-color: #f4ece6;
  width: 25%;
}

table.col-5-cells td.col-1 p {
  padding-left: 15px;
  text-align: left;
}

table.col-5-cells td.col-2 {
  background-color: #e3e4e5;
}

table.col-5-cells td.col-3 {
  background-color: #d6d6d6;
}

table.col-5-cells tr {
  border: 0px solid #FFF;
  border-width: 0px 0px 3px 0px;
}


/*QUIZ*/

.quiz-wrapper {
  width: 100%;
  padding: 20px 0 40px;
  margin: 20px auto;
  text-align: center;
  position: relative;
  margin: 0 auto !important;
  padding-top: 40px;
  background-color: #1C7356;
}

.quiz-wrapper h2 {
  border-bottom: 1px solid #000;
  margin: 0 15px 40px;
  padding: 0 0 10px;
  font-size: 150%;
  display: inline-block;
}

.quiz-wrapper h2 {
  color: #FFF;
  border-color: #FFF;
}

.quiz-wrapper .quizSlider {
  position: relative;
  display: block;
  margin-top: 0;
}

.quiz-wrapper .quizSlider .flexslider {
  min-height: 150px !important;
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
}

.quiz-wrapper .quizSlider li {
  text-align: center;
}

.quiz-wrapper .quizSlider .qnum {
  font-size: 1.125em;
  color: #312E38;
  font-weight: 700;
  margin: 20px 0;
  font-size: 100%;
  color: #FFF;
  margin-bottom: 20px;
}

.quiz-wrapper .quizSlider .question {
  font-size: 1.3125em;
  color: #312E38;
  font-weight: 700;
  font-style: italic;
}

.quiz-wrapper .quizSlider .question,
.quiz-wrapper .quizSlider .result,
.quiz-wrapper .quizSlider p {
  color: #FFF;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 15px auto;
}

.quiz-wrapper .quizSlider p.feedback {
  margin-top: 20px;
  margin-bottom: -10px;
  background-color: transparent;
}

.quiz-wrapper .quizSlider button {
  vertical-align: top;
  margin: 30px 1% 10px;
  color: #000;
  padding: 10px 15px;
  text-transform: uppercase;
}

.quiz-wrapper .quizSlider button:hover,
.quiz-wrapper .quizSlider button.selected {
  background-color: #59595c;
  color: #FFF;
  border-color: #FFF;
}

.quiz-wrapper .quizSlider button.btn_answer {
  width: 30%;
}


/*----------SLIDERS---------*/

.vertical-slider,
.simpleslider {
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Webkit */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none;
}

.simpleslider .drag-container {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #cfd8dc;
  color: #000;
  -webkit-backface-visibility: hidden;
}

.simpleslider .drag-container.whitebg {
  background-color: #FFF;
}

.simpleslider.large .drag-container {
  background-color: #FFF;
  height: 20px;
  border-radius: 12px;
}

.simpleslider .drag-elem {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  width: 25%;
  max-width: 90px;
  height: 100%;
  border-radius: 12px;
  display: block;
  background-color: #59595c;
  border: 0;
  -webkit-backface-visibility: hidden;
}

.simpleslider .drag-elem {
  background: url(../img/arrow-up.png) no-repeat center center;
  background-color: #59595c;
}

.vertical-slider .slider-extension,
.vertical-slider .drag-container {
  position: relative;
  width: 20px;
  height: 100px;
  background-color: #59595c;
  margin: 0 auto;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.vertical-slider .drag-elem {
  background: url(../img/arrow-up-small.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 100%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background-color: black;
  border: 0;
  -webkit-backface-visibility: hidden;
  z-index: 3;
  margin-top: -10px;
}

.midline {
  width: 100%;
  z-index: 2;
  display: block;
  background-color: #d5d5d5;
  height: 5px;
  position: absolute;
  border-radius: 5px;
  top: 95px;
}

.vertical-slider .slider-extension {
  height: 95px;
  background-color: #cfd8dc;
}

.bar-content .key {
  font-size: 85%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.bar-content .key span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: -15px;
  margin-right: 10px;
}

.bar-content .key span.key-blue {
  background-color: #0071bc;
}

.bar-content .key span.key-yellow {
  background-color: #fbda91;
}

.bar-content .key span.key-red {
  background-color: #FF584B;
}

.info-section {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #85d6ad;
  vertical-align: bottom;
}

.info-section .left-section,
.info-section .right-section {
  vertical-align: middle;
  padding: 30px 0 0;
  display: block;
  float: left;
  width: 100%;
}

.info-section .left-section {
  background-color: #85d6ad;
  color: #FFF;
}

.info-section .left-section .text-wrapper {
  float: right;
  padding-bottom: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 360px;
  text-align: right;
}

.info-section .left-section .text-wrapper img {
  vertical-align: middle;
  display: inline-block;
  width: 20%;
  height: auto;
}

.info-section .left-section .text-wrapper .text-holder {
  width: 70%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
}

.info-section .left-section .text-wrapper .text-holder span {
  color: #FFF;
  display: block;
  font-weight: 900;
}

.info-section .right-section {
  background-color: #CCCCCC;
}

.info-section .right-section .text-wrapper {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  max-width: 540px;
}

@media all and (min-width: 768px) {
  .info-section {
    border: 0;
    white-space: nowrap;
  }
  .info-section .left-section {
    width: 40%;
  }
  .info-section .left-section .text-wrapper {
    float: right;
  }
  .info-section .right-section {
    width: 60%;
  }
  .info-section .left-section,
  .info-section .right-section {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}

.label {
  color: #FFF;
  background-color: #514d4c;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 700;
  /*font-size:180%;
    margin-top:30px;*/
}

.divline {
  display: block;
  position: relative;
  margin-left: 2em;
  margin-right: 2em;
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.accordion {
  text-align: left;
  margin-bottom: 5px;
  padding: 0;
}

.accordion .expand-content {
  margin: 0 0 5px 0;
  overflow: hidden;
}

.accordion .trigger {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.accordion .trigger img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.accordion .trigger .h4 {
  margin: 0 0 -3px 3px;
  padding: 0;
  line-height: 95%;
  font-size: 95%;
}

/* ACCORDION, MOVED FROM block-9/custom.css to make it global */
.acc-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom:1.5em;
}
.acc-holder .column {
  width:50%;
  text-align: left;
  position:relative;
}
.acc-holder .column.right {
  background-color:#F2F2F2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.acc {margin-bottom:0.25em;}
.acc .trigger .trigger-text,
.acc .trigger {
  color: #333333;
  text-transform: uppercase;
  font-weight: 900;
}
.acc .trigger {
  padding: 0.5em 3em 0.5em 1em;
  font-size: 80%;
  background-color: white;
  background-image: url(../img/dd-arrow-g.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor:pointer;
}
.acc.out .trigger {
  background-image: url(../img/dd-arrow-up.png);
}
.acc .trigger .trigger-text {
  padding-left: 1em;
}
.acc-content {
  padding:1em 3em 1em 1em;
  background-color:#F2F2F2;
  width:100%;
}
.acc-content.left-content {
  padding: 0 1em 1em 1em;
}
.acc-content.beige {
  background-color: #f4f4f4;
}
.acc-holder .column.right .acc-content {
  padding:1em 1.5em;
}
.acc .color-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.acc .left-content .row {
  margin: 0;
}
.acc .left-content p,
.acc .left-content h5 {
  text-align: left;
}
.acc .color-circle.c-1 {background-color: #010101;}
.acc .color-circle.c-2 {background-color: #00375B;}
.acc .color-circle.c-3 {background-color: #859BAC;}
.acc .color-circle.c-4 {background-color: #B5CBD8;}
.acc .color-circle.c-5 {background-color: #7D5C38;}
.acc .color-circle.c-6 {background-color: #C6BDB0;}
.acc .color-circle.c-7 {background-color: #E5E5E5;}
.acc .color-circle.c-8 {background-color: #D2DE85;}
.acc .color-circle.c-9 {background-color: #79B72E;}
.acc .color-circle.c-10 {background-color: #FCC75E;}
.acc .color-circle.c-11 {background-color: #F17F3B;}
.acc .color-circle.c-12 {background-color: #7F2726;}

#geo-fakt .left-align,
.acc .trigger.left-text {
  text-align: left;
  padding: 1em;
}
/* ACCORDION TO HERE */
.videocontainer {
  width: 100%;
}

.videocontainer iframe {
  border-width: 0;
}

.progress-placeholder {
  margin-top: 3em;
}

.calc {
  margin: 0 0 20px 0;
  padding: 0;
}

.calc .calc-section {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #CCCCCC;
}

.calc-exercise {
  padding-bottom: 40px;
  margin-left: 1em;
  margin-right: 1em;
}

.calc-exercise button {
  margin: 10px 1px;
  min-width: 100px;
  max-width: 30%;
  min-height: 40px;
}

.calc-exercise button.lower-case {
  text-transform: none;
}

.calc-exercise button:hover,
.calc-exercise button.selected {
  color: #FFF;
  background-color: #59595c;
  border-color: #FFF;
}

.exempel,
.definition {
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}

.calc-bg {
  background-color: #FFF;
  padding: 10px;
  border-bottom: 10px solid #FFF;
  overflow: hidden;
}

.calc-bg .exempel {
  background-color: #f4f4f4;
}

.calc-bg-dark {
  background-color: #E2E2E2;
  border-bottom: 10px solid #E2E2E2;
  overflow: hidden;
  padding: 10px;
}

.calc-bg-dark .exempel {
  background-color: #FFF;
}

.courses-instructions-header {
  margin-top: 80px;
}

.courses-instructions {
  padding-bottom: 40px;
}

.courses-instructions p {
  margin-bottom: 20px;
}

.courses-instructions.left {
  clear: left;
}

.courses-instructions.right > p,
.courses-instructions.right > img {
  padding-left: 25px;
}

.courses-instructions .h5.green {
  margin-top: 50px;
}

.courses-instructions-img {
  max-width: 100%;
}

#index .content-container {
  background-color: #E0F1F9;
}

#seminars .content-container {
  background-color: #FEF0EF;
}

#course .content-container {
  background-color: #E0F5EB;
}

.btn_survey_export {
  position: absolute;
  top: 40px;
  right: 25px;
}

h1.nr {
  border: 2px solid white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
}

.bottom-tab-nav .tab-nav-container {
  width: 50%;
  float: left;
  cursor: pointer;
  background-color: #D5D5D5;
  transition: background-color 0.2s ease;
}

.bottom-tab-nav .tab-nav-container:hover {
  background-color: white;
}

.bottom-tab-nav .tab-nav-container.disabled {
  cursor: default;
}

.bottom-tab-nav .tab-nav-container.disabled:hover {
  background-color: #D5D5D5;
}

.bottom-tab-nav .tab-nav-container.disabled .tab-inner {
  opacity: 0;
}

.tab-inner {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-nav-text {
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  margin: 0 2em;
}

.tab-nav-img {
  width: 15px;
}

.next-tab {
  border-left: 2px solid black;
}

.tab-indicator-container {
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.tab-indicator-img {
  width: 22px;
}



.instructions-container{
    display: flex;
    justify-content: center;
    margin-top: 2em;
    /* margin-bottom: 1em; */
}
.instructions-img{
    height: 30px;
    margin-right:1%;
}
.instructions-text{
    width: 20%;
    text-align: left;
}

@media screen and (max-width: 900px){
 .tab-nav-text {
  font-size: 17px;
}   
.instructions-text{
    width: 30%;
}
}
.reveal-content.grey{
  background-color: #CCCCCC;
}


.brown-border{
    margin-bottom: 2em;
    border-bottom: 10px solid #777363;
}

@media screen and (min-width: 1024px) {
  #nyckeltal #nyckeltal-3 {
    font-size: 64%;
  }
}

.flex-table.dark {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0;
}
.flex-table.dark{
  border-top-color:black; 
}
.flex-table.dark p {
    padding: 0 1em 0 0;
}
.flex-table.dark img{
    width: 114px;
    height: 77px;
  }
.flex-table .table-header {
  font-size: 110%;
}
.flex-table .uppercase {
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 900;
}
.flex-table p {
  padding: 0 0.5em 0 0;
}
.flex-table img {
  max-height: 60px;
}


.change-item.custom{
  width: 14%;
}

body.noscroll {
	overflow-y:hidden;
}

.popup-overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  opacity: 1;
  overflow: hidden;
  background-color: #87C2CE;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .popup-overlay-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
  }
}

.popup-overlay-bg.js-isHidden {
  display: none;
}

.popup-overlay-bg .popup-overlay {
  position: relative;
  display: flex;
  top: 0;
  width: 100%;
  min-height: 100%;
  background-color: white;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

@media (min-width: 768px) {
  .popup-overlay-bg .popup-overlay {
    border-radius: 12px;
    min-height: 300px;
    max-width: 700px;
    max-height: 100%;
    overflow-y: auto;
    padding: 0;
  }  
}


.popup-overlay-bg .popup-overlay .popup-content {
  padding: 2.5em 2.5em;
  display:flex;
  flex-direction: column;  
}
.popup-overlay-bg .popup-overlay .popup-content .row {
  padding:0;
  margin:1em 0;
}
.popup-overlay-bg .popup-overlay .popup-content h3{
  margin: 1em 0;
}
.popup-overlay-bg .popup-overlay .popup-content h4 {
  margin: 1em 0 0.5em;
}

.popup-overlay-bg .popup-overlay .popup-content p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .popup-overlay-bg .close-popup span.db-txt {
    display: none;
  }
}

.resource-iframe-container {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 0;
  overflow: hidden;
  z-index: 9999;
  display:flex;
}

.resource-iframe-container .iframe-container {
  border: none;
  width: 100%;
  height: 100vh;
}

@media (min-width: 768px) {
  .resource-iframe-container .iframe-container {
    margin: auto;
    width: 100%;
    max-width: 800px;
    height: 400px;
  }
}

@media (min-width: 1250px) {
  .resource-iframe-container .iframe-container {
    margin: 30px auto 0;
    height: calc(100vh - 30px);
  }
}

.resource-iframe-container .iframe-container iframe {
  border: none;
  height: 100vh;
}
@media (min-width: 768px) {
  .resource-iframe-container .iframe-container iframe {
    height: 400px;
  }
}

@media (min-width: 1250px) {
  .resource-iframe-container .iframe-container iframe {
    height: calc(100vh - 30px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.resource-body {
  background-color: white;
  padding: 0;
}

.resource-body .container {
  height: 90vh;
}

.resource-body .resource-content {
  padding: 2em 0;
  min-height: 80vh;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn-close {
  position: absolute;
  height: 47px;
  background-color: transparent;
  text-align: right;
  padding-right: 0;
  border:none;
  color: black;
  top: 0.5em;
  right: 1em;
  font-size: 14px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100px;
}

.btn-close.close-resource {
  position: fixed;
}

.btn-close .icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../img/close.svg);
  background-size: cover;
  margin-left: 10px;
  transition: transform 0.5s ease, background 0.5s ease, box-shadow 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .btn-close span.db-txt {
    position: absolute;
    top: -9999px;
  }
}

@media (min-width: 768px) {
  .btn-close {
    top: 1em;
    right: 1em;
  }
}

.btn-close:hover  {
  background-color:transparent;
  color:black;
}

.btn-close:focus {
  text-decoration: underline;
}

.btn-close-popup {
  position: fixed;
  height: 3em;
  background-color: transparent;
  text-align: right;
  padding-right: 0;
  color: white;
  top: 1.25em;
  left: 1.5em;
  font-size: 14px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-close-popup .icon {
  display: inline-block;
  border: 1.5px solid white;
  border-radius: 50%;
  width: 2.9375em;
  height: 2.9375em;
  background-image: url(../img/icons/arrow-left2.svg);
  background-size: cover;
  margin-right: 10px;
  transition: transform 0.5s ease, background 0.5s ease, box-shadow 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .btn-close-popup {
    top: 8px;
    left: 1em;
  }
  .btn-close-popup span.db-txt {
    position: absolute;
    top: -9999px;
  }
  .btn-close-popup .icon {
    width: 30px;
    height: 30px;
  }
}

.btn-close-popup:hover .icon {
  transform: rotate(360deg);
}

.btn-close-popup:focus {
  text-decoration: underline;
}

.pull-left {
  float: left!important;
}
.radio {
  display:flex;
  align-items: center;
}
.checkbox label, .radio label {
  min-height: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
input[type=radio] {
  vertical-align:top;
  margin-right: 5px;
  display: inline-block;
  box-sizing: border-box;
    padding: 0;
}
#start-popup select,
#start-popup input#kommun  {
  padding:5px;
  min-width:250px;
}
#diplom .container {
  position:relative;
  padding: 2em 3em;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:flex-start;
  min-height:370px; width:100%;
}
.email-inner {
  display:flex; flex-direction: column;
  margin-bottom:2em;
  margin-top:1em;
}

input#name { 
  margin-top:10px;
  width:100%;
  padding:5px;
}
img#icon-intyg {
  position:absolute;
  bottom:2em; right:2em;
}

#diploma-btn button {
  margin-top:5px;
}

.js-isHidden {display: none !important; }  
  .js-isInvisible {visibility: hidden; opacity: 0; }  
  .js-isTransparent {opacity: 0; }