@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 35.5em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=35.5em&xmedium=40.0625em&xxmedium=48em&large=55.0625em&xlarge=72.1875em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Verdana", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  max-width: 77.5rem;
  margin: 0 auto; }

.grid-container-padded {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-container-padded {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 77.5em) {
    .grid-container-padded {
      padding-left: 0;
      padding-right: 0; } }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > small-shrink, .grid-x > small-full, .grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 35.5em) {
  .grid-x > medium-shrink, .grid-x > medium-full, .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 55.0625em) {
  .grid-x > large-shrink, .grid-x > large-full, .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 35.5em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 55.0625em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 35.5em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 55.0625em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 35.5em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 55.0625em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 35.5em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 55.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; }
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 35.5em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .medium-margin-collapse > .small-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .small-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .small-3 {
      width: 25%; }
    .medium-margin-collapse > .small-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .small-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .small-6 {
      width: 50%; }
    .medium-margin-collapse > .small-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .small-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .small-9 {
      width: 75%; }
    .medium-margin-collapse > .small-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .small-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .small-12 {
      width: 100%; }
    .medium-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .medium-3 {
      width: 25%; }
    .medium-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .medium-6 {
      width: 50%; }
    .medium-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .medium-9 {
      width: 75%; }
    .medium-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .medium-12 {
      width: 100%; }
    .medium-margin-collapse > .large-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .large-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .large-3 {
      width: 25%; }
    .medium-margin-collapse > .large-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .large-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .large-6 {
      width: 50%; }
    .medium-margin-collapse > .large-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .large-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .large-9 {
      width: 75%; }
    .medium-margin-collapse > .large-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .large-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .large-12 {
      width: 100%; }
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 55.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .large-margin-collapse > .small-1 {
      width: 8.33333%; }
    .large-margin-collapse > .small-2 {
      width: 16.66667%; }
    .large-margin-collapse > .small-3 {
      width: 25%; }
    .large-margin-collapse > .small-4 {
      width: 33.33333%; }
    .large-margin-collapse > .small-5 {
      width: 41.66667%; }
    .large-margin-collapse > .small-6 {
      width: 50%; }
    .large-margin-collapse > .small-7 {
      width: 58.33333%; }
    .large-margin-collapse > .small-8 {
      width: 66.66667%; }
    .large-margin-collapse > .small-9 {
      width: 75%; }
    .large-margin-collapse > .small-10 {
      width: 83.33333%; }
    .large-margin-collapse > .small-11 {
      width: 91.66667%; }
    .large-margin-collapse > .small-12 {
      width: 100%; }
    .large-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .large-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .large-margin-collapse > .medium-3 {
      width: 25%; }
    .large-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .large-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .large-margin-collapse > .medium-6 {
      width: 50%; }
    .large-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .large-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .large-margin-collapse > .medium-9 {
      width: 75%; }
    .large-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .large-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .large-margin-collapse > .medium-12 {
      width: 100%; }
    .large-margin-collapse > .large-1 {
      width: 8.33333%; }
    .large-margin-collapse > .large-2 {
      width: 16.66667%; }
    .large-margin-collapse > .large-3 {
      width: 25%; }
    .large-margin-collapse > .large-4 {
      width: 33.33333%; }
    .large-margin-collapse > .large-5 {
      width: 41.66667%; }
    .large-margin-collapse > .large-6 {
      width: 50%; }
    .large-margin-collapse > .large-7 {
      width: 58.33333%; }
    .large-margin-collapse > .large-8 {
      width: 66.66667%; }
    .large-margin-collapse > .large-9 {
      width: 75%; }
    .large-margin-collapse > .large-10 {
      width: 83.33333%; }
    .large-margin-collapse > .large-11 {
      width: 91.66667%; }
    .large-margin-collapse > .large-12 {
      width: 100%; }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 35.5em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 55.0625em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > small-shrink, .grid-y > small-full, .grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 35.5em) {
    .grid-y > medium-shrink, .grid-y > medium-full, .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 55.0625em) {
    .grid-y > large-shrink, .grid-y > large-full, .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 35.5em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 55.0625em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 35.5em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 35.5em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 55.0625em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 35.5em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 55.0625em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch; }

@media print, screen and (min-width: 35.5em) {
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch; } }

@media print, screen and (min-width: 55.0625em) {
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 35.5em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 55.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1.5rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 600;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Verdana", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.08334;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.08334;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.08334;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.08334;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.08334;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.08334;
  margin-top: 0;
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 35.5em) {
  h1 {
    font-size: 1.82919rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.27963rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #ca132f;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #ae1028; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 77.5rem;
  height: 0;
  margin: 1.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1.5rem;
  list-style-position: outside;
  line-height: 1.5; }

li {
  font-size: inherit; }

ul {
  margin-left: 0;
  list-style-type: none; }

ol {
  margin-left: 0; }

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: 600; }

blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e5e5e5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e5e5e5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.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; }

ul.no-bullet, ol.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 print, screen and (min-width: 35.5em) {
  .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 print, screen and (min-width: 55.0625em) {
  .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;
    box-shadow: none !important;
    color: black !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; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  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; }
  .print-break-inside {
    page-break-inside: auto; } }

[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: 1.9375rem;
  margin: 0 0 0.5rem;
  padding: 0.25rem;
  border: 1px solid #949494;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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 {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    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: #787678; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e5e5e5;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.5rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.25rem; }

[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 0.5rem;
    padding: 0.3125rem 0; }

.help-text {
  margin-top: -0.25rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  align-items: stretch; }
  .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, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e5e5e5;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 1.75rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.25rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 1.9375rem;
  margin: 0 0 0.5rem;
  padding: 0.25rem;
  appearance: none;
  border: 1px solid #949494;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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-origin: content-box;
  background-position: right -0.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 0.75rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e5e5e5;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.4375rem 1rem 0.5rem 0.9rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ca132f;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #ac1028;
    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-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #ca132f;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #a20f26;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ca132f;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #ca132f;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #ca132f;
    color: #ca132f; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #650a18;
      color: #650a18; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #ca132f;
        color: #ca132f; }
    .button.hollow.primary {
      border: 1px solid #ca132f;
      color: #ca132f; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #650a18;
        color: #650a18; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #ca132f;
          color: #ca132f; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #ca132f;
    color: #ca132f; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #650a18;
      color: #650a18; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #ca132f;
        color: #ca132f; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #ca132f;
      color: #ca132f; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #650a18;
        color: #650a18; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #ca132f;
          color: #ca132f; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1rem; }
  .button.dropdown.hollow::after {
    border-top-color: #ca132f; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #ca132f; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.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 {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #ca132f; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e5e5e5; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e5e5e5; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.6875rem 0.75rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.6875rem 0.75rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ca132f transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ca132f transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .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 .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #ca132f;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #a20f26;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 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 print, screen and (min-width: 35.5em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 55.0625em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 35.4375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fbd7dd;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .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; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e5e5e5; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #fff;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0.6875rem 0.75rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 35.5em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 55.0625em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #ca132f;
    color: #fefefe; }
  .menu .active > a {
    background: #ca132f;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.6875rem 0.75rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .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;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu a {
  padding: 0.6875rem 0.75rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #fff; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media print, screen and (min-width: 35.5em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 55.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.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: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #ca132f;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.6875rem 0.75rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ca132f;
  color: #fefefe; }
  .label.primary {
    background: #ca132f;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 35.4375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 35.4375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .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.main-section {
    flex: 1 1 0px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 35.5em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e5e5e5; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #ca132f;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 35.5em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 35.5em) {
    .reveal {
      width: 600px;
      max-width: 77.5rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 35.5em) {
    .reveal.tiny {
      width: 30%;
      max-width: 77.5rem; } }
  @media print, screen and (min-width: 35.5em) {
    .reveal.small {
      width: 50%;
      max-width: 77.5rem; } }
  @media print, screen and (min-width: 35.5em) {
    .reveal.large {
      width: 90%;
      max-width: 77.5rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 35.4375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #ca132f; }
    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 {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #ececec;
    background-color: #f8f8f8; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 600; }
  table thead {
    background: #f2f2f2;
    color: #0a0a0a; }
  table tfoot {
    background: #ececec;
    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: 600;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(odd) {
    background-color: #ececec; }
  table.unstriped tbody {
    background-color: #f8f8f8; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #ececec;
      background-color: #f8f8f8; }

@media screen and (max-width: 40em) {
  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 thead tr:hover {
  background-color: #ededed; }

table.hover tfoot tr:hover {
  background-color: #e7e7e7; }

table.hover tbody tr:hover {
  background-color: #f3f3f3; }

table.hover:not(.unstriped) tr:nth-of-type(odd):hover {
  background-color: #e6e6e6; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar ul ul {
    background-color: #eee; }
  .top-bar input {
    max-width: calc(100% - 25px);
    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 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 35.5em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 40em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 72.125em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 35.4375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 35.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 35.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 35.4375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 35.5em) and (max-width: 40em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 35.4375em), screen and (min-width: 40.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 55.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 55em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 55.0625em) and (max-width: 72.125em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 55em), screen and (min-width: 72.1875em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.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-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  justify-content: flex-end; }

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

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

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

.align-self-middle {
  align-self: center; }

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

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 35.5em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 55.0625em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 35.5em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 55.0625em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.title-bar, .top-bar, #ico-bar .cell {
  background: linear-gradient(to bottom, #e05a5a, #ca052d); }

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-300.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-300italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-300italic.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-regular.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-italic.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-600.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-600italic.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-700italic.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-800.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-700.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-800italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-800italic.woff2") format("woff2"), url("/9000000/v/fonts/open-sans/open-sans-v15-latin-ext_latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@media screen and (max-width: 35.4375em) {
  .no-js #primary-menu {
    display: none; } }

@media print, screen and (min-width: 35.5em) {
  .no-js .top-bar > .small-1 {
    display: none; } }

@media screen and (min-width: 35.5em) {
  .no-js .vertical .vertical {
    display: none; }
  .no-js .top-bar {
    height: 3.1875rem;
    overflow: hidden; }
  .top-bar > .small-1,
  .vertical .vertical {
    display: none; }
  .vertical .is-dropdown-submenu.js-dropdown-active {
    display: block; }
  #primary-menu > ul > li > a {
    padding-left: 1.375rem; }
  #primary-menu > ul > li.top-level > a {
    padding-left: 0.375rem; } }

@media screen and (min-width: 35.5em) and (max-width: 55em) {
  .no-js #sb-search {
    width: calc(25% - 0.9375rem);
    margin: 0 0 0 0.9375rem;
    padding: 0; } }

.no-js nav#primary-menu ul li:hover > ul {
  display: block; }

.no-js nav#primary-menu ul ul.vertical {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  min-width: 200px;
  border: 1px solid #ca132f;
  background: #eee;
  top: 100%;
  right: auto;
  left: 0; }

@media only screen and (min-width: 55.0625rem) and (max-width: 62.5rem) {
  .no-js #primary-menu > ul > li:first-of-type > a span {
    width: 3.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

.ladder .grid-y, .bladeren-v2 .eerder a {
  padding-left: 1.0625rem; }

.bladeren-v2 .recenter a {
  padding-right: 1.375rem; }

.ladder .grid-y > a {
  position: relative; }

.ladder .grid-y .leesverder {
  position: absolute;
  left: -1.0625rem; }

.bladeren-v2 > span,
.bladeren-v2 > div {
  width: 50%;
  display: flex; }

.bladeren-v2 .eerder {
  padding-right: 0.5rem; }
  .bladeren-v2 .eerder .leesverder {
    position: absolute;
    left: 0; }

.bladeren-v2 .recenter {
  padding-left: 0.5rem;
  text-align: right; }
  .bladeren-v2 .recenter .leesverder {
    position: absolute;
    right: -0.375rem;
    top: 0;
    display: inline-block; }

.ladder .lnk_ib a {
  display: inline-block; }

.ladder .lnk_f a {
  display: flex; }

.behandeling a {
  display: block; }

a .TimeInLink,
.item_fb a .opm_def,
.lnk_f a .opm_def {
  cursor: default;
  color: #0a0a0a; }

svg {
  pointer-events: none; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.top-bar .icon, .zoek-icoon .search-icon {
  position: relative;
  top: 0.0625rem; }

.icon.site-logo {
  width: 20.3125rem;
  height: 6.25rem;
  position: relative;
  top: -0.375rem; }

.search-icon.icon {
  width: 1.5625rem;
  height: 1.5625rem;
  cursor: pointer; }

#hdr_social svg, #socialiconen svg {
  width: 1.5625rem;
  height: 1.5625rem; }

.swiper-prev, .swiper-next {
  width: 1.6875rem;
  height: 2.875rem;
  stroke: #fff;
  fill: #fff; }

.gewone_pagina .serie .pbs, .foto_fotoboek .pbs {
  background: rgba(55, 55, 55, 0.5); }

.gewone_pagina #content div.serie .glyph {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0;
  cursor: pointer; }

.gewone_pagina #content div.serie .pbs {
  width: 1.875rem; }

.gewone_pagina #content div.serie svg.multi-image {
  position: relative;
  left: 0.375rem;
  top: 0.1875rem;
  color: #fff;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer; }

#content .foto_fotoboek .glyph {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0; }

#content .foto_fotoboek .pbs {
  width: 1.5rem; }

#content .foto_fotoboek svg.zoom-in {
  position: relative;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  color: #fff; }

#socialiconen .pbs {
  height: 1.5625rem; }

.icodoc, .db_mi.plus div + a svg {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0 0.3125rem 0 0.4375rem; }

.icoplay {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.25rem; }

#content #icoplay_g {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0.25rem 0 0 1rem; }
  #content #icoplay_g #play_not_transp {
    color: #fff; }

.db_mi .icoplay, .titel_icoon img {
  width: 2.25rem;
  height: 2.25rem; }

.titel.flex-child-grow {
  width: calc(100% - 2.25rem); }

.ico_spreker {
  width: 1.875rem;
  height: 1.5rem;
  position: absolute;
  left: 0.125rem;
  bottom: 0.0625rem; }

.titel_icoon_na_parkop img {
  width: 1.875rem;
  height: 1.875rem; }

svg.ico_plan, svg.ico_ple {
  width: 5.9375rem;
  height: 3.6875rem; }

#content svg {
  color: #ca132f; }

#content svg.ico_plan {
  width: 7.5rem;
  height: 5.1875rem; }

svg.ico_uitsl {
  width: 5.5625rem;
  height: 3.5625rem;
  margin: 0 0 0.125rem; }

svg.ico_gem {
  width: 5.0625rem;
  height: 3.25rem;
  margin: 0.25rem 0 0.1875rem 0; }

.db_mi svg.ico_gem {
  width: 4.125rem;
  height: 2.625rem; }

svg.ico_edos,
svg.ico_cies {
  width: 4.6875rem;
  height: 3.125rem;
  margin: 0.375rem 0 0.1875rem 0; }

#vlucht svg.ico_planning, #vlucht svg.ico_ple {
  width: 16.5rem;
  height: 10.25rem;
  margin-top: -0.8125rem;
  margin-left: calc(50% - 132px); }

#vlucht svg.ico_gemist {
  width: 14.0625rem;
  height: 9.0625rem;
  margin-top: 0.8125rem;
  margin-left: calc(50% - 112px); }

#vlucht svg.ico_cies {
  width: 9.875rem;
  height: 6.625rem;
  margin-top: 0.8125rem;
  margin-left: calc(50% - 79px); }

.nav-double-arrow-right {
  width: 0.4375rem;
  height: 0.5rem;
  margin: 0 0.5rem; }

.driehoek-right, .driehoek-left {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5625rem; }

#content .driehoek-right, #content .driehoek-left {
  margin: 0 0.5rem 0 0.0625rem; }

#content .volgende .driehoek-right, #content .ico-recenter .driehoek-right {
  margin: 0 0.0625rem 0 0.5rem; }

#content #avlucht .driehoek-right {
  margin: 0 0.5rem; }

.ico_pdf {
  width: 1rem;
  height: 1rem; }

.plus .ico_pdf {
  position: relative;
  top: 3px;
  left: 2px; }

#voortgangModule .ico_pdf, #voortgangModule .ico_html {
  width: 0.6875rem;
  height: 0.6875rem;
  margin-right: -0.6875rem; }

#voortgangModule .ico_time {
  color: #000;
  width: 0.8125rem;
  height: 0.8125rem; }

#voortgangModule .ico_html {
  margin-left: 0.125rem; }

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
#back-to-top > div {
  font-size: 1.375rem; }

