@charset "UTF-8";
/* Theme Name: pps
Author: Erika Lundell & Lennart Annerbratt, JGL
Author URI: www.jgl.se */
/*Variabler, bootstrap*/
/* Fonter */
/* Färger */
body {
  line-height: 1.4;
}

*, input, button, textarea, select {
  font-family: "Roboto", sans-serif;
}

.heading {
  margin-bottom: 1.5em;
}

.intro {
  line-height: 1.3;
  margin-bottom: 2em;
}
@media all and (min-width: 576px) {
  .intro {
    font-size: 1.15rem;
  }
}
@media all and (min-width: 768px) {
  .intro {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1440px) {
  .intro {
    font-size: 1.5rem;
  }
}

.heading--section {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 576px) {
  .heading--section {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--section {
    font-size: 3rem;
    margin-bottom: 1.75rem;
  }
}

.heading--hero {
  font-size: 1.375rem;
  margin-bottom: 1.125rem;
  line-height: 1.2;
}
@media all and (min-width: 576px) {
  .heading--hero {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 768px) {
  .heading--hero {
    font-size: 2rem;
    margin-bottom: 2.25rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--hero {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}

.heading--column,
.entry-content h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {
  .heading--column,
.entry-content h1 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--column,
.entry-content h1 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}

.heading--secondary,
.entry-content h2,
.grid-item h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {
  .heading--secondary,
.entry-content h2,
.grid-item h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--secondary,
.entry-content h2,
.grid-item h2 {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
  }
}

.heading--tertiary,
.entry-content h3,
.grid-item h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {
  .heading--tertiary,
.entry-content h3,
.grid-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--tertiary,
.entry-content h3,
.grid-item h3 {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
  }
}

.heading--tertiary,
.entry-content h4,
.grid-item h4 {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {
  .heading--tertiary,
.entry-content h4,
.grid-item h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--tertiary,
.entry-content h4,
.grid-item h4 {
    font-size: 1.175rem;
    margin-bottom: 0.75rem;
  }
}

h2, h3 {
  margin-bottom: 1rem;
}

h4, h5, h6 {
  font-size: 0.9375rem;
  font-weight: bold;
}
@media all and (min-width: 576px) {
  h4, h5, h6 {
    font-size: 1rem;
  }
}

/* Grid */
.grid {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
}
.grid > .grid-item {
  max-width: 100%;
}

.grid--gutters {
  margin: 0 0 0 -1.5rem;
}
@media all and (min-width: 1200px) {
  .grid--gutters {
    margin: 0 0 0 -3rem;
  }
}
.grid--gutters > .grid-item {
  padding: 0 0 0 1.5rem;
  /*@media all and (min-width:$xxl-min) {
    padding: 0 0 0 4rem;
  }*/
}
@media all and (min-width: 992px) {
  .grid--gutters > .grid-item {
    padding: 0 0 0 2rem;
  }
}
@media all and (min-width: 1200px) {
  .grid--gutters > .grid-item {
    padding: 0 0 0 3rem;
  }
}

@media all and (min-width: 768px) {
  .grid--gutters-large {
    margin: 0 0 0 -3.25rem;
  }
}
@media all and (min-width: 1440px) {
  .grid--gutters-large {
    margin: 0 0 0 -7.25rem;
  }
}
@media all and (min-width: 768px) {
  .grid--gutters-large > .grid-item {
    padding: 0 0 0 3.25rem;
  }
}
@media all and (min-width: 1440px) {
  .grid--gutters-large > .grid-item {
    padding: 0 0 0 7.25rem;
  }
}

/* Base classes for all media */
.grid--fit > .grid-item,
.grid > .grid-item {
  -webkit-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 0;
  max-width: none;
}

.grid--full > .grid-item {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 100%;
}

.grid--1of2 > .grid-item {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  max-width: 50%;
}

.grid--1of3 > .grid-item {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  max-width: 33.3%;
}

.grid--1of4 > .grid-item {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  max-width: 25%;
}

.grid--1of5 > .grid-item {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  max-width: 20%;
}

/* Small to medium screens */
@media (min-width: 576px) {
  .small-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-width: none;
  }

  .small-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }

  .small-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 100%;
  }

  .small-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }

  .small-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }

  .small-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
/* medium screens */
@media (min-width: 768px) {
  .medium-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-width: none;
  }

  .medium-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }

  .medium-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 50%;
  }

  .medium-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }

  .medium-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }

  .medium-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
/* Large screens */
@media (min-width: 992px) {
  .large-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-width: none;
  }

  .large-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }

  .large-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 50%;
  }

  .large-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }

  .large-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }

  .large-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
/* Superlarge screens */
@media (min-width: 1200px) {
  .xlarge-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-width: none;
  }

  .xlarge-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }

  .xlarge-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 50%;
  }

  .xlarge-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }

  .xlarge-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }

  .xlarge-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
/* Super-duper-large screens */
@media (min-width: 1440px) {
  .xxlarge-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-width: none;
  }

  .xxlarge-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }

  .xxlarge-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 50%;
  }

  .xxlarge-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }

  .xxlarge-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }

  .xxlarge-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
