@charset "UTF-8";
@import url(css/flickity.css);
@import url(css/icofont.min.css);
@import url(./css/accordion.min.css);
:root {
  --padding: 1rem;
  --padding-neg: -1rem;
  --padding-half: 0.5rem;
  --padding-half-neg: -0.5rem;
  --padding-double: 2rem;
  --line-height: $line-height;
  --normalText: 1em;
  --mediumText: 1.1em;
  --largeText: 1.3em;
  --extraLargeText: 1.5em;
}
@media only screen and (min-width: 64em) {
  :root {
    --mediumText: 1.25em;
    --largeText: 1.75em;
    --extraLargeText: 3.5vw;
  }
}
@media only screen and (max-height: 569px) {
  :root {
    --extraLargeText: 1.5em;
  }
}
@font-face {
  font-family: "Lyon Text";
  src: url("css/fonts/LyonText-RegularItalic-Web.woff2") format("woff2"),
    url("css/fonts/LyonText-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Text";
  src: url("css/fonts/LyonText-Regular-Web.woff2") format("woff2"),
    url("css/fonts/LyonText-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "La Fabrique Pro";
  src: url("css/fonts/lafabrique-regular.woff2") format("woff2"),
    url("css/fonts/lafabrique-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "La Fabrique Pro";
  src: url("css/fonts/lafabrique-heavy.woff2") format("woff2"),
    url("css/fonts/lafabrique-heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  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;
}

/**
 * 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 {
  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 macOS.
 */
[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;
}

/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
::selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #accef7;
  /* 3. */
}

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0,
    "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */
}

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0,
    "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
  /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0,
    "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */
}

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0,
    "onum" 1, "lnum" 0;
}

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0,
    "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0,
    "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */
}

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0,
    "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */
}

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0,
    "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */
}

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1,
    "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: var(--padding-double);
  padding-left: var(--padding-double);
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: var(--padding-half-neg);
  margin-left: var(--padding-half-neg);
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: var(--padding-half);
  padding-left: var(--padding-half);
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--padding-half);
    padding-left: var(--padding-half);
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--padding-half);
    padding-left: var(--padding-half);
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-2\/2 {
    margin-left: 20.8333335%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--padding-half);
    padding-left: var(--padding-half);
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.grid-widget {
  display: none;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 5vw;
  width: calc(100vw - 10w + 2em);
  z-index: 1000;
}
.grid-widget.is-active {
  display: flex;
}
.grid-widget .row {
  width: 100%;
}
.grid-widget .col-xs-1 {
  position: relative;
}
.grid-widget .col-xs-1 span {
  background: rgba(0, 0, 0, 0.2);
  color: transparent;
  display: block;
  height: 100%;
  text-align: center;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.hidden {
  display: none;
}

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

.relative {
  position: relative;
}

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

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

.crop-black-bars {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 66.66%;
}
.crop-black-bars > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}

.play-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ff9560;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-button svg {
  width: 50%;
}
.play-button svg path {
  fill: white;
}

.grid {
  display: grid;
}