#back-to-top svg {
  width: 1rem;
  height: 1rem; }

.wf-loading body {
  opacity: 0; }

h2.fs-normaal {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0; }

h3 {
  font-size: inherit;
  margin: 0;
  line-height: inherit; }

body .qtip-pdc {
  background-color: #f5f5f5;
  border-color: #aab8c9;
  color: #036;
  font-size: inherit;
  line-height: inherit; }
  body .qtip-pdc .qtip-tip {
    height: auto !important; }
    body .qtip-pdc .qtip-tip canvas {
      display: none; }
  body .qtip-pdc .qtip-titlebar {
    background-color: #ca132f;
    color: #fff; }
  body .qtip-pdc .qtip-icon {
    margin-top: -0.625rem;
    right: 0.4375rem; }
  body .qtip-pdc .qtip-icon .ui-icon {
    font-size: inherit;
    line-height: inherit;
    width: 1.1875rem;
    height: 1.3125rem;
    margin-top: -0.1875rem; }
  body .qtip-pdc .glyph {
    padding-right: 0.4375rem; }
  body .qtip-pdc .meer {
    display: flex; }
  body .qtip-pdc .qtip-content > a + div {
    padding-left: 1rem;
    margin-top: -1.5rem; }

.fotoblok_hdng {
  margin: 0 0 0.75rem;
  font-style: italic;
  font-size: 1.8125rem; }

#avlucht hr, #vlucht hr {
  margin-bottom: 1.4375rem; }

#main hr {
  margin-bottom: 1.4375rem; }

#service ul.grid-x {
  justify-content: flex-end;
  margin-bottom: 0.8125rem; }

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

.behandeling .dsp_inl a {
  display: inline; }

.wnummer {
  display: inline-block;
  padding-top: 0.25rem; }

#home #content #l_main_and_vlucht section h2,
#home #content #l_main_and_vlucht > h2 {
  font-size: 1.5rem;
  margin-top: 0.3125rem; }

h1 {
  margin: 0.125rem 0 1.375rem 0;
  letter-spacing: -0.00625rem; }

#main h2 {
  margin-bottom: 1.375rem; }

#main .titel h2 {
  margin-left: -0.0625rem; }

#avlucht li, #footer, .bladeren, #social, .blader_tkn, .volgende a, .vorige a {
  font-size: 0.875rem;
  line-height: 1.5rem; }

li .opsomtekst .openclose .seriekeuze,
#avlucht ul, #avlucht li, .opsomladder, .gewone_pagina .ladder li, .gewone_pagina .ladder .grid-y {
  margin-bottom: 1.5rem; }

.noLnkCol {
  color: #0a0a0a; }

#avlucht h2, #home #content h2 {
  margin-bottom: 1.375rem; }

#avlucht h2, #home #content h2, #vlucht strong {
  font-size: 1rem;
  line-height: 1.625rem; }

#footer-menu h2, #home #footer-menu h2 {
  font-size: 1rem;
  line-height: 1.8125rem;
  margin-bottom: 0.75rem; }

#home #content h2 {
  line-height: 1.5rem; }

.disc {
  font-size: 0.8125rem;
  line-height: 1.1875rem; }

.pre-bladeren_onderaan + .float-left, .pre-bladeren_onderaan + .float-right, .pre-bladeren_onderaan + .float-left + .float-right, hr + .float-left, hr + .float-right, div.fullwidth > img,
.wnummer + h1, p, .paragraaf_kop + .mtop.seriekeuze, .accordion-item p.mtop, .partitel + .serie img, .partitel + .youtubecontainer, .float-right .serie, .float-left .serie,
.float-right.mnone, .float-left.mnone, .partitel + .float-right, .titel_met_icoon + .float-left, #inhoud + .float-right, #inhoud + .float-left, #inhoud + .float-left + .float-right,
.paragraaf_kop + div.seriekeuze > ul, td > p, th > p, .accordion-item {
  margin-top: 0; }

.serie.fullwidth .breed,
.buttonsearch, .scroll-indicator table, .pre-li_no_mb + p + ul.ladder li, .vluchtitem #route li, #footer-menu ul, #footer-menu li,
.hdng_fotoblok_blk p, #footer p, #ico-bar, #home_nladder,
.it_met_mb > div.seriekeuze:first-of-type li,
.wr_main.grid-x,
.gewone_pagina .ladder .zonder_lege_tussenregel,
#avlucht_and_main_pageheading-contnr .large-4, body:not(.geen_avlucht) #avlucht_and_main_pageheading-contnr .large-8 {
  margin: 0; }

.serie.fullwidth, h2.mtop, h3.mtop,
.it_met_mb li,
.inlopendetekst li.mtop, p.mtop, div.mtop, .seriekeuze.mtop, #inhoud + #tekst2 .hr + .partitel + .serie.fullwidth + p.mnone,
ul.seriekeuze + .anker + .paragraaf_kop, .m-top, #service_extra, #inhoud + .seriekeuze + .serie + .hr.clear + .partitel,
p + .anker + .paragraaf_kop, .table + a + .paragraaf_kop, .scroll-indicator + a + .paragraaf_kop, .accordion-item ul + p.mtop {
  margin-top: 1.5rem; }

#inhoud + .seriekeuze + .serie {
  margin-top: 4.5rem; }

h2.mnone, h3.mnone,
p, div.seriekeuze ul, ul.inlopendetekst, #home_nladder1, #home_nladder2, .seriekeuze.float-right li, .zoekvorige.float-left {
  margin-bottom: 0; }

.ladder .plus, .agendablok, .agendapunten, .plus.volgende, #filters + .paginanav {
  margin-bottom: 1.5rem; }

p + .hr.voor_maidenspeech {
  margin-top: -1.5rem; }

.seriekeuze + br, .ladder + br,
.wegwijzer .partext:first-of-type hr, #inhoud + #tekst2 > div.hr.clear > hr {
  display: none; }

#ico-bar, .secondary-menu, .vluchtitem, #readsp_text, .i_mth {
  font-size: 0.875rem; }

#ico-bar {
  line-height: 1.0625rem; }

#service a, #service a:visited, h1,
#l_main_and_vlucht > h2,
#l_main_and_vlucht section > h2,
#main .db_mi a:visited {
  color: #ca132f; }

.secondary-menu a, .secondary-menu a:visited, #footer-menu li[class^="footer_list"] a, #footer-menu li[class^="footer_list"] a:visited, #avlucht a, #avlucht a:visited, .has-submenu + .submenu a, .has-submenu + .submenu a:visited {
  color: #0a0a0a; }

.i_plan {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.75rem;
  margin-left: -1.25rem; }
  .i_plan > div {
    align-content: center; }

.i_plan_met_year {
  min-height: 7.5rem; }

.i_plan_date {
  position: absolute;
  top: 2.1875rem;
  left: 0.0625rem;
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center; }

.i_dag {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  color: #fff;
  background: #ca132f; }

.i_day {
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #fff;
  font-weight: 900;
  background: #ca132f; }

.i_mth, .i_year {
  font-size: 0.875rem;
  line-height: 0.75rem;
  position: relative;
  top: 0.3125rem; }

.i_year {
  top: 0.5625rem; }

a.meti {
  position: relative;
  padding-right: 0.5rem; }

a.meti:after {
  content: 'i';
  position: absolute;
  right: 0.125rem;
  bottom: 0.3125rem;
  font-family: "Times New Roman";
  font-size: 0.75rem; }

#voortgangModule a.meti {
  padding: 0; }

#voortgangModule .faseinfo a.meti span {
  position: inherit;
  padding: 0;
  font-family: "Times New Roman";
  font-size: 0.625rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 0.6875rem;
  height: 0.6875rem;
  line-height: 0.6875rem;
  background: #ca132f; }

#voortgangModule a.meti:after {
  display: none; }

.vluchtitem li {
  margin: 0.6875rem 0 0.375rem; }

#service_extra li:first-of-type, #ingelogd, #envelop {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.5rem; }

#bekeken strong {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  display: block; }

#bekeken li:first-of-type {
  margin-top: 1.5rem; }

li.opsomitem:not(.met_image) {
  margin-left: 1rem;
  position: relative; }

li.opsomitem:not(.met_image):before {
  content: "-";
  display: block;
  position: absolute;
  left: -0.9375rem;
  top: 0;
  font-size: 1rem;
  color: #0a0a0a; }

li.opsomitem > .seriekeuze > ul {
  margin-left: -1rem;
  position: relative; }

#avlucht h2 {
  margin-left: 0.4375rem;
  line-height: 1.6875rem; }

#avlucht #infowijzer + .zijvwwrapper > .zijverwijzingen h2 {
  line-height: 1.625rem; }

#avlucht li {
  background: #eee;
  position: relative;
  padding-right: 0.375rem; }
  #avlucht li svg {
    color: #ca132f; }

#avlucht li:before, #avlucht li:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  height: 5px;
  width: 100%;
  background: #eee; }

#avlucht li:after {
  top: auto;
  bottom: -5px; }

#avlucht .infowijzer li, #avlucht .infowijzer li:before, #avlucht .infowijzer li:after {
  /*
			background: #f5f5f5;  Old browsers 
			background: -moz-linear-gradient(left, #eeeeee 0%, #f2f2f2 58%, #f6f6f6 82%, #ffffff 100%);
			background: -webkit-linear-gradient(left, #eeeeee 0%,#f2f2f2 58%,#f6f6f6 82%,#ffffff 100%);
			background: linear-gradient(to right, #eeeeee 0%,#f2f2f2 58%,#f6f6f6 82%,#ffffff 100%);
			*/
  background: -webkit-linear-gradient(left, #eee, #fff);
  background: #f4f4f4; }

#avlucht div.hr {
  display: none; }

#avlucht .infowijzer + div.hr, #avlucht .zijverwijzingen + div.hr {
  display: block; }

#avlucht hr {
  position: relative;
  top: 0.3125rem; }

.geen_plus-ico {
  width: 1.0625rem;
  min-width: 1.0625rem; }

.opsomteken {
  min-width: 1rem;
  letter-spacing: -0.05625rem; }

.inlopendetekst .opsomitem.met_image.image_breed .openclose .inlopendetekst .opsomteken,
.opsomitem.met_image.image_breed .opsomteken {
  min-width: 1.5rem;
  padding-right: 0.5rem; }

.inlopendetekst .opsomitem.met_image.image_breed .inlopendetekst .opsomteken {
  margin-left: -1rem;
  padding-right: 0.1875rem;
  min-width: inherit; }

.onderlijn {
  text-decoration: underline; }

.scroll-indicator table {
  white-space: normal !important; }
  .scroll-indicator table th, .scroll-indicator table td {
    vertical-align: top; }

.fontwit_hor {
  overflow-x: auto;
  margin-bottom: 1rem; }
  .fontwit_hor table {
    margin-bottom: 0; }

body:not(.agendaedit) .mtopquater.opsomteken {
  position: relative; }

