@charset "UTF-8";
#pageheader_c, #site-logo, #searchbar, #sb-search {
  height: 6.5625rem; }

.title-bar {
  display: flex !important; }

.sb-search {
  display: none;
  height: 6.125rem;
  padding-top: 2.0625rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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=40em&xxmedium=48em&large=55.0625em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  font-family: "Open Sans", Tahoma, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  -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.1875rem; }

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

.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.1875rem;
  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: 64rem;
  margin: 0 auto; }

.grid-container-padded {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container-padded {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .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: 40em) {
  .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: 40em) {
  .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.75rem;
  margin-right: -0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.75rem;
      margin-right: -0.75rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.5rem);
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.5rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.5rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.5rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.5rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.5rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.5rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.5rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.5rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.5rem); } }
  @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.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.5rem); } }

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

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

.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: 40em) {
  .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.5rem); }

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

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

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

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

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

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

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

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

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

.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: 40em) {
  .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.75rem); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.75rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.75rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.75rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.75rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.75rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.75rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.75rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.75rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.75rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.75rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.75rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.75rem); } }

.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: 40em) {
    .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: 40em) {
    .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.75rem;
  margin-bottom: -0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.75rem;
      margin-bottom: -0.75rem; } }

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

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

.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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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", Tahoma, 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: #acacac; }

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

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

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

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

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

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

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

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

hr {
  clear: both;
  max-width: 64rem;
  height: 0;
  margin: 1.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d7d7d7;
  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 #acacac; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #535352; }

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

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

figure {
  margin: 0; }

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

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #d7d7d7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #222;
  border-radius: 0.1875rem; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #535352; }

.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: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media 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: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #535352;
    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.1875rem;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  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 #535352;
    background-color: #fff;
    box-shadow: 0 0 5px #acacac;
    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: #d7d7d7;
  cursor: not-allowed; }

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

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: #222; }
  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: #222; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0.1875rem 0 0 0.1875rem; }
  .input-group > :last-child > * {
    border-radius: 0 0.1875rem 0.1875rem 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 #acacac;
  background: #d7d7d7;
  color: #222;
  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.5rem 0;
  padding: 1.25rem;
  border: 1px solid #acacac; }
  .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.1875rem;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  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%2883, 83, 82%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 #535352;
    background-color: #fff;
    box-shadow: 0 0 5px #acacac;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #d7d7d7;
    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: #faedeb; }
  .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.1875rem;
  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: #19749f;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #156387;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.9rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #19749f;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #145d7f;
      color: #fff; }
  .button.secondary {
    background-color: #e8f2f6;
    color: #222; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #a3cbdb;
      color: #222; }
  .button.success {
    background-color: #3adb76;
    color: #222; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #222; }
  .button.warning {
    background-color: #ffae00;
    color: #222; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #222; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .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: #19749f;
      color: #fff; }
    .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: #19749f;
        color: #fff; }
    .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: #e8f2f6;
        color: #222; }
    .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: #222; }
    .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: #222; }
    .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: #fff; }
  .button.hollow {
    border: 1px solid #19749f;
    color: #19749f; }
    .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: #0d3a50;
      color: #0d3a50; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #19749f;
        color: #19749f; }
    .button.hollow.primary {
      border: 1px solid #19749f;
      color: #19749f; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0d3a50;
        color: #0d3a50; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #19749f;
          color: #19749f; }
    .button.hollow.secondary {
      border: 1px solid #e8f2f6;
      color: #e8f2f6; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #438eac;
        color: #438eac; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #e8f2f6;
          color: #e8f2f6; }
    .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 #19749f;
    color: #19749f; }
    .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: #0d3a50;
      color: #0d3a50; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #19749f;
        color: #19749f; }
    .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 #19749f;
      color: #19749f; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0d3a50;
        color: #0d3a50; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #19749f;
          color: #19749f; }
      .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 #e8f2f6;
      color: #e8f2f6; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #438eac;
        color: #438eac; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #e8f2f6;
          color: #e8f2f6; }
      .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: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1rem; }
  .button.dropdown.hollow::after {
    border-top-color: #19749f; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #19749f; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #e8f2f6; }
  .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: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0.1875rem 0.1875rem 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0.1875rem 0.1875rem; }

.accordion-title {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #19749f; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
    border-radius: 0 0 0.1875rem 0.1875rem; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: none; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 0;
  background-color: #e8f2f6;
  color: #222; }
  :last-child > .accordion-content:last-child {
    border-bottom: none; }

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

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

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

.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: #19749f 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: #19749f 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; }

.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.875rem; }
  .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: 40em) {
    .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: #19749f;
    color: #fff; }
  .menu .active > a {
    background: #19749f;
    color: #fff; }
  .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.875rem;
    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: #222;
    box-shadow: 0 7px 0 #222, 0 14px 0 #222;
    content: ''; }
  .menu-icon:hover::after {
    background: #535352;
    box-shadow: 0 7px 0 #535352, 0 14px 0 #535352; }

.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: #222;
    box-shadow: 0 7px 0 #222, 0 14px 0 #222;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #535352;
    box-shadow: 0 7px 0 #535352, 0 14px 0 #535352; }

.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.875rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: #eee;
  color: #222; }

.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: 40em) {
  .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: none;
  background: #2b2c30; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.6875rem 0.875rem; }
  .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%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0.1875rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #bca181;
  color: #fff; }
  .label.primary {
    background: #19749f;
    color: #fff; }
  .label.secondary {
    background: #e8f2f6;
    color: #222; }
  .label.success {
    background: #3adb76;
    color: #222; }
  .label.warning {
    background: #ffae00;
    color: #222; }
  .label.alert {
    background: #cc4b37;
    color: #fff; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.1875rem; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  table caption {
    padding: 0.625rem 0.625rem 0.75rem;
    font-weight: 600; }
  table thead {
    background: #bca181;
    color: #222; }
  table tfoot {
    background: #f2f2f2;
    color: #222; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.625rem 0.625rem 0.75rem;
    font-weight: 600;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.625rem 0.625rem 0.75rem; }
  table tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff; }
  table.striped tbody tr:nth-child(odd) {
    background-color: #f2f2f2; }

@media screen and (max-width: 47.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #b89c7a; }

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

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

table.hover.striped tr:nth-of-type(odd):hover {
  background-color: #ededed; }

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

.tabs {
  margin: 0;
  border: 1px solid #d7d7d7;
  background: #2b2c30;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #19749f; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1b7ead; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff; }
    .tabs-title > a:hover {
      background: transparant;
      color: #dbdbdb; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #535352;
      color: #19749f; }

.tabs-content {
  border: 1px solid #d7d7d7;
  border-top: 0;
  background: #fff;
  color: #222;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #d7d7d7;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1.5rem; }
  .tabs-panel.is-active {
    display: block; }

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

.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;
  flex-wrap: nowrap; }
  .top-bar,
  .top-bar ul {
    background-color: #2b2c30; }
  .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%; }
  .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: 47.9375em) {
    .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%; } }
  .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: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

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

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

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

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

@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
  .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) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 55em) {
  .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: 40em) {
  .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: 40em) {
  .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; } }

.no-js .menulnk {
  display: block !important;
  position: absolute;
  top: 1rem;
  width: 1.875rem;
  height: 1.25rem;
  left: -0.375rem; }

.no-js .tabs-panel, .no-js #topbar-mainmenu-wrapper {
  display: block; }

.no-js .w_menu-icon > a, .no-js body:not(:target) #topbar-mainmenu-wrapper:target {
  display: block !important; }

.no-js #sub-footer {
  padding-bottom: 100vh; }

.no-js .close-menu {
  display: flex !important;
  font-size: 1.5rem; }

.no-js #pdc-logo {
  padding-top: 1.875rem; }

.no-js p span.a-popup a, .no-js td p span.a-popup:last-of-type a,
.no-js p span.a-popup .meti {
  padding-right: 0;
  background: none; }

.no-js #content {
  height: 100%;
  max-width: 64rem;
  margin: 0 auto; }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
    position: relative;
    padding: 0 0.375rem; } }

.no-js .meti::after, .no-js li.plus a.meti div::after,
.no-js button[class*="klap"],
.no-js .tblexpand, .no-js .b-description_readmore_button {
  display: none; }

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

.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: 0.0625rem solid #d2d2d2;
  border-bottom: none;
  background: #fff;
  top: 100%;
  right: auto;
  left: 0; }

.no-js nav#primary-menu ul ul a, .no-js nav#primary-menu ul ul a:visited {
  color: #000; }

.no-js nav#primary-menu ul ul li {
  border-bottom: #d2d2d2 solid 0.125rem; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -webkit-hyphenate-character: '-'; }

.js body > svg {
  position: absolute;
  left: -300000px; }

.test-1 {
  background: #31B7D7;
  background: -webkit-linear-gradient(-90deg, #31B7D7, #EDAC7D);
  background: linear-gradient(180deg, #31B7D7, #EDAC7D); }

.test-2 {
  background: #E47D7D;
  background: -webkit-linear-gradient(left, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
  background: linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%); }

.test-3 {
  background: #B58234;
  background: -webkit-linear-gradient(48deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
  background: linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%); }

.b-description_readmore_button, .accordion-title {
  background: #fff url(/9353000/g/keyboard_arrow_down.svg?v4) 6.25rem 0.4375rem no-repeat; }

.b-description_readmore_button_active, .is-active .accordion-title {
  background: #fff url(/9353000/g/keyboard_arrow_up.svg??v4) 4rem 0.375rem no-repeat; }

svg {
  pointer-events: none; }

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

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

.logopdc {
  color: #fff;
  fill: #A49A00;
  font-size: 26px;
  width: 4.125rem;
  height: 3.125rem; }

.logopdc-footer {
  fill: #fff;
  width: 4.75rem;
  height: 3.5625rem;
  position: relative;
  top: 0.125rem; }

#content #pdclogo {
  width: 35%;
  height: 26.5%;
  max-width: 9.75rem;
  max-height: 7.3125rem;
  right: 1.125rem;
  bottom: 0.625rem;
  color: #00529C; }
  #content #pdclogo use, #content #pdclogo #rzaal {
    fill: #A49A00; }

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

.search-icon.icon, .sb-search-open .search-icon.icon {
  fill: #147480; }

#content [class*="pijl"] {
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  color: #19749f; }

.icon-remove-user,
.tipmeer .pijl-fwd-icon, #content .pijl-fwd-icon, #content .pijl-back-icon, header .pijl-fwd-icon, .fotobio_popup .pijl-fwd-icon {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin: 0.25rem 0.125rem 0.25rem 0;
  color: #19749f; }

svg.ico-plus, #content svg.ico-plus {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
  margin: 0.25rem 0.125rem 0.25rem 0;
  top: 0.25rem;
  color: #535352; }

header svg.pijl-fwd-icon {
  color: #fff;
  margin-bottom: -0.1875rem; }

#kruimelpad_w a {
  margin-right: 0.4375rem; }

#kruimelpad_w svg.icon {
  margin: 0;
  position: relative;
  top: 0.1875rem;
  left: -0.1875rem;
  color: #222; }

.icon-Uitgelicht {
  left: 0;
  top: 0; }

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

body:not(#home) .soc-icon_c svg {
  width: 1.375rem;
  height: 1.375rem; }

#service-menu_payoff svg {
  width: 1.0625rem;
  height: 1.0625rem; }

.mobile #service-menu_payoff .w_social .glyph {
  width: 1.375rem; }

.mobile #service-menu_payoff .soc-icon_c svg {
  width: 1.375rem;
  height: 1.375rem; }

.soc-icon_c {
  display: flex;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 0.1875rem;
  background: #e5e5e5; }

#content .soc-icon {
  color: #535352;
  fill: currentColor; }

div.facebook {
  line-height: 2.125rem; }
  div.facebook svg {
    font-size: 26px;
    width: 1.625rem;
    height: 1.625rem; }

div.whatsapp {
  line-height: 2rem; }
  div.whatsapp svg {
    font-size: 32px;
    width: 2rem;
    height: 2rem; }

div.google-plus {
  line-height: 1.8125rem; }
  div.google-plus svg {
    font-size: 1.3125rem; }

div.linkedin {
  line-height: 1.4375rem; }
  div.linkedin svg {
    font-size: 1.375rem;
    margin-top: -0.125rem; }

.icodoc {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0 0.3125rem 0 0.4375rem; }

.titel_icoon img {
  width: 2.25rem;
  height: 2.25rem; }

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

#content svg, #content .ladder_bladeren svg, #content a.meer svg[class*="pijl"] {
  color: #222; }

#content .ladder_bladeren-prev svg {
  margin-left: -0.3125rem; }

#content .ladder_bladeren-next svg {
  margin-right: -0.3125rem; }

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

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

.driehoek-right, .driehoek-left {
  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; }

.ico-pdf {
  width: 0.875rem;
  height: 1.25rem; }

#content .locked, #content .unlocked {
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  color: #19749f;
  margin-left: 0.375rem; }

.plus .ico-pdf {
  position: relative;
  top: 3px;
  left: -0.0625rem;
  margin: 0 0 0 0.375rem; }

/* ==========================================
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: 1.5rem;
  height: 1.5rem; }

/* latin-ext: Roboto-Regular-ext */
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/9000000/v/fonts/Open_Sans/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/9000000/v/fonts/Open_Sans/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2") format("woff2"), url("/9000000/v/fonts/Open_Sans/woff/mem6YaGs126MiZpBA-UFUJ0d.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/9000000/v/fonts/Open_Sans/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/9000000/v/fonts/Open_Sans/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2") format("woff2"), url("/9000000/v/fonts/Open_Sans/woff/memnYaGs126MiZpBA-UFUKXGUehv.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/9000000/v/fonts/Open_Sans/mem8YaGs126MiZpBA-UFW50bbck.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/9000000/v/fonts/Open_Sans/mem8YaGs126MiZpBA-UFVZ0b.woff2") format("woff2"), url("/9000000/v/fonts/Open_Sans/woff/mem8YaGs126MiZpBA-U1UQ.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/9000000/v/fonts/Open_Sans/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/9000000/v/fonts/Open_Sans/mem5YaGs126MiZpBA-UNirkOUuhp.woff2") format("woff2"), url("/9000000/v/fonts/Open_Sans/woff/mem5YaGs126MiZpBA-UNirk-Vg.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin textsubsetting=parlement.com */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/9000000/v/fonts/Open_Sans/open-sans-v15-latin-ext_latin-800-290sitetitel.woff2") format("woff2"), url("/9000000/v/fonts/Open_Sans/woff/open-sans-v15-latin-ext_latin-800-290sitetitel.woff") format("woff"); }

.no-js body {
  font-family: "Open Sans", Tahoma, Verdana, sans-serif; }

.site-logo .woordmerk, .accountbox {
  color: #535352; }

.site-logo .woordmerk {
  font-family: "Open Sans", Tahoma, Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 800;
  margin: 0 auto;
  text-align: center; }

.site-logo span {
  color: #8D7153;
  display: inline-block; }

.site-logo span.wmerk_dom {
  padding-left: 0.125rem; }

#pdc-logo {
  height: auto; }

#vlucht hr {
  margin-bottom: 1.4375rem;
  width: 100%; }

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

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

#content {
  padding: 0 1.25rem 0.25rem; }

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