.grid-cols-1,
.grid-cols-2,
.grid-cols-3,
.grid-cols-4,
.grid-cols-5,
.grid-cols-6 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (min-width: 48em) {
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.col-gap-4 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.row-gap-4 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.button {
  display: inline-block;
  padding: 0.5em 1.25em 0.4em;
  color: white;
  background: #ff9560;
  border-left: 5px solid black;
  cursor: pointer;
}

.center-all {
  text-align: center;
}

.share-this-popover {
  max-width: 8em;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  -webkit-animation: share-this-intro 0.3s;
  animation: share-this-intro 0.3s;
}
.share-this-popover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0.25em -0.5em;
  border-width: 0.5em 0.5em 0;
  border-style: solid;
  border-color: #333 transparent;
}
.share-this-popover > ul {
  pointer-events: auto;
  list-style: none;
  padding: 0;
  margin: -0.75em 0 0;
  white-space: nowrap;
  background: #333;
  color: #fff;
  border-radius: 0.25em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.share-this-popover > ul > li {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.share-this-popover > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  box-sizing: border-box;
  padding: 0.35em;
}
.share-this-popover > ul > li > a:hover,
.share-this-popover > ul > li > a:focus {
  background: rgba(255, 255, 255, 0.25);
}
@media (pointer: coarse) {
  .share-this-popover {
    font-size: 150%;
  }
  .share-this-popover::before {
    bottom: auto;
    top: 100%;
    border-width: 0 0.5em 0.5em;
    margin-top: 0;
  }
  .share-this-popover > ul {
    top: 100%;
    transform: translateX(-50%);
    margin: 0.5em 0 0;
  }
}
@media (max-width: 575px) {
  .share-this-popover {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none;
  }
  .share-this-popover::before {
    bottom: auto;
    top: 100%;
    border-width: 0 0.5em 0.5em;
    margin-top: 0;
  }
  .share-this-popover > ul {
    top: 100%;
    transform: translateX(-50%);
    margin: 0.5em 0 0;
  }
  .share-this-popover > ul {
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
    text-align: center;
  }
}
@-webkit-keyframes share-this-intro {
  0% {
    -webkit-transform: translateY(-3em);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(0.5em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes share-this-intro {
  0% {
    transform: translateY(-3em);
    opacity: 0;
  }
  80% {
    transform: translateY(0.5em);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 64em) {
  .fullBleed,
  .black,
  .lightblue,
  .darkblue,
  .lightorange,
  .orange,
  .green {
    flex-basis: 100%;
    max-width: 100vw;
    padding: 2em !important;
    margin-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 64em) {
  .col-md-offset-0 {
    margin-left: 0;
  }
}

.white {
  background: #ffffff;
  color: #3d5265;
  border-left-color: #ffffff !important;
}
.white:after,
.white:before {
  background: #ffffff !important;
}
.white .text-container a {
  color: #ff9560 !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.white .text-container a:hover {
  background-position: -200% 100%;
}
.white .button {
  background: #ff9560;
  color: #ffffff !important;
}

.green {
  background: #4eb18e;
  color: #ffffff;
  border-left-color: #1e1e1e !important;
}
.green:after,
.green:before {
  background: #1e1e1e !important;
}
.green .text-container a {
  color: #ffffff !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.green .text-container a:hover {
  background-position: -200% 100%;
}
.green .button {
  background: #ffffff;
  color: #4eb18e !important;
}
.green p {
  margin: 0;
}

.lightgreen {
  background: #a7d9bc;
  color: #3d5265;
  border-left-color: #1e1e1e !important;
}
.lightgreen:after,
.lightgreen:before {
  background: #1e1e1e !important;
}
.lightgreen .text-container a {
  color: #3d5265 !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.lightgreen .text-container a:hover {
  background-position: -200% 100%;
}
.lightgreen .button {
  background: #3d5265;
  color: #a7d9bc !important;
}
.lightgreen p {
  margin: 0;
}

.orange {
  background: #ff9560;
  color: #ffffff;
  border-left-color: #1e1e1e !important;
}
.orange:after,
.orange:before {
  background: #1e1e1e !important;
}
.orange .text-container a {
  color: #ffffff !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.orange .text-container a:hover {
  background-position: -200% 100%;
}
.orange .button {
  background: #ffffff;
  color: #ff9560 !important;
}
.orange p {
  margin: 0;
}

.lightorange {
  background: #ecd0b5;
  color: #3d5265;
  border-left-color: #1e1e1e !important;
}
.lightorange:after,
.lightorange:before {
  background: #1e1e1e !important;
}
.lightorange .text-container a {
  color: #3d5265 !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.lightorange .text-container a:hover {
  background-position: -200% 100%;
}
.lightorange .button {
  background: #3d5265;
  color: #ecd0b5 !important;
}
.lightorange p {
  margin: 0;
}

.darkblue {
  background: #3d5265;
  color: #ffffff;
  border-left-color: #8da9b4 !important;
}
.darkblue:after,
.darkblue:before {
  background: #8da9b4 !important;
}
.darkblue .text-container a {
  color: #ffffff !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.darkblue .text-container a:hover {
  background-position: -200% 100%;
}
.darkblue .button {
  background: #ffffff;
  color: #3d5265 !important;
}
.darkblue p {
  margin: 0;
}

.lightblue {
  background: #8da9b4;
  color: #3d5265;
  border-left-color: #1e1e1e !important;
}
.lightblue:after,
.lightblue:before {
  background: #1e1e1e !important;
}
.lightblue .text-container a {
  color: #3d5265 !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.lightblue .text-container a:hover {
  background-position: -200% 100%;
}
.lightblue .button {
  background: #3d5265;
  color: #8da9b4 !important;
}
.lightblue p {
  margin: 0;
}

.black {
  background: #1e1e1e;
  color: #ffffff;
  border-left-color: #ff9560 !important;
}
.black:after,
.black:before {
  background: #ff9560 !important;
}
.black .text-container a {
  color: #ff9560 !important;
  font-weight: 500;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.black .text-container a:hover {
  background-position: -200% 100%;
}
.black .button {
  background: #ff9560;
  color: #1e1e1e !important;
}
.black p {
  margin: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #efefef;
  color: #1e1e1e;
  font: 400 1.175em/1.375em "La Fabrique Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  transition: background 0.5s ease-in-out;
}
@media only screen and (min-width: 48em) {
  body {
    font: 400 1.25em/1.375em "La Fabrique Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip: ink;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.025em;
  max-width: 20em;
  margin-bottom: 1.375em;
}

h3 {
  max-width: none;
}

hr {
  border: none;
  border-bottom: 1px solid #333;
}

img {
  height: auto;
  max-width: 100%;
}

h1 + * {
  margin-top: 1.375em !important;
}

p + h1 {
  margin-top: 1.375em;
}

p {
  max-width: 35em;
}

ul,
li {
  margin: 0;
  padding: 0;
  max-width: 35em;
  hyphens: auto;
}
@media only screen and (min-width: 64em) {
  ul,
  li {
    hyphens: none;
  }
}
ul {
  margin-left: 1.375em;
  margin-rigth: 1.375em;
  margin-top: 2.75em;
  font-family: "Lyon Text", Times New Roman, Times, serif;
}

::selection {
  background: #bbb;
  color: inherit;
}

#skift-template .site {
  padding: 0;
  background: white;
}
#skift-template .site.frontpage {
  padding: 0;
  background: #a7d9bc;
}
#skift-template .site.frontpage .introduction h1.title {
  text-transform: none;
}
#skift-template .site.pages,
#skift-template .site.newsArchive,
#skift-template .site.news,
#skift-template .site.detteGjorVi,
#skift-template .site.arrangementer,
#skift-template .site.detteGjorViItem,
#skift-template .site.arrangementerItem {
  max-width: 1280px;
  margin: 0 auto;
  color: #3d5265;
}
@media only screen and (max-width: 64em) {
  #skift-template .site.pages,
  #skift-template .site.newsArchive,
  #skift-template .site.news,
  #skift-template .site.detteGjorVi,
  #skift-template .site.arrangementer,
  #skift-template .site.detteGjorViItem,
  #skift-template .site.arrangementerItem {
    max-width: 100vw;
  }
}
@media only screen and (max-width: 64em) {
  #skift-template .site {
    padding: 5% 0 0;
  }
}
#skift-template .site.pages {
  color: #3d5265;
}
@media only screen and (min-width: 64em) {
  #skift-template .site.pages .lead p {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 64em) {
  #skift-template .site.pages .row {
    margin-left: 0;
    margin-right: 0;
  }
}
#skift-template .site.pages .row.blockImages .module {
  padding: 0;
  overflow-x: unset;
}