body:not(.agendaedit) .mtopquater.opsomteken:before {
  content: "-";
  display: block;
  position: absolute;
  left: -1rem;
  top: 0;
  font-size: 1rem;
  color: #0a0a0a; }

.minteken {
  width: 1.0625rem;
  min-width: 1.0625rem; }

.waarschuwing {
  color: red; }

.serie:focus, .serie > div:focus, .serie img:focus {
  outline: none; }

.serie > div:focus {
  outline: 0.125rem dotted #ca132f; }

[data-whatinput='mouse'] .dropdown.menu a:focus,
a:focus, button:focus, .button:focus {
  outline: 0.125rem dotted #222; }

#avlucht a:focus {
  outline-offset: .375rem; }

.db_mi a {
  display: inline-block; }

#back-to-top {
  position: fixed;
  left: 50%;
  pointer-events: none;
  width: calc(25% + 10px);
  max-width: 18.75rem;
  bottom: 1.5rem;
  z-index: 999;
  text-align: center;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }
  #back-to-top > div {
    float: right; }
  #back-to-top .glyph, #back-to-top .pbs, #back-to-top a {
    width: 1.5625rem;
    height: 1.5625rem; }
  #back-to-top a, #back-to-top svg {
    color: #ca132f !important; }
  #back-to-top a {
    pointer-events: all;
    display: inline-block; }

.gewone_pagina #back-to-top {
  opacity: 0; }

.gewone_pagina #back-to-top.show {
  opacity: 1; }

.stemlijst li {
  margin-bottom: 1rem; }

.stemlijst_perdag li:last-of-type {
  margin-bottom: 0; }

#main .mtopquater a,
.agendablok p strong a {
  border-bottom: none; }

.ie .gewone_pagina li.grid-x.item_fb > div {
  flex: 1 1 0; }

.ie .gewone_pagina .seriekeuze ul {
  width: 100%; }

.ie .gewone_pagina .ladder li.grid-x:not(.db_mi) > div:not(.glyph) {
  width: 100%; }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  top: auto;
  overflow: hidden;
  color: #000;
  background: #fff; }

.sb-search-input {
  border: none;
  background: #fff;
  height: 1.9375rem;
  margin: 0;
  z-index: 10;
  padding: 0 0.375rem;
  font-family: inherit;
  color: #2c3e50; }

.sb-search-input::-webkit-input-placeholder {
  color: #787678;
  /* a11y FTW! */ }

.sb-search-input:-moz-placeholder {
  color: #787678;
  /* a11y FTW! */
  opacity: 1;
  /* https://www.quirksmode.org/blog/archives/2015/12/styling_placeho.html */ }

.sb-search-input::-moz-placeholder {
  color: #787678;
  /* a11y FTW! */
  opacity: 1;
  /* https://www.quirksmode.org/blog/archives/2015/12/styling_placeho.html */ }

.sb-search-input:-ms-input-placeholder {
  color: #787678;
  /* a11y FTW! */ }

.sb-icon-search, .icon-clear,
.sb-search-submit {
  width: 1.75rem;
  height: 1.9375rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 1.9375rem;
  text-align: center;
  cursor: pointer; }

.sb-search-input {
  border: 1px solid #fff;
  border-right: none; }

.sb-icon-search {
  border: 1px solid #fff;
  border-left: none;
  padding-top: 0.125rem; }

.icon-clear {
  z-index: 95; }

.sb-search-submit {
  background: #fff;
  /* 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; }

.sb-icon-search, #content .sb-icon-search {
  color: #fff;
  background: #fff;
  z-index: 90;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.125rem 0 0;
  margin-bottom: 0; }

.sb-search-input:focus {
  background-color: #fefefe;
  height: 2.0625rem; }

.top-bar input.sb-search-input:focus {
  max-width: calc(100% - 26px); }

.top-bar input.sb-search-input:focus + button {
  border: 1px solid #8a8a8a;
  border-left: none;
  height: 2.0625rem; }

.sb-search-input:focus + input + button + .sb-icon-search {
  outline: none;
  border: 1px solid #8a8a8a;
  border-left: none;
  background-color: #fefefe;
  width: 1.75rem;
  height: 2.0625rem;
  padding: 0.3125rem 0 0; }
  .sb-search-input:focus + input + button + .sb-icon-search svg {
    position: relative;
    top: -1px; }

.sb-search form {
  position: relative; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  color: #fff;
  z-index: 11; }

.sb-search.sb-search-open .sb-icon-search,
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

#fotoblok .swiper-container {
  width: 100%;
  max-height: 10rem; }
  @media print, screen and (min-width: 35.5em) {
    #fotoblok .swiper-container {
      max-height: 15.625rem; } }
  @media print, screen and (min-width: 55.0625em) {
    #fotoblok .swiper-container {
      max-height: 23.25rem; } }

#fotoblok .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto;
  max-width: 100%;
  max-height: 10rem;
  height: 10rem; }
  @media print, screen and (min-width: 35.5em) {
    #fotoblok .swiper-slide {
      max-height: 15.625rem;
      height: 15.625rem; } }
  @media print, screen and (min-width: 55.0625em) {
    #fotoblok .swiper-slide {
      max-height: 23.25rem;
      height: 23.25rem; } }

.i_fotoblok, .swiper-slide img.i_fotoblok {
  display: block;
  width: auto;
  object-fit: cover;
  max-height: 10rem;
  height: 10rem; }
  @media print, screen and (min-width: 35.5em) {
    .i_fotoblok, .swiper-slide img.i_fotoblok {
      max-height: 15.625rem;
      height: 15.625rem; } }
  @media print, screen and (min-width: 55.0625em) {
    .i_fotoblok, .swiper-slide img.i_fotoblok {
      max-height: 23.25rem;
      height: 23.25rem; } }

#fotoblok a, #fotoblok a:visited {
  color: #fff; }

.hni_foto img, .hban_foto {
  width: 100%; }

.hdng_fotoblok_blk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.hdng_fotoblok_text {
  background: rgba(55, 55, 55, 0.33);
  padding: 1.25rem 2.5rem 1.125rem;
  text-align: center; }

.txt_livedebat {
  width: 100%; }

.no-js #fotoblok .swiper-container {
  max-height: none; }

.no-js #fotoblok .swiper-wrapper {
  flex-direction: column;
  background: #fff;
  border-top: solid #fff 1.5rem; }

.no-js #fotoblok .swiper-slide {
  margin-bottom: 1.5rem;
  background: transparent; }

.no-js .swiper-button-next, .no-js .swiper-button-prev {
  display: none; }

.no-js .hdng_fotoblok_text {
  background: transparent; }

.no-js .textblk.banner {
  background: rgba(55, 55, 55, 0.33); }

#ico-bar {
  padding: 1.25rem 0 0;
  background: #fff;
  border-bottom: solid 1px #ca132f; }
  #ico-bar .cell {
    margin-bottom: 1.25rem;
    color: #fff; }
    #ico-bar .cell > div {
      text-align: center; }
    #ico-bar .cell .glyph {
      width: 6.9375rem;
      padding: 0.25rem 0.5rem 0 0.5rem; }

#home_wladder + a,
#home_nladder + a {
  margin: -0.3125rem 0 1.1875rem;
  background: #eee;
  float: right;
  padding: 0.3125rem 0.75rem 0.3125rem 0.625rem;
  font-weight: 600; }

#banners > a * {
  color: #000; }

body {
  font-size-adjust: 0.525;
  background: #e5e5e5; }

.chrome56 body {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); }

#pageheader {
  background: #fefefe; }

.opsomitem {
  display: flex; }

table {
  border-collapse: separate; }

th {
  text-align: left; }

table img {
  max-width: none;
  height: inherit; }

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

.f_aslt {
  position: absolute; }

.f_rltv, .agendablok a {
  position: relative; }

.f_bdr {
  border: 1px solid #ca132f; }

.max-w_n {
  max-width: none; }

.nowr, #primary-menu ul, #avlucht li a, li.plus, li.plus a, .zijverwijzingen a {
  flex-wrap: nowrap; }

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

.f_bl {
  display: block; }

.f_inlbl {
  display: inline-block; }

.f_inl {
  display: inline; }

.fc_reg {
  color: #0a0a0a;
  cursor: default; }

.w100p, .openclose {
  width: 100%; }

.seriekeuze.float-left + ul, .seriekeuze.float-left + ul.ladder, .seriekeuze.float-right + ul.ladder,
.f_cl {
  clear: both; }

.f_ital, .cursief {
  font-style: italic; }

.talgn_r {
  text-align: right; }

.ellip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.rota_180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.strong {
  font-weight: 600; }

.skipL {
  left: -1000em;
  padding: 0.6875rem 1rem;
  position: absolute;
  background-color: #eee;
  border: 1px solid #ca132f;
  display: block;
  font-size: 1.3em;
  z-index: 10; }

.skipL:active, .skipL:focus {
  top: 1em;
  left: 1em;
  z-index: 1000;
  color: #1E6891; }

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

/*
#site-logo {
	min-height: rem-calc(106);
	@include breakpoint(retina) {
		background-image: url(/9370220/g/logo-ek_retina.svg);
		background-size: 325px 100px;
		height: 6.25rem;
		.site-logo {
			display: none;
		}
	}
}
*/
.lnk_logo {
  position: relative;
  display: inline-block;
  width: 20.3125rem;
  height: 6.25rem;
  overflow: hidden; }

.site-logo-sec {
  position: absolute;
  left: 0;
  top: -0.375rem; }

#sb-search input, input.zoekvld {
  margin: 0; }

.zoek-icoon {
  background: #fff; }

#sb-search:focus ~ .zoek-icoon {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

.secondary-menu {
  min-height: 2.25rem; }

#logo-en-iconen {
  padding: 0 0.9375rem;
  min-height: 6.625rem; }

.top-bar {
  padding: 0 0.9375rem; }

.stemlijst .opsomteken img {
  width: 100%; }

#content {
  padding: 1rem 1.25rem 1.5rem;
  background: #fefefe; }

.w_banneri {
  background: #000; }

.videoterugkijk > div > a, .videoterugkijk > div > a:visited, #footer #banners > a, #footer #banners > a:visited {
  position: relative;
  color: #fff; }

#footer {
  background: #fff;
  width: 100%;
  border-bottom: solid 1px #ddd; }
  #footer #service {
    padding: 0 0.9375rem; }
  #footer #banners h2 {
    margin: 0 0 0.375rem; }
  #footer .textblk {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.375rem 0.9375rem 0.4375rem; }

#home #footer {
  padding: 1.25rem 0 0;
  border-top: solid 1px #ca132f; }

#home #service {
  margin: 0 0 0.0625rem 0; }

#footer-menu {
  border-top: solid 1px #999;
  padding: 1.5rem 0.9375rem; }
  #footer-menu li {
    line-height: 1.125rem;
    padding: 0.25rem 0; }

#footer-menu, .footer-text {
  background: #eee; }

.footer-text div {
  border-top: solid 1px #ddd;
  margin: 0 0.9375rem;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.8125rem; }

#avlucht_and_main-contnr, #vlucht_content, #vlucht {
  padding: 0; }

#avlucht_and_main_pageheading-contnr {
  min-height: 3rem;
  margin: 0;
  padding-right: 0;
  width: 100%; }

#avlucht_and_main_pageheading-contnr > div {
  border-bottom: solid 1px #555; }

.wr_main.grid-x {
  padding-top: 1.5rem;
  padding-right: 0;
  width: 100%; }

#home #hdr_social {
  justify-content: flex-end; }
  #home #hdr_social .glyph {
    margin: 0 0 0 0.75rem; }

.grid-x > #sb-search, #hdr_iconen {
  width: calc(25% - 0.9375rem); }

#socialiconen .glyph {
  margin: 0.5rem 0.9375rem 0 0; }

#site-logo,
.secondary-menu li:last-child a, .vlucht_lijst .contred a {
  padding-right: 0; }

.vlucht_lijst a {
  padding-top: 0.0625rem;
  line-height: 1.5rem; }

.secondary-menu li:not(:last-child) a, #service li:not(:last-child) a {
  position: relative; }

.secondary-menu li:not(:last-child) > a:after, #service li:not(:last-child) > a:after {
  content: "|";
  display: block;
  position: absolute;
  right: -0.25rem;
  top: 0.625rem;
  font-size: 0.875rem;
  color: #0a0a0a; }

#service li:not(:last-child) > a:after {
  top: 0; }

#hdr_iconen {
  padding-top: 4rem;
  justify-content: flex-end;
  margin: 0 0 0 0.9375rem; }

#hdr_social .glyph {
  margin: 0 0.625rem 0 0; }

#readspeaker {
  border: 1px solid #ca132f;
  height: 1.6875rem;
  padding: 0 0.25rem 0 0.125rem;
  position: relative;
  top: -0.0625rem;
  border-radius: 0.3125rem; }

.icon-readsp {
  margin-top: 0.3125rem; }

#readsp_text {
  display: inline-block;
  white-space: nowrap;
  padding: 0.125rem 0.4375rem 0.0625rem 0.1875rem; }

div.stemico.opsomteken {
  padding-right: 0.375rem;
  width: 1.4375rem; }

.float-right {
  margin: 1.5rem 0 1.5rem 1rem; }

.float-left {
  margin: 1.5rem 1rem 1.5rem 0; }

#inhoud + .seriekeuze + .serie + .hr.clear, .hr.pre-bladeren_onderaan + div.hr, .partitel + div.hr {
  display: none; }

#main_content_wrapper > .seriekeuze.float-left, #main_content_wrapper > .seriekeuze.float-right {
  margin-top: 0; }

#main_content_wrapper > .seriekeuze.float-left.bladeren-bovenaan, #main_content_wrapper > .seriekeuze.float-right.bladeren-bovenaan {
  margin-top: 0.125rem; }

#ladder_plan {
  margin-top: -1.4375rem; }

.zoek_zoekcriteria .voor_knoppen,
#inhoud + div.hr {
  display: none; }

#inhoud + ul#ladder_plan {
  margin-top: -1.0625rem; }

#inhoud + ul {
  margin-top: 0.6875rem; }

li.i_plan .grid-x [class*="i_plan_"] {
  font-weight: 600;
  width: 100%; }

