@charset "UTF-8";

/* 	
*
*  ██████╗ ██╗     ██████╗ ██████╗  ██████╗ ██╗   ██╗██████╗ 
* ██╔═══██╗██║     ██╔══██╗██╔══██╗██╔═══██╗╚██╗ ██╔╝██╔══██╗
* ██║   ██║██║     ██║  ██║██████╔╝██║   ██║ ╚████╔╝ ██║  ██║
* ██║   ██║██║     ██║  ██║██╔══██╗██║   ██║  ╚██╔╝  ██║  ██║
* ╚██████╔╝███████╗██████╔╝██║  ██║╚██████╔╝   ██║   ██████╔╝
*  ╚═════╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝ ╚═════╝    ╚═╝   ╚═════╝ 
*
*	Versjon 2.0
*	2018
*	Design: Uniform
*                                                            
*/
/* Reset/normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  padding: 0;
  margin: 0;
}

/* Grids and external libraries */
.container,
.container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.container .grid,
.container-full .grid {
  margin-right: -18px;
  margin-left: -18px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  word-spacing: -.43em;
  list-style-type: none;
}

.grid::before,
.grid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 18px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*="col-"]::before,
[class*="col-"]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] .grid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  margin: -18px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66667%;
  *width: 91.56667%;
}

.col-10 {
  width: 83.33333%;
  *width: 83.23333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66667%;
  *width: 66.56667%;
}

.col-7 {
  width: 58.33333%;
  *width: 58.23333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66667%;
  *width: 41.56667%;
}

.col-4 {
  width: 33.33333%;
  *width: 33.23333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66667%;
  *width: 16.56667%;
}