h1 {
  margin: -0.125rem 0 1.5rem -0.0625rem;
  letter-spacing: 0; }

#kruimelpad_w + article h1 {
  margin-top: 0.125rem; }

#kruimelpad_w h1 {
  margin: 1.25rem 0 0.5rem -0.0625rem; }

.gewone_pagina #main h2:not(.fs-normaal) {
  margin: 1.5rem 0 1.5rem 0; }

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

.gewone_pagina #main .paragraaf_kopnr h2 {
  margin-right: 0.375rem;
  letter-spacing: -0.0417rem; }

.gewone_pagina #main .tabs-panel h2 {
  margin-top: 0.5rem; }

h3 {
  margin: 0; }

h2.fs-normaal, h3.fs-normaal, h4.fs-normaal, h5.fs-normaal, h6.fs-normaal {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0; }

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

h3.fs-normaal-u, h4.fs-normaal-u, h5.fs-normaal-u, h6.fs-normaal-u,
h3.fs-normaal-i, h4.fs-normaal-i, h5.fs-normaal-i, h6.fs-normaal-i {
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Verdana", sans-serif; }

.fs-normaal.fs-normaal-u {
  text-decoration: underline; }

.fw-normaal {
  font-weight: normal; }

article h3, li .ladderitem {
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.5; }

li .ladderitem {
  font-weight: 400; }

#vlucht .nwsi-date, .strong,
table th, table thead th, table tfoot th,
strong, b, .bpers_nm {
  font-family: "Open Sans", Tahoma, Verdana, sans-serif;
  font-weight: 600; }

.bronvermelding {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  display: block; }
  .bronvermelding em {
    display: block; }

.bronvermelding, .onderschrift, .copyright {
  padding: 0.25rem 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100% !important; }

h1, h2, h3, .bronvermelding, .onderschrift, .copyright, .banner p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  -moz-hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  -ms-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%; }

.pasfoto .credits, .dclaim {
  line-height: 1rem;
  padding: 0.25rem;
  font-style: italic;
  width: 100%;
  display: inline-block; }

.credits, .copyright, .dclaim {
  font-size: 0.8125rem;
  line-height: 1.1875rem; }

p.beperkt-msg, .disc, .gallery + .onderschrift, .gallery + .copyright + .onderschrift, .accountbox {
  font-size: 0.875rem; }

html:not(.mobile) #kruimelpad_w, #sub-footer, .fotobio_popup .close {
  font-size: 0.875rem;
  line-height: 1.125rem; }

.js .onderschrift {
  overflow: hidden; }
  .js .onderschrift span {
    height: 2.625rem;
    display: block; }
  .js .onderschrift .toggle:before {
    content: 'Lees meer';
    font-style: italic; }
  .js .onderschrift span.full-story {
    height: auto;
    position: absolute;
    z-index: 99;
    background: #fff;
    right: 0;
    width: calc(100vw - 3.5625rem);
    max-width: 30rem;
    border: 0.0625rem solid #ccc;
    padding: 0.5rem; }
    .js .onderschrift span.full-story .toggle:before {
      content: 'Lees minder';
      display: block; }

.ie.js .onderschrift span, .edge.js .onderschrift span {
  height: auto; }

.ie.js .toggle, .edge.js .toggle {
  display: none; }

.gallery {
  position: relative;
  z-index: 99;
  display: inline-block; }

.partext > .partext_c > div.fontwit_vert,
.column_meta, .login-page, li .ladderitem,
.opsomladder, .gewone_pagina .ladder li:not(.lange_lijst_met_hr) {
  margin-bottom: 1.5rem; }

.uitleg_verplichtteken + script + .seriekeuze {
  margin-top: 0.8125rem; }

#toon_eerderev {
  margin-bottom: -3rem; }

#content h2, #main section.infowijzer h2 {
  line-height: 1.5rem; }

#nieuws h1::first-letter, #nieuws h2::first-letter, .ladder_bladeren div div {
  text-transform: capitalize; }

#main .infowijzer h2 {
  margin-bottom: 1.25rem; }

.gewone_pagina #main .wijzerkop h2:not(.fs-normaal),
#kruimelpad_w + article.art_main, #kruimelpad_w + article.art_main + #vlucht, .service-menu + .hr hr, div.seriekeuze + .mnone + .right + .mtop,
.paragraaf_kop + h3.mtop,
.paragraaf_kop + .fontwit_hor .tblexpand, .paragraaf_kop + .tkverkiez_partij .tblexpand,
.paragraaf_kop + .inlopendetekst li.mtop, .context_links > div:nth-of-type(2), .meer_links hr + p:first-of-type,
.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, .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, #main .infowijzer h2, .gewone_pagina #main h2.geen_m-t {
  margin-top: 0; }

.buttonsearch, .scroll-indicator table, .pre-li_no_mb + p + ul.ladder li, .vluchtitem #route li, ul.inlopendetekst ul.inlopendetekst, #vlucht, .gewone_pagina #main .columns li.accordion-item.grid-y,
.hdng_fotoblok_blk p, #sub-footer p, article.grid-x, .gewone_pagina .ladder .zonder_lege_tussenregel, .partext_c div.seriekeuze:last-of-type li.plus p.mnone {
  margin: 0; }

.seriekeuze + .panel,
p.mtop + script + [class^="tblplaceholder_"],
.mtop + [class^="tblplaceholder_"],
.inlopendetekst li.mtop, p.mtop, div.mtop, .seriekeuze.mtop, #inhoud + #tekst2 .hr + .partitel + .serie.fullwidth + p.mnone, .seriekeuze + .infowijzer, p + .infowijzer, p + a + .infowijzer,
ul.seriekeuze + .anker + .paragraaf_kop, .breed, .m-top, #service_extra, #inhoud + .seriekeuze + .serie + .hr.clear + .partitel, form + #results, .terug_na_tabel,
#main_content_wrapper svg.ico-plusuit + .bron_nieuwtje + p.mnone, .seriekeuze + div p b.meer, form > div > .grid-x > .large-3 + .large-9 .prefix.button, .nonemsg + .completelink,
#vlucht .w_social > div, .meer_links p:first-of-type, .w_bpers h3 ~ h3, .gewone_pagina #main .tabs-panel form + h2, p + .meer_links, h2.mtop, h3.mtop, h4.mtop, h5.mtop,
.fontwit_horvert + .fontwit_horvert caption, article.art_main, #vlucht, .meer_links .seriekeuze + p, .fotoblok_landingspage h1, .button_mtop, div.seriekeuze + br + div.seriekeuze,
p + .anker + .paragraaf_kop, .table + a + .paragraaf_kop, .scroll-indicator + a + .paragraaf_kop, .accordion-item ul + p.mtop, section.infowijzer {
  margin-top: 1.5rem; }

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

.m-b-20px {
  margin: 0 !important; }

.m-b-20px + .beperkt-msg {
  margin: 1.5rem 0 -1rem; }

.subkop_na_infowijzer {
  margin: 1.5rem 0;
  display: block; }

.bron_nieuwtje {
  margin: 0 0 1.5rem !important;
  font-style: italic; }

html:not(.edge) .w_social > a, html:not(.edge) .w_social > div {
  flex-basis: 3rem; }

#social > h2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0; }

.w_social {
  margin: 0 -0.25rem; }
  .w_social > a, .w_social > div {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.iphone.ios .whatsapp.show-for-mobile-only {
  display: flex; }

#home .w_item_uitgel,
body:not(#home) #banners li, #vlucht .w_ladder .ladder:not(.meer) li {
  border: solid 0.0625rem #d7d7d7; }

#home .w_social .soc-icon_c {
  background: transparent; }

#home #vlucht .float-left {
  margin-bottom: 0.5rem; }

.gewone_pagina #vluchtx img {
  margin-top: 0.0625rem; }

h1 + p:not(.mnone) {
  margin-top: 2.125rem !important; }

.meer.fs-normaal,
.b-description_readmore_wrapper > .partext > .partext_c > div.fontwit_vert,
.w_ladder ul.ladder, ul.flex-dir-column, #home .ladder .pasfoto,
p, div.seriekeuze ul, ul.inlopendetekst, .seriekeuze.float-right li, .zoekvorige.float-left, #inhoudsopgave ol {
  margin-bottom: 0; }

#rijskoverheidlogo, li.plus p.mnone, body:not(#home) #vlucht .w_ladder li, .banner p,
.mbot, .ladder .plus, .agendablok, .agendapunten, .plus.volgende {
  margin-bottom: 1.5rem; }

#main .heading-hp-first,
#main form#global input + br + br + p.mtop {
  margin-top: -1.5rem; }

#main #nieuw .datumhdng, #main .c_nitem .datumhdng, #main .nieuws .datumhdng {
  color: #826745;
  font-style: inherit; }

.fontwit_horvert + .fontwit_horvert caption, .mainthema + .mainthema {
  margin-top: 1.5rem; }

table caption {
  caption-side: top;
  padding: 1.5rem 0 0.5rem;
  font-family: inherit;
  text-align: left; }

a.tblexpand[style="display: block;"] + table caption,
p.mtop + script + [class^="tblplaceholder_"] caption, .mtop + [class^="tblplaceholder_"] caption {
  padding-top: 0; }

.mtop_2x {
  margin-top: 3rem; }

.ptop {
  padding-top: 1.5rem; }

.pbot {
  padding-bottom: 1.5rem; }

.terug_na_tabel li.plus {
  position: relative;
  left: -1rem;
  width: 100%; }

li.plus .meti:after {
  content: "";
  display: none; }

li.plus a.meti div:after {
  content: 'i';
  position: absolute;
  right: -0.5rem;
  bottom: 0.3125rem;
  font-family: "Times New Roman";
  font-size: 0.75rem;
  font-weight: 800; }

li.plusuit a.meti:after {
  right: -0.75rem; }

.meti:after {
  content: 'i';
  position: relative;
  top: -0.125rem;
  vertical-align: top;
  font-size: 80%;
  font-family: "Times New Roman";
  font-weight: bold;
  text-align: center;
  padding: 0 0.125rem;
  text-decoration: none;
  margin: 0 0.1875rem 0 0.125rem; }

p span.a-popup .meti:after {
  margin: 0 0 0 0.125rem; }

p span.a-popup .meti {
  padding-right: 0.875rem; }

.mobile p span.a-popup .meti {
  padding-right: 1.0625rem; }

td p span.a-popup a {
  background: none;
  padding: 0; }

div > p > span.a-popup > a {
  word-break: break-word; }

p span.a-popup a, td p span.a-popup:last-of-type a {
  background: url("/9353290/v/svgs_external_file.svg?v4#8er_plusuit");
  background-position: calc(100% - 1px) 0.3125rem;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
  padding-right: 1rem; }

td p span.a-popup:last-of-type a.meti {
  background-position: calc(100% - 0.1875rem) 0.3125rem; }

li .meta {
  padding-left: 0.5625rem; }

li.plus, li.plusuit, li.min {
  width: calc(100% - 1.25rem);
  padding-left: 0.0625rem; }

svg.ico-plusuit {
  width: 0.75rem !important;
  height: 0.75rem;
  left: -0.0625rem;
  top: 0.3125rem; }

p svg.ico-plusuit, ul.inlopendetekst svg.ico-plusuit, .bron_nieuwtje svg.ico-plusuit {
  margin-left: 0.25rem; }

#main_content_wrapper svg.ico-plusuit + .bron_nieuwtje {
  display: inline;
  margin-left: 0.25rem !important; }

li.plus > a svg.ico-plusuit, li.plusuit > a svg.ico-plusuit {
  margin-right: -0.75rem;
  position: relative;
  top: 0; }

li.plus > a.meti svg.ico-plusuit, li.plusuit > a.meti svg.ico-plusuit {
  left: 0.75rem; }

.gecko li.plus > a.meti svg.ico-plusuit {
  left: 1rem; }

.ie li.plus a.meti div:after {
  right: 1rem; }

.ie li.plus > a.meti svg.ico-plusuit {
  left: 0.5rem; }

li.plus > a svg.ico-plus, li.plusuit > a svg.ico-plus, #uitgelicht li svg.ico-plus {
  position: absolute;
  width: 1.125rem; }

.ie li.plus > a svg.ico-plusuit, .ie li.plusuit > a svg.ico-plusuit, .ie #uitgelicht li svg.ico-plusuit {
  margin-left: 1.375rem; }

li.min,
li.plusuit > a > div,
li.plus > a > div, #uitgelicht li .grid-x.nowr div {
  display: inline;
  left: 1.125rem;
  position: relative;
  padding-right: 0; }

li.plus > a > div.meta, .seriekeuze + div p b.meer {
  display: block; }

li.plus > a, li.plusuit > a {
  display: inline;
  position: relative; }

#uitgelicht li .grid-x.nowr {
  display: block;
  width: calc(100% - 0.875rem); }