li.i_plan .grid-x .nobold {
  font-weight: inherit !important; }

.i_plan_nolnk {
  padding-left: 1.0625rem; }

.db_mi {
  padding: 0.75rem 0.625rem; }

.db_mi.plus .icoplay {
  margin: 0 0.3125rem 0 0.4375rem; }

.ladder .db_mi.plus {
  margin-bottom: 0.75rem; }
  .ladder .db_mi.plus .grid-x {
    width: calc(100% - 104px); }
  .ladder .db_mi.plus .flex-child-shrink {
    line-height: 0.75rem; }

.ladder li > div br + a + a {
  margin-left: 0.5rem; }

.selecteer_zoekcriteria input[readonly] {
  background: #fff;
  line-height: 1.5;
  vertical-align: -0.0625rem; }

.selecteer_zoekcriteria table.chklst_multi tr {
  background-color: #fff; }

.chkchk {
  width: 0.5625rem !important;
  font-size: 0.5625rem !important;
  height: 0.5625rem !important;
  margin-top: 0.25rem !important; }

.incbimp, #fotoblok {
  background: #ca132f; }

.stemming_arrow_box {
  position: relative;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  display: inline-block;
  margin-left: .5em;
  margin-right: 1.5em;
  width: 3em;
  text-align: center; }

.openclose .stemming_arrow_box {
  display: inline-block;
  margin-left: 0.8125rem; }

.stemming_arrow_box:after, .stemming_arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.stemming_arrow_box:after {
  border-color: rgba(243, 243, 243, 0);
  border-right-color: #f3f3f3;
  border-width: 0.3125rem;
  margin-top: -0.3125rem; }

.stemming_arrow_box:before {
  border-color: rgba(212, 212, 212, 0);
  border-right-color: #d4d4d4;
  border-width: 0.375rem;
  margin-top: -0.375rem; }

#w_voortgangModule {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 0.875rem;
  position: relative; }

#voortgangModule {
  width: 100%;
  max-width: 49.3125rem;
  height: 5rem;
  margin: 0.125rem 0 0;
  padding: 0.3125rem 0 0 0;
  font-size: 0.875rem;
  min-width: 34.375rem; }

#w_voortgangModule.uitgeklapt .a_ico_expand.VgangInd, #w_voortgangModule.uitgeklapt #voortgangModule {
  margin-left: calc(25% + 0.9375rem); }

#main #w_voortgangModule.uitgeklapt {
  background: transparent;
  overflow: inherit; }
  #main #w_voortgangModule.uitgeklapt #voortgangModule {
    width: calc(75% - 0.9375rem);
    margin-bottom: 1.0625rem; }
  #main #w_voortgangModule.uitgeklapt #voortgangModule, #main #w_voortgangModule.uitgeklapt .voortgangBlok4 {
    max-width: none; }
  #main #w_voortgangModule.uitgeklapt + p {
    margin-top: 9.0625rem; }

#voortgangModule p {
  margin: 0 0.1875rem; }

#voortgangModule a:link {
  border-bottom: none; }

#voortgangModule .leeg, #voortgangModule .geblokt, #voortgangModule .vol {
  width: 100%;
  height: 0.3125rem;
  margin-top: -0.3125rem; }

#voortgangModule .leeg {
  background: #f1f0f1; }

#voortgangModule .geblokt {
  background: url(/9370000/g/vrtgbg.png); }

#voortgangModule .vol {
  background: #c03; }

#voortgangModule .informatie {
  width: 0.6875rem;
  margin: 0 0.3125rem 0 0.4375rem; }

#voortgangModule .fase {
  padding: 0.1875rem 0 0.125rem 0.25rem;
  width: calc(100% - 1.125rem);
  height: 1.5rem; }

#voortgangModule .clock {
  height: 1rem;
  width: 1rem;
  padding: 0.0625rem 1.0625rem 0 0.125rem;
  float: right; }

#voortgangModule .doc {
  border: 0;
  width: 1.125rem;
  min-height: 1.375rem;
  padding: 0 0.1875rem 0.0625rem 0.1875rem;
  float: left; }

#voortgangModule .docEmpty {
  width: 1.3125rem;
  height: 1.0625rem;
  margin-right: 0.5rem;
  background: #c90132; }

[class^="voortgangBlok"] {
  height: 2.875rem;
  display: inline-block;
  margin-right: 0.25rem; }

.voortgangBlok1 {
  min-width: 6.0625rem;
  width: 20%;
  background: #acacac; }

.voortgangBlok2 {
  width: auto;
  min-width: 8.125rem;
  width: 38%;
  background: #d4d4d6; }

.voortgangBlok3 {
  background: #d4d4d6;
  width: 20%;
  min-width: 4.6875rem; }

.voortgangBlok4 {
  width: 22%;
  min-width: 5.625rem;
  max-width: 9.25rem;
  background: #acacac;
  margin-right: 0; }

.voortgangM.inst {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: inline;
  float: left;
  width: 100%;
  border-top: 0.1875rem solid #acacac;
  margin-top: 0.125rem; }

.tweedekamer {
  width: 6.0625rem; }

.voortgangM.inst.eerstekamer1 {
  width: 105%; }

.voortgangM.inst[class^="eerstekamer"] {
  border-color: #d4d4d6; }

.tweedekamer, .eerstekamer1, .staatsblad {
  padding-left: 0.1875rem; }

.agendapunten,
.edit_zaken,
.agendablok .textuitklapc {
  margin-left: 3em; }

.agendapunten {
  margin-bottom: 1.5em; }

.pasfoto {
  float: left;
  padding: 0.125rem 0.5rem 0.3125rem 0;
  border-bottom: none; }

.pasfoto a, .pasfoto a:link {
  border-bottom: none; }

.pasfoto_tekst_k1 {
  padding: 0 5% 0 0;
  width: 50%; }

.pasfoto img {
  width: 5.8em;
  height: 8.6em;
  max-width: inherit; }

.pasfoto_tekst_k1 img {
  max-width: inherit; }

.pasfoto_tekst_k1 .sorteerpijl {
  width: 0.4375rem;
  height: 0.5rem; }

.pasfoto_tekst_k2 {
  width: 50%; }

.incbim {
  vertical-align: top;
  /*  dit wordt nog overruled door vertical-align:middle in v9000000chlst2.js 
	en levert daarom nog niet het goede resultaat op */
  padding: 0;
  margin: 0;
  width: 1.5625rem;
  height: 1.5625rem; }

/* css ab 250913: hiernaartoe verplaatst vanuit v9370210style_2011.css om in de printversie mee te komen
*/
.ambtelijke_toelichtingen {
  margin-left: 1.5rem; }

.kop_agenda_kamerleden .apnum {
  float: left;
  display: block;
  width: 1.5625rem; }

.kop_agenda_kamerleden {
  float: left; }

.kop_agenda_kamerleden_tekst {
  overflow: hidden;
  /*	display: inline-block;*/ }

.kop_agenda_kamerleden {
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: -1.5625rem; }

.printversie .kop_agenda_kamerleden {
  margin-left: 0; }

.mtopquater.opsomteken {
  margin-left: 1rem; }

p.mtopquater.opsomteken:before {
  left: 0; }

/* css ab 250913: einde verplaatse css
*/
.verplicht {
  left: 0; }

fieldset .large-9 {
  padding-left: 1rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap; }

form .meti:not(a) label {
  cursor: help; }

form .meti:not(a) ::after {
  content: ' i';
  font-weight: 800;
  vertical-align: super;
  color: #ca132f;
  font-family: "Times New Roman", serif; }

#kalender table {
  margin-bottom: 0; }

#kalender #calGrid, #kalender #calKoptxt, #kalender .calSel, #kalender .calNS {
  font-family: inherit !important;
  font-size: 0.875rem !important; }

#kalender .calButton {
  padding: 0px 9px 3px;
  border-color: threedhighlight; }

#kalender .calNS a:not(.calButton), #kalender .calNS a:not(.calButton):visited {
  border-bottom: none; }

.controlerenknop {
  padding: 0 1.25rem; }

.formtip, .uitleg_verplichtteken, fieldset p {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.6875rem; }

.tip_input_file {
  margin-top: -0.25rem; }

#content button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.4375rem 1rem 0.5rem 0.9rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ca132f;
  color: #fefefe; }
  [data-whatinput='mouse'] #content button {
    outline: 0; }
  #content button:hover, #content button:focus {
    background-color: #ac1028;
    color: #fefefe; }

form .large-9 .large-6 [type='submit'] {
  margin-left: 1rem; }

label {
  display: inline-block; }

.button + .button {
  margin-left: 0.25rem; }

#filters_methode label {
  margin-left: 0.5rem; }

#filters_methode label + label {
  margin-left: 1rem; }

form nav label {
  margin-right: 0.125rem; }

.zoek_zoekcriteria [type='text'], .invul {
  border-width: 1px;
  border-style: solid; }

.large-9 .row .row {
  display: flex; }
  .large-9 .row .row .small-1 [type='radio'] {
    margin-right: 0.5rem; }

.ie .zoeken_in_volledige_tekst {
  padding-bottom: 0.0625rem; }

.ie .inpzoek, .ie .large-5 + .large-2 .zoekterm.button {
  height: 2rem; }

.edge .large-5 + .large-2 .zoekterm.button {
  height: 1.9375rem; }

.zoeken_in_volledige_tekst .invul {
  height: 1.9375rem; }

.zoeken_in_volledige_tekst [type='submit'] {
  margin: 0 0 0 -0.25rem; }

.main_2kolommen .extra_zoekcriteria .filter {
  display: flex;
  flex-direction: column; }

.main_2kolommen .filter label + label, .main_2kolommen .zoek_soort label + label {
  margin-left: 0; }

.main_2kolommen div.filter:first-of-type, .main_2kolommen .zoek_soort > label:first-of-type {
  width: 10.75rem; }

.main_2kolommen div.filter:nth-child(2) {
  width: 7.75rem; }

.main_2kolommen div.filter:last-of-type {
  width: calc(100% - 296); }

.zoek_periode {
  padding: 0.5rem 0; }

.sorteer_5xradio > label:first-of-type, .sorteer_5xradio > div > label:first-of-type, .zoek_aantal > label:first-of-type, .zoek_aantal > div > label:first-of-type {
  width: 5.125rem; }

.sorteer_5xradio label:nth-child(2), .zoek_aantal label:nth-child(2) {
  width: 5.9375rem; }

.w_zoeken_aantal {
  padding: 0.5rem 0 0; }

.wijzigverzendknop {
  padding-top: 1rem; }

.wijzigverzendknop .large-6:nth-of-type(1), .selecteer_zoekcriteria .knoppen .large-6:nth-of-type(1) {
  width: 6.625rem; }
  .wijzigverzendknop .large-6:nth-of-type(1) input, .selecteer_zoekcriteria .knoppen .large-6:nth-of-type(1) input {
    margin: 0 0 0 0.125rem; }

.wijzigverzendknop .large-6:nth-of-type(2), .selecteer_zoekcriteria .knoppen .large-6:nth-of-type(2) {
  width: calc(100% - 106px); }

.selecteer_zoekcriteria strong {
  margin-bottom: 0.1875rem;
  display: block; }

.zoeken_in_volledige_tekst > .search_met_button {
  margin: 0;
  padding-left: 0.25rem;
  padding-right: 0.375rem !important;
  height: 2rem; }

.large-9 [type='checkbox'] {
  margin-top: 0.5rem; }

.c_checkbox {
  width: 1.375rem;
  min-width: 1.375rem;
  max-width: 1.375rem; }

textarea {
  overflow: auto;
  /* om vert. scrollbar te laten verdwijnen */ }

#fileinput, #filelist {
  display: inline; }

#fileinput {
  margin-left: -0.45em; }

.formveld #fileinput {
  margin-left: 0.3em; }

input[type=file] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 1.9375rem;
  margin: 0 0 0.5rem;
  padding: 0.35rem 0.25rem 0.15rem;
  border: #ca132f 0.0625rem solid; }

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none; }

/* "x::-webkit-file-upload-button" forces the rules to only apply to browsers that support this pseudo-element */
x::-webkit-file-upload-button, input[type=file]:after {
  content: 'Kies...';
  display: inline-block;
  left: calc(100% - 64px);
  position: relative;
  -webkit-appearance: button;
  padding: 2px 8px 2px;
  margin-top: -2px; }

.fldcontainer {
  position: relative; }
  .fldcontainer .verplicht {
    position: absolute;
    left: -10px; }

form .cal_btn {
  position: absolute;
  right: 10px;
  top: 3px; }

.button__filter {
  display: none !important; }
  .no-js .button__filter {
    display: block !important; }

.combobox {
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 2.25rem; }
  .combobox #textbox, .combobox #textbox::before, .combobox #textbox::after,
  .combobox *::before, .combobox *::after {
    box-sizing: border-box; }

.combobox::before, .combobox::after {
  box-sizing: border-box; }

.combobox > div > [role="textbox"],
#textbox {
  font-size: 1em;
  color: #767676;
  background-color: #fff;
  width: 100%;
  padding: 5px 40px 5px 5px;
  margin: 0;
  border: 1px solid #ca132f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .combobox > div > [role="textbox"]:focus,
  #textbox:focus {
    box-shadow: none; }

.combobox input::placeholder {
  color: #767676; }

.selected-field {
  display: flex;
  height: 1.5rem;
  flex-flow: row wrap;
  position: absolute;
  top: 3px;
  left: 3px; }
  .selected-field .selected__option {
    background-color: #ca132f;
    color: #fff;
    padding: 0 2px;
    margin: 2px; }

#textbox.selections {
  color: #0075ff; }

.combobox button.toggle:focus {
  outline: none;
  box-shadow: none; }

#content .combobox button.toggle {
  background-color: #fff;
  padding: 0;
  border-top: 8px solid #ca132f;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
  position: absolute;
  right: 10px;
  top: 0.875rem;
  width: 16px;
  font: 400 13.3333px Arial;
  box-sizing: border-box; }

