﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:300,400,400i,600,700&display=swap");
/*------------------------------------*/
/*  #MEDIA-QUERIES
/*------------------------------------*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

.color--hansaborg {
    color: #8B7332;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Box sizing
   ========================================================================== */
* {
  box-sizing: border-box; }

.svg-icon-chevron-down-camo-green {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: 0 0;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-down-cod-grey {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -9px -14px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-down-dirty-brown {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -18px -28px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-down-white {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -27px -42px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-right-camo-green {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -36px -56px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-right-cod-grey {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -45px -70px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-right-dirty-brown {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -54px -84px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-right-white {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -63px -98px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-up-camo-green {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -72px -112px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-up-cod-grey {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -81px -126px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-up-dirty-brown {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -90px -140px;
  width: 9px;
  height: 14px; }

.svg-icon-chevron-up-white {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -99px -154px;
  width: 9px;
  height: 14px; }

.svg-icon-close-black {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -108px -168px;
  width: 32px;
  height: 32px; }

.svg-icon-contact {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -140px -200px;
  width: 17px;
  height: 17px; }

.svg-icon-e-mail {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -157px -217px;
  width: 17px;
  height: 17px; }

.svg-icon-external-link-black {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -174px -234px;
  width: 14px;
  height: 14px; }

.svg-icon-external-link-camo-green {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -188px -248px;
  width: 14px;
  height: 14px; }

.svg-icon-external-link-dirty-brown {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -202px -262px;
  width: 14px;
  height: 14px; }

.svg-icon-facebook {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -216px -276px;
  width: 42px;
  height: 42px; }

.svg-icon-hamburger {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -258px -318px;
  width: 27px;
  height: 20px; }

.svg-icon-hamburger-active {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -285px -338px;
  width: 30px;
  height: 21px; }

.svg-icon-instagram {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -315px -359px;
  width: 42px;
  height: 42px; }

.svg-icon-linkedin {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -357px -401px;
  width: 42px;
  height: 42px; }

.svg-icon-map {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -399px -443px;
  width: 17px;
  height: 17px; }

.svg-icon-newsletter {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -416px -460px;
  width: 23px;
  height: 20px; }

.svg-icon-phone {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -439px -480px;
  width: 17px;
  height: 17px; }

.svg-icon-pie-0 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -456px -497px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-1 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -478px -519px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-2 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -500px -541px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-3 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -522px -563px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-4 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -544px -585px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-5 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -566px -607px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-6 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -588px -629px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-7 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -610px -651px;
  width: 22px;
  height: 22px; }

.svg-icon-pie-8 {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -632px -673px;
  width: 22px;
  height: 22px; }

.svg-icon-search-circle-lg {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -654px -695px;
  width: 32px;
  height: 32px; }

.svg-icon-search-circle-md {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -686px -727px;
  width: 42px;
  height: 42px; }

.svg-icon-search-lg {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -728px -769px;
  width: 31px;
  height: 31px; }

.svg-icon-select {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -759px -800px;
  width: 19px;
  height: 19px; }

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
form {
  margin-bottom: 24px; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

label {
  display: block;
  margin-bottom: 4px; }

input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="number"],
select,
textarea {
  font-size: 16px;
  line-height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #404040;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 24px;
  padding: 8px 24px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #575757;
    font-family: "Open Sans", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input[type="text"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #575757;
    font-family: "Open Sans", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input[type="text"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #575757;
    font-family: "Open Sans", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input[type="text"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #575757;
    font-family: "Open Sans", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 1024px) {
    input[type="text"],
    input[type="search"],
    input[type="url"],
    input[type="email"],
    input[type="number"],
    select,
    textarea {
      font-size: 18px;
      line-height: 26px; } }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */ }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

select {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  cursor: pointer; }

html {
  background-color: #ffffff; }

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
figure {
  margin: 0; }

svg,
img {
  max-width: 100%; }

.link[href^="http"]::after {
  background: url("../images/sprite.svg?v=1566904721516") no-repeat;
  background-size: 778px 819px;
  background-position: -202px -262px;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-left: 4px; }

.link--large {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

.rte ul {
    list-style: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0 0 0 40px;
}

/*------------------------------------*/
/* #TYPOGRAPHY
/*------------------------------------*/
/**
 * Base styling of typographic elements
 */
body {
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 18px;
      line-height: 26px; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading,
.h5-heading {
  font-family: "Lora", serif;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 48px; }

h1,
.h1-heading {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    h1,
    .h1-heading {
      font-size: 36px;
      line-height: 40px; } }

h2,
.h2-heading {
  font-size: 25px;
  line-height: 34px; }
  @media screen and (min-width: 1024px) {
    h2,
    .h2-heading {
      font-size: 32px;
      line-height: 34px; } }

h3,
.h3-heading {
  font-size: 22px;
  line-height: 30px; }
  @media screen and (min-width: 1024px) {
    h3,
    .h3-heading {
      font-size: 28px;
      line-height: 30px; } }

h4,
.h4-heading {
  font-size: 22px;
  line-height: 26px; }
  @media screen and (min-width: 1024px) {
    h4,
    .h4-heading {
      font-size: 24px;
      line-height: 26px; } }

h5,
.h5-heading {
  font-size: 18px;
  line-height: 24px; }

p {
  max-width: 750px;
  margin-bottom: 24px;
  margin-top: 0; }

strong {
  font-weight: 600; }

a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: #786a33;
          text-decoration-color: #786a33;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }
  a:focus, a:hover {
    color: #554b25;
    -webkit-text-decoration-color: #554b25;
            text-decoration-color: #554b25; }

hr {
  background-color: #979797;
  border: none;
  height: 1px;
  margin: 48px 0;
  width: 100%; }

@media screen and (min-width: 1024px) {
  .l-2-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.l-2-col__narrow-column {
  -webkit-flex: 0 0 17.08333%;
      -ms-flex: 0 0 17.08333%;
          flex: 0 0 17.08333%; }
  @media screen and (min-width: 1024px) {
    .l-2-col__narrow-column {
      max-width: 17.08333%;
      padding-right: 32px; } }

.l-2-col__wide-column {
  -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%; }
  @media screen and (min-width: 1024px) {
    .l-2-col__wide-column {
      max-width: 62.5%; } }

.l-container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  max-width: 1232px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .l-container {
      padding-left: 16px;
      padding-right: 16px; } }
  .l-container__main-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px; }

.l-site {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .l-site__content {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.l-sticky {
  overflow: visible; }
  @media screen and (min-width: 768px) {
    .l-sticky__child {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1; } }

.main {
  margin-top: 180px; }
  @media screen and (max-width: 767px) {
    .main {
      margin-top: 157px; } }

.teaser-image-grid {
  margin-bottom: 60px; }
  .teaser-image-grid__item {
    margin-bottom: 48px; }
  @media screen and (max-width: 767px) {
    .teaser-image-grid {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) {
    .teaser-image-grid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px; }
      .teaser-image-grid__item {
        margin-bottom: 40px;
        width: calc( 50% - 20px); } }
  @media screen and (min-width: 1024px) {
    .teaser-image-grid__item {
      width: calc( 25% - 30px); } }

.article-footer {
  border-top: 1px solid #979797;
  margin-top: 28px;
  padding-top: 6px; }
  .article-footer__metadata {
    margin-right: 48px; }

.article-header__image {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 768px) {
    .article-header__image {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (min-width: 1024px) {
    .article-header__image {
      margin-left: 0;
      margin-right: 0; } }

.article-header__lead {
  margin-bottom: 32px; }

.breadcrumbs {
  margin-top: 8px;
  font-size: 16px;
  position: relative;
  top: 77px; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      top: 100px; } }
  .breadcrumbs__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .breadcrumbs__item {
    display: none;
    color: #000000; }
    .breadcrumbs__item > span {
      color: #575757; }
    .breadcrumbs__item:last-child > span {
      font-weight: 300;
      color: #000000; }
    .breadcrumbs__item:last-child::after {
      content: none; }
    .breadcrumbs__item > a {
      font-weight: 700;
      text-decoration: none; }
      .breadcrumbs__item > a:focus, .breadcrumbs__item > a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .breadcrumbs__item:first-child {
        display: block; }
        .breadcrumbs__item:first-child::before {
          content: '';
          background: url("../images/sprite.svg?v=1566904721516") no-repeat;
          background-size: 778px 819px;
          background-position: -54px -84px;
          width: 9px;
          height: 14px;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          display: inline-block;
          margin-right: 8px;
          vertical-align: middle; } }
    @media screen and (min-width: 768px) {
      .breadcrumbs__item {
        display: block; }
        .breadcrumbs__item::after {
          content: '';
          background: url("../images/sprite.svg?v=1566904721516") no-repeat;
          background-size: 778px 819px;
          background-position: -54px -84px;
          width: 9px;
          height: 14px;
          display: inline-block;
          margin: 0 8px;
          vertical-align: middle; }
        .breadcrumbs__item::before {
          display: none; } }

.button-header {
  text-decoration: none;
  position: relative; }
  .button-header--hamburger .button-header__icon {
    background: url("../images/sprite.svg?v=1566904721516") no-repeat;
    background-size: 778px 819px;
    background-position: -258px -318px;
    width: 27px;
    height: 20px; }
  .button-header--search .button-header__icon {
    background: url("../images/sprite.svg?v=1566904721516") no-repeat;
    background-size: 778px 819px;
    background-position: -654px -695px;
    width: 32px;
    height: 32px; }
  .button-header__label {
    text-decoration: none;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 4px;
    display: none; }
  .button-header__icon {
    display: inline-block;
    vertical-align: middle; }
  .button-header.active .button-header__icon {
    background: url("../images/sprite.svg?v=1566904721516") no-repeat;
    background-size: 778px 819px;
    background-position: -108px -168px;
    width: 32px;
    height: 32px; }
  .button-header.active .button-header__label {
    display: inline; }
  .button-header.active.button-header--search::after {
    content: '';
    position: absolute;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 21px solid #c5b67b;
    top: 44px;
    right: -5px; }
    @media screen and (max-width: 767px) {
      .button-header.active.button-header--search::after {
        top: 35px; } }

.button, [type="submit"] {
  padding: 8px 16px;
  background-color: #c5b67b;
  border-radius: 2px;
  color: #000000;
  transition: all 50ms;
  transition-timing-function: ease; }
  .button::after, [type="submit"]::after {
    background: url("../images/sprite.svg?v=1566904721516") no-repeat;
    background-size: 778px 819px;
    background-position: -45px -70px;
    width: 9px;
    height: 14px;
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 8px;
    transition: all 50ms;
    transition-timing-function: ease;
    margin-bottom: -2px; }
  .button:focus, :focus[type="submit"], .button:hover, :hover[type="submit"] {
    background-color: #554b25;
    color: #ffffff; }
    .button:focus::after, [type="submit"]:focus::after, .button:hover::after, [type="submit"]:hover::after {
      -webkit-filter: invert(1);
              filter: invert(1); }
  .button__alt-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.centered-text {
  margin: 0 auto;
  max-width: 620px;
  text-align: center; }
  .centered-text__heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 8px; }
    @media screen and (min-width: 768px) {
      .centered-text__heading {
        font-size: 32px;
        line-height: 34px; } }

.collapsible {
  display: none; }
  .collapsible.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.emphasized-link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }
  .emphasized-link::after {
    background: url("../images/sprite.svg?v=1566904721516") no-repeat;
    background-size: 778px 819px;
    background-position: -54px -84px;
    width: 9px;
    height: 14px;
    content: "";
    display: inline-block;
    margin: 0 8px; }
  .emphasized-link--reverse {
    display: inline-block;
    padding-left: 16px;
    position: relative; }
    .emphasized-link--reverse::after {
      content: none; }
    .emphasized-link--reverse::before {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -54px -84px;
      width: 9px;
      height: 14px;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      top: 7px; }
  .emphasized-link--toggle::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: 100ms ease; }
  .emphasized-link--toggle.active::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.emphasized-list {
  margin-bottom: 24px; }
  .emphasized-list li {
    position: relative;
    padding-left: 16px; }
    .emphasized-list li::before {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -54px -84px;
      width: 9px;
      height: 14px;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      top: 5px; }

.feature-box {
  margin-bottom: 48px; }
  @media screen and (min-width: 768px) {
    .feature-box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px) {
    .feature-box__image-container {
      margin-bottom: 0; }
      .feature-box__image-container .image {
        margin-bottom: 0; } }
  .feature-box__text-container {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 768px) {
      .feature-box__text-container {
        padding-left: 40px;
        padding-top: 40px; } }
  .feature-box__headline {
    margin-bottom: 8px; }
  .feature-box__link {
    display: inline-block;
    margin-bottom: 28px; }
    @media screen and (min-width: 768px) {
      .feature-box__link {
        margin-bottom: 48px; } }
  .feature-box--dark-frontpage {
    background-color: #000000;
    color: #ffffff;
    margin-bottom: 60px; }
    .feature-box--dark-frontpage a {
      color: #ffffff;
      text-decoration: none;
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff; }
      .feature-box--dark-frontpage a:focus, .feature-box--dark-frontpage a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .feature-box--dark-frontpage {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 768px) {
      .feature-box--dark-frontpage {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .feature-box--dark-frontpage {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 1024px) {
      .feature-box--dark-frontpage .feature-box__image-container {
        -webkit-flex: 0 0 calc( 50% - 20px);
            -ms-flex: 0 0 calc( 50% - 20px);
                flex: 0 0 calc( 50% - 20px); } }
    .feature-box--dark-frontpage .feature-box__headline {
      font-size: 25px;
      line-height: 34px; }
      @media screen and (min-width: 1024px) {
        .feature-box--dark-frontpage .feature-box__headline {
          font-size: 32px;
          line-height: 34px; } }
    .feature-box--dark-frontpage .feature-box__link.emphasized-link::after {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -63px -98px;
      width: 9px;
      height: 14px; }
  .feature-box--light-collaborator {
    background-color: #F6F3E4;
    margin-top: 48px; }
    @media screen and (min-width: 768px) {
      .feature-box--light-collaborator .feature-box__image-container {
        -webkit-flex: 0 0 300px;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px; }
        .feature-box--light-collaborator .feature-box__image-container .image {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 0;
          padding-bottom: 100%; }
          .feature-box--light-collaborator .feature-box__image-container .image img,
          .feature-box--light-collaborator .feature-box__image-container .image iframe,
          .feature-box--light-collaborator .feature-box__image-container .image video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            object-fit: cover;
            min-height: 100%;
            width: 100%; }
          .feature-box--light-collaborator .feature-box__image-container .image iframe {
            object-fit: fill;
            width: 100%;
            height: 100%; } }
    .feature-box--light-collaborator .feature-box__headline {
      font-size: 22px;
      line-height: 30px; }
      @media screen and (min-width: 1024px) {
        .feature-box--light-collaborator .feature-box__headline {
          font-size: 28px;
          line-height: 30px; } }
  .feature-box--light-contact {
    background-color: #F6F3E4;
    margin-top: 48px; }
    @media screen and (min-width: 768px) {
      .feature-box--light-contact {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 768px) {
      .feature-box--light-contact .feature-box__image-container {
        -webkit-flex: 0 0 176px;
            -ms-flex: 0 0 176px;
                flex: 0 0 176px;
        margin-bottom: 0; }
        .feature-box--light-contact .feature-box__image-container .image {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          margin-bottom: 0; }
          .feature-box--light-contact .feature-box__image-container .image img,
          .feature-box--light-contact .feature-box__image-container .image iframe,
          .feature-box--light-contact .feature-box__image-container .image video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            object-fit: cover;
            min-height: 100%;
            width: 100%; }
          .feature-box--light-contact .feature-box__image-container .image iframe {
            object-fit: fill;
            width: 100%;
            height: 100%; } }
    .feature-box--light-contact .feature-box__text-container {
      padding-bottom: 4px; }
      @media screen and (min-width: 768px) {
        .feature-box--light-contact .feature-box__text-container {
          padding-top: 24px; } }
    .feature-box--light-contact .feature-box__headline {
      font-size: 22px;
      line-height: 30px; }
      @media screen and (min-width: 1024px) {
        .feature-box--light-contact .feature-box__headline {
          font-size: 28px;
          line-height: 30px; } }

.footer {
  margin-top: 80px;
  /*
    Bildelenkerad med lys bakgrunn
  */
  /*
    Lenkerad med mørk bakgrunn
  */ }
  .footer__brand-icons-row {
    background-color: #F6F3E4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__logos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 48px 0; }
  .footer__logo {
    width: 101px;
    height: 101px;
    margin: 0 8px; }
    @media screen and (min-width: 768px) {
      .footer__logo {
        width: 90px;
        height: 90px;
        margin: 0 20px; } }
    @media screen and (min-width: 1024px) {
      .footer__logo {
        margin: 0; } }
  .footer__logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .footer__logo-label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .footer__contact-row {
    background-color: #1e1e1e;
    min-height: 180px;
    padding-bottom: 48px; }
  .footer__segments {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer__segment {
    margin-top: 48px;
    min-width: 200px; }
  .footer__segment-heading {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 16px; }
  .footer__segment-item {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 400;
    margin: 0 8px 0 0; }
    @media screen and (min-width: 1024px) {
      .footer__segment-item {
        font-size: 18px;
        line-height: 26px; } }
    .footer__segment-item > a {
      color: #ffffff;
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff;
      font-weight: 400; }
    .footer__segment-item::before {
      content: '';
      display: inline-block;
      margin-right: 8px;
      vertical-align: middle; }
    .footer__segment-item--phone::before {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -439px -480px;
      width: 17px;
      height: 17px; }
    .footer__segment-item--email::before {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -157px -217px;
      width: 17px;
      height: 17px; }
    .footer__segment-item--map::before {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -399px -443px;
      width: 17px;
      height: 17px; }
    .footer__segment-item--contact::before {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -140px -200px;
      width: 17px;
      height: 17px; }
    .footer__segment-item--newsletter::before {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -416px -460px;
      width: 23px;
      height: 20px; }
  .footer__social {
    margin-top: 48px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 174px; }
    @media screen and (min-width: 768px) {
      .footer__social {
        margin-left: auto; } }
    @media screen and (min-width: 1024px) {
      .footer__social {
        margin-left: 0; } }
  .footer__social-item {
    display: inline-block; }
    .footer__social-item--linkedin {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -357px -401px;
      width: 42px;
      height: 42px;
      margin-right: 20px; }
    .footer__social-item--instagram {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -315px -359px;
      width: 42px;
      height: 42px;
      margin-right: 20px; }
    .footer__social-item--facebook {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -216px -276px;
      width: 42px;
      height: 42px;
      margin-right: -2px; }

.header-menu {
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .header-menu {
      padding-left: 125px;
      padding-right: 60px;
      max-width: 1142px;
      margin-bottom: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .header-menu.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-menu.active .header-menu__section:hover {
      background-color: #404040; }
  .header-menu__section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .header-menu__section {
        margin: 0;
        -webkit-flex-basis: 179px;
            -ms-flex-preferred-size: 179px;
                flex-basis: 179px;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-height: 100px;
        padding-top: 35px; } }
    @media screen and (min-width: 1024px) {
      .header-menu__section > ul {
        margin-bottom: 24px; } }
  .header-menu__heading {
    display: block;
    padding: 16px 24px;
    color: #ffffff;
    font-size: 20px;
    -webkit-text-decoration-color: #ffffff;
            text-decoration-color: #ffffff;
    text-decoration: none;
    font-weight: 400; }
    .header-menu__heading:active, .header-menu__heading:focus {
      text-decoration: none;
      color: #ffffff; }
    .header-menu__heading:hover {
      text-decoration: underline;
      color: #ffffff; }
    @media screen and (min-width: 1024px) {
      .header-menu__heading {
        padding: 0 0 16px 24px; } }
  .header-menu__sub-heading {
    font-size: 16px;
    padding: 8px 8px 8px 24px;
    display: block;
    color: #ffffff;
    -webkit-text-decoration-color: #ffffff;
            text-decoration-color: #ffffff;
    text-decoration: none;
    font-weight: 400; }
    .header-menu__sub-heading:active, .header-menu__sub-heading:focus {
      text-decoration: none;
      color: #ffffff; }
    .header-menu__sub-heading:hover {
      text-decoration: none;
      color: #000000;
      background-color: #c5b67b; }
      .header-menu__sub-heading:hover::after {
        opacity: 1; }
    .header-menu__sub-heading.active {
      text-decoration: underline; }
    .header-menu__sub-heading::after {
      content: '';
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -45px -70px;
      width: 9px;
      height: 14px;
      opacity: 0;
      margin-left: 8px;
      margin-top: 7px;
      position: absolute; }
    .header-menu__sub-heading[data-toggle-menu]::after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .header-menu__sub-heading--inner {
      font-weight: 300;
      padding: 8px 8px 8px 36px; }
      .header-menu__sub-heading--inner:hover {
        font-weight: 400; }
  .header-menu__sub-level {
    display: none; }
    .header-menu__sub-level.active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

.header {
  position: fixed;
  background-color: #1e1e1e;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2; }
  .header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .header__inner {
        height: 100px; } }
    @media screen and (max-width: 767px) {
      .header__inner {
        height: 77px; } }
  .header__logo {
    width: 100px;
    display: inline-block;
    z-index: 1; }
  .header__menu {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .header__menu {
        position: absolute;
        min-height: 100px;
        top: 0;
        background-color: #1e1e1e;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .header__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__button--toggle-search {
    margin-right: 24px; }
    @media screen and (min-width: 1024px) {
      .header__button--toggle-search {
        margin-right: 0;
        z-index: 1; } }
  @media screen and (min-width: 1024px) {
    .header__button--toggle-menu {
      display: none; } }
  .header__search {
    display: none;
    width: 100%;
    background-color: #c5b67b; }
    .header__search.active {
      display: block; }
  .header__search-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    width: 100%;
    height: 100px; }
    .header__search-form .input-label--hidden {
      display: none; }
    .header__search-form > input {
      font-size: 22px;
      line-height: 26px;
      background-color: #c5b67b;
      color: #000000;
      border: none;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 24px 0 0;
      border-radius: 0;
      border-bottom: 1px solid rgba(85, 75, 37, 0.8);
      padding: 8px 0; }
      .header__search-form > input::-webkit-input-placeholder {
        color: #000000;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: normal;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .header__search-form > input:-moz-placeholder {
        color: #000000;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: normal;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .header__search-form > input::-moz-placeholder {
        color: #000000;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: normal;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .header__search-form > input:-ms-input-placeholder {
        color: #000000;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: normal;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      @media screen and (min-width: 1024px) {
        .header__search-form > input {
          font-size: 24px;
          line-height: 26px; } }
  .header__search-form-button {
    background: url("../images/sprite.svg?v=1566904721516") no-repeat;
    background-size: 778px 819px;
    background-position: -728px -769px;
    width: 31px;
    height: 31px; }

/*------------------------------------*/
/* #IMAGE
/*------------------------------------*/
/**
 * Styles for images with different aspect ratios, captions, and/or decorations.
 */
.image {
  margin-bottom: 24px; }
  .image__content-wrapper {
    overflow: hidden; }
  .image__img,
  .image img {
    display: block;
    width: 100%; }
  .image__caption {
    margin-top: 24px; }
  .image--square .image__content-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
    .image--square .image__content-wrapper img,
    .image--square .image__content-wrapper iframe,
    .image--square .image__content-wrapper video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      object-fit: cover;
      height: 100%;
      max-width: none;
      min-width: 100%;
      width: auto; }
    .image--square .image__content-wrapper iframe {
      object-fit: fill;
      width: 100%;
      height: 100%; }
  .image--hero {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 48px;
    margin-top: -80px;
    max-height: 500px;
    min-height: 260px;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 768px) {
      .image--hero {
        margin-bottom: 60px; } }
    .image--hero .image__content-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-bottom: 81.25%; }
      .image--hero .image__content-wrapper img,
      .image--hero .image__content-wrapper iframe,
      .image--hero .image__content-wrapper video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        object-fit: cover;
        height: 100%;
        max-width: none;
        min-width: 100%;
        width: auto; }
      .image--hero .image__content-wrapper iframe {
        object-fit: fill;
        width: 100%;
        height: 100%; }
      @media screen and (min-width: 768px) {
        .image--hero .image__content-wrapper {
          height: 500px;
          padding: 0; } }
      .image--hero .image__content-wrapper::after {
        background-color: #000000;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: .25;
        position: absolute;
        top: 0;
        width: 100%; }
    .image--hero .image__caption {
      font-size: 28px;
      line-height: 36px;
      color: #ffffff;
      display: block;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      font-family: "Lora", serif;
      font-weight: 700;
      margin: 0;
      max-width: 470px;
      position: absolute;
      text-align: center;
      width: 90%; }
      @media screen and (min-width: 1024px) {
        .image--hero .image__caption {
          font-size: 36px;
          line-height: 40px; } }
      @media screen and (min-width: 768px) {
        .image--hero .image__caption {
          font-size: 36px;
          line-height: 50px;
          margin-top: -56px;
          max-width: 600px; } }

.lead {
  font-size: 20px;
  line-height: 30px; }
  @media screen and (min-width: 1024px) {
    .lead {
      font-size: 22px;
      line-height: 32px; } }

/*------------------------------------*/
/* #LIST
/*------------------------------------*/
/**
 * Definition of various list styles
 */
.list, .rich-text ul:not([class]), .rich-text ol:not([class]) {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 24px; }
  .list--ul, .list--ol ul, .rich-text ol:not([class]) ul, .rich-text ul:not([class]) {
    padding-left: 24px; }
    .list--ul li, .list--ol ul li, .rich-text ol:not([class]) ul li, .rich-text ul:not([class]) li {
      list-style: disc; }
  .list--ol, .rich-text ol:not([class]) {
    counter-reset: list-counter; }
    .list--ol li, .rich-text ol:not([class]) li {
      padding-left: 24px; }
      .list--ol li::before, .rich-text ol:not([class]) li::before {
        content: counter(list-counter) ".";
        counter-increment: list-counter;
        left: 0;
        position: absolute; }
    .list--ol ul, .rich-text ol:not([class]) ul {
      /**
        *  1. Use a bogus counter so that the list items don't affect the parent's
        *     ordered list items.
        */
      /* 1 */ }
      .list--ol ul li::before, .rich-text ol:not([class]) ul li::before {
        counter-increment: non-counter; }
    .list--ol ol, .rich-text ol:not([class]) ol {
      counter-reset: child-counter; }
      .list--ol ol li::before, .rich-text ol:not([class]) ol li::before {
        content: counter(child-counter) ".";
        counter-increment: child-counter; }

.logo__image {
  width: 100px; }

.metadata {
  font-size: 12px;
  line-height: 20px;
  color: #575757;
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .metadata {
      font-size: 14px;
      line-height: 20px; } }

.page-title__heading {
  font-size: 25px;
  line-height: 34px; }
  @media screen and (min-width: 1024px) {
    .page-title__heading {
      font-size: 32px;
      line-height: 34px; } }

.product-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 768px) {
    .product-grid {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (min-width: 1024px) {
    .product-grid {
      margin-left: 0;
      margin-right: -230px; } }

.product {
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .product {
      -webkit-flex-basis: 210px;
          -ms-flex-preferred-size: 210px;
              flex-basis: 210px; } }
.product__inner {
    width: 168px;
    height: 312px;
    padding-top: 24px;
    border: 5px solid #FFFFFF; }
    .product__inner:hover {
      cursor: pointer; }
      .product__inner:hover .product__caption {
        font-weight: 600; }
    .product__inner.active {
        border: 5px solid #F6F3E4; }
      .product__inner.active .product__caption {
        font-weight: 600; }
        .product__inner.active .product__caption::after {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
    .product__image-container {
    width: 120px;
    height: 230px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    .product__image {
    height: auto;
    max-height: 100%;
    max-width: 100%; }
  .product__caption-container {
    width: 100%;
    padding: 0 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px; }
  .product__caption {
    font-family: "Lora", serif;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    margin-right: 16px; }
    .product__caption::after {
      content: '';
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -54px -84px;
      width: 9px;
      height: 14px;
      margin-left: 8px;
      margin-top: 7px;
      position: absolute;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: -webkit-transform 100ms ease;
      transition: transform 100ms ease;
      transition: transform 100ms ease, -webkit-transform 100ms ease;
      will-change: transform; }
.product__description {
    font-size: 14px;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    display: none;
    margin-top: 24px;
    padding: 24px;
    background-color: #F6F3E4;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
    @media screen and (min-width: 1024px) {
      .product__description {
        max-width: 800px; } }
    .product__description.active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 768px) {
        .product__description.active {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .product ul {
    margin-bottom: 24px; }
  .product__description-text {
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .product__description-lists {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (min-width: 768px) {
      .product__description-lists {
        margin-left: 48px; } }
    .product__description-lists:empty {
      display: none; }
  .product__description-properties > li {
    font-weight: 700;
    line-height: 2; }
  .product__properties-value {
    font-weight: 400;
    margin-left: 5px; }
  .product__icon {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }

.rich-text {
  width: 100%; }
  .rich-text h2 + h3,
  .rich-text h3 + h4,
  .rich-text h4 + h5 {
    margin-top: 0; }

.search-box {
  width: 100%; }
  .search-box__label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .search-box__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px; }
  .search-box__input[type="search"] {
    background-color: #f2f2f2;
    border: 0 none;
    border-bottom: 1px solid #c5b67b;
    border-radius: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    min-width: 1px;
    padding-left: 24px; }
  .search-box__submit {
    height: 41px;
    margin-left: 10px;
    margin-right: -6px;
    padding: 0 6px;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .search-box__submit::after {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -728px -769px;
      width: 31px;
      height: 31px;
      content: '';
      display: inline-block;
      margin-top: 4px; }

.site-menu {
  margin-bottom: 48px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .site-menu {
      margin-top: 68px; } }
  .site-menu__heading-desktop {
    border-bottom: 2px solid #c5b67b;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 16px;
    padding-bottom: 8px; }
    @media screen and (max-width: 1023px) {
      .site-menu__heading-desktop {
        display: none; } }
    .site-menu__heading-desktop-link::before {
    content: '';
    background: url(../images/sprite.svg?v=1566904721516) no-repeat;
    background-size: 778px 819px;
    background-position: -54px -84px;
    transform: rotate(180deg);
    width: 9px;
    height: 14px;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}
  .site-menu__heading-mobile {
    background-color: #c5b67b;
    border-radius: 2px;
    color: #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 30px;
    padding: 12px 24px;
    text-decoration: none; }
    .site-menu__heading-mobile::after {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -759px -800px;
      width: 19px;
      height: 19px;
      content: "";
      margin-top: 8px; }
    .site-menu__heading-mobile:focus, .site-menu__heading-mobile:hover {
      color: #000000;
      text-decoration: underline; }
    .site-menu__heading-mobile .active {
      background-color: #404040;
      color: #ffffff;
      font-weight: 700;
      text-decoration: underline;
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff;
      border-radius: 4px 4px 0 0; }
      .site-menu__heading-mobile .active:focus, .site-menu__heading-mobile .active:hover {
        background-color: #c5b67b;
        color: #000000; }
    @media screen and (min-width: 1024px) {
      .site-menu__heading-mobile {
        display: none; } }
  @media screen and (max-width: 1023px) {
    .site-menu__menu {
      background-color: #404040;
      border-radius: 0 0 4px 4px;
      display: none;
      padding-bottom: 18px;
      position: absolute;
      width: 100%; }
      .site-menu__menu.active {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        z-index: 1; } }
    .site-menu__item {
        
    }
    .site-menu__item--level-two {
        margin: 0 0 0 16px;
    }
.site-menu__link {
    display: block;
    font-weight: 300;
    text-decoration: none;
}
    .site-menu__link:focus::after, .site-menu__link:hover::after {
      background: url("../images/sprite.svg?v=1566904721516") no-repeat;
      background-size: 778px 819px;
      background-position: -54px -84px;
      width: 9px;
      height: 14px;
      content: "";
      margin: 7px 0 0 8px;
      position: absolute; }
    @media screen and (max-width: 1023px) {
      .site-menu__link {
        color: #ffffff;
        font-size: 18px;
        line-height: 26px;
        padding: 6px 24px; }
        .site-menu__link:focus, .site-menu__link:hover {
          background-color: #c5b67b;
          color: #000000;
          font-weight: 600; }
          .site-menu__link:focus::after, .site-menu__link:hover::after {
            background: url("../images/sprite.svg?v=1566904721516") no-repeat;
            background-size: 778px 819px;
            background-position: -45px -70px;
            width: 9px;
            height: 14px; }
        .site-menu__link--current {
          display: none; } }
    @media screen and (min-width: 1024px) {
      .site-menu__link {
        font-size: 16px;
        line-height: 24px;
        padding: 6px 0; }
        .site-menu__link:focus, .site-menu__link:hover {
          text-decoration: underline; }
          .site-menu__link:focus::after, .site-menu__link:hover::after {
            margin-bottom: -2px; }
        .site-menu__link--current {
          font-weight: 700;
          text-decoration: underline;
          -webkit-text-decoration-color: #000000;
                  text-decoration-color: #000000; } }

.sitemap__list {
  margin-bottom: 28px; }

.sitemap__link {
  font-weight: 400; }

.sitemap > .sitemap__list > .sitemap__item > .sitemap__header,
.sitemap > .sitemap__list > .sitemap__item > .sitemap__link {
  display: block;
  font-weight: 700;
  margin-bottom: 12px; }

.sitemap .sitemap__list .sitemap__list .sitemap__list {
  margin-bottom: 12px;
  margin-top: 12px; }

.sitemap .sitemap__list .sitemap__list .sitemap__list .sitemap__link {
  font-weight: 300; }

.sitemap .sitemap__list .sitemap__list .sitemap__header,
.sitemap .sitemap__list .sitemap__list .sitemap__link {
  font-size: 16px;
  line-height: 24px; }

.teaser-image__link {
  display: block;
  position: relative; }
  .teaser-image__link .image--square {
    margin: 0;
    width: 100%; }
  .teaser-image__link__button {
    display: block;
    width: 100%;
    text-align: center;
    bottom: 28px;
    font-weight: 400;
    position: absolute; }

.teaser-list {
  margin-bottom: 24px; }
  .teaser-list__item {
    padding-bottom: 48px;
    border-bottom: 1px solid #979797;
    margin-bottom: 48px; }
    .teaser-list__item:last-child {
      border-bottom: 0 none;
      padding-bottom: 0; }
  .teaser-list__item-heading {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 4px; }
    @media screen and (min-width: 1024px) {
      .teaser-list__item-heading {
        font-size: 28px;
        line-height: 30px; } }
    .teaser-list__item-heading > a {
      font-weight: 400; }
  .teaser-list__item-timestamp {
    margin-bottom: 8px; }
  .teaser-list__item-excerpt {
    margin-bottom: 12px; }
  .teaser-list__item-link {
    text-decoration: none; }
    .teaser-list__item-link:focus, .teaser-list__item-link:hover {
      text-decoration: underline; }
  .teaser-list__button {
    text-align: center; }

/*------------------------------------*/
/*  #NOSCRIPT
/*------------------------------------*/
/**
 * Components to be shown when JS is disabled
 */
.noscript__component {
  display: none !important; }
  .noscript .noscript__component {
    display: block !important;
    width: 100%; }
  .noscript__component > *:last-child {
    margin-bottom: 0; }

.noscript .noscript__hide {
  display: none !important; }

.noscript [data-toggle-element] {
  display: block; }

/*------------------------------------*/
/*  #REDUCED MOTION
/*------------------------------------*/
/**
 * Removes transitions/animations for users who have enabled "Reduced Motion"
 * in their browser
 */
@media screen and (prefers-reduced-motion) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition: none !important; }
  .appears {
    opacity: 1; } }

/*------------------------------------*\
    #SHAME
\*------------------------------------*/
/**
 * The thing that should not be.
 * Your 1-stop place for all nasty hacks and overrides that are
 * sometimes necessary for the greater good.
 *
 * This file should be as small as possible and should be routinely reviewed
 * in order to refactor out unecessary hacks.
 */
/*------------------------------------*/
/* #UTILITY-CLASSES
/*------------------------------------*/
/**
 * Utility classes (single purpose classes that override defaults)
 * Prefixed u-
 */
.u-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.u-mg-top-0 {
  margin-top: 0px; }

.u-mg-top-1 {
  margin-top: 8px; }

.u-mg-top-2 {
  margin-top: 16px; }

.u-mg-top-3 {
  margin-top: 24px; }

.u-mg-top-4 {
  margin-top: 32px; }

.u-mg-top-5 {
  margin-top: 40px; }

.u-mg-top-6 {
  margin-top: 48px; }

.u-mg-top-7 {
  margin-top: 56px; }

.u-mg-top-8 {
  margin-top: 64px; }

.u-mg-top-9 {
  margin-top: 72px; }

.u-mg-top-10 {
  margin-top: 80px; }

@media screen and (min-width: 768px) {
  .u-mg-top-0-md-up {
    margin-top: 0px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-1-md-up {
    margin-top: 8px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-2-md-up {
    margin-top: 16px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-3-md-up {
    margin-top: 24px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-4-md-up {
    margin-top: 32px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-5-md-up {
    margin-top: 40px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-6-md-up {
    margin-top: 48px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-7-md-up {
    margin-top: 56px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-8-md-up {
    margin-top: 64px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-9-md-up {
    margin-top: 72px; } }

@media screen and (min-width: 768px) {
  .u-mg-top-10-md-up {
    margin-top: 80px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-0-lg-up {
    margin-top: 0px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-1-lg-up {
    margin-top: 8px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-2-lg-up {
    margin-top: 16px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-3-lg-up {
    margin-top: 24px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-4-lg-up {
    margin-top: 32px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-5-lg-up {
    margin-top: 40px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-6-lg-up {
    margin-top: 48px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-7-lg-up {
    margin-top: 56px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-8-lg-up {
    margin-top: 64px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-9-lg-up {
    margin-top: 72px; } }

@media screen and (min-width: 1024px) {
  .u-mg-top-10-lg-up {
    margin-top: 80px; } }

.u-mg-bottom-0 {
  margin-bottom: 0px; }

.u-mg-bottom-1 {
  margin-bottom: 8px; }

.u-mg-bottom-2 {
  margin-bottom: 16px; }

.u-mg-bottom-3 {
  margin-bottom: 24px; }

.u-mg-bottom-4 {
  margin-bottom: 32px; }

.u-mg-bottom-5 {
  margin-bottom: 40px; }

.u-mg-bottom-6 {
  margin-bottom: 48px; }

.u-mg-bottom-7 {
  margin-bottom: 56px; }

.u-mg-bottom-8 {
  margin-bottom: 64px; }

.u-mg-bottom-9 {
  margin-bottom: 72px; }

.u-mg-bottom-10 {
  margin-bottom: 80px; }

.u-mg-bottom-11 {
  margin-bottom: 88px; }

.u-mg-bottom-12 {
  margin-bottom: 96px; }

@media screen and (min-width: 768px) {
  .u-mg-bottom-0-md-up {
    margin-bottom: 0px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-1-md-up {
    margin-bottom: 8px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-2-md-up {
    margin-bottom: 16px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-3-md-up {
    margin-bottom: 24px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-4-md-up {
    margin-bottom: 32px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-5-md-up {
    margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-6-md-up {
    margin-bottom: 48px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-7-md-up {
    margin-bottom: 56px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-8-md-up {
    margin-bottom: 64px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-9-md-up {
    margin-bottom: 72px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-10-md-up {
    margin-bottom: 80px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-11-md-up {
    margin-bottom: 88px; } }

@media screen and (min-width: 768px) {
  .u-mg-bottom-12-md-up {
    margin-bottom: 96px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-0-lg-up {
    margin-bottom: 0px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-1-lg-up {
    margin-bottom: 8px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-2-lg-up {
    margin-bottom: 16px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-3-lg-up {
    margin-bottom: 24px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-4-lg-up {
    margin-bottom: 32px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-5-lg-up {
    margin-bottom: 40px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-6-lg-up {
    margin-bottom: 48px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-7-lg-up {
    margin-bottom: 56px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-8-lg-up {
    margin-bottom: 64px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-9-lg-up {
    margin-bottom: 72px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-10-lg-up {
    margin-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-11-lg-up {
    margin-bottom: 88px; } }

@media screen and (min-width: 1024px) {
  .u-mg-bottom-12-lg-up {
    margin-bottom: 96px; } }

/*# sourceMappingURL=style.css.map */