main .row:last-of-type .module {
  margin-bottom: 0;
}

.js .row {
  opacity: 0;
  transition: opacity 850ms ease, transform 750ms;
}
@media only screen and (max-width: 64em) {
  .js .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.js .row.visible {
  opacity: 1;
}

.menu-btn-icon {
  float: left;
  height: 14px;
  margin-top: 3px;
  position: relative;
  width: 1.25em;
  padding-bottom: 1.1em;
}
@media only screen and (min-width: 64em) {
  .menu-btn-icon {
    margin-top: 4px;
    width: 1.375em;
  }
}
.menu-btn-icon .menu-icon-line {
  background: currentColor;
  height: 2px;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
    background 0.5s ease-in-out;
  width: 1.25em;
}
@media only screen and (min-width: 64em) {
  .menu-btn-icon .menu-icon-line {
    width: 1.375em;
  }
}
.menu-btn-icon .menu-icon-line:nth-child(2) {
  margin: 3px 0;
}
@media only screen and (min-width: 64em) {
  .menu-btn-icon .menu-icon-line:nth-child(2) {
    margin: 4px 0;
  }
}
.is-active .menu-btn-icon .menu-icon-line:nth-child(2) {
  opacity: 0;
}
.is-active .menu-btn-icon .menu-icon-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.is-active .menu-btn-icon .menu-icon-line:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}
@media only screen and (min-width: 64em) {
  .is-active .menu-btn-icon .menu-icon-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
#skift-template header {
  position: relative;
  z-index: 500;
  padding-top: 2em;
}
@media only screen and (max-width: 64em) {
  #skift-template header {
    padding-top: 0;
    padding-bottom: 2em;
  }
}
.frontpage #skift-template header {
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .frontpage #skift-template header {
    padding-top: 5%;
  }
}
@media only screen and (min-width: 64em) {
  #skift-template header {
    padding: 5% 5% 0;
  }
}
.module {
  padding: 2em;
  overflow-x: hidden;
  position: relative;
}
.module.orange:before,
.module.orange:after,
.module.lightblue:before,
.module.lightblue:after,
.module.darkblue:before,
.module.darkblue:after,
.module.green:before,
.module.green:after,
.module.lightgreen:before,
.module.lightgreen:after,
.module.lightorange:before,
.module.lightorange:after,
.module.black:before,
.module.black:after {
  width: 5px;
  height: 5px;
  background: currentColor;
  position: absolute;
  left: -5px;
}
@media only screen and (min-width: 64em) {
  .module.orange:before,
  .module.orange:after,
  .module.lightblue:before,
  .module.lightblue:after,
  .module.darkblue:before,
  .module.darkblue:after,
  .module.green:before,
  .module.green:after,
  .module.lightgreen:before,
  .module.lightgreen:after,
  .module.lightorange:before,
  .module.lightorange:after,
  .module.black:before,
  .module.black:after {
    width: 10px;
    height: 10px;
    border-left: 10px solid;
    left: -10px;
    padding: 1em;
  }
}
.module.white:before,
.module.white:after {
  display: none;
  border-left: none;
}
.module:before {
  top: -20px;
}
@media only screen and (max-width: 64em) {
  .module:before {
    display: none;
  }
}
.module:after {
  bottom: -20px;
}
@media only screen and (max-width: 64em) {
  .module:after {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .module {
    padding: 2em 16.666667% 2em;
  }
  .frontpage .module,
  .news .module,
  .arrangementerItem .module,
  .detteGjorViItem .module,
  .pages .module {
    padding: 2em 4em 2em;
  }
}
.module.wg,
.module.wlg,
.module.wo,
.module.wb {
  border-left-color: #ffffff;
}
.module.wg:after,
.module.wg:before,
.module.wlg:after,
.module.wlg:before,
.module.wo:after,
.module.wo:before,
.module.wb:after,
.module.wb:before {
  background: #ffffff;
}
.wg .module,
.wlg .module,
.wo .module,
.wb .module {
  border-left-color: currentColor;
}
.wg .module:after,
.wg .module:before,
.wlg .module:after,
.wlg .module:before,
.wo .module:after,
.wo .module:before,
.wb .module:after,
.wb .module:before {
  background: currentColor;
}

@media only screen and (min-width: 64em) {
  .full-width .module {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.blockNews {
  margin-bottom: 2.75em;
}

.fixed-intro {
  background: #a7d9bc;
  color: #3d5265;
  width: 100%;
  top: 0;
  left: 0;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 8em;
}
@media only screen and (min-width: 64em) {
  .fixed-intro {
    margin-top: 4em;
    margin-bottom: 8em;
  }
}
.frontpage-container {
  position: relative;
  width: 100%;
  background: white;
  z-index: 1000;
}
@media only screen and (min-width: 64em) {
  .frontpage-container {
    padding: 5%;
  }
}
#logo path {
  fill: #3d5265;
}

.frontpage #logo path {
  fill: #3d5265;
}

.introduction {
  padding: 2em;
  top: 0;
}
@media only screen and (min-width: 64em) {
  .introduction {
    display: flex;
    padding: 4em;
    align-items: center;
    justify-content: center;
  }
}
.introduction-inner {
  max-width: 64em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cta-main {
  margin-top: 2.75em;
  font-family: "Lyon Text", Times New Roman, Times, serif;
}
.cta-main a:not(.button) {
  text-decoration: none;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.cta-main a:not(.button):hover {
  background-position: -200% 100%;
}

h1 {
  font-size: var(--largeText);
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "La Fabrique Pro", Helvetica, Arial, sans-serif;
}
h1.title {
  text-transform: normal;
  font-size: var(--extraLargeText);
  text-align: center;
  font-weight: bold;
}

.blockLinks p {
  margin: 0;
}

ul#links {
  font-family: "La Fabrique Pro", Helvetica, Arial, sans-serif;
  margin: 0;
}
ul#links li {
  list-style-type: none;
  font-size: var(--mediumText);
  font-weight: 700;
  line-height: 1.1034482759;
}
ul#links li a {
  padding-bottom: 0;
}
ul#links li.small-link {
  font-size: var(--normalText);
  font-weight: 400;
}
ul#links li.small-link:first-of-type {
  margin-top: 1em;
}