.col-1 {
  width: 8.33333%;
  *width: 8.23333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xs-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .col-xs-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xs-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .col-xs-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xs-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .col-xs-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xs-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .col-xs-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-sm-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .col-sm-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-sm-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .col-sm-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-sm-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .col-sm-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-sm-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .col-sm-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-md-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .col-md-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-md-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .col-md-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-md-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .col-md-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-md-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .col-md-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-lg-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .col-lg-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-lg-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .col-lg-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-lg-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .col-lg-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-lg-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .col-lg-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xlg-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .col-xlg-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xlg-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .col-xlg-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xlg-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .col-xlg-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xlg-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .col-xlg-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .order-11-md {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-10-md {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-9-md {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-8-md {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-7-md {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-6-md {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-5-md {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-4-md {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-3-md {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-2-md {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-1-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-0-md {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

.offset-11 {
  margin-left: 91.66667%;
  *margin-left: 91.56667%;
}

.offset-10 {
  margin-left: 83.33333%;
  *margin-left: 83.23333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.66667%;
  *margin-left: 66.56667%;
}

.offset-7 {
  margin-left: 58.33333%;
  *margin-left: 58.23333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.66667%;
  *margin-left: 41.56667%;
}

.offset-4 {
  margin-left: 33.33333%;
  *margin-left: 33.23333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.66667%;
  *margin-left: 16.56667%;
}

.offset-1 {
  margin-left: 8.33333%;
  *margin-left: 8.23333%;
}

@media only screen and (min-width: 576px) {
  .offset-11-xs {
    margin-left: 91.66667%;
    *margin-left: 91.56667%;
  }

  .offset-10-xs {
    margin-left: 83.33333%;
    *margin-left: 83.23333%;
  }

  .offset-9-xs {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xs {
    margin-left: 66.66667%;
    *margin-left: 66.56667%;
  }

  .offset-7-xs {
    margin-left: 58.33333%;
    *margin-left: 58.23333%;
  }

  .offset-6-xs {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xs {
    margin-left: 41.66667%;
    *margin-left: 41.56667%;
  }

  .offset-4-xs {
    margin-left: 33.33333%;
    *margin-left: 33.23333%;
  }

  .offset-3-xs {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xs {
    margin-left: 16.66667%;
    *margin-left: 16.56667%;
  }

  .offset-1-xs {
    margin-left: 8.33333%;
    *margin-left: 8.23333%;
  }

  .offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 768px) {
  .offset-11-sm {
    margin-left: 91.66667%;
    *margin-left: 91.56667%;
  }

  .offset-10-sm {
    margin-left: 83.33333%;
    *margin-left: 83.23333%;
  }

  .offset-9-sm {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-sm {
    margin-left: 66.66667%;
    *margin-left: 66.56667%;
  }

  .offset-7-sm {
    margin-left: 58.33333%;
    *margin-left: 58.23333%;
  }

  .offset-6-sm {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-sm {
    margin-left: 41.66667%;
    *margin-left: 41.56667%;
  }

  .offset-4-sm {
    margin-left: 33.33333%;
    *margin-left: 33.23333%;
  }

  .offset-3-sm {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-sm {
    margin-left: 16.66667%;
    *margin-left: 16.56667%;
  }

  .offset-1-sm {
    margin-left: 8.33333%;
    *margin-left: 8.23333%;
  }

  .offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 992px) {
  .offset-11-md {
    margin-left: 91.66667%;
    *margin-left: 91.56667%;
  }

  .offset-10-md {
    margin-left: 83.33333%;
    *margin-left: 83.23333%;
  }

  .offset-9-md {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-md {
    margin-left: 66.66667%;
    *margin-left: 66.56667%;
  }

  .offset-7-md {
    margin-left: 58.33333%;
    *margin-left: 58.23333%;
  }

  .offset-6-md {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-md {
    margin-left: 41.66667%;
    *margin-left: 41.56667%;
  }

  .offset-4-md {
    margin-left: 33.33333%;
    *margin-left: 33.23333%;
  }

  .offset-3-md {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-md {
    margin-left: 16.66667%;
    *margin-left: 16.56667%;
  }

  .offset-1-md {
    margin-left: 8.33333%;
    *margin-left: 8.23333%;
  }

  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 1200px) {
  .offset-11-lg {
    margin-left: 91.66667%;
    *margin-left: 91.56667%;
  }

  .offset-10-lg {
    margin-left: 83.33333%;
    *margin-left: 83.23333%;
  }

  .offset-9-lg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-lg {
    margin-left: 66.66667%;
    *margin-left: 66.56667%;
  }

  .offset-7-lg {
    margin-left: 58.33333%;
    *margin-left: 58.23333%;
  }

  .offset-6-lg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-lg {
    margin-left: 41.66667%;
    *margin-left: 41.56667%;
  }

  .offset-4-lg {
    margin-left: 33.33333%;
    *margin-left: 33.23333%;
  }

  .offset-3-lg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-lg {
    margin-left: 16.66667%;
    *margin-left: 16.56667%;
  }

  .offset-1-lg {
    margin-left: 8.33333%;
    *margin-left: 8.23333%;
  }

  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 1600px) {
  .offset-11-xlg {
    margin-left: 91.66667%;
    *margin-left: 91.56667%;
  }

  .offset-10-xlg {
    margin-left: 83.33333%;
    *margin-left: 83.23333%;
  }

  .offset-9-xlg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xlg {
    margin-left: 66.66667%;
    *margin-left: 66.56667%;
  }

  .offset-7-xlg {
    margin-left: 58.33333%;
    *margin-left: 58.23333%;
  }

  .offset-6-xlg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xlg {
    margin-left: 41.66667%;
    *margin-left: 41.56667%;
  }

  .offset-4-xlg {
    margin-left: 33.33333%;
    *margin-left: 33.23333%;
  }

  .offset-3-xlg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xlg {
    margin-left: 16.66667%;
    *margin-left: 16.56667%;
  }

  .offset-1-xlg {
    margin-left: 8.33333%;
    *margin-left: 8.23333%;
  }

  .offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-wrap [class*="col-"] {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.align-end [class*="col-"] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.align-center [class*="col-"] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-content-end [class*="col-"] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  text-align-last: right;
}

.justify-end.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.justify-center.grid {
  text-align: center;
  text-align-last: center;
}

.justify-center.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.justify-space-between.grid {
  text-align: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-space-around.grid {
  text-align: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*="col-"] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 18px 0;
}

.col-bleed-y {
  padding: 0 18px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer> :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}

.site-footer .social-links,
.site-header-inner.container,
.site-header-inner.container-full,
.site-header-inner.container .site-nav .nav-list,
.site-header-inner.container-full .site-nav .nav-list,
.mega-menu .menu-group--wrapper,
.mega-menu .menu-group--wrapper .menu-group,
.mega-menu .menu-group--wrapper .menu-group .subnav,
.subnav-item,
.page-header--text,
.tease-news,
.section-grid .grid-wrapper .grid-cell a,
.section-product-grid .grid-products .grid-cell a,
.tns-controls.slider-nav,
.menu-ekspertise .menu-link,
.facts,
.fact,
.products-index,
.documents,
.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

[v-cloak] {
  display: none;
}

.masonry-sizer {
  position: absolute;
  opacity: 0;
  *width: 8.23333%;
  width: 8.33333%;
}

/* Variables */
.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-brand-1 {
  color: #001C58 !important;
}

.color-brand-2 {
  color: #4FBA65 !important;
}

.background-white {
  background-color: #ffffff;
}

.background-black {
  background-color: #000000;
}

.background-gray {
  background-color: #efefef;
}

.background-brand-1 {
  background-color: #001C58 !important;
}

.background-brand-1-light {
  background-color: rgba(72, 76, 88, 0.1) !important;
}

.background-brand-2 {
  background-color: #4FBA65 !important;
}

/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback  
	Usage: .font-size(1, large);
*/
/* Breakpoints */
/* Helper classes */
.margin-auto {
  margin: auto;
}

.margin-null {
  margin: 0;
}

.max-width {
  max-width: 978px;
}

.mat-half {
  margin-top: 9px;
}

.mab-half {
  margin-bottom: 9px;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 18px;
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab1 {
  margin-bottom: 18px;
}

.mab2 {
  margin-bottom: 36px;
}

.mat0 {
  margin-top: 0;
}

.mat1 {
  margin-top: 18px;
}

.mat2 {
  margin-top: 36px;
}

.mal0 {
  margin-left: 0;
}

.mal1 {
  margin-left: 18px;
}

.mal2 {
  margin-left: 36px;
}

.mar0 {
  margin-right: 0;
}

.mar1 {
  margin-right: 18px;
}

.mar2 {
  margin-right: 36px;
}

@media screen and (max-width: 576px) {
  .mab0-xxs {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .mat0-xxs {
    margin-top: 0 !important;
  }
}

.pd0 {
  padding: 0;
}

.pd1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .pd1 {
    padding: 18px;
  }
}

.pd2 {
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .pd2 {
    padding: 36px;
  }
}

.pd3 {
  padding: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .pd3 {
    padding: 54px;
  }
}

.pdb0 {
  padding-bottom: 0;
}

.pdb1 {
  padding-bottom: 18px;
}

.pdb2 {
  padding-bottom: 36px;
}

.pdt0 {
  padding-top: 0;
}

.pdt1 {
  padding-top: 18px;
}

.pdt2 {
  padding-top: 36px;
}

.pdl0 {
  padding-left: 0;
}

.pdl1 {
  padding-left: 18px;
}

.pdl2 {
  padding-left: 36px;
}

.pdl3 {
  padding-left: 54px;
}

.pdr0 {
  padding-right: 0;
}

.pdr1 {
  padding-right: 18px;
}

.pdr2 {
  padding-right: 36px;
}

.pdr3 {
  padding-right: 54px;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .pd0-ipad {
    padding: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .pdb0-xxs {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .pdt0-xxs {
    padding-top: 0 !important;
  }
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.opacity-0 {
  opacity: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.width-fit {
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

@media screen and (max-width: 576px) {
  .bleed-y-xs {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-image {
    min-height: 300px;
  }
}

@media screen and (max-width: 576px) {
  .mobile-center {
    text-align: center;
    text-align-last: center;
  }
}

.space-after:after {
  content: "";
  height: 36px;
  width: 100%;
  background-color: #001C58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section {
  padding: 36px 0;
}

.max-520 {
  max-width: 520px;
}

@media screen and (min-width: 932px) {
  .max-50per {
    max-width: calc(50% - 18px);
  }
}

.circle,
.render-box .render-box--tooltips .tooltip {
  border-radius: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@-webkit-keyframes arrowPoint {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrowPoint {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrowLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrowLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes imageFadeIn {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes imageFadeIn {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes pageHeader {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  60% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-clip-path: inset(0 30% 0 0);
    clip-path: inset(0 30% 0 0);
  }
}

@keyframes pageHeader {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  60% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-clip-path: inset(0 30% 0 0);
    clip-path: inset(0 30% 0 0);
  }
}

@-webkit-keyframes menuFrontpage {
  0% {
    -webkit-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuFrontpage {
  0% {
    -webkit-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes backgroundColor {
  0% {
    background-color: white;
  }

  100% {
    background-color: rgba(72, 76, 88, 0.1);
  }
}

@keyframes backgroundColor {
  0% {
    background-color: white;
  }

  100% {
    background-color: rgba(72, 76, 88, 0.1);
  }
}

.animation-spinning {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.animation-backgroundColor {
  -webkit-animation-name: backgroundColor;
  animation-name: backgroundColor;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

body.news-index .news-grid .news-item .tease-news {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 640ms;
  animation-duration: 640ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Base level design elements */
h1,
.h1,
h2,
.h2,
.menu-ekspertise .menu-link.current {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.leading-title,
.header-top-border,
.header-bottom-border,
.button,
.article-ingress,
.tns-controls.slider-nav .slider-item.tns-nav-active,
.product-nav-wrapper .product-nav .product-nav-link {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* Extenders */
.uppercase,
.leading-title,
.header-top-border,
.header-bottom-border,
.button,
.redactor-body h3,
.site-header-inner.container .site-nav .nav-list .nav-item,
.site-header-inner.container-full .site-nav .nav-list .nav-item,
.fact .fact-title,
.product-nav-wrapper .product-nav .product-nav-link,
.document .document-link {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

p,
.footnote,
.caption,
.rich-text ul,
.rich-text ol,
.rich-text li,
h1,
h2,
h3,
h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

p,
.footnote,
.caption,
.rich-text ul,
.rich-text ol,
.rich-text li {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

a {
  text-decoration: none;
  color: #001C58;
}

a:hover,
a:focus {
  color: #000000;
}

a:active {
  color: #4FBA65;
}

/* Helper classes */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
  text-align-last: center;
}

.font-body {
  font-family: open-sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.discretionary-hyphen:after {
  display: inline;
  content: "\00ad";
}

@media screen and (max-width: 768px) {
  .shy-break {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .shy-break--mobile {
    display: none;
  }
}

html {
  font-family: open-sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #001C58;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

@media screen and (min-width: 768px) {

  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}

h2,
.h2 {
  font-size: 23px;
  line-height: 31px;
  font-size: 2.3rem;
  line-height: 3.1rem;
}

@media screen and (min-width: 768px) {

  h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
    font-size: 3rem;
    line-height: 3.8rem;
  }
}

h3,
.h3 {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

a {
  /*&.current {
		color: $gold;
	}*/
}

a:focus {
  outline-color: #001C58;
}

.footnote,
.caption {
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.font-sm {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.font-md {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.leading-title {
  color: #001C58;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4px;
}

.underline-green {
  display: inline-block;
  line-height: 0.7;
}

.underline-green:after {
  content: "";
  width: 72%;
  border-bottom: 2px solid #4FBA65;
  display: inline-block;
}

.header-top-border .border {
  display: inline-block;
  border-top: 2px solid #4FBA65;
  padding-top: 36px;
}

.header-bottom-border {
  font-size: 23px;
  line-height: 31px;
  font-size: 2.3rem;
  line-height: 3.1rem;
}

.header-bottom-border .border {
  display: inline-block;
  border-bottom: 2px solid #4FBA65;
  padding-bottom: 9px;
}

@media screen and (max-width: 932px) {
  .header-bottom-border .border {
    width: 100%;
  }
}

.border-bottom:after {
  content: "";
  display: block;
  border-bottom: 1px solid #001C58;
  width: 100%;
  max-width: 164px;
  padding-top: 9px;
}

.border-bottom.white:after {
  border-color: #ffffff;
}

.border-bottom-thick {
  border-bottom: 2px solid #001C58;
  padding-bottom: 4px;
}

.rich-text h2,
.rich-text h3,
.rich-text h4 {
  margin: 0;
}

.rich-text h1,
.rich-text p {
  margin-top: 0;
}

.hr-green {
  max-width: 55px;
  border: 0 none;
  border-top: 2px solid #4FBA65;
  margin-left: 0;
  margin-right: auto;
}

.breadcrumbs {
  padding: 24px 18px 18px 18px !important;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 0 0 18px 0 !important;
  }
}

table {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 640px;
  min-width: 42%;
  width: 100%;
}

table th,
table td {
  color: #001C58;
  border-bottom: 1px solid #001C58;
  text-align: left;
  padding: 4px 4px 6px;
}

.table-product {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .table-product {
    margin-bottom: 32px;
  }
}

.background-holder {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}

.background-image-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.background-image-cover.right {
  background-position: center right !important;
}

.background-image-cover.left {
  background-position: center left !important;
}

.background-image-cover.center {
  background-position: center center !important;
}

.background-image-cover.drop-right {
  background-position: bottom right !important;
}

.background-image-cover.drop-left {
  background-position: bottom left !important;
}

.background-holder {
  opacity: 0.2;
}

@media screen and (min-width: 932px) {
  .background-holder {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .background-holder {
    opacity: 1;
  }
}

.background-fixed {
  position: fixed;
}

.background-dark,
.site-footer {
  color: #ffffff;
}

.background-dark *,
.site-footer * {
  color: #ffffff;
}

[data-responsive-background-image] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

[data-responsive-background-image] .bgimage {
  display: none;
}

a:focus,
input:focus,
.background-dark a:focus,
.site-footer a:focus,
.background-dark input:focus,
.site-footer input:focus,
.front-page .tease-news:focus .tease-image {
  outline-color: #354A77;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 1px;
}

.background-dark a:focus,
.site-footer a:focus,
.background-dark input:focus,
.site-footer input:focus {
  outline-color: rgba(255, 255, 255, 0.5);
}

.circle-link .circle,
.circle-link .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .circle-link .tooltip {
  border: 2px solid transparent;
}

.circle-link .circle img,
.circle-link .render-box .render-box--tooltips .tooltip img,
.render-box .render-box--tooltips .circle-link .tooltip img {
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.circle-link:focus,
.circle-link:hover,
.circle-link:active {
  outline: none;
}

.circle-link:focus .circle,
.circle-link:focus .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .circle-link:focus .tooltip,
.circle-link:hover .circle,
.circle-link:hover .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .circle-link:hover .tooltip,
.circle-link:active .circle,
.circle-link:active .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .circle-link:active .tooltip {
  border: 2px solid #354A77;
}

.circle-link:focus h3,
.circle-link:hover h3,
.circle-link:active h3 {
  text-decoration: underline;
}

img {
  opacity: 1;
  -webkit-transition: opacity 360ms;
  transition: opacity 360ms;
}

.image-100 {
  width: 100%;
  height: auto;
}

.image-height {
  height: 100%;
  width: auto;
}

.image-max100 {
  max-width: 100%;
}

.caption {
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 6px;
  margin-bottom: 12px;
  min-height: 20px;
}

.image-fill {
  position: absolute;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.responsive-video {
  padding: 56.25% 0 0 0;
  position: relative;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rich-text figure {
  padding: 56.25% 0 0 0;
  position: relative;
}

.rich-text figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.button {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  vertical-align: baseline;
}

.button:hover,
.button:active,
.button:focus {
  color: #000c25;
}

.button:hover .button--svg,
.button:hover .button-arrow-small,
.button:active .button--svg,
.button:active .button-arrow-small,
.button:focus .button--svg,
.button:focus .button-arrow-small {
  -webkit-animation: 520ms ease-in-out arrowPoint;
  animation: 520ms ease-in-out arrowPoint;
}

.button--reset {
  background-color: transparent;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.button--svg {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #001C58;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  margin-right: 9px;
  vertical-align: bottom;
}

.button--svg.border {
  background-color: transparent;
  color: #001C58;
  border: 1px solid #001C58;
}

.button--svg.border:hover,
.button--svg.border:active,
.button--svg.border:focus {
  color: #000c25;
  border: 1px solid #000c25;
}

.button--brand-1 {
  background-color: #001C58;
  color: #ffffff;
}

.button--brand-1 .button--svg {
  background-color: #ffffff;
  color: #001C58;
}

.button--brand-1:hover,
.button--brand-1:active,
.button--brand-1:focus {
  background-color: #000c25;
  color: #ffffff;
}

.button-arrow-small {
  display: inline-block;
  width: 27px;
  height: 27px;
  color: inherit;
  text-align: center;
  margin-left: 9px;
  vertical-align: bottom;
}

.button-arrow-small:hover,
.button-arrow-small:active,
.button-arrow-small:focus {
  color: #ffffff;
}

.button--border {
  border: 2px solid #001C58;
  padding: 12px 18px;
}

.button--border:hover,
.button--border:active,
.button--border:focus {
  background-color: #001C58;
  color: #ffffff;
}

.button--border:hover .button--svg,
.button--border:active .button--svg,
.button--border:focus .button--svg {
  background-color: #ffffff;
  color: #001C58;
}

a:hover .button--svg,
a:active .button--svg,
a:focus .button--svg {
  -webkit-animation: 520ms ease-in-out arrowPoint;
  animation: 520ms ease-in-out arrowPoint;
}

a:hover .button--svg.icon--download,
a:active .button--svg.icon--download,
a:focus .button--svg.icon--download {
  -webkit-animation: 520ms ease-in-out arrowDown;
  animation: 520ms ease-in-out arrowDown;
}

.button-toggle {
  display: inline-block;
}

.columns-2 {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-width: 200px;
  column-width: 200px;
}

.column-span {
  -webkit-column-span: all;
  column-span: all;
}

.redactor-body h1,
.redactor-body h2,
.redactor-body h3 {
  margin-bottom: 0;
  color: #001C58;
}

.redactor-body p {
  margin-top: 0;
}

.cc-revoke.cc-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  left: 16px !important;
}

@media screen and (min-width: 932px) {
  .cc-revoke.cc-bottom {
    left: 36px !important;
  }
}

/* Parts */
.site-footer {
  background-color: #001C58;
  color: #ffffff;
}

.site-footer a:hover,
.site-footer a:active,
.site-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer .container,
.site-footer .container-full {
  padding-bottom: 36px;
}

.site-footer .footer-content a,
.site-footer .footer-content p,
.site-footer .footer-content ul,
.site-footer .footer-content li,
.site-footer .footer-content ol {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.site-footer .address-block {
  display: inline-block;
}

.site-footer h2 {
  -webkit-column-span: all;
  column-span: all;
}

.site-footer .address-block p {
  margin-top: 0;
}

.site-footer .menu-block {
  margin-bottom: 18px;
}

.site-footer .menu-block p {
  position: relative;
  padding-left: 42px;
}

.site-footer .menu-block p:before {
  content: url(../img/arrow-right-dark.svg);
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 0;
}

.site-footer .menu-block:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  max-width: 164px;
  padding-top: 9px;
}

.site-footer .social-links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.site-footer .social-links li {
  display: inline-block;
  width: auto;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
}

.site-footer .social-links li picture,
.site-footer .social-links li img {
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-transform 240ms ease-in-out;
  transition: -webkit-transform 240ms ease-in-out;
  transition: transform 240ms ease-in-out;
  transition: transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out;
}

.site-footer .social-links li .link-icon:hover img,
.site-footer .social-links li .link-icon:active img,
.site-footer .social-links li .link-icon:focus img {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.site-footer .social-links li:first-child {
  padding: 0 9px 0 0;
}

.site-footer .social-links li:last-child {
  border-right: 0 none;
}

.icon-inline {
  display: inline;
  vertical-align: top;
}

.icon-inline.instagram:after {
  content: url(../img/logo-instagram.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 6px;
}

/* Oldroyd header */
.site-header-inner.container,
.site-header-inner.container-full {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  position: relative;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*@media screen and (min-width: 932px) {*/
@media screen and (min-width: 992px) {

  .site-header-inner.container,
  .site-header-inner.container-full {
    height: 64px;
    padding: 12px 36px;
  }
}

/*.site-header-inner.container .site-logo,
.site-header-inner.container-full .site-logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin: 0 auto;
}*/

/*@media screen and (min-width: 932px) {

  .site-header-inner.container .site-logo,
  .site-header-inner.container-full .site-logo {
    position: absolute;
    width: 160px;
    left: calc(50% - 80px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: 14px;
  }
}*/

/*.site-header-inner.container .site-nav,
.site-header-inner.container-full .site-nav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

@media screen and (min-width: 932px) {

  .site-header-inner.container .site-nav,
  .site-header-inner.container-full .site-nav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 50%;
    margin-right: auto;
  }
}*/

.site-header-inner.container .site-nav .nav-list,
.site-header-inner.container-full .site-nav .nav-list {
  margin: 0;
  padding: 0;
}

.site-header-inner.container .site-nav .nav-list .nav-item,
.site-header-inner.container-full .site-nav .nav-list .nav-item {
  display: inline-block;
  margin-right: 18px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 932px) {

  .site-header-inner.container .site-nav .nav-list .nav-item,
  .site-header-inner.container-full .site-nav .nav-list .nav-item {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.site-header-inner.container .site-nav .nav-list .nav-item.current .nav-link,
.site-header-inner.container-full .site-nav .nav-list .nav-item.current .nav-link {
  border-bottom: 1px solid #ffffff;
}

.site-header-inner.container .site-nav .nav-list .nav-item .nav-link,
.site-header-inner.container-full .site-nav .nav-list .nav-item .nav-link {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.site-header-inner.container .site-nav .nav-list .nav-item .nav-link:hover,
.site-header-inner.container .site-nav .nav-list .nav-item .nav-link:active,
.site-header-inner.container .site-nav .nav-list .nav-item .nav-link:focus,
.site-header-inner.container-full .site-nav .nav-list .nav-item .nav-link:hover,
.site-header-inner.container-full .site-nav .nav-list .nav-item .nav-link:active,
.site-header-inner.container-full .site-nav .nav-list .nav-item .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}

.site-header-inner.container .site-nav .nav-list .nav-item.active .nav-link,
.site-header-inner.container-full .site-nav .nav-list .nav-item.active .nav-link {
  border-bottom: 1px solid #ffffff;
}

/*.site-header-inner.container .nav-searchbox,
.site-header-inner.container-full .nav-searchbox {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: absolute;
  right: 16px;
  top: 16px;
}*/

/*@media screen and (max-width: 932px) {

  .site-header-inner.container .nav-searchbox,
  .site-header-inner.container-full .nav-searchbox {
    top: 57px;
  }

  .site-header-inner.container .nav-searchbox .searchbox-button,
  .site-header-inner.container-full .nav-searchbox .searchbox-button {
    right: 0;
  }
}*/

/*@media screen and (min-width: 932px) {

  .site-header-inner.container .nav-searchbox,
  .site-header-inner.container-full .nav-searchbox {
    top: 16px;
    width: auto;
  }
}*/

.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header-fixed.megamenu-open {
  position: absolute;
}

.header-fixed+.site-wrapper {
  padding-top: 88px;
}

@media screen and (min-width: 932px) {
  .header-fixed+.site-wrapper {
    padding-top: 53px;
  }
}

@media screen and (max-width: 768px) {
  .header-fixed~.site-wrapper {
    padding-top: 88px;
  }
}

.mega-menu {
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .mega-menu {
    min-height: 410px;
  }
}

@media screen and (min-width: 932px) {
  .mega-menu {
    min-height: 510px;
  }
}

@media screen and (min-width: 1200px) {
  .mega-menu {
    min-height: 570px;
  }
}

@media screen and (min-width: 1440px) {
  .mega-menu {
    min-height: 670px;
  }
}

@media screen and (min-width: 2100px) {
  .mega-menu {
    min-height: 758px;
  }
}

.mega-menu {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 100px;
  z-index: 100;
  padding-top: 4px;
  padding-bottom: 72px;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #001C58;
}

/*@media (max-width: 767px) {
  .mega-menu {
    top: 120px;
  }
  
}*/

.mega-menu a.subnav-link {
  color: #001C58;
  border-bottom: 1px solid #ffffff;/*transparent;*/
  width: 100%;
}

.mega-menu a.subnav-link:hover,
.mega-menu a.subnav-link:active,
.mega-menu a.subnav-link:focus {
  border-bottom: 1px solid #001C58;
}

.mega-menu.active {
  display: block;
}

/*@media screen and (min-width: 932px) {*/
@media screen and (min-width: 992px) {
  .mega-menu {
    top: 64px;
  }
}

.mega-menu .button-close {
  position: absolute;
  top: 28px;
  right: 18px;
  color: #001C58;
  padding-top: 20px;
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.mega-menu .button-close:before,
.mega-menu .button-close:after {
  display: inline-block;
  content: "";
  width: 36px;
  height: 2px;
  background-color: #001C58;
  right: -4px;
  top: 0;
  position: absolute;
}

.mega-menu .button-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mega-menu .button-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .mega-menu .button-close {
    /*top: 28px;*/
    top: 60px;
    right: 38px;
  }
}

.mega-menu.background-brand-1 {
  background-color: #354A77 !important;
  /*background-color: #204a6a !important;*/
}

.mega-menu.background-brand-1 * {
  color: #ffffff;
}

.mega-menu.background-brand-1 a.subnav-link {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}

.mega-menu.background-brand-1 a.subnav-link:hover,
.mega-menu.background-brand-1 a.subnav-link:active,
.mega-menu.background-brand-1 a.subnav-link:focus {
  border-bottom: 1px solid #ffffff;
}

.mega-menu.background-brand-1 .button-close {
  color: #ffffff;
}

.mega-menu.background-brand-1 .button-close:before,
.mega-menu.background-brand-1 .button-close:after {
  background-color: #ffffff;
}

.mega-menu .menu-group--wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  /*max-width: 1600px;*/
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .mega-menu .menu-group--wrapper {
    /*padding: 32px 0 0 0;*/
    padding: 32px 18px 0;
  }
}

.mega-menu .menu-group--wrapper .menu-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
 /* -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mega-menu .menu-group--wrapper .menu-group {
    -ms-flex-preferred-size: calc(50.33% - 8.3%);
    flex-basis: calc(50.33% - 8.3%);
    width: calc(50.33% - 8.3%);
    padding-right: 7.3%;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu .menu-group--wrapper .menu-group {
    -ms-flex-preferred-size: calc(33.33% - 8.3%);
    flex-basis: calc(33.33% - 8.3%);
    width: calc(33.33% - 8.3%);
    padding-right: 7.3%;
  }
}

.mega-menu .menu-group--wrapper .menu-group .subnav {
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .mega-menu .menu-group--wrapper .menu-group .subnav {
    padding-left: 0;
  }
}

.mega-menu .menu-group--wrapper .menu-group .subnav-item {
  display: inline-block;
  width: calc(100% - 18px);
  height: auto;
  /*min-height: 40px;*/
  vertical-align: middle;
  max-width: 84vw;
}

/*@media screen and (min-width: 768px) {
  .mega-menu .menu-group--wrapper .menu-group .subnav-item {
    width: calc(50% - 18px);
    max-width: 342px;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .mega-menu .menu-group--wrapper .menu-group.group-produkter-bygg {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .mega-menu .menu-group--wrapper .menu-group.group-produkter-samferdsel {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 342px;
  }

  .mega-menu .menu-group--wrapper .menu-group.group-produkter-samferdsel .subnav-item {
    width: calc(100% - 18px);
  }
}*/

.subnav-item {
  position: relative;
  /*font-size: 16px;*/

  line-height: 24px;
  /*font-size: 1.6rem;*/
    font-size: 18px;
  line-height: 2.4rem;
  border-bottom: 1px solid #ffffff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 18px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.subnav-item .subnav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding-bottom: 12px;
  padding-top: 12px;*/
  padding: 6px;
  padding-bottom: 6px;

  padding-right: 12px;
  width: calc(100% - 18px) !important;
  min-height: 58px;
}

.subnav-item .cat-title {
  display: inline-block;
  /*opacity: 0.7;*/
}

.subnav-item .subnav-icon {
  /*width: 68px;*/
  /*height: 68px;*/
  width: 58px;
  height: 58px;
  display: inline-block;
  margin-right: 18px;
  vertical-align: bottom;
}

.subnav-item .subnav-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: bottom;
  object-position: bottom;
}

.background-white .subnav-item {
  border-bottom: 1px solid #001C58;
}

@-webkit-keyframes searchBtn {
  0% {
    border-radius: 20px;
    width: 32px;
    border: 2px solid white;
    background-color: transparent;
    background-position: center;
  }

  100% {
    border: 0 none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 32px;
    background-color: #4FBA65;
  }
}

@keyframes searchBtn {
  0% {
    border-radius: 20px;
    width: 32px;
    border: 2px solid white;
    background-color: transparent;
    background-position: center;
  }

  100% {
    border: 0 none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 32px;
    background-color: #4FBA65;
  }
}

@-webkit-keyframes searchBtnClose {
  0% {
    border: 0 none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 32px;
    background-color: #4FBA65;
  }

  100% {
    border-radius: 20px;
    width: 32px;
    border: 2px solid white;
    background-color: transparent;
    background-position: center;
  }
}

@keyframes searchBtnClose {
  0% {
    border: 0 none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 32px;
    background-color: #4FBA65;
  }

  100% {
    border-radius: 20px;
    width: 32px;
    border: 2px solid white;
    background-color: transparent;
    background-position: center;
  }
}

@-webkit-keyframes searchInput {
  0% {
    width: 0;
    border: 2px solid white;
    background-color: transparent;
  }

  100% {
    border: 2px solid white;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 165px;
  }
}

@keyframes searchInput {
  0% {
    width: 0;
    border: 2px solid white;
    background-color: transparent;
  }

  100% {
    border: 2px solid white;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 165px;
  }
}

@-webkit-keyframes searchInputClose {
  0% {
    border: 2px solid white;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 165px;
  }

  100% {
    width: 0;
    border: 2px solid white;
    background-color: transparent;
  }
}

@keyframes searchInputClose {
  0% {
    border: 2px solid white;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 165px;
  }

  100% {
    width: 0;
    border: 2px solid white;
    background-color: transparent;
  }
}

.searchbox {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.searchbox .searchbox-button {
  border: 2px solid white;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/search-white.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  /*position: absolute;
  right: 0;*/
  z-index: 2;
  opacity: 1;
}

.searchbox .searchbox-button:hover {
  background-color: #4FBA65;
  border-color: #4FBA65;
}

.searchbox .searchbox-input {
  opacity: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  height: 28px;
  line-height: 30px;
  border: 2px solid white;
  text-align: left;
  text-align-last: left;
  padding-left: 12px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 175px;*/
  -webkit-transition: opacity 0 ease-in-out;
  transition: opacity 0 ease-in-out;
  position: absolute;
  z-index: -1;
  color: #000000;
}

@media (min-width: 768px) {
  width: 175px;
}

.searchbox .searchbox-input:focus {
  outline: none;
}

.searchbox .searchbox-submit {
  opacity: 0;
  background-color: #4FBA65;
  border-color: #4FBA65;
  color: white;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  height: 28px;
  width: 28px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/search-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  border: 0 none;
  color: transparent;
  -webkit-transition: opacity 0 ease-in-out;
  transition: opacity 0 ease-in-out;
}

.searchbox .searchbox-submit:active,
.searchbox .searchbox-submit:focus {
  background-color: #4FBA65;
  border-color: #4FBA65;
}

.searchbox.active {
  border-radius: 20px;
  width: calc(100% - 10px);
}

@media screen and (min-width: 576px) {
  .searchbox.active {
    width: auto;
  }
}

.searchbox.active .searchbox-input,
.searchbox.active .searchbox-submit {
  opacity: 1;
}

.searchbox.active .searchbox-input {
  position: relative;
  z-index: 10;
  /*width: calc(100% - 48px);*/
  width: calc(100% - 38px);
}

/*@media screen and (min-width: 576px) {*/
@media screen and (min-width: 768px) {
  .searchbox.active .searchbox-input {
    -webkit-animation: 360ms ease-in-out 0s 1 normal searchInput;
    animation: 360ms ease-in-out 0s 1 normal searchInput;
    width: 175px;
  }
}

@media screen and (min-width: 576px) {
  .searchbox.active .searchbox-submit {
    -webkit-animation: 360ms ease-in-out 0s 1 normal searchBtn;
    animation: 360ms ease-in-out 0s 1 normal searchBtn;
  }
}

.searchbox.active .searchbox-button {
  opacity: 0;
  z-index: -1;
}

/*.site-header-inner.container-full .nav-searchbox.searchbox,
.site-header-inner.container .nav-searchbox.searchbox {
  right: 72px;
}

@media screen and (min-width: 932px) {

  .site-header-inner.container-full .nav-searchbox.searchbox,
  .site-header-inner.container .nav-searchbox.searchbox {
    right: 83px;
  }
}

.site-header-inner.container-full .nav-searchbox.searchbox .seachbox-button,
.site-header-inner.container .nav-searchbox.searchbox .seachbox-button {
  right: 0;
}

.site-header-inner.container-full .nav-searchbox.searchbox.searchbox--no-lang,
.site-header-inner.container .nav-searchbox.searchbox.searchbox--no-lang {
  right: 10px;
}

@media screen and (min-width: 576px) {

  .site-header-inner.container-full .nav-searchbox.searchbox.searchbox--no-lang,
  .site-header-inner.container .nav-searchbox.searchbox.searchbox--no-lang {
    right: 16px;
  }
}

@media screen and (min-width: 932px) {

  .site-header-inner.container-full .nav-searchbox.searchbox.searchbox--no-lang,
  .site-header-inner.container .nav-searchbox.searchbox.searchbox--no-lang {
    right: 24px;
  }
}*/

.lang {
  width: 34px;
  height: auto;
  position: absolute;
  right: 18px;
  bottom: 16px;
}

.lang a {
  display: inline-block;
  font-size: 0;
}

.lang img {
  line-height: 0;
  border: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .lang {
    top: 60px;
  }
}

@media screen and (min-width: 932px) {
  .lang {
    position: relative;
    top: 0;
    right: auto;
  }
}

.header-lineart {
  position: relative;
}

.header-lineart .header-lineart-image,
.header-lineart .header-lineart-svg {
  position: absolute;
  width: auto;
  right: 0;
}

@media screen and (min-width: 768px) {

  .header-lineart .header-lineart-image,
  .header-lineart .header-lineart-svg {
    max-height: 420px;
  }
}

@media screen and (min-width: 932px) {

  .header-lineart .header-lineart-image,
  .header-lineart .header-lineart-svg {
    max-height: 520px;
  }
}

@media screen and (min-width: 1200px) {

  .header-lineart .header-lineart-image,
  .header-lineart .header-lineart-svg {
    max-height: 612px;
  }
}

.header-lineart .header-lineart-image {
  position: absolute;
  z-index: 2;
}

.header-lineart .header-lineart-svg {
  position: absolute;
  z-index: 1;
}

/* Reusable patterns */
.page-header-category .background-holder,
.page-header-small .background-holder {
  background-position: calc(100% + 360px) 156px;
  background-image: url("../img/monster-oldroyd.svg");
  background-size: 600px;
}

@media screen and (min-width: 932px) {

  .page-header-category .background-holder,
  .page-header-small .background-holder {
    background-position: calc(100% + 436px) 130px;
  }
}

@media screen and (min-width: 1200px) {

  .page-header-category .background-holder,
  .page-header-small .background-holder {
    background-position: calc(100% + 300px) 130px;
  }
}

.page-header-large,
.page-header-large .container,
.page-header-large .grid,
.page-header-large .cell-left,
.site-wrapper {
  min-height: auto;
}

@media screen and (min-width: 768px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 420px;
  }
}

@media screen and (min-width: 932px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 520px;
  }
}

@media screen and (min-width: 1200px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 580px;
  }
}

@media screen and (min-width: 1440px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 630px;
  }
}

@media screen and (min-width: 2100px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 680px;
  }
}

.page-header-large {
  color: #001C58;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-header-large .page-header--logo {
  width: 190px;
  height: 38px;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .page-header-large .page-header--logo {
    width: 276px;
    height: 55px;
    margin-bottom: 38px;
  }
}

.page-header-large .cell-left {
  padding: 18px 0 36px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-header-large .cell-left h1 {
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .page-header-large .cell-left {
    padding: 36px 0 36px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-header-large .cell-left {
    max-width: 480px;
  }
}

@media screen and (min-width: 1200px) {
  .page-header-large .cell-left {
    max-width: 610px;
  }
}

.page-header-large .page-header-body {
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .page-header-large .page-header-body {
    margin-bottom: 52px;
  }
}

.page-header-category {
  color: #001C58;
  padding: 42px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .page-header-category {
    min-height: 416px;
    padding: 42px 0;
  }
}

.page-header-category .page-header--icon {
  width: 190px;
  height: auto;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .page-header-category .page-header--icon {
    width: 276px;
    margin-bottom: 68px;
  }
}

.page-header-category .cell-left {
  max-width: 480px;
  padding: 68px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-header-category .ingress {
  margin-bottom: 18px;
}

@media screen and (min-width: 576px) {
  .page-header-category .ingress {
    margin-bottom: 0;
  }
}

.page-header-small {
  padding-top: 18px;
  padding-bottom: 36px;
}

@media screen and (min-width: 768px) {
  .page-header-small {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

.page-header--lineart {
  opacity: 1;
  background-position: center right;
}

@media screen and (max-width: 576px) {
  .page-header--lineart,
  .page-header--lineart1 {
    position: absolute;
    padding-bottom: 60%;
    top: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .page-header--lineart,
  .page-header--lineart1 {
    position: absolute;
    padding-bottom: 100%;
    top: 0;
  }
}

.page-header--lineart+.page-header--image {
  background-position: center right;
  -webkit-clip-path: inset(0 30% 0 0);
  clip-path: inset(0 30% 0 0);
  -webkit-animation-name: pageHeader;
  animation-name: pageHeader;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.page-header--lineart1+.page-header--image1 {

  background-position: center right;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);


}

.slick-active .page-header--lineart1+.page-header--image1 {
  background-position: center right;
  -webkit-clip-path: inset(0 30% 0 0);
  clip-path: inset(0 30% 0 0);
  -webkit-animation-name: pageHeader;
  animation-name: pageHeader;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.page-header--image,
.page-header--image1 {
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .page-header--image,
  .page-header--image1 {
    position: relative;
    padding-bottom: 60%;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .page-header--image,
  .page-header--image1 {
    position: relative;
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 576px) {
  .page-header--text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.section-map {
  padding-bottom: 0 !important;
}

.page-header-large,
.page-header-large .container,
.page-header-large .grid,
.page-header-large .cell-left,
.site-wrapper {
  min-height: auto;
}

@media screen and (min-width: 768px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 420px;
  }
}

@media screen and (min-width: 932px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 520px;
  }
}

@media screen and (min-width: 1200px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 580px;
  }
}

@media screen and (min-width: 1440px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    min-height: 630px;
  }
}

@media screen and (min-width: 2100px) {

  .page-header-large,
  .page-header-large .container,
  .page-header-large .grid,
  .page-header-large .cell-left,
  .site-wrapper {
    /*min-height: 768px;*/
    min-height: 680px;
  }
}

.section-text-image .text-columns {
  -webkit-columns: 2;
  columns: 2;
}

.section-text-image .text-columns h3,
.section-text-image .text-columns p {
  margin: 0;
}

/* Templates */
body.news-index {
  background-color: rgba(72, 76, 88, 0.1);
}

body.news-index .news-grid .news-item .tease-news {
  padding: 0;
  background-color: #ffffff;
}

body.news-index .news-grid .news-item .tease-news .tease-image,
body.news-index .news-grid .news-item .tease-news .tease-body {
  width: 100%;
  background-color: #ffffff;
  max-width: 100%;
}

body.news-index .news-grid .news-item .tease-news .tease-body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  body.news-index .news-grid .news-item .tease-news .tease-body {
    padding: 0 18px 9px 18px;
  }
}

body.news-index .news-grid .news-item .tease-news .tease-image {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.section-news-index {
  padding-bottom: 100px;
}

.article-body {
  margin: 0 auto 120px auto;
  max-width: 850px;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #001C58;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .article-body {
    margin: 52px auto 120px auto;
    padding: 0;
  }
}

.article-ingress {
  font-size: 23px;
  line-height: 31px;
  font-size: 2.3rem;
  line-height: 3.1rem;
}

.article-meta {
  border-bottom: 1px solid #001C58;
  padding-bottom: 7px;
  margin-bottom: 18px;
  margin-top: 36px;
}

@media screen and (min-width: 932px) {
  .article-meta {
    margin-bottom: 26px;
    margin-top: 52px;
  }
}

.news-loading {
  display: block;
  max-width: 42px;
  margin: 0 auto;
}

.front-page .tease-news:focus {
  outline: none;
}

.front-page .tease-news:focus .tease-image {
  outline-offset: -18px;
}

.tease-news {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tease-news .button {
  color: #001C58;
}

.tease-news:hover h1,
.tease-news:hover h2,
.tease-news:hover h3,
.tease-news:active h1,
.tease-news:active h2,
.tease-news:active h3,
.tease-news:focus h1,
.tease-news:focus h2,
.tease-news:focus h3 {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .tease-news {
    padding-top: 32px;
  }
}

.tease-news .tease-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 768px) {
  .tease-news .tease-body {
    max-width: 420px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    padding: 18px;
  }
}

.tease-news .tease-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  line-height: 0;
}

.tease-news .tease-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .tease-news .tease-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    padding: 18px 0;
  }
}

@media screen and (min-width: 932px) {
  .tease-news .tease-image {
    padding: 18px;
  }
}

.container-news .tease-wrapper {
  position: relative;
}

.container-news .tease-wrapper .background-holder {
  background-position: calc(100% + 342px) top;
  background-image: url("../img/monster-oldroyd.svg");
  background-size: 600px;
  opacity: 0.3;
}

@media screen and (min-width: 768px) {
  .container-news .tease-wrapper .background-holder {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .container-news .tease-wrapper:nth-of-type(odd) .tease-news {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.container-news .tease-wrapper:nth-of-type(even) .background-holder {
  background-position: -342px top;
  background-image: url("../img/monster-oldroyd-reverse.svg");
}

@media screen and (min-width: 768px) {
  .container-news .tease-wrapper:nth-of-type(even) .tease-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .container-news .tease-wrapper:nth-of-type(even) .tease-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.section-grid .background-holder {
  background-position: calc(100% + 224px) calc(100% + 286px);
  background-image: url("../img/monster-oldroyd.svg");
  background-size: 600px;
}

@media screen and (min-width: 932px) {
  .section-grid .background-holder {
    background-position: calc(100% + 224px) calc(100% + 342px);
  }
}

.section-grid {
  position: relative;
  background-color: rgba(72, 76, 88, 0.1);
}

.section-grid .grid-wrapper {
  display: block;
}

.section-grid .grid-wrapper .grid-cell {
  background-color: #ffffff;
  padding: 18px;
}

@media screen and (min-width: 768px) {
  .section-grid .grid-wrapper .grid-cell {
    padding: 0;
  }
}

.section-grid .grid-wrapper .grid-cell a {
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.section-grid .grid-wrapper .grid-cell-text .button {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}

.section-grid .grid-wrapper .grid-cell-text .button:before {
  display: block;
  width: 40px;
  border-top: 1px solid #001C58;
  content: "";
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .section-grid .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr auto;
    grid-template-areas: "a b""c d""e .""f f";
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .section-grid .grid-wrapper .grid-cell-1 {
    grid-area: a;
  }

  .section-grid .grid-wrapper .grid-cell-2 {
    grid-area: b;
  }

  .section-grid .grid-wrapper .grid-cell-3 {
    grid-area: c;
  }

  .section-grid .grid-wrapper .grid-cell-4 {
    grid-area: d;
  }

  .section-grid .grid-wrapper .grid-cell-5 {
    grid-area: e;
  }

  .section-grid .grid-wrapper .grid-footer {
    grid-area: f;
  }
}

@media screen and (min-width: 1200px) {
  .section-grid .grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr auto;
    grid-template-areas: "a b c c""d d c c""d d e .""f f f f";
  }
}

@media all and (-ms-high-contrast: none) {

  .section-grid .grid-wrapper .grid-cell picture,
  .section-grid .grid-wrapper .grid-cell img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .section-grid .grid-wrapper {
    display: -ms-grid;
    -ms-grid-columns: 1fr 18px 1fr;
    -ms-grid-rows: auto 18px auto 18px auto 18px auto;
  }

  .section-grid .grid-wrapper .grid-cell-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-cell-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-cell-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-cell-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-cell-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-footer {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none) {
  .section-grid .grid-wrapper {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
    -ms-grid-rows: auto 18px auto 18px auto 18px auto;
  }

  .section-grid .grid-wrapper .grid-cell-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-cell-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-cell-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  .section-grid .grid-wrapper .grid-cell-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .section-grid .grid-wrapper .grid-cell-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .section-grid .grid-wrapper .grid-footer {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}

@media screen and (min-width: 1200px) {
  .front-page .page-header-large .cell-left {
    margin: 0 auto;
    max-width: 480px;
  }
}

/*.section-circles {
	background-color: $white;
	.circle {
		width: 150px;
		height: 150px;
		width: 40vw;
		height: 40vw;
		margin: 0 auto;
		@media screen and (min-width: $bp-xs){
			width: 195px;
			height: 195px;
		}
		@media screen and (min-width: $bp-md){
			width: 230px;
			height: 230px;
		}
	}
}*/
.section-expertise {
  background-color: #ffffff;
  padding-bottom: 6em;
  padding-top: 20px;
}

.section-expertise .circle,
.section-expertise .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .section-expertise .tooltip {
  width: 150px;
  height: 150px;
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {

  .section-expertise .circle,
  .section-expertise .render-box .render-box--tooltips .tooltip,
  .render-box .render-box--tooltips .section-expertise .tooltip {
    width: 195px;
    height: 195px;
  }
}

@media screen and (min-width: 932px) {

  .section-expertise .circle,
  .section-expertise .render-box .render-box--tooltips .tooltip,
  .render-box .render-box--tooltips .section-expertise .tooltip {
    width: 230px;
    height: 230px;
  }
}

.section-expertise .subcategories {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  display: inline-block;
  text-align: left;
  padding: 0;
}

.section-expertise .subcategories .subcategory {
  display: inline-block;
  width: 100%;
}

.section-expertise .subcategories .subcategory a {
  position: relative;
  display: inline-block;
}

.section-expertise .subcategories .subcategory a:before {
  content: url(../img/arrow-right.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #001C58;
  left: -30px;
  position: absolute;
  top: 0px;
  border-radius: 100%;
  opacity: 0;
}

.section-expertise .subcategories .subcategory a:hover:before,
.section-expertise .subcategories .subcategory a:active:before,
.section-expertise .subcategories .subcategory a:focus:before {
  opacity: 1;
}

.section-product-grid {
  background-color: rgba(72, 76, 88, 0.1);
}

.section-product-grid .grid-products {
  display: block;
}

.section-product-grid .grid-products .grid-cell {
  background-color: #ffffff;
}

.section-product-grid .grid-products .grid-cell a {
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.section-product-grid .grid-products .grid-cell-text {
  width: 100%;
}

.section-product-grid .grid-products .grid-cell-text .button {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}

.section-product-grid .grid-products .grid-cell-text .button:before {
  display: block;
  width: 40px;
  border-top: 1px solid #001C58;
  content: "";
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .section-product-grid .grid-products {
    /* autoprefixer: ignore next */
    display: -ms-grid;
    display: grid;
    /* autoprefixer: ignore next */
    -ms-grid-columns: calc(50% - $pad) 36px calc(50% - $pad);
    grid-template-columns: 1fr 1fr;
    /* autoprefixer: ignore next */
    -ms-grid-rows: auto 36px auto 36px auto 36px auto;
    grid-template-rows: 1fr 1fr 1fr auto;
    grid-template-areas: "a b""c d""e .""f f";
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .section-product-grid .grid-products .grid-cell-1 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 1;
    /* autoprefixer: ignore next */
    -ms-grid-column: 1;
    grid-area: a;
  }

  .section-product-grid .grid-products .grid-cell-2 {
    /* autoprefixer: ignore next */
    -ms-grid-column: 3;
    /* autoprefixer: ignore next */
    -ms-grid-row: 1;
    grid-area: b;
  }

  .section-product-grid .grid-products .grid-cell-3 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 3;
    /* autoprefixer: ignore next */
    -ms-grid-column: 1;
    grid-area: c;
  }

  .section-product-grid .grid-products .grid-cell-4 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 3;
    /* autoprefixer: ignore next */
    -ms-grid-column: 3;
    grid-area: d;
  }

  .section-product-grid .grid-products .grid-cell-5 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 5;
    /* autoprefixer: ignore next */
    -ms-grid-column: 1;
    grid-area: e;
  }

  .section-product-grid .grid-products .grid-footer {
    /* autoprefixer: ignore next */
    -ms-grid-row: 7;
    /* autoprefixer: ignore next */
    -ms-grid-column: 1;
    /* autoprefixer: ignore next */
    -ms-grid-column-span: 3;
    grid-area: f;
  }
}

@media screen and (min-width: 1200px) {
  .section-product-grid .grid-products {
    /* autoprefixer: ignore next */
    -ms-grid-columns: calc(25% - $pad) 36px calc(25% - $pad) 36px calc(25% - $pad) 36px calc(25% - $pad);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* autoprefixer: ignore next */
    -ms-grid-rows: auto 36px auto 36px auto 36px auto;
    grid-template-rows: 1fr 1fr 1fr auto;
    grid-template-areas: "a b c c""d d c c""d d e .""f f f f";
  }

  .section-product-grid .grid-products .grid-cell-1 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 1;
    /* autoprefixer: ignore next */
    -ms-grid-column: 1;
  }

  .section-product-grid .grid-products .grid-cell-2 {
    /* autoprefixer: ignore next */
    -ms-grid-column: 3;
    /* autoprefixer: ignore next */
    -ms-grid-row: 1;
  }

  .section-product-grid .grid-products .grid-cell-3 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 1;
    /* autoprefixer: ignore next */
    -ms-grid-column: 5;
    /* autoprefixer: ignore next */
    -ms-grid-column-span: 3;
    /* autoprefixer: ignore next */
    -ms-grid-row-span: 3;
  }

  .section-product-grid .grid-products .grid-cell-4 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 3;
    /* autoprefixer: ignore next */
    -ms-grid-column: 1;
    /* autoprefixer: ignore next */
    -ms-grid-column-span: 3;
    /* autoprefixer: ignore next */
    -ms-grid-row-span: 3;
  }

  .section-product-grid .grid-products .grid-cell-5 {
    /* autoprefixer: ignore next */
    -ms-grid-row: 5;
    /* autoprefixer: ignore next */
    -ms-grid-column: 5;
  }

  .section-product-grid .grid-products .grid-footer {
    /* autoprefixer: ignore next */
    -ms-grid-row: 7;
    /* autoprefixer: ignore next */
    -ms-grid-column: 1;
    /* autoprefixer: ignore next */
    -ms-grid-column-span: 7;
  }
}

.front-page .site-header {
  -webkit-animation-name: menuFrontpage;
  animation-name: menuFrontpage;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.render-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.render-box .render-box--image {
  position: relative;
  border: 1px solid #001C58;
}

.render-box .render-box--image img {
  width: 100%;
  height: auto;
}

.render-box .render-box--tooltips {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.render-box .render-box--tooltips .tooltip {
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  background-color: #ffffff;
  color: #001C58;
  border: 2px solid #001C58;
}

.render-box .render-box--tooltips .tooltip svg {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 320ms;
  transition: -webkit-transform 320ms;
  transition: transform 320ms;
  transition: transform 320ms, -webkit-transform 320ms;
}

.render-box .render-box--tooltips .tooltip .legend {
  display: none;
}

.render-box .render-box--tooltips .tooltip.active svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.render-box .render-box--tooltips .tooltip.active .legend {
  display: block;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #001C58;
  color: #ffffff;
  min-width: 110px;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 10px;
  position: relative;
  margin-left: -17%;
  z-index: 100;
}

.render-box .render-box--tooltips .tooltip.active .legend:after,
.render-box .render-box--tooltips .tooltip.active .legend:before {
  bottom: 100%;
  left: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.render-box .render-box--tooltips .tooltip.active .legend:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #001C58;
  border-width: 10px;
  margin-left: -10px;
}

.render-box .render-box--tooltips .tooltip.active .legend:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #transparent;
  border-width: 16px;
  margin-left: -16px;
}

.tns-controls {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #ffffff;
}

.tns-controls.slider-nav {
  margin: 0;
  padding: 18px 0 18px 0;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .tns-controls.slider-nav {
    margin: 0 -18px;
  }
}

.tns-controls.slider-nav .slider-item {
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-bottom: 2px solid transparent;
  text-align: center;
}

.tns-controls.slider-nav .slider-item.tns-nav-active .slider-link {
  border-bottom: 2px solid #4FBA65;
}

.tns-controls.slider-nav .slider-item .slider-link {
  text-align: center;
}

.tns-controls.slider-nav .slider-item .slider-index {
  display: none;
}

@media screen and (max-width: 576px) {
  .tns-controls.slider-nav .slider-item .slider-index {
    display: inline;
    font-weight: normal;
    color: #bbbbbb;
  }
}

.tns-item.hidden {
  display: none;
}

.tns-item .container {
  padding-bottom: 36px;
}

.slider-nav-wrapper {
  position: relative;
  border-bottom: 1px solid #bbbbbb;
}

.slider-nav-wrapper:after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 36px);
  top: calc(100% - 10px);
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

.tns-nav-controls {
  position: relative;
  width: 100%;
  z-index: 100;
}

.tns-nav-controls .prev,
.tns-nav-controls .next {
  position: absolute;
  top: 9px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.tns-nav-controls .prev .button--svg,
.tns-nav-controls .next .button--svg {
  background-color: #001C58;
  color: #ffffff;
}

.tns-nav-controls .prev[aria-disabled="true"] .button--svg,
.tns-nav-controls .next[aria-disabled="true"] .button--svg {
  background-color: rgba(72, 76, 88, 0.1);
  border-color: #ffffff;
}

.tns-nav-controls .prev {
  left: 8px;
}

.tns-nav-controls .prev:hover .button--svg,
.tns-nav-controls .prev:active .button--svg,
.tns-nav-controls .prev:focus .button--svg {
  -webkit-animation: 520ms ease-in-out arrowLeft;
  animation: 520ms ease-in-out arrowLeft;
}

.tns-nav-controls .prev:hover[aria-disabled="true"] .button--svg,
.tns-nav-controls .prev:active[aria-disabled="true"] .button--svg,
.tns-nav-controls .prev:focus[aria-disabled="true"] .button--svg {
  -webkit-animation: none;
  animation: none;
}

@media screen and (min-width: 768px) {
  .tns-nav-controls .prev {
    left: -18px;
  }
}

.tns-nav-controls .next {
  right: 8px;
}

.tns-nav-controls .next[aria-disabled="true"] .button--svg {
  -webkit-animation: none;
  animation: none;
}

@media screen and (min-width: 768px) {
  .tns-nav-controls .next {
    right: -18px;
  }
}

.product-slide {
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .product-slide {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.menu-ekspertise {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .menu-ekspertise {
    padding: 4px 0 0 0;
  }
}

.menu-ekspertise .menu-item {
  padding: 0 18px;
}

@media screen and (min-width: 768px) {
  .menu-ekspertise .menu-item {
    padding: 18px;
  }
}

.menu-ekspertise .menu-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.menu-ekspertise .menu-link .item-text {
  display: inline-block;
  margin-left: 2px;
  border-bottom: 2px solid transparent;
}

.menu-ekspertise .menu-link:hover .item-text,
.menu-ekspertise .menu-link:focus .item-text,
.menu-ekspertise .menu-link:active .item-text,
.menu-ekspertise .menu-link.current .item-text {
  border-bottom: 2px solid #4FBA65;
}

.menu-ekspertise .menu-link .image-wrapper {
  width: 39%;
  height: auto;
  max-width: 61px;
}

@media screen and (min-width: 768px) {
  .menu-ekspertise .menu-link .image-wrapper {
    max-width: none;
  }
}

.menu-button-down {
  border-top: 1px solid #efefef;
  display: inline-block;
  width: 100%;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-button-down .svg-stroke {
  color: #001C58;
  width: 48px;
  height: 20px;
  margin: 0 auto;
  display: block;
}

.menu-button-down.open .svg-stroke {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .menu-button-down {
    display: none;
  }

  .menu-button-down .svg-stroke {
    display: none;
  }
}

.facts {
  margin: 0;
  padding: 0;
}

.fact {
  width: 100%;
  border-bottom: 1px solid #001C58;
  padding: 4px 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #001C58;
}

.fact .fact-title {
  display: inline-block;
  margin-right: 9px;
}

.product-nav-wrapper .product-nav .product-nav-item.current .product-nav-link:before,
.product-nav-wrapper .product-nav .product-nav-link:hover:before,
.product-nav-wrapper .product-nav .product-nav-link:active:before,
.product-nav-wrapper .product-nav .product-nav-link:focus:before {
  background-color: #001C58;
}

.product-nav-wrapper .product-nav .product-nav-item.current .product-nav-link:after,
.product-nav-wrapper .product-nav .product-nav-link:hover:after,
.product-nav-wrapper .product-nav .product-nav-link:active:after,
.product-nav-wrapper .product-nav .product-nav-link:focus:after {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  content: url(../img/arrow-right-dark.svg);
}

@media screen and (min-width: 576px) {

  .product-nav-wrapper .product-nav .product-nav-item.current .product-nav-link:before,
  .product-nav-wrapper .product-nav .product-nav-link:hover:before,
  .product-nav-wrapper .product-nav .product-nav-link:active:before,
  .product-nav-wrapper .product-nav .product-nav-link:focus:before {
    background-color: transparent;
  }

  .product-nav-wrapper .product-nav .product-nav-item.current .product-nav-link:after,
  .product-nav-wrapper .product-nav .product-nav-link:hover:after,
  .product-nav-wrapper .product-nav .product-nav-link:active:after,
  .product-nav-wrapper .product-nav .product-nav-link:focus:after {
    border: 2px solid #001C58;
    background-color: #001C58;
    content: url(../img/arrow-right.svg);
  }
}

@media screen and (min-width: 932px) {

  .product-nav-wrapper .product-nav .product-nav-item.current .product-nav-link:before,
  .product-nav-wrapper .product-nav .product-nav-link:hover:before,
  .product-nav-wrapper .product-nav .product-nav-link:active:before,
  .product-nav-wrapper .product-nav .product-nav-link:focus:before {
    background-color: #001C58;
  }

  .product-nav-wrapper .product-nav .product-nav-item.current .product-nav-link:after,
  .product-nav-wrapper .product-nav .product-nav-link:hover:after,
  .product-nav-wrapper .product-nav .product-nav-link:active:after,
  .product-nav-wrapper .product-nav .product-nav-link:focus:after {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    content: url(../img/arrow-right-dark.svg);
  }
}

.products-index {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 100px;
  min-height: 50vh;
}

.products-index .product-grid {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 932px) {
  .products-index .product-grid {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}

.product-nav-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 768px) {
  .product-nav-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 932px) {
  .product-nav-wrapper {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding: 0;
  }
}

.product-nav-wrapper .product-nav-toggle {
  position: absolute;
  top: 22px;
  right: 18px;
  font-size: 1.6;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 27px;
  height: 27px;
}

.product-nav-wrapper .product-nav-toggle.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-nav-wrapper .product-nav-toggle .button--svg {
  -webkit-animation: none;
  animation: none;
}

@media screen and (min-width: 768px) {
  .product-nav-wrapper .product-nav-toggle {
    display: none;
  }
}

.product-nav-wrapper .product-nav {
  height: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.product-nav-wrapper .product-nav.mobile-visible {
  height: auto;
  overflow: unset;
}

.product-nav-wrapper .product-nav.mobile-visible .product-nav {
  height: auto;
  overflow: unset;
}

@media screen and (min-width: 768px) {
  .product-nav-wrapper .product-nav {
    overflow: unset;
    height: auto;
  }
}

.product-nav-wrapper .product-nav .product-nav-item {
  display: inline-block;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 576px) {
  .product-nav-wrapper .product-nav .product-nav-item {
    width: 49%;
  }
}

@media screen and (min-width: 932px) {
  .product-nav-wrapper .product-nav .product-nav-item {
    width: 100%;
  }
}

.product-nav-wrapper .product-nav .product-nav-link {
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: relative;
  padding-left: 32px;
  display: inline-block;
  width: auto;
  padding: 14px 14px 14px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.product-nav-wrapper .product-nav .product-nav-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  background-color: transparent;
  bottom: 0;
  top: 0;
  left: -100px;
  width: 140px;
}

.product-nav-wrapper .product-nav .product-nav-link:after {
  content: url(../img/arrow-right-dark.svg);
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: 1px solid #001C58;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}

.tease-product {
  background-color: #ffffff;
  display: block;
}

.tease-product .tease-image {
  /*padding: 18px 18px 0;*/
  padding-top: 18px;
}

.tease-product .tease-body {
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.tease-product .tease-body h3 {
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.tease-product .tease-body .tease-ingress {
  color: #000000;
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.tease-product .tease-body .button {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 6px 12px;
}

.tease-product:hover .button,
.tease-product:focus .button,
.tease-product:active .button {
  background-color: #001C58;
  color: #ffffff;
}

.tease-product:hover .button-arrow-small,
.tease-product:focus .button-arrow-small,
.tease-product:active .button-arrow-small {
  -webkit-animation: 520ms ease-in-out arrowPoint;
  animation: 520ms ease-in-out arrowPoint;
}

.product-grid--single {
  display: grid;
  grid-template-columns: calc(100% - $pad);
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "title""image""txt""tables""docs""contact";
  grid-gap: 4px;
  padding: 0;
}

.product-grid--single .area-title {
  grid-area: title;
}

.product-grid--single .area-image {
  grid-area: image;
  max-width: 608px;
}

@media (max-width: 1600px) {
  .product-grid--single .area-image {
    max-width: 497px;
  }
}

@media (max-width: 1200px) {
  .product-grid--single .area-image {
    max-width: 442px;
  }
}

@media (max-width: 991px) {
  .product-grid--single .area-image, .product-grid--single .area-image .img-slide {
    max-width: 100%;
  }
}

.product-grid--single .area-text {
  grid-area: txt;
}

/*.product-grid--single .area-tables {*/
.product-grid--single .table-cover {
  grid-area: tables;

  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-grid--single .area-docs {
  grid-area: docs;
}

.product-grid--single .area-contact {
  grid-area: contact;
}

@media screen and (min-width: 576px) {
  .product-grid--single {
    grid-gap: 18px;
  }
}

@media screen and (min-width: 932px) {
  .product-grid--single {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "title image""txt image""tables image""docs contact";
    grid-gap: 18px 36px;
    padding: 0;
  }

  .product-grid--single.no-image {
    grid-template-areas: "title image""txt image""tables contact""docs contact";
  }

  .product-grid--single.no-image .area-image {
    display: none;
  }

  .product-grid--single.no-docs {
    grid-template-areas: "title image""txt image""tables image""contact contact";
  }

  .product-grid--single.no-docs .area-docs {
    display: none;
  }

  .product-grid--single.no-image-docs {
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "title contact""txt contact""tables contact""tables contact""tables contact";
  }

  .product-grid--single.no-image-docs .area-image {
    display: none;
  }

  .product-grid--single.no-image-docs .area-docs {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .product-grid--single {
    grid-template-columns: 6.4fr 5.3fr;
  }
}

@media all and (-ms-high-contrast: none) {
  .product-grid--single {
    display: -ms-grid;
    -ms-grid-columns: calc(100% - 18px);
    -ms-grid-rows: auto auto auto auto auto;
  }

  .product-grid--single .area-title {
    -ms-grid-row: 1;
  }

  .product-grid--single .area-image {
    -ms-grid-row: 2;
  }

  .product-grid--single .area-text {
    -ms-grid-row: 3;
  }

  /*.product-grid--single .area-tables {*/
  .product-grid--single .table-cover {
    -ms-grid-row: 4;
  }

  .product-grid--single .area-docs {
    -ms-grid-row: 5;
  }

  .product-grid--single .area-contact {
    -ms-grid-row: 6;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 932px) {
  .product-grid--single {
    -ms-grid-columns: 1fr 36px 1fr;
    -ms-grid-rows: auto 18px auto 18px auto 18px auto;
  }

  .product-grid--single .area-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-grid--single .area-image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-span: 5;
  }

  .product-grid--single .area-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  /*.product-grid--single .area-tables {*/
  .product-grid--single .table-cover {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .product-grid--single .area-docs {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .product-grid--single .area-contact {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }

  .product-grid--single.no-docs .area-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-grid--single.no-docs .area-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row-span: 6;
  }

  .product-grid--single.no-docs .area-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .product-grid--single.no-docs .area-tables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .product-grid--single.no-docs .area-contact {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .product-grid--single.no-image-docs {
    -ms-grid-rows: auto 18px auto 18px auto 18px auto 18px auto;
  }

  .product-grid--single.no-image-docs .area-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product-grid--single.no-image-docs .area-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .product-grid--single.no-image-docs .area-tables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-row-span: 5;
  }

  .product-grid--single.no-image-docs .area-contact {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 7;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
  .product-grid--single {
    -ms-grid-columns: 6.4fr 36px 5.3fr;
  }
}

.product-grid--single h2 {
  font-size: 23px;
  line-height: 31px;
  font-size: 2.3rem;
  line-height: 3.1rem;
}

.section-documents {
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .section-documents {
    min-height: 420px;
  }
}

@media screen and (min-width: 932px) {
  .section-documents {
    min-height: 520px;
  }
}

@media screen and (min-width: 1200px) {
  .section-documents {
    min-height: 580px;
  }
}

.nav-documents {
  width: 100%;
  max-width: 932px;
}

.nav-documents .circle-link {
  background-color: #ffffff;
}

.nav-documents .circle-link.active .circle,
.nav-documents .circle-link.active .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .nav-documents .circle-link.active .tooltip,
.nav-documents .circle-link:active .circle,
.nav-documents .circle-link:active .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .nav-documents .circle-link:active .tooltip,
.nav-documents .circle-link:focus .circle,
.nav-documents .circle-link:focus .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .nav-documents .circle-link:focus .tooltip,
.nav-documents .circle-link:hover .circle,
.nav-documents .circle-link:hover .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .nav-documents .circle-link:hover .tooltip {
  background-color: rgba(72, 76, 88, 0.1);
}

.nav-documents .circle-link .circle,
.nav-documents .circle-link .render-box .render-box--tooltips .tooltip,
.render-box .render-box--tooltips .nav-documents .circle-link .tooltip {
  width: 100px;
  height: 100px;
  width: 30vw;
  height: 30vw;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {

  .nav-documents .circle-link .circle,
  .nav-documents .circle-link .render-box .render-box--tooltips .tooltip,
  .render-box .render-box--tooltips .nav-documents .circle-link .tooltip {
    width: 150px;
    height: 150px;
  }
}

.documents {
  margin: 0;
  padding: 0;
}

.document {
  width: 100%;
  border-bottom: 1px solid #001C58;
  padding: 6px 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #001C58;
}

.document:first-child {
  border-top: 1px solid #001C58;
}

.document .button--svg {
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
}

.document .document-link {
  display: inline-block;
  margin-right: 9px;
}

.tab-pane {
  padding-bottom: 18px;
}

.tab-pane.hidden {
  display: none;
}

.tab-pane .document:first-child {
  border-top: 0 none;
}

.search-group {
  padding: 36px 18px;
}

.search-group:first-child {
  padding-top: 0;
}

.search-group:nth-child(odd) {
  background-color: rgba(72, 76, 88, 0.1);
}

/* Overrides */
@media screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}

@media screen and (max-width: 768px) {
  .container .grid {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .container-full {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .container-full .grid {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .col-xlg-20p {
    width: 22%;
  }
}

.tns-autoplaybtn {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}

.site-logo a {
  position: relative;
}

.site-logo a .site-logo-focus {
  position: absolute;
  width: 0;
  height: 1px;
  background-color: transparent;
  display: inline-block;
  left: 0;
  bottom: -2px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0;
}

.site-logo a:active {
  outline-color: transparent;
}

.site-logo a:active .site-logo-focus {
  width: 100%;
  background-color: white;
  opacity: 1;
}

.site-logo a:focus {
  outline-color: transparent;
}

.site-logo a:focus .site-logo-focus {
  width: 100%;
  background-color: white;
  opacity: 1;
}

.block-focus {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}

.block-focus:focus {
  outline-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}



.area-image {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.area-image .prev {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 2;
}

.area-image .next {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 2;
}

.area-image .img-slide {
  padding: 0 30px;
}

.area-image .img-slide img {
  /* width: 494px;
  max-width: 100%; */

}

.slider {
  width: 40rem;
}

.slide img {
  display: block;
  width: 100%;
  height: auto;

}



.slick-initialized .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-initialized .slick-dots li {
  margin: 0 0.25rem;
}

.slick-initialized .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ecedee;
  text-indent: -9999px;
}

.slick-initialized li.slick-active button {
  background-color: #001C58;
}

@media (max-width: 767px) {
  /*.mega-menu .container-full {
    padding-left: 12px;
    padding-right: 12px;
  }*/
}

form.nav-searchbox.active .searchbox-button {
  display: none;
}

.site-header-inner .site-logo,
.site-header-inner .site-nav {
  width: 33.33%;
}

.site-header-inner .site-nav {
  order: 1;
}

.site-header-inner .site-logo {
  order: 2;
}

/*.site-header-inner .nav-searchbox {
  order: 3;
}
*/

.site-header-inner .search-link-combo {
  display: flex;
  align-items: center;
  order: 3;
  width: 33.33%;
}

.site-header-inner .search-link-combo .nav-searchbox {
  flex: 1;
}

.site-header-inner .search-link-combo .site-nav {
  width: auto;
  margin-left: 18px;
}

.site-header-inner .search-link-combo .nav-item {
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  .site-header-inner .site-logo {
    order: 1;
    width: 100%;
  }

  .site-header-inner .site-nav {
    order: 2;
    width: 50%;
  }

  .site-header-inner .search-link-combo .site-nav {
    display: none;
  }

}

@media (max-width: 767px) {

  .site-header-inner .site-nav {
    order: 2;
    /*width: 100%;*/
    flex: 1;
    position: relative;
    top: 3px;
    z-index: 1;
  }

  .site-header-inner .site-nav .nav-list {
    /*justify-content: center;*/
  }

  .site-header-inner .search-link-combo {
    order: 3;
    width: auto;
/*    margin-top: 5px;
    margin-bottom: 5px;*/

    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  /*.site-header-inner .search-link-combo .searchbox {
    justify-content: center;
  }*/

  .site-header-inner.container,
  .site-header-inner.container-full {
    height: 100px;
    position: relative;
  }

}

@media (min-width: 992px) {
  .site-header-inner .site-nav .contact-menu {
    display: none !important;
  }
}


.slider-container .slick-slide {
    outline: none
}

.slick-dots-holder .slick-dots button {
  height: 12px !important;
  width: 12px !important;
}

/*slick*/
.slick-dots-holder .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 3em 0 0;
  list-style-type: none;

  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots-holder .slick-dots li {
  margin: 0 0.50rem;
  border-radius: 100%;
  outline: none;
}

.slick-dots-holder .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ecedee;
  text-indent: -9999px;
  outline: none;
}

.slick-dots-holder li.slick-active button {
  background-color: #001C58;
}

@media (max-width: 767px) {
  .slick-dots-holder .slick-dots li {
    margin-bottom: 15px;
  }

  .nav-searchbox {
    position: relative;
  }

  .nav-searchbox .searchbox-submit {
    position: absolute;
  }

  .nav-searchbox.active .searchbox-submit {
    position: relative;
  }

  .searchbox.active .searchbox-input {
    width: calc(100% - 38px);
  }
}

@media (max-width: 320px) {
  .site-header-inner .site-nav .nav-list .nav-item a {
    font-size: 12px;
  }

}

.menu-group h2 {
  margin-bottom: 30px !important;
}


@media (max-width: 767px) {
  .menu-group h2 {
    margin-bottom: 0 !important;
  }
}