#content .combobox button.clear {
  display: none;
  position: absolute;
  top: 0.1875rem;
  right: 4px;
  width: 31px;
  height: 26px;
  background-color: #fff;
  border: none;
  box-sizing: border-box; }

.combobox button.clear::before {
  content: "\2715";
  font-family: sans-serif;
  position: absolute;
  top: 0.0625rem;
  left: 0.375rem;
  z-index: 1;
  background-color: #ca132f;
  border-radius: 100%;
  font-size: 1rem;
  color: #fff;
  line-height: 1.375rem;
  width: 21px;
  height: 21px;
  padding-right: 0.0625rem; }

.combobox ul {
  display: none;
  list-style: none;
  background-color: #fff;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  padding: 0.25rem 0;
  border: 1px solid #ca132f;
  border-top: none;
  max-height: 10.75rem;
  overflow-y: auto;
  overflow-x: hidden; }
  .combobox ul.selected-list {
    display: block;
    background-color: #999;
    border: none;
    padding: 0; }
    .combobox ul.selected-list > li {
      color: #fff; }

.combobox li {
  padding: 0.0625rem 0 0.0625rem 1.625rem;
  position: relative;
  margin-bottom: 0.125rem;
  white-space: nowrap; }

.mobile .combobox li {
  margin-bottom: 0.3125rem; }

.combobox .activedescendant {
  background-color: #ddd;
  color: #0075ff; }

.combobox li[aria-selected="true"] {
  color: #000; }

.combobox li[aria-selected="true"].activedescendant {
  color: #0075ff; }

.combobox li span.check::before {
  position: absolute;
  content: ' ';
  line-height: 1;
  text-align: center;
  left: 0.375rem;
  top: 0.4375rem;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #7B8E9B;
  background: #f9f9f9; }

.combobox li[aria-selected="true"] span.check::before {
  font-family: sans-serif;
  content: "\2713";
  color: #0075ff; }

@media screen and (max-width: 55em) {
  #hdr_iconen {
    width: calc(45% - 0.9375rem); }
  #hdr_social {
    flex: 0 1 auto; }
  #vlucht.large-3 .menu li:first-of-type a {
    padding-left: 0; }
  #main {
    border-bottom: 1px solid #e5e5e5; }
  .sb-search {
    position: relative;
    width: 100%;
    min-width: 1.9375rem;
    height: 1.9375rem;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden; }
    .sb-search form {
      width: 100%;
      height: 100%; }
  #pageheader .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.9375rem;
    max-width: none; }
  #pageheader .sb-search-input:focus {
    width: 100%; }
  /* Open state */
  .sb-search.sb-search-open {
    height: 2.0625rem; }
    .sb-search.sb-search-open .sb-search-input {
      z-index: 90; }
  #primary-menu ul {
    z-index: 12; }
  #vlucht #service {
    margin-top: 1.5rem; }
  .vlucht_lijst a {
    padding-bottom: 0; }
  /*	
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	 display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    margin-top: -3px;
	}*/ }

@media only screen and (max-width: 44.9375rem) {
  #logo-en-iconen {
    padding-top: 0.875rem;
    justify-content: flex-end; }
  #hdr_iconen {
    width: calc(50% - 0.9375rem);
    padding-top: 0;
    order: 1; }
  #hdr_social {
    margin-bottom: 0.625rem; }
    #hdr_social a:last-of-type > div {
      margin-right: 0; }
  #site-logo {
    order: 2;
    position: relative;
    top: -2.1875rem;
    margin-bottom: -2.1875rem; }
  #site-logo {
    width: 100%; }
  #readspeaker {
    margin-left: 0.75rem; }
    #readspeaker #readsp_text, #readspeaker #readsp_text + div {
      display: none; } }

@media screen and (max-width: 35.4375em) {
  #pageheader .sb-search-input {
    width: 0.0625rem; }
  #pageheader .sb-search-open .sb-search-input {
    width: calc(100% - 0.75rem); }
  #sb-search {
    padding: 0;
    flex-shrink: 1; }
  .title-bar-search {
    position: relative;
    top: -0.0625rem; }
  .sb-icon-search {
    width: 1.9375rem; }
  .zoek-icoon .search-icon {
    left: 0.0625rem; }
  .top-bar {
    padding: 0 1.25rem 0 1.375rem;
    min-height: 3.3125rem; }
  .top-bar,
  .sb-search form {
    position: relative; }
  #primary-menu {
    background: #eee;
    position: absolute;
    top: 3.3125rem;
    margin: 0 -1.375rem;
    padding: 0 0.5rem;
    z-index: 1; }
    #primary-menu ul {
      background: transparent; }
  .submenu-toggle {
    top: 0.4375rem; }
  .lnk_logo {
    overflow: inherit;
    width: auto;
    height: auto; }
  .icon.site-logo {
    left: -0.625rem; }
  #ico-bar {
    padding: 1.25rem 0.625rem 0; }
  #hdr_iconen, #hdr_iconen > div {
    justify-content: flex-end; }
  #hdr_iconen {
    width: calc(80% - 1.25rem);
    width: 80%;
    position: relative;
    z-index: 88; }
  .title-bar {
    padding: 0.5625rem 1.25rem 0.8125rem 1.25rem;
    align-items: inherit; }
  header .submenu {
    margin-left: 1.25rem; }
  header .submenu-toggle {
    right: -0.3125rem; }
  .hdng_fotoblok_blk, .hdng_fotoblok_text {
    height: 10rem; }
  .hdng_fotoblok_text {
    padding: 0 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #fotoblok .swiper-slide {
    height: 10rem;
    min-height: 10rem; }
  #main .zijvwwrapper {
    padding-bottom: 1.5rem; }
    #main .zijvwwrapper ul {
      margin-bottom: 0; }
  #main .float-right, #main .float-left {
    float: none !important;
    margin-left: 0;
    margin-bottom: 0; }
  #main #inhoud + .seriekeuze + .serie.float-right {
    float: right !important; }
  #main #inhoud + .seriekeuze + .serie.float-left {
    float: left !important; }
  .pasfoto_tekst_k1 {
    flex-direction: column; }
    .pasfoto_tekst_k1 .persoon_foto {
      order: 2;
      margin-top: 0.9375rem; }
    .pasfoto_tekst_k1 .persoon_bijschrift {
      order: 1; }
  #hdr_iconen {
    padding-right: 0.3125rem; }
  #home #hdr_social {
    margin-right: 0; }
  #envelop {
    margin-top: 1.5rem;
    padding-bottom: 0.8125rem; }
  #service ul.grid-x.menu.vlucht_lijst, .menu.align-right li, #service_extra, #service_extra ul {
    margin: 0; }
  #service_extra li:first-of-type, #ingelogd, #footer #footer-menu > div:not(.ladder1) {
    margin-top: 1.5rem; }
  #service_extra li:last-of-type {
    margin-bottom: 1.5rem; }
  .formtip, .uitleg_verplichtteken {
    margin: 0.5rem 0 0.125rem; }
  #infowijzer li {
    font-size: 1rem; }
  #bekeken {
    border: none; }
    #bekeken div.route {
      padding-top: 1.5rem;
      border-top: 1px solid #e5e5e5; }
  #back-to-top {
    width: calc(50% - 6px);
    max-width: 19.75rem; }
  .vlucht_lijst {
    padding-right: 0.75rem; }
  #w.i.u header #primary-menu .vertical.accordion-menu a {
    position: relative;
    padding-left: 1.625rem; }
  #w.i.u header .vertical.accordion-menu a::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    left: 0.5625rem;
    margin-top: -0.1875rem;
    border-top: 4px solid transparent;
    border-left: 8px solid #ca132f;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%; }
  #footer #banners > a, #avlucht:not(.empty), #home #service {
    margin-bottom: 1.5rem; }
  #home_wladder1 {
    margin-bottom: 0; }
  .hni_foto, #banners {
    text-align: center; }
  .hni_foto {
    padding: 1.375rem 0 1.375rem;
    margin-bottom: 0; }
  .hni_text {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 1rem 0;
    height: auto !important; }
  #home_nladder2 li:last-child .hni_text {
    border: none; }
  #footer #banners {
    display: block; }
    #footer #banners a {
      display: inline-block; }
  .swiper-slide:not(.swiper-slide-active) h2, .swiper-slide:not(.swiper-slide-active) p {
    opacity: 0.35; }
  #footer .textblk {
    text-align: left;
    height: auto !important; }
  .title-bar .menu-icon {
    margin-right: -0.25rem; }
  .hdng_fotoblok_text .icoplay {
    margin-right: 0.125rem; }
  .fotoblok_hdng {
    font-size: 19px;
    font-size: 6vw; } }
  @media screen and (max-width: 35.4375em) and (max-width: 16.66667rem) {
    .fotoblok_hdng {
      font-size: 1rem; } }
  @media screen and (max-width: 35.4375em) and (min-width: 25rem) {
    .fotoblok_hdng {
      font-size: 1.5rem; } }

@media screen and (max-width: 35.4375em) {
  .fotoblok_hdng + p {
    line-height: 1.125rem; }
  .hdng_fotoblok_lnk {
    flex-wrap: wrap;
    align-content: center; }
    .hdng_fotoblok_lnk > div {
      width: 100%; }
  body:not(.omgeving_9370221) .hdng_fotoblok_lnk {
    align-items: center; }
  .home_play {
    margin-bottom: 1rem; }
  #footer-menu div {
    width: 100%; }
  #avlucht:not(.empty) {
    border-bottom: 1px solid #e5e5e5; }
  #avlucht:not(.empty) {
    padding-bottom: 0.375rem;
    margin-left: 0;
    margin-right: 0; }
  #inhoud + .seriekeuze {
    margin-top: -0.375rem; }
    #inhoud + .seriekeuze ul {
      margin-bottom: 1rem; }
  #avlucht_and_main_pageheading-contnr > div, #avlucht, #main {
    width: 100%; }
  #vlucht.large-3, #avlucht_and_main_pageheading-contnr, #main {
    margin: 0; }
  #main img.bioimg_content {
    display: block !important;
    margin: 0 auto 1.5rem; }
  .sorteer_5xradio {
    display: flex;
    flex-direction: column; }
    .sorteer_5xradio span + div {
      border-top: 1px #e5e5e5 solid;
      padding-top: 0.5rem;
      margin-top: 0.5rem;
      display: flex;
      flex-direction: column; } }

@media only screen and (max-width: 26.25rem) {
  #site-logo {
    padding-top: 0.25rem; }
  .icon.site-logo {
    width: 76vw;
    height: 23.38vw; }
  .site-logo-sec {
    width: 9vw;
    height: 14.4vw;
    width: 9.6vw;
    height: 15.36vw;
    top: -0.5625rem; }
  #hdr_social {
    margin-right: 1vw; } }

@media only screen and (max-width: 20.9375rem) {
  #hdr_social {
    margin-right: 0; }
  #site-logo {
    padding-top: 0.75rem; } }

@media screen and (min-width: 35.5em) {
  #primary-menu .menu .is-dropdown-submenu-parent > a, #primary-menu .menu .is-dropdown-submenu-parent > a:visited, #primary-menu .menu .is-accordion-submenu-parent > a, #primary-menu .menu .is-accordion-submenu-parent > a:visited, #primary-menu .menu [role="treeitem"] > a, #primary-menu .menu [role="treeitem"] > a:visited, #primary-menu .menu .top-level > a, #primary-menu .menu .top-level > a:visited, #primary-menu .accordion-menu .is-dropdown-submenu-parent > a, #primary-menu .accordion-menu .is-dropdown-submenu-parent > a:visited, #primary-menu .accordion-menu .is-accordion-submenu-parent > a, #primary-menu .accordion-menu .is-accordion-submenu-parent > a:visited, #primary-menu .accordion-menu [role="treeitem"] > a, #primary-menu .accordion-menu [role="treeitem"] > a:visited, #primary-menu .accordion-menu .top-level > a, #primary-menu .accordion-menu .top-level > a:visited {
    color: #0a0a0a;
    padding: 1.0625rem 1.75vw 1.0625rem 0.375rem;
    margin-top: -0.0625rem;
    font-weight: 600; }
  #primary-menu .menu a.has-submenu {
    display: flex; }
    #primary-menu .menu a.has-submenu .pbs {
      width: 1rem; }
  #primary-menu a.has-submenu .glyph {
    margin-right: 0.5rem; }
  .vertical .vertical {
    max-width: 17.8125rem; }
    .vertical .vertical a {
      white-space: normal; }
    .vertical .vertical a:before {
      top: 1.1875rem; }
  nav#primary-menu ul li:hover > ul {
    display: block; }
  .no-js .top-bar {
    height: auto;
    overflow: inherit; }
  .no-js .is-dropdown-submenu-parent {
    position: static; }
  .no-js nav#primary-menu ul li a:focus-within + ul,
  .no-js nav#primary-menu ul li:hover > ul {
    display: block;
    left: auto; }
  html:not(.mobile) .vertical .vertical {
    max-height: calc(100vh - 12.125rem);
    overflow-y: auto;
    overflow-x: hidden; }
  .is-dropdown-submenu {
    z-index: 13; }
  #primary-menu .menu .is-dropdown-submenu-parent.top-level > a, #primary-menu .menu .is-dropdown-submenu-parent.top-level > a:visited, .dropdown.menu:not(.submenu) > .is-dropdown-submenu-parent > a, .dropdown.menu:not(.submenu) > .is-dropdown-submenu-parent > a:visited, #primary-menu > .menu > .top-level > a, #primary-menu > .menu > .top-level > a:visited {
    color: #fff; }
  header .dropdown .is-dropdown-submenu a {
    position: relative;
    padding-left: 1.625rem; }
  header .submenu li a::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    left: 0.5625rem;
    margin-top: -0.1875rem;
    border-top: 4px solid transparent;
    border-left: 8px solid #ca132f;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%; }
  #ico-bar .cell > div + div {
    padding: 0 0.25rem 0.5rem 0.25rem;
    margin-top: -0.375rem; }
  #home_nladder div.hni_foto, #home_nladder .hni_text {
    max-width: 414px; }
  #content {
    padding: 1rem 0.9375rem 1.5rem;
    min-height: calc(100vh - 194px); }
  body:not(.geen_avlucht) #avlucht_and_main_pageheading-contnr .large-8 {
    padding-left: 1.875rem;
    width: 66.6666%; }
  #avlucht_and_main_pageheading-contnr .large-4 {
    padding-right: 0.9375rem; }
  #avlucht_and_main_pageheading-contnr .large-8 {
    border-bottom: solid 1px #555; }
  #avlucht_and_main_pageheading-contnr .large-4,
  #avlucht.large-4 {
    width: calc(33.33333% - 0.9375rem);
    margin-left: 0; }
    #avlucht_and_main_pageheading-contnr .large-4 > div,
    #avlucht.large-4 > div {
      padding-right: 0; }
  #footer .textblk p {
    height: auto; }
  #main div.fullwidth .float-right, #main div.fullwidth .float-left {
    max-width: 100%; }
  .main_2kolommen label + label {
    margin-left: 0.375rem; } }