.logo-container {
  display: flex;
  justify-content: center;
}

#skift-template .logo-main {
  width: 4em;
}
#skift-template .logo-main:after {
  content: " ";
}
#skift-template .logo-main svg {
  max-width: 100%;
  height: auto;
}
#skift-template .logo-main svg path {
  fill: currentColor;
}
#skift-template .logo-main .extendable-line {
  position: absolute;
  transition: height 500ms ease, width 500ms ease;
  width: 5px;
  height: 1px;
  background: currentColor;
}

#skift-template .frontpage .logo-main {
  width: 11em;
  margin-top: 2em;
  color: #3d5265;
}
@media only screen and (min-width: 64em) {
  #skift-template .frontpage .logo-main {
    width: 13em;
    margin-top: 0;
  }
}
h3.label {
  font-weight: 400;
  font-family: "Lyon Text", Times New Roman, Times, serif;
  margin-top: 1.375em;
  margin-bottom: 1.375em;
  border-left: 5px solid;
  padding-left: 1em;
  padding-top: 0.35em;
  padding-bottom: 4px;
  line-height: 1.375em;
}
@media only screen and (min-width: 64em) {
  h3.label {
    max-width: 50%;
  }
}
h3.label:after {
  content: " ";
  width: 100%;
  height: 1px;
}
.blockNews h3.label:after {
  content: " ";
}
h3.label.newsletter {
  margin-bottom: 1.375em;
}

#newsletter {
  margin-top: -8vw;
  padding-top: 0;
  margin-bottom: 2.75em;
}
#newsletter .label {
  margin-top: 0;
}

.newsletter-wrap {
  position: relative;
  float: left;
  width: 100%;
  color: white;
}
.newsletter-wrap input[type="text"],
.newsletter-wrap input[type="email"] {
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0.5em;
  border-radius: 0;
  font-family: "Lyon Text", Times New Roman, Times, serif;
  color: #3d5265;
  font-style: italic;
  background: #a7d8c7;
  width: 100%;
  border-left: 5px solid;
}
.newsletter-wrap input[type="text"]::placeholder,
.newsletter-wrap input[type="email"]::placeholder {
  font-style: normal;
  color: #3d5265;
}
@media only screen and (max-width: 64em) {
  .newsletter-wrap input[type="text"],
  .newsletter-wrap input[type="email"] {
    margin-bottom: 5px;
  }
}
.newsletter-wrap .newsletter-description {
  margin: 1em 0;
  font-family: "Lyon Text", Times New Roman, Times, serif;
}
.newsletter-wrap input[type="submit"] {
  -webkit-appearance: none;
  margin: 1em auto 0;
  border: 0;
  background: #3d5265;
  color: white;
  padding: 1em;
  font-family: "La Fabrique Pro", Helvetica, Arial, sans-serif !important;
  margin-left: -1em;
  width: calc(100% + 2em);
}
.newsletter-wrap label {
  display: none;
}
.newsletter-wrap:after {
  background: #4eb18e;
  content: " ";
  color: white;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: 0;
  left: -1em;
  z-index: -1;
}

.featured-image {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.6875em;
  margin-top: 1.375em;
}
.featured-image .image-caption {
  margin-top: 1rem;
  font-size: Max(12px, 0.8em);
  font-style: italic;
}
.featured-image .image-caption p {
  margin-left: auto;
  margin-right: auto;
}
.featured-image .image-caption a {
  color: #ff9560;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.featured-image .image-caption a:hover {
  background-position: -200% 100%;
}

