﻿/**
 * Main
 *
 * Description: This file includes the files needed for the project. (only include what you actually need).
 * Version: 1.1.5
 * -----------------------------------------------------------------------------
 */
/**
 * Variables
 *
 * Description: Contains Sass variables
 * Version: 1.1.1
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Colors
 * 2.0 - Responsivness and sizes
 * 3.0 - Typography
 * 4.0 - Other
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Colors
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 - Responsivness and sizes
 * -----------------------------------------------------------------------------
 */
/**
 * 3.0 - Typography
 * -----------------------------------------------------------------------------
 */
/**
 * 4.0 - Other
 * -----------------------------------------------------------------------------
 */
/**
 * Functions
 *
 * Description: Contains Sass functions
 * Version: 1.1.0
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - PX to EM
 * 2.0 - Tint
 * 3.0 - Shade
 * 4.0 - Get font-size
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - PX to EM
 *
 * Description: Converts px-values to em-values.
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 - Tint
 *
 * Description: Slightly lighten a color
 * Read more: http://sass-guidelin.es/#lightening-and-darkening-colors
 * -----------------------------------------------------------------------------
 */
/**
 * 3.0 - Shade
 *
 * Description: Slightly darken a color
 * Read more: http://sass-guidelin.es/#lightening-and-darkening-colors
 * -----------------------------------------------------------------------------
 */
/**
 * 4.0 - Get font-size
 *
 * Description: Returns a font-size (in pixels) from the font-size map.
 * -----------------------------------------------------------------------------
 */
/**
 * Mixins
 *
 * Description: Contains Sass mixins
 * Version: 2.0.3
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Clearfix
 * 2.0 - Border Radius
 * 3.0 - Transition
 * 4.0 - Transform
 * 5.0 - Box sizing
 * 6.0 - Gradients
 * 7.0 - Opacity
 * 8.0 - Drop shadows
 * 9.0 - Reset list
 * 10.0 - Link color
 * 11.0 - Arrow
 * 12.0 - List with separator
 * 13.0 - Add extensions
 * 14.0 - Vertical align
 * 15.0 - Font size
 *   15.1 - Make font size (helper)
 * 16.0 - Icomoon
 * 17.0 - Add link arrow
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Clearfix
 *
 * Description: For clearing floats
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 - Border Radius
 *
 * Description: Creates border-radius with browser prefix.
 * -----------------------------------------------------------------------------
 */
/**
 * 3.0 - Transition
 *
 * Description: Creates transition with browser prefix.
 * -----------------------------------------------------------------------------
 */
/**
 * 4.0 - Transform
 *
 * Description: Creates transform with browser prefix.
 * -----------------------------------------------------------------------------
 */
/**
 * 5.0 - Box sizing
 *
 * Description: Sets box-sizing with browser prefix.
 * -----------------------------------------------------------------------------
 */
/**
 * 6.0 - Gradient-vertical
 *
 * Description: Creates gradient-vertical with browser prefix.
 * -----------------------------------------------------------------------------
 */
/**
 * 7.0 - Opacity
 *
 * Description: Sets opacity with IE fallback.
 * -----------------------------------------------------------------------------
 */
/**
 * 8.0 - Drop shadows
 *
 * Description: Creates box-shadow with browser prefix.
 * -----------------------------------------------------------------------------
 */
/**
 * 9.0 - Reset list
 *
 * Description: Reset the styles of a list
 * -----------------------------------------------------------------------------
 */
/**
 * 10.0 - Link color
 *
 * Description: Sets a color for a link, with hover and active.
 * -----------------------------------------------------------------------------
 */
/**
 * 11.0 - Arrow
 *
 * Description: Creates an arrow on a element.
 * -----------------------------------------------------------------------------
 */
/**
 * 12.0 - List with separator
 *
 * Description: Creates seperators for each list-element.
 * -----------------------------------------------------------------------------
 */
/**
 * 13.0 - Add extensions
 *
 * Description: Adds fontawesome icons to links based on the filetyper they are linking to.
 * -----------------------------------------------------------------------------
 */
/**
 * 14.0 - Vertical align
 *
 * Description: Vertically centers content.
 * -----------------------------------------------------------------------------
 */
/**
 * 15.0 - Font size
 *
 * Description: Handeling font-sizes with responsivness.
 * @See: http://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 * -----------------------------------------------------------------------------
 */
/**
 * 15.1 - Make font size
 *
 * Description: Utility function for mixin font-size
 * @See: http://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 * -----------------------------------------------------------------------------
 */
/**
 * 16.0 - Icomoon
 *
 *
 * Description: Sets Icomoon-font for an element
 * -----------------------------------------------------------------------------
 */
/**
 * 17.0 - Add link arrow
 *
 * Description: Adds an arrow after links.
 * -----------------------------------------------------------------------------
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=aabeb0c9-b4ca-4397-a6da-6723d22d2131");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-family: Helvetica Neue LT W01_71488914;
  font-weight: 400; }

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/**
 * Base
 *
 * Description: Contains some base styling for some common html-elements.
 * Version: 1.0.11
 * -----------------------------------------------------------------------------
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f0f2f6; }

iframe {
  border: 0; }

#page-container {
  position: relative;
  background-color: #fff;
  width: 80%;
  /* @media (max-width:1300px) {
    }

    @media (max-width:1250px) {
        width: 95%;
    }*/ }
  @media (max-width: 1440px) {
    #page-container {
      width: 90%; } }
  @media (max-width: 1200px) {
    #page-container {
      width: 95%; } }
  @media (max-width: 1100px) {
    #page-container {
      width: 100%; } }

#main-content {
  outline: none; }

/**
 * Forms
 *
 * Description: Styles for forms.
 * Version: 1.0.8
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - General styles and settings
 *   1.1 - General styles and settings (responsive)
 * 2.0 - Buttons
 * 3.0 - Input search
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - General styles and settings
 * -----------------------------------------------------------------------------
 */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 0.83333em;
  margin-top: 0;
  line-height: 1.53333em;
  margin-bottom: 0.66667em;
  margin-bottom: 1em;
  border: 0;
  font-family: Helvetica Neue LT W01_71488914; }

label {
  font-family: Helvetica Neue LT W01_71488914;
  font-weight: 400;
  display: block;
  padding-bottom: 0.1em;
  font-size: 0.9em; }

input[type='radio'], input[type='checkbox'] {
  vertical-align: baseline;
  line-height: 1em;
  margin-bottom: 1em; }
  input[type='radio'] + label, input[type='checkbox'] + label {
    display: inline-block;
    font-weight: normal;
    font-family: Helvetica Neue LT W01_55 Roman;
    padding-left: 0.3em;
    padding-top: 2px;
    vertical-align: top;
    line-height: 1em; }

input[type='text'], input[type='search'], input[type='url'], input[type='email'], input[type='number'], input[type='tel'], textarea, select {
  border: 2px solid #ccc;
  width: 100%; }
  input[type='text']:focus, input[type='text'].tab-focus, input[type='search']:focus, input[type='search'].tab-focus, input[type='url']:focus, input[type='url'].tab-focus, input[type='email']:focus, input[type='email'].tab-focus, input[type='number']:focus, input[type='number'].tab-focus, input[type='tel']:focus, input[type='tel'].tab-focus, textarea:focus, textarea.tab-focus, select:focus, select.tab-focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type='text'].error, input[type='search'].error, input[type='url'].error, input[type='email'].error, input[type='number'].error, input[type='tel'].error, textarea.error, select.error {
  background-color: #edd4d4; }

input[type='text'].error:focus, input[type='search'].error:focus, input[type='url'].error:focus, input[type='email'].error:focus, input[type='number'].error:focus, input[type='tel'].error:focus, textarea.error:focus, select.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5d4d4;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5d4d4; }