@media screen and (min-width: 39.375em) {
  #ico-bar .cell {
    flex: 1; } }

@media (min-width: 45rem) and (max-width: 77.1875rem) {
  #hdr_iconen {
    margin: 0; }
  body.omgeving_9370221:not(#livedebat) #site-logo,
  body.omgeving_9370226:not(#livedebat) #site-logo {
    width: 52%; }
  .omgeving_9370221 #hdr_iconen,
  .omgeving_9370226 #hdr_iconen {
    width: 48%; }
  .omgeving_9370221 #hdr_social,
  .omgeving_9370222 #hdr_social,
  .omgeving_9370226 #hdr_social {
    flex: 0 1 auto; }
  #hdr_iconen a.tooltip:hover::after {
    min-width: 10rem; } }

@media screen and (min-width: 35.5em) and (max-width: 55em) {
  .sb-icon-search {
    height: 1.75rem; }
  #pageheader .sb-search-open .sb-search-input {
    width: 100%; }
  #primary-menu {
    width: 46.3333%; }
  /* Open state */
  #sb-search.sb-search-open {
    width: 100%; }
  #primary-menu .menu a.has-submenu {
    letter-spacing: -0.475px; }
  #logo-en-iconen, .secondary-menu.grid-padding-x > nav {
    padding-right: 0; }
  #home_nladder1 li div.hni_foto {
    padding: 0 0.75rem 1.5rem 0; }
  #home_nladder1 li div.hni_text {
    padding: 0 0.75rem 1.5rem 0; }
  #home_nladder2 li div.hni_foto {
    padding: 0 0 1.5rem 0.75rem; }
  #home_nladder2 li div.hni_text {
    padding: 0 0 1.5rem 0.75rem; }
  #home_nladder div.hni_foto, #home_nladder .hni_text {
    max-width: none; }
  #back-to-top {
    width: calc(50% - 2px);
    max-width: 38.5rem; }
  #footer #banners > a, #footer #banners > a:visited, #footer #banners > div, #footer #footer-menu > a, #footer #footer-menu > a:visited, #footer #footer-menu > div {
    width: calc(50% - 12px); }
  #footer #banners a.banner-it1, #footer #banners a.banner-it3, #footer #banners a.banner-it5, #footer #banners a.banner-it7, #footer #banners div.ladder1, #footer #banners div.ladder3, #footer #footer-menu a.banner-it1, #footer #footer-menu a.banner-it3, #footer #footer-menu a.banner-it5, #footer #footer-menu a.banner-it7, #footer #footer-menu div.ladder1, #footer #footer-menu div.ladder3 {
    margin: 0 0.75rem 1.25rem 0; }
  #footer #banners a.banner-it2, #footer #banners a.banner-it4, #footer #banners a.banner-it6, #footer #banners a.banner-it8, #footer #banners div.ladder2, #footer #banners div.ladder4, #footer #footer-menu a.banner-it2, #footer #footer-menu a.banner-it4, #footer #footer-menu a.banner-it6, #footer #footer-menu a.banner-it8, #footer #footer-menu div.ladder2, #footer #footer-menu div.ladder4 {
    margin: 0 0 1.25rem 0.75rem; }
  #footer #footer-menu div.ladder3, #footer #footer-menu div.ladder4 {
    margin-bottom: 0; }
  #footer-menu {
    padding: 1.5rem 0.9375rem; }
    #footer-menu div.ladder2 li, #footer-menu div.ladder4 li {
      margin-left: 0.9375rem; }
  #main .float-right, #main .float-left {
    max-width: 50%; }
  #vlucht {
    width: calc(66.66667% - 1.875rem);
    margin-left: calc(33.33333% + 0.9375rem);
    border-top: 1px solid 1px solid #e5e5e5;
    padding: 0; }
  #main {
    padding-bottom: 1.5rem; }
  .menu.vlucht_lijst li {
    margin-top: 0.25rem; }
  #main #w_voortgangModule.uitgeklapt .a_ico_expand.VgangInd {
    margin-left: calc(33.33% + 0.9375rem); }
  #main #w_voortgangModule.uitgeklapt #voortgangModule {
    margin-left: 0;
    width: 100%;
    background: #fff; }
  .secondary-menu, #hdr_iconen {
    padding-right: 0.9375rem; } }

@media (min-width: 35.5rem) and (max-width: 53.75rem) {
  #primary-menu > ul > li:first-of-type > a span {
    width: 3.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 53.8125rem) and (max-width: 54.9375rem) {
  .dropdown.menu .is-dropdown-submenu-parent > a, .dropdown.menu .is-dropdown-submenu-parent > a:visited {
    padding-right: 1.5vw; } }

@media (min-width: 35.5rem) and (max-width: 39.3125rem) {
  #ico-bar .cell {
    width: calc(33.3333% - 30px); } }

@media (min-width: 35.5rem) and (max-width: 43.5625rem) {
  .top-bar {
    position: relative; }
  .secondary-menu li a {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  #hdr_social, #readspeaker {
    position: relative; }
  #readspeaker {
    width: 1.6875rem;
    left: 0; }
    #readspeaker a > div {
      padding-left: 0.25rem; } }

@media print, screen and (min-width: 55.0625em) {
  #ico-bar .cell {
    width: calc(33.3333% - 20px); }
  ul[id^="home_nladder"] li {
    min-height: 13.5625rem; }
  #home_nladder1 a > div.hni_foto {
    padding: 0 0.875rem 1.5rem 0; }
  #home_nladder1 a > div.hni_text {
    padding: 0 0.5rem 1.5rem 0.375rem; }
  #home_nladder2 a > div.hni_foto {
    padding: 0 0.375rem 1.5rem 0.5rem; }
  #home_nladder2 a > div.hni_text {
    padding: 0 0 1.5rem 0.875rem; }
  #footer #banners > a, #footer #banners > a:visited {
    width: calc(25% - 14px); }
  #footer #banners a.banner-it1, #footer #banners a.banner-it5, #footer #banners div.ladder1, #footer #footer-menu a.banner-it1, #footer #footer-menu a.banner-it5, #footer #footer-menu div.ladder1 {
    margin: 0 0.875rem 1.5rem 0; }
  #footer #banners a.banner-it2, #footer #banners a.banner-it6, #footer #banners div.ladder2, #footer #footer-menu a.banner-it2, #footer #footer-menu a.banner-it6, #footer #footer-menu div.ladder2 {
    margin: 0 0.5rem 1.5rem 0.375rem; }
  #footer #banners a.banner-it3, #footer #banners a.banner-it7, #footer #banners div.ladder3, #footer #footer-menu a.banner-it3, #footer #footer-menu a.banner-it7, #footer #footer-menu div.ladder3 {
    margin: 0 0.375rem 1.5rem 0.5rem; }
  #footer #banners a.banner-it4, #footer #banners a.banner-it8, #footer #banners div.ladder4, #footer #footer-menu a.banner-it4, #footer #footer-menu a.banner-it8, #footer #footer-menu div.ladder4 {
    margin: 0 0 1.5rem 0.875rem; }
  #footer-menu {
    padding: 1.5rem 0; }
    #footer-menu > div {
      flex: 1;
      margin-bottom: 0 !important; }
    #footer-menu li {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
  #vlucht.large-3 {
    width: calc(25% - 0.9375rem);
    margin: 0 0 0 0.9375rem;
    padding: 0; }
  .zoeken_in_volledige_tekst .main_1van2kolommen {
    width: 6.25rem; }
  .zoeken_in_volledige_tekst .main_2van2kolommen {
    width: calc(100% - 100px); } }

@media only screen and (min-width: 55.0625rem) and (max-width: 55.75rem) {
  #primary-menu .menu .is-dropdown-submenu-parent > a {
    padding-right: 1.2vw; } }

@media only screen and (min-width: 55.0625rem) and (max-width: 58.125rem) {
  .zoeken_in_volledige_tekst .main_1van2kolommen {
    width: 100%; }
  .zoeken_in_volledige_tekst .main_2van2kolommen {
    width: 100%; } }

@media only screen and (min-width: 55.0625rem) and (max-width: 63.9375rem) {
  #home #content #home_nladder h2 {
    margin-bottom: 0; }
  #main .float-right, #main .float-left {
    max-width: 50%; } }

@media only screen and (min-width: 64rem) and (max-width: 71.25rem) {
  #main .float-right, #main .float-left {
    max-width: 55%; } }

@media only screen and (min-width: 64rem) {
  #main .float-right.portrait, #main .float-left.portrait {
    max-width: 50%; } }

@media only screen and (min-width: 71.9375rem) {
  #home #home_nladder li > div.hni_text {
    padding-top: 0.2vw; } }

@media only screen and (min-width: 78.125rem) {
  #home_nladder {
    grid-template-columns: repeat(auto-fill, minmax(605px, 1fr)); }
  #back-to-top {
    width: calc(25% + 16px);
    max-width: 19.75rem; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */ }

.reveal.without-overlay .swiper-container {
  position: static; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 14px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 14px;
  left: auto; }

/*  // Geen backgrounds maar svg's!
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
 */
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  position: relative;
  top: -0.25rem; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-bullet:focus {
  padding: 0.375rem;
  top: -0.125rem; }

.swiper-pagination-bullet-active, .swiper-pagination-bullet-active:focus {
  padding: 0.5rem;
  top: 0; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #ca132f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

img.serie {
  cursor: pointer; }

div.serie {
  position: relative; }

div.serie .icon, #content div.serie .icon {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.reveal > .close-button {
  z-index: 100;
  top: 0.9375rem;
  height: 1.125rem;
  width: 1.125rem;
  line-height: 1.125rem; }
  .reveal > .close-button :hover {
    color: #fff; }
  .reveal > .close-button span {
    height: 1rem;
    width: 1rem; }

/*
.swiper-button-next, .swiper-button-prev {
	background-color: rgba(255, 255, 255, 0.5);
}
*/
#swipermedia,
.swiper-slide {
  background: #3c3c3c; }

.onderschrift_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  min-height: 2rem; }

.onderschrift_wrapper .onderschrift {
  margin: 1rem 0 2rem; }

.onderschrift_wrapper .onderschrift {
  outline: 0; }

.onderschrift_wrapper .copyright {
  font-size: .8em;
  position: absolute;
  bottom: 5px;
  right: 5px; }

.swiper_imgwrapper {
  max-width: 100%;
  max-height: 100%; }

.swiper-slide img {
  max-width: 100%;
  max-height: 100%; }

.swiper-pagination-bullet:focus,
#swipermedia .close-button:focus,
[data-whatinput='mouse'] #swipermedia .close-button:focus,
#swipermedia .close-button:hover,
[data-whatinput='mouse'] #swipermedia .close-button:hover,
#swipermedia button:focus,
#swipermedia .close-button:focus,
[data-whatinput='mouse'] #swipermedia .close-button:focus {
  outline: 0.125rem dotted #fff; }

input[type='search'] {
  padding-right: 1.125rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
  cursor: pointer; }

/*hierna alternatief clear "x" voor not-webkit, not-oe1-up en not-edge:*/
.webkit .icon-clear, .ie .icon-clear, .edge .icon-clear {
  display: none; }

.webkit input[type='search'], .ie input[type='search'], .edge input[type='search'] {
  padding-right: 0; }

.icon-clear {
  border: 1px solid transparent;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0.375rem;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem; }

.icon-clear:after {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 901;
  right: 0;
  bottom: 0.375rem;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-size: 85%;
  cursor: pointer;
  font-family: verdana; }

#q:not(:valid) ~ .icon-clear {
  display: none !important; }

/* einde alternatief clear "x" voor not-webkit, not-oe1-up en not-edge:*/
.safari input[type="search"] {
  padding-right: 3px !important; }

.ios.chrome #sb-search input, .mac.chrome #sb-search input {
  padding-left: 3px !important; }

body.printversie {
  background: #fff;
  opacity: 1;
  font-size: 0.875rem; }

.printversie #avlucht_and_main_pageheading-contnr > div {
  margin: 0; }

.printversie #avlucht_and_main_pageheading-contnr .large-8, .printversie #avlucht_and_main_pageheading-contnr #main {
  width: calc(100% - 1.875rem); }

.printversie #content_printversie {
  padding: 1rem; }

.printversie #avlucht_and_main-contnr {
  width: 100%; }

.printversie tbody, .printversie tr, .printversie th, .printversie td {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: black !important;
  text-shadow: none !important;
  border: 1px solid #0a0a0a; }

.printversie a, .printversie a:visited, .printversie h1, .printversie h2 {
  color: black !important; }

.printversie #voortgangModule {
  display: flex;
  min-width: auto; }
  .printversie #voortgangModule svg use, .printversie #voortgangModule svg fill {
    color: #ca132f !important; }