.image-figure {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.image-figure .image-caption {
  margin-top: 0.5rem;
  font-size: Max(12px, 0.8em);
  font-style: italic;
}
.image-figure .image-caption p {
  margin: 0 auto;
}
.image-figure .image-caption a {
  color: #ff9560;
}

.person-item {
  margin-bottom: 2em;
  min-height: 5em;
  text-align: center;
}
.person-item h3,
.person-item h2 {
  font-weight: 400;
  margin-bottom: 0;
  max-width: 20em;
}
.person-item h3 {
  font-weight: 600;
}
.person-item h2 {
  font-family: "Lyon Text", Times New Roman, Times, serif;
  margin-top: 5px;
}
.person-item .image-container {
  border-radius: 50%;
  overflow: hidden;
  width: 6em;
  height: 6em;
  margin: 0 auto 1.375em;
}
@media only screen and (min-width: 64em) {
  .person-item .image-container {
    width: 6em;
    height: 6em;
  }
}
.person-item h2 {
  font-style: italic;
}
.person-item .person-contact {
  margin-top: 1.375em;
}
.person-item .person-contact a {
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.person-item .person-contact a:hover {
  background-position: -200% 100%;
}

.image-outer.logos {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}
.image-outer.logos img {
  display: inline-block;
  margin: 15px;
  filter: grayscale(1);
}
@media only screen and (min-width: 64em) {
  .image-outer.logos img {
    margin: 25px;
  }
}
.image-outer.logos img.tall {
  max-height: 50px;
}
.image-outer.logos img.wide {
  max-height: 30px;
}
.image-outer.logos img:hover {
  opacity: 0.5;
  filter: grayscale(0);
}

a.social {
  height: 1em;
  width: 1em;
  font-size: 1.25em;
  margin-right: 1em;
  color: #888;
  transition: color 0.35s ease;
}
a.social:hover {
  color: #3d5265;
}

.video {
  margin-bottom: 1.375em;
}

.news-preamble {
  float: left;
  font-family: "Lyon Text", Times New Roman, Times, serif;
  margin-bottom: 0.6875em;
  width: 100%;
}

.news-item {
  padding: 1em;
  margin-bottom: 4.125em;
}
.news-item a {
  text-decoration: none;
}
.news-item .news-readmore {
  opacity: 0;
  transform: translateY(0.25em);
  transition: opacity 150ms ease, transform 150ms ease;
}
.news-item .featuredimage-container {
  margin: 1.375em 0;
}
@media only screen and (min-width: 64em) {
  .news-item .featuredimage-container {
    width: calc(100% + 2em);
    margin-left: -1em;
  }
  .news-archive .news-item .featuredimage-container {
    width: 100%;
    margin-left: 0;
  }
}
.news-item p strong {
  font-weight: 400;
}
.news-inner .news-item:hover {
  border-radius: 9px;
  background: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05),
    0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 64em) {
  .news-item:hover .news-readmore {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 64em) {
  .news-inner .news-item {
    width: calc(50% - 1em);
    flex-basis: calc(50% - 1em);
    float: left;
    margin-bottom: 1.375em;
  }
  .news-inner .news-item:nth-child(even) {
    margin-left: 2em;
  }
}
.news-item-compressed {
  width: 100%;
  float: left;
  border-top: 1px solid;
  padding: 0.5em 0;
}
@media only screen and (min-width: 64em) {
  .news-item-compressed:nth-child(3) {
    margin-top: 5em;
  }
}
.news-item-compressed h4 {
  margin: 0;
}

.news-inner {
  width: 100%;
}

a {
  text-decoration: none;
}

.news-title {
  text-transform: initial;
  margin-bottom: 5px;
}
.news-title.medium {
  font-size: var(--mediumText);
}
.news-title.large {
  font-size: var(--largeText);
}
@media only screen and (min-width: 64em) {
  .news-title.small {
    float: left;
  }
}
.news-readmore {
  font-family: "Lyon Text", Times New Roman, Times, serif;
  font-weight: 400;
  border-bottom: 1px solid;
}

.news-meta {
  margin-bottom: 0.6875em;
  font-family: "Lyon Text", Times New Roman, Times, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  .news-meta {
    margin-top: 0.6875em;
  }
}
.white .news-meta {
  color: #4eb18e;
}
@media only screen and (min-width: 64em) {
  .news-meta.right {
    float: right;
  }
}
.navigation-overlay {
  background: #ecd0b5;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  position: fixed;
  z-index: -1;
  z-index: 4000;
  transition: opacity 350ms ease-in;
}
.navigation-overlay.visible {
  opacity: 1;
}

.navigation-wrapper {
  position: fixed;
  z-index: 10000;
  background: #ff9560;
  color: white;
  font-size: 0.8em;
  top: 1em;
  right: 1em;
  border-left: 5px solid black;
  float: right;
  cursor: pointer;
  max-width: calc(100% - 2em);
}
@media only screen and (min-width: 64em) {
  .navigation-wrapper {
    right: 5em;
    top: 3.75em;
    width: auto;
  }
}
.navigation-wrapper.visible {
  cursor: auto;
}
@media only screen and (max-width: 64em) {
  .navigation-wrapper.visible {
    width: calc(100% - 2em);
  }
}
.navigation-wrapper .toggle-navigation {
  padding: 0.5em 0.5em 0.4em 0.5em;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
}
.navigation-wrapper #navigation-container {
  display: none;
  float: left;
  margin-right: 3em;
  margin-bottom: 2em;
  padding: 1em;
}
@media only screen and (max-width: 64em) {
  .navigation-wrapper #navigation-container {
    width: 100%;
  }
}
.navigation-wrapper #navigation-container .nav-text-container,
.navigation-wrapper #navigation-container .nav-social-follow {
  margin-left: 1.375em;
  margin-top: 1.375em;
}
.navigation-wrapper #navigation-container .nav-text-container a,
.navigation-wrapper #navigation-container .nav-social-follow a {
  color: inherit;
}
.navigation-wrapper #navigation-container .nav-text-container p,
.navigation-wrapper #navigation-container .nav-social-follow p {
  margin-bottom: 0;
}
.navigation-wrapper #navigation-container li {
  margin-bottom: 5px;
  list-style-type: none;
  font-size: var(--largeText);
  font-family: "La Fabrique Pro", Helvetica, Arial, sans-serif;
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
}
.navigation-wrapper #navigation-container li .nav-item-inner {
  opacity: 0;
  display: inline-block;
  transform: translateY(1em);
  transition: opacity 450ms ease, transform 350ms ease,
    background-position 0.6s ease;
}
@media only screen and (max-width: 64em) {
  .navigation-wrapper #navigation-container li {
    line-height: 1.8;
  }
}
.navigation-wrapper #navigation-container li.visible .nav-item-inner {
  opacity: 1;
  transform: translateY(0);
}
.navigation-wrapper #navigation-container a {
  background-image: linear-gradient(
    90deg,
    transparent,
    transparent 50%,
    currentColor 50%,
    currentColor 100%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.navigation-wrapper #navigation-container a:hover {
  background-position: -100% 100%;
}
.navigation-wrapper #navigation-container .nav-social-follow a {
  background: none;
  transition: opacity 0.3s ease;
}
.navigation-wrapper #navigation-container .nav-social-follow a:hover {
  text-decoration: none;
  opacity: 0.65;
}