#zoek_dialog_small, #gresults td {
  border-bottom: solid 0.0625rem #d7d7d7;
  border-right: none; }

#zoek_volledig h2 {
  border-top: solid 0.0625rem #d7d7d7;
  padding-top: 1.5rem; }

#gresults .gsc-result-info {
  padding: 0; }

#gresults .gsc-above-wrapper-area-container td, #gresults .gsc-resultsHeader td, #gresults .gsc-above-wrapper-area {
  border: none; }

#gresults .gsc-results.gsc-webResult > .gsc-webResult.gsc-result div.gs-title {
  border-top: solid 0.0625rem #d7d7d7;
  padding-top: 0.625rem; }

#gresults .gsc-expansionArea .gsc-webResult.gsc-result {
  padding-top: 0; }

#gresults .gsc-table-cell-snippet-close {
  padding-bottom: 1rem; }

.zoek_sleutelset {
  border-left: solid 0.0625rem #d7d7d7;
  border-bottom: solid 0.0625rem #d7d7d7;
  padding-left: 0.875rem; }
  .zoek_sleutelset + div {
    padding-top: 0.375rem; }

.zoek_sleutelset, .zoek_geen_sleutelset, li.zoek_in_sleutelset, .zoek_geen_sleutelset .inhoud {
  padding-left: 1.25rem; }

.plus div br + em + p,
#results a div.grid-x, #results div.grid-x div, .ie .photo-grid img {
  display: inline; }

#results .ladder_bladeren, #results li {
  margin: 0.75rem 0 0 0 !important;
  list-style-image: none !important; }

#results div.grid-x div {
  position: relative;
  padding-right: 0; }

#results svg.ico-plus {
  width: 1.125rem;
  position: absolute;
  left: 0; }

#results .zoek_sleutelset ul {
  margin-bottom: 0.8125rem; }

#results .zoek_geen_sleutelset ul {
  margin-bottom: 0.8125rem; }

#results .zoek_geen_sleutelset li > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  #results .zoek_geen_sleutelset li > div a + form {
    top: 0.25rem;
    flex: 1 1 auto;
    margin-left: 2.5rem !important; }

#results .zoek_geen_sleutelset a div.grid-x {
  position: relative; }

#results .zoek_geen_sleutelset div.grid-x div {
  left: 1.3125rem; }

#results .zoek_geen_sleutelset svg.ico-plus {
  left: -0.125rem; }

#results .zoek_omg {
  font-style: italic;
  float: right;
  text-align: right; }

#results .zoek_omg {
  padding-left: 1.5625rem; }

li.plus p.mnone {
  padding-left: 1.125rem; }

.c_extra_zvld {
  position: relative;
  padding-bottom: 0.0625rem; }

#gresults, .gsc-table-cell-snippet-close, .gs-promotion-text-cell, #gresults table tbody tr {
  background: #eff6f9; }

.tekst-result {
  margin-left: 1.3125rem; }

.zoek_in_sleutelset svg.ico-plus, .zoek_sleutelset ul li:first-of-type svg.ico-plus,
.qtip .qtip-content .right, .qtip .qtip-content .left,
.landingspage_personen #tekst4 + .b-description_readmore_button,
.seriekeuze + br, #main .ladder li:last-of-type hr, .lees-minder, #gresults .gsc-resultsHeader,
.wegwijzer .partext:first-of-type hr, #inhoud + #tekst2 > div.hr.clear > hr {
  display: none; }

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

#service_extra li:first-of-type, #ingelogd {
  border-top: 0.0625rem solid #d7d7d7;
  padding-top: 1.5rem; }

#bekeken strong {
  border-top: 0.0625rem solid #d7d7d7;
  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: #222; }

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

h2.subtitel {
  font-size: 1.125rem;
  line-height: 1.5rem; }

.ladder.meer li {
  display: inline-block;
  text-align: right; }

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

.opsomteken {
  min-width: 1.5rem;
  /*16*/
  letter-spacing: -0.05625rem;
  /*-0.9*/ }

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

.tekst-onder-img {
  padding-top: 0.5rem; }

#nieuwsbrief h2 {
  font-family: Georgia, Times, serif;
  margin-bottom: 0.75rem; }

#nieuwsbrief h2 + h2 {
  margin-bottom: 0; }

#nieuwsbrief p {
  margin: 0.75rem 0 1.5625rem; }

#nieuwsbrief + hr {
  margin: 1.8125rem 0; }

#nieuwsbrief input {
  position: relative;
  top: -0.3125rem;
  padding-left: 0.375rem; }

#nieuwsbrief_img {
  width: 100%;
  height: 6rem;
  position: relative; }
  #nieuwsbrief_img img {
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto 0;
    max-height: 6rem; }

#content button.hofvijver_submit {
  margin-bottom: 0; }

.onderlijn {
  text-decoration: underline; }

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: #222; }

#main_content_wrapper > div > div > p > a,
#main_content_wrapper > div > div > div > p > a {
  word-break: break-word; }

.ie #main_content_wrapper > div > div > p > a, .ie #main_content_wrapper > div > div > div > p > a, .edge #main_content_wrapper > div > div > p > a, .edge #main_content_wrapper > div > div > div > p > a {
  word-break: break-all;
  display: inline-block; }

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
.sb-search {
  position: relative;
  width: 100%;
  display: block;
  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%; }

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

#pageheader .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%; }

.sb-search-input, .sb-search-input[type='search']:focus {
  border: 1px solid 1px solid #949494;
  box-shadow: none; }

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

.sb-icon-search, .icon-clear,
.sb-search-submit, .zoeken_in_par .button {
  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-submit, .zoeken_in_par .button {
  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; }

#content .sb-search-submit, #content .xzoeken_in_par .button {
  z-index: 999; }

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

/* Open state */
@media screen and (min-width: 40em) {
  #pageheader .sb-search.sb-search-open {
    width: 100%;
    max-width: 58.125rem;
    position: absolute;
    height: 6.75rem;
    padding-top: 2.4375rem;
    background: #fff; }
    #pageheader .sb-search.sb-search-open .sb-search-input {
      top: auto; } }

.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-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

.ie #searchbar {
  position: relative; }

.ie .sb-search.sb-search-open {
  right: 0;
  top: 0; }

.menu-icon {
  position: relative;
  max-width: 2.75rem;
  max-height: 2.0625rem;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: -0.1875rem; }

.menu-icon path {
  stroke: #535352;
  stroke-width: 8;
  stoke-linecap: round;
  transition: all 250ms ease-in-out;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  will-change: transform, opacity; }

.menu-button:hover path,
.menu-button:focus path,
.menu-button:active path {
  stroke: #D00251; }

.menu-icon.is-active path:nth-child(1) {
  opacity: 0; }

.menu-icon.is-active path:nth-child(4) {
  opacity: 0; }

.menu-icon.is-active path:nth-child(2) {
  transform: rotate(45deg);
  stroke: #fff;
  stroke-width: 4; }

.menu-icon.is-active path:nth-child(3) {
  transform: rotate(-45deg);
  stroke: #fff;
  stroke-width: 4; }

.ie .menu-icon.is-active {
  background: url(/9353290/g/icon-close.svg) no-repeat 0.6875rem 0.625rem; }
  .ie .menu-icon.is-active path {
    opacity: 0; }

.menu-icon.is-active {
  position: relative;
  top: 0.1875rem;
  left: -0.25rem; }

.w_menu-icon {
  cursor: pointer;
  outline: none; }

.gecko .w_menu-icon {
  width: 2.75rem; }

.top-bar {
  display: none !important; }

.top-bar.is-active {
  display: block !important; }

.w_item_uitgel {
  display: table; }

.w_hdng_foto {
  display: table-row; }

.hdng_foto {
  background: #e5e5e5;
  min-height: 4rem;
  text-align: center;
  padding: 0 1rem;
  height: 4rem;
  display: table-cell;
  vertical-align: middle; }
  .hdng_foto h3 {
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
    display: inline; }

#home #vlucht h3 {
  font-weight: 400;
  margin-bottom: 1.5rem; }

.ie .hdng_foto {
  height: 4rem; }

.hdng_fotoblok_blk {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.875rem 3.6875rem 0.8125rem; }

.hdng_fotoblok_lnk_w {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0; }
  .hdng_fotoblok_lnk_w p {
    line-height: 1.1875rem;
    display: inline; }

.auteur {
  position: absolute;
  bottom: 0;
  top: auto;
  padding: 0.75rem 1.125rem;
  width: 100%; }

/*
#tabs_columns, #panel2, #panel3 {
	display: none
}
.tabs-content {
	border: none;
}
.tabs-panel {
	padding: 0;
}*/
#vlucht .w_ladder .item, #vlucht .w_ladder .ladderitem {
  padding: 1.5rem 1.125rem 0 1.125rem; }

#vlucht .w_ladder li hr {
  display: none; }

#vlucht .datumhdng {
  background: #e5e5e5;
  padding: 0 0 0.25rem 1.5rem;
  border-bottom: solid 0.375rem #bca181; }

#vlucht .nwsi-date {
  width: 2.875rem;
  height: 4.25rem;
  text-align: center;
  letter-spacing: 0.01562rem; }

#vlucht .nwsi-d-r1 {
  font-size: 0.8125rem;
  letter-spacing: 0.01562rem;
  background: #222;
  color: #fff;
  display: block; }

#vlucht .nwsi-d-r2 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.875rem 1.4375rem 0 1.4375rem;
  border-color: #fff transparent transparent transparent;
  font-size: 0.875rem;
  position: relative; }
  #vlucht .nwsi-d-r2 span {
    top: -2.8125rem;
    left: -1.4375rem;
    width: 2.875rem;
    position: absolute; }

#vlucht .jaar {
  font-size: 0.75rem; }

#columns-pp a.button {
  max-width: 7rem; }

#banner_vac a.button {
  max-width: 8.8125rem; }

.b-description_readmore {
  width: 100%;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding: 0; }

.b-description_readmore_wrapper {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  max-width: none !important;
  padding: 0;
  width: 100%; }

.b-description_readmore_button {
  display: inline-block;
  position: relative;
  top: -0.625rem;
  cursor: pointer;
  text-align: center;
  padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;
  border-radius: 0.1875rem;
  text-decoration: none;
  vertical-align: middle;
  color: #19749f;
  border: #19749f solid 0.0625rem;
  z-index: 100; }

.b-description_readmore_ellipsis:not(.tbl_uitgeklapt):after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5.125rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), white 100%); }

.b-description_readmore_button_active {
  margin: 1.5rem 0 0 0;
  top: 0; }

.b-description_readmore_ellipsis.geen_mh:after {
  background: transparent; }

[class^="accordion-klap"] {
  position: relative;
  z-index: 12; }

.landingspage_personen #tekst4 {
  max-height: none !important;
  overflow: inherit !important; }

#pageheader, #content {
  background: #fff; }

.opsomitem {
  display: flex; }

.scroll-indicator table {
  white-space: normal !important; }