.grid > .grid-item.u-full {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 100%;
}
.grid > .grid-item.u-1of3 {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  max-width: 33.3%;
}
.grid > .grid-item.u-1of4 {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  max-width: 25%;
}
.grid > .grid-item.u-1of5 {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  max-width: 20%;
}
@media all and (min-width: 576px) {
  .grid > .grid-item.small--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .grid > .grid-item.small--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.small--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
  .grid > .grid-item.small--u-1of5 {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
@media all and (min-width: 768px) {
  .grid > .grid-item.medium--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .grid > .grid-item.medium--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.medium--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
  .grid > .grid-item.medium--u-1of5 {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
@media all and (min-width: 992px) {
  .grid > .grid-item.large--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .grid > .grid-item.large--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.large--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
  .grid > .grid-item.large--u-1of5 {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
@media all and (min-width: 1200px) {
  .grid > .grid-item.xlarge--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .grid > .grid-item.xlarge--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.xlarge--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
  .grid > .grid-item.xlarge--u-1of5 {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}
@media all and (min-width: 1440px) {
  .grid > .grid-item.xxlarge--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .grid > .grid-item.xxlarge--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.xxlarge--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
  .grid > .grid-item.xxlarge--u-1of5 {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    max-width: 20%;
  }
}

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 18.5px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent !important;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* Basics */
html {
  font-size: 100%;
}

* {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: all 0.3s ease;
  color: blue;
  text-decoration: none;
}
a:hover, a:focus {
  color: purple;
  text-decoration: none;
}

/*
.container {
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  max-width:calc(1400px + 2.5rem + 2.5rem);
  @media all and (min-width:$md-min) {
    padding: 0 2.5rem;
  }
  @media all and (min-width:$xl-min) {
    width: 1280px;
    max-width: 100%;
  }
  @media all and (min-width:$xxl-min) {
    width: 1400px;
    max-width: 100%;
  }
}
*/
img {
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright {
  max-width: 47%;
  height: auto;
}

.alignnone {
  float: none;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
}

/* Breadcrumbs */
header.page-header {
  margin: 0;
}

.breadcrumbs {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 0;
  line-height: 1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  margin-top: -50px;
  height: 50px;
}
.breadcrumbs .trail-browse {
  position: absolute;
  text-indent: -9999px !important;
}
.breadcrumbs ul.trail-items {
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  max-width: calc(1400px + 2.5rem + 2.5rem);
}
@media all and (min-width: 768px) {
  .breadcrumbs ul.trail-items {
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 992px) {
  .breadcrumbs ul.trail-items {
    padding: 0 3rem;
    width: 1280px;
  }
}
@media all and (min-width: 1200px) {
  .breadcrumbs ul.trail-items {
    padding: 0 2.5rem;
    width: 1280px;
  }
}
@media all and (min-width: 1439px) {
  .breadcrumbs ul.trail-items {
    padding: 0 2.5rem;
    width: 1400px;
  }
}
.breadcrumbs ul.trail-items li.trail-item {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media all and (max-width: 576px) {
  .breadcrumbs ul.trail-items li.trail-item {
    font-size: 0.625rem;
  }
}
.breadcrumbs ul.trail-items li.trail-item::after {
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs ul.trail-items li.trail-item a, .breadcrumbs ul.trail-items li.trail-item a > span {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.breadcrumbs ul.trail-items li.trail-item a:hover, .breadcrumbs ul.trail-items li.trail-item a > span:hover {
  color: white;
}
.breadcrumbs ul.trail-items li.trail-item span {
  color: #fff;
}

/* Sektioner */
section,
div.layout,
.layout-hero_image .hero {
  padding: 2rem 0;
}
@media all and (min-width: 576px) {
  section,
div.layout,
.layout-hero_image .hero {
    padding: 3rem 0;
  }
}
@media all and (min-width: 768px) {
  section,
div.layout,
.layout-hero_image .hero {
    padding: 4rem 0;
  }
}
@media all and (min-width: 1440px) {
  section,
div.layout,
.layout-hero_image .hero {
    padding: 7.5rem 0;
  }
}

section.layout-quotes {
  padding: 0 !important;
}
section.layout-quotes h2 {
  text-transform: none;
}

section .container .section-header {
  text-align: center;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  section .container .section-header {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 992px) {
  section .container .section-header {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 991.9px) {
  section .container .section-header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
section .container .section-header .f {
  margin-bottom: 1.75rem;
}
section .container .section-header .section-intro {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  section .container .section-header .section-intro {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  section .container .section-header .section-intro {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 576px) {
  section .container .section-header .section-intro p {
    font-size: 1.15rem;
  }
}
@media all and (min-width: 768px) {
  section .container .section-header .section-intro p {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1440px) {
  section .container .section-header .section-intro p {
    font-size: 1.5rem;
  }
}

/* Färginställningar */
.default {
  background: #fff;
}
.default + .default {
  padding-top: 0;
}

.lightgray {
  background: #f6f4f0;
}
.lightgray + .lightgray {
  padding-top: 0;
}
.lightgray .faq-section, .lightgray .faq-question {
  border-color: #d8d6d2;
}
.lightgray table.points-table td {
  background: #fff;
  border-bottom: 1px solid #d8d6d2;
}

.cyber-magenta {
  background: #ff0080;
  color: #fff;
}
.cyber-magenta a {
  color: #fff !important;
}
.cyber-magenta + .cyber-magenta {
  padding-top: 0;
}
.cyber-magenta .faq-section, .cyber-magenta .faq-question {
  border-color: #fff;
}
.cyber-magenta .faq-question .faq-question-heading {
  color: #fff !important;
}
.cyber-magenta table.points-table th {
  background: #cc0066;
  color: #fff;
}
.cyber-magenta table.points-table td {
  background: #fff;
  border-bottom: 1px solid #ff0080;
  color: #000000;
}
.cyber-magenta.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: none;
  background: #cc0066;
}
.cyber-magenta.layout-cols_345 .grid-item .inner > a:hover, .cyber-magenta.layout-program_list .grid-item .inner > a:hover {
  background: #cc0066;
}

.cyber-turquoise {
  background: #ccede1;
  color: #007983;
}
.cyber-turquoise a {
  color: #007983;
}
.cyber-turquoise a:hover {
  color: #000000;
}
.cyber-turquoise + .cyber-turquoise {
  padding-top: 0;
}
.cyber-turquoise .faq-section, .cyber-turquoise .faq-question {
  border-color: #007983;
}
.cyber-turquoise .faq-question .faq-question-heading {
  color: #007983 !important;
}
.cyber-turquoise table.points-table th {
  background: #007983;
  color: #fff;
}
.cyber-turquoise table.points-table td {
  background: #fff;
  border-bottom: 1px solid #ccede1;
}
.cyber-turquoise.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: none;
  background: #007983;
  color: #fff;
}
.cyber-turquoise.layout-cols_2 .container > .grid > .grid-item .column-content .files a {
  color: #fff !important;
}
.cyber-turquoise.layout-cols_2 .inverted .content--boxed {
  background: #007983 !important;
}

.enskede-green {
  background: #00c000;
  color: #fff;
}
.enskede-green a {
  color: #fff !important;
}
.enskede-green + .enskede-green {
  padding-top: 0;
}
.enskede-green .faq-section, .enskede-green .faq-question {
  border-color: #fff;
}
.enskede-green .faq-question .faq-question-heading {
  color: #fff !important;
}
.enskede-green table.points-table th {
  background: #009a00;
  color: #fff;
}
.enskede-green table.points-table td {
  background: #fff;
  border-bottom: 1px solid #00c000;
}
.enskede-green.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: none;
  background: #009a00;
}
.enskede-green.layout-cols_2 .inverted .content--boxed {
  background: #009a00 !important;
}

.snitz-red {
  background: #e73d3e;
  color: #fff;
}
.snitz-red a {
  color: #fff;
}
.snitz-red + .snitz-red {
  padding-top: 0;
}
.snitz-red .faq-section, .snitz-red .faq-question {
  border-color: #fff;
}
.snitz-red .faq-question .faq-question-heading {
  color: #fff !important;
}
.snitz-red table.points-table th {
  background: #b93132;
  color: #fff;
}
.snitz-red table.points-table td {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #e73d3e;
}
.snitz-red.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: none;
  background: #b93132;
}
.snitz-red.layout-cols_2 .inverted .content--boxed {
  background: #b93132 !important;
}

.snitz-red-gradient {
  background: linear-gradient(to right, #e73d3e, #ffa636);
  color: #fff;
}
.snitz-red-gradient a {
  color: #fff;
}
.snitz-red-gradient + .snitz-red-gradient {
  padding-top: 0;
}
.snitz-red-gradient .faq-section, .snitz-red-gradient .faq-question {
  border-color: #fff;
}
.snitz-red-gradient .faq-question .faq-question-heading {
  color: #fff !important;
}
.snitz-red-gradient table.points-table th {
  background: #b93132;
  color: #fff;
}
.snitz-red-gradient table.points-table td {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #e73d3e;
}
.snitz-red-gradient.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: none;
  background: #b93132;
}
.snitz-red-gradient.layout-cols_2 .inverted .content--boxed {
  background: #b93132 !important;
}

.inverted *, .inverted p, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6 {
  color: #fff;
}
.inverted * a, .inverted p a, .inverted h1 a, .inverted h2 a, .inverted h3 a, .inverted h4 a, .inverted h5 a, .inverted h6 a {
  color: #fff !important;
}
.default .news-link-wrapper {
  background: #f6f4f0;
}

.lightgray .news-link-wrapper,
.cyber-turquoise .news-link-wrapper,
.cyber-magenta .news-link-wrapper,
.enskede-beige .news-link-wrapper,
.snitz-beige .news-link-wrapper,
.snitz-red .news-link-wrapper,
.snitz-red-gradient .news-link-wrapper {
  background: white;
}
.lightgray .news-link-wrapper h3, .lightgray .news-link-wrapper p,
.cyber-turquoise .news-link-wrapper h3,
.cyber-turquoise .news-link-wrapper p,
.cyber-magenta .news-link-wrapper h3,
.cyber-magenta .news-link-wrapper p,
.enskede-beige .news-link-wrapper h3,
.enskede-beige .news-link-wrapper p,
.snitz-beige .news-link-wrapper h3,
.snitz-beige .news-link-wrapper p,
.snitz-red .news-link-wrapper h3,
.snitz-red .news-link-wrapper p,
.snitz-red-gradient .news-link-wrapper h3,
.snitz-red-gradient .news-link-wrapper p {
  color: #000;
}

section.news {
  background: #f6f4f0;
}
section.news .inner-wrapper {
  background: #fff;
}

.image--zoom {
  overflow: hidden;
}
.image--zoom img {
  transition: all 1s ease;
}
.image--zoom img:hover {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}

/* Knappar */
.button,
input[type=button] {
  background: #333333;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 2em;
  transition: all 0.5s ease;
}

.button:hover,
input[type=button]:hover {
  background: #000000;
  text-decoration: none;
  color: #fff;
}

.button--full {
  display: block;
  width: 100%;
  text-align: center;
  display: block;
}

/* Video fullscreen on startpage */
.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.white .nf-form-title {
  display: none;
}

.nf-form-cont, .ninja-forms-cont, .modal .nf-form-cont, section.white .nf-form-cont, section.gray .nf-form-cont {
  /*
    .select-container {
      position: relative;
    }
    .select-container .select {
      width: 100%;
      padding: 1.125em;
      font-weight: 700;
      font-size: .875rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 2.5rem;
      text-transform: uppercase;
      color: #444;
    }
    .select-container::after {
      content: '\f107';
      font-family: 'FontAwesome';
      position: absolute;
      right: 1rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
  */
}
.nf-form-cont label, .ninja-forms-cont label, .modal .nf-form-cont label, section.white .nf-form-cont label, section.gray .nf-form-cont label {
  font-weight: 700;
  text-transform: uppercase;
}
.nf-form-cont hr, .ninja-forms-cont hr, .modal .nf-form-cont hr, section.white .nf-form-cont hr, section.gray .nf-form-cont hr {
  margin: 52px 0;
}
.nf-form-cont input, .nf-form-cont textarea, .ninja-forms-cont input, .ninja-forms-cont textarea, .modal .nf-form-cont input, .modal .nf-form-cont textarea, section.white .nf-form-cont input, section.white .nf-form-cont textarea, section.gray .nf-form-cont input, section.gray .nf-form-cont textarea {
  padding: 0.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.nf-form-cont input[type=submit], .nf-form-cont input[type=button], .nf-form-cont button, .ninja-forms-cont input[type=submit], .ninja-forms-cont input[type=button], .ninja-forms-cont button, .modal .nf-form-cont input[type=submit], .modal .nf-form-cont input[type=button], .modal .nf-form-cont button, section.white .nf-form-cont input[type=submit], section.white .nf-form-cont input[type=button], section.white .nf-form-cont button, section.gray .nf-form-cont input[type=submit], section.gray .nf-form-cont input[type=button], section.gray .nf-form-cont button {
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  background-color: #333333;
  color: white;
  border: 0;
  transition: all 0.5s ease;
  font-weight: bold;
}
.nf-form-cont input[type=submit]:hover, .nf-form-cont input[type=button]:hover, .nf-form-cont button:hover, .ninja-forms-cont input[type=submit]:hover, .ninja-forms-cont input[type=button]:hover, .ninja-forms-cont button:hover, .modal .nf-form-cont input[type=submit]:hover, .modal .nf-form-cont input[type=button]:hover, .modal .nf-form-cont button:hover, section.white .nf-form-cont input[type=submit]:hover, section.white .nf-form-cont input[type=button]:hover, section.white .nf-form-cont button:hover, section.gray .nf-form-cont input[type=submit]:hover, section.gray .nf-form-cont input[type=button]:hover, section.gray .nf-form-cont button:hover {
  background: #000000;
}
.nf-form-cont .ninja-forms-response-msg div, .ninja-forms-cont .ninja-forms-response-msg div, .modal .nf-form-cont .ninja-forms-response-msg div, section.white .nf-form-cont .ninja-forms-response-msg div, section.gray .nf-form-cont .ninja-forms-response-msg div {
  margin-bottom: 1.25rem;
  font-style: italic;
  text-align: center;
}
.nf-form-cont .ninja-forms-error-msg div::before, .ninja-forms-cont .ninja-forms-error-msg div::before, .modal .nf-form-cont .ninja-forms-error-msg div::before, section.white .nf-form-cont .ninja-forms-error-msg div::before, section.gray .nf-form-cont .ninja-forms-error-msg div::before {
  content: "";
  color: red;
  margin-right: 0.5625rem;
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.5625rem;
}
.nf-form-cont .ninja-forms-success-msg div p, .ninja-forms-cont .ninja-forms-success-msg div p, .modal .nf-form-cont .ninja-forms-success-msg div p, section.white .nf-form-cont .ninja-forms-success-msg div p, section.gray .nf-form-cont .ninja-forms-success-msg div p {
  margin: 0 !important;
  text-align: center;
  display: inline-block;
}
.nf-form-cont .ninja-forms-success-msg div::before, .ninja-forms-cont .ninja-forms-success-msg div::before, .modal .nf-form-cont .ninja-forms-success-msg div::before, section.white .nf-form-cont .ninja-forms-success-msg div::before, section.gray .nf-form-cont .ninja-forms-success-msg div::before {
  font-style: normal;
  content: "";
  color: green;
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.5625rem;
}
.nf-form-cont .file_upload-wrap button, .ninja-forms-cont .file_upload-wrap button, .modal .nf-form-cont .file_upload-wrap button, section.white .nf-form-cont .file_upload-wrap button, section.gray .nf-form-cont .file_upload-wrap button {
  background: rgba(0, 0, 0, 0.05);
  color: #777;
  transition: all 0.5s ease;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nf-form-cont .file_upload-wrap button:hover, .ninja-forms-cont .file_upload-wrap button:hover, .modal .nf-form-cont .file_upload-wrap button:hover, section.white .nf-form-cont .file_upload-wrap button:hover, section.gray .nf-form-cont .file_upload-wrap button:hover {
  background: rgba(0, 0, 0, 0.08);
}
.nf-form-cont .file_upload-wrap .files_uploaded p, .ninja-forms-cont .file_upload-wrap .files_uploaded p, .modal .nf-form-cont .file_upload-wrap .files_uploaded p, section.white .nf-form-cont .file_upload-wrap .files_uploaded p, section.gray .nf-form-cont .file_upload-wrap .files_uploaded p {
  font-weight: 400;
}
.nf-form-cont .file_upload-wrap .files_uploaded p::before, .ninja-forms-cont .file_upload-wrap .files_uploaded p::before, .modal .nf-form-cont .file_upload-wrap .files_uploaded p::before, section.white .nf-form-cont .file_upload-wrap .files_uploaded p::before, section.gray .nf-form-cont .file_upload-wrap .files_uploaded p::before {
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
  display: inline-block;
  color: #777;
  margin-right: 0.5rem;
}
.nf-form-cont .file_upload-wrap .files_uploaded a.delete, .ninja-forms-cont .file_upload-wrap .files_uploaded a.delete, .modal .nf-form-cont .file_upload-wrap .files_uploaded a.delete, section.white .nf-form-cont .file_upload-wrap .files_uploaded a.delete, section.gray .nf-form-cont .file_upload-wrap .files_uploaded a.delete {
  font-size: 0;
}
.nf-form-cont .file_upload-wrap .files_uploaded a.delete::after, .ninja-forms-cont .file_upload-wrap .files_uploaded a.delete::after, .modal .nf-form-cont .file_upload-wrap .files_uploaded a.delete::after, section.white .nf-form-cont .file_upload-wrap .files_uploaded a.delete::after, section.gray .nf-form-cont .file_upload-wrap .files_uploaded a.delete::after {
  font-size: 1rem;
  font-family: "FontAwesome";
  font-weight: normal;
  display: inline-block;
  color: #bb1f1f;
  margin-left: 0.5rem;
  content: "";
  cursor: pointer;
}

.ninja-forms-required-items,
.nf-form-fields-required {
  margin-bottom: 1.875rem;
  font-style: italic;
  text-align: center;
}

form textarea {
  width: 100%;
  margin-bottom: 0.75rem;
}
form input[type=tel],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form textarea,
form select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.05);
}
form li::before {
  content: "" !important;
}

.button,
form input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #333333;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 0.5em 1.25em;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  transition: all 0.5s ease;
  cursor: pointer;
}
.button:hover,
form input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: #000000;
}

.cyber-magenta .nf-form-wrap *,
.cyber-turquoise .nf-form-wrap *,
.enskede-green .nf-form-wrap *,
.snitz-red .nf-form-wrap *,
.snitz-red-gradient .nf-form-wrap * {
  color: #fff !important;
}

.list-select-wrap .nf-field-element {
  position: relative;
}
.list-select-wrap .nf-field-element::after {
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
.list-select-wrap .nf-field-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
}

.label-right .checkbox-wrap .nf-field-label {
  width: 100% !important;
}

.gdpr-request-form input[type=submit] {
  margin-top: 1.5rem;
}
.gdpr-request-form textarea + input[type=submit] {
  margin-top: 0.5rem;
}

.tab {
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
.tab:last-of-type {
  border-bottom: 0;
}

.tabs-container {
  z-index: 98;
  position: absolute;
}
@media all and (max-width: 320px) {
  .tabs-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 575.9px) {
  .tabs-container {
    z-index: 999;
    bottom: 0px;
    width: 100%;
    margin: 0;
    position: fixed !important;
  }
}
@media all and (min-width: 576px) {
  .tabs-container {
    max-width: 300px;
    top: 200px;
    right: 0;
    margin-right: auto;
  }
}
@media all and (min-width: 576px) {
  .tabs-container.large {
    z-index: 99;
    position: absolute;
    top: 250px;
    max-width: 100%;
    right: -10px;
    margin-right: 0;
    margin-left: auto;
    width: 515px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.tabs-container .tabs {
  width: 100%;
  border: none;
}
@media all and (max-width: 575.9px) {
  .tabs-container .tabs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.tabs-container .tabs .tab {
  width: 100%;
  border: none;
}
@media all and (max-width: 767.9px) {
  .tabs-container .tabs .tab {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 576px) {
  .tabs-container.large .tabs {
    border: 10px solid rgba(0, 0, 0, 0.8);
    border-radius: 5px 0 5px 5px;
    width: calc(100% - 44px);
    margin-right: -2px;
  }
}
.tabs-container .tab-heading {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 1rem;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575.9px) {
  .tabs-container .tab-heading {
    padding: 0.5rem;
  }
}
@media all and (max-width: 575.9px) {
  .tabs-container .tab-heading::after {
    content: none;
  }
}
.tabs-container .tab-heading-mobile {
  margin: -1rem -1rem 1rem -1rem;
  font-weight: 900;
  color: #fff;
  background: blue;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  font-size: 1rem;
}
@media all and (min-width: 576px) {
  .tabs-container .tab-heading-mobile {
    display: none;
  }
}
.tabs-container .tab-content-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}
.tabs-container .tab-content-container .tab-heading {
  order: 2;
  width: 100%;
}
@media all and (min-width: 576px) {
  .tabs-container .tab-content-container .tab-heading {
    order: 1;
  }
}
.tabs-container .tab-content-container .tab-content {
  order: 1;
  position: absolute;
  bottom: 50px;
  width: calc(100% - 4rem);
  left: 2rem;
  right: 0;
  border-bottom: 0;
  border-top: 10px solid;
  border-left: 10px solid;
  border-right: 10px solid;
}
@media all and (max-width: 991.9px) {
  .tabs-container .tab-content-container .tab-content {
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media all and (min-width: 576px) {
  .tabs-container .tab-content-container .tab-content {
    order: 2;
    position: relative;
    bottom: auto;
    border: 0;
    width: 100%;
    left: 0;
  }
}
.tabs-container .close-tabs {
  color: #fff !important;
  font-size: 2rem;
}
.tabs-container .close-tabs i {
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px 0 0 5px;
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}
.tabs-container .mobile-close-tab {
  position: absolute;
  right: 2rem;
  height: 48px;
  width: 50px;
  top: -57px;
  display: block;
}
@media all and (min-width: 576px) {
  .tabs-container .mobile-close-tab {
    display: none;
  }
}
.tabs-container .mobile-close-tab i {
  border-radius: 5px 5px 0 0;
  width: 100%;
  text-align: center;
}
.tabs-container .close-all-tabs {
  display: none;
}
@media all and (min-width: 576px) {
  .tabs-container .close-all-tabs {
    margin-top: 40px;
  }
}
@media all and (max-width: 576px) {
  .tabs-container .close-all-tabs {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    position: absolute;
    right: 2rem;
    top: -85px;
  }
}
@media all and (min-width: 576px) {
  .tabs-container .close-all-tabs:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
@media all and (min-width: 576px) {
  .tabs-container.large .close-all-tabs {
    display: block;
    -webkit-box-flex: 0 0 44px;
    -webkit-flex: 0 0 44px;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px;
    margin-right: -1px;
  }
}

.tab-heading {
  cursor: pointer;
  font-weight: 900;
  color: #fff;
  background: blue;
  padding: 1rem 2rem 1rem 1rem;
  margin: 0;
  position: relative;
  font-size: 0.8rem;
}
@media all and (min-width: 320px) {
  .tab-heading {
    font-size: 1rem;
  }
}
.tab-heading:hover {
  background: purple;
}

.large .tab-heading::after {
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  position: absolute;
  right: 1rem;
  font-size: 1rem;
  top: 0.75rem;
}
@media all and (min-width: 576px) {
  .large .tab-heading::after {
    top: 1rem;
  }
}
@media all and (max-width: 575.9px) {
  .large .tab-heading::after {
    content: none !important;
  }
}
@media all and (min-width: 576px) {
  .large .tab-heading {
    justify-content: flex-start;
    font-size: 1rem;
  }
}
.large .tab-heading.expanded {
  background: purple;
}
.large .tab-heading.expanded::after {
  content: "";
}

.tab-content {
  background: #fff;
  padding: 1rem;
  display: none;
}
.tab-content.expanded {
  display: block;
}

/* Custom CSS GDPR */
/*overlay */
.gdpr-overlay {
  background: rgba(0, 0, 0, 0.9);
}

/* Site font and dark gray text */
.gdpr * {
  color: #fff;
}

.gdpr,
.gdpr-wrapper,
.gdpr.gdpr-privacy-bar .gdpr-wrapper,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper,
.gdpr.gdpr-general-confirmation .gdpr-wrapper {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.gdpr *, .gdpr p, .gdpr a,
.gdpr-wrapper *,
.gdpr-wrapper p,
.gdpr-wrapper a,
.gdpr.gdpr-privacy-bar .gdpr-wrapper *,
.gdpr.gdpr-privacy-bar .gdpr-wrapper p,
.gdpr.gdpr-privacy-bar .gdpr-wrapper a,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper *,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper p,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper a,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper *,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper p,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper a,
.gdpr.gdpr-general-confirmation .gdpr-wrapper *,
.gdpr.gdpr-general-confirmation .gdpr-wrapper p,
.gdpr.gdpr-general-confirmation .gdpr-wrapper a {
  font-family: "Roboto", sans-serif;
}
.gdpr h1, .gdpr h2, .gdpr h3, .gdpr h4,
.gdpr-wrapper h1,
.gdpr-wrapper h2,
.gdpr-wrapper h3,
.gdpr-wrapper h4,
.gdpr.gdpr-privacy-bar .gdpr-wrapper h1,
.gdpr.gdpr-privacy-bar .gdpr-wrapper h2,
.gdpr.gdpr-privacy-bar .gdpr-wrapper h3,
.gdpr.gdpr-privacy-bar .gdpr-wrapper h4,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper h1,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper h2,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper h3,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper h4,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper h1,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper h2,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper h3,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper h4,
.gdpr.gdpr-general-confirmation .gdpr-wrapper h1,
.gdpr.gdpr-general-confirmation .gdpr-wrapper h2,
.gdpr.gdpr-general-confirmation .gdpr-wrapper h3,
.gdpr.gdpr-general-confirmation .gdpr-wrapper h4 {
  font-family: "Oswald", sans-serif;
}
.gdpr input:not([type=submit]),
.gdpr textarea,
.gdpr select,
.gdpr-wrapper input:not([type=submit]),
.gdpr-wrapper textarea,
.gdpr-wrapper select,
.gdpr.gdpr-privacy-bar .gdpr-wrapper input:not([type=submit]),
.gdpr.gdpr-privacy-bar .gdpr-wrapper textarea,
.gdpr.gdpr-privacy-bar .gdpr-wrapper select,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper input:not([type=submit]),
.gdpr.gdpr-reconsent-bar .gdpr-wrapper textarea,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper select,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper input:not([type=submit]),
.gdpr.gdpr-privacy-preferences .gdpr-wrapper textarea,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper select,
.gdpr.gdpr-general-confirmation .gdpr-wrapper input:not([type=submit]),
.gdpr.gdpr-general-confirmation .gdpr-wrapper textarea,
.gdpr.gdpr-general-confirmation .gdpr-wrapper select {
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 0.7em;
  margin: 0.7em 0;
  border: 1px solid #ddd;
  background: #fff;
}
.gdpr form > footer input[type=submit],
.gdpr button:not(.gdpr-preferences),
.gdpr .gdpr-agreement,
.gdpr-wrapper form > footer input[type=submit],
.gdpr-wrapper button:not(.gdpr-preferences),
.gdpr-wrapper .gdpr-agreement,
.gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit],
.gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences),
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit],
.gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences),
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit],
.gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences),
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement,
.gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit],
.gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences),
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement {
  font-family: "Oswald", sans-serif;
  background: blue;
  color: #fff;
  text-shadow: none;
  height: auto;
  border: 0;
  box-shadow: none;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  transition: all 0.5s ease;
  font-weight: bold;
  text-transform: uppercase !important;
}
.gdpr form > footer input[type=submit]:hover, .gdpr form > footer input[type=submit]:active, .gdpr form > footer input[type=submit]:focus,
.gdpr button:not(.gdpr-preferences):hover,
.gdpr button:not(.gdpr-preferences):active,
.gdpr button:not(.gdpr-preferences):focus,
.gdpr .gdpr-agreement:hover,
.gdpr .gdpr-agreement:active,
.gdpr .gdpr-agreement:focus,
.gdpr-wrapper form > footer input[type=submit]:hover,
.gdpr-wrapper form > footer input[type=submit]:active,
.gdpr-wrapper form > footer input[type=submit]:focus,
.gdpr-wrapper button:not(.gdpr-preferences):hover,
.gdpr-wrapper button:not(.gdpr-preferences):active,
.gdpr-wrapper button:not(.gdpr-preferences):focus,
.gdpr-wrapper .gdpr-agreement:hover,
.gdpr-wrapper .gdpr-agreement:active,
.gdpr-wrapper .gdpr-agreement:focus,
.gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit]:hover,
.gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit]:active,
.gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit]:focus,
.gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences):hover,
.gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences):active,
.gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences):focus,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement:hover,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement:active,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement:focus,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit]:hover,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit]:active,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit]:focus,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences):hover,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences):active,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences):focus,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement:hover,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement:active,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement:focus,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit]:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit]:active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit]:focus,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences):hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences):active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences):focus,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement:active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement:focus,
.gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit]:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit]:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit]:focus,
.gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences):hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences):active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences):focus,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement:focus {
  background: #0000cc;
}