footer {
  position: relative;
  z-index: 500;
  padding-top: 5vh;
  padding-bottom: 10vh;
  background: #3d5265;
  color: white;
  margin-left: -2rem;
  overflow: hidden;
  font-family: "Lyon Text", Times New Roman, Times, serif;
}
@media only screen and (min-width: 64em) {
  footer {
    width: 100%;
  }
}
footer ul {
  margin: 0;
}
footer h3 {
  margin-top: 1.375em;
}
footer a {
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
footer a:hover {
  background-position: -200% 100%;
}
footer a.social {
  color: white;
  background: none;
}
footer .footer-text {
  font-family: "Lyon Text", Times New Roman, Times, serif;
  margin-top: 2.75em;
  padding-bottom: line-height;
}
@media only screen and (min-width: 64em) {
  footer .footer-text {
    margin-top: 0;
  }
}
footer .nav-social-follow a {
  transition: opacity 300ms;
  border-bottom: none;
  padding-bottom: 0;
}
footer .nav-social-follow a:hover {
  color: #ffffff;
  opacity: 0.75;
}

.wysiwyg-wrapper {
  display: flex;
  font-family: "Lyon Text", Times New Roman, Times, serif;
}
.wysiwyg-wrapper h2 {
  font-size: var(--mediumText);
  font-family: "Lyon Text", Times New Roman, Times, serif;
  line-height: 1.125;
  font-weight: 400;
  max-width: 25em;
}
.wysiwyg-wrapper ul {
  margin: 0 auto 1.375em 2em;
}
.wysiwyg-wrapper .text-container {
  width: 100%;
}
.wysiwyg-wrapper.media-left {
  flex-direction: row;
}
.wysiwyg-wrapper.media-left .image-wrapper,
.wysiwyg-wrapper.media-left .text-container {
  flex-basis: 50%;
  padding: 1em;
}
.wysiwyg-wrapper.media-right {
  flex-direction: row-reverse;
}
.wysiwyg-wrapper.media-right .image-wrapper,
.wysiwyg-wrapper.media-right .text-container {
  flex-basis: 50%;
}

.arrow-container {
  height: 1em;
  width: auto;
  margin-right: 1em;
  float: left;
}
.arrow-container svg {
  height: 0.7em;
  margin-top: 0.15em;
  width: auto;
}
header .arrow-container {
  margin-top: 0.175em;
}
.arrow-container.reverse {
  transform: rotate(180deg);
}

.back-to-front {
  display: none;
}
.back-to-front .arrow-container {
  transition: transform 150ms ease-out, opacity 150ms ease-in;
}
@media only screen and (min-width: 64em) {
  .back-to-front {
    display: block;
  }
}
.back-to-front:hover .arrow-container {
  opacity: 0;
  transform: rotate(180deg) translateX(0.5em);
}

.card-container {
  display: flex;
}
.card-container a.card {
  outline: 1px solid;
}
@media only screen and (min-width: 64em) {
  .card-container a.card {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.news {
  color: #3d5265;
}

#entry-header {
  padding-bottom: 0;
}
#entry-header h1 {
  margin: 0 auto;
}
#entry-header.page h1 {
  max-width: none;
}
#entry-header .news-meta {
  margin-top: 0.6875em !important;
  margin: 0 auto 1.375em;
}
@media only screen and (min-width: 48em) {
  #entry-header {
    text-align: center;
  }
}
#entry-header .lead {
  font-size: var(--mediumText);
  line-height: 1.375em;
}
@media only screen and (min-width: 64em) {
  #entry-header .lead {
    margin-bottom: 1.375em;
  }
}
@media only screen and (max-width: 64em) {
  #entry-header {
    padding: 0;
  }
  #entry-header .news h1,
  #entry-header .news h4,
  #entry-header .news .social-container,
  .pages #entry-header h1,
  .pages #entry-header h4,
  .pages #entry-header .social-container {
    padding: 0 2rem;
  }
  .pages #entry-header .lead {
    padding: 0 2rem;
  }
}
.wysiwyg-image-outer {
  width: 50%;
}