label.error {
  font-size: 0.9em;
  color: #CC0000; }

.form {
  width: 80%; }
  .form input[type='text'], .form input[type='search'], .form input[type='url'], .form input[type='email'], .form input[type='number'], .form input[type='tel'], .form textarea, .form select {
    padding: 0.2em 0.3em 0.1em; }
  .form select + p {
    padding-top: 0.3em; }
  .form .btn + .btn-no-style {
    margin-left: 0.5em; }

.form-item {
  margin-bottom: 1em; }

.form-buttons {
  margin-top: 2em; }

/**
 * 1.1 - General styles and settings (responsive)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .form {
    width: 100%; } }

/**
 * 2.0 - Buttons
 * -----------------------------------------------------------------------------
 */
.btn, button, input[type="submit"] {
  border: 0;
  display: inline-block;
  padding: 0.5em 1em 0.44444em;
  color: #282828;
  border-radius: 5.55556em;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out; }
  .btn:hover, button:hover, input[type="submit"]:hover {
    text-decoration: none;
    border-color: #000; }
  .btn:active, button:active, input[type="submit"]:active {
    border-color: #0073ac; }
  .btn:focus, button:focus, input[type="submit"]:focus {
    box-shadow: none;
    outline: none; }
  .btn.btn-accent-color, button.btn-accent-color, input[type="submit"].btn-accent-color {
    background-color: #fff500; }
    .btn.btn-accent-color:hover, button.btn-accent-color:hover, input[type="submit"].btn-accent-color:hover {
      background-color: #eded00; }
    .btn.btn-accent-color:active, button.btn-accent-color:active, input[type="submit"].btn-accent-color:active {
      background-color: #ffff64; }
  .btn.btn-large, button.btn-large, input[type="submit"].btn-large {
    font-size: 1.16667em;
    margin-top: 0;
    line-height: 1.09524em;
    margin-bottom: 0.95238em;
    padding: 0.85714em 1.47619em 0.95238em; }
    .text-thin + .btn.btn-large, .text-thin + button.btn-large, .text-thin + input[type="submit"].btn-large {
      margin-top: 0.47619em; }
  .btn.btn-border, button.btn-border, input[type="submit"].btn-border {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent; }
  .btn.btn-no-style, button.btn-no-style, input[type="submit"].btn-no-style {
    padding: 0;
    background-color: transparent !important;
    border: 0;
    color: #282828; }
    .btn.btn-no-style:hover, button.btn-no-style:hover, input[type="submit"].btn-no-style:hover {
      background-color: transparent !important; }
    .btn.btn-no-style:active, .btn.btn-no-style:focus, button.btn-no-style:active, button.btn-no-style:focus, input[type="submit"].btn-no-style:active, input[type="submit"].btn-no-style:focus {
      background-color: transparent;
      outline: none;
      box-shadow: none !important;
      color: #0073ac !important; }
  .btn.btn-small, button.btn-small, input[type="submit"].btn-small {
    font-size: 0.83333em;
    margin-top: 0;
    line-height: 1.53333em;
    margin-bottom: 0.66667em; }

/**
 * 3.0 - Input search
 * -----------------------------------------------------------------------------
 */
.input-search {
  position: relative;
  overflow: hidden; }
  .input-search .input-search-submit {
    position: absolute;
    left: 0.5em;
    top: 0.1em;
    padding-left: 1px;
    padding-right: 1px;
    color: #282828; }
  .input-search > input[type="text"], .input-search > input[type="search"] {
    width: 100%;
    padding-left: 2em;
    padding-right: 1em;
    margin: 0;
    background: #fff; }

/**
 * 4.0 - Styled select
 * -----------------------------------------------------------------------------
 */
.styled-select {
  position: relative; }
  .styled-select:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1.11111em;
    top: 0.61111em;
    display: inline-block;
    pointer-events: none; }
  .styled-select select {
    border: 1px solid #e7e7e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 0.22222em 2.5em 0.27778em 0.88889em;
    border-radius: 5.55556em; }
  .styled-select select::-ms-expand {
    display: none; }
  .search-filters-mobile-footer .styled-select {
    font-size: 0.66667em; }
    .search-filters-mobile-footer .styled-select:before {
      top: 2px; }
    .search-filters-mobile-footer .styled-select select {
      background: #282828;
      width: auto;
      padding: 0.11111em 2.22222em 0.11111em 0.88889em;
      line-height: 25px; }

/**
 * 5.0 - Styled checkbox
 * -----------------------------------------------------------------------------
 */
.styled-checkbox {
  appearance: none;
  position: relative;
  vertical-align: baseline !important;
  line-height: inherit !important;
  width: 14px;
  height: 14px;
  border-radius: 0.16667em;
  margin: -1px 4px 0 0 !important;
  z-index: 2;
  cursor: pointer;
  background-color: #f0f2f6;
  border: solid 1px rgba(159, 159, 159, 0.4); }
  .styled-checkbox:checked {
    background-color: #6a6a6a; }
  .styled-checkbox .search-filter-form-group .search-filter label {
    width: 0.93333em;
    height: 0.93333em;
    margin: -0.2em 0.4em 0 0;
    border-radius: 0.2em; }

/**
 * Typography
 *
 * Description: Contains styling for typography.
 * Version: 1.1.0
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Webfonts
 * 2.0 - Classes
 * 3.0 - Base settings
 * 4.0 - Headings
 * 5.0 - Paragraphs
 * 6.0 - Links
 * 7.0 - Tables
 *   7.1 - Tables (responsive)
 * 8.0 - Lists
 * 9.0 - Description list
 * 10.0 - Figure & figcaption
 * 11.0 - Pre & code
 * 12.0 - Other elements (hr)
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Webfonts
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("../../fonts/fonts_net/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix");
  src: url("../../fonts/fonts_net/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot"), url("../../fonts/fonts_net/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"), url("../../fonts/fonts_net/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"), url("../../fonts/fonts_net/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf") format("truetype"), url("../../fonts/fonts_net/82a4e1c2-7ffd-4c58-86fa-4010a6723c8e.svg#82a4e1c2-7ffd-4c58-86fa-4010a6723c8e") format("svg"); }

@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("../../fonts/fonts_net/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("../../fonts/fonts_net/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("../../fonts/fonts_net/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("../../fonts/fonts_net/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("../../fonts/fonts_net/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("../../fonts/fonts_net/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg"); }

@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("../../fonts/fonts_net/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
  src: url("../../fonts/fonts_net/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"), url("../../fonts/fonts_net/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"), url("../../fonts/fonts_net/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"), url("../../fonts/fonts_net/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype"), url("../../fonts/fonts_net/e5567978-93ef-4de1-804d-1f0e3654a014.svg#e5567978-93ef-4de1-804d-1f0e3654a014") format("svg"); }

@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("../../fonts/fonts_net/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("../../fonts/fonts_net/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("../../fonts/fonts_net/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("../../fonts/fonts_net/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("../../fonts/fonts_net/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype"), url("../../fonts/fonts_net/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b") format("svg"); }

/**
 * 2.0 - Base settings
 * -----------------------------------------------------------------------------
 */
body {
  font-family: Helvetica Neue LT W01_55 Roman, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 112.5%;
  line-height: 1.722em;
  color: #282828;
  word-wrap: break-word; }

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }
  img.top-image {
    margin-bottom: 0.94444em; }

.rte, .mceContentBody {
  padding-bottom: 0.33333em; }
  .rte:before, .rte:after, .mceContentBody:before, .mceContentBody:after {
    display: table;
    content: "";
    line-height: 0; }
  .rte:after, .mceContentBody:after {
    clear: both; }
  .rte img, .mceContentBody img {
    margin-bottom: 1.11111em; }
  .rte.text-white, .mceContentBody.text-white {
    color: #fff; }
  .rte.small, .mceContentBody.small {
    font-size: 0.88889em; }
  .rte.smaller, .mceContentBody.smaller {
    font-size: 0.77778em; }
  .rte a, .mceContentBody a {
    text-decoration: underline; }
    .rte a:visited, .mceContentBody a:visited {
      color: #965fac; }

strong.header {
  display: block;
  margin-bottom: 0.15em; }

/**
 * 3.0 - Classes
 * -----------------------------------------------------------------------------
 */
.text-center {
  text-align: center; }

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

.text-strong {
  font-family: Helvetica Neue LT W01_71488914; }

.text-thin {
  font-family: Helvetica Neue LT W01_41488878; }

.has-link-color {
  color: #0073ac; }

.has-white-color {
  color: #fff; }

.has-accent-color {
  color: #fff500; }

a.has-accent-color:hover {
  color: #fff500; }

/**
 * 4.0 - Headings
 * -----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, .h-label, .h-block, .h-headline, .h-subheadline, .h-byline, .h-standfirst, .h-related, .h-promo {
  font-family: Helvetica Neue LT W01_71488914;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.722em; }

@media all and (min-width: 0px) {
  h1, .h-headline {
    font-size: 1.44444em;
    margin-top: 0;
    line-height: 1.30769em;
    margin-bottom: 0.38462em;
    padding-top: 0.76923em; } }

@media all and (min-width: 321px) {
  h1, .h-headline {
    font-size: 1.77778em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 0.3125em;
    padding-top: 0.625em; } }

@media all and (min-width: 768px) {
  h1, .h-headline {
    font-size: 2.66667em;
    margin-top: 0;
    line-height: 1.20833em;
    margin-bottom: 0.20833em;
    padding-top: 0.41667em; } }

@media all and (min-width: 0px) {
  h2, .h-subheadline {
    font-size: 1.16667em;
    margin-top: 0;
    line-height: 1.42857em;
    margin-bottom: 0.47619em;
    padding-top: 0.28571em; } }

@media all and (min-width: 768px) {
  h2, .h-subheadline {
    font-size: 1.33333em;
    margin-top: 0;
    line-height: 1.5em;
    margin-bottom: 0.41667em;
    padding-top: 0.25em; } }

.rte h2, .mceContentBody h2, .rte .h-subheadline, .mceContentBody .h-subheadline {
  margin-top: 1.25em; }

@media all and (min-width: 0px) {
  h3, .h-byline {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.27778em;
    margin-bottom: 0.33333em;
    padding-top: 0.22222em; } }

@media all and (min-width: 768px) {
  h3, .h-byline {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.27778em;
    margin-bottom: 0.33333em;
    padding-top: 0.22222em; } }

.rte h3, .mceContentBody h3, .rte .h-byline, .mceContentBody .h-byline {
  margin-top: 1.66667em; }

@media all and (min-width: 0px) {
  h4, .h-standfirst {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-top: 0em; } }

@media all and (min-width: 768px) {
  h4, .h-standfirst {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-top: 0em; } }

.rte h4, .mceContentBody h4, .rte .h-standfirst, .mceContentBody .h-standfirst {
  margin-top: 1.875em;
  margin-bottom: 0.33333em; }

@media all and (min-width: 0px) {
  h5, .h-related {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.375em;
    margin-bottom: 1em; } }

@media all and (min-width: 768px) {
  h5, .h-related {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.375em;
    margin-bottom: 1em; } }

h6, .h-promo {
  font-family: Helvetica Neue LT W01_65 Md; }
  @media all and (min-width: 0px) {
    h6, .h-promo {
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.375em;
      margin-bottom: 1em; } }
  @media all and (min-width: 768px) {
    h6, .h-promo {
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.375em;
      margin-bottom: 1em; } }

.h-label {
  font-family: Helvetica Neue LT W01_55 Roman;
  display: block;
  font-weight: normal;
  color: #6a6a6a; }
  @media all and (min-width: 0px) {
    .h-label {
      font-size: 1em;
      margin-top: 0;
      line-height: 1.27778em;
      margin-bottom: 1.11111em; } }
  @media all and (min-width: 768px) {
    .h-label {
      font-size: 1.16667em;
      margin-top: 0;
      line-height: 1.19048em;
      margin-bottom: 0.95238em; } }

@media all and (min-width: 0px) {
  .h-block {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.27778em;
    margin-bottom: 0em; } }

@media all and (min-width: 768px) {
  .h-block {
    font-size: 1.16667em;
    margin-top: 0;
    line-height: 1.19048em;
    margin-bottom: 0.2381em; } }

/**
 * 5.0 - Paragraphs and blockquote
 * -----------------------------------------------------------------------------
 */
p {
  font-size: 1em;
  margin-top: 0;
  line-height: 1.55556em;
  margin-bottom: 1.11111em; }
  @media all and (min-width: 0px) {
    p {
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 1.25em; } }
  @media all and (min-width: 1025px) {
    p {
      font-size: 1em;
      margin-top: 0;
      line-height: 1.55556em;
      margin-bottom: 1.11111em; } }
  p.max-width-large {
    max-width: 41.66667em; }
  p.small {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 1.25em; }
    p.small.max-width-large {
      max-width: 46.875em; }
  p.smaller {
    font-size: 0.83333em;
    margin-top: 0;
    line-height: 1.53333em;
    margin-bottom: 0.66667em; }
    p.smaller.max-width-large {
      max-width: 50em; }
  p.large {
    font-size: 1.16667em;
    margin-top: 0;
    line-height: 1.09524em;
    margin-bottom: 0.95238em; }
  p.grey {
    color: #6a6a6a; }
  .small p {
    font-size: 1em; }

.h-paragraph {
  font-size: 1em;
  margin-top: 0;
  line-height: 1.27778em;
  margin-bottom: 0em;
  font-family: Helvetica Neue LT W01_55 Roman;
  font-weight: 400; }
  .h-paragraph.small {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 1.25em; }

p.preamble {
  font-size: 1.77778em;
  margin-top: 0;
  line-height: 1.375em;
  margin-bottom: 1.03125em;
  font-family: Helvetica Neue LT W01_41488878; }
  @media all and (min-width: 0px) {
    p.preamble {
      font-size: 1.11111em;
      margin-top: 0;
      line-height: 1.6em;
      margin-bottom: 1.65em; } }
  @media all and (min-width: 768px) {
    p.preamble {
      font-size: 1.77778em;
      margin-top: 0;
      line-height: 1.375em;
      margin-bottom: 1.03125em; } }

blockquote {
  font-style: italic;
  font-size: 1em;
  line-height: 1.61111em;
  margin-bottom: 0.22222em; }
  @media (max-width: 767px) {
    blockquote {
      font-size: 0.88889em; } }

blockquote {
  margin-bottom: 1.72222em; }

blockquote {
  margin-left: 0.68421em;
  padding-left: 1.31579em;
  border-left: 4px solid #fff500; }

/**
 * 6.0 - Links
 * -----------------------------------------------------------------------------
 */
a {
  color: #0073ac;
  text-decoration: none; }
  a.link-color-inherit {
    color: inherit; }
  a:hover {
    color: #000c11;
    text-decoration: underline; }
  a:active {
    color: #001722;
    text-decoration: underline; }

/**
 * 7.0 - Tables
 * -----------------------------------------------------------------------------
 */
table {
  margin-bottom: 1.111em;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }
  .rte table, .mceContentBody table {
    font-size: 0.77778em;
    line-height: 1.5em; }

table.noborder th, table.noborder td {
  border: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: transparent; }

table.noborder th:first-child, table.noborder td:first-child {
  padding-left: 0; }

th, td {
  text-align: left;
  vertical-align: top;
  padding: 0.6em 1em 0.4em;
  border-bottom: 1px solid #ccc; }
  th p, td p {
    margin: 0; }

th {
  font-family: Helvetica Neue LT W01_65 Md;
  padding: 0.7em 1em 0.4em;
  border-top: 1px solid #ccc; }

td[class^="l-size"], td[class*=" l-size"], th[class^="l-size"], th[class*=" l-size"] {
  float: none; }

/**
 * 7.1 - Tables (responsive)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 1.111em;
    position: relative; }
    .table-scrollable > table {
      margin-bottom: 0;
      width: auto;
      max-width: none; }
    .table-scrollable::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 14px;
      height: 14px; }
    .table-scrollable::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 3px solid #fff;
      background-color: rgba(0, 0, 0, 0.3); } }

/**
 * 8.0 - Lists
 * -----------------------------------------------------------------------------
 */
.rte ul, .rte ol {
  margin-bottom: 1.111em;
  font-size: 1em;
  margin-top: 0;
  line-height: 1.55556em;
  margin-bottom: 1.11111em; }
  @media all and (min-width: 0px) {
    .rte ul, .rte ol {
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 1.25em; } }
  @media all and (min-width: 1025px) {
    .rte ul, .rte ol {
      font-size: 1em;
      margin-top: 0;
      line-height: 1.55556em;
      margin-bottom: 1.11111em; } }
  .rte ul li, .rte ol li {
    line-height: 1.55556em;
    margin-bottom: 1.11111em; }
    @media (max-width: 767px) {
      .rte ul li, .rte ol li {
        font-size: 16px;
        line-height: 1.33333em;
        margin-bottom: 1.11111em; } }
    .rte ul li p, .rte ol li p {
      margin-bottom: 0; }

ul.list-files, ol.list-files {
  margin-top: 0;
  margin-left: 1.55556em; }
  ul.list-files a, ol.list-files a {
    text-decoration: underline; }
  @media (max-width: 767px) {
    ul.list-files li, ol.list-files li {
      font-size: 16px; } }
  ul.list-files .list-files-info, ol.list-files .list-files-info {
    font-size: 0.66667em;
    color: #6a6a6a; }

/**
 * 9.0 - Description list
 * -----------------------------------------------------------------------------
 */
dl {
  font-size: 1em;
  margin-top: 0;
  line-height: 1.55556em;
  margin-bottom: 1.11111em; }
  @media all and (min-width: 0px) {
    dl {
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 1.25em; } }
  @media all and (min-width: 1025px) {
    dl {
      font-size: 1em;
      margin-top: 0;
      line-height: 1.55556em;
      margin-bottom: 1.11111em; } }
  dl.small {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 1.25em; }
  dl.smaller {
    font-size: 0.83333em;
    margin-top: 0;
    line-height: 1.53333em;
    margin-bottom: 0.66667em; }
  dl.layout-inline {
    margin-bottom: 1em;
    margin-right: 0.33333em; }
    dl.layout-inline * {
      vertical-align: baseline; }
    dl.layout-inline dd {
      margin-left: 0;
      margin-right: 1.33333em; }
      @media (max-width: 767px) {
        dl.layout-inline dd {
          margin-bottom: 0.66667em; }
          dl.layout-inline dd:last-child {
            margin-bottom: 0; } }
  dl dt {
    font-family: Helvetica Neue LT W01_71488914; }
  @media (max-width: 767px) {
    dl dt, dl dd {
      display: block !important;
      margin-left: 0 !important;
      margin-right: 0 !important; } }

/**
 * 10.0 - Figure & figcaption
 * -----------------------------------------------------------------------------
 */
figure {
  margin: 0; }

figcaption {
  font-size: 0.72222em;
  line-height: 1.53846em;
  padding-top: 0.61111em; }

/**
 * 11.0 - Pre & code
 * -----------------------------------------------------------------------------
 */
code {
  padding: .1em .5em;
  font-size: .9em;
  background-color: #eeeeee; }

pre {
  border-left: 5px solid #d4d4d4; }

pre code {
  display: block;
  margin: 0;
  padding: .5em 1em;
  font-size: .7em;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

/**
 * 12.0 - Other elements (hr)
 * -----------------------------------------------------------------------------
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0 1.05556em;
  padding: 0; }
  hr.thick {
    border-top: 4px solid #ccc; }

/**
 * Animations
 *
 * Description: Contains reusuble animations.
 * Version: 1.1.0
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Spin
 * 2.0 - Fade out
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Spin
 * -----------------------------------------------------------------------------
 */
.animate-spin, .loader {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/*@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}*/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(359deg) scale(1);
    transform: rotate(359deg) scale(1); } }

/**
 * 2.0 - Fade out
 * -----------------------------------------------------------------------------
 */
.animate-fadeout {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  .animate-fadeout.is-animated {
    opacity: 0; }

/**
 * Layout Utility classes
 *
 * Description: Classes to reset/change margin/paddings.
 * Version: 2.0.4
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Margin
 * 2.0 - Padding
 * 3.0 - Background
 * 4.0 - Area icon
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Margin
 * -----------------------------------------------------------------------------
 */
.margin-all-0 {
  margin: 0 !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-top-std {
  margin-top: 1.111em; }

.margin-right-0 {
  margin-right: 0 !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-left-0 {
  margin-left: 0 !important; }

.margin-horizontal-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.margin-bottom-std {
  margin-bottom: 1.111em !important; }

.margin-bottom-double {
  margin-bottom: 2.222em; }

.margin-bottom-quadruple {
  margin-bottom: 4.444em !important; }

.margin-right-10 {
  margin-right: 10px !important; }

/**
 * 2.0 - Padding
 * -----------------------------------------------------------------------------
 */
.padding-all-0 {
  padding: 0 !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-top-std {
  padding-top: 1.111em; }

.padding-right-0 {
  padding-right: 0 !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-std {
  padding-bottom: 1.111em; }

.padding-left-0 {
  padding-left: 0 !important; }

.padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.padding-vertical-std {
  padding-top: 1.111em;
  padding-bottom: 1.111em; }

/**
 * 3.0 - Background
 * -----------------------------------------------------------------------------
 */
.has-background-accent {
  background-color: #fff500; }

.has-background-data {
  background-color: #6FD4AE; }

.has-background-ekonomi {
  background-color: #FFC3E6; }

.has-background-friskvard {
  background-color: #1EBFFF; }

.has-background-hotell {
  background-color: #FF941E; }

.has-background-sjukvard {
  background-color: #35F52C; }

.has-background-journalistik {
  background-color: #BBCACA; }

.has-background-juridik {
  background-color: #DB4CFF; }

.has-background-kultur {
  background-color: #5B7EFF; }

.has-background-lantbruk {
  background-color: #FF0D9A; }

.has-background-miljovard {
  background-color: #6FF; }

.has-background-pedagogik {
  background-color: #FF9E6E; }

.has-background-samhallsbyggnad {
  background-color: #C7E7FF; }

.has-background-sakerhetstjanster {
  background-color: #B5FF00; }

.has-background-teknik {
  background-color: #C7F09A; }

.has-background-transporttjanster {
  background-color: #E53A27; }

.has-background-greylight {
  background-color: #e3e5e9; }

.has-background-ovrigt {
  background-color: #666; }

.has-background-light-accent {
  background-color: rgba(255, 245, 0, 0.5); }

.has-background-light-data {
  background-color: rgba(111, 212, 174, 0.5); }

.has-background-light-ekonomi {
  background-color: rgba(255, 195, 230, 0.5); }

.has-background-light-friskvard {
  background-color: rgba(30, 191, 255, 0.5); }

.has-background-light-hotell {
  background-color: rgba(255, 148, 30, 0.5); }

.has-background-light-sjukvard {
  background-color: rgba(53, 245, 44, 0.5); }

.has-background-light-journalistik {
  background-color: rgba(187, 202, 202, 0.5); }

.has-background-light-juridik {
  background-color: rgba(219, 76, 255, 0.5); }

.has-background-light-kultur {
  background-color: rgba(91, 126, 255, 0.5); }

.has-background-light-lantbruk {
  background-color: rgba(255, 13, 154, 0.5); }

.has-background-light-miljovard {
  background-color: rgba(102, 255, 255, 0.5); }

.has-background-light-pedagogik {
  background-color: rgba(255, 158, 110, 0.5); }

.has-background-light-samhallsbyggnad {
  background-color: rgba(199, 231, 255, 0.5); }

.has-background-light-sakerhetstjanster {
  background-color: rgba(181, 255, 0, 0.5); }

.has-background-light-teknik {
  background-color: rgba(199, 240, 154, 0.5); }

.has-background-light-transporttjanster {
  background-color: rgba(229, 58, 39, 0.5); }

.has-background-light-ovrigt {
  background-color: rgba(102, 102, 102, 0.5); }

.has-background-hover-accent:hover {
  background-color: #fff500; }

.has-background-hover-accent:active {
  background-color: #ede400; }

.has-background-hover-data:hover {
  background-color: #6FD4AE; }

.has-background-hover-data:active {
  background-color: #67c5a2; }

.has-background-hover-ekonomi:hover {
  background-color: #FFC3E6; }

.has-background-hover-ekonomi:active {
  background-color: #edb5d6; }

.has-background-hover-friskvard:hover {
  background-color: #1EBFFF; }

.has-background-hover-friskvard:active {
  background-color: #1cb2ed; }

.has-background-hover-hotell:hover {
  background-color: #FF941E; }

.has-background-hover-hotell:active {
  background-color: #ed8a1c; }

.has-background-hover-sjukvard:hover {
  background-color: #35F52C; }

.has-background-hover-sjukvard:active {
  background-color: #31e429; }

.has-background-hover-journalistik:hover {
  background-color: #BBCACA; }

.has-background-hover-journalistik:active {
  background-color: #aebcbc; }

.has-background-hover-juridik:hover {
  background-color: #DB4CFF; }

.has-background-hover-juridik:active {
  background-color: #cc47ed; }

.has-background-hover-kultur:hover {
  background-color: #5B7EFF; }

.has-background-hover-kultur:active {
  background-color: #5575ed; }

.has-background-hover-lantbruk:hover {
  background-color: #FF0D9A; }

.has-background-hover-lantbruk:active {
  background-color: #ed0c8f; }

.has-background-hover-miljovard:hover {
  background-color: #6FF; }

.has-background-hover-miljovard:active {
  background-color: #5feded; }

.has-background-hover-pedagogik:hover {
  background-color: #FF9E6E; }

.has-background-hover-pedagogik:active {
  background-color: #ed9366; }

.has-background-hover-samhallsbyggnad:hover {
  background-color: #C7E7FF; }

.has-background-hover-samhallsbyggnad:active {
  background-color: #b9d7ed; }

.has-background-hover-sakerhetstjanster:hover {
  background-color: #B5FF00; }

.has-background-hover-sakerhetstjanster:active {
  background-color: #a8ed00; }

.has-background-hover-teknik:hover {
  background-color: #C7F09A; }

.has-background-hover-teknik:active {
  background-color: #b9df8f; }

.has-background-hover-transporttjanster:hover {
  background-color: #E53A27; }

.has-background-hover-transporttjanster:active {
  background-color: #d53624; }

.has-background-hover-ovrigt:hover {
  background-color: #666; }

.has-background-hover-ovrigt:active {
  background-color: #5f5f5f; }

.has-background-white, .has-background-light-white {
  background-color: #fff; }

.has-background-grey {
  background-color: #282828; }

html.is-ios .has-background-hover-accent:hover, html.is-ios .has-background-hover-data:hover, html.is-ios .has-background-hover-ekonomi:hover, html.is-ios .has-background-hover-friskvard:hover, html.is-ios .has-background-hover-hotell:hover, html.is-ios .has-background-hover-sjukvard:hover, html.is-ios .has-background-hover-journalistik:hover, html.is-ios .has-background-hover-juridik:hover, html.is-ios .has-background-hover-kultur:hover, html.is-ios .has-background-hover-lantbruk:hover, html.is-ios .has-background-hover-miljovard:hover, html.is-ios .has-background-hover-pedagogik:hover, html.is-ios .has-background-hover-samhallsbyggnad:hover, html.is-ios .has-background-hover-sakerhetstjanster:hover, html.is-ios .has-background-hover-teknik:hover, html.is-ios .has-background-hover-transporttjanster:hover, html.is-ios .has-background-hover-ovrigt:hover {
  background: transparent !important; }

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .no-scrollbar::-webkit-scrollbar {
    display: none; }

/**
 * 4.0 - Area icon
 * -----------------------------------------------------------------------------
 */
.area-icon {
  display: inline-block;
  width: 0.88889em;
  height: 0.88889em;
  line-height: 0.88889em;
  border-radius: 50%; }
  .smaller .area-icon, .area-selector .area-icon {
    width: 1.06667em;
    height: 1.06667em; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.full-width {
  width: 100% !important; }

/**
 * 5.0 - Helpers
 * -----------------------------------------------------------------------------
 */
.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-align-center {
  align-items: center !important; }

.flex-align-self-start {
  align-self: flex-start !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-n0 {
  margin-top: -0px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-n0 {
  margin-bottom: -0px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-n0 {
  margin-left: -0px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-n0 {
  margin-right: -0px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mt-n2 {
  margin-top: -2px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.mb-n2 {
  margin-bottom: -2px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-2 {
  margin-left: 2px !important; }

.ml-n2 {
  margin-left: -2px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-2 {
  margin-right: 2px !important; }

.mr-n2 {
  margin-right: -2px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mt-n3 {
  margin-top: -3px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.mb-n3 {
  margin-bottom: -3px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-3 {
  margin-left: 3px !important; }

.ml-n3 {
  margin-left: -3px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-3 {
  margin-right: 3px !important; }

.mr-n3 {
  margin-right: -3px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-n5 {
  margin-top: -5px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-n5 {
  margin-bottom: -5px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-n5 {
  margin-left: -5px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-n5 {
  margin-right: -5px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mt-n6 {
  margin-top: -6px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.mb-n6 {
  margin-bottom: -6px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-6 {
  margin-left: 6px !important; }

.ml-n6 {
  margin-left: -6px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-6 {
  margin-right: 6px !important; }

.mr-n6 {
  margin-right: -6px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-n8 {
  margin-top: -8px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-n8 {
  margin-bottom: -8px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-8 {
  margin-left: 8px !important; }

.ml-n8 {
  margin-left: -8px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-8 {
  margin-right: 8px !important; }

.mr-n8 {
  margin-right: -8px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-n10 {
  margin-top: -10px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-n10 {
  margin-bottom: -10px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-n10 {
  margin-left: -10px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-n10 {
  margin-right: -10px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-n15 {
  margin-top: -15px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-n15 {
  margin-bottom: -15px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-n15 {
  margin-left: -15px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-n15 {
  margin-right: -15px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-n20 {
  margin-top: -20px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-n20 {
  margin-bottom: -20px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-n20 {
  margin-left: -20px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-n20 {
  margin-right: -20px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-n25 {
  margin-top: -25px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-n25 {
  margin-bottom: -25px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-n25 {
  margin-left: -25px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-n25 {
  margin-right: -25px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-n30 {
  margin-top: -30px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-n30 {
  margin-bottom: -30px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-n30 {
  margin-left: -30px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-n30 {
  margin-right: -30px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-n35 {
  margin-top: -35px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-n35 {
  margin-bottom: -35px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-n35 {
  margin-left: -35px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-n35 {
  margin-right: -35px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-n40 {
  margin-top: -40px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-n40 {
  margin-bottom: -40px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-n40 {
  margin-left: -40px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-n40 {
  margin-right: -40px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-n45 {
  margin-top: -45px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-n45 {
  margin-bottom: -45px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-n45 {
  margin-left: -45px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-n45 {
  margin-right: -45px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-n50 {
  margin-top: -50px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-n50 {
  margin-bottom: -50px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-n50 {
  margin-left: -50px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-n50 {
  margin-right: -50px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-n75 {
  margin-top: -75px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-n75 {
  margin-bottom: -75px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-n75 {
  margin-left: -75px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-n75 {
  margin-right: -75px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-n100 {
  margin-top: -100px !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-n100 {
  margin-bottom: -100px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml-n100 {
  margin-left: -100px !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr-n100 {
  margin-right: -100px !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pt-2 {
  padding-top: 2px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.pl-2 {
  padding-left: 2px !important; }

.pr-2 {
  padding-right: 2px !important; }

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.pt-3 {
  padding-top: 3px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.pl-3 {
  padding-left: 3px !important; }

.pr-3 {
  padding-right: 3px !important; }

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pt-6 {
  padding-top: 6px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.pl-6 {
  padding-left: 6px !important; }

.pr-6 {
  padding-right: 6px !important; }

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.hidden {
  display: none !important; }

@media (min-width: 767px) {
  .min-device-small\:hidden {
    display: none !important; }
  .min-device-small\:block {
    display: block !important; }
  .min-device-small\:flex {
    display: flex !important; } }

@media (max-width: 767px) {
  .max-device-small\:hidden {
    display: none !important; }
  .max-device-small\:block {
    display: block !important; }
  .max-device-small\:flex {
    display: flex !important; } }

.max-width-fit {
  max-width: fit-content; }

.text-nowrap {
  white-space: nowrap; }

/**
 * Icomoon
 *
 * Description: This file holds the style for Icomoon.
 * Version: 1.1.5
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/icomoon.eot?");
  src: url("../../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?") format("truetype"), url("../../fonts/icomoon/icomoon.woff?") format("woff"), url("../../fonts/icomoon/icomoon.svg?#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .icomoon-ul > li {
    position: relative;
    margin-bottom: 3px; }

.icomoon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  color: #0073ac;
  top: 0.4em;
  text-align: center; }

.icon-document:before {
  content: "\e90e";
  color: #0073ac; }

.icon-menu:before {
  content: "\e90f"; }

.icon-chevron-down:before, .styled-select:before {
  content: "\e900"; }

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

.icon-chevron-up:before {
  content: "\e902"; }

.icon-earth:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-letter:before {
  content: "\e905"; }

.icon-linkedin:before {
  content: "\e906"; }

.icon-list-bullets:before {
  content: "\e907"; }

.icon-map:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-search:before {
  content: "\e90a"; }

.icon-times:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-youtube-play:before {
  content: "\e90d"; }

.icon-instagram:before {
  content: "\e914"; }

.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-warning:before {
  content: "\f071"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-spinner:before, .loader:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-share:before {
  content: "\ea7d"; }

.icon-open_in_new_black_24dp:before {
  content: "\e910"; }

.icon-new-tab:before {
  content: "\ea7e"; }

.icon-plus1:before {
  content: "\e912"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

/**
 * Block
 *
 * Description: Base for blocks. When making submodules use convention e.g block-calendar.
 * Version: 1.0.3
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Banner block
 * 2.0 - summary block
 * 3.0 - section block
 * 4.0 - application block
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Banner block
 * -----------------------------------------------------------------------------
 */
.block-banner {
  padding: 1.38889em 0 0.66667em;
  margin-bottom: 0;
  border-bottom: 1px solid #d3d300;
  background: url(/Assets/icons/Arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 20px center; }
  .block-banner:last-of-type {
    border-bottom: none; }
  .block-banner > a {
    display: block;
    color: #282828;
    cursor: pointer;
    padding-right: 50px; }
    .block-banner > a .layout-unit-container {
      margin-left: 0;
      margin-right: 0; }
  .block-banner .media-image.media-image-flipped {
    margin-left: 5.16667em; }
  @media (max-width: 767px) {
    .block-banner h1 {
      font-size: 1em;
      margin-top: 0;
      line-height: 1.55556em;
      margin-bottom: 1.11111em;
      margin-bottom: 0.3125em !important; } }
  @media all and (max-width: 767px) and (min-width: 0px) {
    .block-banner h1 {
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 1.25em; } }
  @media all and (max-width: 767px) and (min-width: 1025px) {
    .block-banner h1 {
      font-size: 1em;
      margin-top: 0;
      line-height: 1.55556em;
      margin-bottom: 1.11111em; } }

@media (max-width: 767px) {
  .block-puff-list-container .layout-width-constrained {
    width: 100% !important; } }

/**
 * 2.0 - summary block
 * -----------------------------------------------------------------------------
 */
.block-summary {
  color: #fff;
  padding: 1.111em;
  background-color: #282828;
  margin-bottom: 2.222em; }
  .block-summary .block-summary-label {
    color: #fff500;
    font-family: Helvetica Neue LT W01_71488914; }

/**
 * 3.0 - section block
 * -----------------------------------------------------------------------------
 */
.block-section {
  color: #282828; }
  .block-section a {
    display: block; }
  .block-section .h-block:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 14px;
    margin-left: 5px; }
  .block-section .h-block[href^="mailto:"]:after, .block-section .h-block[href^="tel:"]:after {
    content: ""; }
  @media (max-width: 1024px) {
    .block-section {
      margin-left: -1.111em;
      margin-right: -1.111em; }
      .block-section > .layout-unit {
        margin: 1.111em 2.222em; } }
  @media (max-width: 767px) {
    .block-section {
      margin-left: 0;
      margin-right: 0; }
      .block-section > .layout-unit {
        margin: 0.2222em; } }

/**
 * 4.0 - application block
 * -----------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .block-application .btn {
    padding: 0.66667em 1.11111em 0.66667em;
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 1.25em; }
  .block-application p.small {
    margin-bottom: 10px; } }

/**
 * 5.0 - Puff block
 * -----------------------------------------------------------------------------
 */
.block-puff-list-container {
  padding-top: 19px;
  margin-bottom: 0;
  border-bottom: 1px solid #d3d300; }

.puff-ingress {
  padding: 0 16px; }
  .puff-ingress > h2 {
    font-size: 21px;
    padding-top: 0; }
  .puff-ingress p {
    line-height: 24px;
    padding-bottom: 12px;
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 1.25em; }

.block-puff {
  position: relative;
  padding: 0 32px 0 0; }
  .block-puff:first-of-type {
    border-top: 1px solid #d3d300; }
  .block-puff:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .block-puff a:hover {
    text-decoration: none; }
  .block-puff a {
    padding: 20px 16px; }

.puff-layout-container {
  line-height: 24px;
  font-size: 16px;
  line-height: 23px; }

.puff-link-rubrik {
  line-height: 16px;
  margin-right: 16px;
  font-size: 16px; }

/**
* 6.0 - Nyhet block
 * -----------------------------------------------------------------------------
 */
.block-nyhet-section {
  background-color: #E3E5E9;
  color: black;
  padding-top: 16px;
  padding-bottom: 16px; }

.block-nyhet-container {
  margin-left: 12px;
  margin-right: 12px; }

.block-nyhet {
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: white;
  color: #282828;
  margin: 0 4px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 23px;
  width: calc(100% - 8px);
  margin-bottom: 8px;
  margin-right: 4px; }
  .block-nyhet:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .block-nyhet a:hover {
    text-decoration: none; }

.block-nyhet-link {
  background: url(/Assets/icons/Arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 16px center;
  padding: 20px 40px 20px 24px;
  width: 100%; }

.block-nyhet-layout-container {
  display: flex;
  color: #282828; }
  .block-nyhet-layout-container span {
    overflow: hidden; }

.news-items-1 {
  width: 100%; }

.news-items-1 .block-nyhet-layout-container {
  justify-content: center; }

/* Tablet */
@media screen and (min-width: 768px) {
  .block-nyhet {
    margin-bottom: 0; }
  .block-nyhet-container {
    display: flex;
    flex-wrap: wrap; }
  .news-items-2 {
    width: calc(50% - 8px); }
  .news-items-3 {
    width: calc(33.33% - 8px); }
  .news-items-4 {
    width: calc(50% - 8px);
    margin-bottom: 8px; }
  .block-puff a {
    padding: 20px; }
  .block-puff-list-container {
    padding: 68px 0 80px 0; }
  .block-banner:last-of-type {
    border-bottom: 1px solid #d3d300; }
  .puff-layout-container {
    display: flex; } }

/* Desktop */
@media screen and (min-width: 1025px) {
  .block-nyhet-container {
    display: flex;
    flex-wrap: wrap; }
  .news-items-2 {
    width: calc(50% - 8px); }
  .news-items-3 {
    width: calc(33.33% - 8px); }
  .news-items-4 {
    width: calc(25% - 8px); } }

/**
 * Flag
 *
 * Description: Works like the Media component, but can vertically align stuff too.
 * Version: 1.1.1
 * -----------------------------------------------------------------------------
 */
.flag {
  display: table;
  width: 100%; }
  .flag .flag-image, .flag .flag-body {
    display: table-cell;
    vertical-align: top; }
  .flag .flag-image {
    padding-right: 1em; }
    .flag .flag-image > img {
      display: block;
      max-width: none; }
    .flag .flag-image.flag-image-flipped {
      padding-right: 0;
      padding-left: 1em; }
  .flag .flag-body {
    width: 100%; }
  .flag.flag-middle .flag-image, .flag.flag-middle .flag-body {
    vertical-align: middle; }
  .flag.flag-bottom .flag-image, .flag.flag-bottom .flag-body {
    vertical-align: bottom; }

/**
 * Media
 *
 * Description: For aligning stuff.
 * @see: http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
 * Version: 1.0.14
 * -----------------------------------------------------------------------------
 */
.media, .media .media-body {
  overflow: hidden; }

.media .media-image {
  float: left;
  margin-right: 1em; }

.media .media-image img {
  display: block; }

.media .media-image-flipped {
  float: right;
  margin-left: 1em;
  margin-right: inherit; }

/**
 * Browsehappy
 *
 * Description: Displays a info bar about old browsers and lacking of javascript.
 * Version: 1.1.5
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents: 
 *
 * 1.0 - Browsehappy
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Browsehappy
 * -----------------------------------------------------------------------------
 */
.browsehappy {
  background: #fcf8e3;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 19.5px;
  padding: 13px 0 10px;
  text-align: center;
  width: 100%;
  color: #333;
  margin: 0;
  border-bottom: 2px solid #eae1b1; }
  .browsehappy a {
    color: #333 !important;
    text-decoration: underline !important; }
    .browsehappy a:hover {
      text-decoration: none !important; }
  .browsehappy .icon {
    display: inline-block;
    color: #c7254e; }
    .browsehappy .icon:before {
      vertical-align: middle;
      line-height: 19px; }

/**
 * Hamburger icon
 *
 * Description: Style for hamburger icon.
 * Version: 2.0.0
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Hamburger icon
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Hamburger icon
 * -----------------------------------------------------------------------------
 */
.hamburger-icon {
  height: 57px;
  position: absolute;
  top: -12px;
  right: -14px;
  padding: 14px 16px 9px 16px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  z-index: 4;
  color: #282828;
  font-size: 0.88889em;
  text-align: center; }
  .hamburger-icon[aria-expanded="true"] {
    background-color: #e9eaed; }
  .hamburger-icon .hamburger-icon-icomoon {
    width: 18px;
    font-size: 0.77778em; }
    .hamburger-icon .hamburger-icon-icomoon:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90f";
      position: relative; }
  .hamburger-icon .hamburger-icon-text-close {
    display: none; }
  .hamburger-icon:hover {
    text-decoration: none; }
  .hamburger-icon:focus {
    outline: none !important;
    box-shadow: none !important; }
  .nav-opened .hamburger-icon .hamburger-icon-icomoon:before {
    content: "\e90b";
    font-size: 1.44444em;
    position: relative;
    top: 1px; }
  .nav-opened .hamburger-icon .hamburger-icon-text-open {
    display: none; }
  .nav-opened .hamburger-icon .hamburger-icon-text-close {
    display: inline; }

/**
 * Site navigation
 *
 * Description: Style for the navigation.
 * Version: 2.0.0
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Visibility
 * 2.0 - Site top navigation
 * 3.0 - Link/Button with icon
 * 3.0 - Menu header
 * 4.0 - Menu header
 * 5.0 - Menu
 * 6.0 - Menu links
 * 7.0 - Slideout & Page container
 * 8.0 - Page cover
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Visibility
 * -----------------------------------------------------------------------------
 */
body.nav-open {
  position: fixed;
  overflow-y: scroll; }
  body.nav-open #site-navigation-pane {
    display: block; }
    body.nav-open #site-navigation-pane .bg, body.nav-open #site-navigation-pane nav, body.nav-open #site-navigation-pane #page-cover {
      display: block; }

body:not(.nav-open) #site-navigation-pane {
  display: none; }
  body:not(.nav-open) #site-navigation-pane .bg, body:not(.nav-open) #site-navigation-pane nav, body:not(.nav-open) #site-navigation-pane #page-cover {
    display: none; }

/**
 * 2.0 Site top navigation
 * -----------------------------------------------------------------------------
 */
.header-content .top-items {
  display: flex;
  align-items: center;
  margin: 18px 0 18px auto;
  padding-left: 0; }
  @media (max-width: 1024px) {
    .header-content .top-items {
      margin: 0 0 0 auto; } }
  .header-content .top-items li {
    display: inline-block;
    list-style-type: none; }
    .header-content .top-items li.dynamic-link + .static-link {
      margin-left: 30px; }
      @media (min-width: 1440px) {
        .header-content .top-items li.dynamic-link + .static-link {
          margin-left: 100px; } }
    .header-content .top-items li.dynamic-link {
      padding: 0px 0px 3px 0;
      margin: 13px 15px 12px 15px;
      white-space: nowrap; }
      @media (max-width: 1024px) {
        .header-content .top-items li.dynamic-link {
          display: none; } }
      .header-content .top-items li.dynamic-link:hover {
        background: #fff500;
        margin: 8px 0 9px 0;
        border: solid #fff500;
        border-width: 5px 15px 3px 15px; }
      .header-content .top-items li.dynamic-link a {
        color: #6A6A6A;
        padding-bottom: 5px; }
        .header-content .top-items li.dynamic-link a.is-active, .header-content .top-items li.dynamic-link a.is-active:hover {
          color: #282828 !important;
          border-bottom: 3px solid #282828; }
        .header-content .top-items li.dynamic-link a:hover {
          text-decoration: none;
          color: #282828 !important; }
    .header-content .top-items li.static-link {
      margin-right: 20px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .header-content .top-items li.static-link {
          margin-right: 0px; } }
      @media (max-width: 768px) {
        .header-content .top-items li.static-link.other-languages {
          display: none; } }
      .header-content .top-items li.static-link a {
        padding: 5px 10px 5px 10px;
        margin: 10px 5px 10px 5px;
        color: #6A6A6A; }
        .header-content .top-items li.static-link a:hover {
          text-decoration: none;
          color: #282828 !important;
          background: #fff500; }

/**
 * 3.0 Link/Button with icon
 * -----------------------------------------------------------------------------
 */
.header-content .action-item {
  padding: 0;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #282828 !important; }
  .header-content .action-item .inner-wrapper {
    display: inline-flex;
    align-items: center; }
  .header-content .action-item.is-active .inner-wrapper {
    border-bottom: 3px solid #282828; }
  .header-content .action-item .icon {
    margin-right: 8px; }

/**
* 4.0 - Menu header
* -----------------------------------------------------------------------------
*/
.header-content nav .menu-header {
  padding: 28px 0; }
  .header-content nav .menu-header ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none; }
    .header-content nav .menu-header ul li:nth-child(1) {
      margin-right: 28px; }
    .header-content nav .menu-header ul li:nth-child(2) {
      margin-right: 25px; }
    .header-content nav .menu-header ul li a {
      padding: 5px 10px 5px 10px; }
      .header-content nav .menu-header ul li a:hover {
        text-decoration: none;
        color: #282828 !important;
        background: #fff500; }

/**
 * 5.0 - Menu
 * -----------------------------------------------------------------------------
 */
.header-content .bg {
  /*opacity:.5;*/
  background: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 400px; }

.header-content nav {
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 1; }
  .header-content nav a {
    color: #282828;
    letter-spacing: 0.9px; }
  .header-content nav ul {
    margin: 0 0;
    padding: 0; }

.header-content ul.menu {
  padding-bottom: 135px; }
  .header-content ul.menu ul.sub-menu {
    display: none;
    width: 100%; }
    .header-content ul.menu ul.sub-menu a {
      font-weight: normal; }
  .header-content ul.menu .menu-item.expanded > ul.sub-menu {
    display: block; }
  .header-content ul.menu > .menu-item {
    position: relative; }
    .header-content ul.menu > .menu-item::after {
      border-left: 7px solid #c9cdcf;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      display: none; }
    .header-content ul.menu > .menu-item.expanded::after {
      display: block; }
    .header-content ul.menu > .menu-item.current-page-ancestor::after, .header-content ul.menu > .menu-item.current-page::after {
      border-left-color: #525252 !important;
      display: block; }

/**
 * 6.0 - Menu links
 * -----------------------------------------------------------------------------
 */
.header-content li.menu-item {
  list-style-type: none;
  border-bottom: 1px solid #CCCCCC; }
  .header-content li.menu-item:first-child:not(.expanded) {
    border-top: 1px solid #CCCCCC; }
  .header-content li.menu-item.expanded {
    border-bottom: none; }
  .header-content li.menu-item.current-page:first-child {
    border-top: none; }
  .header-content li.menu-item.before-active-item {
    border-bottom: none; }
  .header-content li.menu-item.after-active-item {
    border-top: none; }

.header-content ul.menu > .menu-item > .sub-menu .sub-menu .menu-item .item {
  padding-left: 16px; }

.header-content ul.menu > .menu-item > .sub-menu .sub-menu .menu-item .menu-item .item {
  padding-left: 32px; }

.header-content ul.menu > .menu-item > .sub-menu .sub-menu .menu-item .menu-item .menu-item .item {
  padding-left: 48px; }

.header-content li.menu-item .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .header-content li.menu-item .item:not(.no-hover):hover {
    background: #fff500;
    margin-bottom: -1px;
    border-bottom: 1px solid #CCCCCC; }
  .header-content li.menu-item .item a {
    color: #282828;
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
    margin-right: 5px;
    padding: 13px 0 13px 30px;
    line-height: 24px; }
  .header-content li.menu-item .item .expand-button {
    border-radius: 0;
    border: 1px solid #CCCCCC;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5e7eacc;
    margin-right: 10px;
    padding: 0; }
    .header-content li.menu-item .item .expand-button:hover {
      background: #fff500 !important;
      border-color: #fff500 !important; }

.header-content li.menu-item > .item:hover a {
  color: #282828; }

.header-content li.menu-item.expanded > .item:hover a {
  color: #282828; }

.header-content li.menu-item.expanded > .item .expand-button {
  background: #e5e7eacc;
  border-color: #c9c9c9cc; }
  .header-content li.menu-item.expanded > .item .expand-button .icon-x:before {
    content: "\e913"; }

.header-content li.menu-item:not(.expanded) > .item a {
  color: #282828; }

.header-content li.menu-item:not(.expanded) > .item .expand-button .icon-x:before {
  content: "\e912"; }

.header-content li.menu-item.current-page {
  border-bottom: 0; }

.header-content li.menu-item.current-page > .item {
  background: #525252;
  color: white; }
  .header-content li.menu-item.current-page > .item:not(.no-hover):hover a {
    color: #282828; }
  .header-content li.menu-item.current-page > .item.no-hover > a, .header-content li.menu-item.current-page > .item > a {
    color: white; }
  .header-content li.menu-item.current-page > .item > a {
    color: white; }

.header-content li.menu-item.current-page > .sub-menu > .menu-item:first-child {
  border-top: 0 !important; }

/**
 * 7.0 - Slideout & Page container
 * -----------------------------------------------------------------------------
 */
.header-content .container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
  display: flex;
  overflow-y: auto;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-end; }

/**
 * 6.0 - Page cover
 * -----------------------------------------------------------------------------
 */
.header-content #page-cover {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear; }
  .header-content #page-cover.fade {
    visibility: visible;
    opacity: 1; }

/**
 * Loader
 *
 * Description: Style for the loader.
 * Version: 2.0.0
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents: 
 *
 * 1.0 - Loader
 * 2.0 - Loader in buttons
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Loader
 * -----------------------------------------------------------------------------
 */
.loader {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  display: block; }
  .loader.loader-large {
    font-size: 60px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5555em 0; }

/**
 * 2.0 - Loader in buttons
 * -----------------------------------------------------------------------------
 */
.btn .loader, button .loader {
  font-size: 25px;
  line-height: 25px;
  padding: 0;
  margin: 0 1em;
  /*position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -($font-size/2);
		margin-left: -($font-size/2);*/ }

.btn.btn-small .loader, button.btn-small .loader {
  font-size: 20px;
  line-height: 20px;
  /*margin-top: -($font-size/2);
		margin-left: -($font-size/2);*/ }

/**
 * Toggle link
 *
 * Description: Styles to visually represent aria collapse/expand states.
 * Version: 1.1.5
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Toggle
 * 2.0 - Toggle dropdown
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Toggle
 * -----------------------------------------------------------------------------
 */
.expandable {
  position: absolute;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }
  .expandable:focus {
    outline: none; }

.expandable[aria-hidden="false"] {
  position: relative;
  height: auto;
  visibility: visible;
  opacity: 1; }

html.no-js .expandable:target {
  position: relative;
  height: auto;
  visibility: visible;
  opacity: 1; }

/**
 * 2.0 - Toggle dropdown
 * -----------------------------------------------------------------------------
 */
.toggle-dropdown {
  position: relative; }
  .toggle-dropdown > .expandable {
    position: absolute;
    background-color: #fff;
    padding: 0.55556em;
    left: -0.55556em;
    border: 1px solid #ccc;
    transition: visibility 0s, opacity 0.1s linear; }

/**
 * Alert
 *
 * Description: Style for an alert banner.
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents: 
 *
 * 1.0 - Alert
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Alert
 * -----------------------------------------------------------------------------
 */
.alert {
  background-color: #fff500;
  display: flex; }
  .alert .btn {
    margin-left: 0.88889em; }
  .alert .alert-br {
    display: none; }
  @media (max-width: 767px) {
    .alert .layout-unit {
      margin-top: 1.111em; }
      .alert .layout-unit .btn {
        margin: 0; }
      .alert .layout-unit .alert-br {
        display: block;
        margin-bottom: 0.5555em; } }
  .alert.info {
    background: #e3e5e9; }
    @media (max-width: 767px) {
      .alert.info {
        flex-wrap: wrap; } }
    .alert.info .btn:hover {
      background: #c6cad3; }
    .alert.info .close-btn {
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      border-width: 0px !important;
      border-radius: 0px !important;
      background: transparent;
      align-self: center;
      position: relative;
      z-index: 10; }
      .alert.info .close-btn:hover {
        background: #c6cad3; }
      .alert.info .close-btn i {
        display: inline-block;
        margin-right: 5px; }
  .alert.varning {
    background: #282828;
    color: #fff; }
    @media (max-width: 767px) {
      .alert.varning {
        flex-wrap: wrap; } }
    .alert.varning .btn {
      color: #fff;
      border-color: #797979; }
      .alert.varning .btn:hover {
        background: #0f0f0f; }
    .alert.varning .close-btn {
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      border-width: 0px !important;
      border-radius: 0px !important;
      background: transparent;
      align-self: center;
      position: relative;
      z-index: 10;
      color: #fff; }
      .alert.varning .close-btn:hover {
        background: #0f0f0f; }
      .alert.varning .close-btn i {
        display: inline-block;
        margin-right: 5px; }

/**
 * Nav grid
 *
 * Description: Style for the nav grid (used on the startpage)
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Nav grid
 *   1.1 - Nav grid (reponsive)
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Nav grid
 * -----------------------------------------------------------------------------
 */
.nav-grid {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }
  .nav-grid .nav-grid-item {
    text-align: center; }
    .nav-grid .nav-grid-item > a {
      display: inline-block;
      height: 100%;
      width: 100%;
      height: 18.11111em;
      border: 1px solid #f0f2f6;
      border-width: 1px 1px 0 0;
      color: #282828;
      -webkit-transition: background-color 0.4s ease-out;
      -moz-transition: background-color 0.4s ease-out;
      -o-transition: background-color 0.4s ease-out;
      transition: background-color 0.4s ease-out; }
      .nav-grid .nav-grid-item > a img {
        margin: 0 auto;
        display: block;
        border-radius: 50%;
        margin-bottom: 1.11111em; }
      .nav-grid .nav-grid-item > a h2 {
        display: inline-block;
        border-radius: 5.55556em;
        padding: 0.44444em 1.38889em 0.38889em 1.38889em; }
      .nav-grid .nav-grid-item > a:hover {
        text-decoration: none; }
        .nav-grid .nav-grid-item > a:hover h2 {
          background-color: rgba(255, 255, 255, 0.5); }
    .nav-grid .nav-grid-item .layout-unit {
      padding: 1.61111em 0 1.11111em; }

/**
 * 1.1 - Nav grid (reponsive)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .nav-grid .nav-grid-item {
    text-align: left;
    width: 100%;
    height: auto;
    padding-bottom: 0; }
    .nav-grid .nav-grid-item > a {
      display: block;
      height: auto;
      padding-bottom: 0;
      overflow: hidden; }
      .nav-grid .nav-grid-item > a header {
        display: table;
        width: 100%;
        padding: 0; }
        .csstransforms .nav-grid .nav-grid-item > a header {
          position: relative;
          top: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
      .nav-grid .nav-grid-item > a .layout-unit {
        padding: 0;
        margin-bottom: 0; }
      .nav-grid .nav-grid-item > a .img {
        float: left;
        width: 4.16667em;
        padding-left: 0.83333em;
        min-height: 4.83333em;
        line-height: 4.83333em;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
        .nav-grid .nav-grid-item > a .img img {
          display: inline-block;
          margin: 0;
          width: 3.33333em;
          height: 3.33333em; }
      .nav-grid .nav-grid-item > a .header {
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        padding-right: 1.11111em; }
      .nav-grid .nav-grid-item > a h2 {
        border-radius: 0;
        margin: 0; }
      .nav-grid .nav-grid-item > a:hover h2 {
        background-color: transparent; } }

/**
 * Search
 *
 * Description: Style for the search page
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Search list
 *   1.1 - Search list header
 * 2.0 - Area selector
 * 3.0 - Search filter
 *   3.1 - Search filter reset all button
 *   3.2 - search filter mobile toggle
 *   3.3 - search filters mobile
 *   3.4 - search filters mobile footer
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Search list
 * -----------------------------------------------------------------------------
 */
.search-list {
  border-left: 1px solid #e7e7e7; }
  .search-list.no-border {
    border-left: 0; }
    .search-list.no-border .search-item {
      padding-left: 0;
      padding-right: 0; }
      .search-list.no-border .search-item .layout-unit {
        margin: 0 0.5555em; }
        @media (max-width: 1024px) {
          .search-list.no-border .search-item .layout-unit {
            margin: 0; } }
  .search-list .search-item {
    color: #282828;
    border-top: 1px solid #e7e7e7;
    padding: 1.61111em 1.66667em 0.94444em; }
    .search-list .search-item:hover {
      text-decoration: none;
      background-color: #fafafa; }
      .search-list .search-item:hover h1 {
        text-decoration: underline; }
      .search-list .search-item:hover .btn {
        text-decoration: underline; }
    .search-list .search-item header h1, .search-list .search-item header p {
      display: inline-block;
      vertical-align: baseline;
      margin-bottom: 0; }
    .search-list .search-item header h1 {
      margin-right: 0.6875em;
      margin-bottom: 0.375em; }
    .search-list .search-item header .area-icon {
      vertical-align: middle;
      line-height: 16px;
      margin-right: 0.33333em;
      margin-top: -0.11111em; }
    @media (max-width: 800px) {
      .search-list .search-item header h1 {
        display: block; }
      .search-list .search-item header p {
        margin-bottom: 0.55556em; }
      article > .search-list .search-item {
        margin-top: 1.111em; } }
    @media (max-width: 767px) {
      .search-list .search-item {
        padding: 0.83333em; }
        .search-list .search-item header h1 {
          margin-right: 0.61111em;
          margin-bottom: 0.33333em;
          display: block; } }
    @media all and (max-width: 767px) and (min-width: 0px) {
      .search-list .search-item header h1 {
        font-size: 1em;
        margin-top: 0;
        line-height: 1.27778em;
        margin-bottom: 0.33333em;
        padding-top: 0.22222em; } }
    @media all and (max-width: 767px) and (min-width: 768px) {
      .search-list .search-item header h1 {
        font-size: 1em;
        margin-top: 0;
        line-height: 1.27778em;
        margin-bottom: 0.33333em;
        padding-top: 0.22222em; } }
    @media (max-width: 767px) {
        .search-list .search-item header p {
          margin-bottom: 0.55556em; }
        .search-list .search-item div.layout-size1of4 .btn {
          float: left; } }
    .search-list .search-item .search-description {
      margin-bottom: 1.25em;
      max-width: 35.375em; }
    .search-list .search-item header + dl {
      margin-top: 0.66667em; }
    .search-list .search-item dl + dl {
      margin-top: -0.625em; }
    .search-list .search-item .clearing-label {
      display: inline-block;
      background-color: #fff500;
      font-size: 0.9375em;
      padding: 0.2em 1.2em;
      border-radius: 6.66667em;
      margin-left: -0.3125em;
      margin-top: 0.3125em;
      margin-bottom: -0.27778em; }
      @media (max-width: 767px) {
        .search-list .search-item .clearing-label {
          margin-top: -0.1875em;
          margin-bottom: 0.16667em; } }
  .search-list .search-loadmore {
    background-color: #f4f4f4;
    display: block;
    color: #282828;
    padding: 0.72222em 2.27778em 1em;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out; }
    .search-list .search-loadmore:hover {
      background-color: #d8dadd;
      text-decoration: none; }
    .search-list .search-loadmore .icon {
      font-size: 0.83333em;
      display: inline-block;
      vertical-align: middle;
      margin-top: -0.06667em;
      margin-right: 0.33333em; }
    .search-list .search-loadmore strong {
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.25em;
      margin-bottom: 1.25em;
      margin: 0 0.3125em 0 0; }
    .search-list .search-loadmore .search-counter {
      font-size: 0.83333em;
      margin-top: 0;
      line-height: 1.53333em;
      margin-bottom: 0.66667em; }
    .search-list .search-loadmore.is-disabled {
      pointer-events: none; }
      .search-list .search-loadmore.is-disabled:hover {
        background-color: #f4f4f4; }
      .search-list .search-loadmore.is-disabled .icon, .search-list .search-loadmore.is-disabled strong {
        display: none; }
    @media (max-width: 767px) {
      .search-list .search-loadmore {
        padding: 0.44444em 1em 0.44444em; }
        .search-list .search-loadmore .icon {
          font-size: 0.72222em;
          margin-right: 0.23077em; }
        .search-list .search-loadmore strong {
          font-size: 0.83333em; }
        .search-list .search-loadmore .search-counter {
          font-size: 0.83333em; } }

/**
 * 1.1 - Search list header
 * -----------------------------------------------------------------------------
 */
.search-list-header {
  border-top: 1px solid #e7e7e7; }
  .search-list-header .search-list-header-content {
    padding-left: 2em;
    border-right: 1px solid #e7e7e7;
    height: 3.8em; }
  .search-list-header.no-border {
    border-top: 0; }
  .search-list-header p {
    margin: 0;
    padding-top: 0.93333em;
    padding-bottom: 0.66667em; }
    .search-list-header p strong {
      margin-right: 0.53333em; }
    .search-list-header p a {
      display: inline-block;
      color: #282828;
      padding-top: 0.4em; }
      .search-list-header p a .icon {
        display: inline-block;
        font-size: 1.33333em;
        vertical-align: middle;
        line-height: 1em;
        margin-top: -0.26667em;
        margin-right: 0.33333em; }
  .search-list-header .styled-select {
    display: inline-block;
    margin-left: 0.4em; }
  .search-list-header .input-search input[type="text"], .search-list-header .input-search input[type="search"] {
    font-size: 0.83333em;
    margin-top: 0;
    line-height: 1.53333em;
    margin-bottom: 0.66667em;
    border: 0;
    width: 100%;
    padding-top: 0.53333em;
    height: 3.73333em;
    margin: 0;
    padding-left: 4.06667em; }
  .search-list-header .input-search button {
    font-size: 1.11111em;
    color: #6a6a6a;
    top: 0.85em;
    left: 1.2em; }
  @media (max-width: 767px) {
    .search-list-header .input-search {
      border-bottom: 1px solid #f0f2f6; }
      .search-list-header .input-search input[type="text"], .search-list-header .input-search input[type="search"] {
        padding-left: 3.125em; }
      .search-list-header .input-search button {
        left: 0.9em; } }

@media (min-width: 768px) and (max-width: 800px) {
  .search-filter-container.layout-size1of4 {
    width: 31%; }
  .search-list.layout-size3of4 {
    width: 69%; }
  .searchpage-form .search-list-header .input-search {
    border-bottom: 1px solid #f0f2f6; } }

@media (max-width: 767px) {
  .search-list-header .search-list-header-content {
    padding-left: 1.2em; }
  .searchpage-form .search-list-header .input-search {
    display: none; }
  .searchpage-form .search-list-header-content {
    font-size: 0.83333em;
    height: auto;
    padding-left: 1.13333em;
    padding-right: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border: none; }
    .searchpage-form .search-list-header-content .search-sort,
    .searchpage-form .search-list-header-content .styled-select {
      margin: 0; }
    .searchpage-form .search-list-header-content .result-counter {
      margin-bottom: 0.33333em; }
    .searchpage-form .search-list-header-content .result-counter, .searchpage-form .search-list-header-content .search-sort {
      display: inline-block;
      margin-right: 0.2em; } }

/**
 * 2.0 - Area selector
 * -----------------------------------------------------------------------------
 */
.area-selector .area-selector-img {
  padding: 13% 28%; }
  .area-selector .area-selector-img img {
    margin: 0 auto;
    display: block;
    border-radius: 50%; }
  @media (max-width: 767px) {
    .area-selector .area-selector-img {
      display: none; } }

.area-selector .area-selector-dropdown.is-expanded {
  background-color: #E3E5E9; }
  .area-selector .area-selector-dropdown.is-expanded > a:after {
    content: "\e902";
    background-color: #fff; }

.area-selector .area-selector-dropdown > a {
  font-size: 0.83333em;
  margin-top: 0;
  line-height: 1.53333em;
  margin-bottom: 0.66667em;
  position: relative;
  color: #282828;
  display: block;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.46667em 4em 1.46667em 2.06667em; }
  .area-selector .area-selector-dropdown > a:hover {
    text-decoration: none; }
  .area-selector .area-selector-dropdown > a strong {
    display: block;
    margin: 0; }
  .area-selector .area-selector-dropdown > a:after {
    display: inline-block;
    position: absolute;
    top: 2em;
    right: 1.26667em;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color: #282828;
    background-color: rgba(255, 255, 255, 0.8);
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center; }
  @media (max-width: 1024px) {
    .area-selector .area-selector-dropdown > a {
      padding: 0.66667em 4em 1em 1.2em;
      top: 0.33333em; }
      .area-selector .area-selector-dropdown > a:after {
        top: 1em;
        right: 1.2em; } }

.area-selector .area-selector-dropdown .area-selector-dropdown-content {
  font-size: 0.83333em;
  margin-top: 0;
  line-height: 1.53333em;
  margin-bottom: 0.66667em;
  padding: 1.66667em 2em 0.06667em 2.06667em; }
  @media (max-width: 1024px) {
    .area-selector .area-selector-dropdown .area-selector-dropdown-content {
      padding: 1.66667em 1.2em 0.66667em 1.2em; } }
  .area-selector .area-selector-dropdown .area-selector-dropdown-content li {
    margin-bottom: 2.46667em;
    max-width: 14.66667em; }
    .area-selector .area-selector-dropdown .area-selector-dropdown-content li a {
      color: #282828; }
      .area-selector .area-selector-dropdown .area-selector-dropdown-content li a .media-image {
        margin-right: 0.66667em; }
      .area-selector .area-selector-dropdown .area-selector-dropdown-content li a .area-icon {
        display: inline-block;
        margin-bottom: -0.13333em; }

/**
 * 3.0 - Search filter
 * -----------------------------------------------------------------------------
 */
.search-filter-form-group {
  padding-top: 1.55556em; }
  .search-filter-form-group .search-filter {
    padding: 0 0.83333em 1.22222em 1.77778em; }
    .search-filter-form-group .search-filter [data-index] {
      display: none; }
    .search-filter-form-group .search-filter.is-expanded > [data-index], .search-filter-form-group .search-filter [data-index="0"], .search-filter-form-group .search-filter [data-index="1"], .search-filter-form-group .search-filter [data-index="2"], .search-filter-form-group .search-filter [data-index="3"] {
      display: block; }
    .search-filter-form-group .search-filter [data-index="0"] + .filter-expand-button, .search-filter-form-group .search-filter [data-index="1"] + .filter-expand-button, .search-filter-form-group .search-filter [data-index="2"] + .filter-expand-button, .search-filter-form-group .search-filter [data-index="3"] + .filter-expand-button {
      display: none; }
    .search-filter-form-group .search-filter .filter-expand-button {
      margin-top: 0.72222em; }
      .search-filter-form-group .search-filter .filter-expand-button .show-less-text {
        display: none; }
    .search-filter-form-group .search-filter.is-expanded .filter-expand-button .show-less-text {
      display: inline-block; }
    .search-filter-form-group .search-filter.is-expanded .filter-expand-button .show-more-text {
      display: none; }
    .search-filter-form-group .search-filter label {
      font-weight: 400;
      font-family: Helvetica Neue LT W01_55 Roman;
      font-size: 0.83333em;
      margin-top: 0;
      line-height: 1.53333em;
      margin-bottom: 0.66667em;
      margin-bottom: 0.33333em;
      color: #6a6a6a;
      cursor: pointer; }
      .search-filter-form-group .search-filter label .styled-checkbox:checked + .checkbox + .checkbox-label {
        color: #000; }
      .search-filter-form-group .search-filter label .filter-counter {
        display: inline-block;
        background-color: #f0f2f6;
        font-size: 0.8em;
        color: #6a6a6a;
        border-radius: 50%;
        text-align: center;
        padding: 0.25em 0.58333em 0;
        min-width: 2.33333em;
        min-height: 2.33333em;
        margin-left: 0.5em; }
        .search-filter-form-group .search-filter label .filter-counter .hidden-accessability-text {
          visibility: hidden;
          position: absolute; }
        .search-filter-form-group .search-filter label .filter-counter .visually-hidden:not(:focus):not(:active) {
          border: 0;
          clip: rect(0 0 0 0);
          height: auto;
          margin: 0;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
          white-space: nowrap; }
  @media (max-width: 1024px) {
    .search-filter-form-group {
      padding-top: 0.83333em; }
      .search-filter-form-group .search-filter {
        padding: 0 0.44444em 1em 1em; }
        .search-filter-form-group .search-filter legend {
          margin-bottom: 0.5555em; } }

/**
 * 3.1 - Search filter reset all button
 * -----------------------------------------------------------------------------
 */
.btn-reset-all {
  font-size: 0.83333em;
  margin-top: 0;
  line-height: 1.53333em;
  margin-bottom: 0.66667em;
  margin-left: 2.13333em;
  background-color: #6a6a6a;
  color: #fff; }
  @media (max-width: 1024px) {
    .btn-reset-all {
      margin-left: 1em; } }

/**
 * 3.2 - search-filter-mobile-toggle
 * -----------------------------------------------------------------------------
 */
.search-filter-mobile-toggle {
  display: none; }
  .search-filter-mobile-toggle:before, .search-filter-mobile-toggle:after {
    display: table;
    content: "";
    line-height: 0; }
  .search-filter-mobile-toggle:after {
    clear: both; }
  @media (max-width: 767px) {
    .search-filter-mobile-toggle {
      display: block; } }
  .search-filter-mobile-toggle .input-search input[type="text"], .search-filter-mobile-toggle .input-search input[type="search"] {
    font-size: 0.83333em;
    margin-top: 0;
    line-height: 1.53333em;
    margin-bottom: 0.66667em;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    border: 0;
    width: 100%;
    padding-top: 0.53333em;
    height: 3em;
    margin: 0;
    padding-left: 2.66667em;
    border-right: 1px solid #f0f2f6;
    color: #6a6a6a; }
  .search-filter-mobile-toggle .input-search button {
    position: absolute;
    font-size: 0.88889em;
    color: #6a6a6a;
    top: 0.625em;
    left: 1.125em; }
  .search-filter-mobile-toggle a.toggle-filters {
    padding: 0.4em 0.66667em;
    margin: 0;
    text-decoration: none;
    color: #000; }
    .search-filter-mobile-toggle a.toggle-filters .visible-no-filter-selected {
      display: none; }
    .search-filter-mobile-toggle a.toggle-filters.no-filter-selected .visible-no-filter-selected {
      display: block; }
    .search-filter-mobile-toggle a.toggle-filters.no-filter-selected .visible-filter-selected {
      display: none; }
    .search-filter-mobile-toggle a.toggle-filters .icon-filter {
      color: #6a6a6a;
      display: inline-block;
      vertical-align: middle; }
    .search-filter-mobile-toggle a.toggle-filters .toggle-filters-count {
      vertical-align: middle;
      display: block;
      font-size: 0.66667em;
      display: inline-block;
      text-align: center;
      width: 22px;
      height: 22px;
      position: relative; }
      .search-filter-mobile-toggle a.toggle-filters .toggle-filters-count:before {
        content: "";
        display: block;
        background-color: #fff500;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .search-filter-mobile-toggle a.toggle-filters .toggle-filters-count .toggle-filters-count-num {
        position: relative;
        z-index: 1;
        text-align: center;
        top: -3px; }
    .search-filter-mobile-toggle a.toggle-filters .toggle-filters-txt {
      font-size: 0.83333em; }

html.search-filters-mobile-expanded,
html.search-filters-mobile-expanded body {
  overflow: hidden; }

/**
 * 3.3 - search filter mobile
 * -----------------------------------------------------------------------------
 */
#search-filters-mobile {
  /* Filters slide in from right */ }
  #search-filters-mobile .scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 108px;
    z-index: 300; }
  #search-filters-mobile .search-filters-mobile-close {
    display: none;
    font-size: 0.88889em;
    color: #282828;
    padding: 0.55556em 1em;
    background: #f0f2f6;
    text-decoration: none; }
    #search-filters-mobile .search-filters-mobile-close:before, #search-filters-mobile .search-filters-mobile-close:after {
      display: table;
      content: "";
      line-height: 0; }
    #search-filters-mobile .search-filters-mobile-close:after {
      clear: both; }
    #search-filters-mobile .search-filters-mobile-close .search-filters-mobile-close-heading {
      font-family: Helvetica Neue LT W01_71488914; }
    #search-filters-mobile .search-filters-mobile-close .search-filters-mobile-close-icomoon {
      font-size: 0.77778em;
      float: right; }
      #search-filters-mobile .search-filters-mobile-close .search-filters-mobile-close-icomoon:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90b";
        font-size: 1.33333em;
        position: relative;
        top: 2px;
        margin-right: 4px; }
  @media (max-width: 767px) {
    #search-filters-mobile {
      background: #fff;
      position: fixed;
      left: 0;
      right: 40px;
      top: 0;
      bottom: 0;
      z-index: 300;
      overflow-y: scroll;
      /* has to be scroll, not auto */
      -webkit-transition: transform 0.4s ease;
      -moz-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      -webkit-transform: translate3d(150%, 0, 0);
      -moz-transform: translate3d(150%, 0, 0);
      -o-transform: translate3d(150%, 0, 0);
      transform: translate3d(150%, 0, 0); }
      #search-filters-mobile[aria-hidden="false"] {
        -webkit-transform: translate3d(40px, 0, 0);
        -moz-transform: translate3d(40px, 0, 0);
        -o-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0); }
        #search-filters-mobile[aria-hidden="false"]:before {
          opacity: 0.75;
          transition-delay: 0.2s; }
      #search-filters-mobile:focus {
        outline: none; }
      #search-filters-mobile .search-filters-mobile-close {
        display: block; }
      #search-filters-mobile:before {
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        transition-delay: 0s;
        content: ' ';
        display: block;
        position: absolute;
        left: -40px;
        top: 0;
        bottom: 0;
        width: 40px;
        background-color: #6a6a6a;
        opacity: 0; } }

/**
 * 3.4 - search filters mobile footer
 * -----------------------------------------------------------------------------
 */
#search-filters-mobile .search-filters-mobile-footer {
  color: #fff;
  background-color: #282828;
  padding: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 400;
  -webkit-transform: translateZ(0); }
  @media (max-width: 767px) {
    #search-filters-mobile .search-filters-mobile-footer {
      display: block !important;
      z-index: 400; } }
  #search-filters-mobile .search-filters-mobile-footer .result-counter,
  #search-filters-mobile .search-filters-mobile-footer .search-sort {
    font-size: 0.66667em; }
  #search-filters-mobile .search-filters-mobile-footer .btn {
    display: block;
    width: 100%;
    font-size: 0.77778em;
    background-color: #fff500; }

/**
 * Responsive iframes
 *
 * Description: Styles to mnake iframes responsive.
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Responsive iframe
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Responsive iframe
 * -----------------------------------------------------------------------------
 */
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.66667em; }
  .responsive-iframe.responsive-iframe-format-4-3 {
    padding-bottom: 75%; }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.responsive-iframe-photo {
  text-align: right;
  display: block;
  font-size: 0.77778em;
  color: #6a6a6a;
  padding-bottom: 25px;
  margin-top: -2.14286em; }

/**
 * Max height toggleable
 *
 * Description: Style for a max-height container.
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Max height toggleable
 * 2.0 - Max height toggleable link
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Max height toggleable
 * -----------------------------------------------------------------------------
 */
.max-height-toggleable {
  position: relative;
  max-height: 225px;
  overflow: hidden; }
  .max-height-toggleable:after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: " ";
    display: block;
    background: linear-gradient(transparent 130px, white);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.001) 130px, white); }
  .max-height-toggleable.is-expanded {
    max-height: none; }
    .max-height-toggleable.is-expanded:after {
      display: none; }

/**
 * 2.0 - Max height toggleable link
 * -----------------------------------------------------------------------------
 */
.max-height-toggleable-link {
  font-size: 0.88889em;
  color: #282828;
  font-family: Helvetica Neue LT W01_71488914; }
  .max-height-toggleable-link:hover {
    text-decoration: none; }
  .max-height-toggleable-link .icon {
    margin-right: 5px; }
  @media (max-width: 767px) {
    .max-height-toggleable-link {
      font-size: 0.77778em; } }

/**
 * Accordion
 *
 * Description: Styles for the accordion.
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents: 
 *
 * 1.0 - Accordion
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Accordion
 * -----------------------------------------------------------------------------
 */
.accordion {
  border-bottom: 1px solid #e7e7e7; }
  .accordion .accordion-item .accordion-header {
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 1.25em;
    padding-top: 0;
    margin: 0; }
    .accordion .accordion-item .accordion-header a {
      display: block;
      border-top: 1px solid #e7e7e7;
      color: #282828;
      padding: 1.3125em 0 1em; }
      .accordion .accordion-item .accordion-header a:before, .accordion .accordion-item .accordion-header a:after {
        display: table;
        content: "";
        line-height: 0; }
      .accordion .accordion-item .accordion-header a:after {
        clear: both; }
      .accordion .accordion-item .accordion-header a:hover {
        text-decoration: none; }
      .accordion .accordion-item .accordion-header a .icon {
        display: inline-block;
        background-color: #f0f2f6;
        width: 1.66667em;
        height: 1.66667em;
        line-height: 1.66667em;
        vertical-align: middle;
        border-radius: 50%;
        text-align: center;
        float: right; }
  .accordion .accordion-item .rte {
    padding-bottom: 1.11111em;
    margin-top: -0.55556em; }

/**
 * Share icons
 *
 * Description: Styles for the share icons.
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Share icons
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Share icons
 * -----------------------------------------------------------------------------
 */
.share-icons {
  list-style: none;
  padding: 0;
  margin: 0; }
  .share-icons li {
    padding: 0;
    margin: 0 0.55556em 0.55556em 0; }
    @media (max-width: 1320px) {
      .share-icons li {
        margin-right: 0.27778em; } }
    @media (max-width: 1245px) {
      .share-icons li {
        margin-right: 0.16667em; } }
    .share-icons li:last-child {
      margin-right: 0; }
    .share-icons li a {
      font-size: 1.38889em;
      display: inline-block;
      background-color: #282828;
      color: #fff;
      width: 2em;
      height: 2em;
      line-height: 2em;
      vertical-align: middle;
      text-align: center;
      border-radius: 50%;
      -webkit-transition: background-color 0.4s ease-out;
      -moz-transition: background-color 0.4s ease-out;
      -o-transition: background-color 0.4s ease-out;
      transition: background-color 0.4s ease-out; }
      .share-icons li a:hover, .share-icons li a:active {
        text-decoration: none;
        background-color: #fff500; }
        .share-icons li a:hover .icon, .share-icons li a:active .icon {
          color: #000; }
      .share-icons li a .icon-facebook {
        display: inline-block;
        margin-top: 0.56em; }
      .share-icons li a .icon-twitter {
        display: inline-block;
        margin-top: 0.56em; }
      .share-icons li a .icon-linkedin {
        display: inline-block;
        margin-top: 0.16em; }
      .share-icons li a .icon-letter {
        display: inline-block;
        margin-top: 0.52em; }
      @media (max-width: 767px) {
        .share-icons li a {
          width: 1.2em;
          height: 1.2em;
          line-height: 1.12em; }
          .share-icons li a .icon {
            font-size: 0.66667em;
            margin-top: 0; }
            .share-icons li a .icon.icon-linkedin {
              margin-top: -0.04em; } }
  @media (max-width: 767px) {
    .share-icons {
      margin-top: -0.37033em; } }

/**
 * Cookiebar
 *
 * Description: Style for the cookiebar.
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Cookiebar
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Cookiebar
 * -----------------------------------------------------------------------------
 */
.cookiebar {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 0.88889em 0.88889em 1.16667em; }
  .cookiebar p {
    margin: 0;
    padding-right: 45px; }
  .cookiebar a {
    color: #282828;
    text-decoration: underline; }
  .cookiebar .btn {
    display: inline-block;
    position: absolute;
    text-decoration: none;
    top: 0.77778em;
    right: 1.11111em;
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background-color: #f0f2f6; }
    .cookiebar .btn > .icon {
      display: block;
      margin-top: 5px; }

/**
 * States
 *
 * Description: Common classes used for layout/display/states
 * Version: 2.0.0
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Visibillity states
 * 2.0 - Usability
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Visibillity states
 * -----------------------------------------------------------------------------
 */
.is-hidden {
  display: none !important;
  visibility: hidden; }

html.js .is-hidden-js {
  display: none; }

.is-visible-nojs {
  display: none; }

html.no-js .is-visible-nojs {
  display: block;
  visibility: visible; }

html.no-js .is-hidden-nojs {
  display: none !important; }

.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.is-visuallyhidden.is-focusable:active, .is-visuallyhidden.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.is-invisible {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease-in;
  -moz-transition: visibility 0s 0.2s, opacity 0.2s ease-in;
  -o-transition: visibility 0s 0.2s, opacity 0.2s ease-in;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in; }

.is-collapsed .is-visible-expanded {
  display: none; }

.is-expanded .is-visible-collapsed {
  display: none; }

.is-relative {
  position: relative; }

.is-block {
  display: block; }

@media (min-width: 1025px) {
  .is-hidden-large, .is-visible-medium, .is-visible-small {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .is-hidden-medium, .is-visible-small, .is-visible-large {
    display: none !important; }
  .is-visible-medium {
    display: block !important; } }

@media (min-width: 0px) and (max-width: 767px) {
  .is-hidden-small, .is-visible-medium, .is-visible-large {
    display: none !important; }
  .is-visible-small {
    display: block !important; } }

.is-visible-loading, .is-loading .is-hidden-loading {
  display: none; }

.is-loading .is-visible-loading {
  display: inherit; }

/**
 * 2.0 - Usability
 * -----------------------------------------------------------------------------
 */
.tab-focus {
  box-shadow: 0 0 0 3px #ccc !important;
  outline: none; }
  .tab-focus:focus {
    outline: none; }
  .tab-focus:active, .tab-focus:hover {
    box-shadow: none;
    outline: none; }

.no-js a:focus, .no-js button:focus, .no-js .btn:focus, .no-js input[type="checkbox"]:focus, .no-js input[type="radio"]:focus {
  box-shadow: 0 0 0 3px #ccc;
  outline: none; }
  .no-js a:focus:active, .no-js a:focus:hover, .no-js button:focus:active, .no-js button:focus:hover, .no-js .btn:focus:active, .no-js .btn:focus:hover, .no-js input[type="checkbox"]:focus:active, .no-js input[type="checkbox"]:focus:hover, .no-js input[type="radio"]:focus:active, .no-js input[type="radio"]:focus:hover {
    box-shadow: none; }

html.lt-ie9 .no-js a:focus, html.lt-ie9 .no-js button:focus, html.lt-ie9 .no-js .btn:focus, html.lt-ie9 .no-js input[type="checkbox"]:focus, html.lt-ie9 .no-js input[type="radio"]:focus {
  outline: 3px solid #ccc; }
  html.lt-ie9 .no-js a:focus:active, html.lt-ie9 .no-js a:focus:hover, html.lt-ie9 .no-js button:focus:active, html.lt-ie9 .no-js button:focus:hover, html.lt-ie9 .no-js .btn:focus:active, html.lt-ie9 .no-js .btn:focus:hover, html.lt-ie9 .no-js input[type="checkbox"]:focus:active, html.lt-ie9 .no-js input[type="checkbox"]:focus:hover, html.lt-ie9 .no-js input[type="radio"]:focus:active, html.lt-ie9 .no-js input[type="radio"]:focus:hover {
    outline: none; }

/**
 * Grid
 *
 * Description: Contains the grid-system.
 * @see: http://oocss.org/grids_docs.html
 * Version: 1.1.5
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Layout classes
 * 2.0 - Layout width
 * 3.0 - Layout units
 * 4.0 - Layout grid
 * 5.0 - Layout flipped
 * 6.0 - Two column layout (flex)
 * 7.0 - Reordered small column layout (flex)
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Layout classes
 * -----------------------------------------------------------------------------
 */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.layout-left {
  float: left; }

.layout-right {
  float: right; }

.layout-inline, .layout-stacked {
  padding: 0; }

.layout-inline > * {
  display: inline-block;
  vertical-align: top; }

.layout-stacked > * {
  display: block; }

.layout-inline-block {
  display: inline-block; }

.layout-display-inline {
  display: inline; }

.layout-display-flex {
  display: flex;
  flex-wrap: wrap; }

.layout-display-flex-inline {
  display: inline-flex;
  flex-wrap: wrap; }

.layout-display-block {
  display: block; }

/**
 * 2.0 - Layout width
 * -----------------------------------------------------------------------------
 */
.layout-width-full {
  margin-bottom: 1.111em; }
  .layout-width-full:before, .layout-width-full:after {
    display: table;
    content: "";
    line-height: 0; }
  .layout-width-full:after {
    clear: both; }

.layout-width-constrained {
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .layout-width-constrained:before, .layout-width-constrained:after {
    display: table;
    content: "";
    line-height: 0; }
  .layout-width-constrained:after {
    clear: both; }
  @media (max-width: 1025px) {
    .layout-width-constrained {
      width: 90%; } }

.layout-width-constrained-narrow {
  width: 80.5%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .layout-width-constrained-narrow:before, .layout-width-constrained-narrow:after {
    display: table;
    content: "";
    line-height: 0; }
  .layout-width-constrained-narrow:after {
    clear: both; }
  @media (max-width: 1025px) {
    .layout-width-constrained-narrow {
      width: 90% !important; } }

/**
 * 3.0 - Layout units
 * -----------------------------------------------------------------------------
 */
.layout-unit-container {
  margin-left: -0.5555em;
  margin-right: -0.5555em;
  word-spacing: -0.36em; }
  .layout-width-full .layout-unit-container {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden; }
  .layout-unit-container.reset-margin, .layout-unit-container .layout-unit-container.reset-margin {
    margin-left: -1.111em;
    margin-right: -1.111em; }
  .layout-unit-container.layout-margin-narrow {
    margin-bottom: 1.111em; }
    .layout-unit-container.layout-margin-narrow .layout-unit {
      margin-top: 0;
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .layout-unit-container.layout-margin-narrow {
        margin-bottom: 0; } }
  .layout-unit-container > * {
    word-spacing: normal; }
  .layout-unit-container .layout-unit-container {
    margin-left: 0;
    margin-right: 0; }
  @media (max-width: 1024px) {
    .layout-unit-container.reset-margin, .layout-unit-container .layout-unit-container.reset-margin {
      margin-left: -0.5555em;
      margin-right: -0.5555em; } }
  @media (max-width: 767px) {
    .layout-unit-container, .layout-unit-container .layout-unit-container, .layout-unit-container.reset-margin, .layout-unit-container .layout-unit-container.reset-margin {
      margin-left: 0;
      margin-right: 0; } }

.layout-unit {
  margin: 1.111em; }
  .layout-unit.layout-unit-section {
    margin-top: 3.333em;
    margin-bottom: 3.333em; }
  @media (max-width: 1024px) {
    .layout-unit {
      margin: 0.5555em; } }
  @media (max-width: 767px) {
    .layout-unit {
      margin: 0 0 1.111em 0; }
      .layout-unit .layout-unit {
        margin: 0.2222em; }
      .layout-unit.reset-layout-unit-margin-on-device-small-max {
        margin: 0; }
        .layout-unit.reset-layout-unit-margin-on-device-small-max.layout-unit-section {
          margin-top: 0; }
      .layout-unit.layout-unit-section {
        margin-top: 2.222em;
        margin-bottom: 2.222em; } }

.layout-sidebar {
  margin: 1.111em;
  margin-top: 0; }
  .layout-sidebar.layout-sidebar--margin-top {
    margin-top: 3.333em; }
  @media (max-width: 1024px) {
    .layout-sidebar {
      margin-left: 0.5555em;
      margin-right: 0.5555em;
      margin-top: 0.5555em; } }
  @media (max-width: 800px) {
    .layout-sidebar, .layout-sidebar.layout-sidebar--margin-top {
      margin-top: 1.111em; } }
  @media (max-width: 767px) {
    .layout-sidebar {
      margin: 0; }
      .layout-sidebar.layout-unit-section {
        margin-top: 0; } }

@media (max-width: 1024px) {
  .margin-bottom-quadruple {
    margin-bottom: 1.111em !important; } }

/**
 * 4.0 - Layout grid
 * -----------------------------------------------------------------------------
 */
[class^="layout-size"], [class*=" layout-size"],
[class^="layout-medium-size"], [class*=" layout-medium-size"],
[class^="layout-small-size"], [class*=" layout-small-size"] {
  position: relative;
  float: left; }
  .layout-unit-container > [class^="layout-size"], .layout-unit-container > [class*=" layout-size"], .layout-unit-container >
  [class^="layout-medium-size"], .layout-unit-container > [class*=" layout-medium-size"], .layout-unit-container >
  [class^="layout-small-size"], .layout-unit-container > [class*=" layout-small-size"] {
    display: inline-block;
    vertical-align: top;
    float: none; }

.layout-size1of1 {
  width: 100%; }

.layout-size1of2 {
  width: 50%; }

.layout-size1of3 {
  width: 33.33333%; }

.layout-size2of3 {
  width: 66.66666%; }

.layout-size1of4 {
  width: 25%; }

.layout-size3of4 {
  width: 75%; }

.layout-size1of5 {
  width: 20%; }

.layout-size2of5 {
  width: 40%; }

.layout-size3of5 {
  width: 60%; }

.layout-size4of5 {
  width: 80%; }

@media (min-width: 768px) and (max-width: 1024px) {
  .layout-medium-size1of1 {
    width: 100%; }
  .layout-medium-size1of2 {
    width: 50%; }
  .layout-medium-size1of3 {
    width: 33.33333%; }
  .layout-medium-size2of3 {
    width: 66.66666%; }
  .layout-medium-size1of4 {
    width: 25%; }
  .layout-medium-size3of4 {
    width: 75%; }
  .layout-medium-size1of5 {
    width: 20%; }
  .layout-medium-size2of5 {
    width: 40%; }
  .layout-medium-size3of5 {
    width: 60%; }
  .layout-medium-size4of5 {
    width: 80%; } }

@media (max-width: 800px) {
  .layout-medium-small-size1of1 {
    width: 100%; }
  .layout-medium-small-size1of2 {
    width: 50%; }
  .layout-medium-small-size1of3 {
    width: 33.33333%; }
  .layout-medium-small-size2of3 {
    width: 66.66666%; }
  .layout-medium-small-size3of5 {
    width: 60%; }
  .layout-medium-small-size2of5 {
    width: 40%; } }

@media (max-width: 767px) {
  [class^="layout-size"], [class*=" layout-size"] {
    width: 100%;
    float: none; }
  .layout-small-size1of1 {
    width: 100%; }
  .layout-small-size1of2 {
    width: 50%; }
  .layout-small-size1of3 {
    width: 33.33333%; }
  .layout-small-size2of3 {
    width: 66.66666%; }
  .layout-small-size1of4 {
    width: 25%; }
  .layout-small-size3of4 {
    width: 75%; }
  .layout-small-size1of5 {
    width: 20%; }
  .layout-small-size2of5 {
    width: 40%; }
  .layout-small-size3of5 {
    width: 60%; }
  .layout-small-size4of5 {
    width: 80%; } }

/**
 * 5.0 - Flip layouts
 * -----------------------------------------------------------------------------
 */
.layout-flipped .layout-flipped-this {
  float: right; }

@media (max-width: 767px) {
  .layout-flipped .layout-flipped-this {
    float: none; }
  .layout-flipped[class*=" layout-size"] {
    width: 100%; } }

/**
 * 6.0 - Two column layout (flex)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
  .layout-two-column {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap; }
    .layout-two-column [data-layout-position="1"] {
      order: 1;
      -webkit-order: 1; }
    .layout-two-column [data-layout-position="2"] {
      order: 2;
      -webkit-order: 2; }
    .layout-two-column [data-layout-position="3"] {
      order: 3;
      -webkit-order: 3; }
    .layout-two-column [data-layout-position="4"] {
      order: 4;
      -webkit-order: 4; }
    .layout-two-column [data-layout-position="5"] {
      order: 5;
      -webkit-order: 5; }
    .layout-two-column [data-layout-position="6"] {
      order: 6;
      -webkit-order: 6; }
    .layout-two-column [data-layout-position="7"] {
      order: 7;
      -webkit-order: 7; }
    .layout-two-column [data-layout-position="8"] {
      order: 8;
      -webkit-order: 8; }
    .layout-two-column [data-layout-position="9"] {
      order: 9;
      -webkit-order: 9; }
    .layout-two-column [data-layout-position="10"] {
      order: 10;
      -webkit-order: 10; } }

/**
 * 7.0 - Reordered small column layout (flex)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .layout-small-four-column {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap; }
    .layout-small-four-column [data-min-layout-position="1"] {
      order: 1;
      -webkit-order: 1; }
    .layout-small-four-column [data-min-layout-position="2"] {
      order: 2;
      -webkit-order: 2; }
    .layout-small-four-column [data-min-layout-position="3"] {
      order: 3;
      -webkit-order: 3; }
    .layout-small-four-column [data-min-layout-position="4"] {
      order: 4;
      -webkit-order: 4; }
    .layout-small-four-column [data-min-layout-position="5"] {
      order: 5;
      -webkit-order: 5; }
    .layout-small-four-column [data-min-layout-position="6"] {
      order: 6;
      -webkit-order: 6; }
    .layout-small-four-column [data-min-layout-position="7"] {
      order: 7;
      -webkit-order: 7; }
    .layout-small-four-column [data-min-layout-position="8"] {
      order: 8;
      -webkit-order: 8; }
    .layout-small-four-column [data-min-layout-position="9"] {
      order: 9;
      -webkit-order: 9; }
    .layout-small-four-column [data-min-layout-position="10"] {
      order: 10;
      -webkit-order: 10; } }

/**
 * Header
 *
 * Description: Contains styling for the page-sections.
 * Version: 1.0.0
 * -----------------------------------------------------------------------------
 */
.page-section.is-yellow {
  background-color: #fff500; }

/**
 * Header
 *
 * Description: Contains styling for the page-header.
 * Version: 1.0.11
 * -----------------------------------------------------------------------------
 */
#page-header {
  padding-left: 1.72222em;
  border-top: 1px solid #f0f2f6;
  border-bottom: 1px solid #f0f2f6;
  margin-bottom: -1px;
  position: relative; }
  #page-header .is-visible-small {
    position: relative; }
  @media (max-width: 767px) {
    #page-header {
      padding-left: 15px; } }
  #page-header .header-content {
    display: flex;
    align-items: center;
    /*
        @media (max-width:$device-medium-min-android) {
            //padding: em(19px) em(24px) em(19px) em(31px);

            .logo {
                margin-top: 36px;
                width: 166px;
                height: 30px;
            }
        }*/ }
    #page-header .header-content .logo {
      float: left;
      width: 300px;
      height: 54px;
      margin: 20px 0; }
      #page-header .header-content .logo img {
        width: 100%;
        height: 100%; }
      .no-svg #page-header .header-content .logo {
        background: url(../../img/logo.png) no-repeat left top; }
        .no-svg #page-header .header-content .logo img {
          display: none; }
    #page-header .header-content + .alert {
      position: relative;
      margin-top: -1px;
      margin-bottom: -1px; }
    @media (max-width: 767px) {
      #page-header .header-content {
        /*padding: em(11px) em(14px) em(10px) em(14px);*/ }
        #page-header .header-content .logo {
          width: auto;
          max-width: 200px;
          height: auto; } }

/**
 * Footer
 *
 * Description: Contains styling for the page-footer.
 * Version: 1.0.11
 * -----------------------------------------------------------------------------
 */
#page-footer {
  background-color: #282828;
  text-align: center;
  width: 100%;
  color: #fff; }
  #page-footer .footer-content {
    padding: 3.11111em 0 4.22222em; }
  @media (max-width: 767px) {
    #page-footer {
      text-align: left; }
      #page-footer .footer-content {
        padding: 1.94444em 5% 1.38889em 5%; } }
  #page-footer .footer-logo {
    margin-bottom: 0.83333em; }
  #page-footer p {
    margin-bottom: 0; }
  #page-footer a {
    color: #fff; }
  #page-footer .footer-social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1.05556em 0 0; }
    #page-footer .footer-social-media li {
      display: inline-block;
      padding: 0 1.125em;
      font-size: 0.88889em;
      margin-top: 0;
      line-height: 1.25em;
      margin-bottom: 1.25em;
      margin-bottom: 0; }
      #page-footer .footer-social-media li .icon {
        display: inline-block;
        font-size: 1.375em;
        vertical-align: bottom;
        margin-bottom: 0.04545em;
        margin-right: 0.09091em; }
        #page-footer .footer-social-media li .icon.icon-linkedin {
          margin-bottom: 0.09091em;
          margin-right: 0.31818em; }
        #page-footer .footer-social-media li .icon.icon-twitter {
          font-size: 1.75em;
          margin-bottom: -0.07143em;
          margin-right: 0.17857em; }
        #page-footer .footer-social-media li .icon.icon-youtube-play {
          font-size: 2em;
          margin-bottom: -0.125em;
          margin-right: 0.25em; }
        #page-footer .footer-social-media li .icon.icon-instagram {
          font-size: 2em;
          margin-bottom: -0.15625em;
          margin-right: 0.125em; }
    @media (max-width: 767px) {
      #page-footer .footer-social-media {
        padding: 0.55556em 0 0; }
        #page-footer .footer-social-media li {
          display: block;
          padding: 0 0 0.625em; }
          #page-footer .footer-social-media li .icon {
            display: inline-block;
            font-size: 1.375em;
            vertical-align: bottom;
            margin-bottom: 0.04545em;
            margin-right: 0 !important;
            width: 28px; }
            #page-footer .footer-social-media li .icon.icon-linkedin {
              font-size: 1.25em;
              margin-bottom: 0.15em; }
            #page-footer .footer-social-media li .icon.icon-twitter {
              font-size: 1.5em;
              margin-bottom: -0.08333em; }
            #page-footer .footer-social-media li .icon.icon-youtube-play {
              font-size: 1.375em;
              margin-bottom: 0em; }
            #page-footer .footer-social-media li .icon.icon-instagram {
              font-size: 1.375em;
              margin-bottom: 0em; } }

/**
 * Nav
 *
 * Description: Contains styling for the navigations.
 * Version: 2.0.3
 * -----------------------------------------------------------------------------
 */
/**
 * Table of Contents:
 *
 * 1.0 - Nav primary
 * 2.0 - Nav footer
 * 3.0 - Breadcrumbs
 * 4.0 - Jump to top
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Nav primary
 * -----------------------------------------------------------------------------
 */
#page-container .nav-primary {
  float: right; }
  #page-container .nav-primary ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #page-container .nav-primary > ul > li {
    position: relative;
    float: left;
    font-size: 1em; }
    #page-container .nav-primary > ul > li > a {
      text-decoration: none;
      display: inline-block;
      padding: 2.05556em 0 0.05556em;
      margin: 0 0.83333em 1.22222em;
      color: #6a6a6a;
      border-bottom: 0.27778em solid transparent; }
      #page-container .nav-primary > ul > li > a.is-active {
        color: #000;
        border-color: #fff500; }
      #page-container .nav-primary > ul > li > a:hover {
        text-decoration: none;
        color: #000; }
      #page-container .nav-primary > ul > li > a.menuitem-small {
        font-size: 0.83333em;
        margin-top: 0;
        line-height: 1.53333em;
        margin-bottom: 0.66667em;
        padding-top: 2.8em;
        padding-bottom: 0.2em;
        margin-bottom: 1.06667em;
        border-width: 0.33333em; }
        #page-container .nav-primary > ul > li > a.menuitem-small .icon {
          display: inline-block;
          font-size: 1.33333em;
          vertical-align: bottom;
          margin-bottom: 0.13333em; }

/**
 * 2.0 - Nav footer
 * -----------------------------------------------------------------------------
 */
.nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.94444em 0 0.66667em;
  border-bottom: 1px solid #383838; }
  .nav-footer ul li {
    display: inline-block;
    padding: 0 1.125em;
    font-size: 0.88889em;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 1.25em;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .nav-footer ul {
      border: 0;
      padding: 0; }
      .nav-footer ul li {
        display: block;
        text-align: left;
        padding-top: 1.125em;
        padding-bottom: 1.125em;
        padding-left: 5%;
        padding-right: 5%;
        border-bottom: 1px solid #383838; } }

/**
 * 3.0 - Breadcrumbs
 * -----------------------------------------------------------------------------
 */
.nav-breadcrumbs {
  padding: 0.66667em 0.66667em 0 1.72222em;
  list-style: none;
  margin: 0;
  /* Hide items exept current page. Also show back arrow */ }
  .nav-breadcrumbs:before, .nav-breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav-breadcrumbs:after {
    clear: both; }
  .nav-breadcrumbs li {
    float: left;
    font-size: 0.83333em;
    margin-top: 0;
    line-height: 1.53333em;
    margin-bottom: 0.66667em;
    margin: 0; }
    .nav-breadcrumbs li:last-child .icon {
      display: none; }
    .nav-breadcrumbs li:last-child > a,
    .nav-breadcrumbs li:last-child > span,
    .nav-breadcrumbs li:last-child > a:hover,
    .nav-breadcrumbs li:last-child > span:hover {
      background-color: white;
      max-width: 400px;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block;
      white-space: nowrap;
      margin-right: 0; }
      .has-background-greylight .nav-breadcrumbs li:last-child > a, .has-background-greylight
      .nav-breadcrumbs li:last-child > span, .has-background-greylight
      .nav-breadcrumbs li:last-child > a:hover, .has-background-greylight
      .nav-breadcrumbs li:last-child > span:hover {
        background-color: white; }
    .nav-breadcrumbs li > a, .nav-breadcrumbs li > span {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 100px;
      color: #282828;
      padding: 0.6em 1.33333em;
      margin-right: 0.8em;
      margin-bottom: 0.8em;
      text-decoration: none; }
      .nav-breadcrumbs li > a .icon, .nav-breadcrumbs li > span .icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.66667em; }
      .nav-breadcrumbs li > a:hover, .nav-breadcrumbs li > span:hover {
        background-color: #e7e7e7; }
        .has-background-greylight .nav-breadcrumbs li > a:hover, .has-background-greylight .nav-breadcrumbs li > span:hover {
          background-color: #f0f2f6; }
  @media (max-width: 767px) {
    .nav-breadcrumbs {
      position: relative;
      padding: 0.94444em 0.66667em 0.5em 0.66667em; }
      .nav-breadcrumbs:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0.27778em;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1; }
      .nav-breadcrumbs li {
        font-size: 12px;
        position: relative;
        z-index: 2;
        max-width: 100%; }
        .nav-breadcrumbs li > a, .nav-breadcrumbs li > span, .nav-breadcrumbs li:last-child > a, .nav-breadcrumbs li:last-child > span {
          background-color: transparent;
          border-radius: 0;
          padding: 0;
          margin-right: 0;
          margin-bottom: 0;
          max-width: 100%; }
          .nav-breadcrumbs li > a .icon, .nav-breadcrumbs li > span .icon, .nav-breadcrumbs li:last-child > a .icon, .nav-breadcrumbs li:last-child > span .icon {
            display: inline-block;
            vertical-align: middle;
            font-size: 0.66667em;
            margin-left: 0;
            margin-right: 1em; }
          .nav-breadcrumbs li > a:hover, .nav-breadcrumbs li > span:hover, .nav-breadcrumbs li:last-child > a:hover, .nav-breadcrumbs li:last-child > span:hover {
            background-color: transparent; }
            .has-background-greylight .nav-breadcrumbs li > a:hover, .has-background-greylight .nav-breadcrumbs li > span:hover, .has-background-greylight .nav-breadcrumbs li:last-child > a:hover, .has-background-greylight .nav-breadcrumbs li:last-child > span:hover {
              background-color: transparent; }
          .has-background-greylight .nav-breadcrumbs li > a, .has-background-greylight .nav-breadcrumbs li > span, .has-background-greylight .nav-breadcrumbs li:last-child > a, .has-background-greylight .nav-breadcrumbs li:last-child > span {
            background-color: transparent; }
        .nav-breadcrumbs li:last-child > a, .nav-breadcrumbs li:last-child > span {
          color: #6a6a6a; }
          .nav-breadcrumbs li:last-child > a .icon, .nav-breadcrumbs li:last-child > span .icon {
            display: none; } }

/**
 * 4.0 - Jump to top
 * -----------------------------------------------------------------------------
 */
.jump-to-top {
  font-size: 1.66667em;
  position: fixed;
  right: 1em;
  bottom: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1.66667em;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.16667em;
  background: rgba(188, 190, 192, 0.6);
  color: #282828;
  z-index: 850; }
  .leave-site-button + .jump-to-top {
    bottom: 1.96667em; }
  .jump-to-top:hover {
    text-decoration: none;
    background-color: rgba(188, 190, 192, 0.8);
    color: #000; }
  @media (max-width: 767px) {
    .jump-to-top {
      right: 2%;
      width: 2.16667em;
      height: 2.33333em; } }

/**
 * Sidebar
 *
 * Description: Contains styling for the sidebars.
 * Version: 1.0.3
 * -----------------------------------------------------------------------------
 */
@media print {
  /**
 * Print
 *
 * Description: Contains styling for print.
 * @see: https://html5boilerplate.com/
 * Version: 1.0.3
 * -----------------------------------------------------------------------------
 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:	http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  /*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .max-height-toggleable-link, .jump-to-top, .browsehappy, .cookiebar {
    display: none !important; }
  .max-height-toggleable {
    max-height: none !important; }
  .accordion-content {
    position: relative !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important; } }
