@charset "UTF-8";
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 100%; }

body {
  font-weight: normal;
  font-size: 100%;
  font-family: sofia-pro, sans-serif;
  color: #848c96;
  transition: all .4s .3s ease-in;
  background: #efefef; }

.wrapper {
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #FFF;
  transition: transform 0.3s ease; }
  @media only screen and (max-width: 767px) {
    .mobile-menu-active .wrapper {
      -ms-transform: translate(-300px);
          transform: translate(-300px); } }
  @media only screen and (max-width: 450px) {
    .mobile-menu-active .wrapper {
      -ms-transform: translate(-100%);
          transform: translate(-100%); } }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 .75rem; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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


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


.icon--commericieel::before {
  content: ""; }


.icon--diversen::before {
  content: ""; }


.icon--grootkeuken::before {
  content: ""; }


.icon--horeca::before {
  content: ""; }


.icon--verblijf::before {
  content: ""; }


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


.icon--phone::before {
  content: ""; }


.icon--quote::before {
  content: ""; }


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


.icon--location::before {
  content: ""; }


.icon--bars::before {
  content: ""; }


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

.region-top {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid rgba(242, 103, 36, 0.39);
  font-size: 0.875rem;
  line-height: normal; }

.region-top__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.region-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 10; }

.region-header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  border-bottom: 1px solid #c4cdd5;
  padding: .75rem 0; }
  @media only screen and (max-width: 767px) {
    .region-header__content {
      -ms-flex-align: center;
          align-items: center; } }

.region-header__logo {
  display: block;
  width: 154px; }

.section--hero {
  position: relative; }
  .section--hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 45%;
    bottom: 0;
    width: 55%;
    background: #FFF url("../img/hero.jpg") no-repeat top right;
    background-size: cover; }
    @media only screen and (max-width: 900px) {
      .section--hero::before {
        right: 0;
        left: 0;
        width: 100%; } }
  @media only screen and (max-width: 900px) {
    .section--hero::after {
      content: '';
      position: absolute;
      z-index: 1;
      background: rgba(255, 255, 255, 0.75);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
  .section--hero .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 42.5rem; }
    @media only screen and (max-width: 900px) {
      .section--hero .container {
        height: auto; } }
  .section--hero .section__content {
    position: relative;
    z-index: 2;
    width: 40%;
    max-width: 23.125rem;
    margin-right: 5%;
    font-size: 0.875rem;
    line-height: normal; }
    @media only screen and (max-width: 900px) {
      .section--hero .section__content {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 5rem 0;
        max-width: 23.125rem; } }

.section--voordelen {
  padding-top: 5rem;
  margin: 0 0 5rem 0; }
  @media only screen and (max-width: 550px) {
    .section--voordelen {
      padding-top: 3rem;
      margin: 0 0 3rem 0; } }
  .section--voordelen .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    @media only screen and (max-width: 1000px) {
      .section--voordelen .container {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .section--voordelen .section__content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-left: 10%;
    font-size: 0.875rem;
    line-height: normal; }
    @media only screen and (max-width: 1000px) {
      .section--voordelen .section__content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: none;
        margin-left: 0; } }

.section--voordelen__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 33.75rem;
      flex: 0 0 33.75rem;
  max-width: 33.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1000px) {
    .section--voordelen__list {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: none;
      margin-top: 3rem; } }

