@charset "UTF-8";
/* ----------------------------------------------------------------------------*\
    [1] TOOLS - Site-wide mixins and functions.
\*---------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------*\
    #TOOLS MIXINS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #MIXINS BREAKPOINTS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #MIXINS CLEARFIX
\*----------------------------------------------------------------------------*/
/**
 * Make an element expand to contain floated children.
 * - http://nicolasgallagher.com/micro-clearfix-hack/
 * - http://fuseinteractive.ca/blog/understanding-humble-clearfix
 * - http://css-tricks.com/snippets/css/clear-fix/
 *
 * 1. The use of `table` rather than `block` is only necessary if using
 * `:before` to contain the top-margins of child elements.
 * Set `$contain-top-margins` to "margins" below, to  globally output the
 * clearix version that contains top-margins as well. Or include the clearfix
 * mixin with with the "margins" variable (e.g. `@include clearfix("margins")`)
 * to contain top-margins only for that element/class.
 *
 * 2. The space content is one way to avoid an Opera bug when the
 * `contenteditable` attribute is included anywhere else in the document.
 * Otherwise it causes space to appear at the top and bottom of the element.
 */
/*----------------------------------------------------------------------------*\
    #MIXINS FONT FAMILIES
\*----------------------------------------------------------------------------*/
/**
 * Fonts families.
 */
/**
 * Shorthand font stack.
 */
/*----------------------------------------------------------------------------*\
    #MIXINS OFFSETS
\*----------------------------------------------------------------------------*/
/**
 * Easily set an element's offest and values.
 */
/*----------------------------------------------------------------------------*\
    #MIXINS SIZING
\*----------------------------------------------------------------------------*/
/**
 * Size width + height
 */
/**
 * Size square (width and height are the same)
 */
/* ----------------------------------------------------------------------------*\
    [2] SETTINGS - Global variables, site-wide settings, config switches, etc.
\*---------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------*\
    #SETTINGS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #SETTINGS COLORS
\*----------------------------------------------------------------------------*/
/**
 * Base colors.
 */
/**
  * Grays.
  */
/**
  * Project colors.
  */
/*----------------------------------------------------------------------------*\
    #SETTINGS SPACES (based on 8pt grid)
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #SETTINGS PAGE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #SETTINGS TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/**
 * Font stacks.
 */
/**
  * Font weights.
  */
/* ----------------------------------------------------------------------------*\
    [3] GENERIC - Low-specificity, far-reaching rulesets (e.g. resets).
\*---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------*\
    #GENERIC NORMALIZE
\*---------------------------------------------------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* 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;
  /* 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;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */ }

/**
 * 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 {
  padding: 0;
  border-style: none; }

/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

/* ----------------------------------------------------------------------------*\
    #GENERIC RESET
\*---------------------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

/* ----------------------------------------------------------------------------*\
    #GENERIC BOX-SIZING
\*---------------------------------------------------------------------------- */
/**
 * Apply a natural box layout model to all elements, but allowing components to
 * change. http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
html {
  box-sizing: border-box; }

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

/* ----------------------------------------------------------------------------*\
    #VENDORS TEXT SELECTION
\*---------------------------------------------------------------------------- */
::selection {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-shadow: none; }

/* ----------------------------------------------------------------------------*\
    #VENDORS VIEWPORT
\*---------------------------------------------------------------------------- */
/**
 * Enable automatic content scaling in IE 10, see: http://j.mp/TT6lHf
 * In Metro IE10 snap mode works most of the time correct when using:
 * "width: device-width;", but it doesn't always work as meant on
 * Windows Phone 8 (e.g. Nokia Lumia 820). To fix this issue on Windows Phone 8
 * for now see: http://trentwalton.com/?p=5994
 */
@viewport {
  width: device-width; }

/* ----------------------------------------------------------------------------*\
    #VENDORS WEBFONT LOADING
\*---------------------------------------------------------------------------- */
/**
 * Font events for web fonts loaded with Typekit and/or Google's
 * WebFont Loader to control the Flash of Unstyled Text (FOUT).
 */
.wf-loading {
  visibility: hidden;
  /* IE7/8 */
  opacity: 0; }

.wf-active {
  visibility: visible;
  /* IE7/8 */
  transition: opacity 0.24s ease-in-out;
  opacity: 1; }

.wf-inactive {
  visibility: visible;
  /* IE7/8 */
  opacity: 1; }

/* ----------------------------------------------------------------------------*\
    [4] ELEMENTS - Unclassed HTML elements (e.g. a {}, blockquote {}, address {}).
\*---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------*\
    #ELEMENTS IMAGES
\*---------------------------------------------------------------------------- */
/**
 * Fluid images
 */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

/* ----------------------------------------------------------------------------*\
    #BASE PAGE
\*---------------------------------------------------------------------------- */
html {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  color: #565656;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.no-scroll {
    height: 100vh;
    margin-top: 0;
    overflow: hidden; }