table tr + tr td {
  border-top: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table th {
    color: #0f0f0d;
    border-bottom: solid 0.0625rem #bca181;
    vertical-align: top; }
  table td, table thead + tbody tr:first-of-type td:nth-child(1) {
    border-left: solid 0.0625rem #bca181;
    vertical-align: top; }
  table tr:first-of-type td {
    border-top: solid 0.0625rem #fff; }
  table tr:first-of-type td.cel1:first-of-type {
    border-right: solid 0.0625rem #fff;
    border-bottom: none; }
  table th + th {
    border-left: solid 0.0625rem #fff; }
  table th + td,
  table tr:first-of-type th + td:nth-child(1) {
    border-left: none; }
  table td:last-of-type {
    border-right: solid 0.0625rem #bca181; }
  table tr:nth-child(1) th,
  table tr:last-of-type th, table tr:last-of-type td {
    border-bottom: solid 0.0625rem #bca181; }
  table tr:first-of-type td.cel1,
  table tr:first-of-type td.cel1 ~ td,
  table tr + tr td,
  table tr + tr + tr td,
  table thead + tbody tr + tr td,
  table tr + tr th ~ td,
  table tr:first-of-type th ~ td {
    border-top: solid 0.0625rem #bca181; }
  table thead tr + tr th, table tr + tr th, table tr + tr th.throw, table tr + tr .thcol {
    border-right: solid 0.0625rem #bca181;
    border-top: solid 0.0625rem #fff; }
  table tr:not(:first-of-type) th + td:first-of-type,
  table td + th:first-of-type {
    border-left: #fff; }
  table tr:not(:first-of-type) td:first-of-type {
    border-left: solid 0.0625rem #bca181; }
  table tr:last-of-type:not(:first-of-type) th {
    border-bottom: solid 0.0625rem #bca181; }
  table th.throw:last-of-type:not(:first-of-type), table th:last-of-type:not(:first-of-type), table th:nth-child(1):nth-last-child(1) {
    border-right: solid 0.0625rem #bca181; }

.fotoblok_landingspage {
  aspect-ratio: 4,044642857142857‬; }

.SelectMenuLdn table, .SelectMenuLdn tr, .SelectMenuLdn td {
  border: none !important; }

div.fontwit_horvert tr:nth-child(2) th, div.fontwit_horvert tr:nth-child(2) td {
  border-top: none; }

div.fontwit_horvert thead + tbody tr:nth-child(1) th {
  border-top: solid 0.0625rem #fff; }

div.fontwit_horvert thead + tbody tr:nth-child(2) th {
  border-top: solid 0.0625rem #fff; }

div.fontwit_horvert thead + tbody tr:nth-child(2) td {
  border-top: solid 0.0625rem #bca181; }

.europarl-lid table tr:first-of-type td:nth-child(1) {
  border-top: solid 0.0625rem #bca181;
  border-left: solid 0.0625rem #bca181; }

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

.f_aslt {
  position: absolute; }

.f_rltv, .agendablok a, .is-dropdown-submenu, .column a > div, .zoeken_in_par .large-12 .grid-x, .pasfoto, .zoek_sleutelset .c_extra_zvld {
  position: relative; }

.f_bdr {
  border: 0.0625rem solid #19749f; }

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

.nowr, #primary-menu ul, li.plus, li.plus a, li.plusuit, li.plusuit a, .zijverwijzingen a, #landingspage .partext_c .grid-x {
  flex-wrap: nowrap; }

.f_bl {
  display: block; }

.f_inlbl {
  display: inline-block; }

.fc_reg {
  color: #222;
  cursor: default; }

.t-align-l {
  text-align: left; }

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

.t-align-r {
  text-align: right; }

.h100p {
  height: 100%; }

.w100p, .openclose, hr, #landingspage #kruimelpad_w, .geen_vluchten #content > article,
.ie #uitgelicht img, .ie .gewone_pagina .seriekeuze ul, .ie .gewone_pagina .ladder li.grid-x > div:not(.glyph),
.gewone_pagina #main .ladder.nieuws hr, .gewone_pagina #main .c_nitem hr, .sub-photo-grid img {
  width: 100%; }

.pasfoto + .mnone + .mtop, .fontwit_hor, table-responsive,
.clear, .seriekeuze.float-left + ul, .seriekeuze.float-left + ul.ladder, .seriekeuze.float-right + ul.ladder,
.f_cl {
  clear: both; }

.f_ital, .cursief,
#content a.meer, .tabs .is-active {
  font-style: italic;
  font-family: "Open Sans", Tahoma, Verdana, sans-serif; }

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

.ew li, .ew .ladder, .ew > div {
  flex: 1; }

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

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

#fotoblok .copyr {
  right: 1.25rem;
  bottom: 0;
  width: 6.25rem;
  height: 1.5625rem;
  display: flex;
  justify-content: flex-end; }
  #fotoblok .copyr > span {
    color: #fff;
    padding: 0.1875rem 0.25rem 0.125rem;
    line-height: 1;
    display: inline-block;
    border: solid 0.0625rem #fff; }
    #fotoblok .copyr > span span {
      display: inline-block; }
  #fotoblok .copyr .copyr-v1 {
    border-color: #000;
    color: #000; }

#fotoblok a.copyr:hover, #fotoblok a.copyr:focus, #fotoblok a.copyr:active {
  color: #fff; }
  #fotoblok a.copyr:hover span span, #fotoblok a.copyr:focus span span, #fotoblok a.copyr:active span span {
    border-bottom: solid 0.0625rem #fff;
    border: none; }
  #fotoblok a.copyr:hover + .bron, #fotoblok a.copyr:focus + .bron, #fotoblok a.copyr:active + .bron {
    display: block; }

#fotoblok .bron {
  display: none;
  bottom: -2.125rem;
  right: 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5rem;
  z-index: 9;
  font-size: 0.75rem;
  color: #fff; }

#fotoblok .bron:hover, #fotoblok .bron:focus, #fotoblok .bron:active {
  display: block;
  color: #fff; }

.w_social a:hover, .tabs-title:not(.is-active) a:hover {
  opacity: 0.5;
  transition: .5s ease; }

p span.a-popup a img {
  background: none;
  padding: 0;
  transition: transform .2s; }

p span.a-popup a:hover img {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5); }

.lijsttrekkers .ico-plusuit {
  display: none; }

.lijsttrekkers .styletable td:nth-child(2) {
  vertical-align: middle; }

#main div.right, #main div.left {
  position: relative; }
  #main div.right a, #main div.left a {
    border-bottom: none;
    position: relative; }
  #main div.right .magnify, #main div.left .magnify {
    position: absolute;
    right: 1px;
    left: auto;
    top: calc(100% - 33px); }

.magnify {
  position: absolute;
  bottom: 0.2em;
  left: 1.4%; }

.magnify img {
  display: block !important;
  width: 30px !important;
  height: 30px  !important; }

div.left + p ~ .tblplaceholder_1,
div.left + p ~ .tblplaceholder_1 ~ *,
div.right + p ~ .tblplaceholder_1,
div.right + p ~ .tblplaceholder_1 ~ * {
  float: left;
  width: 100%; }

th[data-exp="vkmfdgfksztl"] {
  text-align: left !important; }

th {
  text-align: left; }

td pre {
  overflow: inherit; }

table .pasfoto {
  float: none !important; }
  table .pasfoto img {
    max-width: 4.375rem; }

.accordion-title {
  padding: 0.25rem 0 0 1.4375rem;
  margin-top: -0.125rem;
  line-height: inherit;
  background-position: -0.3125rem 0.3125rem; }

.is-active .accordion-title {
  background-position: -0.3125rem 0.3125rem; }

.w_items_lid {
  justify-content: space-between; }
  .w_items_lid a:nth-child(even) > div {
    align-self: flex-end; }
  .w_items_lid a:nth-child(3) > div, .w_items_lid a:nth-child(4) > div, .w_items_lid a:nth-child(5) > div, .w_items_lid a:nth-child(6) > div {
    margin-top: 1rem; }
  .w_items_lid a {
    width: 50%; }
    .w_items_lid a > div {
      width: calc(100% - 0.5rem);
      max-width: 11.9375rem;
      height: 100%;
      padding: 1rem;
      background: #eee7df; }

.geen_mh {
  max-height: none !important; }

table a.nohover:link {
  border-bottom: 0 !important; }

#results .zoek_geen_sleutelset a:hover,
table div.seriekeuze ~ ul.inlopendetekst ul,
.button.mnone, #zoekveld input, input.zoekvld, .gsc-resultsHeader td.gsc-configLabelCell, .gsc-resultsHeader .gsc-twiddleRegionCell {
  margin: 0;
  border: none; }

.zoek-icoon {
  background: #fff; }

.service-menu ul {
  margin: 0 0 0 -0.75rem; }

hr.na_service-menu {
  margin: 0.0625rem auto 2.3125rem;
  border-color: #535352; }

.ie #pageheader_c {
  height: 6.0625rem; }

.ie .top-bar {
  justify-content: flex-start; }

.ie #fotoblok {
  width: 100%;
  max-width: 120rem; }
  .ie #fotoblok .fotoblok_c {
    height: 100%; }
  .ie #fotoblok picture {
    min-height: 11rem; }

.is-dropdown-submenu li, .accordion-menu li, div[class^="f15mpopi"] {
  border-right: #2b2c30 solid 0.0625rem;
  border-bottom: #36383d solid 0.125rem;
  border-left: #2b2c30 solid 0.0625rem; }

#pageheader_c {
  margin: 0 3.6875rem;
  min-height: 6.0625rem; }

#searchbar {
  padding: 0.25rem 0 0.375rem; }

.accountbox + #pageheader #primary-menu {
  margin-top: 2.125rem; }

#kruimelpad_w {
  padding: 1rem 1.25rem 1.5rem;
  background: #fff;
  line-height: 1.5;
  color: #222; }

section.infowijzer {
  padding: 0;
  cursor: default;
  background: #e8f2f6 !important; }

.bio #tekst0 > div::before, .bio #tekst0 > div::after, .partext_c::before, .partext_c::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.bio #tekst0 > div::after, .partext_c::after {
  clear: both; }

section.infowijzer .wijzerkop {
  padding: 1.25rem 1.5rem 0; }

#main #hr_infow {
  border: 0.0625rem solid #bca181;
  margin: 1.25rem auto; }

#inhoudsopgave {
  padding: 0 2rem 1.25rem; }
  #inhoudsopgave ol {
    width: 100%;
    margin-left: 1.125rem;
    columns: 10.9375rem 2;
    column-gap: 3.625rem; }
    #inhoudsopgave ol li {
      list-style: outside decimal;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
  #inhoudsopgave ol.met1digit {
    margin-left: 0.5625rem;
    column-gap: 3.375rem; }
  #inhoudsopgave ol.met3digits {
    column-gap: 4.25rem; }

.ie #inhoudsopgave ol, .edge #inhoudsopgave ol {
  column-gap: 4.125rem; }

.ie #inhoudsopgave ol.met1digit, .edge #inhoudsopgave ol.met1digit {
  column-gap: 4.125rem; }

.ie #inhoudsopgave ol.met3digits, .edge #inhoudsopgave ol.met3digits {
  column-gap: 4.75rem; }

.ie #inhoudsopgave {
  padding: 0 2.25rem 1.5rem; }

#sub-footer, #sub-footer .grid-container {
  background: #535352; }

.item_lid .naam,
#sub-footer > .grid-container {
  padding-top: 1rem; }

#vlucht_content {
  padding: 0; }

#zoekveld.large-3 {
  width: calc(25% - 0.9375rem);
  margin: 0 0 0 0.9375rem;
  padding: 0; }

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

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

#ftr_social .glyph {
  margin: 0 0.75rem 0 0; }

.float-right, .right {
  margin: 0.25rem 0 0.375rem 1rem;
  float: right; }

.float-left, .left, .pasfoto:not(.tabelpasfoto) {
  float: left;
  margin: 0.25rem 1rem 0.375rem 0; }

.ie #content .banner_met_foto,
.w_social > div.show-for-mobile-only,
div.show-for-mobile-only,
#inhoud + div.hr,
.mobile li.plus a.meti div:after,
.mobile .meti:after,
#inhoud + .seriekeuze + .serie + .hr.clear, .hr.pre-bladeren_onderaan + div.hr, .partitel + div.hr {
  display: none; }

@media (pointer: coarse) {
  .biofotolink, .meti:after {
    display: none; } }

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

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

.europarl-lid .right.left {
  width: 10.125rem;
  margin: 0 1.5rem 0 0; }

.europarl-lid img {
  width: 8.75rem; }

.europarl-lid .seriekeuze {
  width: calc(100% - 10.125rem); }

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

.ladder_bladeren.prev {
  width: 50%;
  text-align: left;
  float: left; }

.ladder_bladeren.next {
  width: 50%;
  text-align: right;
  float: right; }

.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 {
  background: #19749f; }

.verplicht {
  left: 0; }

fieldset .large-9 {
  padding-left: 1rem;
  position: relative; }

.controlerenknop {
  padding: 0 1.25rem; }

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

.disc_bij_form {
  margin-top: 1rem; }
  .disc_bij_form + .grid-x .grid-x {
    justify-content: flex-end; }

#content button:not(.sb-icon-search) {
  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.1875rem;
  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: #19749f;
  color: #fff; }
  [data-whatinput='mouse'] #content button:not(.sb-icon-search) {
    outline: 0; }
  #content button:not(.sb-icon-search):hover, #content button:not(.sb-icon-search):focus {
    background-color: #156387;
    color: #fff; }

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

label {
  display: inline-block; }

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

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

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

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

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

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

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

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

#form_bar {
  background: url("/9353202/g/form_bar3.png") no-repeat;
  height: 31px;
  width: 665px;
  padding: 7px 0 0 42px;
  margin: 20px 0 0 0; }

#form_bar .stage {
  color: #a9a9a9;
  font-weight: bold;
  float: left;
  display: inline;
  height: 20px;
  text-align: left;
  margin: 0;
  font-size: 13px; }

#form_bar_twostep {
  background: url("/9353202/g/form_bar_film.png") no-repeat;
  height: 31px;
  width: 602px;
  padding: 7px 0 0 42px;
  margin: 20px 0 0 0; }

.stage {
  color: #a9a9a9;
  font-weight: bold;
  float: left;
  display: inline;
  height: 20px;
  text-align: left;
  margin: 0;
  width: 186px;
  font-size: 13px; }

#form_bar .stage3 {
  width: 113px; }

#form_bar_twostep .active, #form_bar .active {
  color: #19749f; }

.verplicht {
  position: absolute;
  left: 0; }

.SteunbetuigingdezeSite .large-9 [type='submit'],
.SteunbetuigingdezeSite #formv0a {
  margin-right: 0.25rem; }

.SteunbetuigingdezeSite textarea {
  min-height: 14.375rem; }