.printversie [class^="voortgangBlok"], .printversie [class^="voortgangBlok"] .vol {
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.printversie #voortgangModule .vol {
  background: #c03 !important; }

.printversie .voortgangBlok1, .printversie .voortgangBlok4 {
  background: #acacac !important; }

.printversie .voortgangBlok2, .printversie .voortgangBlok3 {
  background: #d4d4d6 !important; }

.printversie .voortgangM.inst {
  margin-top: 0.375rem; }

.printversie .ie [class^="voortgangBlok"], .printversie .edge [class^="voortgangBlok"] {
  position: relative;
  z-index: 2; }

.printversie .ie [class^="voortgangBlok"]:before, .printversie .edge [class^="voortgangBlok"]:before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  content: url(/9370220/g/8er_d4d4d6.png);
  display: block; }

.printversie .ie .voortgangBlok1:before, .printversie .ie .voortgangBlok4:before, .printversie .edge .voortgangBlok1:before, .printversie .edge .voortgangBlok4:before {
  content: url(/9370220/g/8er_acacac.png); }

.printversie .ie .doc, .printversie .edge .doc {
  position: relative;
  top: 0.125rem; }

.printversie .gecko #voortgangModule .doc {
  position: relative; }

.printversie .gecko #voortgangModule a.meti:before {
  content: url("/9370220/g/ico_pdf.png");
  position: absolute;
  left: 0;
  top: 1rem; }

.printversie h1 {
  font-size: 1.41575rem; }

.printversie h2 {
  font-size: 1.08156rem; }

.printversie h3 {
  font-size: 0.875rem; }

.printversie p, .printversie ul, .printversie ol, .printversie dl {
  line-height: 1.618; }

.printversie .grid-x {
  display: block; }

.printversie .opsomitem.grid-x {
  display: flex; }

.printversie #avlucht_and_main_pageheading-contnr {
  margin: 1rem 1rem 0;
  width: calc(100% - 2rem); }

.printversie #main {
  margin: 0 1rem;
  width: calc(100% - 2rem); }

.printversie .ladder, .printversie .seriekeuze ul, .printversie .zijverwijzingen ul {
  margin-left: 1rem; }
  .printversie .ladder li, .printversie .seriekeuze ul li, .printversie .zijverwijzingen ul li {
    position: relative; }
  .printversie .ladder a:before, .printversie .seriekeuze ul a:before, .printversie .zijverwijzingen ul a:before {
    content: '\25ba';
    position: absolute;
    left: -1rem;
    top: 0.1875rem;
    font-size: 75%; }

.printversie .ladder li, .printversie .seriekeuze ul li {
  position: relative;
  margin-bottom: 1.5rem; }

.printversie ul .glyph, .printversie .videoterugkijk, .printversie #voortgangModule .informatie {
  display: none; }

.printversie #home_nladder li.grid-x > div {
  width: 100%;
  height: auto !important; }

.printversie #home_nladder a:before {
  content: ''; }

.printversie #home #nieuws > h2 {
  margin-left: 1rem; }

.printversie #ladder_plan li {
  min-height: 4.125rem;
  display: table;
  padding-top: 0.75rem;
  width: 100%; }

.printversie #ladder_plan li > div {
  display: table-cell;
  height: 100%;
  vertical-align: top; }

.printversie #ladder_plan .ico_met_date {
  width: 8.75rem;
  padding-right: 0.75rem; }

.printversie #ladder_plan .i_plan_date, .printversie #ladder_plan .i_dag, .printversie #ladder_plan .i_day, .printversie #ladder_plan .i_mth, .printversie #ladder_plan .i_year {
  position: static;
  font-size: inherit;
  line-height: inherit; }

.printversie #ladder_plan .i_plan_nolnk {
  padding: 0; }

.printversie .gewone_versie {
  margin-left: 0.9375rem; }

.printversie a {
  text-decoration: none; }

.printversie div.fontwit_hor table, .printversie div.fontwit_vert table,
.printversie table.astbl, .printversie table.styletable {
  border-collapse: collapse;
  border-bottom: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a; }
  .printversie div.fontwit_hor table tbody, .printversie div.fontwit_vert table tbody,
  .printversie table.astbl tbody, .printversie table.styletable tbody {
    border: none; }
  .printversie div.fontwit_hor table td, .printversie div.fontwit_hor table th, .printversie div.fontwit_vert table td, .printversie div.fontwit_vert table th,
  .printversie table.astbl td,
  .printversie table.astbl th, .printversie table.styletable td, .printversie table.styletable th {
    border-top: 1px solid #0a0a0a;
    border-left: 1px solid #0a0a0a;
    border-right: 1px solid #0a0a0a; }

.printversie li {
  page-break-inside: avoid; }

@media print {
  body {
    background: #fff;
    opacity: 1;
    font-size: 0.875rem; }
  #avlucht_and_main_pageheading-contnr .large-4 {
    border: none; }
  #avlucht_and_main-contnr, #avlucht_and_main_pageheading-contnr .large-8, #main {
    margin: 0;
    width: 100%; }
  #content_printversie, #content {
    padding: 0 !important; }
  #home #content_printversie {
    padding: 1rem 0; }
  #voortgangModule {
    display: flex;
    min-width: auto; }
    #voortgangModule svg use, #voortgangModule svg fill {
      color: #ca132f !important; }
  [class^="voortgangBlok"], [class^="voortgangBlok"] .vol {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  #voortgangModule .vol {
    background: #c03 !important; }
  .voortgangBlok1, .voortgangBlok4 {
    background: #acacac !important; }
  .voortgangBlok2, .voortgangBlok3 {
    background: #d4d4d6 !important; }
  .voortgangM.inst {
    margin-top: 0.375rem; }
  .ie [class^="voortgangBlok"], .edge [class^="voortgangBlok"] {
    position: relative;
    z-index: 2; }
  .ie [class^="voortgangBlok"]:before, .edge [class^="voortgangBlok"]:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    content: url(/9370220/g/8er_d4d4d6.png);
    display: block; }
  .ie .voortgangBlok1:before, .ie .voortgangBlok4:before, .edge .voortgangBlok1:before, .edge .voortgangBlok4:before {
    content: url(/9370220/g/8er_acacac.png); }
  .ie .doc, .edge .doc {
    position: relative;
    top: 0.125rem; }
  .gecko #voortgangModule .doc {
    position: relative; }
  .gecko #voortgangModule a.meti:before {
    content: url("/9370220/g/ico_pdf.png");
    position: absolute;
    left: 0;
    top: 1rem; }
  h1 {
    font-size: 1.41575rem; }
  h2 {
    font-size: 1.08156rem; }
  h3 {
    font-size: 0.875rem; }
  p, ul, ol, dl {
    line-height: 1.618; }
  .grid-x {
    display: block; }
  .opsomitem.grid-x {
    display: flex; }
  #avlucht_and_main_pageheading-contnr {
    margin: 1rem 1rem 0;
    width: calc(100% - 2rem); }
  #main {
    margin: 0 1rem;
    width: calc(100% - 2rem); }
  .ladder, .seriekeuze ul, .zijverwijzingen ul {
    margin-left: 1rem; }
    .ladder li, .seriekeuze ul li, .zijverwijzingen ul li {
      position: relative; }
    .ladder a:before, .seriekeuze ul a:before, .zijverwijzingen ul a:before {
      content: '\25ba';
      position: absolute;
      left: -1rem;
      top: 0.1875rem;
      font-size: 75%; }
  .ladder li, .seriekeuze ul li {
    position: relative;
    margin-bottom: 1.5rem; }
  ul .glyph, .videoterugkijk, #voortgangModule .informatie {
    display: none; }
  #home_nladder li.grid-x > div {
    width: 100%;
    height: auto !important; }
  #home_nladder a:before {
    content: ''; }
  #home #nieuws > h2 {
    margin-left: 1rem; }
  #ladder_plan li {
    min-height: 4.125rem;
    display: table;
    padding-top: 0.75rem;
    width: 100%; }
  #ladder_plan li > div {
    display: table-cell;
    height: 100%;
    vertical-align: top; }
  #ladder_plan .ico_met_date {
    width: 8.75rem;
    padding-right: 0.75rem; }
  #ladder_plan .i_plan_date, #ladder_plan .i_dag, #ladder_plan .i_day, #ladder_plan .i_mth, #ladder_plan .i_year {
    position: static;
    font-size: inherit;
    line-height: inherit; }
  #ladder_plan .i_plan_nolnk {
    padding: 0; }
  .gewone_versie {
    margin-left: 0.9375rem; }
  a {
    text-decoration: none; }
  div.fontwit_hor table, div.fontwit_vert table,
  table.astbl, table.styletable {
    border-collapse: collapse;
    border-bottom: 1px solid #0a0a0a;
    border-right: 1px solid #0a0a0a; }
    div.fontwit_hor table tbody, div.fontwit_vert table tbody,
    table.astbl tbody, table.styletable tbody {
      border: none; }
    div.fontwit_hor table td, div.fontwit_hor table th, div.fontwit_vert table td, div.fontwit_vert table th,
    table.astbl td,
    table.astbl th, table.styletable td, table.styletable th {
      border-top: 1px solid #0a0a0a;
      border-left: 1px solid #0a0a0a;
      border-right: 1px solid #0a0a0a; }
  li {
    page-break-inside: avoid; } }

.xxedge .voortgangBlok2, .xxedge .voortgangBlok3 {
  position: relative;
  z-index: 2; }

.xxedge .voortgangBlok2:before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' style='background: %23cc6699' />"); }

.xxie [class^="voortgangBlok"], .xxedge [class^="voortgangBlok"] {
  position: relative;
  z-index: 2; }

.xxie [class^="voortgangBlok"]:before, .xxedge [class^="voortgangBlok"]:before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  content: url(/9370220/g/8er_test.png);
  display: block; }

.handy-scroll {
  bottom: 0;
  min-height: 17px;
  overflow: auto;
  position: fixed; }

.handy-scroll div {
  height: 1px;
  overflow: hidden;
  pointer-events: none; }

.handy-scroll div:before {
  content: "\A0"; }

.handy-scroll,
.handy-scroll div {
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0; }

.handy-scroll-hidden {
  bottom: 9999px; }

.handy-scroll-hidden div:before {
  content: "\A0\A0"; }

.handy-scroll-viewport {
  position: relative; }

.handy-scroll-body {
  overflow: auto; }

.handy-scroll-viewport .handy-scroll {
  left: 0;
  position: absolute; }

.handy-scroll-hoverable .handy-scroll {
  opacity: 0;
  transition: opacity .5s .3s; }

.handy-scroll-hoverable:hover .handy-scroll {
  opacity: 1; }

.title-bar-menu-button {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  margin-top: -0.125rem;
  position: relative; }

.menu-icon::after, .menu-icon:hover::after {
  background: transparent;
  box-shadow: inherit; }

.menu-icon span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }

.menu-icon, .menu-icon:focus,
.menu-icon span, .menu-icon:focus span {
  outline: none; }

.title-bar-search {
  order: 0;
  flex: 1 1 auto;
  align-self: auto; }

.title-bar-menu-button > div {
  display: inline-block;
  position: relative;
  top: 0.125rem; }

.geen_vluchten #content > .wr_main.grid-x {
  width: 100%; }

div.titel_icoon_na_parkop {
  width: 4.25rem;
  float: right;
  margin: 0;
  position: relative;
  top: -0.25rem;
  padding: 0.125rem 0 0 0.625rem;
  text-align: right; }