.image-outer + .text-container {
  padding: 1em;
}

blockquote {
  font-family: "Lyon Text", Times New Roman, Times, serif;
  font-size: var(--mediumText);
  line-height: 1.25em;
  margin: 2em auto;
  max-width: 23.5em;
}
blockquote.big-quote {
  font-family: "La Fabrique Pro", Helvetica, Arial, sans-serif;
  font-size: var(--largeText);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.025em;
  max-width: none;
  margin: 0 0 0.6875em;
}
@media only screen and (min-width: 64em) {
  blockquote.big-quote {
    max-width: 20em;
  }
}
blockquote.big-quote:before,
blockquote.big-quote:after {
  text-align: center;
  font-size: var(--largeText);
  width: 100%;
  color: #c8c8c8;
  float: left;
}
blockquote.big-quote:before {
  content: "“";
}
blockquote.big-quote:after {
  content: "”";
}

.quote-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quote-container .person-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.375em;
}
.quote-container .person-container .company {
  width: 100%;
  float: left;
  color: #969696;
  line-height: 1;
}
.quote-container .person-container .center {
  text-align: center;
}
.quote-container .image-container {
  border-radius: 50%;
  overflow: hidden;
  width: 4em;
  height: 4em;
  min-width: 4em;
  min-height: 4em;
  margin: 0 auto;
  margin-right: 1em;
}
@media only screen and (min-width: 64em) {
  .quote-container .image-container {
    width: 4em;
    height: 4em;
  }
}
.back-text {
  display: none;
}
@media only screen and (min-width: 64em) {
  .back-text {
    display: inline;
  }
}
.company-logo {
  padding: 1em;
  float: left;
}

footer {
  color: #ffffff;
}
footer h3 {
  margin-top: 0;
}
footer p {
  margin-top: 0;
}

.footer-logo-container {
  max-width: 11em;
  margin-bottom: 2.75em;
}
.footer-logo-container svg {
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .footer-logo-container {
    max-width: 11em;
  }
}
.footer-logo-container path {
  fill: currentColor;
}

#footer-navigation {
  margin: 0;
}
#footer-navigation li {
  list-style-type: none;
  display: block;
  float: left;
  clear: both;
  margin-bottom: 0.6875em;
}

.consent-container {
  position: fixed;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 1em;
  background: #3d5265;
  color: white;
  z-index: 70000;
  padding: 2em;
}

@media only screen and (min-width: 64em) {
  .page-builder-item.blockImages h3.label {
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-builder-item p a {
  color: #ff9560;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 60%,
    transparent 90%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.page-builder-item p a:hover {
  background-position: -200% 100%;
}

.page-builder-item.cta .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -1em;
}
.page-builder-item.cta .cta-container .cta-button {
  margin: 0 1em 1em;
}

.read-more {
  color: #ff9560;
  margin-bottom: 2em;
}
.read-more .outbound {
  margin-left: 1em;
  width: 24px;
  margin-bottom: 0.25em;
}

.card-grid .news-item {
  margin-bottom: 0;
  padding: 0;
}
.card-grid .news-item .outbound-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff9560;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  color: #ffffff;
  border-left: 5px solid black;
}
.card-grid .news-item .outbound-wrapper svg {
  width: 60%;
}
.card-grid .news-item .featuredimage-container {
  width: 100%;
  margin-left: 0;
}

.related-items {
  padding-right: 2em;
  padding-left: 2em;
  margin-bottom: 4em;
  margin-right: var(--padding-half-neg);
  margin-left: var(--padding-half-neg);
}
@media only screen and (min-width: 64em) {
  .related-items {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.related-items .items-wrapper {
  row-gap: 2em;
  column-gap: 2em;
}
.related-items .items-wrapper .news-item {
  padding: 0;
  margin-bottom: 0;
}
.related-items .items-wrapper .news-item .news-title {
  min-height: 2em;
}
.related-items .block-footer {
  text-align: center;
}

.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 48em) {
  .breadcrumb {
    text-align: center;
  }
}
.breadcrumb a {
  color: #ff9560;
  background-image: linear-gradient(
    90deg,
    transparent,
    transparent 50%,
    currentColor 50%,
    currentColor 100%
  );
  background-size: 200% 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  transition: background-position 0.6s ease;
}
.breadcrumb a:hover {
  background-position: -100% 100%;
}

#entry-header .breadcrumb {
  padding-top: 0;
}

.language-switcher {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 1em;
  transform: translate(0, -50%);
}
.language-switcher a {
  color: #3d5265;
  transition: filter 300ms;
}
.language-switcher a:hover {
  filter: brightness(1.15);
}

.navigation-wrapper.visible .language-switcher {
  display: none;
}

.detteGjorVi #entry-header,
.arrangementer #entry-header {
  padding: 5% 0 0;
}
.detteGjorVi #entry-header .lead,
.arrangementer #entry-header .lead {
  display: flex;
  justify-content: center;
}
.detteGjorVi #entry-header .lead p,
.arrangementer #entry-header .lead p {
  margin-left: auto;
  margin-right: auto;
}

