/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. // Removed because we want it to.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'popUp';
  src: url('../fonts/popup.eot');
  src: url('../fonts/popup.woff') format('woff'), url('../fonts/popup.ttf') format('truetype'), url('../fonts/popup.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
html {
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 1.4rem;
}
html,
body {
  height: 100%;
}
.modal #documentatie-content {
  display: block;
}
#documentatie-content {
  display: none;
}
@media (min-width: 1023px) {
  body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - (1250px / 2)) 40px 1fr 40px calc(50% - (1250px / 2));
    -ms-grid-rows: 80px 270px 30px 30px auto 150px;
    grid-template-columns: calc(50% - (1250px / 2)) 40px 1fr 40px calc(50% - (1250px / 2));
    grid-template-rows: 80px 270px 30px 30px auto 150px;
  }
  body .background {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-column: 1 / -1;
    grid-row: 2 / 4;
  }
  body header {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
  }
  body header .container {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: calc(50% - (1250px / 2)) 40px 1fr 1fr 40px calc(50% - (1250px / 2));
    -ms-grid-rows: 80px;
    grid-template-columns: calc(50% - (1250px / 2)) 40px 1fr 1fr 40px calc(50% - (1250px / 2));
    grid-template-rows: 80px;
    position: relative;
  }
  body header .container a {
    -ms-grid-column: 3;
    grid-column: 3;
    position: relative;
    display: block;
  }
  body header .container .document-name-right {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    -ms-grid-column-align: end;
    grid-column: 4 / 5;
    grid-row: 1;
    display: block;
  }
  body .caption-container {
    grid-row: 3 / 5;
    grid-column: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  body .main {
    grid-row: 5 / 6;
    grid-column: 3 / 4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1023px) {
  body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 1fr 40px;
    -ms-grid-rows: 80px 270px 30px 30px auto 150px;
    grid-template-columns: 40px 1fr 40px;
    grid-template-rows: 80px 270px 30px 30px auto 150px;
  }
  .background {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-column: 1 / -1;
    grid-row: 2 / 4;
    -ms-grid-column-span: 3;
  }
  header {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
  }
  .site-logo {
    position: relative;
    z-index: 5;
    display: block;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-align: center;
    -ms-grid-column-align: start;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 50px;
  }
  .site-logo img {
    max-width: 100%;
  }
  .site-document-title {
    position: relative;
    z-index: 5;
    display: block;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-align: center;
    -ms-grid-column-align: end;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: end;
  }
  .caption-container {
    grid-row: 3 / 5;
    grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    z-index: 1;
  }
  .site-primary-menu-mobile {
    position: relative;
    z-index: 5;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-align: center;
    -ms-grid-column-align: start;
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: start;
    display: none;
  }
  .site-primary-menu {
    position: relative;
    z-index: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-align: center;
    -ms-grid-column-align: start;
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: start;
  }
  .site-quicknav-mobile {
    position: relative;
    z-index: 5;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-align: center;
    -ms-grid-column-align: end;
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: end;
  }
  .site-page-header {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-align: normal;
    grid-column: 1;
    grid-row: 3;
  }
  .site-breadcrumbs {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-align: end;
    grid-column: 1;
    grid-row: 3;
    align-self: end;
  }
  .site-banner {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-column: 1;
    grid-row: 4 / 5;
  }
  .main {
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-row: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-column: 2 / 3;
    grid-row: 5;
  }
  .site-footer {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-row: 8;
    grid-column: 1;
    grid-row: 8;
  }
}
@media all and (max-width: 768px) {
  body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10px 1fr 10px;
    -ms-grid-rows: 55px 120px 40px auto 150px;
    grid-template-columns: 10px 1fr 10px;
    grid-template-rows: 55px 120px 40px auto 150px;
  }
  .background {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1 / -1;
    grid-row: 2;
  }
  header {
    grid-column: 1 / -1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
  }
  .site-logo {
    position: relative;
    z-index: 5;
    display: block;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-align: center;
    -ms-grid-column-align: start;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 50px;
  }
  .site-logo img {
    max-width: 100%;
  }
  .site-document-title {
    position: relative;
    z-index: 5;
    display: block;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-align: center;
    -ms-grid-column-align: end;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: end;
  }
  .caption-container {
    grid-row: 3;
    grid-column: 1 / -1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    z-index: 1;
  }
  .main {
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-column: 2;
    grid-row: 4;
  }
}
button {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
}
body p {
  margin: 0;
}
body h2 {
  color: #0070C0;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.021px;
}
body .background img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
header {
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26), 0 1px 5px rgba(0, 0, 0, 0.08);
}
header .container {
  position: relative;
  display: block;
}
header .container span {
  display: -ms-grid;
  grid-column: 3;
  -ms-grid-column: 3;
}
header .container > span {
  display: inline-block;
  width: 30%;
  height: 100%;
  position: relative;
}
header .container .site-logo {
  display: inline-block;
  max-width: 100%;
  max-height: 75px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .container .document-name-right {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
}
header .container .document-name-right .document-name-right-inner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
header .container .document-name-right .document-name-right-inner h1 {
  display: block;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
}
header .container .document-name-right .document-name-right-inner h1 span.top-half {
  color: #0070C0;
  font-weight: 500;
  line-height: 19px;
}
header .container .document-name-right .document-name-right-inner h1 span.bottom-half {
  color: #000000;
  line-height: 24px;
}
header .container .document-name-right span {
  display: block;
}
.caption-container {
  background: #ffffff;
  border-radius: 4px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 14px;
  z-index: 4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.caption-container .expand-mobile-menu {
  display: none;
}
.caption-container .tab-header {
  float: left;
}
.caption-container .tab-header.right-header {
  width: 225px;
  vertical-align: top;
  text-align: right;
}
.caption-container .tab-header.right-header .tab-page {
  display: inline-block;
}
.caption-container .tab-header.right-header .tab-page#tab-search {
  margin-right: 0;
  padding-right: 34px;
  position: relative;
  float: right;
}
.caption-container .tab-header.right-header .tab-page#tab-search:after {
  content: '\e8b6';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  right: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.caption-container .tab-header.left-header {
  width: calc(100% - 225px);
}
.caption-container .tab-header.left-header .tab-page {
  float: left;
}
.caption-container .tab-header.left-header .tab-page:first-child {
  margin-left: 0;
}
.caption-container .tab-header .tab-header-list {
  display: block;
}
.caption-container .tab-header .tab-header-list .tab-page {
  cursor: pointer;
  margin: 0 10px;
  padding: 21px 0;
  border-bottom: 2px solid transparent;
  line-height: 17px;
  letter-spacing: 0.018px;
}
.caption-container .tab-header .tab-header-list .tab-page:hover,
.caption-container .tab-header .tab-header-list .tab-page.active {
  color: #0070C0;
  border-color: #0070C0;
}
.main {
  margin-top: 20px;
}
.main .tab-panel-container {
  margin: 0 -10px;
}
.main .tab-panel-container .tab-page-panel {
  display: none;
}
.main .tab-panel-container .tab-page-panel.active {
  display: block;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 {
  width: 100%;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item {
  width: calc((100% - 80px) / 4);
  height: 200px;
  margin: 0 10px 20px;
  float: left;
}
@media (min-width: 769px) and (max-width: 900px) {
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item {
    width: calc((100% - 40px) / 2);
  }
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item[versie] .tile-menu-item-link:before {
  position: absolute;
  top: 18%;
  text-align: center;
  width: 100%;
  color: #0070C0;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item[versie="web"] .tile-menu-item-link:before {
  content: '\e80b';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item[versie="pdf"] .tile-menu-item-link:before {
  content: 'picture_as_pdf';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item[versie="PDF"] .tile-menu-item-link:before {
  content: 'picture_as_pdf';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item.newest-publication {
  position: relative;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item.newest-publication:before {
  content: 'LAATST TOEGEVOEGD';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: initial;
  height: 20px;
  background: #0070C0;
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 9px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item.newest-publication:after {
  content: '\e838';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  right: 0;
  left: 20%;
  top: 7px;
  height: 20px;
  color: #ffffff;
  z-index: 2;
  position: absolute;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container {
  position: relative;
  padding: 45px 0;
  background: #ffffff;
  border-radius: 4px;
  top: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content .tile-menu-item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-decoration: none;
  color: transparent;
  font-size: 0px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content {
  display: block;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content h3 {
  display: block;
  text-align: center;
  font-size: 14px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content h3.tile-caption {
  font-weight: 500;
  line-height: 17px;
  color: #000000;
  letter-spacing: 0.021px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span.open-publication {
  color: #0070C0;
  margin-top: 10px;
  letter-spacing: 0.027px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span.open-publication:after {
  content: '\e895';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  vertical-align: top;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span.publicatiedatum {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  letter-spacing: 0.027px;
}
.main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.26), 0 3px 5px rgba(0, 0, 0, 0.08);
}
.main .tab-panel-container #tab-panel-more_info {
  background: #ffffff;
  border-radius: 4px;
  padding: 40px;
  margin: 0 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.main .tab-panel-container #tab-panel-more_info .what-does-header {
  margin-top: 0;
  margin-bottom: 20px;
}
.main .tab-panel-container #tab-panel-more_info .document-content {
  color: #000000;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.021px;
}
.main .tab-panel-container #tab-panel-search {
  margin-bottom: 10px;
}
.main .tab-panel-container #tab-panel-search.active {
  display: inline-block;
  width: 100%;
}
.main .tab-panel-container #tab-panel-search .content-block {
  display: block;
}
.main .tab-panel-container #tab-panel-search .content-block .left-half {
  width: 200px;
  margin: 0 10px;
  background: #ffffff;
  border-radius: 4px;
  float: left;
  padding: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.main .tab-panel-container #tab-panel-search .content-block .left-half .filter-caption {
  font-weight: 500;
  font-size: 18px;
  color: #0070C0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 0.042px;
}
.main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container .document-filter-caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #0070C0;
  margin-bottom: 5px;
  letter-spacing: 0.042px;
}
.main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container ul li {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}
.main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container ul li input[type=radio] {
  display: none;
}
.main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container ul li input[type=radio].checked + label:before {
  content: '\e837';
  color: #0070C0;
}
.main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container ul li label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.021px;
}
.main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container ul li label:before {
  content: '\e836';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  left: 0;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .tab-panel-container #tab-panel-search .content-block .left-half #filter-search {
  width: 120px;
  background: #0070C0;
  color: #ffffff;
  height: 50px;
  border-radius: 4px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block {
  width: calc((100% - 240px));
  margin: 0 10px;
  background: #ffffff;
  border-radius: 4px;
  float: left;
  padding: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .search-container {
  position: relative;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .search-container .search-input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #0070C0;
  width: 100%;
  padding: 15px 100px 15px 20px;
  font-size: 14px;
  letter-spacing: 0.021px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .search-container .submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0070C0;
  color: #ffffff;
  width: 95px;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 0.018px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container {
  margin: 20px 0;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-caption {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #0070C0;
  display: block;
  height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
  margin-bottom: 20px;
  letter-spacing: 0.042px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-search-container .search-result {
  text-decoration: none;
  display: block;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-search-container .search-result h2.title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #0070C0;
  letter-spacing: 0.042px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-search-container .search-result .url {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  letter-spacing: 0.042px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-search-container .search-result .content {
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.021px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-search-container .search-result:hover {
  background: #FAFAFA;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-search-container .zoekactie-span {
  display: block;
  height: 60px;
  padding-top: 40px;
  text-align: center;
  position: relative;
  line-height: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.021px;
}
.main .tab-panel-container #tab-panel-search .content-block .content-block .result-container .result-search-container .zoekactie-span:before {
  content: '\e8b6';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  font-size: 40px;
  left: calc((100% - 30px) / 2);
  color: rgba(0, 0, 0, 0.23);
}
@media (min-width: 1023px) {
  .caption-container.overloaded {
    position: relative;
  }
  .caption-container.overloaded .expand-mobile-menu {
    display: inline-block;
    padding: 18px 20px 18px 0;
    position: relative;
  }
  .caption-container.overloaded .expand-mobile-menu:after {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 10px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 5px;
  }
  .caption-container.overloaded .expand-mobile-menu.active {
    border-color: #0070C0;
    color: #0070C0;
  }
  .caption-container.overloaded .expand-mobile-menu.active:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .caption-container.overloaded .left-header {
    display: none;
  }
  .caption-container.overloaded .left-header.open {
    display: inline-block;
    width: 200px;
    position: absolute;
    left: 40px;
    top: 50px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  .caption-container.overloaded .left-header.open .tab-header-list {
    display: block;
  }
  .caption-container.overloaded .left-header.open .tab-header-list .tab-page {
    display: block;
    border-left: 2px solid transparent;
    border-bottom: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .caption-container.overloaded .left-header.open .tab-header-list .tab-page.active {
    border-color: #0070C0;
    pointer-events: none;
  }
  .caption-container.overloaded .right-header {
    float: right;
  }
  .caption-container .expand-mobile-menu.overloaded {
    display: inline-block;
  }
  .caption-container .tab-header.left-header.overloaded {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  body {
    letter-spacing: 0.021px;
    line-height: 24px;
  }
  body h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.021px;
  }
  header .container {
    padding: 15px 40px;
    height: 80px;
  }
  header .container a {
    display: inline-block;
    width: 50%;
  }
  header .container .document-name-right {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
  }
  .caption-container {
    position: relative;
  }
  .caption-container .expand-mobile-menu {
    display: inline-block;
    text-align: left;
    width: 120px;
    position: relative;
    padding: 20px 15px 14px 0;
    border-bottom: 2px solid transparent;
  }
  .caption-container .expand-mobile-menu:after {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 10px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 5px;
  }
  .caption-container .expand-mobile-menu.active {
    border-color: #0070C0;
    color: #0070C0;
  }
  .caption-container .tab-header {
    float: right;
    display: block;
  }
  .caption-container .tab-header.left-header {
    display: none;
  }
  .caption-container .tab-header.left-header.open {
    display: inline-block;
    width: 200px;
    position: absolute;
    left: 40px;
    top: 50px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  .caption-container .tab-header.left-header.open .tab-header-list {
    display: block;
  }
  .caption-container .tab-header.left-header.open .tab-header-list .tab-page {
    display: block;
    border-left: 2px solid transparent;
    border-bottom: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .caption-container .tab-header.left-header.open .tab-header-list .tab-page.active {
    border-color: #0070C0;
    pointer-events: none;
  }
  .caption-container .tab-header.right-header .tab-page {
    float: none;
  }
  .caption-container .tab-header.right-header .tab-page-text {
    vertical-align: bottom;
  }
  .caption-container .tab-header.right-header #tab-more_info {
    display: inline-block;
    position: relative;
  }
  .caption-container .tab-header.right-header #tab-search {
    float: right;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item.newest-publication:after {
    left: 10%;
  }
}
@media all and (max-width: 1023px) and screen and (-ms-high-contrast: active), all and (max-width: 1023px) and (-ms-high-contrast: none) {
  .caption-container .tab-header.right-header #tab-more_info {
    top: 0;
  }
}
@media all and (max-width: 1023px) and screen and (-ms-high-contrast: active), all and (max-width: 1023px) and (-ms-high-contrast: none) {
  .caption-container .tab-header.right-header #tab-search {
    top: 0;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  body h2 {
    font-size: 16px;
    line-height: 19px;
  }
  header .container {
    padding: 10px 15px;
    height: 55px;
  }
  header .container a {
    display: inline-block;
    width: 30%;
  }
  header .container .document-name-right {
    position: relative;
    float: right;
    width: 70%;
  }
  header .container .document-name-right .top-half {
    font-size: 12px;
    line-height: 14px;
  }
  header .container .document-name-right .bottom-half {
    font-size: 12px;
    line-height: 12px;
  }
  .caption-container {
    padding: 0 10px;
    font-size: 10px;
    line-height: 13px;
    border-radius: 0;
    letter-spacing: 0.018px;
  }
  .caption-container .expand-mobile-menu {
    padding: 13px 10px 12px;
    text-align: left;
    width: 100px;
    position: relative;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid transparent;
  }
  .caption-container .expand-mobile-menu.active {
    border-color: #0070C0;
    color: #0070C0;
  }
  .caption-container .expand-mobile-menu.active:hover,
  .caption-container .expand-mobile-menu.active:focus {
    background: #FAFAFA;
  }
  .caption-container .expand-mobile-menu:after {
    top: calc((100% - 3px) / 2);
    right: 0;
  }
  .caption-container .tab-header.left-header {
    width: calc(100% - 170px);
  }
  .caption-container .tab-header.left-header.open {
    left: 10px;
    width: 110px;
    top: 38px;
  }
  .caption-container .tab-header.right-header {
    width: 170px;
  }
  .caption-container .tab-header.right-header .tab-header-list .tab-page {
    line-height: 13px;
    padding: 13px 0 12px;
    margin: 0 15px;
  }
  .caption-container .tab-header.right-header .tab-header-list .tab-page:last-child {
    vertical-align: text-top;
  }
  .caption-container .tab-header.right-header .tab-header-list .tab-page#tab-search {
    margin-right: 10px;
    padding-right: 25px;
    padding-bottom: 15px;
    height: 40px;
  }
  .caption-container .tab-header.right-header .tab-header-list .tab-page#tab-search .tab-page-text {
    display: none;
  }
  .caption-container .tab-header.right-header #tab-more_info {
    top: 0;
  }
  .main {
    margin-top: 10px;
  }
  .main .tab-panel-container {
    margin: 0;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 {
    width: 100%;
    display: block;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item[versie] .tile-menu-item-link:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-size: 24px;
    width: 30px;
    text-align: center;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item.newest-publication {
    position: relative;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item.newest-publication:before {
    content: '';
    position: absolute;
    right: initial;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 15px;
    background: #0070C0;
    z-index: 1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item.newest-publication:after {
    content: '\e838';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    letter-spacing: normal;
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 60%;
    left: 0;
    width: 15px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container {
    padding: 15px 20px;
    height: auto;
    display: inline-block;
    width: 100%;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 {
    display: inline-block;
    width: 100%;
    position: relative;
    top: auto;
    transform: none;
    vertical-align: middle;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content {
    padding-left: 30px;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content h3 {
    float: left;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.021px;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content h3.tile-caption {
    width: 50%;
    text-align: left;
    line-height: 14px;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span {
    float: left;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.021px;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span.publicatiedatum {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc((50% + 60px));
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span.open-publication {
    font-size: 0;
    margin: 0;
    float: right;
  }
  .main .tab-panel-container .tab-page-panel .content-block .columns-2 .tile-menu-item-container .tile-menu-item-content-1 .tile-content span.open-publication:after {
    content: '\e895';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main .tab-panel-container #tab-panel-more_info {
    margin: 0 0 10px 0;
    padding: 20px;
  }
  .main .tab-panel-container #tab-panel-more_info .document-content {
    line-height: 20px;
    font-size: 12px;
  }
  .main .tab-panel-container #tab-panel-search.active {
    display: inline-block;
  }
  .main .tab-panel-container #tab-panel-search .content-block .left-half {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px;
    text-align: center;
  }
  .main .tab-panel-container #tab-panel-search .content-block .left-half .filter-caption {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
  }
  .main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container {
    float: left;
    width: 50%;
    text-align: left;
  }
  .main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container .document-filter-caption {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0;
  }
  .main .tab-panel-container #tab-panel-search .content-block .left-half .document-filters-container ul li label {
    font-size: 12px;
  }
  .main .tab-panel-container #tab-panel-search .content-block .left-half #filter-search {
    margin: 0 auto;
  }
  .main .tab-panel-container #tab-panel-search .content-block .content-block {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }
  .main .tab-panel-container #tab-panel-search .content-block .content-block .search-container .search-input {
    height: 40px;
    padding: 12.5px 100px 12.5px 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.0245px;
  }
  .main .tab-panel-container #tab-panel-search .content-block .content-block .search-container .submit {
    font-size: 0;
    width: 40px;
  }
  .main .tab-panel-container #tab-panel-search .content-block .content-block .search-container .submit:after {
    content: '\e8b6';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    color: #ffffff;
    left: calc((100% - 24px) / 2);
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes mymove {
  from {
    top: -44px;
  }
  to {
    top: 4px;
  }
}
@keyframes mymove {
  from {
    top: -44px;
  }
  to {
    top: 4px;
  }
}
.skip-links .skip-link-1,
.skip-links .skip-link-2 {
  position: fixed;
  top: -44px;
  left: 4px;
  font-weight: 400;
  z-index: 999;
}
.skip-links .skip-link-1 button,
.skip-links .skip-link-2 button {
  text-decoration: underline;
  color: #fff;
}
.skip-links .skip-link-1 button:focus,
.skip-links .skip-link-2 button:focus {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  position: fixed;
  top: 4px;
  padding: 6px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: mymove 0.5s;
  animation: mymove 0.5s;
}
#overload {
  letter-spacing: 0.018px;
  float: left;
  margin: 0 20px;
  padding: 21px 0;
  border-bottom: 2px solid transparent;
  line-height: 17px;
  cursor: pointer;
}
#overload .overload-list {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26), 0 1px 5px rgba(0, 0, 0, 0.08);
  opacity: 0;
  position: absolute;
  background: #fff;
  z-index: -1;
  display: none;
  width: 100px;
}
#overload .overload-list .tab-overload {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
#overload.active .overload-list {
  display: block;
  opacity: 1;
  z-index: 4;
}