@media screen and (max-width: 55em) {
  #home #banners .ladder li {
    width: 100%;
    margin-bottom: 2.25rem; }
  #vlucht.large-3 .menu li:first-of-type a {
    padding-left: 0; }
  #vlucht #service {
    margin-top: 1.5rem; }
  .vlucht_lijst a {
    padding-bottom: 0; }
  .medium-ew_2c {
    flex-wrap: wrap; }
  .ie #uitgelicht .ladder {
    display: block; }
  /*	
	.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: 47.9375rem) {
  .site-logo {
    justify-content: center; }
  .w_options {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 599px), screen and (max-height: 599px) and (orientation: landscape) {
  .mobile .kr-count-4 .kr-it-1,
  .mobile .kr-count-5 .kr-it-1,
  .mobile .kr-count-5 .kr-it-2,
  .mobile .kr-count-6 .kr-it-1,
  .mobile .kr-count-6 .kr-it-2,
  .mobile .kr-count-6 .kr-it-3,
  .mobile .kr-count-7 .kr-it-1,
  .mobile .kr-count-7 .kr-it-2,
  .mobile .kr-count-7 .kr-it-3,
  .mobile .kr-count-7 .kr-it-4,
  .mobile .kr-count-8 .kr-it-1,
  .mobile .kr-count-8 .kr-it-2,
  .mobile .kr-count-8 .kr-it-3,
  .mobile .kr-count-8 .kr-it-4,
  .mobile .kr-count-8 .kr-it-5,
  .mobile .kr-count-9 .kr-it-1,
  .mobile .kr-count-9 .kr-it-2,
  .mobile .kr-count-9 .kr-it-3,
  .mobile .kr-count-9 .kr-it-4,
  .mobile .kr-count-9 .kr-it-5,
  .mobile .kr-count-9 .kr-it-6,
  .mobile .kr-count-10 .kr-it-1,
  .mobile .kr-count-10 .kr-it-2,
  .mobile .kr-count-10 .kr-it-3,
  .mobile .kr-count-10 .kr-it-4,
  .mobile .kr-count-10 .kr-it-5,
  .mobile .kr-count-10 .kr-it-6,
  .mobile .kr-count-10 .kr-it-7 {
    display: none; }
  .mobile.android .whatsapp.show-for-mobile-only {
    display: flex; } }

@media only screen and (min-device-width: 25.875rem) and (max-device-width: 46rem) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #uitgelicht img {
    width: 23.375rem;
    height: 14.375rem; }
  .hdng_fotoblok_lnk_w {
    padding-right: 2.5rem; } }

@media (min-width: 22.5rem) and (max-width: 39.9375rem) {
  .logopdc-footer {
    width: 5.4375rem;
    height: 4.125rem;
    top: -0.125rem; }
  .site-logo .woordmerk, #primary-menu h2 {
    font-size: 1.75rem; }
  #form_bar {
    display: none; } }

@media (min-width: 23.4375rem) and (max-width: 25.8125rem) {
  html:not(.ie) #photocollage_verkiezingen.photo-grid {
    grid-template-columns: 19.2% 14.6% 17.65% 22.55% 25.85%; } }

@media (min-width: 22.5rem) and (max-width: 25.8125rem) {
  .mobile #service-menu_payoff .w_social .glyph {
    width: auto !important; } }

@media (max-width: 22.4375rem) {
  .site-logo .woordmerk, #primary-menu h2 {
    font-size: 7.5vw; }
  #pageheader #primary-menu h2 {
    margin: 2rem 0; }
  #social_volgen p {
    width: 100%;
    text-align: center;
    padding-bottom: 0.5rem; }
  #social_volgen div.facebook {
    margin-left: 0 !important; } }

@media (max-width: 22.5rem) {
  html:not(.ie) #photocollage_verkiezingen.photo-grid {
    grid-template-columns: 19.4% 14.6% 17.7% 22.3% 26.0%; } }

@media (max-width: 24.25rem) {
  body.fotobio_popup .main {
    max-width: 100%; } }

@media screen and (max-width: 39.9375em) {
  header .title-bar {
    padding: 0 0 0.6875rem 0;
    width: 2.875rem; }
  #site-logo {
    height: auto;
    padding: 1.3125rem 0 1.1875rem 0.25rem;
    justify-content: flex-start;
    width: calc(100% - 2.875rem); }
    #site-logo .woordmerk {
      line-height: 1.2;
      position: relative;
      z-index: 102;
      color: #535352; }
  #pageheader_c, #home .fotoblok, body > #sub-footer, #sub-footer > .grid-container {
    padding: 0 1.25rem;
    margin: 0;
    height: auto;
    border: none; }
  .fotoblok .hdng_fotoblok_blk {
    padding: 0.875rem 1.125rem 0.8125rem;
    margin-bottom: 0.25rem; }
  #home .fotoblok {
    position: inherit; }
    #home .fotoblok .hdng_fotoblok_blk {
      position: static;
      padding: 0.875rem 1.125rem 0.8125rem;
      width: 100%; }
  .w_service-menu, .w_payoff, nav.service-menu, nav.service-menu + .hr, nav.service-menu + .hr + div {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  @supports (padding: 0px) {
    .ios #pageheader_c, .ios .hdng_fotoblok_blk, .ios #content, .ios #sub-footer, .ios .w_service-menu, .ios .w_payoff {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right)); } }
  .gewone_pagina #content {
    padding-bottom: 1.5rem; }
  #sub-footer {
    background: #fff; }
  ul.service-menu, #social .w_social {
    justify-content: space-around;
    margin: 0; }
  .banner-text.grid-y {
    padding-right: 21vw; }
  #pageheader .sb-search-input {
    position: relative; }
  #pageheader_c .title-bar-menu-button.title-bar-right {
    padding-top: 0.6875rem; }
  header #site-logo .woordmerk.is-active {
    color: #d2d2d2; }
  .icon.site-logo {
    left: -0.625rem; }
  #topbar-mainmenu-wrapper {
    max-width: none; }
    #topbar-mainmenu-wrapper #primary-menu {
      left: 0;
      top: 0;
      max-width: 100%; }
      #topbar-mainmenu-wrapper #primary-menu .menuhead {
        visibility: hidden;
        margin: 1rem 0;
        height: auto;
        line-height: 1.2; }
  .ew .ladder {
    flex: none;
    margin-bottom: 1rem; }
  .w_service-menu .hr,
  .large-ew_4c > div {
    width: 100%;
    margin: 0; }
  #searchbar {
    order: 3;
    padding: 0 0 1.75rem;
    height: auto;
    border-bottom: 0.0625rem solid #d7d7d7; }
  #home #searchbar {
    order: 3;
    padding: 0 0 1.5rem; }
  #pageheader .sb-search-input {
    width: 100%; }
  .title-bar .menu-icon {
    margin-right: -0.25rem; }
  .title-bar .menu-icon.menu-is-open {
    margin: 0 0 0 0.25rem;
    top: 0.25rem; }
  .title-bar .menu-icon:focus {
    outline: none; }
  .menu-icon {
    left: -0.375rem; }
  .menu-icon.is-active {
    top: 0; }
  #kruimelpad_w {
    padding: 1.3125rem 0.75rem 1rem 0;
    line-height: 1.4375rem; }
  #main #inhoud + .seriekeuze + .serie.float-right {
    float: right !important; }
  #main #inhoud + .seriekeuze + .serie.float-left {
    float: left !important; }
  html:not(.ie) #photocollage_politici.photo-grid {
    grid-template-columns: 19.15253% 13.25% 18.19% 22.35% 26.6%; }
  html:not(.ie) #photocollage_binnenhof.photo-grid {
    grid-template-columns: 19.9% 18.5% 14.66% 21.0% 26.05%; }
  #vlucht {
    padding: 0;
    margin: 0; }
  .art_main.geen_vlucht {
    padding: 0; }
  #sb-search {
    padding-top: 0;
    height: auto; }
  #uitgelicht li, #home #banners .ladder li {
    max-width: 23.375rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem; }
  #uitgelicht li img {
    display: block;
    width: 100vw;
    max-width: 100%;
    object-fit: cover; }
  #home .mtop_2x, #home #vlucht, #home #uitgelicht {
    margin-top: 1.5rem; }
  #home .ladder + hr, #home #content #nieuws > h2, #home #uitgelicht h2 {
    margin-top: 0; }
  #home #uitgelicht + hr {
    margin: 1.75rem 0; }
  #main .europarl-lid .right.left {
    width: 7rem;
    margin-top: 0.75rem;
    max-width: none; }
  #main .europarl-lid img {
    width: 5.625rem; }
  #main .europarl-lid .seriekeuze {
    width: calc(100% - 7.125rem); }
  #sub-footer #back-to-top + .grid-container {
    margin-top: -1.125rem;
    padding-top: 0.5rem; }
  #sub-footer_primary-menu {
    padding-bottom: 0; }
  .icon-Columns {
    top: 0.0625rem; }
  #home #vlucht #nieuws .meer_nieuws li:last-of-type, #uitgelicht li:last-of-type {
    margin-bottom: 0; }
  #content .banner_met_foto img {
    max-width: 23.375rem;
    max-width: none; }
  #content .banner_met_foto p {
    max-width: 16.25rem; }
  .articles_main, #service ul.grid-x.menu.vlucht_lijst, .menu.align-right li, #service_extra, #service_extra ul, .meer_nieuws {
    margin: 0; }
  #service_extra li:first-of-type, #ingelogd {
    margin-top: 1.5rem; }
  #service_extra li:last-of-type, #home #service, #vlucht #nieuws li, .service-menu li {
    margin-bottom: 1.5rem; }
  .formtip, .uitleg_verplichtteken {
    margin: 0.5rem 0 0.125rem; }
  #infowijzer li {
    font-size: 1rem; }
  #content #back-to-top {
    left: calc(100% - 1.75rem); }
  .vlucht_lijst {
    padding-right: 0.75rem; }
  #inhoud + .seriekeuze {
    margin-top: -0.375rem; }
    #inhoud + .seriekeuze ul {
      margin-bottom: 1rem; }
  #vlucht.large-3, #main {
    margin: 0; }
  #main img.bioimg_content {
    display: block !important;
    margin: 0 auto 1.5rem; }
  body > .qtip {
    left: calc((100% - 17.5rem)/2) !important; }
  .resultaten_row td .nohover {
    text-align: center; }
  .resultaten_row td .nohover img,
  table .pasfoto img {
    width: 3.125rem;
    max-width: inherit; }
  #main .right, #main .left, #main .float-right, #main .float-left {
    max-width: 45%; }
    #main .right > div.left, #main .right div.right, #main .left > div.left, #main .left div.right, #main .float-right > div.left, #main .float-right div.right, #main .float-left > div.left, #main .float-left div.right {
      width: auto !important; }
  #main .float-right .right, #main .float-right .left, #main .float-left .right, #main .float-left .left {
    max-width: none;
    margin: 0; }
  #main .bronvermelding {
    width: auto !important; }
  .accountbox {
    right: 1.25rem;
    left: auto !important; }
  .aanvraag_bio form .large-3 {
    margin-left: 1.4375rem;
    width: calc(100% - 1.4375rem); }
  .aanvraag_bio form .large-9 {
    margin-left: 1rem;
    width: calc(100% - 1rem); }
  .aanvraag_bio form .verplicht {
    left: -1rem; }
  .banner_met_foto {
    max-height: calc(100vw - 2.5rem); } }

@media (min-width: 25.875rem) and (max-width: 39.9375rem) {
  #home .banner_met_foto {
    max-height: 23.375rem; } }

@media (max-width: 22.4375rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 1.375rem !important;
    line-height: 2.0625rem !important; } }

@media (min-width: 22.5rem) and (max-width: 24.6875rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 1.5rem !important;
    line-height: 2.25rem !important; } }

@media (min-width: 24.75rem) and (max-width: 25.875rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 1.75rem !important;
    line-height: 2.625rem !important; } }

@media (min-width: 25.9375rem) and (max-width: 29.75rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 1.875rem !important;
    line-height: 2.9375rem !important; } }

@media (min-width: 29.8125rem) and (max-width: 39.9375rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 2rem !important;
    line-height: 3rem !important; } }

@media screen and (min-width: 40em) {
  #kruimelpad_w {
    padding: 1rem 0.9375rem 1rem 0; }
  #home #main {
    margin-top: -4.5rem; }
  #home #content #uitgelicht li, #home #content #vlucht li, #home #content hr {
    margin-top: 0;
    margin-bottom: 2.25rem; }
  #landingspage .hdng_fotoblok_blk {
    position: absolute;
    z-index: 2; }
  #fotoblok .copyr, #fotoblok .bron {
    right: 0; }
  #tekst0 .tblexpand,
  .b-description_readmore .tblexpand {
    max-width: 9.125rem;
    margin-left: 0; }
  #tekst0 .fontwit_hor table,
  .b-description_readmore .fontwit_hor table {
    max-width: none;
    margin: 0 0 0.125rem; }
  #content > article:not(.geen_vlucht), .articles_main {
    padding-right: 1.875rem; }
  #main h1 + a + .paragraaf_kop h2 {
    margin-top: 0; }
  .js .onderschrift span.full-story {
    width: calc(50vw - 1.875rem); }
  .grid-margin-x > .cell.kruimelp_avl {
    margin-left: 0;
    padding-right: 1.5rem;
    border-right: 0.0625rem solid #e5e5e5; }
    .grid-margin-x > .cell.kruimelp_avl > div {
      padding-right: 0; }
  .grid-margin-x > .cell.kruimelp_avl {
    border-color: #fff; }
  #vlucht {
    border-left: 0.0625rem solid #d7d7d7;
    margin: 2rem 0 0; }
  #vlucht, #social_volgen {
    padding: 0 0 0 1.875rem; }
  #sub-footer .lnk_logo {
    margin-top: 0.8125rem; }
  #main div.fullwidth .float-right, #main div.fullwidth .float-left {
    max-width: 100%; }
  .main_2kolommen label + label {
    margin-left: 0.375rem; }
  .onderdelen_resultaten th:nth-child(1):nth-last-child(2) {
    width: 5.625rem; }
  .onderdelen_resultaten th:nth-child(2):nth-last-child(1) {
    width: calc(100% - 5.6875rem); }
  .onderdelen_resultaten th[data-var*="***"], .onderdelen_resultaten th:first-child:nth-last-child(3) {
    width: 5.625rem; }
  .onderdelen_resultaten th:first-child:nth-last-child(3) ~ th {
    width: calc(50% - 2.8125rem); }
  th[data-exp="vjgzgpsht3t6"] {
    width: 5.625rem; }
  .onderdelen_resultaten th[data-var*="j7w"]:first-child:nth-last-child(4) {
    width: 5.625rem; }
  .onderdelen_resultaten th[data-var*="j7w"] + th:nth-child(2):nth-last-child(3)[data-var*="j7w"] {
    width: calc(100% - 16.625rem); }
  .onderdelen_resultaten th[data-var*="j7w"] + th[data-var*="j7w"] + th[data-var*="m3r"] {
    width: 5.5rem; }
  .onderdelen_resultaten th[data-var*="j7w"] + th[data-var*="j7w"] + th[data-var*="m3r"] + th[data-var*="m3s"] {
    width: 5.5rem; }
  .resultaten_row td .nohover img,
  table .pasfoto img {
    width: 4.375rem;
    max-width: inherit; }
  .accordion-item .w_items_lid {
    justify-content: flex-start; }
    .accordion-item .w_items_lid a > div {
      width: calc(100% - 0.8125rem);
      margin: 0; }
  .w_items_lid a:first-child:nth-last-child(1) {
    width: 33.3333%; }
  .w_items_lid a:nth-child(1):nth-last-child(2),
  .w_items_lid a:nth-child(2):nth-last-child(1) {
    width: 33.3333%; }
  .w_items_lid a:nth-child(2):nth-last-child(1) > div {
    align-self: center; }
  .w_items_lid a:nth-child(1):nth-last-child(3) {
    width: 33.3333%; }
    .w_items_lid a:nth-child(1):nth-last-child(3) > div {
      align-self: flex-start; }
  .w_items_lid a:nth-child(2):nth-last-child(2) {
    width: 33.3333%; }
    .w_items_lid a:nth-child(2):nth-last-child(2) > div {
      align-self: center; }
  .w_items_lid a:nth-child(3):nth-last-child(1) {
    width: 33.3333%; }
    .w_items_lid a:nth-child(3):nth-last-child(1) > div {
      align-self: flex-end; }
  .large-3 label {
    padding: 0 1.375rem 0.375rem 0; }
  .large-9 .verplicht, .SteunbetuigingdezeSite .geen_vlucht .large-9 .verplicht {
    left: -1rem; }
  .geen_vlucht .art_main {
    padding-left: 0 !important; }
  .geen_vlucht .large-3 label {
    padding-right: 0.5rem; }
  .geen_vlucht .large-9 .verplicht {
    left: -0.25rem; } }

@media (min-width: 40rem) and (max-width: 60.1875rem) {
  #banner_vac p span {
    display: none; }
  #content .bannercontent {
    padding: 0.625rem 0.5rem; }
    #content .bannercontent h3.banner_namen {
      display: none; }
  .banner h2, .banner p {
    margin-bottom: 0.625rem; } }

@media (min-width: 40rem) and (max-width: 66.875rem) {
  #pageheader .sb-search:not(.sb-search-open) .sb-search-input {
    width: 7.5rem; }
  #main .b-description_readmore_wrapper .fontwit_hor.uitgeklapt, #main .b-description_readmore_wrapper .styletable.uitgeklapt {
    width: calc(100% - 5rem); } }

@media (min-width: 40rem) and (max-width: 64.0625rem) {
  #main .b-description_readmore_wrapper .fontwit_hor.uitgeklapt, #main .b-description_readmore_wrapper .styletable.uitgeklapt {
    width: calc(100% - 5rem); } }

@media only screen and (min-device-width: 23.4375rem) and (max-device-width: 50.75rem) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #uitgelicht img {
    width: 22rem;
    height: 13.5rem; } }

@media screen and (min-width: 40em) and (max-width: 55em) {
  .site-logo .woordmerk {
    font-size: 1.99375rem;
    line-height: 1; }
  #pageheader_c {
    padding: 0 1.5rem;
    margin: 0;
    border: none; }
  .gewone_pagina #pageheader_c > * {
    border-bottom: 0.0625rem solid #acacac; }
  #content {
    padding: 0.5rem 1.5rem 1.5rem; }
  .hdng_fotoblok_blk {
    padding: 1.5rem 1.5rem 1.4375rem; }
  #sub-footer {
    padding: 0 1.5rem; }
  #sub-footer_primary-menu {
    width: calc(100% - 10rem); }
    #sub-footer_primary-menu div.ladder1, #sub-footer_primary-menu div.ladder2 {
      margin-bottom: 1rem; }
  #pdc-logo {
    width: 10rem; }
    #pdc-logo .logopdc {
      width: 10rem;
      height: 6.25rem;
      top: -1.1875rem; }
  .w_service-menu, .w_payoff {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  @supports (padding: 0px) {
    .ios #pageheader_c, .ios .hdng_fotoblok_blk, .ios #content, .ios #sub-footer, .ios .w_service-menu, .ios .w_payoff {
      padding-left: max(1.5rem, env(safe-area-inset-left));
      padding-right: max(1.5rem, env(safe-area-inset-right)); } }
  #topbar-mainmenu-wrapper #primary-menu {
    left: 1.5rem; }
  #pageheader_c .title-bar-menu-button.title-bar-right {
    padding-top: 0.125rem; }
  #home .w_item_uitgel {
    width: 100%;
    text-align: center; }
  .medium-ew_2c, .large-ew_4c, #sub-footer_primary-menu {
    flex-wrap: wrap; }
    .medium-ew_2c > div, .medium-ew_2c ul > li.m-w50, .large-ew_4c > div, .large-ew_4c ul > li.m-w50, #sub-footer_primary-menu > div, #sub-footer_primary-menu ul > li.m-w50 {
      width: calc(50% - 0.75rem);
      min-width: calc(50% - 0.75rem); }
      .medium-ew_2c > div a, .medium-ew_2c ul > li.m-w50 a, .large-ew_4c > div a, .large-ew_4c ul > li.m-w50 a, #sub-footer_primary-menu > div a, #sub-footer_primary-menu ul > li.m-w50 a {
        width: calc(100% - 0.75rem); }
    .medium-ew_2c > div:nth-child(odd), .medium-ew_2c > li.m-w50:nth-child(odd), .large-ew_4c > div:nth-child(odd), .large-ew_4c > li.m-w50:nth-child(odd), #sub-footer_primary-menu > div:nth-child(odd), #sub-footer_primary-menu > li.m-w50:nth-child(odd) {
      margin-right: 0.75rem; }
      .medium-ew_2c > div:nth-child(odd) a, .medium-ew_2c > li.m-w50:nth-child(odd) a, .large-ew_4c > div:nth-child(odd) a, .large-ew_4c > li.m-w50:nth-child(odd) a, #sub-footer_primary-menu > div:nth-child(odd) a, #sub-footer_primary-menu > li.m-w50:nth-child(odd) a {
        width: calc(100% - 0.75rem); }
    .medium-ew_2c > div:nth-child(even), .medium-ew_2c > li.m-w50:nth-child(even), .large-ew_4c > div:nth-child(even), .large-ew_4c > li.m-w50:nth-child(even), #sub-footer_primary-menu > div:nth-child(even), #sub-footer_primary-menu > li.m-w50:nth-child(even) {
      margin-left: 0.75rem; }
  #home #content, article.grid-x {
    padding-bottom: 0; }
  #main .float-right, #main .float-left, #main .right, #main .left {
    max-width: 50%; }
    #main .float-right > div.left, #main .float-right div.right, #main .float-left > div.left, #main .float-left div.right, #main .right > div.left, #main .right div.right, #main .left > div.left, #main .left div.right {
      width: auto !important; }
  #main .float-right .right, #main .float-right .left, #main .float-left .right, #main .float-left .left {
    max-width: none;
    margin: 0; }
  #kruimelpad_w > div {
    width: 100%; }
  .menu.vlucht_lijst li {
    margin-top: 0.25rem; }
  #banners .banner_met_foto img {
    max-width: none; }
  #photocollage_politici {
    grid-template-columns: 19.26% 14.10% 18.1% 22.385% 26.2%; }
  #back-to-top {
    left: calc(66.666% - 2.0625rem); }
  #sub-footer #back-to-top {
    left: calc(66.666% - 1.5625rem); }
  #main .partekst .fontwit_hor.uitgeklapt, #main .partekst .uitgeklapt {
    left: -2.25vw;
    padding: 0;
    left: -2.75rem;
    left: 0 !important;
    right: calc(-66.666% + 1rem);
    right: 66.6667%;
    width: 166.6667%;
    width: calc(166.666% - 1rem); }
  .banner_met_foto {
    max-height: calc((((100vw - 3rem) * 0.333333) - 1.9375rem) - 0.375rem);
    overflow: hidden; }
  .mobile .banner_met_foto {
    max-height: calc(((100vw - 3rem) * 0.333333) - 1.9375rem);
    overflow: hidden; }
  #home .banner_met_foto {
    max-height: calc((50vw - 2.03125rem) - 1.875rem); }
  .mobile #home .banner_met_foto {
    max-height: calc((50vw - 1.5rem) - 1.875rem); } }

@media (min-width: 40rem) and (max-width: 53.8125rem) {
  #vlucht .banner_met_foto#banner-tkverk .toevg {
    display: none; } }

@media (min-width: 50.0625rem) and (max-width: 53rem) {
  #vlucht .banner_met_foto#banner-pb .extra, #vlucht .banner_met_foto#banner-pb .toevg {
    display: none; } }

@media (min-width: 53.0625rem) and (max-width: 54.9375rem) {
  #vlucht .banner_met_foto#banner-pb .toevg2 {
    display: none; } }

@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: 40rem) and (max-width: 50rem) {
  #vlucht .banner_met_foto#banner-pb p {
    display: none; }
  #vlucht .banner h2 {
    margin-bottom: 0; } }

@media (min-width: 40rem) and (max-width: 43.75rem) {
  #columns-pp .banner_tekst1.button {
    margin: 0 -0.5rem;
    max-width: none; } }

@media (min-width: 40rem) and (max-width: 42.5625rem) {
  .site-logo .woordmerk {
    font-size: 1.875rem;
    font-size: 4.6875vw; } }

@media (min-width: 40rem) and (max-width: 41rem) {
  #columns-pp .bannercontent {
    padding: 0.5rem 0.5rem; }
    #columns-pp .bannercontent h2, #columns-pp .bannercontent p {
      margin-bottom: 0.125rem; } }

@media (min-width: 40.0625rem) and (max-width: 41.75rem) {
  body:not(#home) :not(#home) #banner_sup .banner_titel {
    font-size: 0.875rem !important;
    line-height: 1.3125rem !important; } }

@media (min-width: 41.8125rem) and (max-width: 43.9375rem) {
  body:not(#home) :not(#home) #banner_sup .banner_titel {
    font-size: 0.9375rem !important;
    line-height: 1.375rem !important; } }

@media (min-width: 44rem) and (max-width: 51rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 1rem !important;
    line-height: 1.5rem !important; } }

@media (min-width: 51.0625rem) and (max-width: 55rem) {
  body:not(#home) :not(#home) #banner_sup .banner_titel {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important; } }

@media print, screen and (min-width: 55.0625em) {
  #home .fotoblok .hdng_fotoblok_blk {
    padding: 1.5rem 3.6875rem 1.4375rem; }
  #content, .w_service-menu, .w_payoff {
    padding: 0.5rem 3.6875rem 1.5rem; }
  .large-ew_3c li:nth-of-type(1) {
    margin-right: 1rem; }
  .large-ew_3c li:nth-of-type(2) {
    margin: 0 0.5rem; }
  .large-ew_3c li:nth-of-type(3) {
    margin-left: 1rem; }
  .large-ew_4c div.ladder1 {
    margin-right: 0.75rem; }
  .large-ew_4c div.ladder2 {
    margin: 0 0.5rem 0 0.25rem; }
  .large-ew_4c div.ladder3 {
    margin: 0 0.25rem 0 0.5rem; }
  .large-ew_4c div.ladder4 {
    margin-left: 0.75rem; }
  body:not(.gewone_pagina) .large-ew_2c li {
    max-width: calc(50% - 0.9375rem);
    min-width: calc(50% - 0.9375rem); }
    body:not(.gewone_pagina) .large-ew_2c li a {
      width: calc(100% - 0.9375rem); }
  body:not(.gewone_pagina) .large-ew_2c li:nth-child(odd) {
    margin-right: 0.9375rem; }
    body:not(.gewone_pagina) .large-ew_2c li:nth-child(odd) a {
      width: calc(100% - 0.9375rem); }
  body:not(.gewone_pagina) .large-ew_2c li:nth-child(even) {
    margin-left: 0.9375rem; }
  .edge body:not(.gewone_pagina) .large-ew_2c li:nth-child(even) {
    margin-left: 0.875rem; }
  body:not(#home) #pageheader_c {
    border-bottom: 0.0625rem solid #acacac; }
  body:not(#home) #sub-footer_primary-menu div {
    width: 0; }
  #vlucht_content {
    padding-top: 0.625rem; }
  #sub-footer_primary-menu {
    width: calc(100% - 12rem); }
  #pdc-logo {
    width: 12rem; }
    #pdc-logo .logopdc {
      width: 10rem;
      height: 7.5rem;
      top: -0.6875rem; }
  #service-menu_payoff #social_volgen {
    margin-top: 0.125rem;
    position: relative;
    top: 0.5rem; }
  .service-menu ul {
    margin-top: 1rem; } }

@media only screen and (min-width: 55.0625rem) and (max-width: 67.0625rem) {
  .banner .bannercontent {
    padding: 1rem 1.25rem; }
  .banner .banner_namen {
    display: none; } }

@media only screen and (min-width: 55.0625rem) and (max-width: 63.9375rem) {
  #content #pdclogo {
    right: 1vw; }
  #nieuwsbrief_img img {
    width: 100%; }
  body > .qtip {
    min-width: 15.625rem; } }

@media only screen and (min-width: 64rem) and (max-width: 71.25rem) {
  body > .qtip {
    width: 24vw;
    min-width: 16.875rem; } }

@media only screen and (min-width: 64rem) {
  #main .float-right.portrait, #main .float-left.portrait, #main .right.portrait, #main .left.portrait {
    max-width: 50%; }
  #sub-footer_primary-menu div.ladder1, #sub-footer_primary-menu div.ladder2 {
    margin-bottom: 1rem; } }

@media (min-width: 55.0625rem) and (max-width: 64rem) {
  #back-to-top {
    left: calc(66.666% - 2.75rem); }
  #sub-footer #back-to-top {
    left: calc(66.666% - 1.5rem); } }

@media (min-width: 55.0625rem) and (max-width: 64.0625rem) {
  .banner_met_foto {
    max-height: calc((((100vw - 7.375rem) * 0.333333) - 1.9375rem) - 0.375rem);
    overflow: hidden; }
  .mobile .banner_met_foto {
    max-height: calc(((100vw -  7.375rem) * 0.333333) - 1.9375rem);
    overflow: hidden; }
  #home .banner_met_foto {
    max-height: calc(((((100vw - 8.375rem) * 0.666) - 1.8375rem) * 0.5) - 0.9375rem); }
  .mobile #home .banner_met_foto {
    max-height: calc(((((100vw - 7.375rem) * 0.666) - 1.8375rem) * 0.5) - 0.9375rem); } }

@media (min-width: 55.0625rem) and (max-width: 56.8125rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important; } }

@media (min-width: 56.875rem) and (max-width: 63.25rem) {
  body:not(#home) #banner_sup .banner_titel {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important; } }

@media (min-width: 55.0625rem) and (max-width: 64.875rem) {
  html:not(.mobile) .banner_met_foto#banner-gw h2 {
    margin-bottom: 0; }
  #vlucht .banner h2 {
    margin-bottom: 0; } }

@media (min-width: 55.0625rem) and (max-width: 60.875rem) {
  html:not(.mobile) .banner_met_foto#banner-gw .toevg {
    display: none; }
  html:not(.mobile) .banner_met_foto#banner-pb .toevg2 {
    display: none; } }

@media (min-width: 64.125rem) {
  .banner_met_foto {
    max-height: 16.9375rem; }
  #main .b-description_readmore_wrapper .fontwit_hor.uitgeklapt, #main .b-description_readmore_wrapper .styletable.uitgeklapt {
    width: calc(170% - 2rem); } }

@media only screen and (min-width: 59.25rem) {
  .site-logo {
    font-size: 2.9375rem;
    line-height: 3rem; }
    .site-logo .woordmerk {
      font-size: 2.25rem;
      line-height: 2.0625rem; } }

@media only screen and (min-width: 65rem) {
  .fotoblok_landingspage {
    height: 14rem; } }

input[type='search'] {
  padding-right: 1.5625rem;
  -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-IE en not-edge:*/