.gdpr.gdpr-privacy-bar,
.gdpr.gdpr-reconsent-bar {
  background: #fff;
  color: #fff;
  box-shadow: 0px -3px 30px 0px rgba(0, 0, 0, 0.3);
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p {
  color: #666;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content a,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content a {
  color: blue;
  text-decoration: underline;
}
.gdpr.gdpr-privacy-bar .gdpr-preferences,
.gdpr.gdpr-reconsent-bar .gdpr-preferences {
  color: #000000;
}
.gdpr.gdpr-privacy-bar .gdpr-preferences::before,
.gdpr.gdpr-reconsent-bar .gdpr-preferences::before {
  display: none;
  content: none;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement,
.gdpr.gdpr-reconsent-bar .gdpr-agreement {
  background: blue;
  border: 0;
  border-radius: 0;
  padding: 12px 36px 12px 36px;
  border: 0;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement:before,
.gdpr.gdpr-reconsent-bar .gdpr-agreement:before {
  content: none;
  display: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content {
  background: #f1f1f1;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs {
  background-color: #23282d;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a {
  background: #23282d;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button:active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a:active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button:active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a:active {
  color: #fff;
  background: #191e23;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs button.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs a.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs button.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs a.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active {
  background: blue;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button.gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a.gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs button.gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs a.gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active::after,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs button.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs a.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active::after {
  border: 8px solid transparent;
  border-right-color: #f1f1f1;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-subtabs,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-subtabs,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs {
  padding: 8px 0;
  background-color: #32373c;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li a:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li a:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li a:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li a:hover {
  color: #fff;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button {
  border-left: 4px solid transparent;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button.gdpr-active {
  border-left: 4px solid blue;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu {
  line-height: 1 !important;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button {
  background-color: #191e23;
  color: #fff;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button::after {
  border-top: 7.5px solid #fff;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button:hover {
  background: blue;
  color: #fff;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button:hover::after,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button:hover::after {
  border-top-color: #0000cc;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a {
  color: blue;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover {
  color: #0000cc;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active {
  background: blue;
  color: #fff;
}

.gdpr.gdpr-privacy-preferences form > footer span a,
.gdpr.gdpr-general-confirmation form > footer span a {
  text-decoration: underline;
}
.gdpr.gdpr-privacy-preferences form > footer span a:hover,
.gdpr.gdpr-general-confirmation form > footer span a:hover {
  color: blue;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences {
  color: blue;
}
@media all and (max-width: 640px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences {
    margin: 1rem !important;
  }
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:hover, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:hover {
  color: #0000cc;
}

.gdpr-switch input:checked + .gdpr-slider {
  background-color: #000000;
}

.gdpr-switch input:checked + .gdpr-slider + .gdpr-switch-indicator-on {
  color: #000000;
  display: block;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close {
  color: blue;
}

form.gdpr-request-form textarea {
  background: #F0F1F2;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}

form.gdpr-request-form input[type=submit] {
  background: #000000;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 2em;
}

/*
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info strong,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info strong {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

*/
/*
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used {
  font-family: 'Montserrat', Arial, sans-serif !important;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title {
  border-bottom: 1px solid #e1e1e1;
  color: #32373c;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active {
  background-color: #ad2b45;
  color: #fff;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a {
  color: #b60000
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover {
  color: #ad2b45
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookies,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookies {
  color: #555;
  background-color: #f9f9f9;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title {
  background: #23282d;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title h3 {
  color: #fff !important;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title .gdpr-close {
  color: #fff;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer {
  background: #f1f1f1;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button {
  background: #ad2b45;
  border-color: #b60000 #b60000 #b60000;
  -webkit-box-shadow: 0 1px 0 #b60000;
  box-shadow: 0 1px 0 #b60000;
  color: #fff;
  text-shadow: 0 -1px 1px #b60000, 1px 0 1px #b60000, 0 1px 1px #b60000, -1px 0 1px #b60000;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button:hover {
  background: #ad2b45;
  border-color: #b60000
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.focus {
  background: #b60000;
  border-color: #b60000;
  -webkit-box-shadow: inset 0 2px 0 #b60000;
  box-shadow: inset 0 2px 0 #b60000;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel {
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel:hover {
  background: #fafafa;
  border-color: #999;
  color: #23282d;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel:active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel:focus {
  background: #eee;
  border-color: #999;
  -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  color: #23282d;
}

.gdpr-switch .gdpr-slider {
  background-color: #ccc;
}

.gdpr-switch .gdpr-slider:before {
  background-color: white;
}

.gdpr-switch input:checked+.gdpr-slider {
  background-color: #ad2b45;
}

.gdpr-switch input:focus+.gdpr-slider {
  -webkit-box-shadow: 0 0 1px #ad2b45;
  box-shadow: 0 0 1px #ad2b45;
}

.gdpr-reconsent-modal {
  background: #fff;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-privacy-viewer {
  border: 1px solid #cecece;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-buttons a {
  color: #fff;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-buttons a.gdpr-agree {
  background: #28a745
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-buttons a.gdpr-disagree {
  color: #455561;
}

*/
/* basic form styles to match other forms on site */
/* Två kolumner */
.layout-cols_2 .container > .grid > .grid-item:first-child {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .layout-cols_2 .container > .grid > .grid-item:first-child {
    margin-bottom: 0;
  }
}
.layout-cols_2 .grid-item .column-content {
  margin-bottom: 2.25rem;
}
.layout-cols_2 .grid-item .column-content:last-child {
  margin-bottom: 0;
}
.layout-cols_2 .inverted :last-child {
  margin: 0;
}
.layout-cols_2 .inverted .content--boxed {
  background: blue;
  padding: 1.5rem;
}
@media all and (min-width: 576px) {
  .layout-cols_2 .inverted .content--boxed {
    padding: 2rem;
  }
}
@media all and (min-width: 768px) {
  .layout-cols_2 .inverted .content--boxed {
    padding: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .layout-cols_2 .inverted .content--boxed {
    padding: 3rem;
  }
}
.layout-cols_2 .button {
  background: #333;
}
.layout-cols_2 .button:hover {
  background: #000;
  color: #fff;
}
.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: 5px solid blue;
  padding: 1.5rem;
}
@media all and (min-width: 576px) {
  .layout-cols_2 .container > .grid > .grid-item .column-content .files {
    padding: 2rem;
  }
}
@media all and (min-width: 768px) {
  .layout-cols_2 .container > .grid > .grid-item .column-content .files {
    padding: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .layout-cols_2 .container > .grid > .grid-item .column-content .files {
    padding: 3rem;
  }
}
.layout-cols_2 .container > .grid > .grid-item .column-content .files .files-container h4.heading {
  margin-top: 1.5rem;
}
.layout-cols_2 .container > .grid > .grid-item .column-content .files .files-container .list--files {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.layout-cols_2 .container > .grid > .grid-item .column-content .files .files-container .list--files .list-item > a::before {
  content: "";
  font-family: "FontAwesome";
  content: "";
  margin-right: 0.5rem;
}
.layout-cols_2 .boxed-blurb .grid-item > a {
  display: block;
  text-decoration: none;
}
.layout-cols_2 .boxed-blurb .image--zoom {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 576px) and (max-width: 991.9px) {
  .layout-cols_2 .boxed-blurb .image--zoom {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-cols_2 .boxed-blurb .heading--sub-heading {
    margin-bottom: 1rem;
  }
}
.layout-cols_2 .boxed-blurb .heading--blurb {
  margin-bottom: 1rem;
}
@media all and (min-width: 1200px) {
  .layout-cols_2 .boxed-blurb .heading--blurb {
    margin-bottom: 1.25rem;
  }
}
.layout-cols_2 .boxed-blurb .grid-item {
  margin-bottom: 2rem;
}
.layout-cols_2 .boxed-blurb .grid-item:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .layout-cols_2 .boxed-blurb .entry-content p {
    font-size: 0.875rem;
  }
}

.thumb {
  margin: 2rem 0;
}
.thumb .content-personal {
  margin-bottom: 1.5rem;
}
.thumb .content-personal .portrait {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 100%;
}
@media all and (min-width: 320px) {
  .thumb .content-personal .portrait {
    padding-right: 1.5rem;
    -webkit-box-flex: 0 0 calc(80px + 1.5rem);
    -webkit-flex: 0 0 calc(80px + 1.5rem);
    -ms-flex: 0 0 calc(80px + 1.5rem);
    flex: 0 0 calc(80px + 1.5rem);
    max-width: calc(80px + 1.5rem);
  }
}
@media all and (min-width: 575.9px) {
  .thumb .content-personal .portrait {
    padding-right: 2rem;
    -webkit-box-flex: 0 0 calc(100px + 2rem);
    -webkit-flex: 0 0 calc(100px + 2rem);
    -ms-flex: 0 0 calc(100px + 2rem);
    flex: 0 0 calc(100px + 2rem);
    max-width: calc(100px + 2rem);
  }
}

.large .content-personal {
  margin-bottom: 1.5rem;
}
.large .content-personal .portrait {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 100%;
}
@media all and (min-width: 320px) {
  .large .content-personal .portrait {
    padding-right: 1.5rem;
    -webkit-box-flex: 0 0 calc(50% + 1.5rem);
    -webkit-flex: 0 0 calc(50% + 1.5rem);
    -ms-flex: 0 0 calc(50% + 1.5rem);
    flex: 0 0 calc(50% + 1.5rem);
    max-width: calc(50% + 1.5rem);
  }
}
@media all and (min-width: 575.9px) {
  .large .content-personal .portrait {
    padding-right: 2rem;
    -webkit-box-flex: 0 0 calc(50% + 2rem);
    -webkit-flex: 0 0 calc(50% + 2rem);
    -ms-flex: 0 0 calc(50% + 2rem);
    flex: 0 0 calc(50% + 2rem);
    max-width: calc(50% + 2rem);
  }
}

@media all and (max-width: 575.9px) {
  .large .grid-item.contact-info {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
}

.person-section .grid-item:last-child .content-personal {
  margin-bottom: 0;
}

.grid-item.contact-info p {
  margin-bottom: 0;
}
.grid-item.contact-info .email a {
  text-decoration: none;
}
.grid-item.contact-info .tel a {
  color: #000000;
  text-decoration: none;
}
.grid-item.contact-info .name {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.125em;
}
.grid-item.contact-info .role {
  text-transform: uppercase;
  margin-bottom: 1.25em;
}
.grid-item.contact-info .role, .grid-item.contact-info .email, .grid-item.contact-info .tel {
  font-size: 0.75em;
}
.grid-item.contact-info .email, .grid-item.contact-info .tel {
  margin-bottom: 0.125em;
}

.layout-cols_345 .grid-item,
.layout-program_list .grid-item {
  text-align: center;
  margin-bottom: 2rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.layout-cols_345 .grid-item .inner,
.layout-program_list .grid-item .inner {
  height: 100%;
  margin: auto;
}
.layout-cols_345 .grid-item .inner > a,
.layout-program_list .grid-item .inner > a {
  color: #000000;
  display: block;
  text-decoration: none;
  height: 100%;
}
.layout-cols_345 .grid-item .inner-content h3,
.layout-program_list .grid-item .inner-content h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.faq-section {
  border-top: 1px solid #f6f4f0;
}

.faq-question {
  border-bottom: 1px solid #f6f4f0;
}

.faq-question-heading {
  cursor: pointer;
  font-weight: 900;
  color: #000000;
  padding: 1.25rem 0 1.25rem 1.5rem;
  margin: 0;
  position: relative;
}
@media all and (min-width: 768px) {
  .faq-question-heading {
    font-size: 1.375rem;
    padding-left: 2.5rem;
  }
}
.faq-question-heading::before {
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  position: absolute;
  left: 0;
  font-size: 1rem;
  top: 1.25rem;
}
@media all and (min-width: 576px) {
  .faq-question-heading::before {
    top: 1.5rem;
    font-size: 1.25rem;
    margin-top: -2px;
  }
}
.faq-question-heading.expanded::before {
  content: "";
}

.faq-answer {
  padding-left: 1.5rem;
  display: none;
}
@media all and (min-width: 768px) {
  .faq-answer {
    padding-left: 2.5rem;
  }
}

table.points-table {
  width: 100%;
  margin-bottom: 1rem;
}
@media all and (max-width: 768px) {
  table.points-table {
    font-size: 0.8rem;
  }
}
table.points-table th {
  padding: 0.75rem 1rem;
}
table.points-table td {
  padding: 0.75rem 1rem;
}
table.points-table thead th {
  background: #d8d6d2;
  border: 0;
  font-weight: 900;
  text-transform: uppercase;
}
table.points-table thead th:nth-of-type(2) {
  text-align: right;
}
table.points-table tbody tr td {
  background: #f6f4f0;
  border-bottom: 1px solid #d8d6d2;
}
table.points-table tbody tr td:nth-of-type(2) {
  text-align: right;
}

table.contacts-table {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
@media all and (min-width: 992px) {
  table.contacts-table {
    font-size: 1rem;
  }
}
table.contacts-table th {
  padding: 0.75rem 1rem;
}
table.contacts-table td {
  padding: 0.75rem 1rem;
}
table.contacts-table thead th {
  background: #d8d6d2;
  border: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
table.contacts-table tbody tr td {
  background: #f6f4f0;
  border-bottom: 1px solid #d8d6d2;
}

@media all and (max-width: 767.9px) {
  table.contacts-table tr, table.contacts-table th, table.contacts-table td {
    display: block;
  }
  table.contacts-table thead {
    display: none;
  }
  table.contacts-table td.role {
    font-family: "Oswald", sans-serif;
    font-size: 1.15rem;
    background: #d8d6d2;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1rem;
  }
  table.contacts-table td.role::before, table.contacts-table td.name::before, table.contacts-table td.phone::before, table.contacts-table td.email::before {
    width: 5rem;
    display: block;
    float: left;
    clear: left;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
  table.contacts-table td.name::before {
    content: "Namn";
  }
  table.contacts-table td.phone::before {
    content: "Telefon";
  }
  table.contacts-table td.email::before {
    content: "email";
  }
}
.news .news-grid {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.news .news-grid > div {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .news .news-grid.large-grid--1of2 .inner .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.news .news-grid.large-grid--1of3 .inner .grid-item {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 1200px) {
  .news .news-grid.xlarge-grid--1of4 .inner .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .news .news-grid .inner {
    height: 100%;
  }
}
.news .news-grid .inner a.news-link-wrapper,
.news .news-grid .inner .inner-wrapper {
  color: #000000;
  text-decoration: none;
  padding: 2rem;
  display: block;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .news .news-grid .inner a.news-link-wrapper,
.news .news-grid .inner .inner-wrapper {
    height: 100%;
  }
}
@media all and (max-width: 575.9px) {
  .news .news-grid .inner a.news-link-wrapper,
.news .news-grid .inner .inner-wrapper {
    padding: 1rem;
  }
}
@media all and (min-width: 992px) {
  .news .news-grid .inner a.news-link-wrapper > div,
.news .news-grid .inner .inner-wrapper > div {
    height: 100%;
  }
}
.news .news-grid .inner a.news-link-wrapper .image-wrapper,
.news .news-grid .inner .inner-wrapper .image-wrapper {
  margin-bottom: 2rem;
}
.news .news-grid .inner a.news-link-wrapper .post-info,
.news .news-grid .inner .inner-wrapper .post-info {
  position: relative;
  margin-bottom: 0rem;
  padding-bottom: 2rem;
}
.news .news-grid .inner a.news-link-wrapper .post-info .read-more,
.news .news-grid .inner .inner-wrapper .post-info .read-more {
  color: blue !important;
}
.news .news-grid .inner a.news-link-wrapper .post-info .read-more:hover, .news .news-grid .inner a.news-link-wrapper .post-info .read-more:focus,
.news .news-grid .inner .inner-wrapper .post-info .read-more:hover,
.news .news-grid .inner .inner-wrapper .post-info .read-more:focus {
  color: purple;
  text-decoration: none;
}
.news .news-grid .inner a.news-link-wrapper .post-info .read-more::after,
.news .news-grid .inner .inner-wrapper .post-info .read-more::after {
  content: "" !important;
  margin-left: 0.375rem;
  display: inline-block !important;
  font-family: "FontAwesome";
  font-weight: normal;
}
.news .news-grid .inner a.news-link-wrapper .post-info .date,
.news .news-grid .inner .inner-wrapper .post-info .date {
  position: absolute;
  z-index: 1;
  bottom: -2rem;
  right: 0rem;
  width: 3rem;
  color: #fff;
  background: blue;
  padding: 0.5rem;
}
@media all and (max-width: 575.9px) {
  .news .news-grid .inner a.news-link-wrapper .post-info .date,
.news .news-grid .inner .inner-wrapper .post-info .date {
    bottom: -1rem;
  }
}
.news .news-grid .inner a.news-link-wrapper .post-info .date .day,
.news .news-grid .inner a.news-link-wrapper .post-info .date .month,
.news .news-grid .inner .inner-wrapper .post-info .date .day,
.news .news-grid .inner .inner-wrapper .post-info .date .month {
  text-align: center;
  display: block;
}
.news .news-grid .inner a.news-link-wrapper .post-info .date .day,
.news .news-grid .inner .inner-wrapper .post-info .date .day {
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
}
.news .news-grid .inner a.news-link-wrapper .post-info .date .month,
.news .news-grid .inner .inner-wrapper .post-info .date .month {
  text-transform: uppercase;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
}

section .slideshow {
  position: relative;
}
section .slideshow .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section .slideshow .slick-slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}
section .slideshow .slide {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}
section .slideshow .slide:first-of-type {
  display: block;
}
section .slideshow .slide .container {
  position: relative;
  padding: 3rem;
}
@media all and (min-width: 768px) {
  section .slideshow .slide .container {
    padding: 6rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media all and (min-width: 1200px) {
  section .slideshow .slide .container {
    padding: 8rem;
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
section .slideshow .slide h2, section .slideshow .slide p, section .slideshow .slide a {
  text-align: center;
  text-decoration: none;
  color: #fff;
}
@media all and (max-width: 575.9px) {
  section .slideshow .slide h2, section .slideshow .slide p, section .slideshow .slide a {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 576px) {
  section .slideshow .slide h2, section .slideshow .slide p, section .slideshow .slide a {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1200px) {
  section .slideshow .slide h2, section .slideshow .slide p, section .slideshow .slide a {
    font-size: 2.25rem;
  }
}
section .slideshow .slide p.image {
  max-width: 200px;
  margin-bottom: 2rem;
}
section .slideshow .slide p.image img {
  border-radius: 50%;
}
section .slideshow .slide h2 {
  margin-bottom: 1rem;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
section .slideshow .slide p {
  -webkit-hyphens: auto;
  /* Saf 5.1+ */
  -moz-hyphens: auto;
  /* Fx 6.0+ */
  -ms-hyphens: auto;
  /* IE 10+ */
  hyphens: auto;
  /* None yet */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  max-width: 45rem;
  margin: auto;
}
@media all and (max-width: 575.9px) {
  section .slideshow .slide p {
    font-size: 1rem;
  }
}
@media all and (min-width: 576px) {
  section .slideshow .slide p {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1200px) {
  section .slideshow .slide p {
    font-size: 1.375rem;
  }
}
section .slideshow.slick-initialized .slide {
  display: block;
}
section .slideshow .slick-arrow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 0;
  background: transparent;
  padding: 0 1.25rem;
  transition: all 0.5s ease;
}
@media all and (min-width: 1200px) {
  section .slideshow .slick-arrow {
    padding: 0 2.25rem;
  }
}
section .slideshow .slick-arrow::before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 5rem;
  color: #fff;
  opacity: 0.3;
  transition: all 0.5s ease;
}
@media all and (min-width: 1200px) {
  section .slideshow .slick-arrow::before {
    font-size: 7rem;
  }
}
section .slideshow .slick-arrow:hover::before {
  opacity: 1;
}
section .slideshow .slick-arrow.slick-prev {
  left: 0;
}
section .slideshow .slick-arrow.slick-prev::before {
  content: "";
}
section .slideshow .slick-arrow.slick-next {
  right: 0;
}
section .slideshow .slick-arrow.slick-next::before {
  content: "";
}
@media all and (min-width: 992px) {
  section .slideshow:hover button.slick-arrow {
    opacity: 1;
    pointer-events: all;
  }
}
section .slideshow .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media all and (min-width: 576px) {
  section .slideshow .slick-dots {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 992px) {
  section .slideshow .slick-dots {
    margin-bottom: 2.25rem;
  }
}
section .slideshow .slick-dots li {
  display: inline-block;
  opacity: 0.5;
  transition: all 0.5s ease;
}
section .slideshow .slick-dots li button {
  padding: 0;
  color: #fff;
  font-size: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.5s ease;
}
section .slideshow .slick-dots li button::before {
  padding: 0 0.25em;
  font-size: 0.75rem;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
}
@media all and (min-width: 576px) {
  section .slideshow .slick-dots li button::before {
    font-size: 1rem;
  }
}
@media all and (min-width: 1200px) {
  section .slideshow .slick-dots li button::before {
    font-size: 1.5rem;
  }
}
section .slideshow .slick-dots li.slick-active, section .slideshow .slick-dots li:hover {
  opacity: 1;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.lightbox-slider {
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .lightbox-slider .container {
    padding: 0 4.5rem;
  }
}
@media all and (min-width: 1200px) {
  .lightbox-slider .container {
    position: static;
  }
}

/* Lightbox slider */
.lightbox-slider-container {
  margin: 0 -0.75rem;
}
@media all and (min-width: 1200px) {
  .lightbox-slider-container {
    margin: 0 -1.25rem;
  }
  .lightbox-slider-container.slick-slider {
    position: static;
  }
}
.lightbox-slider-container .lightbox-slide {
  padding: 0 0.75rem;
}
@media all and (min-width: 1200px) {
  .lightbox-slider-container .lightbox-slide {
    padding: 0 1.25rem;
  }
}
.lightbox-slider-container a, .lightbox-slider-container img {
  display: block;
}
.lightbox-slider-container img {
  width: 100%;
  max-width: none;
  height: auto;
}
.lightbox-slider-container .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0.75rem auto 0 auto;
  width: 100%;
}
@media all and (min-width: 576px) {
  .lightbox-slider-container .slick-dots {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 992px) {
  .lightbox-slider-container .slick-dots {
    margin-bottom: 2.25rem;
  }
}
.lightbox-slider-container .slick-dots li {
  display: inline-block;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.lightbox-slider-container .slick-dots li button {
  padding: 0;
  color: #fff;
  font-size: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.5s ease;
}
.lightbox-slider-container .slick-dots li button::before {
  padding: 0 0.25em;
  font-size: 0.75rem;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
}
@media all and (min-width: 576px) {
  .lightbox-slider-container .slick-dots li button::before {
    font-size: 1rem;
  }
}
@media all and (min-width: 1200px) {
  .lightbox-slider-container .slick-dots li button::before {
    font-size: 1.5rem;
  }
}
.lightbox-slider-container .slick-dots li.slick-active, .lightbox-slider-container .slick-dots li:hover {
  opacity: 1;
}
.lightbox-slider-container .slick-dots li:first-of-type:last-of-type {
  display: none;
}
.lightbox-slider-container .slick-arrow {
  font-size: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lightbox-slider-container .slick-arrow::after {
  font-size: 2rem;
  font-family: "FontAwesome";
  font-weight: normal;
  display: block;
  color: #fff;
  text-align: center;
  width: 2rem;
  height: 2.75rem;
  line-height: 2.75rem;
}
@media all and (min-width: 768px) {
  .lightbox-slider-container .slick-arrow::after {
    width: 3rem;
    line-height: 4.75rem;
    height: 4.75rem;
    font-size: 4rem;
  }
}
@media all and (min-width: 1500px) {
  .lightbox-slider-container .slick-arrow::after {
    width: 3.75rem;
    height: 5.5rem;
    line-height: 5.25rem;
    font-size: 4.625rem;
  }
}
.lightbox-slider-container .slick-arrow.slick-active, .lightbox-slider-container .slick-arrow:hover {
  background: black;
  color: #fff;
}
.lightbox-slider-container .slick-prev {
  left: -1.25rem;
}
@media all and (min-width: 768px) and (max-width: 1199.9px) {
  .lightbox-slider-container .slick-prev {
    left: -3.75rem;
  }
}
@media all and (min-width: 1200px) {
  .lightbox-slider-container .slick-prev {
    left: 0;
  }
}
.lightbox-slider-container .slick-prev::after {
  content: "";
}
.lightbox-slider-container .slick-next {
  right: -1.25rem;
}
@media all and (min-width: 768px) and (max-width: 1199.9px) {
  .lightbox-slider-container .slick-next {
    right: -3.75rem;
  }
}
@media all and (min-width: 1200px) {
  .lightbox-slider-container .slick-next {
    right: 0;
  }
}
.lightbox-slider-container .slick-next::after {
  content: "";
}

.lightbox-slider-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
}
.lightbox-slider-container.slick-initialized {
  display: block;
}

.lightbox-slide {
  display: none;
  width: 100%;
}
@media all and (min-width: 768px) {
  .lightbox-slide {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .lightbox-slide {
    width: 33.3%;
  }
}
@media all and (min-width: 1200px) {
  .lightbox-slide {
    width: 25%;
  }
}
.lightbox-slide:first-child, .lightbox-slide.slick-slide {
  display: block;
}
@media all and (min-width: 768px) {
  .lightbox-slide:nth-child(2) {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .lightbox-slide:nth-child(3) {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  .lightbox-slide:nth-child(4) {
    display: block;
  }
}

.default .slick-dots li button,
.lightgray .slick-dots li button,
.cyber-turquoise .slick-dots li button {
  color: rgba(0, 0, 0, 0.5);
}

.slick-lightbox .slick-arrow {
  display: none !important;
}
.slick-lightbox .slick-lightbox-close {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background: black;
}
.slick-lightbox .slick-lightbox-close::before {
  font-size: 2rem;
  color: #fff;
}

/* Panorama VR view */
.pnlm-container {
  width: 100% !important;
}
@media all and (min-width: 1200px) {
  .pnlm-container {
    padding-bottom: 56.25% !important;
  }
}

/* Formulärblock Ungapped, bort med onödiga marginaler */
.layout-cols_2 ungapped-form .email-padding {
  padding: 0;
}
.layout-cols_2 .surveyForm h1:first-child {
  margin-top: 0;
}

/* Fullbredd */
.layout-full_width_quote {
  padding: 0;
}
.layout-full_width_quote .button {
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.layout-full_width_quote .button:hover {
  background: #000;
  color: #fff;
}
@media all and (min-width: 992px) {
  .layout-full_width_quote .button {
    font-size: 1rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-full_width_quote .button {
    font-size: 1.25rem;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* Containers */
.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

/*Typografi*/
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}

p, ul, li, div, span, input {
  font-family: "Roboto", sans-serif;
}

a.button {
  color: #fff;
  background-color: #333333;
  transition: all 0.5s ease;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  box-shadow: none;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 5px;
  white-space: nowrap;
}
@media all and (max-width: 575.9px) {
  a.button {
    display: block;
    width: 100%;
    margin: 1rem 0;
    font-size: 1rem;
  }
}
a.button:hover {
  background: #0000cc;
}
a.button.button::after {
  content: none;
}

@media all and (min-width: 992px) {
  .contact-form-section .grid {
    justify-content: center;
  }
}

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