.section--voordelen__list__item {
  position: relative;
  display: block;
  padding: 2rem;
  -ms-flex: 0 0 47.5%;
      flex: 0 0 47.5%;
  max-width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  box-shadow: 2px 2px 11px 2px rgba(224, 224, 224, 0.83);
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .section--voordelen__list__item:nth-child(n) {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-right: 0;
      max-width: 100%; } }
  .section--voordelen__list__item:first-child {
    margin-top: 15%; }
    @media only screen and (max-width: 767px) {
      .section--voordelen__list__item:first-child {
        margin-top: 0; } }
  .section--voordelen__list__item:last-child {
    margin-top: -10%; }
    @media only screen and (max-width: 767px) {
      .section--voordelen__list__item:last-child {
        margin-top: 0; } }
  .section--voordelen__list__item:nth-child(2n) {
    margin-right: 0; }
  .section--voordelen__list__item:nth-last-child(1), .section--voordelen__list__item:nth-last-child(2) {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .section--voordelen__list__item:nth-last-child(2) {
      margin-bottom: 5%; } }
  .section--voordelen__list__item .section--voordelen__list__item__full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f26724;
    color: #FFF;
    padding: 1rem;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 767px) {
      .section--voordelen__list__item .section--voordelen__list__item__full {
        position: static;
        opacity: 1;
        background: transparent;
        color: #848c96; } }
  .section--voordelen__list__item:hover .section--voordelen__list__item__full, .section--voordelen__list__item:focus .section--voordelen__list__item__full {
    opacity: 1; }

.section--voordelen__list__item__content {
  font-size: 0.875rem;
  display: block;
  width: 100%;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .section--voordelen__list__item__summary .section--voordelen__list__item__content {
    display: none; } }

.section--quote {
  margin: 5rem 0 0 0;
  display: block;
  background: #FFF url("../img/img-quote.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (max-width: 550px) {
    .section--quote {
      margin-top: 3rem; } }
  .section--quote .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .section--quote .section__content {
    background: rgba(255, 255, 255, 0.93);
    font-size: 2.5rem;
    line-height: 2.75rem;
    color: #5d5f65;
    margin: 5rem 0;
    padding: 2.5rem;
    max-width: 30.625rem; }
    .section--quote .section__content .icon {
      display: block;
      color: #f26724;
      margin-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section--quote .section__content {
        font-size: 1.875rem;
        line-height: normal;
        line-height: 2rem; } }

.section--over-ons {
  overflow: hidden; }
  .section--over-ons .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 5rem;
    padding-bottom: 3rem; }
    .section--over-ons .container::before {
      content: '';
      background: #FFF url("../img/img-bord.jpg") no-repeat center center;
      background-size: contain;
      width: 50%;
      position: absolute;
      height: 100%;
      right: 0;
      bottom: -30%; }
      @media only screen and (max-width: 767px) {
        .section--over-ons .container::before {
          display: none; } }
  .section--over-ons .section__content {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: normal; }
    @media only screen and (max-width: 767px) {
      .section--over-ons .section__content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }

.section--sectoren {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  box-shadow: 2px 2px 11px 0 rgba(224, 224, 224, 0.83);
  padding-bottom: 5rem; }
  @media only screen and (max-width: 550px) {
    .section--sectoren {
      padding-top: 3rem; } }
  .section--sectoren .section__header {
    text-align: center;
    margin-bottom: 1.5rem; }

.section__sectoren__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 1000px) {
    .section__sectoren__list {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .section__sectoren__list::after {
    content: '';
    height: 2px;
    width: auto;
    background: rgba(132, 140, 150, 0.5);
    position: absolute;
    top: 24px;
    left: 8%;
    right: 8%; }
    @media only screen and (max-width: 1000px) {
      .section__sectoren__list::after {
        display: none; } }

.section__sectoren__list__item {
  position: relative;
  z-index: 1;
  -ms-flex: 0 0 16%;
      flex: 0 0 16%;
  margin-right: 5%;
  text-align: center; }
  .section__sectoren__list__item:nth-child(5n) {
    margin-right: 0; }
  @media only screen and (max-width: 1000px) {
    .section__sectoren__list__item:nth-child(n) {
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
      margin-right: 5%;
      margin-bottom: 5%; }
    .section__sectoren__list__item:nth-child(3n) {
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .section__sectoren__list__item:nth-child(n) {
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
      margin-right: 5%;
      margin-bottom: 5%; }
    .section__sectoren__list__item:nth-child(2n) {
      margin-right: 0; } }
  @media only screen and (max-width: 450px) {
    .section__sectoren__list__item:nth-child(n) {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-right: 5%;
      margin-bottom: 1.5rem; }
    .section__sectoren__list__item:last-child {
      margin-bottom: 0; } }

.section__sectoren__list__item__description {
  font-size: 0.875rem;
  line-height: normal; }

.section__sectoren__list__item__icon {
  font-size: 2.375rem;
  color: #f26724;
  background: #FFF;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem; }

@media only screen and (max-width: 450px) {
  h3.section__sectoren__list__item__title {
    margin-top: .25rem; } }

.section--cta {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding-top: 3rem;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 550px) {
    .section--cta {
      margin-bottom: 3rem; } }
  .section--cta .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 3rem;
    background-color: rgba(202, 202, 202, 0.22); }
    @media only screen and (max-width: 767px) {
      .section--cta .container {
        display: block; } }
  .section--cta .section__content {
    margin-right: 3rem; }
    @media only screen and (max-width: 767px) {
      .section--cta .section__content {
        margin-right: 0; } }
  .section--cta .section__cta {
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .section--cta .section__cta {
        margin-top: 1.5rem; } }

.section--contact {
  position: relative;
  background: #f26724; }
  .section--contact .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .section--contact h2.section__title {
    color: #FFF;
    margin-bottom: 3rem; }
  .section--contact .section__content {
    position: relative;
    z-index: 1;
    background: #f26724;
    color: #FFF;
    -ms-flex: 0 0 38.75rem;
        flex: 0 0 38.75rem;
    padding: 5rem 0 5rem 3rem; }
    @media only screen and (max-width: 550px) {
      .section--contact .section__content {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media only screen and (max-width: 767px) {
      .section--contact .section__content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        padding-left: 0; } }
  .section--contact::before {
    content: '';
    background: #f26724 url("../img/img-contact-v2.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 620px); }
    @media only screen and (max-width: 767px) {
      .section--contact::before {
        display: none; } }

.region-footer {
  background: rgba(132, 140, 150, 0.12);
  padding: 3rem 0; }

.region-footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.region-footer__logo {
  width: 9.625rem;
  margin-top: 1rem; }

.region-footer__logo-compass {
  margin-top: 1rem; }

.region-bottom {
  font-size: 0.875rem;
  line-height: normal;
  padding: 1.5rem 0; }

.region-mobile-menu {
  display: none;
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ee570e;
  overflow-y: scroll;
  -ms-transform: translate(300px);
      transform: translate(300px);
  transition: transform 0.3s ease; }
  @media only screen and (max-width: 767px) {
    .region-mobile-menu {
      display: block; }
      .mobile-menu-active .region-mobile-menu {
        -ms-transform: translate(0);
            transform: translate(0); } }
  @media only screen and (max-width: 450px) {
    .region-mobile-menu {
      width: 100%;
      -ms-transform: translate(100%);
          transform: translate(100%); }
      .mobile-menu-active .region-mobile-menu {
        -ms-transform: translate(0);
            transform: translate(0); } }

.btn.region-mobile-menu__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #f26724;
  background: #FFF;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .btn.region-mobile-menu__close {
      display: block; } }

.form-submit, .region-header .menu--main li a,
.region-header .menu--main li a:link,
.region-header .menu--main li a:visited,
.region-header .menu--main li a:active,
.btn,
a.btn,
a.btn:link,
a.btn:active,
a.btn:visited {
  display: inline-block;
  padding: .25em 1.5em;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  .form-submit:hover, .region-header .menu--main li a:hover, .form-submit:focus, .region-header .menu--main li a:focus,
  .btn:hover,
  .btn:focus,
  a.btn:hover,
  a.btn:focus,
  a.btn:link:hover,
  a.btn:link:focus,
  a.btn:active:hover,
  a.btn:active:focus,
  a.btn:visited:hover,
  a.btn:visited:focus {
    text-decoration: none; }


.btn--underline,
a.btn--underline,
a.btn--underline:link,
a.btn--underline:active,
a.btn--underline:visited {
  text-decoration: underline; }


.btn--no-padding,
a.btn--no-padding,
a.btn--no-padding:link,
a.btn--no-padding:active,
a.btn--no-padding:visited {
  padding: 0; }


.btn--less-padding,
a.btn--less-padding,
a.btn--less-padding:link,
a.btn--less-padding:active,
a.btn--less-padding:visited {
  padding: 0.3125rem 0.625rem; }


.btn--corp,
a.btn--corp,
a.btn--corp:link,
a.btn--corp:active,
a.btn--corp:visited {
  color: #FFF;
  background: #f26724;
  transition: color .3s ease, background-color .3s ease; }
  
  .btn--corp:hover,
  .btn--corp:focus,
  a.btn--corp:hover,
  a.btn--corp:focus,
  a.btn--corp:link:hover,
  a.btn--corp:link:focus,
  a.btn--corp:active:hover,
  a.btn--corp:active:focus,
  a.btn--corp:visited:hover,
  a.btn--corp:visited:focus {
    color: #FFF;
    background: #ee570e; }

.btn--uppercase {
  text-transform: uppercase; }

.btn--bold {
  font-weight: bold; }

/*%btn--blue,
.btn--blue,
a.btn--blue,
a.btn--blue:link,
a.btn--blue:active,
a.btn--blue:visited {
  color: color(button-blue--color);
  background: color(button-bleu--bg);
  transition: background-color .35s ease;
  &:hover,
  &:focus {
    color: color(button-blue--color--hover);
    background: darken(color(button-blue--bg--hover), 10%);
  }
}*/
/*%btn--blue-border,
.btn--blue-border,
a.btn--blue-border,
a.btn--blue-border:link,
a.btn--blue-border:active,
a.btn--blue-border:visited {
  color: color(button-bleu--bg);
  background: #FFF;
  border-color: color(button-bleu--bg);
  transition: background-color .3s ease;
  &:hover,
  &:focus {
    color: color(button-bleu--bg);
    background: #FFF;
    border-color: color(button-bleu--bg);
    text-decoration: underline;
  }
}


%btn--white,
.btn--white,
a.btn--white,
a.btn--white:link,
a.btn--white:active,
a.btn--white:visited {
  color: color(button-white--color);
  background: color(button-white--bg);
  transition: background-color .35s ease;
  &:hover,
  &:focus {
    color: color(button-white--color--hover);
    background: color(button-white--bg--hover);
  }
}

%btn--white-black-border,
.btn--white-black-border,
a.btn--white-black-border,
a.btn--white-black-border:link,
a.btn--white-black-border:active,
a.btn--white-black-border:visited {
  color: color(button-white-black-border--color);
  background: color(button-white-black-border--bg);
  transition: background-color .35s ease;
  border: 2px solid color('black');
  &:hover,
  &:focus {
    color: color(button-white-black-border--color--hover);
    background: color(button-white-black-border--bg--hover);
    border: 2px solid color('black');
  }
}



%btn--light,
.btn--light,
a.btn--light,
a.btn--light:link,
a.btn--light:active,
a.btn--light:visited {
  color: color(button-light--color);
  background: color(button-light--bg);
  transition: background-color .3s ease;
  &:hover,
  &:focus {
    color: color(button-light--color--hover);
    background: darken(color(button-light--bg--hover), 10%);
  }
}


%btn--dark,
.btn--dark,
a.btn--dark,
a.btn--dark:link,
a.btn--dark:active,
a.btn--dark:visited {
  color: color(button-dark--color);
  background: color(button-dark--bg);
  border-color: color(button-dark--bg);
  transition: background-color .3s ease;
  &:hover,
  &:focus {
    color: color(button-dark--color--hover);
    background: lighten(color(button-dark--bg--hover), 5%);
    border-color: color(button-dark--bg);
  }
}

%btn--dark-border,
.btn--dark-border,
a.btn--dark-border,
a.btn--dark-border:link,
a.btn--dark-border:active,
a.btn--dark-border:visited {
  color: color(button-dark--bg);
  background: #FFF;
  border-color: color(button-dark--bg);
  transition: background-color .3s ease;
  &:hover,
  &:focus {
    color: color(button-dark--bg);
    background: #FFF;
    border-color: color(button-dark--bg);
    text-decoration: underline;
  }
}*/

.btn--big,
a.btn--big,
a.btn--big:link,
a.btn--big:active,
a.btn--big:visited {
  font-size: 1.125em;
  padding: 1em 1em; }

.btn--icon-left .fa,
.btn--icon-left .icon,
a.btn--icon-left .fa,
a.btn--icon-left .icon,
a.btn--icon-left:link .fa,
a.btn--icon-left:link .icon,
a.btn--icon-left:active .fa,
a.btn--icon-left:active .icon,
a.btn--icon-left:visited .fa,
a.btn--icon-left:visited .icon {
  margin-right: .5em; }

.btn--icon-left--absolute,
a.btn--icon-left--absolute,
a.btn--icon-left--absolute:link,
a.btn--icon-left--absolute:active,
a.btn--icon-left--absolute:visited {
  position: relative;
  padding-left: 2rem; }
  .btn--icon-left--absolute .fa,
  .btn--icon-left--absolute .icon,
  a.btn--icon-left--absolute .fa,
  a.btn--icon-left--absolute .icon,
  a.btn--icon-left--absolute:link .fa,
  a.btn--icon-left--absolute:link .icon,
  a.btn--icon-left--absolute:active .fa,
  a.btn--icon-left--absolute:active .icon,
  a.btn--icon-left--absolute:visited .fa,
  a.btn--icon-left--absolute:visited .icon {
    position: absolute;
    top: .25em;
    left: 0; }

.btn--icon-right .fa,
.btn--icon-right .icon,
a.btn--icon-right .fa,
a.btn--icon-right .icon,
a.btn--icon-right:link .fa,
a.btn--icon-right:link .icon,
a.btn--icon-right:active .fa,
a.btn--icon-right:active .icon,
a.btn--icon-right:visited .fa,
a.btn--icon-right:visited .icon {
  margin-left: .5em; }

.btn--icon-right-extra .fa,
.btn--icon-right-extra .icon,
a.btn--icon-right-extra .fa,
a.btn--icon-right-extra .icon,
a.btn--icon-right-extra:link .fa,
a.btn--icon-right-extra:link .icon,
a.btn--icon-right-extra:active .fa,
a.btn--icon-right-extra:active .icon,
a.btn--icon-right-extra:visited .fa,
a.btn--icon-right-extra:visited .icon {
  margin-left: 1.5em; }

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="password"],
select,
textarea,
.file-input-wrapper {
  width: 100%;
  height: 2.125rem;
  padding: 0.125rem 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #FFF;
  border-radius: 2px;
  background-color: #FFF;
  color: #848c96;
  font-size: 1rem;
  line-height: 1.75rem; }
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  select:focus,
  textarea:focus,
  .file-input-wrapper:focus {
    border: 1px solid #FFF; }

select {
  padding-right: 2.5rem;
  background-image: url("../img/dropdown.svg");
  background-size: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center; }

textarea {
  height: auto;
  resize: none; }

form label {
  display: block;
  margin-bottom: .5rem; }

.form-item__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .form-item__wrapper .form-item {
    -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
    max-width: 47.5%; }

.form-item {
  margin-bottom: 1rem; }

.form-actions {
  margin-top: 1.5rem; }

.form-submit {
  color: #FFF;
  background: #f26724;
  border-color: #FFF;
  transition: color .3s ease, background-color .3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-submit:hover, .form-submit:focus {
    color: #f26724;
    background: #FFF; }

@font-face {
  font-family: 'dmsicons';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#dms-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa,
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 'dmsicons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4 {
  color: #5d5f65; }
  h1 span,
  h2 span,
  h3 span,
  h4 span {
    color: #f26724; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child {
    margin-top: 0; }

h1 {
  font-size: 3.125rem;
  line-height: 3.5rem;
  margin: 2rem 0; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5rem;
      line-height: normal;
      line-height: 2.75rem;
      margin: 1.5rem 0; } }

h2 {
  font-size: 2.5rem;
  line-height: normal;
  line-height: 2.75rem;
  margin: 1.5rem 0; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.875rem;
      line-height: normal;
      line-height: 2rem; } }

h3 {
  font-size: 1.125rem;
  line-height: normal;
  margin: 1rem 0; }

h4 {
  font-size: 1rem;
  line-height: normal;
  margin: 1rem 0; }

p {
  margin: 1.5rem 0; }

p:first-child {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.menu ul li .icon {
  display: inline-block;
  margin-right: .5rem;
  color: #f26724; }

.menu--user ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.menu--user li {
  display: block;
  margin: 0 0 0 1.5rem;
  padding: 0; }
  .menu--user li:first-child {
    margin-left: 0; }
  .menu--user li a,
  .menu--user li a:link,
  .menu--user li a:visited,
  .menu--user li a:active {
    position: relative;
    display: block;
    color: #5d5f65;
    text-decoration: none;
    padding: .75rem 0; }
    .menu--user li a:hover, .menu--user li a:focus,
    .menu--user li a:link:hover,
    .menu--user li a:link:focus,
    .menu--user li a:visited:hover,
    .menu--user li a:visited:focus,
    .menu--user li a:active:hover,
    .menu--user li a:active:focus {
      color: #5d5f65;
      text-decoration: underline; }
    .menu--user li a.menu__item--accent,
    .menu--user li a:link.menu__item--accent,
    .menu--user li a:visited.menu__item--accent,
    .menu--user li a:active.menu__item--accent {
      color: #f26724;
      font-weight: bold; }

.menu--contact ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.menu--contact li {
  display: block;
  margin: 0 0 0 1.5rem;
  padding: 0; }
  .menu--contact li:first-child {
    margin-left: 0; }
  .menu--contact li a,
  .menu--contact li a:link,
  .menu--contact li a:visited,
  .menu--contact li a:active {
    position: relative;
    display: block;
    color: #5d5f65;
    text-decoration: none;
    padding: .75rem 0; }
    .menu--contact li a:hover, .menu--contact li a:focus,
    .menu--contact li a:link:hover,
    .menu--contact li a:link:focus,
    .menu--contact li a:visited:hover,
    .menu--contact li a:visited:focus,
    .menu--contact li a:active:hover,
    .menu--contact li a:active:focus {
      color: #5d5f65;
      text-decoration: underline; }

.region-header .menu--main {
  margin-bottom: .5rem; }
  @media only screen and (max-width: 767px) {
    .region-header .menu--main {
      display: none; } }
  .region-header .menu--main ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-flex-align: center;
        align-items: center; }
  .region-header .menu--main li {
    display: block;
    margin: 0 0 0 .5rem;
    padding: 0; }
    .region-header .menu--main li:first-child {
      margin-left: 0; }
    .region-header .menu--main li a,
    .region-header .menu--main li a:link,
    .region-header .menu--main li a:visited,
    .region-header .menu--main li a:active {
      position: relative;
      display: block;
      color: #5d5f65;
      text-decoration: none; }
      .region-header .menu--main li a:hover, .region-header .menu--main li a:focus,
      .region-header .menu--main li a:link:hover,
      .region-header .menu--main li a:link:focus,
      .region-header .menu--main li a:visited:hover,
      .region-header .menu--main li a:visited:focus,
      .region-header .menu--main li a:active:hover,
      .region-header .menu--main li a:active:focus {
        color: #5d5f65;
        text-decoration: underline; }
      .region-header .menu--main li a.is-active,
      .region-header .menu--main li a:link.is-active,
      .region-header .menu--main li a:visited.is-active,
      .region-header .menu--main li a:active.is-active {
        font-weight: bold; }
    .region-header .menu--main li a.btn--corp {
      color: #FFF;
      text-decoration: none; }
      .region-header .menu--main li a.btn--corp:hover, .region-header .menu--main li a.btn--corp:focus {
        color: #FFF;
        text-decoration: none; }

.region-footer .menu--main li {
  margin-bottom: .5rem; }
  .region-footer .menu--main li:last-child {
    margin-bottom: 0; }
  .region-footer .menu--main li a,
  .region-footer .menu--main li a:link,
  .region-footer .menu--main li a:visited,
  .region-footer .menu--main li a:active {
    color: #848c96;
    text-decoration: none; }
    .region-footer .menu--main li a:hover, .region-footer .menu--main li a:focus,
    .region-footer .menu--main li a:link:hover,
    .region-footer .menu--main li a:link:focus,
    .region-footer .menu--main li a:visited:hover,
    .region-footer .menu--main li a:visited:focus,
    .region-footer .menu--main li a:active:hover,
    .region-footer .menu--main li a:active:focus {
      color: #848c96;
      text-decoration: underline; }

.region-mobile-menu .menu--main a,
.region-mobile-menu .menu--main a:link,
.region-mobile-menu .menu--main a:visited,
.region-mobile-menu .menu--main a:active {
  position: relative;
  display: block;
  color: #FFF;
  background: #f26724;
  text-decoration: none;
  padding: .5rem 1rem; }
  .region-mobile-menu .menu--main a:hover, .region-mobile-menu .menu--main a:focus,
  .region-mobile-menu .menu--main a:link:hover,
  .region-mobile-menu .menu--main a:link:focus,
  .region-mobile-menu .menu--main a:visited:hover,
  .region-mobile-menu .menu--main a:visited:focus,
  .region-mobile-menu .menu--main a:active:hover,
  .region-mobile-menu .menu--main a:active:focus {
    color: #FFF;
    background: #ee570e;
    text-decoration: none; }
  .region-mobile-menu .menu--main a.is-active,
  .region-mobile-menu .menu--main a:link.is-active,
  .region-mobile-menu .menu--main a:visited.is-active,
  .region-mobile-menu .menu--main a:active.is-active {
    font-weight: bold; }

.menu--bottom {
  color: #848c96; }
  .menu--bottom ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .menu--bottom li {
    display: block;
    margin: 0 1.5rem 0 0;
    padding: 0; }
    .menu--bottom li:last-child {
      margin-left: 0; }
    .menu--bottom li a,
    .menu--bottom li a:link,
    .menu--bottom li a:visited,
    .menu--bottom li a:active {
      position: relative;
      display: block;
      color: #848c96;
      text-decoration: none; }
      .menu--bottom li a:hover, .menu--bottom li a:focus,
      .menu--bottom li a:link:hover,
      .menu--bottom li a:link:focus,
      .menu--bottom li a:visited:hover,
      .menu--bottom li a:visited:focus,
      .menu--bottom li a:active:hover,
      .menu--bottom li a:active:focus {
        color: #848c96;
        text-decoration: underline; }
      .menu--bottom li a.menu__item--accent,
      .menu--bottom li a:link.menu__item--accent,
      .menu--bottom li a:visited.menu__item--accent,
      .menu--bottom li a:active.menu__item--accent {
        text-decoration: underline; }

.block__title {
  color: #848c96;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.block__about {
  width: 17.1875rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem; }
  .block__about a,
  .block__about a:link,
  .block__about a:visited,
  .block__about a:active {
    color: #f26724;
    text-decoration: none;
    text-transform: uppercase; }
    .block__about a:hover, .block__about a:focus,
    .block__about a:link:hover,
    .block__about a:link:focus,
    .block__about a:visited:hover,
    .block__about a:visited:focus,
    .block__about a:active:hover,
    .block__about a:active:focus {
      color: #f26724;
      text-decoration: underline; }

.block__links {
  -ms-flex: 0 1 165px;
      flex: 0 1 165px;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem; }

.block__address {
  -ms-flex: 0 1 165px;
      flex: 0 1 165px;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem; }
  .block__address .block__content {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .block__address .block__content li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-bottom: .5rem; }
      .block__address .block__content li .icon {
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
        margin-right: .5rem;
        color: #f26724; }
      .block__address .block__content li a,
      .block__address .block__content li a:link,
      .block__address .block__content li a:visited,
      .block__address .block__content li a:active {
        color: #848c96;
        text-decoration: none; }
        .block__address .block__content li a:hover, .block__address .block__content li a:focus,
        .block__address .block__content li a:link:hover,
        .block__address .block__content li a:link:focus,
        .block__address .block__content li a:visited:hover,
        .block__address .block__content li a:visited:focus,
        .block__address .block__content li a:active:hover,
        .block__address .block__content li a:active:focus {
          color: #848c96;
          text-decoration: none; }
      .block__address .block__content li:last-child {
        margin-bottom: 0; }

.block__contact {
  margin-bottom: 1.5rem; }

.block__contact__mail a,
.block__contact__mail a:link,
.block__contact__mail a:visited,
.block__contact__mail a:active {
  color: #f26724;
  text-decoration: underline; }
  .block__contact__mail a:hover, .block__contact__mail a:focus,
  .block__contact__mail a:link:hover,
  .block__contact__mail a:link:focus,
  .block__contact__mail a:visited:hover,
  .block__contact__mail a:visited:focus,
  .block__contact__mail a:active:hover,
  .block__contact__mail a:active:focus {
    color: #f26724;
    text-decoration: none; }

.block__contact__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 1rem 0 0 0;
  padding: 0;
  font-size: 2.0625rem;
  line-height: normal; }
  .block__contact__social li {
    margin-right: 1rem; }
    .block__contact__social li:last-child {
      margin-right: 0; }
  .block__contact__social a,
  .block__contact__social a:link,
  .block__contact__social a:visited,
  .block__contact__social a:active {
    display: block;
    color: #f26724;
    text-decoration: none;
    transition: color .3s ease, background-color .3s ease; }
    .block__contact__social a:hover, .block__contact__social a:focus,
    .block__contact__social a:link:hover,
    .block__contact__social a:link:focus,
    .block__contact__social a:visited:hover,
    .block__contact__social a:visited:focus,
    .block__contact__social a:active:hover,
    .block__contact__social a:active:focus {
      color: #ee570e;
      text-decoration: none; }

.block__mobile-menu-toggle {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  display: none; }
  @media only screen and (max-width: 767px) {
    .block__mobile-menu-toggle {
      display: block; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

  .block__partnerships {
    margin-bottom: 1.5rem; 
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