.webkit .icon-clear, .ie .icon-clear, .edge .icon-clear {
  display: none !important; }

.icon-clear {
  border: 0.0625rem solid transparent;
  background-color: #fff !important;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  top: 0.0625rem;
  right: 1.625rem;
  width: 1.25rem;
  height: 1.8125rem; }

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

#main .icon-clear:after {
  bottom: 0.375rem; }

#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 #zoekveld input, .mac.chrome #zoekveld input {
  padding-left: 3px !important; }

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

@media print {
  body {
    background: #fff;
    opacity: 1;
    font-size: 0.875rem; }
  #main {
    margin: 0;
    width: 100%; }
  #content {
    padding: 1.25rem 3rem 0; }
  .gecko #content {
    padding-top: 0.375rem; }
  .ie #content, .edge #content {
    padding-top: 0; }
  @page {
    size: auto;
    margin-top: 0.5cm;
    margin-bottom: 1.25cm; }
  @page :first {
    margin-top: 0; }
  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:not(.paragraaf_kop) {
    display: block; }
  .partext {
    min-height: auto !important;
    max-height: none !important; }
  div.fontwit_horvert tr:first-of-type td.cel1:first-of-type {
    border-bottom: solid 0.0625rem #bca181; }
  .grid-x .art_main {
    margin: 0 1rem;
    width: calc(100% - 2rem); }
  body:not(#home) .ladder, .seriekeuze ul, .zijverwijzingen ul, #results ul {
    margin-left: 1rem; }
    body:not(#home) .ladder li, .seriekeuze ul li, .zijverwijzingen ul li, #results ul li {
      position: relative; }
    body:not(#home) .ladder a:before, .seriekeuze ul a:before, .zijverwijzingen ul a:before, #results ul a:before {
      content: '›';
      position: absolute;
      left: -1rem;
      top: -0.3125rem;
      font-size: 125%; }
  #uitgelicht a:before, #home #nieuws a:before, #home #columns a:before {
    content: ''; }
  #results div.grid-x div {
    left: 0; }
  table tbody tr {
    border-bottom: none; }
  .meti:after, li.plus a.meti div:after, .b-description_readmore_ellipsis:after,
  .c_icon_bij_heading, .b-description_readmore_button, ul .icon {
    display: none; }
  li.plus > a > div {
    left: 0; }
  .gewone_versie {
    margin-left: 0.9375rem; }
  a {
    text-decoration: none; }
  #main a.button, a.button {
    border: solid 1px #222; }
  section.infowijzer, .panel, table th {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .ie th, .ie .infowijzer, .ie .panel, .edge th, .edge .infowijzer, .edge .panel {
    position: relative;
    z-index: 2; }
  .ie th:before, .ie .infowijzer > div:before, .ie .panel:before, .edge th:before, .edge .infowijzer > div:before, .edge .panel:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    content: url(/9353290/g/8er_bruin.png); }
  .ie .infowijzer > div:before, .ie .panel:before, .edge .infowijzer > div:before, .edge .panel:before {
    content: url(/9353290/g/8er_skyblue.png); }
  .ie th:before {
    content: ""; }
  .ie div.fontwit_hor table, .ie div.fontwit_vert table,
  .ie table.astbl, .ie table.styletable {
    border-collapse: collapse;
    border-bottom: 0.0625rem solid #222;
    border-right: 0.0625rem solid #222; }
  .ie tbody {
    border: none; }
  .ie td, .ie th {
    border-color: #222 !important;
    border-top: 0.0625rem solid #222;
    border-left: 0.0625rem solid #222; }
  #home h1.hide, .ladder.grid-y, #home #nieuws ul {
    display: block !important; }
  ul.uitgelicht, .ladder_bladeren, .ladder_bladeren a, #home #vlucht, #home #vlucht #columns .ladder {
    display: flex !important; }
  .hdng_foto {
    min-height: auto;
    height: auto;
    padding-bottom: 0.25rem; }
  #home .large-ew_2c li {
    width: calc(50% - 12px);
    min-width: calc(50% - 12px); }
    #home .large-ew_2c li a {
      width: calc(100% - 12px); }
  #home .large-ew_2c li:nth-child(odd) {
    margin-right: 0.75rem; }
    #home .large-ew_2c li:nth-child(odd) a {
      width: calc(100% - 12px); }
  #home .large-ew_2c li:nth-child(even) {
    margin-left: 0.75rem; }
  #home .large-ew_2c li:nth-child(1), #home .large-ew_2c li:nth-child(2), #home #nieuws li {
    margin-bottom: 1.5rem;
    text-align: left; }
  #home #main ul {
    margin-left: 0; }
  #home #columns > div, #home #columns li {
    justify-content: center; }
  #home #vlucht {
    width: 100%;
    text-align: center; }
  #home #vlucht_content {
    margin-top: 1.5rem 0 0;
    border-top: solid 0.0625rem #d7d7d7;
    padding: 1.5rem 0 0; }
  #inhoudsopgave {
    padding-top: 0; }
  p span.a-popup .meti, #results .zoek_omg, li.plus p.mnone {
    padding: 0; }
  .b-description_readmore_wrapper {
    display: block; }
  li, .paragraaf_kop, #home #nieuws {
    page-break-inside: avoid; }
  p span.a-popup a, td p span.a-popup:last-of-type a {
    padding: 0;
    background: none; }
  table {
    margin-bottom: 0; } }