body {
  margin-top: 56px;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (min-width: 1024px) {
    body {
      margin-top: 0; } }

/* ----------------------------------------------------------------------------*\
    [5] OBJECTS - Objects, abstractions, and design patterns (e.g. .media {}).
\*---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------*\
    #OBJECTS CONTAIN
\*---------------------------------------------------------------------------- */
.o-contain {
  width: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto; }

.o-contain-padding {
  padding-right: 16px;
  padding-left: 16px;
  /* Tweak point */ }
  @media (min-width: 480px) {
    .o-contain-padding {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1440px) {
    .o-contain-padding {
      padding-right: 16px;
      padding-left: 16px; } }

/* ==========================================================================
   Grid
   Based on https://philipwalton.github.io/solved-by-flexbox/demos/grids/
   ========================================================================== */
.o-grid {
  display: flex;
  flex-wrap: wrap; }
  .o-grid__cell {
    flex: 1; }
  .o-grid--full > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%; }
  .o-grid--1of2 > .o-grid__cell {
    flex: 0 0 50%;
    max-width: 50%; }
  .o-grid--1of3 > .o-grid__cell {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .o-grid--1of4 > .o-grid__cell {
    flex: 0 0 25%;
    max-width: 25%; }
  .o-grid--3of4 > .o-grid__cell {
    flex: 0 0 75%;
    max-width: 75%; }

.o-grid--gutters {
  margin-right: -16px;
  margin-left: -16px; }

.o-grid--gutters > .o-grid__cell {
  padding-right: 16px;
  padding-left: 16px; }

.o-grid--guttersLg {
  margin-right: -32px;
  margin-left: -32px; }

.o-grid--guttersLg > .o-grid__cell {
  padding-right: 32px;
  padding-left: 32px; }

.o-grid--guttersXl {
  margin-right: -16px;
  margin-left: -16px; }
  @media (min-width: 1280px) {
    .o-grid--guttersXl {
      margin-right: -48px;
      margin-left: -48px; } }

.o-grid--guttersXl > .o-grid__cell {
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 1280px) {
    .o-grid--guttersXl > .o-grid__cell {
      padding-right: 48px;
      padding-left: 48px; } }

@media (min-width: 480px) {
  .o-grid--1of2Cp > .o-grid__cell {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .o-grid--fitMd > .o-grid__cell {
    flex: 1; }
  .o-grid--fullMd > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%; }
  .o-grid--1of2Md > .o-grid__cell {
    flex: 0 0 50%;
    max-width: 50%; }
  .o-grid--1of3Md > .o-grid__cell {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 1024px) {
  .o-grid--fitLg > .o-grid__cell {
    flex: 1; }
  .o-grid--1of2Lg > .o-grid__cell {
    flex: 0 0 50%;
    max-width: 50%; }
  .o-grid--1of3Lg > .o-grid__cell {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 1280px) {
  .o-grid--1of2Wd > .o-grid__cell {
    flex: 0 0 50%;
    max-width: 50%; }
  .o-grid--1of3Wd > .o-grid__cell {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .o-grid--1of4Wd > .o-grid__cell {
    flex: 0 0 25%;
    max-width: 25%; } }

/* ----------------------------------------------------------------------------*\
    #OBJECTS IMAGES
\*---------------------------------------------------------------------------- */
.o-image-square::after {
  content: "";
  display: block;
  padding-bottom: 100%; }

/* ==========================================================================
   OBJECTS PAGE
   ========================================================================== */
.o-page {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 64px; }
  .o-page__heading, .c-copy h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a1a18; }
  .o-page__subtitle, .c-copy .subtitle {
    font-family: "Zilla Slab", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-top: 8px;
    color: #e23316; }
  .o-page--home {
    padding-top: 32px;
    padding-bottom: 0; }

@media (min-width: 768px) {
  .o-page {
    padding-top: 64px;
    padding-bottom: 120px; }
    .o-page__heading, .c-copy h1 {
      font-size: 38px; }
    .o-page__subtitle, .c-copy .subtitle {
      font-size: 25px; }
    .o-page--home {
      padding-top: 32px;
      padding-bottom: 0; } }

@media (min-width: 1280px) {
  .o-page {
    padding-top: 64px;
    padding-bottom: 120px; }
    .o-page--home {
      padding-bottom: 0; } }

/* ----------------------------------------------------------------------------*\
    [6] COMPONENTS - Discrete, complete chunks of UI (e.g. .accordion {}).
\*---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------*\
    #COMPONENTS AGENDA
\*---------------------------------------------------------------------------- */
.c-agenda {
  margin-top: 32px; }
  .c-agenda__header .o-page__subtitle, .c-agenda__header .c-copy .subtitle, .c-copy .c-agenda__header .subtitle {
    margin-bottom: 24px; }
  .c-agenda__items {
    position: relative;
    padding: 40px 24px;
    background-color: #e23316;
    color: white; }
    .c-agenda__items .c-btn {
      margin-top: 48px; }
  .c-agenda__item {
    margin-top: auto;
    margin-bottom: 24px; }
    .c-agenda__item:last-child {
      margin-bottom: 0; }
    .c-agenda__item:hover .c-agenda__time {
      background-color: #565656;
      color: white; }
    .c-agenda__item:hover .c-agenda__heading {
      color: #565656; }
    .c-agenda__item a {
      display: flex;
      align-items: center;
      text-decoration: none; }
  .c-agenda__heading {
    font-family: "Zilla Slab", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    flex: 0 1 auto;
    padding-left: 24px;
    transition: color 0.2s ease-in;
    color: white; }
  .c-agenda__time {
    width: 64px;
    height: 64px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
    min-width: 64px;
    transition: color 0.2s ease-in, background-color 0.2s ease-in-out;
    background-color: white;
    color: #868686; }
    .c-agenda__time::after {
      position: absolute;
      top: 50%;
      right: 0;
      width: 70%;
      height: 2px;
      content: "";
      display: block;
      transform: translate(0, -50%);
      background-color: #e23316; }
    .c-agenda__time span {
      font-size: 21px;
      font-weight: 700;
      display: block;
      text-align: center; }

@media (min-width: 768px) {
  .c-agenda {
    margin-top: 64px; }
    .c-agenda__items {
      padding-left: 72px; }
      .c-agenda__items::after {
        position: absolute;
        top: 0;
        left: 100%;
        width: calc(50vw + 50%);
        height: 100%;
        content: "";
        background-color: #e23316; }
      .c-agenda__items .c-btn {
        position: absolute;
        top: 50%;
        left: -135px;
        margin-top: 0;
        transform: translateY(-50%); } }

@media (min-width: 1024px) {
  .c-agenda__items {
    padding: 72px 0 72px 88px; } }

@media (min-width: 1280px) {
  .c-agenda {
    margin-top: 110px; }
    .c-agenda__header {
      position: relative;
      top: 72px;
      padding-left: calc(25% + 88px); }
      .c-agenda__header .o-page__subtitle, .c-agenda__header .c-copy .subtitle, .c-copy .c-agenda__header .subtitle {
        margin-bottom: 0; }
    .c-agenda__content {
      align-items: flex-end; }
    .c-agenda__item {
      margin-bottom: 0; } }

#system-message .alert {
  background: #e23316;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  position: fixed;
  top: 15px;
  right: 15px;
  left: 15px;
  z-index: 9000; }
  #system-message .alert .close {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 42px;
    line-height: 1;
    cursor: pointer; }
  #system-message .alert a {
    color: #eee; }

.d-main-body {
  padding-top: 60px; }
  .d-main-body .page-header {
    margin-bottom: 40px; }
  .d-main-body h1, .d-main-body h2, .d-main-body h3, .d-main-body h4 {
    font-weight: 700;
    color: #1a1a18; }
  .d-main-body h2 {
    font-size: 28px; }
  .d-main-body h3 {
    font-size: 24px; }
  .d-main-body .article-output p {
    margin-bottom: 30px; }
  .d-main-body a {
    color: #e23316; }
    .d-main-body a:hover {
      opacity: 0.8; }
    .d-main-body a.c-btn {
      color: #fff; }
  .d-main-body .rs-deelnemen {
    margin-bottom: 30px; }
  .d-main-body .rs_guests li {
    width: 100%;
    height: auto;
    margin: 0 0 5px !important;
    padding: 0 !important;
    text-align: left; }
  .d-main-body form .control-group {
    margin-bottom: 20px; }
    .d-main-body form .control-group input[type="text"],
    .d-main-body form .control-group input[type="password"],
    .d-main-body form .control-group input[type="email"] {
      width: 360px;
      height: 36px;
      border: 1px solid #ddd;
      border-radius: 2px;
      padding: 4px 0 0 8px; }
  .d-main-body fieldset.formFieldset ol.formContainer li {
    margin-bottom: 20px; }
    .d-main-body fieldset.formFieldset ol.formContainer li input[type="text"] {
      width: 360px;
      height: 36px;
      border: 1px solid #ddd;
      border-radius: 2px;
      padding: 4px 0 0 8px; }

.tpl-contact-default .panel {
  margin-top: 30px; }

.grid-contacts .item {
  margin-bottom: 30px;
  font-size: 16px; }
  .grid-contacts .item .inner {
    position: relative; }
  .grid-contacts .item .contact-image {
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center; }
    .grid-contacts .item .contact-image img {
      display: none; }
  .grid-contacts .item .contact-col {
    background: #f4f4f4;
    padding: 15px;
    margin-left: 130px;
    border-left: 5px solid #e23316;
    min-height: 170px; }
  .grid-contacts .item .contact-info a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2em;
    font-family: "Zilla Slab", sans-serif;
    margin: 0 0 10px; }

@media (max-width: 1280px) {
  .grid-contacts .item .contact-col {
    min-height: 170px; } }

@media (max-width: 660px) {
  .grid-contacts .item {
    width: 100%;
    float: none; }
    .grid-contacts .item .contact-col {
      min-height: 170px; } }

.pagination {
  margin-bottom: 40px; }
  .pagination ul {
    text-align: center; }
    .pagination ul li {
      display: inline-block;
      margin: 0 3px; }
      .pagination ul li.pagination-start, .pagination ul li.pagination-end, .pagination ul li.pagination-prev, .pagination ul li.pagination-next {
        display: none; }
      .pagination ul li span,
      .pagination ul li a {
        display: inline-block;
        background: #f4f4f4;
        padding: 3px 14px;
        border-bottom: 3px solid #e23316;
        text-decoration: none;
        color: #000; }
      .pagination ul li a:hover {
        background: #ddd; }
      .pagination ul li span {
        background: #e23316;
        color: #fff; }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS ARTICLE
\*---------------------------------------------------------------------------- */
.c-article {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  padding: 0 16px 50px 16px; }
  .c-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .c-article:last-child .c-article__content::after {
      display: none; }
  .c-article__content {
    position: relative;
    margin-top: 32px; }
    .c-article__content::after {
      position: absolute;
      right: 0;
      left: 0;
      width: 100%;
      height: 2px;
      content: "";
      display: block;
      margin-top: 48px;
      background-color: #868686; }
    .c-article__content p {
      max-width: 860px;
      margin-top: 32px; }
    .c-article__content .c-btn {
      margin-top: 40px; }

/* Tweak point */
@media (min-width: 550px) {
  .c-article {
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .c-article {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 72px;
    padding-bottom: 72px; }
    .c-article__content {
      margin-top: 0; }
      .c-article__content::after {
        width: 45%;
        margin-top: 72px; } }

.article-output ul.mod-photo-gallery {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .article-output ul.mod-photo-gallery li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin: 0 15px 15px 0;
    overflow: hidden; }
  .article-output ul.mod-photo-gallery a {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
    border: 1px solid #eee;
    transform: scale(1, 1);
    transition: transform 0.35s; }
    .article-output ul.mod-photo-gallery a:hover {
      opacity: 0.8;
      transform: scale(1.08, 1.08); }

/* CONTACT FORM */
.rsform .rsform-block {
  width: 100%;
  margin-bottom: 15px; }
  .rsform .rsform-block .formBody {
    clear: both;
    float: none;
    word-break: 100%; }
  .rsform .rsform-block .formDescription {
    display: none; }
  .rsform .rsform-block input[type="text"],
  .rsform .rsform-block input[type="password"],
  .rsform .rsform-block input[type="email"],
  .rsform .rsform-block textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px; }
  .rsform .rsform-block input[type="text"],
  .rsform .rsform-block input[type="password"],
  .rsform .rsform-block input[type="email"] {
    height: 40px;
    padding: 8px; }
  .rsform .rsform-block input[type="radio"],
  .rsform .rsform-block input[type="checkbox"] {
    margin-right: 10px; }
  .rsform .rsform-block textarea {
    height: 120px;
    padding: 8px; }

/* @group LEAD ITEMS */
.lead-items {
  margin-bottom: 80px; }

/* @end */
/* ----------------------------------------------------------------------------*\
    #COMPONENTS BUTTONS
\*---------------------------------------------------------------------------- */
form button,
.c-btn {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  min-width: 140px;
  padding: 8px 40px 8px 16px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in;
  border: 0;
  border-radius: 0;
  background: #e23316;
  color: white;
  text-decoration: none;
  cursor: pointer; }
  form button::after,
  .c-btn::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    transform: translateY(-50%);
    transition: right 0.2s ease-in-out;
    background-image: url("../images/assets.svg");
    background-repeat: no-repeat;
    background-position: -192px -96px; }
  form button:hover,
  .c-btn:hover {
    background-color: #cb2e14; }
    form button:hover::after,
    .c-btn:hover::after {
      right: 8px; }
  form button:active,
  .c-btn:active {
    transition: none;
    background-color: #b42911; }

.c-btn--secondary {
  background-color: #868686; }
  .c-btn--secondary::after {
    background-position: -192px -96px; }
  .c-btn--secondary:hover {
    background-color: #c6c6c6;
    color: white; }
  .c-btn--secondary:active {
    transition: none;
    background-color: #b9b9b9; }

.c-btn--inverse {
  background-color: white;
  color: #e23316; }
  .c-btn--inverse::after {
    background-position: -96px -96px; }
  .c-btn--inverse:hover {
    background-color: #e23316;
    color: white; }
    .c-btn--inverse:hover::after {
      background-position: -192px -96px; }

.c-btn--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #e23316;
  color: #e23316; }
  .c-btn--outline::after {
    background-position: -96px -96px; }
  .c-btn--outline:hover {
    background-color: #e23316;
    color: white; }
    .c-btn--outline:hover::after {
      background-position: -192px -96px; }
  .c-btn--outline:active {
    transition: none;
    background-color: #b42911;
    box-shadow: inset 0 0 0 2px #b42911; }
  .c-btn--outline.c-btn--secondary {
    box-shadow: inset 0 0 0 2px #868686;
    color: #868686; }
    .c-btn--outline.c-btn--secondary::after {
      background-position: 0 -96px; }
    .c-btn--outline.c-btn--secondary:hover {
      background-color: #868686;
      color: white; }
      .c-btn--outline.c-btn--secondary:hover::after {
        background-position: -192px -96px; }
    .c-btn--outline.c-btn--secondary:active {
      transition: none;
      background-color: #6d6c6c;
      box-shadow: inset 0 0 0 2px #6d6c6c; }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS BUTTONS
\*---------------------------------------------------------------------------- */
.c-copy::after {
  /* 1 */ }
  .c-copy::after::after {
    display: block;
    /* 1 */
    clear: both;
    content: '';
    /* 2 */ }

.c-copy h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1; }

.c-copy h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1; }

.c-copy > h2 + *,
.c-copy > h3 + *,
.c-copy > p + *,
.c-copy > ul + *,
.c-copy > ol + * {
  margin-top: 32px !important; }

.c-copy p:first-of-type {
  font-family: "Zilla Slab", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #1a1a18; }

.c-copy p a {
  color: #e23316; }

.c-copy p b,
.c-copy p strong {
  font-weight: 700; }

.c-copy p i,
.c-copy p em {
  font-style: italic; }

.c-copy .subtitle {
  display: block;
  margin-top: 8px !important; }

.c-copy img {
  max-width: 100%; }

.c-copy .article-header {
  margin-bottom: 40px; }

.c-copy .article-output p {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .c-copy p:first-child {
    font-size: 25px; } }

@media (min-width: 1024px) {
  .c-copy {
    padding-right: 88px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS CTA (call to action)
\*---------------------------------------------------------------------------- */
.c-cta {
  position: relative;
  margin-top: 72px;
  background-color: #565656; }
  .c-cta__image {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.1; }
  .c-cta__content {
    position: relative;
    bottom: -48px;
    z-index: 1;
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto; }
  .c-cta__block {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 30px;
    padding: 48px 24px 64px;
    transition: background-color 0.2s ease-in;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 10px 0 0 #e23316; }
    .c-cta__block:hover {
      background-color: white; }
      .c-cta__block:hover .c-icon-arrow {
        position: relative;
        right: -4px; }
    .c-cta__block p {
      font-family: "Zilla Slab", sans-serif;
      font-size: 20px;
      line-height: 1.2;
      margin-top: 25px;
      color: #e23316; }
    .c-cta__block a {
      position: absolute;
      right: 16px;
      bottom: 16px; }
  .c-cta__heading {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a18; }
  .c-cta .c-icon-arrow {
    position: relative;
    right: 0;
    transition: right 0.2s ease-in-out; }

@media (min-width: 480px) {
  .c-cta__block {
    padding: 64px 40px 80px; } }

@media (min-width: 768px) {
  .c-cta__block {
    height: 100%;
    margin-top: 0;
    padding: 48px 24px 64px; }
  .c-cta__heading {
    font-size: 25px; } }

@media (min-width: 1024px) {
  .c-cta {
    margin-top: 80px; }
    .c-cta__block {
      padding: 64px 40px 80px; } }

@media (min-width: 1280px) {
  .c-cta {
    margin-top: 180px; }
    .c-cta__block {
      padding: 64px 40px 80px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS EVENT
\*---------------------------------------------------------------------------- */
.c-event {
  margin-top: 80px; }
  .c-event strong {
    font-weight: 700; }
  .c-event__header {
    display: flex;
    align-items: center; }
    .c-event__header time {
      width: 90px;
      height: 90px;
      display: flex;
      position: relative;
      flex-direction: column;
      justify-content: space-around;
      min-width: 90px;
      background-color: #e23316;
      color: white; }
      .c-event__header time::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 70%;
        height: 2px;
        content: "";
        display: block;
        transform: translate(0, -50%);
        background-color: white; }
      .c-event__header time span {
        font-size: 31px;
        font-weight: 700;
        display: block;
        text-align: center; }
  .c-event__heading {
    font-family: "Zilla Slab", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    flex: 0 1 auto;
    padding: 0 24px;
    color: #e23316; }
  .c-event__content {
    padding: 16px 32px;
    background-color: #868686;
    color: white; }
    .c-event__content strong {
      display: inline-block;
      margin-top: 16px; }
    .c-event__content address {
      display: block; }
    .c-event__content time:not(:last-child)::after {
      content: " - "; }
  .c-event__footer {
    padding: 32px 32px 0;
    color: #e23316; }
    .c-event__footer p {
      max-width: 230px; }
    .c-event__footer .c-btn {
      margin-top: 32px;
      margin-left: -24px; }

@media (min-width: 480px) {
  .c-event__content .o-grid .o-grid__cell:last-child {
    text-align: left; } }

@media (min-width: 768px) {
  .c-event__content .o-grid .o-grid__cell:last-child {
    text-align: left; } }

@media (min-width: 1280px) {
  .c-event {
    margin-top: 120px; }
    .c-event__content .o-grid .o-grid__cell:last-child {
      text-align: left; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS FOOTER
\*---------------------------------------------------------------------------- */
.c-footer {
  padding: 32px 0; }
  .c-footer p {
    margin-top: 24px;
    text-align: center; }
  .c-footer .c-list, .c-footer .c-copy ul, .c-copy .c-footer ul,
  .c-footer .c-copy ol, .c-copy .c-footer ol {
    margin-bottom: 24px; }
  .c-footer__logo {
    width: 224px;
    height: 72px;
    display: block;
    margin: 40px auto 0; }
  .c-footer__copyright {
    display: block;
    margin-top: 40px;
    font-size: 14px;
    text-align: center; }
    .c-footer__copyright a {
      transition: color 0.2s ease-in;
      color: inherit; }
      .c-footer__copyright a:hover {
        color: #e23316; }
  .c-footer .newsflash {
    padding-top: 30px; }

@media (min-width: 768px) {
  .c-footer {
    padding-top: 48px;
    padding-bottom: 48px; }
    .c-footer p {
      margin-top: 40px;
      text-align: left; }
    .c-footer .c-list, .c-footer .c-copy ul, .c-copy .c-footer ul,
    .c-footer .c-copy ol, .c-copy .c-footer ol {
      margin-bottom: 0; }
    .c-footer__copyright {
      font-size: 17px;
      text-align: left; } }

@media (min-width: 1280px) {
  .c-footer p, .c-footer__logo {
    margin-top: 0; }
  .c-footer__copyright {
    padding-left: 24px; }
  .c-footer .newsflash {
    padding-top: 0px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS HAMBURGER
\*---------------------------------------------------------------------------- */
/*
    * Example HTML
    * <div class="c-hamburger">
        * <span></span>
    * </div>
*/
.c-hamburger {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 4px;
  right: 16px;
  display: block;
  z-index: 1;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }
  .c-hamburger:focus {
    outline: 0; }
  .c-hamburger span,
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    right: 0;
    width: 20px;
    height: 3px;
    display: block;
    transition: all 0.32s ease-in;
    background-color: #565656; }
  .c-hamburger span {
    top: 24px; }
  .c-hamburger span::before,
  .c-hamburger span::after {
    content: ""; }
  .c-hamburger span::before {
    top: -6px; }
  .c-hamburger span::after {
    top: 6px; }
  @media (min-width: 1024px) {
    .c-hamburger {
      display: none; } }

.c-hamburger.is-open {
  display: block; }
  .c-hamburger.is-open span {
    transform: rotate(-45deg); }
  .c-hamburger.is-open span::after {
    top: 0;
    transform: rotate(90deg); }
  .c-hamburger.is-open span::before {
    opacity: 0; }
  @media (min-width: 1024px) {
    .c-hamburger.is-open {
      display: none; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS HEADER
\*---------------------------------------------------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 3;
  background: white; }
  .c-header__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    height: 100%; }
  .c-header__meta {
    position: absolute;
    top: 440px;
    left: 0;
    display: none;
    z-index: 3;
    justify-content: center;
    width: 100%; }
    .c-header__meta.is-open {
      display: flex; }
    .c-header__meta .c-btn:not(:last-child) {
      margin-right: 8px; }

@media (min-width: 1024px) {
  .c-header {
    position: relative;
    height: 152px; }
    .c-header__inner {
      align-items: flex-start;
      justify-content: space-between; }
      .c-header__inner .c-masthead {
        align-self: center; }
      .c-header__inner .nav,
      .c-header__inner .menu {
        margin-top: 72px; }
    .c-header__meta {
      position: absolute;
      top: 0;
      right: 15px;
      left: auto;
      display: flex;
      justify-content: flex-end; } }

@media (min-width: 1280px) {
  .c-header__inner .c-masthead {
    margin-left: 48px; }
  .c-header__inner .nav,
  .c-header__inner .menu {
    padding-right: 136px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS HERO
\*---------------------------------------------------------------------------- */
.c-hero {
  display: flex;
  position: relative;
  justify-content: center;
  min-height: 350px;
  overflow: hidden; }
  .c-hero::after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 2560px;
    height: 225px;
    content: "";
    transform: translate(-50%, 0);
    background-image: url("../images/hero-shape.svg");
    background-repeat: no-repeat; }
  .c-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .c-hero__content {
    padding-top: 96px;
    padding-bottom: 176px;
    color: white;
    text-align: center; }
    .c-hero__content p {
      font-family: "Zilla Slab", sans-serif;
      font-size: 21px;
      margin-top: 8px; }
    .c-hero__content .c-btn {
      margin: 32px auto 0; }
  .c-hero__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2; }
  .c-hero--home::after {
    position: absolute;
    bottom: -90px;
    left: 65%;
    width: 2175px;
    height: 120px;
    content: "";
    transform: translate(-50%, 0);
    background-image: url("../images/home-hero-shape.svg");
    background-repeat: no-repeat; }

@media (min-width: 480px) {
  .c-hero--home::after {
    bottom: -70px;
    left: 55%; } }

@media (min-width: 768px) {
  .c-hero__content p {
    font-size: 25px; }
  .c-hero__heading {
    font-size: 38px; }
  .c-hero--home::after {
    bottom: -50px; } }

@media (min-width: 1024px) {
  .c-hero__content {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-left: auto;
    text-align: left; }
    .c-hero__content p {
      margin-top: 8px;
      text-align: center; }
    .c-hero__content .c-btn {
      align-self: center; }
  .c-hero--home::after {
    bottom: -30px;
    left: 75%; } }

@media (min-width: 1280px) {
  .c-hero {
    min-height: 450px; }
    .c-hero__content {
      padding-top: 232px;
      padding-bottom: 176px; }
    .c-hero--home::after {
      bottom: -15px;
      left: 75%; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS HOME INTRO
\*---------------------------------------------------------------------------- */
.c-home-intro {
  margin-bottom: 72px; }
  .c-home-intro p {
    max-width: 830px;
    margin-top: 32px; }
  .c-home-intro .c-btn {
    margin-top: 40px; }

@media (min-width: 1280px) {
  .c-home-intro {
    margin-bottom: 0; }
    .c-home-intro p {
      position: relative;
      margin-top: 88px;
      padding: 0 32px 0 200px; }
      .c-home-intro p::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 50%;
        content: "";
        background-color: #868686; }
    .c-home-intro .c-btn {
      margin-top: 0; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS ICONS
\*---------------------------------------------------------------------------- */
.c-icon-arrow {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../images/assets.svg");
  background-repeat: no-repeat;
  background-position: -96px -192px; }
  .c-icon-arrow--secondary {
    background-position: 0 -192px; }
  .c-icon-arrow--inverse {
    background-position: -192px -192px; }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS LIST
\*---------------------------------------------------------------------------- */
.c-list, .c-copy ul,
.c-copy ol {
  counter-reset: list; }
  .c-list li, .c-copy ul li, .c-copy ol li {
    display: list-item;
    position: relative;
    padding-left: 24px; }
    .c-list li::before, .c-copy ul li::before, .c-copy ol li::before {
      position: absolute;
      top: 8px;
      left: 0;
      width: 7px;
      height: 7px;
      content: "";
      display: inline-block;
      background-image: url("../images/assets.svg");
      background-repeat: no-repeat;
      background-position: -96px 0; }
    .c-list li a, .c-copy ul li a, .c-copy ol li a {
      transition: color 0.2s ease-in;
      color: #565656;
      text-decoration: none; }
      .c-list li a:hover, .c-copy ul li a:hover, .c-copy ol li a:hover {
        color: #e23316; }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS MASTHEAd
\*---------------------------------------------------------------------------- */
.c-masthead {
  width: 146px;
  height: 47px;
  display: block; }
  @media (min-width: 1024px) {
    .c-masthead {
      width: 270px;
      height: 85px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS NAV MAIN
\*---------------------------------------------------------------------------- */
.nav-std {
  position: absolute;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 0;
  padding: 16px;
  overflow: hidden;
  transition: height 0.2s ease-in, opacity 0.2s ease-in-out;
  opacity: 0;
  background-color: white; }
  .nav-std.is-open {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: calc(100vh - 56px);
    opacity: 1; }
  .nav-std .nav,
  .nav-std .menu {
    text-align: center; }
  .nav-std li {
    display: block;
    margin-bottom: 16px; }
    .nav-std li:last-child {
      margin-bottom: 0; }
    .nav-std li.active a, .nav-std li.current a {
      position: relative; }
      .nav-std li.active a::after, .nav-std li.current a::after {
        position: absolute;
        right: 0;
        bottom: -4px;
        width: 100%;
        height: 2px;
        content: "";
        background-color: #e23316; }
      .nav-std li.active a:hover, .nav-std li.current a:hover {
        color: #565656;
        cursor: default; }
    .nav-std li a {
      transition: color 0.2s ease-in;
      color: #565656;
      text-decoration: none; }
      .nav-std li a:hover {
        color: #e23316; }

@media (min-width: 1024px) {
  .nav-std {
    display: block;
    padding: 0; }
    .nav-std, .nav-std.is-open {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      flex-direction: column;
      height: auto;
      opacity: 1; }
    .nav-std .nav,
    .nav-std .menu {
      display: flex;
      text-align: left; }
    .nav-std li {
      margin-right: 24px; }
      .nav-std li:last-child {
        margin-right: 0; }
      .nav-std li a.active::after,
      .nav-std li a.current::after {
        width: 40px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS NEWS
\*---------------------------------------------------------------------------- */
.c-news__heading {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  margin-bottom: 32px; }

.c-news__item time {
  display: block;
  margin-bottom: 4px; }

.c-news__item h1 {
  color: #e23316;
  font-weight: 700; }

.c-news__item p {
  margin-top: 32px; }

.c-news__item .c-btn {
  margin-top: 48px; }

@media (min-width: 1280px) {
  .c-news__heading {
    margin-bottom: 80px;
    padding-top: 48px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS QUOTE
\*---------------------------------------------------------------------------- */
.c-quote {
  font-family: "Zilla Slab", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  display: flex;
  position: relative;
  padding-top: 48px;
  padding-bottom: 88px;
  overflow: hidden;
  background-color: #e23316;
  color: white; }
  .c-quote::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 2560px;
    height: 140px;
    content: "";
    transform: translate(-50%, 0);
    background-image: url("../images/quote-shape.svg");
    background-repeat: no-repeat; }
  .c-quote blockquote {
    margin-left: auto;
    hyphens: auto; }
    .c-quote blockquote::before {
      content: "“"; }
    .c-quote blockquote::after {
      content: "”"; }
  .c-quote--secondary {
    padding-top: 96px;
    background-color: #ececec;
    color: #1a1a18; }
  .c-quote--flipped {
    padding-top: 64px; }
    .c-quote--flipped::after {
      left: 0;
      background-image: url("../images/quote-shape-flipped.svg"); }
    .c-quote--flipped blockquote {
      margin-right: auto;
      margin-left: 0; }

@media (min-width: 768px) {
  .c-quote {
    padding-top: 72px;
    padding-bottom: 112px;
    font-size: 25px; }
    .c-quote::after {
      left: 50%; }
    .c-quote--secondary {
      padding-top: 128px; }
    .c-quote--flipped {
      padding-top: 80px; } }

@media (min-width: 1024px) {
  .c-quote blockquote {
    width: 66.6666666667%; } }

@media (min-width: 1280px) {
  .c-quote--flipped blockquote {
    padding-left: 200px; } }

/* ----------------------------------------------------------------------------*\
    #COMPONENTS SIDEBAR
\*---------------------------------------------------------------------------- */
.c-sidebar {
  margin-top: 72px;
  margin-bottom: 0; }
  .c-sidebar__content {
    padding: 40px;
    background-color: #565656;
    color: white; }
    .c-sidebar__content .c-btn {
      margin-top: 40px; }
  .c-sidebar__heading {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2; }
  .c-sidebar--home {
    margin-bottom: 72px; }

@media (min-width: 480px) {
  .c-sidebar__content {
    padding: 48px 48px 40px; } }

/* Tweak point */
@media (min-width: 550px) {
  .c-sidebar {
    display: flex; }
    .c-sidebar__image {
      min-width: 50%; }
    .c-sidebar__content {
      flex: 1;
      padding: 32px 24px; } }

@media (min-width: 768px) {
  .c-sidebar__heading {
    font-size: 25px; } }

@media (min-width: 1024px) {
  .c-sidebar {
    display: block;
    margin-top: 128px; }
    .c-sidebar__image {
      min-width: 100%; }
    .c-sidebar--home {
      display: flex;
      margin-top: 72px; }
      .c-sidebar--home .c-sidebar__image {
        min-width: 50%; } }

@media (min-width: 1280px) {
  .c-sidebar {
    z-index: 1; }
    .c-sidebar__content {
      padding: 48px 48px 40px; }
    .c-sidebar--home {
      position: relative;
      top: 168px;
      display: block;
      margin-top: 0;
      margin-bottom: 0; }
      .c-sidebar--home .c-sidebar__image {
        min-width: 100%; } }

/* ----------------------------------------------------------------------------*\
    [7] UTILITIES - High-specificity, very explicit selectors.
\*---------------------------------------------------------------------------- */
/* ==========================================================================
   Sizes
   ========================================================================== */
.u-1of4 {
  flex: none !important;
  width: 25% !important;
  max-width: 25% !important; }

.u-full {
  flex: none !important;
  width: 100% !important;
  max-width: 100% !important; }

.u-2of3 {
  flex: none !important;
  width: 66.6666666667% !important;
  max-width: 66.6666666667% !important; }

@media (min-width: 768px) {
  .u-1of3--md {
    flex: none !important;
    width: 33.3333333333% !important;
    max-width: 33.3333333333% !important; } }

@media (min-width: 1024px) {
  .u-fitLg {
    flex: 1 !important;
    width: auto !important;
    max-width: auto !important; }
  .u-1of4--lg {
    flex: none !important;
    width: 25% !important;
    max-width: 25% !important; }
  .u-1of3--lg {
    flex: none !important;
    width: 33.3333333333% !important;
    max-width: 33.3333333333% !important; }
  .u-2of3--lg {
    flex: none !important;
    width: 66.6666666667% !important;
    max-width: 66.6666666667% !important; } }

@media (min-width: 1280px) {
  .u-fitWd {
    flex: 1 !important;
    width: auto !important;
    max-width: auto !important; }
  .u-1of2--wd {
    flex: none !important;
    width: 50% !important;
    max-width: 50% !important; }
  .u-3of4--wd {
    flex: none !important;
    width: 75% !important;
    max-width: 75% !important; } }

/* ==========================================================================
   UTILITIES STATES
   ========================================================================== */
.js-block {
  cursor: pointer; }


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

