

/*----------------
COLORS:
----------------*/

/*----------------
FONTS:
----------------*/
@font-face {
  font-family: "RO Sans";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/RO-SansWebText-Regular.woff2") format("woff2"), url("/assets/fonts/RO-SansWebText-Regular.woff") format("woff"); }

@font-face {
  font-family: "RO Sans";
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/RO-SansWebText-Italic.woff2") format("woff2"), url("/assets/fonts/RO-SansWebText-Italic.woff") format("woff"); }

@font-face {
  font-family: "RO Sans";
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/RO-SansWebText-Bold.woff2") format("woff2"), url("/assets/fonts/RO-SansWebText-Bold.woff") format("woff"); }

@font-face {
  font-family: "RO Serif";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/RO-SerifWeb-Regular.woff2") format("woff2"), url("/assets/fonts/RO-SerifWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: "RO Serif";
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/RO-SerifWeb-Italic.woff2") format("woff2"), url("/assets/fonts/RO-SerifWeb-Italic.woff") format("woff"); }

@font-face {
  font-family: "Meta Sans";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/meta.woff2") format("woff2"), url("/assets/fonts/meta.woff") format("woff"); }

@font-face {
  font-family: "Meta Sans";
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/meta-bold.woff2") format("woff2"), url("/assets/fonts/meta-bold.woff") format("woff"); }

@font-face {
  font-family: "Meta Sans";
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/meta-italic.woff2") format("woff2"), url("/assets/fonts/meta-italic.woff") format("woff"); }



@charset "UTF-8";
@font-face {
  font-family: "RO Icons";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/custom-icons/ro-icons-2.1.woff2") format("woff2"), url("/assets/fonts/custom-icons/ro-icons-2.1.woff") format("opentype"), url("/assets/fonts/custom-icons/ro-icons-2.1.ttf") format("truetype"); }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "RO Icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: ""; }

.icon-external:before {
  content: ""; }

.icon-hamburger:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-chevron-small-right:before {
  content: ""; }

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

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

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

.icon-calendar:before {
  content: ""; }

.icon-external:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-test:before {
  content: ""; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/*----------------
SETTINGS:
Only variables and imports

Use: $[name]-[sort] ($color-primary)
----------------*/
/*----------------
COLORS:
----------------*/

/*----------------
FONTS:
----------------*/
@font-face {
  font-family: "RO Sans";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/RO-SansWebText-Regular.woff2") format("woff2"), url("/assets/fonts/RO-SansWebText-Regular.woff") format("woff"); }

@font-face {
  font-family: "RO Sans";
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/RO-SansWebText-Italic.woff2") format("woff2"), url("/assets/fonts/RO-SansWebText-Italic.woff") format("woff"); }

@font-face {
  font-family: "RO Sans";
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/RO-SansWebText-Bold.woff2") format("woff2"), url("/assets/fonts/RO-SansWebText-Bold.woff") format("woff"); }

@font-face {
  font-family: "RO Serif";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/RO-SerifWeb-Regular.woff2") format("woff2"), url("/assets/fonts/RO-SerifWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: "RO Serif";
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/RO-SerifWeb-Italic.woff2") format("woff2"), url("/assets/fonts/RO-SerifWeb-Italic.woff") format("woff"); }

@font-face {
  font-family: "Meta Sans";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/meta.woff2") format("woff2"), url("/assets/fonts/meta.woff") format("woff"); }

@font-face {
  font-family: "Meta Sans";
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/meta-bold.woff2") format("woff2"), url("/assets/fonts/meta-bold.woff") format("woff"); }

@font-face {
  font-family: "Meta Sans";
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/meta-italic.woff2") format("woff2"), url("/assets/fonts/meta-italic.woff") format("woff"); }

@font-face {
  font-family: "RO Icons";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/custom-icons/ro-icons-2.1.woff2") format("woff2"), url("/assets/fonts/custom-icons/ro-icons-2.1.woff") format("opentype"), url("/assets/fonts/custom-icons/ro-icons-2.1.ttf") format("truetype"); }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "RO Icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: ""; }

.icon-external:before {
  content: ""; }

.icon-hamburger:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-chevron-small-right:before {
  content: ""; }

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

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

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

.icon-calendar:before {
  content: ""; }

.icon-external:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-test:before {
  content: ""; }

/*----------------
VENDORS:
Styling from third party elements. 
Only style imports from node_modules.
----------------*/
/*----------------
TOOLS:
Only mixins
----------------*/
@keyframes focus-animation {
  0% {
    background-color: rgba(225, 112, 0, 0); }
  50% {
    background-color: rgba(225, 112, 0, 0.5); }
  100% {
    background-color: rgba(225, 112, 0, 0); } }

/*----------------
Classnaming exception because of Bootstrap naming
----------------*/
.row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

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

.container-fluid {
  width: 100%; }

.container {
  width: 1200px;
  max-width: 100%; }

[class*="col-"] {
  padding-right: 16px;
  width: 100%;
  padding-left: 16px;
  position: relative; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.offset-12 {
  margin-left: 100%; }

@media (min-width: 0px) {
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-xs-1 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 0px) {
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-root-xs-1 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 0px) {
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-xs-2 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 0px) {
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-root-xs-2 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 0px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-xs-3 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 0px) {
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-root-xs-3 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 0px) {
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-xs-4 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 0px) {
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-root-xs-4 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 0px) {
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-xs-5 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 0px) {
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-root-xs-5 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 0px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-xs-6 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 0px) {
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-root-xs-6 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 0px) {
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-xs-7 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 0px) {
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-root-xs-7 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 0px) {
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-xs-8 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 0px) {
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-root-xs-8 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 0px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-xs-9 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 0px) {
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-root-xs-9 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 0px) {
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-xs-10 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 0px) {
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-root-xs-10 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 0px) {
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-xs-11 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 0px) {
  .offset-xs-11 {
    margin-left: 91.66667%; }
  .offset-root-xs-11 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 0px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-xs-12 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .col-root-xs-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 0px) {
  .offset-xs-12 {
    margin-left: 100%; }
  .offset-root-xs-12 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 0px) and (max-width: 1200px) {
    .offset-root-xs-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-sm-1 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-root-sm-1 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-sm-2 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-root-sm-2 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-sm-3 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-root-sm-3 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-sm-4 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-root-sm-4 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-sm-5 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-root-sm-5 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-sm-6 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-root-sm-6 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 576px) {
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-sm-7 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-root-sm-7 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-sm-8 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-root-sm-8 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 576px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-sm-9 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-root-sm-9 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-sm-10 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-root-sm-10 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 576px) {
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-sm-11 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .offset-root-sm-11 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-sm-12 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .col-root-sm-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 576px) {
  .offset-sm-12 {
    margin-left: 100%; }
  .offset-root-sm-12 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 576px) and (max-width: 1200px) {
    .offset-root-sm-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-md-1 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-root-md-1 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-md-2 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-root-md-2 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-md-3 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; }
  .offset-root-md-3 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-md-4 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-root-md-4 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-md-5 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-root-md-5 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-md-6 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; }
  .offset-root-md-6 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-md-7 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-root-md-7 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-md-8 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-root-md-8 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-md-9 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; }
  .offset-root-md-9 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-md-10 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-root-md-10 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-md-11 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.66667%; }
  .offset-root-md-11 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-md-12 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-root-md-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 768px) {
  .offset-md-12 {
    margin-left: 100%; }
  .offset-root-md-12 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .offset-root-md-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-lg-1 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-root-lg-1 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-lg-2 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-root-lg-2 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-lg-3 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-root-lg-3 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-lg-4 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-root-lg-4 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-lg-5 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-root-lg-5 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-lg-6 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-root-lg-6 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-lg-7 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-root-lg-7 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-lg-8 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-root-lg-8 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-lg-9 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-root-lg-9 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-lg-10 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-root-lg-10 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-lg-11 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .offset-root-lg-11 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-lg-12 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-root-lg-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 992px) {
  .offset-lg-12 {
    margin-left: 100%; }
  .offset-root-lg-12 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offset-root-lg-12 {
      margin-left: calc(100vw / 12 * 12); } }

@media (min-width: 1232px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-root-xl-1 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-1 {
      max-width: calc(100vw / 12 * 1); } }

@media (min-width: 1232px) {
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-root-xl-1 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 1); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-1 {
      margin-left: calc(100vw / 12 * 1); } }

@media (min-width: 1232px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-root-xl-2 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-2 {
      max-width: calc(100vw / 12 * 2); } }

@media (min-width: 1232px) {
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-root-xl-2 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 2); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-2 {
      margin-left: calc(100vw / 12 * 2); } }

@media (min-width: 1232px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-root-xl-3 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-3 {
      max-width: calc(100vw / 12 * 3); } }

@media (min-width: 1232px) {
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-root-xl-3 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 3); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-3 {
      margin-left: calc(100vw / 12 * 3); } }

@media (min-width: 1232px) {
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-root-xl-4 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-4 {
      max-width: calc(100vw / 12 * 4); } }

@media (min-width: 1232px) {
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-root-xl-4 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 4); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-4 {
      margin-left: calc(100vw / 12 * 4); } }

@media (min-width: 1232px) {
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-root-xl-5 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-5 {
      max-width: calc(100vw / 12 * 5); } }

@media (min-width: 1232px) {
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-root-xl-5 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 5); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-5 {
      margin-left: calc(100vw / 12 * 5); } }

@media (min-width: 1232px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-root-xl-6 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-6 {
      max-width: calc(100vw / 12 * 6); } }

@media (min-width: 1232px) {
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-root-xl-6 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 6); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-6 {
      margin-left: calc(100vw / 12 * 6); } }

@media (min-width: 1232px) {
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-root-xl-7 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-7 {
      max-width: calc(100vw / 12 * 7); } }

@media (min-width: 1232px) {
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-root-xl-7 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 7); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-7 {
      margin-left: calc(100vw / 12 * 7); } }

@media (min-width: 1232px) {
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-root-xl-8 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-8 {
      max-width: calc(100vw / 12 * 8); } }

@media (min-width: 1232px) {
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-root-xl-8 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 8); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-8 {
      margin-left: calc(100vw / 12 * 8); } }

@media (min-width: 1232px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-root-xl-9 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-9 {
      max-width: calc(100vw / 12 * 9); } }

@media (min-width: 1232px) {
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-root-xl-9 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 9); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-9 {
      margin-left: calc(100vw / 12 * 9); } }

@media (min-width: 1232px) {
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-root-xl-10 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-10 {
      max-width: calc(100vw / 12 * 10); } }

@media (min-width: 1232px) {
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-root-xl-10 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 10); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-10 {
      margin-left: calc(100vw / 12 * 10); } }

@media (min-width: 1232px) {
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-root-xl-11 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-11 {
      max-width: calc(100vw / 12 * 11); } }

@media (min-width: 1232px) {
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .offset-root-xl-11 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 11); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-11 {
      margin-left: calc(100vw / 12 * 11); } }

@media (min-width: 1232px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-root-xl-12 {
    max-width: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .col-root-xl-12 {
      max-width: calc(100vw / 12 * 12); } }

@media (min-width: 1232px) {
  .offset-xl-12 {
    margin-left: 100%; }
  .offset-root-xl-12 {
    margin-left: calc((100vw - (100vw - 1200px)) / 12 * 12); } }
  @media only screen and (min-width: 1232px) and (max-width: 1200px) {
    .offset-root-xl-12 {
      margin-left: calc(100vw / 12 * 12); } }

/*----------------
DEVELOPMENT:
Only for development purposes 

Use: .d-[name]
----------------*/
.d-bar {
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  bottom: 1rem;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  transition: ease 300ms;
  transition-property: bottom transform; }
  .d-bar:hover {
    bottom: 0;
    transform: translate3d(0, 0, 0); }

.bar__row {
  align-items: center; }

.bar__button {
  padding: 1rem 2rem;
  background-color: #e17000;
  color: #ffffff;
  border: none; }

.d-grid-view {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100; }
  .d-grid-view.is--active {
    opacity: 0.3; }

.grid-view__row,
.grid-view__container,
.grid-view__col {
  height: 100%; }

.grid-view__col::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: skyblue; }

.s-guide-nav {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .s-guide-nav {
      position: fixed; } }

.guide-nav__logo {
  padding: 1rem 0;
  max-width: 100%;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  position: relative; }

.guide-nav__items {
  padding-left: 0;
  margin: 0 -15px;
  display: none; }
  @media (min-width: 992px) {
    .guide-nav__items {
      display: block; } }

.guide-nav__childs {
  padding-left: 0; }

.guide-nav__item,
.guide-nav__child {
  list-style: none; }

.guide-nav__child-link {
  padding: 0.5rem 0 0.5rem 30px;
  font-weight: 500; }

.guide-nav__item-link {
  padding: 1rem 15px;
  font-weight: 700; }

.guide-nav__item-link,
.guide-nav__child-link {
  display: block;
  text-decoration: none;
  transition: ease 300ms;
  transition-property: padding;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .guide-nav__item-link::after,
  .guide-nav__child-link::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: width;
    left: 0;
    top: 0;
    border-radius: 0px 5px 5px 0px;
    background-color: #e17000; }
  .guide-nav__item-link:hover,
  .guide-nav__child-link:hover {
    padding-left: 20px;
    text-decoration: none; }
    .guide-nav__item-link:hover::after,
    .guide-nav__child-link:hover::after {
      width: 5px; }

.guide-nav__child-link:hover {
  padding-left: 35px; }

.s-guide-section {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.guide-section__part {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000000; }

.guide-font__heading {
  font-weight: 700; }

.guide-font__examples {
  display: flex; }

.guide-font__example {
  font-size: 62px;
  margin: 0 5px; }

.guide-font__example--bold {
  font-weight: 700; }

.guide-font__example--italic {
  font-style: italic; }

.s-guide-block {
  padding-bottom: 2rem;
  display: flex; }

.s-guide-title {
  margin-bottom: 4rem; }
  .s-guide-title::after {
    content: '';
    width: 40px;
    padding: 4px;
    border-radius: 5px;
    background-color: #e17000;
    position: absolute;
    display: block; }

.s-guide-component,
.s-guide-utility {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 15px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: ease 300ms;
  transition-property: box-shadow;
  overflow: hidden;
  position: relative; }

.s-guide-utility {
  height: calc(100% - 4rem); }

.guide-component--full {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  z-index: 100;
  background-color: #ffffff; }

.guide-component__buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start; }

.guide-component__button {
  position: relative;
  text-decoration: none;
  padding: 1rem;
  background-color: #e17000;
  color: #ffffff;
  cursor: pointer;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .guide-component__button:hover {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8; }

.guide-component__button--secondary {
  background-color: rgba(225, 112, 0, 0.8); }

.guide-component__button--tertiary {
  background-color: rgba(225, 112, 0, 0.6);
  border-radius: 0 0 0 5px; }

.guide-component__buttons--relative {
  position: relative; }

.s-guide-block:hover {
  cursor: pointer; }
  .s-guide-block:hover .guide-block__example {
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3); }

.guide-block__example {
  padding: 4rem;
  width: 0;
  position: relative;
  border-radius: 5px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  transition: ease 300ms;
  transition-property: box-shadow; }

.guide-block__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.guide-block__content {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  overflow: hidden;
  justify-content: center; }

.guide-block__title {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.s-guide-heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  min-height: 65px; }

.s-guide-copy {
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  animation-name: copyAnimation;
  animation-duration: 500ms; }

.guide-copy__text {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  font-weight: bold;
  font-size: 40px; }
  @media screen and (min-width: 576px) {
    .guide-copy__text {
      font-size: calc(40px + 60 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    .guide-copy__text {
      font-size: 100px; } }

@keyframes copyAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*----------------
BASE:
Only HTML tags
----------------*/
:root,
body {
  min-width: 320px;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "RO Sans", Calibri, sans-serif;
  overflow-x: hidden; }

:root {
  height: 100%;
  font-size: 80%; }
  @media (min-width: 768px) {
    :root {
      font-size: 90%; } }
  @media (min-width: 992px) {
    :root {
      font-size: 100%; } }

body {
  display: flex;
  flex-direction: column; }

body,
p,
li {
  font-weight: 400;
  font-size: 1.26562rem;
  line-height: 1.38272;
  color: #000000; }

p {
  margin-top: 0;
  margin-bottom: 1.25rem; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #01689b;
  text-decoration: underline; }
  html.has--mouse a:hover {
    cursor: pointer;
    color: #01689b;
    text-decoration: none; }

.has--keyboard-focus *:focus {
  position: relative;
  outline: 2px dotted #000000;
  z-index: 1010;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 2px #ffffff; }

/*----------------
UTILITIES:

Use: .u-[name]
----------------*/
.u-text--center {
  text-align: center; }
  @media (min-width: 0px) {
    .u-text--center-xs {
      text-align: center; } }
  @media (min-width: 576px) {
    .u-text--center-sm {
      text-align: center; } }
  @media (min-width: 768px) {
    .u-text--center-md {
      text-align: center; } }
  @media (min-width: 992px) {
    .u-text--center-lg {
      text-align: center; } }
  @media (min-width: 1232px) {
    .u-text--center-xl {
      text-align: center; } }

.u-text--right {
  text-align: right; }
  @media (min-width: 0px) {
    .u-text--right-xs {
      text-align: right; } }
  @media (min-width: 576px) {
    .u-text--right-sm {
      text-align: right; } }
  @media (min-width: 768px) {
    .u-text--right-md {
      text-align: right; } }
  @media (min-width: 992px) {
    .u-text--right-lg {
      text-align: right; } }
  @media (min-width: 1232px) {
    .u-text--right-xl {
      text-align: right; } }

.u-text--left {
  text-align: left; }
  @media (min-width: 0px) {
    .u-text--left-xs {
      text-align: left; } }
  @media (min-width: 576px) {
    .u-text--left-sm {
      text-align: left; } }
  @media (min-width: 768px) {
    .u-text--left-md {
      text-align: left; } }
  @media (min-width: 992px) {
    .u-text--left-lg {
      text-align: left; } }
  @media (min-width: 1232px) {
    .u-text--left-xl {
      text-align: left; } }

.u-none-pointer {
  pointer-events: none; }

.u-none-select {
  user-select: none; }

h1,
.u-h1 {
  font-size: 2.88651rem;
  line-height: 0.8661;
  font-weight: 700;
  font-family: "RO Sans", Calibri, sans-serif;
  margin-top: 0;
  margin-bottom: 1rem; }

h2,
.u-h2 {
  font-size: 2.02729rem;
  line-height: 1.23318;
  font-family: "RO Sans", Calibri, sans-serif;
  margin-top: 0;
  margin-bottom: 1rem; }

h3,
.u-h3 {
  font-size: 1.80203rem;
  line-height: 1.38732;
  font-family: "RO Sans", Calibri, sans-serif;
  margin-top: 0;
  margin-bottom: 1rem; }

h4,
.u-h4 {
  font-size: 1.5102rem;
  line-height: 1.15879;
  font-family: "RO Sans", Calibri, sans-serif;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5,
.u-h5 {
  font-size: 1.42383rem;
  line-height: 1.40466;
  font-family: "RO Sans", Calibri, sans-serif;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6,
.u-h6 {
  font-size: 1.26562rem;
  line-height: 1.18519;
  font-family: "RO Sans", Calibri, sans-serif;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.u-spacing--bottom,
.u-spacing {
  padding-bottom: 1rem; }

.u-spacing--top,
.u-spacing {
  padding-top: 1rem; }

.u-border--top {
  border-top: 1px solid #ffffff; }

.u-border--bottom {
  border-bottom: 1px solid #ffffff; }

.u-border--left {
  border-left: 1px solid #ffffff; }

.u-border--right {
  border-right: 1px solid #ffffff; }

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.u-font--primary {
  font-family: "RO Sans", Calibri, sans-serif; }

.u-font--secondary {
  font-family: "RO Serif", Arial, sans-serif; }

.u-divider--top,
.u-divider--bottom {
  position: relative; }
  .u-divider--top::before,
  .u-divider--bottom::before {
    display: block;
    width: 1200px;
    max-width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    content: "";
    position: absolute;
    border-top: 1px solid #535353; }

.u-divider--top::before {
  top: 0; }

.u-divider--bottom::before {
  bottom: 0; }

.u-divider--left,
.u-divider--right {
  position: relative; }
  .u-divider--left::before,
  .u-divider--right::before {
    display: block;
    height: 100%;
    content: "";
    position: absolute;
    border-right: 1px solid #535353; }

.u-divider--left::before {
  left: 0; }

.u-divider--right::before {
  right: 0; }

.u-external-link {
  display: inline-block;
  position: relative;
  padding-left: 1rem; }
  .u-external-link::before {
    content: "";
    font-family: "RO Icons";
    font-size: .7rem;
    display: inline-flex;
    align-items: center;
    left: 1px;
    bottom: 0.3rem;
    position: absolute; }

.u-intro {
  line-height: 1.40466;
  font-size: 1.60181rem; }
  .u-intro:last-child {
    margin-bottom: 2rem; }

.u-status.is--active {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.u-status--success {
  background-color: #e1eddb; }

.u-status--warning {
  background-color: #fff4dc; }

.u-status--error {
  background-color: #f9dfdd; }

.u-status--info {
  background-color: #d9ebf7; }

/*----------------
COMPONENTS:

Use: .c-[name]
----------------*/
.c-bypass-navigation {
  padding: 20px 0;
  z-index: 100;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff; }

.bypass-navigation__link {
  position: relative; }

.c-file {
  display: flex;
  align-items: center; }

.has--keyboard-focus .file__input:focus + .file__btn {
  border-style: dotted;
  border-color: #e17000;
  animation: focus-animation 1000ms ease infinite; }

.file__btn,
.file__return,
.file__remove {
  padding: 5px 10px;
  margin-bottom: 0; }

.file__btn {
  background-color: #e17000; }
  html.has--mouse .file__btn:hover {
    cursor: pointer;
    background-color: #01689b; }

.file__return {
  max-width: 200px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.file__preview {
  width: 100px;
  display: none; }
  .file__preview.is--visible {
    display: block; }

.file__remove {
  font-size: 2.2rem;
  display: none;
  cursor: pointer; }
  .file__remove.is--visible {
    display: block; }

.form__item-label {
  display: block; }

.form__item {
  padding: 0.5rem 0; }
  .form__item.has--error .form__item-error {
    color: red; }
  .form__item.has--error .form__item-input {
    border-color: red; }

.form__item-input {
  outline: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #000000;
  font-size: 1.26562rem; }

.form__item-checkbox,
.form__item-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .has--keyboard-focus .form__item-checkbox:focus ~ .form__item-selectbox, .has--keyboard-focus
  .form__item-radio:focus ~ .form__item-selectbox {
    outline: 2px dotted #000000;
    z-index: 1010;
    outline-offset: 0;
    -webkit-box-shadow: 0 0 0 2px #ffffff;
    box-shadow: 0 0 0 2px #ffffff; }
  .form__item-checkbox:checked ~ .form__item-selectbox::after,
  .form__item-radio:checked ~ .form__item-selectbox::after {
    opacity: 1; }

.form__item-selectbox {
  position: relative;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #000000; }
  .form__item-selectbox::after {
    content: "";
    position: absolute;
    opacity: 0; }

.form__item-checkbox ~ .form__item-selectbox::after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.form__item-radio ~ .form__item-selectbox {
  border-radius: 50%; }
  .form__item-radio ~ .form__item-selectbox::after {
    content: "";
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0); }

.c-custom-select {
  position: relative; }

.custom-select__selected {
  border: 1px solid #000000;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  cursor: pointer;
  display: none; }
  @media (min-width: 768px) {
    .custom-select__selected {
      display: block; } }

.custom-select__select {
  display: block; }
  .has--keyboard-focus .custom-select__select:focus + .custom-select__selected {
    outline: -webkit-focus-ring-color auto 1px; }
  @media (min-width: 768px) {
    .custom-select__select {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; } }

.custom-select__items {
  display: block; }
  .custom-select__items.is--hidden {
    display: none; }

.custom-select--secondary .custom-select__selected,
.custom-select--secondary .custom-select__select {
  background-color: #e17000;
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 40px 10px 20px; }

.c-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1rem;
  background-color: #ffffff;
  z-index: 200; }
  .c-modal.is--active {
    display: block; }

.has--modal {
  overflow: hidden; }
  .has--modal .modal__background {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: rgba(0, 0, 0, 0.6); }

.accordion__header {
  width: 100%; }

.accordion__panel {
  overflow: hidden;
  transition: ease 300ms;
  transition-property: max-height; }

.tab__panel {
  display: none; }
  .tab__panel.is--active {
    display: block; }

.c-tabcordion.is--tab .accordion__header {
  display: none; }

.c-tabcordion.is--accordion .accordion__panel {
  display: block; }

.c-tabcordion.is--accordion .tab__list {
  display: none; }

.c-tooltip {
  position: relative;
  display: inline-block; }
  .c-tooltip:hover:not(.tooltip--click) .tooltip__tip, .c-tooltip.is--active .tooltip__tip {
    display: block; }

.tooltip--bottom .tooltip__tip,
.tooltip--top .tooltip__tip {
  left: 50%;
  transform: translate3d(-50%, 0, 0); }
  .tooltip--bottom .tooltip__tip::after,
  .tooltip--top .tooltip__tip::after {
    width: 100%;
    left: 0;
    height: 1rem; }

.tooltip--bottom .tooltip__arrow,
.tooltip--top .tooltip__arrow {
  left: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip,
.tooltip--right .tooltip__tip {
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .tooltip--left .tooltip__tip::after,
  .tooltip--right .tooltip__tip::after {
    height: 100%;
    top: 0;
    width: 1rem; }

.tooltip--left .tooltip__arrow,
.tooltip--right .tooltip__arrow {
  top: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip {
  right: calc(100% + 1rem); }
  .tooltip--left .tooltip__tip::after {
    left: 100%; }

.tooltip--left .tooltip__arrow {
  right: calc(0px - (1rem / 2)); }

.tooltip--right .tooltip__tip {
  left: calc(100% + 1rem); }
  .tooltip--right .tooltip__tip::after {
    right: 100%; }

.tooltip--right .tooltip__arrow {
  left: calc(0px - (1rem / 2)); }

.tooltip--top .tooltip__tip {
  bottom: calc(100% + 1rem); }
  .tooltip--top .tooltip__tip::after {
    top: 100%; }

.tooltip--top .tooltip__arrow {
  bottom: calc(0px - (1rem / 2)); }

.tooltip--bottom .tooltip__tip {
  top: calc(100% + 1rem); }
  .tooltip--bottom .tooltip__tip::after {
    bottom: 100%; }

.tooltip--bottom .tooltip__arrow {
  top: calc(0px - (1rem / 2)); }

.tooltip__tip {
  display: none;
  background-color: #000000;
  color: #ffffff;
  padding: 1rem;
  position: absolute;
  width: 200px;
  z-index: 10; }
  .tooltip__tip::after {
    content: "";
    position: absolute;
    display: block; }

.tooltip__arrow {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  display: block;
  position: absolute;
  transform: rotate(45deg); }

.c-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #000000;
  padding: 10px 30px;
  border-radius: 100px;
  color: #ffffff;
  animation-name: toastAnimation;
  animation-duration: 4000ms; }

.toast--long {
  animation-duration: 6000ms; }

.toast--short {
  animation-duration: 2000ms; }

@keyframes toastAnimation {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.filter__item {
  padding: 10px;
  border: 1px solid #000000;
  display: inline-block; }
  .filter__item.is--active {
    background-color: #e17000; }

.filter__entries-item {
  display: none;
  padding: 10px 0;
  width: 100%; }
  .filter__entries-item.is--active {
    display: block; }

.advanced-filter__load.is--hidden {
  display: none; }

.c-breadcrumb {
  white-space: nowrap;
  display: inline; }
  .c-breadcrumb span,
  .c-breadcrumb a {
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
    overflow: hidden; }
    .c-breadcrumb span.is--dotted,
    .c-breadcrumb a.is--dotted {
      max-width: 0; }
      html.has--mouse .c-breadcrumb span.is--dotted:hover, html.has--mouse
      .c-breadcrumb a.is--dotted:hover {
        cursor: pointer;
        max-width: 100%; }
        html.has--mouse .c-breadcrumb span.is--dotted:hover::before, html.has--mouse
        .c-breadcrumb a.is--dotted:hover::before {
          display: none; }
      .c-breadcrumb span.is--dotted::before,
      .c-breadcrumb a.is--dotted::before {
        content: "...";
        position: absolute;
        display: block;
        transform: translate3d(-6px, 0, 0); }

.has--contrast :focus {
  outline-offset: 2px;
  outline-width: 4px;
  outline-style: dashed; }

.has--contrast a {
  text-decoration: underline; }

.has--contrast img {
  filter: contrast(200%); }

.has--contrast .guide-component__button {
  background-color: #000;
  outline: 4px solid; }

.has--contrast .s-guide-component,
.has--contrast .s-guide-utility,
.has--contrast .s-guide-nav,
.has--contrast .guide-block__example {
  box-shadow: none;
  border: 2px solid #000; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0; }
  .plyr video,
  .plyr audio,
  .plyr iframe {
    display: block;
    height: 100%;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  border-radius: 2px;
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 15px;
      padding: calc(10px * 2); } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  box-decoration-break: clone;
  color: #ffffff;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap; }
  .plyr__caption div {
    display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * 0.7);
  position: relative;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px; }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    outline-color: #e17000;
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }
  .plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0; }
  .plyr__controls .plyr__controls__item {
    margin-left: calc(10px / 4); }
    .plyr__controls .plyr__controls__item:first-child {
      margin-left: 0;
      margin-right: auto; }
    .plyr__controls .plyr__controls__item.plyr__progress__container {
      padding-left: calc(10px / 4); }
    .plyr__controls .plyr__controls__item.plyr__time {
      padding: 0 calc(10px / 2); }
    .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
    .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
      padding-left: 0; }
  .plyr__controls:empty {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    transition: transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4a5464;
    font-size: 15px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: calc(((18px / 2) + calc(10px * 0.7)) - (4px / 2));
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: calc(10px * 0.7); }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      align-items: center;
      color: #4a5464;
      display: flex;
      font-size: 13px;
      padding-bottom: calc(calc(10px * 0.7) / 1.5);
      padding-left: calc(calc(10px * 0.7) * 1.5);
      padding-right: calc(calc(10px * 0.7) * 1.5);
      padding-top: calc(calc(10px * 0.7) / 1.5);
      user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        align-items: inherit;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: calc(calc(10px * 0.7) * 4); }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: #728197;
          right: calc((calc(10px * 0.7) * 1.5) - 4px); }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: 400;
        margin: calc(10px * 0.7);
        margin-bottom: calc(calc(10px * 0.7) / 2);
        padding-left: calc(calc(10px * 0.7) * 4);
        position: relative;
        width: calc(100% - (calc(10px * 0.7) * 2)); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: #728197;
          left: calc((calc(10px * 0.7) * 1.5) - 4px); }
        .plyr__menu__container .plyr__control--back::before {
          background: #dcdfe5;
          box-shadow: 0 1px 0 #ffffff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: calc(calc(10px * 0.7) / 2);
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: calc(10px * 0.7); }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%) scale(0);
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: #e17000; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(35, 40, 47, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      align-items: center;
      display: flex;
      margin-left: auto;
      margin-right: calc((calc(10px * 0.7) - 2) * -1);
      overflow: hidden;
      padding-left: calc(calc(10px * 0.7) * 3.5);
      pointer-events: none; }

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(13px * 2);
  color: #e17000;
  display: block;
  height: calc((3px * 2) + 13px);
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background-image: linear-gradient(to right, currentColor 0%, transparent 0%); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #ffffff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: calc(((13px - 5px) / 2) * -1); }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #ffffff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: calc(5px / 2);
    height: 5px; }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: #ffffff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #e17000;
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    outline-color: #e17000;
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    outline-color: #e17000;
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 13px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: calc(768px - 1px)) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5464;
  font-size: 13px;
  font-weight: 400;
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: calc(4px * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: calc((18px / 2) + calc(10px * 0.7)); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((18px / 2) + calc(10px * 0.7));
    transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: calc(13px * 0.5);
  margin-right: 13px;
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: calc(13px * -0.5);
    margin-right: calc(13px * -0.5);
    width: calc(100% + 13px); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: 13px;
    left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: calc((5px / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }
  .plyr__volume input[type='range'] {
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    position: relative;
    z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #ffffff;
  border-radius: inherit;
  color: #4a5464;
  padding: 10px; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #e17000;
  color: #ffffff; }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 200, 209, 0.6); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6); }

.plyr--video {
  background: #000;
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: calc(10px / 2);
  padding-top: calc(10px * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 10px;
      padding-top: calc(10px * 3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #e17000;
  color: #ffffff; }

.plyr__control--overlaid {
  background: #e17000;
  border: 0;
  border-radius: 100%;
  color: #ffffff;
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(10px * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: calc(calc(10px / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: calc(4px * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: calc(3px - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: calc(3px - 1px);
      color: #fff;
      font-size: 13px;
      padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

.c-custom-player {
  max-width: 600px; }

.c-carousel {
  position: relative;
  height: 200px;
  width: 500px; }

.carousel__container {
  overflow: hidden;
  position: relative; }

.carousel__inner {
  display: flex;
  position: relative;
  transition: ease 300ms;
  transition-property: transform; }

.carousel__item {
  width: 100%;
  border: 1px solid #000000;
  min-height: 200px; }
  .carousel__item.is--in-view {
    background-color: gainsboro; }
  .carousel__item.is--active {
    background-color: grey; }

.carousel__cloned {
  display: flex;
  position: absolute; }

.carousel__cloned--end {
  left: 100%; }

.carousel__cloned--start {
  right: 100%; }

.carousel__controller.is-disabled {
  opacity: 0.5;
  pointer-events: none; }

.c-loader {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  position: fixed;
  background-image: url(/assets/img/loader.gif);
  background-size: 100px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease 300ms;
  transition-property: opacity; }

html {
  background: green; }

html.is--loading .c-loader {
  opacity: 1; }

.c-bypass-navigation {
  background-color: transparent; }

.nav__header {
  overflow: hidden; }

.nav__header-link {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.nav__header-logo {
  transform: translate3d(50%, 0, 0);
  margin-left: -40px;
  object-fit: cover;
  margin-top: -20px;
  margin-bottom: -12px;
  width: 40px;
  height: 100px;
  object-position: left; }
  @media (min-width: 768px) {
    .nav__header-logo {
      margin-left: -50px;
      width: auto;
      height: auto;
      margin-top: 0;
      margin-bottom: 0; } }

.nav__bar {
  background-color: #e17000;
  padding: 1rem 0; }

.nav__breadcrumb {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap; }
  .nav__breadcrumb a,
  .nav__breadcrumb span {
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.60181rem;
    line-height: 1.09252; }
  html.has--mouse .nav__breadcrumb a:hover {
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline; }
  .nav__breadcrumb a::after {
    content: "";
    font-family: "RO Icons";
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block; }
  .nav__breadcrumb a:last-child::after {
    display: none; }
  .nav__breadcrumb span {
    font-weight: 700; }

.c-header {
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .c-header.has--image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    opacity: 0.4; }

.header__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative; }

.header__subtitle {
  font-family: "RO Serif", Arial, sans-serif;
  font-style: italic;
  color: #ffffff;
  font-weight: 400; }

.header__title {
  color: #ffffff; }

.c-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #e17000;
  margin-top: auto;
  color: #ffffff; }

.footer__payoff {
  font-family: "RO Serif", Arial, sans-serif;
  font-style: italic;
  margin-bottom: 2rem; }

.footer__items {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.footer__heading {
  line-height: 1.24859;
  font-size: 1.60181rem;
  margin-bottom: 0.5rem; }

.footer__link {
  color: #ffffff;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  position: relative;
  display: block; }
  .footer__link::before {
    content: "";
    font-family: "RO Icons";
    font-size: .7rem;
    position: absolute;
    left: 0;
    top: 13px; }
  html.has--mouse .footer__link:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #ffffff; }

.c-editorial-nav {
  background-color: #e17000;
  padding-top: 4rem;
  padding-bottom: 2.5rem; }

.editorial-nav__items {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.editorial-nav__item {
  margin-bottom: 1rem;
  font-size: 1.60181rem;
  line-height: 1.09252; }

.editorial-nav__link {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center; }
  html.has--mouse .editorial-nav__link:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #ffffff; }

.editorial-nav__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center left;
  pointer-events: none; }

.editorial-nav__icon--2 {
  background-image: url("/assets/img/icons/documenten.svg"); }

.editorial-nav__icon--3 {
  background-image: url("/assets/img/icons/actueel.svg"); }

.editorial-nav__icon--6 {
  background-image: url("/assets/img/icons/vraag.svg"); }

.editorial-nav__icon--7 {
  background-image: url("/assets/img/icons/leden.svg"); }

.c-subnav {
  background-color: #f3f3f3;
  padding-top: 2rem;
  padding-bottom: 1rem; }

.subnav__items {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.subnav__item {
  margin-bottom: 1rem; }

.subnav__link {
  color: #01689b;
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative; }
  html.has--mouse .subnav__link:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #01496d; }
  .subnav__link::before {
    content: "";
    font-family: "RO Icons";
    font-size: .7rem;
    position: absolute;
    left: 0;
    top: 0.3rem; }

.c-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.section__box {
  margin-bottom: 2.5rem; }
  .section__box:last-child {
    margin-bottom: 0; }
  .section__box h2, .section__box h3, .section__box .u-h2, .section__box .u-h3 {
    margin-top: 2rem; }
    .section__box h2:first-child, .section__box h3:first-child, .section__box .u-h2:first-child, .section__box .u-h3:first-child {
      margin-top: 0; }

.section__figure {
  max-width: 100%;
  width: 368px;
  margin-bottom: 10px;
  margin: 0; }
  .section__figure.is--right {
    float: right;
    margin-left: 30px; }
  .section__figure.is--left {
    float: left;
    margin-right: 30px; }

.section__figure-img {
  width: 100%; }

.section__figure-caption {
  color: #535353;
  font-size: 1.125rem;
  line-height: 1.33333; }

.section__meta {
  margin-bottom: 1rem; }

.section__col {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .section__col:first-child {
    padding-top: 0; }
    .section__col:first-child::before {
      display: none; }
  .section__col:last-child {
    padding-bottom: 0; }
  .section__col::before {
    display: block;
    width: 1200px;
    max-width: 100%;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
    content: "";
    position: absolute;
    border-top: 1px solid #535353; }
  @media (min-width: 768px) {
    .section__col {
      padding-top: 0;
      padding-bottom: 0; }
      .section__col::before {
        display: none; } }

.c-form {
  position: relative; }
  .c-form.is--loading::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url(/assets/img/loader.gif);
    left: 0;
    top: 0;
    opacity: 0.7;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px; }

.form--event {
  position: static; }

.form__box {
  background-color: #f3f3f3;
  padding: 32px 48px 0 16px; }
  @media (min-width: 768px) {
    .form__box {
      padding: 32px 64px 0 32px; } }

.form__meta {
  font-size: .88889rem;
  line-height: 1.6875;
  padding: .75rem .5rem 0 0;
  text-align: right; }

.form__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  vertical-align: top;
  border: 0;
  position: relative;
  align-items: flex-start; }
  .form__item:last-child {
    margin-bottom: 0; }
  .form__item:first-child {
    margin-top: 0; }
  .form__item.is--empty {
    min-height: 1rem; }
  .form__item.has--error .form__item-error {
    color: #000000; }
  .form__item.has--error .form__item-input,
  .form__item.has--error .form__item-select-field {
    border-color: #000000; }
  .form__item.has--value .form__item-clear {
    display: block; }

.form__item-meta {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-style: italic; }

.form__item-label {
  width: 100%;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .form__item-label {
      width: calc( 33.33%  -   2rem); } }

.form__item-label-meta {
  font-size: 1.125rem; }

.form__item-input,
.form__item-select,
.form__item-error,
.form__item .cke {
  width: 100%;
  resize: vertical; }
  @media (min-width: 768px) {
    .form__item-input,
    .form__item-select,
    .form__item-error,
    .form__item .cke {
      width: 66.66%;
      max-width: 66.66%; } }

.form__item-input,
.form__item-select-field {
  min-height: 44px;
  padding: 0.5rem 1rem;
  border-radius: 0;
  -webkit-appearance: none; }

@media (min-width: 768px) {
  .form__item-input,
  .form__item-select,
  .form__item .cke {
    margin-left: 2rem; } }

.form__item-input.is--disabled,
.form__item-select.is--disabled,
.form__item .cke.is--disabled {
  pointer-events: none;
  opacity: 0.5; }

.form__item-input--checkbox {
  border: none;
  padding-left: 0;
  padding-right: 0;
  display: flex; }

.form__item-checkbox {
  position: relative;
  opacity: 1;
  width: 16px;
  height: 24px; }

.form__item-checkbox-label {
  display: block;
  margin-left: 15px;
  width: calc(100% - 40px); }

.form__item-select {
  position: relative; }
  .form__item-select::after {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "RO Icons";
    content: "";
    width: 44px;
    height: 44px;
    pointer-events: none;
    color: #01689b; }

.form__item-select-field {
  appearance: none;
  width: 100%; }

.form__item-error {
  margin-left: auto;
  padding: 1rem;
  padding-left: calc(20px + 2rem);
  background-color: #f9dfdd;
  position: relative;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.33333; }
  .form__item-error::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23d52b1e;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon error%3C/title%3E%3Ccircle class='a' cx='16' cy='16' r='16'/%3E%3Cpath class='b' d='M20.75,9.46,16,13.68,11.25,9.46a1.33,1.33,0,0,0-1.76,0,1.3,1.3,0,0,0,0,1.74L13.68,16,9.46,20.75a1.25,1.25,0,0,0,1.77,1.77L16,18.32l4.75,4.22a1.25,1.25,0,0,0,1.77-1.77L18.32,16l4.22-4.75a1.28,1.28,0,0,0,0-1.74,1.31,1.31,0,0,0-1.76,0M16,16l0,0,0,0h0l0,0Z'/%3E%3C/svg%3E");
    background-size: contain; }

.form__item-clear {
  position: absolute;
  right: 0;
  margin-left: auto;
  height: 44px;
  border: 0;
  background-color: transparent;
  padding: 8px;
  font-size: 1rem;
  top: 32px;
  color: #01689b;
  width: 40px;
  display: none; }
  @media (min-width: 768px) {
    .form__item-clear {
      top: 0; } }
  .form__item-clear::after {
    content: "";
    font-family: "RO Icons"; }
  .has--keyboard-focus .form__item-clear:focus {
    position: absolute; }

@media (min-width: 768px) {
  .form__button {
    margin-left: 33.33%; } }

.form__item .cke {
  border: none;
  outline: 1px solid #000000; }

.form__item .cke_top {
  border-bottom: 0;
  background-color: #f3f3f3; }

.form__item a.cke_button_off:hover, .form__item a.cke_button_off:focus, .form__item a.cke_button_off:active {
  border-color: #000000; }

.cke_dialog a.cke_dialog_ui_button_ok {
  background-color: #01689b;
  color: #ffffff; }
  .cke_dialog a.cke_dialog_ui_button_ok:hover {
    background-color: #01496d;
    color: #ffffff; }

.cke_editable,
.c-ckeditor {
  min-width: 100%;
  max-width: 100%; }

.c-ckeditor {
  font-size: 100%;
  min-width: 100%; }

.cke_editable {
  font-size: 1.26562rem;
  line-height: 1.38272;
  padding: 0.5rem 1rem; }

.date-picker--container {
  position: static; }

.date-picker-wrap {
  box-shadow: 0 1px 4px 0 #f3f3f3;
  background-color: #ffffff;
  border: 1px solid #000000;
  display: none;
  padding: 10px;
  position: absolute;
  width: 322px;
  z-index: 205;
  border-radius: 0; }

.date-picker-clip {
  overflow-x: hidden; }

.date-picker-wrap, .date-picker-wrap * {
  box-sizing: initial; }

.date-picker-clip-inner {
  width: 1000em; }

.date-picker-wrap .date-picker-item {
  float: left;
  margin-right: 10px;
  position: relative;
  width: 322px; }

.date-picker-wrap .date-picker-heading {
  margin-bottom: 10px; }

.date-picker-next,
.date-picker-prev {
  font-size: 16px;
  position: absolute;
  top: 2px;
  color: #01689b !important;
  letter-spacing: 1px; }

.date-picker-wrap .date-picker-next,
.date-picker-wrap .date-picker-prev {
  font-size: 16px;
  position: absolute;
  top: 2px; }

.date-picker-next {
  right: 10px; }

.date-picker-wrap table {
  box-sizing: border-box;
  border-spacing: 0;
  width: 100%; }

.date-picker-wrap table td,
.date-picker-wrap table th {
  font-size: 16px;
  padding: 0;
  text-align: center; }

.date-picker-wrap table td a {
  padding: 5px 12px;
  display: block;
  color: #000000;
  text-decoration: none; }

.date-picker-wrap table td.act {
  background-color: #01689b;
  font-weight: 700;
  border-radius: 0; }

html.has--mouse .date-picker-wrap table td:not(.empty):not(.act):hover {
  cursor: pointer;
  background-color: #f3f3f3;
  color: #01689b;
  font-weight: 700; }

.date-picker-wrap table td.act a {
  color: #ffffff; }

.date-picker-wrap h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 500; }

.date-picker-wrap .date-picker-footer {
  display: none; }

.c-file {
  padding: 0;
  border: none; }
  .c-file.is--active .file__btn {
    display: none; }

.has--keyboard-focus .file__input:focus + .file__btn {
  animation: none;
  border: none;
  outline: 2px dotted #000000; }

.file__btn,
.file__remove {
  background-color: #01689b;
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-size: 1.26562rem;
  line-height: 1.38272; }
  html.has--mouse .file__btn:hover, html.has--mouse
  .file__remove:hover {
    cursor: pointer;
    background-color: #01496d; }

.file__preview {
  margin-left: 10px;
  width: auto;
  height: 52px; }

.file__return {
  max-width: auto;
  width: auto; }

.c-sort {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.sort__item.is--desc, .sort__item.is--asc {
  font-weight: 700; }
  .sort__item.is--desc::after, .sort__item.is--asc::after {
    content: "";
    font-family: "RO Icons";
    font-size: 0.7rem;
    margin-left: 3px;
    display: inline-block; }

.sort__item.is--desc::after {
  transform: rotate(180deg); }

.c-button {
  background-color: #01689b;
  padding: 0.75rem 1rem;
  font-size: 1.26562rem;
  line-height: 1.58025;
  border: none;
  color: #ffffff;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center; }
  html.has--mouse .c-button:hover {
    cursor: pointer;
    background-color: #01496d;
    color: #ffffff; }
  .c-button.u-external-link::before {
    position: relative;
    bottom: 0;
    margin-right: 5px; }

.button__icon {
  font-size: 0.8rem;
  display: flex;
  pointer-events: none; }

.button__inner {
  pointer-events: none; }

.button--inline {
  background-color: transparent;
  padding: 0;
  color: #01689b; }
  html.has--mouse .button--inline:hover {
    cursor: pointer;
    background-color: transparent;
    color: #01689b; }
    html.has--mouse .button--inline:hover .button__inner {
      text-decoration: underline; }

.c-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  margin-bottom: 2.5rem; }
  html.has--mouse .c-card:hover {
    cursor: pointer; }
    html.has--mouse .c-card:hover .card__heading {
      text-decoration: underline; }

.card--container-no-link {
  margin-bottom: -2.5rem; }

.card__image {
  width: 100%;
  background-color: #f3f3f3;
  margin-bottom: 1rem; }

.card__heading {
  order: 1;
  font-weight: 400;
  color: #01689b; }

.card__content {
  order: 2; }

.card__meta {
  font-weight: 700;
  line-height: 1.33333;
  font-size: 1.125rem;
  margin-bottom: 0.5rem; }

.card__body {
  line-height: 1.33333;
  font-size: 1.125rem; }

.c-top-bar {
  background-color: #f3f3f3;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.top-bar__container {
  justify-content: space-between;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .top-bar__container {
      flex-direction: row; } }

.top-bar__items {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .top-bar__items {
      flex-direction: row; } }

.top-bar__item {
  font-size: 1.125rem;
  line-height: 1.33333; }
  @media (min-width: 768px) {
    .top-bar__item {
      margin-left: 1rem; } }
  .top-bar__item:first-child {
    margin-left: 0; }

.c-expand::before {
  content: attr(data-collapse); }

.c-expand.is--active::before {
  content: attr(data-expand); }

.expand--content {
  max-height: 0px;
  margin-top: -2rem;
  overflow: hidden;
  transition: ease 300ms;
  transition-property: max-height, margin-top; }
  .expand--content.is--active {
    margin-top: 0rem; }

.c-filter {
  border-bottom: 1px solid #000000;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.filter__total {
  font-size: 1.60181rem;
  color: #535353;
  text-transform: lowercase; }

.filter__total-count {
  font-size: 2.02729rem;
  color: #000000; }

.filter__toggle,
.filter__item {
  border: none;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  color: #000000;
  text-decoration: none; }
  html.has--mouse .filter__toggle:hover, html.has--mouse
  .filter__item:hover {
    cursor: pointer;
    background-color: #f3f3f3;
    text-decoration: none;
    color: #000000; }

.filter__toggle {
  background-color: transparent; }
  .filter__toggle::after {
    content: "";
    margin-left: 5px;
    font-family: "RO Icons";
    font-size: .7em; }
  .filter__toggle.is--active::after {
    transform: rotate(180deg); }

.filter__item {
  background-color: #f3f3f3;
  text-transform: none; }
  html.has--mouse .filter__item:hover {
    cursor: pointer;
    text-decoration: line-through; }
  .filter__item::after {
    content: "";
    margin-left: 5px;
    font-family: "RO Icons";
    font-size: .7em; }

.filter__total-type--one {
  display: none; }

.is--one ~ .filter__total-type--multiple {
  display: none; }

.is--one ~ .filter__total-type--one {
  display: inline; }

.c-results {
  margin-top: 2.5rem; }

.results__result {
  text-decoration: none;
  padding-left: 1.5rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative; }
  html.has--mouse .results__result:not(.results__result--no-link):hover {
    cursor: pointer; }
    html.has--mouse .results__result:not(.results__result--no-link):hover .results__result-title {
      text-decoration: underline; }
  .results__result::before {
    content: "";
    font-family: "RO Icons";
    font-size: .7rem;
    position: absolute;
    left: 0;
    top: 0.5rem; }

.results__result-title {
  font-weight: normal; }

.results__result-body {
  font-size: 1.125rem;
  line-height: 1.33333;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center; }

.results__result-meta {
  line-height: 1.6875;
  font-size: 0.88889rem;
  color: #535353; }

.results__result--user {
  background-size: 0;
  padding-left: 4.5rem; }
  .results__result--user::before {
    content: '';
    background-image: inherit;
    width: 3.5rem;
    height: 4rem;
    top: 0;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

.c-pagination {
  margin-top: 2rem; }

.pagination__wrapper {
  border-top: 0.25rem solid #01689b;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%; }

.pagination__number a, .pagination__number strong, .pagination__number span {
  width: 24px; }
  @media (min-width: 768px) {
    .pagination__number a, .pagination__number strong, .pagination__number span {
      width: 48px; } }

.pagination__number,
.pagination__unit--next,
.pagination__unit--prev {
  height: 48px;
  font-size: 1.42383rem;
  line-height: 1.40466;
  font-weight: normal; }
  .pagination__number a, .pagination__number strong, .pagination__number span,
  .pagination__unit--next a,
  .pagination__unit--next strong,
  .pagination__unit--next span,
  .pagination__unit--prev a,
  .pagination__unit--prev strong,
  .pagination__unit--prev span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #01689b;
    text-decoration: none; }
    html.has--mouse .pagination__number a:hover, html.has--mouse .pagination__number strong:hover, html.has--mouse .pagination__number span:hover, html.has--mouse
    .pagination__unit--next a:hover, html.has--mouse
    .pagination__unit--next strong:hover, html.has--mouse
    .pagination__unit--next span:hover, html.has--mouse
    .pagination__unit--prev a:hover, html.has--mouse
    .pagination__unit--prev strong:hover, html.has--mouse
    .pagination__unit--prev span:hover {
      cursor: pointer;
      text-decoration: underline; }

.pagination__number--current {
  background-color: #01689b; }
  .pagination__number--current a, .pagination__number--current strong, .pagination__number--current span {
    color: #ffffff;
    font-weight: 700; }
    html.has--mouse .pagination__number--current a:hover, html.has--mouse .pagination__number--current strong:hover, html.has--mouse .pagination__number--current span:hover {
      cursor: pointer;
      color: #ffffff; }

.pagination__number--dot {
  pointer-events: none; }

.pagination__numbers {
  position: relative;
  display: flex;
  top: -1px;
  margin-top: 0 !important;
  align-self: flex-start;
  height: 48px;
  padding: 0;
  list-style: none; }

.pagination__unit--prev,
.pagination__unit--next {
  padding: 0rem; }
  @media (min-width: 768px) {
    .pagination__unit--prev,
    .pagination__unit--next {
      padding: 0rem .5rem; } }

.pagination__unit--next {
  order: 2;
  justify-content: flex-end; }

.c-reactions {
  margin-top: 2rem;
  padding-top: 1.5rem; }

.reactions__reaction {
  background-color: #f3f3f3;
  padding: 1rem;
  margin-bottom: 2px; }
  .reactions__reaction:last-child {
    margin-bottom: 0; }
  .reactions__reaction p {
    font-size: 1.125rem;
    line-height: 1.33333; }

.reactions__meta {
  font-size: 0.88889rem;
  line-height: 1.6875;
  color: #535353; }

.c-date {
  position: relative;
  padding-left: 4.5rem;
  padding-bottom: 2rem; }
  .c-date::before {
    display: none; }

.date--result {
  padding-bottom: 0; }

.date__data-items {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.date__data-icon {
  margin-right: 10px;
  width: 15px; }
  @media (min-width: 768px) {
    .date__data-icon {
      width: auto; } }
  .date__data-icon::before {
    margin-left: 0;
    margin-right: 0; }

.date__data-item {
  font-size: 1.125rem;
  line-height: 1.33333;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.date__date {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  color: #535353;
  text-align: center; }

.date__date-day {
  font-weight: 700;
  font-size: 2.56578rem;
  line-height: .97436; }

.date__date-month {
  font-size: 1.26562rem;
  line-height: 1.18519; }

/*----------------
TEMPLATES:
Only if needed.

Use: Body class: .t-[template_name]
----------------*/


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