@-moz-document url-prefix() {
  @page {
    margin-top: 1.5cm; }
  @page :first {
    margin-top: 0 !important; } }

.title-bar-search {
  order: 0;
  flex: 1 1 auto;
  align-self: auto; }

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

div.hdng_fotoblok_lnk_w a, div.hdng_fotoblok_lnk_w a:visited, #sub-footer > div.grid-container a, #sub-footer > div.grid-container a:visited {
  color: #fff; }

#kruimelpad_w a,
.hdng_fotoblok_blk a:visited:hover .hdng_blk_txt, .hdng_fotoblok_blk a:hover .hdng_blk_txt,
#sub-footer_primary-menu > a:visited:hover, #sub-footer_primary-menu a:hover {
  border-bottom: 0.0625rem solid #fff; }

.hdng_blk_txt_slot {
  white-space: nowrap;
  display: inline-block; }

#columns .col_date, #columns em,
.columnslist .col_date,
.columnslist em {
  color: #535352; }

.gewone_pagina #main .columns li {
  display: flex; }

.gewone_pagina #main .columns li:last-of-type {
  margin-bottom: 0;
  border-bottom: none; }
  .gewone_pagina #main .columns li:last-of-type > div {
    margin-bottom: 0; }

.onderschrift a:before,
#service a, #service a:visited, .vertical.menu.submenu {
  color: #19749f; }