.detteGjorVi .entry-content,
.arrangementer .entry-content {
  padding-top: 8em;
}
@media only screen and (min-width: 64em) {
  .detteGjorVi .entry-content,
  .arrangementer .entry-content {
    padding-top: 4em;
  }
}
.detteGjorVi .entry-content .categories,
.arrangementer .entry-content .categories {
  width: 100%;
  box-sizing: border-box;
  padding-top: 1em;
  padding-bottom: 1em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  justify-content: start;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .detteGjorVi .entry-content .categories,
  .arrangementer .entry-content .categories {
    justify-content: center;
  }
}
.detteGjorVi .entry-content .categories.sticky,
.arrangementer .entry-content .categories.sticky {
  position: fixed;
  z-index: 501;
  background-color: #ffffff;
}
.detteGjorVi
  .entry-content
  .categories.sticky
  .category-dropdown-wrapper
  .inner,
.arrangementer
  .entry-content
  .categories.sticky
  .category-dropdown-wrapper
  .inner {
  padding-right: 3rem;
}
.detteGjorVi
  .entry-content
  .categories.sticky
  .category-dropdown-wrapper
  .inner:after,
.arrangementer
  .entry-content
  .categories.sticky
  .category-dropdown-wrapper
  .inner:after {
  background-color: transparent;
}
.detteGjorVi .entry-content .categories .category,
.arrangementer .entry-content .categories .category {
  margin: 0 1em;
  color: #ff9560;
  cursor: pointer;
  transition: opacity 300ms;
}
.detteGjorVi .entry-content .categories .category:hover,
.arrangementer .entry-content .categories .category:hover {
  opacity: 0.5;
}
.detteGjorVi .entry-content .categories .category-wrapper,
.arrangementer .entry-content .categories .category-wrapper {
  display: none;
}
@media only screen and (min-width: 48em) {
  .detteGjorVi .entry-content .categories .category-wrapper,
  .arrangementer .entry-content .categories .category-wrapper {
    display: flex;
  }
}
.detteGjorVi .entry-content .categories .category-dropdown-wrapper,
.arrangementer .entry-content .categories .category-dropdown-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .detteGjorVi .entry-content .categories .category-dropdown-wrapper,
  .arrangementer .entry-content .categories .category-dropdown-wrapper {
    display: none;
  }
}
.detteGjorVi .entry-content .categories .category-dropdown-wrapper .inner,
.arrangementer .entry-content .categories .category-dropdown-wrapper .inner {
  position: relative;
}
.detteGjorVi .entry-content .categories .category-dropdown-wrapper .inner:after,
.arrangementer
  .entry-content
  .categories
  .category-dropdown-wrapper
  .inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
  height: 1px;
  background-color: #1e1e1e;
  transition: background-color 300ms;
}
.detteGjorVi
  .entry-content
  .categories
  .category-dropdown-wrapper
  .category-dropdown,
.arrangementer
  .entry-content
  .categories
  .category-dropdown-wrapper
  .category-dropdown {
  display: inline-block;
  border: none;
  outline: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+)
    no-repeat right;
  background-size: 16px auto;
  appearance: none;
  padding-right: 16px;
  max-width: 100%;
}
.detteGjorVi .entry-content .work-sections,
.arrangementer .entry-content .work-sections {
  margin-bottom: 4rem;
}
.detteGjorVi .entry-content .work-sections .work-section:last-child,
.arrangementer .entry-content .work-sections .work-section:last-child {
  margin-bottom: 0;
}
.detteGjorVi .entry-content .work-sections .work-section .section-header,
.arrangementer .entry-content .work-sections .work-section .section-header {
  margin-bottom: 4em;
}
.detteGjorVi .entry-content .work-sections .work-section .section-header h2,
.arrangementer .entry-content .work-sections .work-section .section-header h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: var(--largeText);
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "La Fabrique Pro", Helvetica, Arial, sans-serif;
}
.detteGjorVi
  .entry-content
  .work-sections
  .work-section
  .section-header
  h2.extralarge,
.arrangementer
  .entry-content
  .work-sections
  .work-section
  .section-header
  h2.extralarge {
  font-size: var(--extraLargeText);
}
.detteGjorVi
  .entry-content
  .work-sections
  .work-section
  .section-header
  .lead-text,
.arrangementer
  .entry-content
  .work-sections
  .work-section
  .section-header
  .lead-text {
  padding-top: 0;
}
.detteGjorVi
  .entry-content
  .work-sections
  .work-section
  .section-header
  .lead-text
  p,
.arrangementer
  .entry-content
  .work-sections
  .work-section
  .section-header
  .lead-text
  p {
  margin-left: auto;
  margin-right: auto;
}

.arrangementer .entry-content {
  padding-top: 0;
}

.arrangementerItem .event-date {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: inline-block;
}

#skift-template .frontpage .header-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#skift-template .frontpage .fixed-intro {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 50vh;
  padding: 8em 0 6em;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  background-color: var(--accent-color);
}
@media only screen and (min-width: 64em) {
  #skift-template .frontpage .fixed-intro {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13.5em;
    padding-bottom: 8em;
  }
}
#skift-template .frontpage .fixed-intro .banner-videos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  object-fit: cover;
}