.youtubecontainer {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .youtubecontainer iframe,
  .youtubecontainer object,
  .youtubecontainer embed,
  .youtubecontainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.videoterugkijk {
  background-image: url(/9370220/g/videoterugkijk_sfeer.jpg);
  background-size: cover;
  min-height: 7.5rem;
  color: #fff; }
  .videoterugkijk strong {
    background: rgba(55, 55, 55, 0.63);
    padding: 0.5rem;
    font-size: 1.1875rem;
    display: inline-block;
    text-align: center;
    margin: 0.125rem 0 0 0.75rem;
    color: #fff; }
  .videoterugkijk span {
    text-decoration: underline; }

.videoterugkijk_com {
  background-image: url(/9370220/g/videoterugkijk_comk2.jpg); }

#filters .main_1van2kolommen, #filters form span:first-of-type {
  padding-right: 1.5rem; }

#filters .main_1van2kolommen {
  min-width: 5.625rem; }

.filter_radio {
  height: 0.75rem;
  width: 0.75rem;
  min-height: 0.75rem;
  min-width: 0.75rem;
  border: 1px solid #0075ff;
  border-radius: 100%;
  margin-right: 0.375rem; }
  .filter_radio::before {
    display: block;
    content: '';
    border-radius: 100%;
    height: 0.375rem;
    width: 0.375rem;
    margin: 0.125rem 0 0 0.125rem;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear; }
  .filter_radio--selected::before {
    background-color: #0075ff; }

.filter_option {
  display: flex;
  color: black !important;
  font-size: 0.875rem;
  cursor: default;
  border: 0 !important;
  padding-right: 0.75rem;
  align-items: center; }
  .filter_option:hover .filter_radio, .filter_option:focus .filter_radio {
    border-color: #05a; }
    .filter_option:hover .filter_radio--selected::before, .filter_option:focus .filter_radio--selected::before {
      background-color: #05a; }
  .filter_option--link {
    color: #ca132f !important;
    cursor: pointer; }

.subselectie_zoekcriteria .filter_radio {
  align-self: flex-start;
  margin-top: 0.3125rem; }

#sprekers2 .i6x8 {
  width: 0.5625rem;
  height: 0.625rem; }

.c_ico-bijlage {
  padding-left: 0.3125rem; }

.agendablok .zaken > div:not(.controls) ul {
  width: 100%; }

.agendablok .zaken > div:not(.controls) li.plus > div > a {
  display: inline-block; }

.agendablok .a_ico_spreker {
  margin-right: -1.875rem;
  margin-left: -0.3125rem; }

.agendablok a + .a_ico_spreker {
  margin-right: 0;
  margin-left: 0; }

.agendablok .ico_spreker {
  position: relative;
  top: 0.125rem;
  left: 0; }

.agendablok .seriekeuze > ul > li.plus > div {
  padding-left: 1.125rem; }

.agendablok .seriekeuze > ul > li.plus > div > a {
  display: inline-block;
  width: 100%;
  padding-right: 1rem; }

.agendablok .seriekeuze > ul > li.plus .glyph {
  margin-left: -1.0625rem;
  float: left; }

.agendablok .c_ico-bijlage {
  margin-right: -1.3125rem;
  display: inline-block; }

.agendablok + hr {
  display: none; }

html:not(.webkit) .agendablok p strong {
  display: inline-block;
  width: calc(100% - 1.875rem); }

html:not(.webkit) .agendablok .a_ico_spreker {
  padding-right: 1.875rem; }

html:not(.webkit) .agendablok .seriekeuze > ul > li.plus > div > a {
  width: calc(100% - 1rem); }

.ie .agendablok .a_ico_spreker svg {
  margin-right: -1.875rem; }

tr > td.workflow:not(:first-of-type) {
  white-space: nowrap; }

.rsbtn {
  float: right;
  clear: both; }

.rsbtn_text span {
  line-height: 2.6875rem; }

.text-recenter {
  text-align: right;
  margin-left: calc( (50% - 0.875rem) + 0.875rem); }

.ico-eerder, .ico-recenter {
  width: 0.875rem; }

.text-eerder, .text-recenter {
  width: calc(50% - 0.875rem); }

.text-eerder + .text-recenter {
  margin-left: 0; }

.leden li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 0.0625rem #e5e5e5; }

/*.blader_tkn, */
.ico-eerder, .ico-recenter {
  position: relative;
  top: 0.0625rem; }

.slot-icoon {
  height: 0.875rem;
  position: relative;
  left: 0.125rem;
  top: -0.125rem; }

.c_ico-bijlage + .slot-icoon {
  margin-top: -0.0625rem; }

li.plus svg + .slot-icoon {
  margin-left: 0.375rem; }

li.plus div.glyph + div {
  display: inline-table; }

.list_hor {
  margin: 1rem 0 !important;
  margin: 0;
  padding: 0; }

.list_hor li {
  display: inline-block;
  position: relative;
  margin: 0; }

.tblexpand {
  margin: 1.0625rem 0 1rem 0.125rem;
  display: inline-block; }

#w_voortgangModule.uitgeklapt,
.fontwit_hor.uitgeklapt {
  width: 100%;
  padding: 0 0.9375rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 77.5rem;
  z-index: 99;
  background: #fff; }
  #w_voortgangModule.uitgeklapt .arrow-left, #w_voortgangModule.uitgeklapt .arrow-right, #w_voortgangModule.uitgeklapt .fade-left, #w_voortgangModule.uitgeklapt .fade-right,
  .fontwit_hor.uitgeklapt .arrow-left,
  .fontwit_hor.uitgeklapt .arrow-right,
  .fontwit_hor.uitgeklapt .fade-left,
  .fontwit_hor.uitgeklapt .fade-right {
    display: none; }

.fontwit_hor.uitgeklapt table {
  table-layout: fixed; }

.fade-left, .fade-right {
  z-index: 91;
  width: 0;
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  box-shadow: #fefefe 0px 0px 20px calc(24px); }

.fade-right {
  z-index: 92;
  left: auto;
  right: 0px; }

.scroll-indicator svg {
  cursor: pointer;
  pointer-events: all; }

.mobile .a_ico_expand {
  left: -0.5rem;
  top: -0.0625rem;
  margin-top: 0.5rem; }
  .mobile .a_ico_expand svg {
    width: 1.625rem !important;
    height: 1.625rem !important; }

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content, .qtip-titlebar {
  position: relative;
  overflow: hidden; }

.qtip-content {
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  padding: 5px 35px 5px 10px;
  border-width: 0 0 1px;
  font-weight: 700; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal 700 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: -100em -100em no-repeat; }

.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

button#agendaplanningbutton {
  padding: 0;
  margin: 0.0625rem 0; }

#agendaplanningbutton svg {
  color: white;
  width: 3rem;
  height: 1.875rem; }

data a[href^="tel:"] {
  pointer-events: none; }

.dhx_cal_light select,
.dhx_cal_light [type='text'],
.dhx_cal_light [type='password'],
.dhx_cal_light [type='date'],
.dhx_cal_light [type='datetime'],
.dhx_cal_light [type='datetime-local'],
.dhx_cal_light [type='month'],
.dhx_cal_light [type='week'],
.dhx_cal_light [type='email'],
.dhx_cal_light [type='number'],
.dhx_cal_light [type='search'],
.dhx_cal_light [type='tel'],
.dhx_cal_light [type='time'],
.dhx_cal_light [type='url'],
.dhx_cal_light [type='color'],
.dhx_cal_light textarea {
  width: initial;
  display: initial; }

.accordion-title-disabled::before {
  content: '' !important; }

table tbody tr.actie_aangemeld {
  background-color: lightgrey; }

table tbody tr.actie_uitvoering {
  background-color: lightblue; }

table tbody tr.actie_afgerond {
  background-color: lightgreen; }

li .opsomtekst .openclose a:link, li .opsomtekst .openclose a:visited {
  border-bottom: 1px solid #fff; }

html {
  --scrollbarBG-WK: #F5F5F5;
  --thumbBG-WK: #e9e9e9;
  --scrollbarBG: #f3f3f3;
  --thumbBG: #dadada; }

.custom-scroll {
  overflow-y: auto;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  scrollbar-width: thin;
  scrollbar-face-color: #fff;
  scrollbar-track-color: #f2f2f2;
  scrollbar-shadow-color: #ccc;
  -webkit-overflow-scrolling: touch; }

.custom-scroll::-webkit-scrollbar {
  width: 0.625rem;
  background-color: var(--scrollbarBG-WK); }

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: var(--thumbBG-WK); }

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: var(--scrollbarBG-WK); }

.custom-scroll-x {
  scrollbar-width: thin; }

.custom-scroll-x::-webkit-scrollbar {
  height: 0.75rem;
  width: auto; }

/* Up */
.xcustom-scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #555555 transparent; }

.xcustom-scroll::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #777777 transparent; }

/* Down */
.xcustom-scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #555555 transparent transparent transparent; }

.xcustom-scroll::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #777777 transparent transparent transparent; }

html:not(.nojs) .closed {
  display: none; }

html:not(.nojs) a.openclose.open img.close {
  display: none; }

html:not(.nojs) a.openclose.close img.open {
  display: none; }

.spacedlist {
  margin-bottom: 1rem; }

.votebox {
  display: block; }

html:not(.nojs) .ambtelijke_toelichtingen .closed {
  display: inline-block; }

p a:link, .persoon a:link, .lnk_in_line a:link, #filters a:link,
#selecteer_kop a:link, #zoek_kop a:link, .zoeken_in_volledige_tekst a:link, td a:link, li .opsomtekst a:link {
  color: #c80031;
  border-bottom: 1px dotted #e492a0; }

p a:visited, .persoon a:visited, .lnk_in_line a:visited, #filters a:visited,
#selecteer_kop a:visited, #zoek_kop a:visited, .zoeken_in_volledige_tekst a:visited, td a:visited, li .opsomtekst a:visited {
  border-bottom: 1px dotted #c98cc3; }

table.styletable th, table.astbl th {
  background: #ca132f;
  color: #fff; }
  table.styletable th p, table.styletable th a, table.styletable th a:visited, table.astbl th p, table.astbl th a, table.astbl th a:visited {
    color: #fff; }
  table.styletable th a, table.styletable th a:link, table.astbl th a, table.astbl th a:link {
    color: #fff;
    border-bottom: 1px dotted #fff; }
  table.styletable th a:visited, table.astbl th a:visited {
    color: #eee;
    border-bottom: 1px dotted #eee; }

table.styletable tr:first-of-type > :first-child, table.astbl tr:first-of-type > :first-child {
  background: #ca132f; }

table.styletable thead + tbody tr:first-of-type > :first-child, table.astbl thead + tbody tr:first-of-type > :first-child {
  background: transparent; }

.matrix .tblwrapper {
  max-height: 100vh;
  overflow-y: auto;
  position: relative; }
  .matrix .tblwrapper::before {
    content: '';
    display: block;
    background-color: white;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    height: 165px;
    margin-bottom: -169px; }
  .matrix .tblwrapper table.styletable, .matrix .tblwrapper table.astbl {
    width: unset; }
    .matrix .tblwrapper table.styletable tr:first-child, .matrix .tblwrapper table.astbl tr:first-child {
      background-color: transparent; }
      .matrix .tblwrapper table.styletable tr:first-child th:first-child, .matrix .tblwrapper table.astbl tr:first-child th:first-child {
        z-index: 1;
        top: 0;
        background-color: #fff; }
      .matrix .tblwrapper table.styletable tr:first-child th:not(:first-child), .matrix .tblwrapper table.astbl tr:first-child th:not(:first-child) {
        height: 163px;
        width: 35px;
        max-width: 35px;
        white-space: nowrap;
        transform: rotate(45deg);
        vertical-align: top;
        transform-origin: top;
        z-index: 1;
        background-color: transparent;
        pointer-events: none; }
        .matrix .tblwrapper table.styletable tr:first-child th:not(:first-child) > div, .matrix .tblwrapper table.astbl tr:first-child th:not(:first-child) > div {
          transform: skew(-45deg, 0deg) translate(0, 103px);
          width: 235px;
          height: 24px;
          background-color: #ca132f; }
          .matrix .tblwrapper table.styletable tr:first-child th:not(:first-child) > div > div, .matrix .tblwrapper table.astbl tr:first-child th:not(:first-child) > div > div {
            transform: skew(45deg, 0);
            text-align: right;
            padding: 0 15px;
            pointer-events: all; }
    .matrix .tblwrapper table.styletable tr th, .matrix .tblwrapper table.astbl tr th {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      padding: 0;
      font-size: 14px; }
      .matrix .tblwrapper table.styletable tr th[scope=row], .matrix .tblwrapper table.astbl tr th[scope=row] {
        top: unset;
        left: 0;
        padding: 0.4rem 0.5rem; }
    .matrix .tblwrapper table.styletable tr td.checked, .matrix .tblwrapper table.astbl tr td.checked {
      background-color: #74d274; }

#main a:visited {
  color: #740168; }

#main a.button:visited {
  color: #fff; }

table.styletable th a:visited, table.astbl th a:visited {
  color: #eee !important;
  border-bottom: 1px dotted #eee; }

.popuptitel {
  background: #c80031; }

.gridq, .inputcss, .zoek_zoekcriteria [type='text'], .invul {
  border-color: #ca132f; }

.scroll-indicator svg {
  stroke: #ca132f; }

/*STOPLICHT begin*/
#stoplichten, .stoplichten {
  float: right; }

.stoplicht {
  width: 0.875rem;
  height: 0.875rem;
  -moz-border-radius: 0.875rem;
  -webkit-border-radius: 0.875rem;
  border-radius: 0.875rem;
  float: right;
  margin-right: 0.5em;
  position: relative;
  cursor: pointer; }

#stoplichtrood, .stoplichtrood {
  background: red; }

#stoplichtoranje, .stoplichtoranje {
  background: orange; }

#stoplichtgroen, .stoplichtgroen {
  background: green; }

.stoplicht_uit {
  width: 0.625rem;
  height: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
  position: absolute;
  background: #fff;
  bottom: 2px;
  left: 2px; }

.stoplichtlinks .stoplichten {
  display: inline-block;
  float: none;
  position: relative;
  top: 0.2em; }

.stoplichtlinks .pijl {
  display: inline-block;
  position: relative;
  top: 0.25em;
  width: 23px;
  height: 17px;
  background: url(/9370211/g/8er_pijl_naar_rechts.png) no-repeat scroll 0 0; }

/*STOPLICHT ambtelijke toelichting */
.stoplicht.u63 {
  /*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7.5px 13.0px 7.5px;
	border-color: transparent transparent #007bff transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
	*/
  border-radius: 0; }

.stoplicht.u63 .stoplicht_uit {
  /*-moz-border-radius: 0;
	-webkit-border-radius: 0;
	position: absolute;
	bottom: -11px;
	left: -4px;
	background-color: transparent;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 4.5px 7.rem-calc(10) 4.5px;
	border-color: transparent transparent white transparent;
	*/
  border-radius: 0; }

.stoplichtlinks {
  min-height: 42px; }

/*STOPLICHT einde*/
/*VIDEOFRAGMENTEN / CLIPS*/
.hidden {
  display: none; }

.clips-notransition {
  transition: none !important; }

.clips[data-clips] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.clips-timeline[data-clips] {
  position: relative;
  height: 3px;
  top: 11px;
  background-color: rgba(255, 0, 0, 0.75); }

.clips-marker {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -4px);
  border-radius: 50%;
  transition: all 0.2s ease-out; }
  .clips-marker:hover {
    transform: translate(-50%, -4px) scale(1.2); }

.clips-marker-icon {
  position: absolute;
  background: #00FFFF;
  display: inline-block;
  height: 8px;
  width: 4px;
  top: 4px;
  left: 8px; }
  .clips-marker-icon:before {
    content: '';
    position: relative;
    top: -6px;
    height: 0;
    width: 0;
    border-top: 3px solid #00FFFF;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent; }

.media-control .seek-time[data-seek-time] {
  bottom: 62px; }

#content .media-control button {
  background-color: inherit;
  padding: inherit;
  margin: 0 6px;
  font-size: inherit; }

/*VIDEOFRAGMENTEN / CLIPS end*/