.is-dropdown-submenu a:hover {
  background: #eee; }

.has-submenu + .submenu a, .has-submenu + .submenu a:visited {
  color: #000; }

.bannercontent {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem 1.125rem 1.5rem;
  z-index: 1; }
  .bannercontent h2 {
    margin-bottom: 1.25rem; }

.banner:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.banner_triangle {
  background-image: linear-gradient(to left top, #e8f2f6 0%, #e8f2f6 50%, transparent 50%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.banner-text, .plugin-wrapper {
  position: relative;
  z-index: 3; }

.banner_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  max-width: 10.25rem; }

#main td ul a,
#main .banner_tekst1, #main .banner_tekst1:visited:hover, #main .banner_tekst1:hover, #main #uitgelicht a:hover {
  border: none; }

.banner + .banner, .uitgelicht li + li + li {
  margin-top: 1.5rem; }

.banner_met_foto {
  display: block;
  background: #e8f2f6;
  padding: 0; }
  .banner_met_foto img {
    width: 100%;
    height: 100%;
    max-width: 16.9375rem;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    shape-outside: polygon(100% 0, 0% 100%, 100% 100%);
    float: right;
    position: inherit; }
  .banner_met_foto p {
    padding: 0 0.375rem 0 1.125rem; }

.banner_met_foto.banner h2 {
  display: inherit;
  padding: 1.1875rem 0.375rem 0 1.125rem;
  margin-bottom: 1.25rem;
  position: relative; }

.banner {
  position: relative;
  width: 100%; }
  .banner h2, .banner h3 {
    display: inline-block;
    line-height: inherit;
    width: 100%; }
  .banner h2 {
    font-size: 1rem; }
    .banner h2 a, .banner h2 a:visited {
      color: #19749f;
      border-bottom: 0.0625rem solid transparent; }
    .banner h2 > a:visited:hover, .banner h2 a:hover {
      border-bottom-color: #6ca6c1; }
  .banner h3, .banner p {
    font-size: 0.875rem; }
  .banner h3 a, .banner h3 a:visited {
    color: #535352;
    border-bottom: 0.0625rem solid transparent; }
  .banner h3 > a:visited:hover, .banner h3 a:hover {
    border-bottom-color: #6ca6c1; }

#uitgelicht a h3 {
  border-bottom: 0.0625rem solid transparent; }

#uitgelicht a:hover h3 {
  border-bottom: 0.0625rem solid #6ca6c1; }

.service-menu a, .service-menu a:visited {
  margin: 0.6875rem 0.75rem;
  padding: 0;
  color: #535352;
  border-bottom: 0.0625rem #fff solid; }

.service-menu > a:visited:hover, .service-menu a:hover {
  border-bottom-color: #535352; }

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #19749f !important;
  text-decoration: none !important; }

p a:not(.blader):link, .lnk_in_line a:not(.blader):link, td a:not(.blader):link, li .opsomtekst a:not(.blader):link, td a:not(.blader):link {
  color: #19749f;
  border-bottom: 0.0625rem solid #b0ddf3; }

p a:not(.blader):visited, .lnk_in_line a:not(.blader):visited, td a:not(.blader):visited, li .opsomtekst a:not(.blader):visited, td a:not(.blader):visited {
  border-bottom: 0.0625rem solid #ccc; }

p a:not(.blader):hover, .lnk_in_line a:not(.blader):hover, td a:not(.blader):hover, li .opsomtekst a:not(.blader):hover, td a:not(.blader):hover {
  border-bottom-style: solid;
  border-color: #6ca6c1; }

#main li.plus a:visited:hover div:not(.meta), #main li.plusuit a:visited:hover div:not(.meta), .lange_lijst_met_hr a:visited:hover div:not(.meta) {
  border-bottom: 0.0625rem solid #6ca6c1; }

#main li.plus a:hover div:not(.meta), #main li.plusuit a:hover div:not(.meta), .lange_lijst_met_hr a:hover div:not(.meta) {
  border-bottom: 0.0625rem solid #6ca6c1; }

#uitgelicht a:hover div div.grid-x span {
  border-bottom: 0.0625rem solid #6ca6c1; }

#uitgelicht a:visited:hover div div.grid-x span {
  border-bottom: 0.0625rem solid #387896; }

#uitgelicht a div.grid-x div, #results a div.grid-x div {
  border-bottom: 0.0625rem #fff solid; }

#uitgelicht a:visited:hover div.grid-x div, #results a:visited:hover div.grid-x div {
  border-bottom: 0.0625rem solid #3188b1;
  border-bottom: 0.0625rem solid #b0ddf3; }

#uitgelicht a:hover div.grid-x div, #results a:hover div.grid-x div {
  border-bottom: 0.0625rem solid #6ca6c1;
  border-bottom: 0.0625rem solid #b0ddf3; }

#gresults .gsc-result .gs-title, #gresults a {
  height: auto;
  line-height: inherit;
  overflow: inherit; }

#gresults a:hover {
  border-bottom: 0.0625rem solid #3188b1;
  border-bottom: 0.0625rem solid #b0ddf3; }

.lange_lijst_met_hr a:not(.lnk_no_hvr):visited:hover div, #xxxxxxxxxxxhome a:not(.lnk_no_hvr):visited:hover div {
  border-bottom: 0.0625rem solid #3188b1; }

.lange_lijst_met_hr a:not(.lnk_no_hvr):hover div, #xxxxxxxxxxxhome a:not(.lnk_no_hvr):hover div {
  border-bottom: 0.0625rem solid #6ca6c1; }

.lange_lijst_met_hr a:not(.grid-x_no_hvr):hover div, #xxxxxxxxxxxhome a:not(.grid-x_no_hvr):hover div {
  border-bottom: none; }

.ladder_bladeren > div a div, .context_links a div {
  min-height: 1.4375rem;
  border-bottom: 0.0625rem solid #fff; }

.ladder_bladeren > div > a:visited:hover div, .ladder_bladeren > div a:hover div, .context_links > a:visited:hover div, .context_links a:hover div {
  border-bottom: 0.0625rem solid #6ca6c1; }

.ladder:not(.nieuws) li:not(.plus) {
  display: list-item; }

.ladder li:not(.plus) > a:visited:hover {
  border-bottom: 0.0625rem solid #3188b1;
  border-bottom: 0.0625rem solid #b0ddf3; }

.ladder li:not(.plus) a:hover {
  border-bottom: 0.0625rem solid #6ca6c1; }

li.plus {
  display: list-item; }
  li.plus > a:visited:hover div {
    border-bottom: 0.0625rem solid #3188b1;
    border-bottom: 0.0625rem solid #b0ddf3; }
  li.plus a:hover div {
    border-bottom: 0.0625rem solid #6ca6c1;
    border-bottom: 0.0625rem solid #b0ddf3; }

.ladder_bladeren a {
  border-bottom: 0.0625rem solid #fff; }

#home .ladder_bladeren > a:visited:hover, #home .ladder_bladeren a:hover,
#inhoudsopgave li > a:visited:hover,
#inhoudsopgave li a:hover, #kruimelpad_w > a:visited:hover, #kruimelpad_w a:hover {
  border-bottom: 0.0625rem solid #6ca6c1 !important; }

#main a.accordion-title {
  color: #454c6a; }

#main a:visited, #main #uitgelicht a:visited, #main_content_wrapper form p.alert a:visited, .ladder li a:visited {
  color: #666; }

#main a:visited:hover, #main #uitgelicht a:visited:hover, #main_content_wrapper form p.alert a:visited:hover, .ladder li a:visited:hover {
  color: #19749f;
  border-bottom: 0.0625rem solid #6ca6c1; }

#main a.button:visited, #main .tabs a, #main .tabs a:visited, #main #uitgelicht a.button:visited, #main #uitgelicht .tabs a, #main #uitgelicht .tabs a:visited, #main_content_wrapper form p.alert a.button:visited, #main_content_wrapper form p.alert .tabs a, #main_content_wrapper form p.alert .tabs a:visited, .ladder li a.button:visited, .ladder li .tabs a, .ladder li .tabs a:visited {
  color: #fff; }

#gresults .gs-webResult.gs-result a.gs-title:visited, #gresults .gs-webResult.gs-result a.gs-title:visited b, #gresults .gs-imageResult a.gs-title:visited, #gresults .gs-imageResult a.gs-title:visited b {
  color: #454c6a !important; }

#main #uitgelicht a {
  color: #176B92; }

#main .ladder_bladeren a, #main .ladder_bladeren a:visited, .ladder_bladeren a, .ladder_bladeren a:visited, #inhoudsopgave a, #inhoudsopgave a:visited, #content .banner h2 a, #content .banner h2 a:visited {
  color: #19749f; }

.gridq, .inputcss, .zoek_zoekcriteria [type='text'], .invul {
  border-color: #19749f; }

.scroll-indicator svg {
  stroke: #19749f;
  cursor: pointer !important;
  pointer-events: visible; }

.rsbtn, .toggle.ddd-keep {
  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; }

/*.blader_tkn, */
.ico-eerder, .ico-recenter {
  position: relative;
  top: 0.0625rem; }

.pasfoto {
  max-width: 8.75rem;
  float: left; }
  .pasfoto a {
    position: relative;
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    margin: -1.375rem 0; }

.pasfoto .zoom-in, .zoom-in.spotpr {
  vertical-align: bottom;
  z-index: 0;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  padding: 0.0625rem 0.0625rem 0 0.125rem;
  background: #fff;
  border: solid 0.0625rem #acacac;
  opacity: 0.85; }
  .pasfoto .zoom-in svg, .zoom-in.spotpr svg {
    width: 1rem;
    height: 1rem;
    color: #19749f !important; }

.ie .pasfoto {
  margin-bottom: -1.25rem; }
  .ie .pasfoto a {
    width: 0.9375rem;
    height: 1.25rem;
    float: right;
    bottom: -0.125rem;
    right: auto !important; }
  .ie .pasfoto .credits {
    position: relative;
    top: -1.25rem; }

.pasfoto .credits {
  line-height: 1rem;
  padding: 0.125rem 0 0;
  font-style: italic;
  width: 100%;
  margin-top: 1.375rem; }

.pasfoto .credits:empty {
  margin-top: 0; }

.fotobio_popup .main {
  max-width: 24.3125rem; }

.fotobio_popup, .isPopup {
  padding: 1rem 1.25rem;
  background: #fff; }
  .fotobio_popup h1, .isPopup h1 {
    margin-bottom: 1rem; }
  .fotobio_popup .bron, .fotobio_popup .dclaim, .isPopup .bron, .isPopup .dclaim {
    font-size: 0.8125rem;
    padding: 0.5rem 0 0;
    font-style: italic;
    text-align: left; }
  .fotobio_popup .ladder_bladeren, .isPopup .ladder_bladeren {
    margin-top: 0.375rem; }

.isPopup #mainimg {
  margin-bottom: 0.5rem; }

.isPopup .copyright {
  margin-bottom: 1rem; }

.photo-grid:not(#photocollage_cijfers):after, #photocollage_politici .r1c5:after, #photocollage_verkiezingen .r1c5:after, #photocollage_binnenhof .r1c5:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  background: #fff; }

.photo-grid .r1c5:after {
  left: 0;
  bottom: -0.0625rem; }

#photocollage_binnenhof.photo-grid:after, #photocollage_binnenhof .r1c5:after {
  height: 0.125rem; }

html:not(.safari) .sub-photo-grid {
  height: 100%; }

html:not(.ie) .photo-grid:not(#photocollage_cijfers) {
  display: grid;
  width: calc(100% - 1rem);
  grid-column-gap: 4px;
  align-items: start;
  justify-items: center;
  max-width: 56.625rem; }

html:not(.ie) .sub-photo-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-row-gap: 0.25rem;
  align-items: start;
  justify-items: center; }

html:not(.ie) .sub-sub-photo-grid {
  display: grid;
  grid-template-columns: calc(50% - 0.125rem) calc(50% - 0.125rem);
  grid-column-gap: 0.25rem;
  align-items: start;
  justify-items: center;
  height: 100%;
  -ms-grid-row-align: end;
  align-self: end; }

html:not(.ie) #photocollage_politici {
  grid-template-rows: auto auto;
  grid-template-columns: 19.45% 14.12% 18.0% 22.35% 26.2%; }
  html:not(.ie) #photocollage_politici a.r1c2b, html:not(.ie) #photocollage_politici a.r2c2, html:not(.ie) #photocollage_politici div.r2c1 {
    align-self: end; }
  html:not(.ie) #photocollage_politici .sub-photo-grid, html:not(.ie) #photocollage_politici div.r1c3, html:not(.ie) #photocollage_politici div.r1c5 {
    grid-row: span 2; }

html:not(.ie) #photocollage_binnenhof {
  grid-template-columns: 19.45% 18.89% 14.4% 21.2% 26.05%; }
  html:not(.ie) #photocollage_binnenhof a.r2c2, html:not(.ie) #photocollage_binnenhof a.r2c4, html:not(.ie) #photocollage_binnenhof div.r2c5 {
    align-self: end; }
  html:not(.ie) #photocollage_binnenhof > div[class*="r1"]:not(.r1c5) {
    grid-row: span 2; }

html:not(.ie) #photocollage_verkiezingen {
  grid-template-columns: 19.44% 14.27% 17.9% 22.36% 26.09%; }
  html:not(.ie) #photocollage_verkiezingen > div[class*="r1"]:not(.r1c1) {
    grid-row: span 2; }
  html:not(.ie) #photocollage_verkiezingen .sub-sub-photo-grid {
    grid-template-columns: calc(46.15% - 0.125rem) calc(53.85% - 0.125rem); }
  html:not(.ie) #photocollage_verkiezingen div.r2c1 {
    align-self: end; }

html.safari #photocollage_politici {
  grid-template-columns: 19.45% 14.25% 17.74% 22.5% 26.2%; }

html.safari #photocollage_binnenhof {
  grid-template-columns: 19.45% 18.89% 14.4% 21.25% 26.1%; }

.ie #photocollage_politici {
  -ms-grid-columns: 19.55% 14.5% 18.04% 22% 26.10%;
  -ms-grid-rows: auto auto; }
  .ie #photocollage_politici div.r1c3, .ie #photocollage_politici div.r1c5, .ie #photocollage_politici .sub-photo-grid {
    -ms-grid-row-span: 2; }
  .ie #photocollage_politici a.r1c2b, .ie #photocollage_politici a.r2c2, .ie #photocollage_politici div.r2c1 {
    -ms-grid-row-align: end; }
  .ie #photocollage_politici img.r1c5 {
    border-left: solid 0.25rem #fff; }

.ie #photocollage_binnenhof {
  max-height: 11.25rem;
  -ms-grid-columns: 19.5% 19.02% 14.63% 21.33% 25.6%; }
  .ie #photocollage_binnenhof a.r1c2b, .ie #photocollage_binnenhof a.r2c2, .ie #photocollage_binnenhof div.r2c1 {
    align-self: end; }
  .ie #photocollage_binnenhof img.r1c5 {
    margin-bottom: 0.125rem; }
  .ie #photocollage_binnenhof img.r2c5 {
    margin-top: 0.125rem; }

.ie #photocollage_verkiezingen {
  -ms-grid-columns: 19.44% 14.52% 18.02% 22.02% 26.09%;
  -ms-grid-rows: auto auto; }
  .ie #photocollage_verkiezingen > div[class*="r1"]:not(.r1c1), .ie #photocollage_verkiezingen .sub-photo-grid {
    -ms-grid-row-span: 2; }
  .ie #photocollage_verkiezingen img.r1c5, .ie #photocollage_verkiezingen img.r2c5 {
    border-left: solid 0.25rem #fff; }
  .ie #photocollage_verkiezingen .sub-sub-photo-grid > a.r2c4r2a {
    -ms-flex: 0.923; }
  .ie #photocollage_verkiezingen .sub-sub-photo-grid > a.r2c4r2b {
    -ms-flex: 1.077; }

.ie .sub-photo-grid {
  display: -ms-grid;
  -ms-grid-rows: auto auto;
  -ms-flex-align: start;
  height: 100%; }

.ie .photo-grid {
  display: -ms-grid;
  -ms-flex-align: start; }
  .ie .photo-grid div.r1c1, .ie .photo-grid a.r1c2, .ie .photo-grid .r1c4, .ie .photo-grid .r2c4r2a {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .ie .photo-grid .r1c2, .ie .photo-grid .r2c4r2b {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .ie .photo-grid .r1c2a, .ie .photo-grid .r1c4r1, .ie .photo-grid .r2c4a {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .ie .photo-grid div.r1c3 {
    -ms-grid-column: 3;
    -ms-grid-row: 1; }
  .ie .photo-grid div.r1c4 {
    -ms-grid-column: 4;
    -ms-grid-row: 1; }
  .ie .photo-grid .r1c5 {
    -ms-grid-column: 5;
    -ms-grid-row: 1; }
  .ie .photo-grid div.r2c1, .ie .photo-grid div.r2c2, .ie .photo-grid .r2c4b, .ie .photo-grid div.r2c4r2 {
    -ms-grid-column: 1;
    -ms-grid-row: 2; }
  .ie .photo-grid .sub-sub-photo-grid {
    display: -ms-flexbox; }
    .ie .photo-grid .sub-sub-photo-grid > a {
      -ms-flex: 1; }
  .ie .photo-grid img.r1c2a, .ie .photo-grid img.r1c3a, .ie .photo-grid img.r1c4r1, .ie .photo-grid .r1c5.sub-photo-grid img.r1c5 {
    margin-bottom: 0.125rem; }
  .ie .photo-grid img.r1c2b, .ie .photo-grid img.r1c3b, .ie .photo-grid .r2c4r2 img, .ie .photo-grid .r1c5.sub-photo-grid img.r2c5 {
    margin-top: 0.125rem; }
  .ie .photo-grid .r2c1 img {
    border-top: solid 0.25rem #fff; }
  .ie .photo-grid .r1c2:not(.sub-photo-grid) img.r1c2,
  .ie .photo-grid .r1c1 img, .ie .photo-grid .r2c1 img, .ie .photo-grid img.r1c2a, .ie .photo-grid img.r1c2b, .ie .photo-grid img.r1c3a, .ie .photo-grid img.r1c3b, .ie .photo-grid img.r1c3 {
    border-right: solid 0.25rem #fff; }
  .ie .photo-grid img.r2c4r2a {
    border-right: solid 0.125rem #fff; }
  .ie .photo-grid img.r2c4r2b {
    border-left: solid 0.125rem #fff; }
  .ie .photo-grid .r1c5:after {
    bottom: 0; }

.hr_hght_small {
  margin: 0.5rem 0; }

.mediaserie .row {
  display: flex;
  flex-flow: row wrap; }

.mediaserie .row .columns {
  flex: 1 1 0px;
  width: auto;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  margin-top: 0; }

.f15mpopm {
  background: #2b2c30;
  z-index: 999;
  top: 2.125rem !important; }
  .f15mpopm a, .f15mpopm a:visited {
    padding: 1rem 1.125rem 0.9375rem;
    color: #fff;
    display: flex;
    font-size: 0.875rem; }

.medium-8 label {
  line-height: 1.2; }

.tabs-title {
  width: 33.33333%;
  text-align: center; }
  .tabs-title a {
    display: flex;
    height: 3.375rem;
    width: 100%; }

.banner_v2 {
  background-image: linear-gradient(to left top, #e8f2f6 0%, #e8f2f6 50%, transparent 50%);
  padding-bottom: 1rem; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static; }

.skipLink {
  background-color: #e8f2f6;
  border: 2px solid #bca181;
  display: block;
  font-size: 1.3em;
  left: -1000em;
  padding: 0.8em;
  position: absolute;
  z-index: 10; }

a.skipLink:focus, a.skipLink:active {
  top: 1em;
  left: 1em;
  z-index: 1000;
  color: #1E6891;
  outline-color: #bca181; }

#banner_sup .banner_triangle {
  background-image: linear-gradient(to left top, #c9005c 0%, #c9005c 50%, transparent 50%); }

.banner_triangle_css3 {
  shape-outside: polygon(100% 0, 100% 100%, 0 100%);
  float: right;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  background: #c9005c; }

.carousel {
  padding: 0;
  position: relative; }

.carousel img {
  background-color: white;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain; }

a.gallery_prev, a.gallery_next {
  width: 45px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 5844;
  top: 45%;
  opacity: 0.75;
  cursor: pointer; }

a.gallery_prev {
  left: 22px; }

a.gallery_next {
  right: 22px; }

.clearfix {
  float: none;
  clear: both; }
